summaryrefslogtreecommitdiff
path: root/community/qtcurve/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qtcurve/PKGBUILD')
-rw-r--r--community/qtcurve/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/qtcurve/PKGBUILD b/community/qtcurve/PKGBUILD
index d85ed86d5..f64a14d42 100644
--- a/community/qtcurve/PKGBUILD
+++ b/community/qtcurve/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 98877 2013-10-21 00:42:02Z speps $
+# $Id: PKGBUILD 105059 2014-01-30 19:46:54Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -6,16 +6,16 @@
pkgbase=qtcurve
pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 'qtcurve-kde4')
-pkgver=1.8.17
+pkgver=1.8.18
pkgrel=1
pkgdesc='A configurable set of widget styles for KDE and Gtk'
arch=('i686' 'x86_64')
url='https://github.com/QtCurve/qtcurve'
-license=('GPL')
+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=('c4f2e9bc296398b42bfc132b88a3b989')
+md5sums=('422d1876d944bb278855f320eda19368')
build() {
cd $pkgbase-$pkgver
@@ -37,7 +37,7 @@ build() {
package_qtcurve-utils() {
depends=('libx11')
- cd $pkgbase-$pkgver/build/qtcurve-utils
+ cd $pkgbase-$pkgver/build/lib/utils
make DESTDIR="$pkgdir" install
}
@@ -45,6 +45,8 @@ package_qtcurve-gtk2() {
depends=('qtcurve-utils' 'gtk2')
cd $pkgbase-$pkgver/build/gtk2
make DESTDIR="$pkgdir" install
+ cd ../lib/cairo
+ make DESTDIR="$pkgdir" install
}
package_qtcurve-qt4() {