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

Andrea Scarpino andrea at archlinux.org
Mon Aug 30 14:17:26 UTC 2010


    Date: Monday, August 30, 2010 @ 10:17:26
  Author: andrea
Revision: 89259

set Mozilla plugins dir

Modified:
  kdenetwork/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-30 13:54:49 UTC (rev 89258)
+++ PKGBUILD	2010-08-30 14:17:26 UTC (rev 89259)
@@ -19,7 +19,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr'
 	'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
 	'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
-	'telepathy-qt4' 'docbook-xsl' 'libktorrent')
+	'telepathy-qt4' 'docbook-xsl' 'libktorrent' 'kwebkitpart')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('21c30bd592b22056f3e474d761fc2943ea280c33')
 
@@ -31,6 +31,7 @@
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
 		-DWITH_Xmms=OFF \
 		-DWITH_Decibel=OFF \
 		-DWITH_LibMeanwhile=OFF
@@ -54,7 +55,7 @@
 
 package_kdenetwork-kget() {
 	pkgdesc='Download Manager'
-	depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent')
+	depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'kwebkitpart')
 	url="http://kde.org/applications/internet/kget/"
 	install='kdenetwork.install'
 	cd $srcdir/build/kget




More information about the arch-commits mailing list