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

Ray Rashif schiv at archlinux.org
Tue May 10 14:21:24 UTC 2016


    Date: Tuesday, May 10, 2016 @ 16:21:24
  Author: schiv
Revision: 267307

upgpkg: qjackctl 0.4.2-1

delayed upstream release sync + hooks rebuild

Modified:
  qjackctl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 11:53:39 UTC (rev 267306)
+++ PKGBUILD	2016-05-10 14:21:24 UTC (rev 267307)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=qjackctl
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="http://qjackctl.sourceforge.net/"
 arch=('i686' 'x86_64')
@@ -11,10 +11,19 @@
 license=('GPL')
 depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
 makedepends=('qt5-tools')
-install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('6a0a4245e2b9e470e04009e1d0f29f08')
+md5sums=('272cacd4878521e4ba43fd23b19da8a5')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://github.com/qbittorrent/qBittorrent/issues/5237
+  # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Q5SWCUUMWQ4EMS7CU2CBOZHV3WZYOOTT/
+  # http://pkgs.fedoraproject.org/cgit/rpms/qjackctl.git/commit/?id=c00a81a701e6d4a82aff6ae99ae7af3d162ca542
+  # not so sure this is a proper fix, but seems to be the problem described -- schiv
+  sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
@@ -25,6 +34,7 @@
          ac_lrelease=/usr/bin/lrelease-qt5 \
          QMAKE=qmake-qt5
 
+
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list