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

Alexander Rødseth arodseth at archlinux.org
Thu Feb 21 11:37:17 UTC 2019


    Date: Thursday, February 21, 2019 @ 11:37:16
  Author: arodseth
Revision: 434974

archrelease: copy trunk to community-x86_64

Added:
  volumeicon/repos/community-x86_64/PKGBUILD
    (from rev 434973, volumeicon/trunk/PKGBUILD)
  volumeicon/repos/community-x86_64/volumeicon.desktop
    (from rev 434973, volumeicon/trunk/volumeicon.desktop)
  volumeicon/repos/community-x86_64/volumeicon.install
    (from rev 434973, 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           |   77 +++++++++++++++++++++++++--------------------------
 volumeicon.desktop |   18 +++++------
 volumeicon.install |   14 ++++-----
 3 files changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 11:37:07 UTC (rev 434973)
+++ PKGBUILD	2019-02-21 11:37:16 UTC (rev 434974)
@@ -1,39 +0,0 @@
-# $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:

Copied: volumeicon/repos/community-x86_64/PKGBUILD (from rev 434973, volumeicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-21 11:37:16 UTC (rev 434974)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Maato <maato softwarebakery com>
+
+pkgname=volumeicon
+pkgver=0.5.1
+pkgrel=4
+pkgdesc='Volume control for the system tray'
+arch=(x86_64)
+url='https://softwarebakery.com/maato/volumeicon.html'
+license=(GPL3)
+depends=(alsa-lib gtk3 libnotify)
+makedepends=(git intltool)
+install=volumeicon.install
+source=("git+https://github.com/Maato/volumeicon.git#tag=$pkgver"
+        "volumeicon-notify.patch::https://github.com/Maato/volumeicon/commit/78a9c23775ebe12d3f3be93c0798144a6e732d90.patch"
+        volumeicon.desktop)
+sha256sums=('SKIP'
+            'f9d7d14e302f760815bb0da2af7f00ae3f2ef34da69e84863ae3e97e7302b8db'
+            '3f989bce3a080b2446af6d7ed7e8a22dfd3019f888a7b11a0759bf7cf704f975')
+
+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: ts=2 sw=2 et:

Deleted: volumeicon.desktop
===================================================================
--- volumeicon.desktop	2019-02-21 11:37:07 UTC (rev 434973)
+++ volumeicon.desktop	2019-02-21 11:37:16 UTC (rev 434974)
@@ -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 434973, volumeicon/trunk/volumeicon.desktop)
===================================================================
--- volumeicon.desktop	                        (rev 0)
+++ volumeicon.desktop	2019-02-21 11:37:16 UTC (rev 434974)
@@ -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	2019-02-21 11:37:07 UTC (rev 434973)
+++ volumeicon.install	2019-02-21 11:37:16 UTC (rev 434974)
@@ -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 434973, volumeicon/trunk/volumeicon.install)
===================================================================
--- volumeicon.install	                        (rev 0)
+++ volumeicon.install	2019-02-21 11:37:16 UTC (rev 434974)
@@ -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