summaryrefslogtreecommitdiff
path: root/extra/kdelibs/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-11 23:14:45 +0000
committerroot <root@rshg054.dnsready.net>2012-01-11 23:14:45 +0000
commit3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (patch)
treeadc6bcfb43847a9615413defa99b7a0946d22565 /extra/kdelibs/PKGBUILD
parentb8012183bbaae70ce4a714c618a967e85df9f521 (diff)
Wed Jan 11 23:14:45 UTC 2012
Diffstat (limited to 'extra/kdelibs/PKGBUILD')
-rw-r--r--extra/kdelibs/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/kdelibs/PKGBUILD b/extra/kdelibs/PKGBUILD
index cba95a38d..019a971bf 100644
--- a/extra/kdelibs/PKGBUILD
+++ b/extra/kdelibs/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=kdelibs
pkgver=4.7.4
-pkgrel=4
+pkgrel=5
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64')
url='http://www.kde.org'
@@ -19,11 +19,12 @@ replaces=('kdelibs-experimental')
install='kdelibs.install'
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
'kde-applications-menu.patch' 'archlinux-menu.patch'
- 'fix-knotify-filepath.patch')
+ 'fix-knotify-filepath.patch' 'kdelibs-4.7.4-xinelib12x.patch')
sha1sums=('78b25e93a8c70ccc1e0f117cce960fe4e1deb8d8'
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
'63a850ab4196b9d06934f2b4a13acd9f7739bc67'
- '3312f6005aa56a9b992c74008fe5b314f1c8ffba')
+ '3312f6005aa56a9b992c74008fe5b314f1c8ffba'
+ '9cb83cb7f6394549354c6837977f9e9529127041')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
@@ -36,6 +37,8 @@ build() {
# https://bugs.kde.org/show_bug.cgi?id=285028
patch -p1 -i "${srcdir}"/fix-knotify-filepath.patch
+ patch -p1 -i "${srcdir}"/kdelibs-4.7.4-xinelib12x.patch
+
cd "${srcdir}"
mkdir build
cd build