Date: Sunday, May 1, 2016 @ 13:06:11
  Author: jlichtblau
Revision: 173247

upgpkg: qtmpc 0.6.1-6 pacman hooks part 1 rebuild

Modified:
  qtmpc/trunk/PKGBUILD
Deleted:
  qtmpc/trunk/qtmpc.install

---------------+
 PKGBUILD      |   19 +++++++++----------
 qtmpc.install |   11 -----------
 2 files changed, 9 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-01 11:02:03 UTC (rev 173246)
+++ PKGBUILD    2016-05-01 11:06:11 UTC (rev 173247)
@@ -1,26 +1,25 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
 # Contributor: Shaika-Dzari <shaikadzari at gmail dot com>
 
 pkgname=qtmpc
 pkgver=0.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Qt4-based front-end for MPD"
 arch=('i686' 'x86_64')
 url="http://qtmpc.lowblog.nl/";
 license=('GPL')
 depends=('kdebase-runtime')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-source=("http://files.lowblog.nl/$pkgname/QtMPC-$pkgver.tar.bz2";
-        'qtmpc-0.6.1-underlinking.patch')
+makedepends=('automoc4' 'cmake' 'patch')
+source=(http://files.lowblog.nl/$pkgname/QtMPC-$pkgver.tar.bz2
+        qtmpc-0.6.1-underlinking.patch)
 sha256sums=('82287a26788b36d49db26518b66203f332cf686eefb81ee2d9be095e61123a62'
             '8295218ebeeb14372c36c34510a9eed7210e82d8e474ef3caae1bd58327780d3')
 
 build() {
-  cd ${srcdir}/QtMPC
+  cd "${srcdir}"/QtMPC
 
-  patch -Np1 -i "${srcdir}/qtmpc-0.6.1-underlinking.patch"
+  patch -Np1 -i "${srcdir}"/qtmpc-0.6.1-underlinking.patch
 
   cmake . -DCMAKE_INSTALL_PREFIX=/usr
   make
@@ -27,7 +26,7 @@
 }
 
 package() {
-  cd ${srcdir}/QtMPC
+  cd "${srcdir}"/QtMPC
 
-  make DESTDIR=${pkgdir} install 
+  make DESTDIR="${pkgdir}" install 
 }

Deleted: qtmpc.install
===================================================================
--- qtmpc.install       2016-05-01 11:02:03 UTC (rev 173246)
+++ qtmpc.install       2016-05-01 11:06:11 UTC (rev 173247)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Reply via email to