[arch-commits] Commit in kdelibs/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Jun 3 10:02:50 UTC 2012


    Date: Sunday, June 3, 2012 @ 06:02:50
  Author: andrea
Revision: 160657

upgpkg: kdelibs 4.8.3-3

Disable HUPnP support to fix crashes (FS30106)

Modified:
  kdelibs/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-03 09:29:44 UTC (rev 160656)
+++ PKGBUILD	2012-06-03 10:02:50 UTC (rev 160657)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -13,7 +13,7 @@
         'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
         'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
         'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-        'media-player-info' 'herqq')
+        'media-player-info')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
 install=${pkgname}.install
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"
@@ -46,7 +46,8 @@
                -DSYSCONF_INSTALL_DIR=/etc \
                -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
                -DKDE_DEFAULT_HOME='.kde4' \
-               -DWITH_FAM=OFF
+               -DWITH_FAM=OFF \
+               -DWITH_HUpnp=OFF
        make
 }
 




More information about the arch-commits mailing list