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

speps speps at nymeria.archlinux.org
Wed May 28 21:04:22 UTC 2014


    Date: Wednesday, May 28, 2014 @ 23:04:22
  Author: speps
Revision: 112040

upgpkg: qtcurve 1.8.18-2
fix FS#40524

Modified:
  qtcurve/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-28 19:38:25 UTC (rev 112039)
+++ PKGBUILD	2014-05-28 21:04:22 UTC (rev 112040)
@@ -7,7 +7,7 @@
 pkgbase=qtcurve
 pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 'qtcurve-kde4')
 pkgver=1.8.18
-pkgrel=1
+pkgrel=2
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
 arch=('i686' 'x86_64')
 url='https://github.com/QtCurve/qtcurve'
@@ -14,9 +14,18 @@
 license=('LGPL')
 groups=('qtcurve')
 makedepends=('cmake' 'automoc4' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 'kdebase-workspace')
-source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('422d1876d944bb278855f320eda19368')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+        "https://github.com/QtCurve/qtcurve/commit/323402d8b99502300f65e909c61153cbd5d5d997.diff")
+md5sums=('422d1876d944bb278855f320eda19368'
+         '632c1dfa26fcc5f5d45fe082c9738f3b')
 
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # fix FS#40524 - Qt 5.3 build fix
+  patch -p1 -i ../${source[1]##*/}
+}
+
 build() {
   cd $pkgbase-$pkgver
 




More information about the arch-commits mailing list