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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 6 16:27:50 UTC 2012


    Date: Monday, February 6, 2012 @ 11:27:50
  Author: foutrelis
Revision: 149248

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

Added:
  xfce4-mixer/repos/extra-i686/PKGBUILD
    (from rev 149247, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
    (from rev 149247, xfce4-mixer/trunk/xfce4-mixer.install)
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
    (from rev 149247, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install
    (from rev 149247, 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              |   76 ++++++++++++++++++-------------------
 extra-i686/xfce4-mixer.install   |   22 +++++-----
 extra-x86_64/PKGBUILD            |   76 ++++++++++++++++++-------------------
 extra-x86_64/xfce4-mixer.install |   22 +++++-----
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-06 16:27:32 UTC (rev 149247)
+++ extra-i686/PKGBUILD	2012-02-06 16:27:50 UTC (rev 149248)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=xfce4-mixer
-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.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 149247, xfce4-mixer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-06 16:27:50 UTC (rev 149248)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfce4-mixer
+pkgver=4.8.0
+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>=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
+}

Deleted: extra-i686/xfce4-mixer.install
===================================================================
--- extra-i686/xfce4-mixer.install	2012-02-06 16:27:32 UTC (rev 149247)
+++ extra-i686/xfce4-mixer.install	2012-02-06 16:27:50 UTC (rev 149248)
@@ -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 149247, xfce4-mixer/trunk/xfce4-mixer.install)
===================================================================
--- extra-i686/xfce4-mixer.install	                        (rev 0)
+++ extra-i686/xfce4-mixer.install	2012-02-06 16:27:50 UTC (rev 149248)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-06 16:27:32 UTC (rev 149247)
+++ extra-x86_64/PKGBUILD	2012-02-06 16:27:50 UTC (rev 149248)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=xfce4-mixer
-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.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 149247, xfce4-mixer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-06 16:27:50 UTC (rev 149248)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=xfce4-mixer
+pkgver=4.8.0
+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>=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
+}

Deleted: extra-x86_64/xfce4-mixer.install
===================================================================
--- extra-x86_64/xfce4-mixer.install	2012-02-06 16:27:32 UTC (rev 149247)
+++ extra-x86_64/xfce4-mixer.install	2012-02-06 16:27:50 UTC (rev 149248)
@@ -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 149247, xfce4-mixer/trunk/xfce4-mixer.install)
===================================================================
--- extra-x86_64/xfce4-mixer.install	                        (rev 0)
+++ extra-x86_64/xfce4-mixer.install	2012-02-06 16:27:50 UTC (rev 149248)
@@ -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