[arch-commits] Commit in volumeicon/repos (6 files)
Alexander Rødseth
arodseth at archlinux.org
Tue Mar 3 21:24:35 UTC 2015
Date: Tuesday, March 3, 2015 @ 22:24:35
Author: arodseth
Revision: 128677
archrelease: copy trunk to community-x86_64, community-i686
Added:
volumeicon/repos/community-i686/PKGBUILD
(from rev 128676, volumeicon/trunk/PKGBUILD)
volumeicon/repos/community-i686/volumeicon.install
(from rev 128676, volumeicon/trunk/volumeicon.install)
volumeicon/repos/community-x86_64/PKGBUILD
(from rev 128676, volumeicon/trunk/PKGBUILD)
volumeicon/repos/community-x86_64/volumeicon.install
(from rev 128676, volumeicon/trunk/volumeicon.install)
Deleted:
volumeicon/repos/community-i686/PKGBUILD
volumeicon/repos/community-x86_64/PKGBUILD
-------------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 41 ---------------------
community-i686/volumeicon.install | 7 +++
community-x86_64/PKGBUILD | 41 ---------------------
community-x86_64/volumeicon.install | 7 +++
5 files changed, 80 insertions(+), 82 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-03-03 21:24:18 UTC (rev 128676)
+++ community-i686/PKGBUILD 2015-03-03 21:24:35 UTC (rev 128677)
@@ -1,41 +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=5
-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:
Copied: volumeicon/repos/community-i686/PKGBUILD (from rev 128676, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-03 21:24:35 UTC (rev 128677)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Maato <maato softwarebakery com>
+
+pkgname=volumeicon
+pkgver=0.5.1
+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' 'git')
+install='volumeicon.install'
+source=("git://github.com/Maato/volumeicon.git#tag=$pkgver")
+md5sums=('SKIP')
+
+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/volumeicon.install (from rev 128676, volumeicon/trunk/volumeicon.install)
===================================================================
--- community-i686/volumeicon.install (rev 0)
+++ community-i686/volumeicon.install 2015-03-03 21:24:35 UTC (rev 128677)
@@ -0,0 +1,7 @@
+post_install() {
+ # See FS#34239 for more information
+ echo 'If there are problems running volumeicon, try:'
+ echo 'rm -iv ~/.config/volumeicon/volumeicon'
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-03-03 21:24:18 UTC (rev 128676)
+++ community-x86_64/PKGBUILD 2015-03-03 21:24:35 UTC (rev 128677)
@@ -1,41 +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=5
-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:
Copied: volumeicon/repos/community-x86_64/PKGBUILD (from rev 128676, volumeicon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-03-03 21:24:35 UTC (rev 128677)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Maato <maato softwarebakery com>
+
+pkgname=volumeicon
+pkgver=0.5.1
+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' 'git')
+install='volumeicon.install'
+source=("git://github.com/Maato/volumeicon.git#tag=$pkgver")
+md5sums=('SKIP')
+
+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/volumeicon.install (from rev 128676, volumeicon/trunk/volumeicon.install)
===================================================================
--- community-x86_64/volumeicon.install (rev 0)
+++ community-x86_64/volumeicon.install 2015-03-03 21:24:35 UTC (rev 128677)
@@ -0,0 +1,7 @@
+post_install() {
+ # See FS#34239 for more information
+ echo 'If there are problems running volumeicon, try:'
+ echo 'rm -iv ~/.config/volumeicon/volumeicon'
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list