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

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 14 23:39:44 UTC 2012


    Date: Thursday, June 14, 2012 @ 19:39:44
  Author: foutrelis
Revision: 161812

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

Added:
  xfce4-mixer/repos/extra-i686/PKGBUILD
    (from rev 161811, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
    (from rev 161811, xfce4-mixer/trunk/xfce4-mixer.install)
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
    (from rev 161811, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install
    (from rev 161811, xfce4-mixer/trunk/xfce4-mixer.install)
Deleted:
  xfce4-mixer/repos/extra-i686/PKGBUILD
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install

----------------------------------+
 extra-i686/PKGBUILD              |   75 ++++++++++++++++++-------------------
 extra-i686/xfce4-mixer.install   |   24 ++++++-----
 extra-x86_64/PKGBUILD            |   75 ++++++++++++++++++-------------------
 extra-x86_64/xfce4-mixer.install |   24 ++++++-----
 4 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-14 23:39:23 UTC (rev 161811)
+++ extra-i686/PKGBUILD	2012-06-14 23:39:44 UTC (rev 161812)
@@ -1,38 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 161811, xfce4-mixer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-14 23:39:44 UTC (rev 161812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfce4-mixer
+pkgver=4.8.0
+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-plugins' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+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 \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mixer.install
===================================================================
--- extra-i686/xfce4-mixer.install	2012-06-14 23:39:23 UTC (rev 161811)
+++ extra-i686/xfce4-mixer.install	2012-06-14 23:39:44 UTC (rev 161812)
@@ -1,11 +0,0 @@
-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/extra-i686/xfce4-mixer.install (from rev 161811, xfce4-mixer/trunk/xfce4-mixer.install)
===================================================================
--- extra-i686/xfce4-mixer.install	                        (rev 0)
+++ extra-i686/xfce4-mixer.install	2012-06-14 23:39:44 UTC (rev 161812)
@@ -0,0 +1,13 @@
+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:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-14 23:39:23 UTC (rev 161811)
+++ extra-x86_64/PKGBUILD	2012-06-14 23:39:44 UTC (rev 161812)
@@ -1,38 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 161811, xfce4-mixer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-14 23:39:44 UTC (rev 161812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfce4-mixer
+pkgver=4.8.0
+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-plugins' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+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 \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/xfce4-mixer.install
===================================================================
--- extra-x86_64/xfce4-mixer.install	2012-06-14 23:39:23 UTC (rev 161811)
+++ extra-x86_64/xfce4-mixer.install	2012-06-14 23:39:44 UTC (rev 161812)
@@ -1,11 +0,0 @@
-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/extra-x86_64/xfce4-mixer.install (from rev 161811, xfce4-mixer/trunk/xfce4-mixer.install)
===================================================================
--- extra-x86_64/xfce4-mixer.install	                        (rev 0)
+++ extra-x86_64/xfce4-mixer.install	2012-06-14 23:39:44 UTC (rev 161812)
@@ -0,0 +1,13 @@
+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:




More information about the arch-commits mailing list