summaryrefslogtreecommitdiff
path: root/extra/oxygen-gtk2/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
commit8640bbf496b9d8a232da91e1db43466797f86861 (patch)
treefcbf174dda4dcdb7026fd6155851740ed939878f /extra/oxygen-gtk2/PKGBUILD
parentbb37a4ecb6bee92615f1312d9907129490105052 (diff)
Wed Mar 19 03:59:18 UTC 2014
Diffstat (limited to 'extra/oxygen-gtk2/PKGBUILD')
-rw-r--r--extra/oxygen-gtk2/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/extra/oxygen-gtk2/PKGBUILD b/extra/oxygen-gtk2/PKGBUILD
index 093ad6025..e82967d29 100644
--- a/extra/oxygen-gtk2/PKGBUILD
+++ b/extra/oxygen-gtk2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 207334 2014-03-08 08:57:14Z andrea $
+# $Id: PKGBUILD 208162 2014-03-18 11:27:59Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: birdflesh <antkoul at gmail dot com>
pkgname=oxygen-gtk2
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
@@ -13,11 +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=('dd55d704f97e0c9e2fcc0d4d88d2eb1d')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
+ 'kdebug-331879.patch')
+md5sums=('dd55d704f97e0c9e2fcc0d4d88d2eb1d'
+ '1900b38a9e5fbfe681aa3074fd95b64e')
prepare() {
mkdir build
+
+ cd ${pkgname}-${pkgver}
+ patch -p1 -i "${srcdir}"/kdebug-331879.patch
}
build() {