summaryrefslogtreecommitdiff
path: root/community/qtcurve-kde4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qtcurve-kde4/PKGBUILD')
-rw-r--r--community/qtcurve-kde4/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/qtcurve-kde4/PKGBUILD b/community/qtcurve-kde4/PKGBUILD
index cd09116a0..8178fc277 100644
--- a/community/qtcurve-kde4/PKGBUILD
+++ b/community/qtcurve-kde4/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74684 2012-08-02 07:17:13Z svenstaro $
+# $Id: PKGBUILD 74842 2012-08-06 23:10:17Z andrea $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=qtcurve-kde4
pkgver=1.8.13
-pkgrel=1
+pkgrel=3
arch=('i686' 'x86_64')
groups=('qtcurve')
license=('GPL')
@@ -14,15 +14,18 @@ url='http://www.kde-look.org/content/show.php?content=40492'
depends=('kdebase-workspace')
makedepends=('cmake' 'automoc4')
source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2"
- 'bypass-kde-config.patch')
+ 'bypass-kde-config.patch'
+ 'fix-kwin_decoration-macro.patch')
md5sums=('94ba22bc487a18f585249c2967878189'
- '3f6681147cc361bd2bfd4d7477f2a8d0')
+ '3f6681147cc361bd2bfd4d7477f2a8d0'
+ '7366e45ef9f24f53a36f87a539a937d6')
build() {
cd "${srcdir}"/QtCurve-KDE4-${pkgver}
# Bypass KDE prefix detection by kde4-config, see:
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667
patch -p1 -i "${srcdir}"/bypass-kde-config.patch
+ patch -p1 -i "${srcdir}"/fix-kwin_decoration-macro.patch
cd "${srcdir}"
mkdir build