[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD xfce4-mixer.install)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:39
  Author: foutrelis
Revision: 267142

upgpkg: xfce4-mixer 4.11.0-3

Remove install file.

Modified:
  xfce4-mixer/trunk/PKGBUILD
Deleted:
  xfce4-mixer/trunk/xfce4-mixer.install

-+
 PKGBUILD|3 +--
 xfce4-mixer.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:06:36 UTC (rev 267141)
+++ PKGBUILD2016-05-07 05:06:39 UTC (rev 267142)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-mixer
 pkgver=4.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The volume control plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -14,7 +14,6 @@
  'libkeybinder2')
 optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2')
 

Deleted: xfce4-mixer.install
===
--- xfce4-mixer.install 2016-05-07 05:06:36 UTC (rev 267141)
+++ xfce4-mixer.install 2016-05-07 05:06:39 UTC (rev 267142)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 12:22:19
  Author: foutrelis
Revision: 232259

upgpkg: xfce4-mixer 4.11.0-2

libxfce4util 4.12.0 rebuild.

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-01 11:22:16 UTC (rev 232258)
+++ PKGBUILD2015-03-01 11:22:19 UTC (rev 232259)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-mixer
 pkgver=4.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The volume control plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;


[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 22:19:26
  Author: foutrelis
Revision: 221988

Adopt package

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 20:17:51 UTC (rev 221987)
+++ PKGBUILD2014-09-18 20:19:26 UTC (rev 221988)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-mixer



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2014-08-22 Thread Felix Yan
Date: Friday, August 22, 2014 @ 17:50:50
  Author: fyan
Revision: 220553

upgpkg: xfce4-mixer 4.11.0-1

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 15:40:28 UTC (rev 220552)
+++ PKGBUILD2014-08-22 15:50:50 UTC (rev 220553)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-mixer
-pkgver=4.10.0
-pkgrel=3
+pkgver=4.11.0
+pkgrel=1
 pkgdesc=The volume control plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -16,7 +16,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade')
+sha256sums=('fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2014-08-19 Thread Evangelos Foutras
Date: Tuesday, August 19, 2014 @ 08:44:04
  Author: foutrelis
Revision: 220231

upgpkg: xfce4-mixer 4.10.0-3

Build with keybinder support (FS#41341).

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 02:40:59 UTC (rev 220230)
+++ PKGBUILD2014-08-19 06:44:04 UTC (rev 220231)
@@ -1,15 +1,17 @@
 # $Id$
-# Maintainer: Tobias Kieslich tobias funnychar archlinux.org
+# Maintainer:
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-mixer
 pkgver=4.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=The volume control plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique'
+ 'libkeybinder2')
 optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
 makedepends=('intltool')
 install=$pkgname.install



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2013-05-09 Thread Evangelos Foutras
Date: Thursday, May 9, 2013 @ 10:12:44
  Author: foutrelis
Revision: 184823

upgpkg: xfce4-mixer 4.10.0-2

Add gstreamer0.10-good-plugins optional dependency.

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-09 08:05:55 UTC (rev 184822)
+++ PKGBUILD2013-05-09 08:12:44 UTC (rev 184823)
@@ -3,13 +3,14 @@
 
 pkgname=xfce4-mixer
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The volume control plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
 depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
+optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
 makedepends=('intltool')
 options=('!libtool')
 install=$pkgname.install



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2012-10-14 Thread Eric BĂ©langer
Date: Sunday, October 14, 2012 @ 11:01:17
  Author: eric
Revision: 168698

upgpkg: xfce4-mixer 4.10.0-1

Upstream update, Add libunique depends

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 14:55:36 UTC (rev 168697)
+++ PKGBUILD2012-10-14 15:01:17 UTC (rev 168698)
@@ -2,19 +2,19 @@
 # Maintainer: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-mixer
-pkgver=4.8.0
-pkgrel=4
+pkgver=4.10.0
+pkgrel=1
 pkgdesc=The volume control plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
 makedepends=('intltool')
 options=('!libtool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD xfce4-mixer.install)

2012-06-14 Thread Evangelos Foutras
Date: Thursday, June 14, 2012 @ 18:59:11
  Author: foutrelis
Revision: 161810

Tidy up PKGBUILD.

Modified:
  xfce4-mixer/trunk/PKGBUILD
  xfce4-mixer/trunk/xfce4-mixer.install

-+
 PKGBUILD|   44 
 xfce4-mixer.install |6 --
 2 files changed, 28 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-14 18:56:19 UTC (rev 161809)
+++ PKGBUILD2012-06-14 22:59:11 UTC (rev 161810)
@@ -5,34 +5,38 @@
 pkgver=4.8.0
 pkgrel=3
 pkgdesc=The volume control plugin for the Xfce panel
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
 license=('GPL2')
-url=http://www.xfce.org/;
 groups=('xfce4')
-depends=(xfce4-panel=4.8.0 'gstreamer0.10-base=0.10.22' 
'hicolor-icon-theme')
+depends=('xfce4-panel' 'gstreamer0.10-base' 'hicolor-icon-theme')
 makedepends=('intltool')
-optdepends=('gstreamer0.10-base-plugins:  to support basic audio hardware' \
-'gstreamer0.10-good-plugins:  well supported hardware'\
-'gstreamer0.10-bad-plugins:   not so well supported hardware'\
-'gstreamer0.10-ugly-plugins:  might contain questionable license 
hardware')
+optdepends=('gstreamer0.10-base-plugins: to support basic audio hardware'
+'gstreamer0.10-good-plugins: well supported hardware'
+'gstreamer0.10-bad-plugins: not so well supported hardware'
+'gstreamer0.10-ugly-plugins: might contain questionable license 
hardware')
 options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3fa3a9973e18c04da26709a654e242ff')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --with-sound=alsa \
-   --disable-debug
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--with-sound=alsa \
+--disable-debug
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: xfce4-mixer.install
===
--- xfce4-mixer.install 2012-06-14 18:56:19 UTC (rev 161809)
+++ xfce4-mixer.install 2012-06-14 22:59:11 UTC (rev 161810)
@@ -3,9 +3,11 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2012-06-14 Thread Evangelos Foutras
Date: Thursday, June 14, 2012 @ 19:39:23
  Author: foutrelis
Revision: 161811

upgpkg: xfce4-mixer 4.8.0-4

Add gstreamer0.10-base-plugins to dependencies; remove remaining optional 
dependencies.

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-14 22:59:11 UTC (rev 161810)
+++ PKGBUILD2012-06-14 23:39:23 UTC (rev 161811)
@@ -3,18 +3,14 @@
 
 pkgname=xfce4-mixer
 pkgver=4.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc=The volume control plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme')
 makedepends=('intltool')
-optdepends=('gstreamer0.10-base-plugins: to support basic audio hardware'
-'gstreamer0.10-good-plugins: well supported hardware'
-'gstreamer0.10-bad-plugins: not so well supported hardware'
-'gstreamer0.10-ugly-plugins: might contain questionable license 
hardware')
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
@@ -29,7 +25,6 @@
 --libexecdir=/usr/lib \
 --localstatedir=/var \
 --disable-static \
---with-sound=alsa \
 --disable-debug
   make
 }



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 21:46:39
  Author: foutrelis
Revision: 157614

upgpkg: xfce4-mixer 4.8.0-3

libxfce4util 4.10.0 and xfce4-panel 4.10.0 rebuild.

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 01:43:19 UTC (rev 157613)
+++ PKGBUILD2012-04-29 01:46:39 UTC (rev 157614)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-mixer
 pkgver=4.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc=The volume control plugin for the Xfce panel
 arch=(i686 x86_64)
 license=('GPL2')



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2012-02-06 Thread Evangelos Foutras
Date: Monday, February 6, 2012 @ 11:27:32
  Author: foutrelis
Revision: 149247

upgpkg: xfce4-mixer 4.8.0-2

Rebuild unsigned package.

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 16:26:23 UTC (rev 149246)
+++ PKGBUILD2012-02-06 16:27:32 UTC (rev 149247)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-mixer
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=The volume control plugin for the Xfce panel
 arch=(i686 x86_64)
 license=('GPL2')



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2011-02-27 Thread andyrtr
Date: Sunday, February 27, 2011 @ 13:15:06
  Author: andyrtr
Revision: 111572

upgpkg: xfce4-mixer 4.8.0-1
upstream update 4.8.0

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-27 18:10:14 UTC (rev 111571)
+++ PKGBUILD2011-02-27 18:15:06 UTC (rev 111572)
@@ -2,14 +2,14 @@
 # Maintainer: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-mixer
-pkgver=4.6.1
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
 pkgdesc=The volume control plugin for the Xfce panel
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=(xfce4-panel=4.7.4 'libxfcegui4' 'gstreamer0.10-base=0.10.22' 
'hicolor-icon-theme')
+depends=(xfce4-panel=4.8.0 'gstreamer0.10-base=0.10.22' 
'hicolor-icon-theme')
 makedepends=('intltool')
 optdepends=('gstreamer0.10-base-plugins:  to support basic audio hardware' \
 'gstreamer0.10-good-plugins:  well supported hardware'\
@@ -17,8 +17,8 @@
 'gstreamer0.10-ugly-plugins:  might contain questionable license 
hardware')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a99e2455445480ef5081fe69454a46fc')
+source=(http://archive.xfce.org/src/apps/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3fa3a9973e18c04da26709a654e242ff')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 15:44:28
  Author: andyrtr
Revision: 104751

upgpkg: xfce4-mixer 4.6.1-2
rebuild for Xfce 4.8pre3 release candidate - fix libexec path

Modified:
  xfce4-mixer/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 16 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 20:38:55 UTC (rev 104750)
+++ PKGBUILD2011-01-04 20:44:28 UTC (rev 104751)
@@ -3,14 +3,14 @@
 
 pkgname=xfce4-mixer
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The volume control plugin for the Xfce panel
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=(xfce4-panel=$pkgver 'gstreamer0.10-base=0.10.22' 
'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
+depends=(xfce4-panel=4.7.4 'libxfcegui4' 'gstreamer0.10-base=0.10.22' 
'hicolor-icon-theme')
+makedepends=('intltool')
 optdepends=('gstreamer0.10-base-plugins:  to support basic audio hardware' \
 'gstreamer0.10-good-plugins:  well supported hardware'\
 'gstreamer0.10-bad-plugins:   not so well supported hardware'\
@@ -22,9 +22,17 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static \
---with-sound=alsa || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --with-sound=alsa \
+   --disable-debug
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}