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

Alexander Rødseth arodseth at archlinux.org
Fri Nov 14 10:12:50 UTC 2014


    Date: Friday, November 14, 2014 @ 11:12:50
  Author: arodseth
Revision: 122564

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

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

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   46 ------------------------
 community-x86_64/PKGBUILD |   46 ------------------------
 3 files changed, 82 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-14 10:12:42 UTC (rev 122563)
+++ community-i686/PKGBUILD	2014-11-14 10:12:50 UTC (rev 122564)
@@ -1,46 +0,0 @@
-# $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=4
-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' 'git')
-source=('git://github.com/stevenhoneyman/volumeicon.git#commit=72322940a5')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  head -1 ChangeLog | cut -d: -f1
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
-    --prefix=/usr \
-    --enable-notify
-  make
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: volumeicon/repos/community-i686/PKGBUILD (from rev 122563, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-14 10:12:50 UTC (rev 122564)
@@ -0,0 +1,41 @@
+# $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=4
+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' 'git')
+source=('git://github.com/Maato/volumeicon.git#commit=090fe14c0f')
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+  head -1 ChangeLog | cut -d: -f1
+}
+
+prepare() {
+  cd "$pkgname"
+  ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --enable-notify
+  make
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-14 10:12:42 UTC (rev 122563)
+++ community-x86_64/PKGBUILD	2014-11-14 10:12:50 UTC (rev 122564)
@@ -1,46 +0,0 @@
-# $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=4
-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' 'git')
-source=('git://github.com/stevenhoneyman/volumeicon.git#commit=72322940a5')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  head -1 ChangeLog | cut -d: -f1
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
-    --prefix=/usr \
-    --enable-notify
-  make
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: volumeicon/repos/community-x86_64/PKGBUILD (from rev 122563, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-14 10:12:50 UTC (rev 122564)
@@ -0,0 +1,41 @@
+# $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=4
+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' 'git')
+source=('git://github.com/Maato/volumeicon.git#commit=090fe14c0f')
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+  head -1 ChangeLog | cut -d: -f1
+}
+
+prepare() {
+  cd "$pkgname"
+  ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --enable-notify
+  make
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list