[arch-commits] Commit in xfce4-mixer/repos (5 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 30 04:20:32 UTC 2012
Date: Monday, April 30, 2012 @ 00:20:32
Author: foutrelis
Revision: 157863
db-move: moved xfce4-mixer from [testing] to [extra] (x86_64)
Added:
xfce4-mixer/repos/extra-x86_64/PKGBUILD
(from rev 157813, xfce4-mixer/repos/testing-x86_64/PKGBUILD)
xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install
(from rev 157813, xfce4-mixer/repos/testing-x86_64/xfce4-mixer.install)
Deleted:
xfce4-mixer/repos/extra-x86_64/PKGBUILD
xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install
xfce4-mixer/repos/testing-x86_64/
---------------------+
PKGBUILD | 76 +++++++++++++++++++++++++-------------------------
xfce4-mixer.install | 22 +++++++-------
2 files changed, 49 insertions(+), 49 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-04-30 04:20:31 UTC (rev 157862)
+++ extra-x86_64/PKGBUILD 2012-04-30 04:20:32 UTC (rev 157863)
@@ -1,38 +0,0 @@
-# $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
-}
Copied: xfce4-mixer/repos/extra-x86_64/PKGBUILD (from rev 157813, xfce4-mixer/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-04-30 04:20:32 UTC (rev 157863)
@@ -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
+}
Deleted: extra-x86_64/xfce4-mixer.install
===================================================================
--- extra-x86_64/xfce4-mixer.install 2012-04-30 04:20:31 UTC (rev 157862)
+++ extra-x86_64/xfce4-mixer.install 2012-04-30 04:20:32 UTC (rev 157863)
@@ -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 157813, xfce4-mixer/repos/testing-x86_64/xfce4-mixer.install)
===================================================================
--- extra-x86_64/xfce4-mixer.install (rev 0)
+++ extra-x86_64/xfce4-mixer.install 2012-04-30 04:20:32 UTC (rev 157863)
@@ -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