[arch-commits] Commit in qtmpc/trunk (PKGBUILD qtmpc.install)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun May 1 11:06:11 UTC 2016
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 <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at 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
-}
More information about the arch-commits
mailing list