[arch-commits] Commit in xfce4-mixer/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 01:46:57 UTC 2012


    Date: Saturday, April 28, 2012 @ 21:46:56
  Author: foutrelis
Revision: 157615

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-mixer/repos/staging-i686/
  xfce4-mixer/repos/staging-i686/PKGBUILD
    (from rev 157614, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/staging-i686/xfce4-mixer.install
    (from rev 157614, xfce4-mixer/trunk/xfce4-mixer.install)
  xfce4-mixer/repos/staging-x86_64/
  xfce4-mixer/repos/staging-x86_64/PKGBUILD
    (from rev 157614, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/staging-x86_64/xfce4-mixer.install
    (from rev 157614, xfce4-mixer/trunk/xfce4-mixer.install)

------------------------------------+
 staging-i686/PKGBUILD              |   38 +++++++++++++++++++++++++++++++++++
 staging-i686/xfce4-mixer.install   |   11 ++++++++++
 staging-x86_64/PKGBUILD            |   38 +++++++++++++++++++++++++++++++++++
 staging-x86_64/xfce4-mixer.install |   11 ++++++++++
 4 files changed, 98 insertions(+)

Copied: xfce4-mixer/repos/staging-i686/PKGBUILD (from rev 157614, xfce4-mixer/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-29 01:46:56 UTC (rev 157615)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfce4-mixer
+pkgver=4.8.0
+pkgrel=3
+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.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'\
+            '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')
+
+build() {
+  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
+}

Copied: xfce4-mixer/repos/staging-i686/xfce4-mixer.install (from rev 157614, xfce4-mixer/trunk/xfce4-mixer.install)
===================================================================
--- staging-i686/xfce4-mixer.install	                        (rev 0)
+++ staging-i686/xfce4-mixer.install	2012-04-29 01:46:56 UTC (rev 157615)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: xfce4-mixer/repos/staging-x86_64/PKGBUILD (from rev 157614, xfce4-mixer/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-29 01:46:56 UTC (rev 157615)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfce4-mixer
+pkgver=4.8.0
+pkgrel=3
+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.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'\
+            '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')
+
+build() {
+  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
+}

Copied: xfce4-mixer/repos/staging-x86_64/xfce4-mixer.install (from rev 157614, xfce4-mixer/trunk/xfce4-mixer.install)
===================================================================
--- staging-x86_64/xfce4-mixer.install	                        (rev 0)
+++ staging-x86_64/xfce4-mixer.install	2012-04-29 01:46:56 UTC (rev 157615)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list