[arch-commits] Commit in volumeicon/repos/community-x86_64 (5 files)

Balló György bgyorgy at archlinux.org
Mon May 21 00:30:30 UTC 2018


    Date: Monday, May 21, 2018 @ 00:30:29
  Author: bgyorgy
Revision: 325699

archrelease: copy trunk to community-x86_64

Added:
  volumeicon/repos/community-x86_64/PKGBUILD
    (from rev 325698, volumeicon/trunk/PKGBUILD)
  volumeicon/repos/community-x86_64/volumeicon.desktop
    (from rev 325698, volumeicon/trunk/volumeicon.desktop)
  volumeicon/repos/community-x86_64/volumeicon.install
    (from rev 325698, volumeicon/trunk/volumeicon.install)
Deleted:
  volumeicon/repos/community-x86_64/PKGBUILD
  volumeicon/repos/community-x86_64/volumeicon.install

--------------------+
 PKGBUILD           |   69 ++++++++++++++++++++++++++-------------------------
 volumeicon.desktop |    9 ++++++
 volumeicon.install |   14 +++++-----
 3 files changed, 52 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 00:30:24 UTC (rev 325698)
+++ PKGBUILD	2018-05-21 00:30:29 UTC (rev 325699)
@@ -1,33 +0,0 @@
-# $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/PKGBUILD (from rev 325698, volumeicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-21 00:30:29 UTC (rev 325699)
@@ -0,0 +1,36 @@
+# $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/volumeicon.desktop (from rev 325698, volumeicon/trunk/volumeicon.desktop)
===================================================================
--- volumeicon.desktop	                        (rev 0)
+++ volumeicon.desktop	2018-05-21 00:30:29 UTC (rev 325699)
@@ -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-21 00:30:24 UTC (rev 325698)
+++ volumeicon.install	2018-05-21 00:30:29 UTC (rev 325699)
@@ -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 325698, volumeicon/trunk/volumeicon.install)
===================================================================
--- volumeicon.install	                        (rev 0)
+++ volumeicon.install	2018-05-21 00:30:29 UTC (rev 325699)
@@ -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