[arch-commits] Commit in qmpdclient/trunk (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Apr 30 08:57:03 UTC 2016


    Date: Saturday, April 30, 2016 @ 10:57:03
  Author: jlichtblau
Revision: 173087

upgpkg: qmpdclient 1.2.2-6 pacman hooks part 1 rebuild

Modified:
  qmpdclient/trunk/PKGBUILD
  qmpdclient/trunk/qmpdclient.changelog
Deleted:
  qmpdclient/trunk/qmpdclient.install

----------------------+
 PKGBUILD             |    6 +++---
 qmpdclient.changelog |    7 +++++--
 qmpdclient.install   |   11 -----------
 3 files changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 08:54:40 UTC (rev 173086)
+++ PKGBUILD	2016-04-30 08:57:03 UTC (rev 173087)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Vinay S Shastry <vinayshastry at gmail.com>
 
 pkgname=qmpdclient
 pkgver=1.2.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A Qt4 client for MPD"
 arch=('i686' 'x86_64')
 url="http://bitcheese.net/wiki/QMPDClient"
@@ -12,7 +12,6 @@
 license=('GPL')
 depends=('qt4')
 makedepends=('cmake')
-install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://dump.bitcheese.net/files/$pkgname-$pkgver.tar.bz2)
 sha256sums=('ed65705eaae8fb10fdce34ce20e010757a87423c2874479e1466e4368a866289')
@@ -21,6 +20,7 @@
   cd "${srcdir}"
   mkdir build
   cd build
+
   cmake ../${pkgname} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr

Modified: qmpdclient.changelog
===================================================================
--- qmpdclient.changelog	2016-04-30 08:54:40 UTC (rev 173086)
+++ qmpdclient.changelog	2016-04-30 08:57:03 UTC (rev 173087)
@@ -1,3 +1,6 @@
+2011-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+    * qmpdclient 1.2.2-6 pacman hooks rebuild
+
 2011-11-12 Andrea Scarpino <andrea at archlinux.org>
     * qmpdclient 1.2.2-2
     * Qt 4.8 downgrade
@@ -5,8 +8,8 @@
 2011-10-22 Andrea Scarpino <andrea at archlinux.org>
     * qmpdclient 1.2.2-1
 
-2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2011-02-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* qmpdclient 1.2.1-1
 
-2011-02-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+2011-02-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* qmpdclient 1.2-1

Deleted: qmpdclient.install
===================================================================
--- qmpdclient.install	2016-04-30 08:54:40 UTC (rev 173086)
+++ qmpdclient.install	2016-04-30 08:57:03 UTC (rev 173087)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}



More information about the arch-commits mailing list