[arch-commits] Commit in qjackctl/trunk (PKGBUILD qjackctl.install)

Ray Rashif schiv at archlinux.org
Tue Jul 28 17:39:48 UTC 2015


    Date: Tuesday, July 28, 2015 @ 19:39:48
  Author: schiv
Revision: 242587

upgpkg: qjackctl 0.4.0-2

FS#45797; update icon cache

Added:
  qjackctl/trunk/qjackctl.install
Modified:
  qjackctl/trunk/PKGBUILD

------------------+
 PKGBUILD         |   14 ++------------
 qjackctl.install |    7 +++++++
 2 files changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-28 17:36:28 UTC (rev 242586)
+++ PKGBUILD	2015-07-28 17:39:48 UTC (rev 242587)
@@ -4,30 +4,20 @@
 
 pkgname=qjackctl
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="http://qjackctl.sourceforge.net/"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('jack' 'qt4')
+install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
 md5sums=('2081b96e4facf3c2be641848b1c184fd')
 
-# hack not working as-is, needs inspection
-# in the meantime, please build in a chroot
-#prepare() {
-#  cd "$srcdir/$pkgname-$pkgver"
-#
-#  # qt4+qt5 co-existing compatibility
-#  # see http://www.rncbc.org/drupal/node/753
-#  sed -i 's/ac_qtdirs=.*/ac_qtdirs="qt4"/' configure
-#}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr
-
   make
 }
 

Added: qjackctl.install
===================================================================
--- qjackctl.install	                        (rev 0)
+++ qjackctl.install	2015-07-28 17:39:48 UTC (rev 242587)
@@ -0,0 +1,7 @@
+post_install() {
+	gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+	post_install
+}



More information about the arch-commits mailing list