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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jul 3 23:43:00 UTC 2014


    Date: Friday, July 4, 2014 @ 01:43:00
  Author: arodseth
Revision: 114769

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-03 23:35:18 UTC (rev 114768)
+++ community-i686/PKGBUILD	2014-07-03 23:43:00 UTC (rev 114769)
@@ -1,49 +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=3
-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=9e3755fdbe')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  head -1 ChangeLog | cut -d: -f1
-}
-
-prepare() {
-  cd "$pkgname"
-
-  #aclocal
-  #autoconf
-  #automake --add-missing
-  ./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 114768, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-03 23:43:00 UTC (rev 114769)
@@ -0,0 +1,46 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-03 23:35:18 UTC (rev 114768)
+++ community-x86_64/PKGBUILD	2014-07-03 23:43:00 UTC (rev 114769)
@@ -1,49 +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=3
-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=9e3755fdbe')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  head -1 ChangeLog | cut -d: -f1
-}
-
-prepare() {
-  cd "$pkgname"
-
-  #aclocal
-  #autoconf
-  #automake --add-missing
-  ./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 114768, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-03 23:43:00 UTC (rev 114769)
@@ -0,0 +1,46 @@
+# $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:




More information about the arch-commits mailing list