[arch-commits] Commit in volumeicon/repos (4 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Mar 27 13:24:26 UTC 2014


    Date: Thursday, March 27, 2014 @ 14:24:26
  Author: arodseth
Revision: 108393

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

Added:
  volumeicon/repos/community-i686/PKGBUILD
    (from rev 108392, volumeicon/trunk/PKGBUILD)
  volumeicon/repos/community-x86_64/PKGBUILD
    (from rev 108392, volumeicon/trunk/PKGBUILD)
Deleted:
  volumeicon/repos/community-i686/PKGBUILD
  volumeicon/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 -----------------
 community-x86_64/PKGBUILD |   34 -----------------
 3 files changed, 84 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-27 13:24:16 UTC (rev 108392)
+++ community-i686/PKGBUILD	2014-03-27 13:24:26 UTC (rev 108393)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Maato <maato softwarebakery com>
-
-pkgname=volumeicon
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Volume control for your system tray'
-arch=('x86_64' 'i686')
-url='http://softwarebakery.com/maato/volumeicon.html'
-license=('GPL3')
-depends=('gtk3' 'alsa-lib' 'libnotify')
-makedepends=('intltool')
-source=("http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz")
-sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/0.23/0.50.2/' configure.ac
-  autoconf
-  ./configure \
-    --prefix=/usr \
-    --enable-notify
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: volumeicon/repos/community-i686/PKGBUILD (from rev 108392, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-27 13:24:26 UTC (rev 108393)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Maato <maato softwarebakery com>
+
+# TODO: Consider adding an install-time message about
+#       removing ~/.config/volumeicon/volumeicon if there are
+#       problems running volumeicon. Ref FS#34239
+
+pkgname=volumeicon
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Volume control for your system tray'
+arch=('x86_64' 'i686')
+url='http://softwarebakery.com/maato/volumeicon.html'
+license=('GPL3')
+depends=('gtk3' 'alsa-lib' 'libnotify')
+makedepends=('intltool')
+source=("http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz")
+sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-notify
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-27 13:24:16 UTC (rev 108392)
+++ community-x86_64/PKGBUILD	2014-03-27 13:24:26 UTC (rev 108393)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Maato <maato softwarebakery com>
-
-pkgname=volumeicon
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Volume control for your system tray'
-arch=('x86_64' 'i686')
-url='http://softwarebakery.com/maato/volumeicon.html'
-license=('GPL3')
-depends=('gtk3' 'alsa-lib' 'libnotify')
-makedepends=('intltool')
-source=("http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz")
-sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's/0.23/0.50.2/' configure.ac
-  autoconf
-  ./configure \
-    --prefix=/usr \
-    --enable-notify
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: volumeicon/repos/community-x86_64/PKGBUILD (from rev 108392, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-27 13:24:26 UTC (rev 108393)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Maato <maato softwarebakery com>
+
+# TODO: Consider adding an install-time message about
+#       removing ~/.config/volumeicon/volumeicon if there are
+#       problems running volumeicon. Ref FS#34239
+
+pkgname=volumeicon
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Volume control for your system tray'
+arch=('x86_64' 'i686')
+url='http://softwarebakery.com/maato/volumeicon.html'
+license=('GPL3')
+depends=('gtk3' 'alsa-lib' 'libnotify')
+makedepends=('intltool')
+source=("http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz")
+sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-notify
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list