summaryrefslogtreecommitdiff
path: root/extra/oxygen-gtk2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/oxygen-gtk2/PKGBUILD')
-rw-r--r--extra/oxygen-gtk2/PKGBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/extra/oxygen-gtk2/PKGBUILD b/extra/oxygen-gtk2/PKGBUILD
index 2106afe30..ffbb1bb86 100644
--- a/extra/oxygen-gtk2/PKGBUILD
+++ b/extra/oxygen-gtk2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 167990 2012-10-04 19:22:04Z andrea $
+# $Id: PKGBUILD 177572 2013-02-07 13:44:31Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: birdflesh <antkoul at gmail dot com>
pkgname=oxygen-gtk2
-pkgver=1.3.1
-pkgrel=1
+pkgver=1.3.2
+pkgrel=2
pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2"
arch=('i686' 'x86_64' 'mips64el')
url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
@@ -13,10 +13,16 @@ depends=('gtk2')
conflicts=('oxygen-gtk')
replaces=('oxygen-gtk')
makedepends=('cmake')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('269283e34c5ae547a062da29cab58aa9')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
+ 'fix-regression.patch')
+md5sums=('7c4ecfca330102b7ff50e472a62dfc60'
+ 'bced3ab820c3eafbb4e40a279d05bff6')
build() {
+ cd ${pkgname}-${pkgver}/
+ patch -p1 -i "${srcdir}"/fix-regression.patch
+ cd ../
+
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \