summaryrefslogtreecommitdiff
path: root/community/qtcurve-gtk2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-20 00:52:25 -0800
committerroot <root@rshg054.dnsready.net>2013-01-20 00:52:25 -0800
commit949fa4e5ed405aaddcebff7e21008f03cdffa580 (patch)
tree8178ba1e77fb2359541090bac532c8142f63cdef /community/qtcurve-gtk2
parent3ed92d43351cfc0eeccb646d7726ef07cdeae33b (diff)
Sun Jan 20 00:52:22 PST 2013
Diffstat (limited to 'community/qtcurve-gtk2')
-rw-r--r--community/qtcurve-gtk2/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/community/qtcurve-gtk2/PKGBUILD b/community/qtcurve-gtk2/PKGBUILD
index f02f92c5c..9a53245bd 100644
--- a/community/qtcurve-gtk2/PKGBUILD
+++ b/community/qtcurve-gtk2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 76418 2012-09-17 15:35:37Z svenstaro $
+# $Id: PKGBUILD 82497 2013-01-19 15:53:37Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=qtcurve-gtk2
-pkgver=1.8.15
-pkgrel=2
+pkgver=1.8.16
+pkgrel=1
pkgdesc="A configurable set of widget styles for KDE and Gtk"
arch=('i686' 'x86_64')
url="http://www.kde-look.org/content/show.php?content=40492"
@@ -14,16 +14,12 @@ depends=('gtk2')
makedepends=('cmake')
groups=('qtcurve')
options=('!libtool')
-source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2"
- cairo_flush_fix.patch)
-md5sums=('00054b1923f995fa55e0573730b9f3a6'
- '3aec00bd00af49ed42a47855ec37f670')
+source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2")
+md5sums=('8923caaa0704f6a30252a5eadb015d76')
build() {
cd "${srcdir}"
- patch -Np1 -i ${srcdir}/cairo_flush_fix.patch -d QtCurve-Gtk2-${pkgver}
-
mkdir -p build
cd build/
cmake ../QtCurve-Gtk2-${pkgver} \