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

2019-02-21 Thread Alexander Rødseth via arch-commits
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
===
--- PKGBUILD2019-02-21 11:37:07 UTC (rev 434973)
+++ PKGBUILD2019-02-21 11:37:16 UTC (rev 434974)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Maato 
-
-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)
+++ PKGBUILD2019-02-21 11:37:16 UTC (rev 434974)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Maato 
+
+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 

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

2018-05-24 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-05-25 05:57:26 UTC (rev 329236)
+++ PKGBUILD2018-05-25 05:57:32 UTC (rev 329237)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Maato 
-
-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)
+++ PKGBUILD2018-05-25 05:57:32 UTC (rev 329237)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Maato 
+
+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()