[arch-commits] Commit in volumeicon/repos/community-x86_64 (6 files)
Balló György
bgyorgy at archlinux.org
Fri May 25 05:57:33 UTC 2018
Date: Friday, May 25, 2018 @ 05:57:32
Author: bgyorgy
Revision: 329237
archrelease: copy trunk to community-x86_64
Added:
volumeicon/repos/community-x86_64/PKGBUILD
(from rev 329236, volumeicon/trunk/PKGBUILD)
volumeicon/repos/community-x86_64/volumeicon.desktop
(from rev 329236, volumeicon/trunk/volumeicon.desktop)
volumeicon/repos/community-x86_64/volumeicon.install
(from rev 329236, volumeicon/trunk/volumeicon.install)
Deleted:
volumeicon/repos/community-x86_64/PKGBUILD
volumeicon/repos/community-x86_64/volumeicon.desktop
volumeicon/repos/community-x86_64/volumeicon.install
--------------------+
PKGBUILD | 75 ++++++++++++++++++++++++++-------------------------
volumeicon.desktop | 18 ++++++------
volumeicon.install | 14 ++++-----
3 files changed, 55 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-25 05:57:26 UTC (rev 329236)
+++ PKGBUILD 2018-05-25 05:57:32 UTC (rev 329237)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Maato <maato softwarebakery com>
-
-pkgname=volumeicon
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='Volume control for your system tray'
-arch=('x86_64')
-url='http://softwarebakery.com/maato/volumeicon.html'
-license=('GPL3')
-depends=('gtk3' 'alsa-lib')
-makedepends=('intltool' 'git')
-install='volumeicon.install'
-source=("git://github.com/Maato/volumeicon.git#tag=$pkgver"
- 'volumeicon.desktop')
-md5sums=('SKIP'
- '1822d5e80a86b80ace9565aebf24b71d')
-
-prepare() {
- cd "$pkgname"
- ./autogen.sh
-}
-
-build() {
- cd "$pkgname"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- make -C "$pkgname" DESTDIR="$pkgdir" install
- install -Dm644 volumeicon.desktop "$pkgdir/usr/share/applications/volumeicon.desktop"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: volumeicon/repos/community-x86_64/PKGBUILD (from rev 329236, volumeicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-25 05:57:32 UTC (rev 329237)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Maato <maato softwarebakery com>
+
+pkgname=volumeicon
+pkgver=0.5.1
+pkgrel=3
+pkgdesc='Volume control for your system tray'
+arch=('x86_64')
+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"
+ "volumeicon-notify.patch::https://github.com/Maato/volumeicon/commit/78a9c23775ebe12d3f3be93c0798144a6e732d90.patch"
+ 'volumeicon.desktop')
+md5sums=('SKIP'
+ 'a528651bbf93b1fbd731103a3431b895'
+ '1822d5e80a86b80ace9565aebf24b71d')
+
+prepare() {
+ cd "$pkgname"
+ patch -Np1 -i ../volumeicon-notify.patch
+ ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+ ./configure --prefix=/usr --enable-notify
+ make
+}
+
+package() {
+ make -C "$pkgname" DESTDIR="$pkgdir" install
+ install -Dm644 volumeicon.desktop "$pkgdir/usr/share/applications/volumeicon.desktop"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: volumeicon.desktop
===================================================================
--- volumeicon.desktop 2018-05-25 05:57:26 UTC (rev 329236)
+++ volumeicon.desktop 2018-05-25 05:57:32 UTC (rev 329237)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Volume Icon
-Comment=Lightweight volume control for the systray
-Exec=volumeicon
-Icon=multimedia-volume-control
-Type=Application
-Terminal=false
-StartupNotify=false
-Categories=GTK;AudioVideo;Audio;Mixer;
Copied: volumeicon/repos/community-x86_64/volumeicon.desktop (from rev 329236, volumeicon/trunk/volumeicon.desktop)
===================================================================
--- volumeicon.desktop (rev 0)
+++ volumeicon.desktop 2018-05-25 05:57:32 UTC (rev 329237)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Volume Icon
+Comment=Lightweight volume control for the systray
+Exec=volumeicon
+Icon=multimedia-volume-control
+Type=Application
+Terminal=false
+StartupNotify=false
+Categories=GTK;AudioVideo;Audio;Mixer;
Deleted: volumeicon.install
===================================================================
--- volumeicon.install 2018-05-25 05:57:26 UTC (rev 329236)
+++ volumeicon.install 2018-05-25 05:57:32 UTC (rev 329237)
@@ -1,7 +0,0 @@
-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:
Copied: volumeicon/repos/community-x86_64/volumeicon.install (from rev 329236, volumeicon/trunk/volumeicon.install)
===================================================================
--- volumeicon.install (rev 0)
+++ volumeicon.install 2018-05-25 05:57:32 UTC (rev 329237)
@@ -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