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

Andrea Scarpino andrea at archlinux.org
Tue Mar 1 09:14:52 UTC 2011


    Date: Tuesday, March 1, 2011 @ 04:14:51
  Author: andrea
Revision: 111825

Add konq-plugins from the new kdebase tarball

Modified:
  kdebase/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-01 09:14:35 UTC (rev 111824)
+++ PKGBUILD	2011-03-01 09:14:51 UTC (rev 111825)
@@ -8,6 +8,7 @@
          'kdebase-kdialog'
          'kdebase-keditbookmarks'
          'kdebase-kfind'
+         'kdebase-konq-plugins'
          'kdebase-konqueror'
          'kdebase-konsole'
          'kdebase-kwrite'
@@ -19,7 +20,8 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'docbook-xsl'
+        'tidyhtml')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('18722baacb67e0e997acb79ce6836c25413633ba')
 
@@ -79,6 +81,16 @@
 	make DESTDIR=$pkgdir install
 }
 
+package_kdebase-konq-plugins(){
+    pkgdesc='Plugins that interact with Konqueror'
+    depends=('kdebase-konqueror' 'tidyhtml')
+	install='kdebase.install'
+    conflicts=('konq-plugins')
+    replaces=('konq-plugins')
+    cd $srcdir/build/konq-plugins
+    make DESTDIR=$pkgdir install
+}
+
 package_kdebase-konqueror() {
 	pkgdesc='KDE File Manager & Web Browser'
 	depends=('kdebase-dolphin' 'kdebase-keditbookmarks')




More information about the arch-commits mailing list