[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Wed Jan 20 18:38:33 UTC 2010


    Date: Wednesday, January 20, 2010 @ 13:38:33
  Author: pierre
Revision: 64470

move kontact plugins into apps

Modified:
  kdepim/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-20 17:41:32 UTC (rev 64469)
+++ PKGBUILD	2010-01-20 18:38:33 UTC (rev 64470)
@@ -57,6 +57,8 @@
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/akregator
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kontact/plugins/akregator
+	make DESTDIR=$pkgdir install
 }
 
 package_kdepim-blogilo() {
@@ -86,6 +88,10 @@
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/kaddressbook
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kontact/plugins/kaddressbook
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/plugins/kaddressbook
+	make DESTDIR=$pkgdir install
 }
 
 package_kdepim-kalarm() {
@@ -106,6 +112,8 @@
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/kjots
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kontact/plugins/kjots
+	make DESTDIR=$pkgdir install
 }
 
 package_kdepim-kleopatra() {
@@ -125,8 +133,8 @@
 	           'kdepim-mimelib' 'kdepim-plugins')
 	replaces=('kdepim-kmailcvt' 'kdepim-ksendemail' 'kdepim-libksieve'
 	          'kdepim-mimelib' 'kdepim-plugins')
-	for i in kmail doc/kmail mimelib libksieve plugins ksendemail \
-		kmailcvt nepomuk_email_feeder ontologies; do
+	for i in kmail doc/kmail mimelib libksieve plugins/kmail ksendemail \
+		kmailcvt nepomuk_email_feeder ontologies kontact/plugins/kmail; do
 		cd $srcdir/build/${i}
 		make DESTDIR=$pkgdir install
 	done
@@ -140,6 +148,8 @@
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/knode
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kontact/plugins/knode
+	make DESTDIR=$pkgdir install
 }
 
 package_kdepim-knotes() {
@@ -150,6 +160,8 @@
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/knotes
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kontact/plugins/knotes
+	make DESTDIR=$pkgdir install
 }
 
 package_kdepim-kontact() {
@@ -158,7 +170,8 @@
 	install='kdepim.install'
 	conflcits=('kdepim-kontactinterfaces')
 	replaces=('kdepim-kontactinterfaces')
-	for i in kontact doc/kontact kontactinterfaces; do
+	for i in kontact/src kontact/pics doc/kontact\
+		kontact/plugins/planner kontact/plugins/specialdates kontact/plugins/summary; do
 		cd $srcdir/build/${i}
 		make DESTDIR=$pkgdir install
 	done
@@ -172,6 +185,8 @@
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/korganizer
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kontact/plugins/korganizer
+	make DESTDIR=$pkgdir install
 }
 
 package_kdepim-kresources() {
@@ -189,6 +204,8 @@
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/doc/ktimetracker
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/kontact/plugins/ktimetracker
+	make DESTDIR=$pkgdir install
 }
 
 package_kdepim-libkdepim() {
@@ -200,7 +217,7 @@
 	replaces=('kdepim-icons' 'kdepim-libkleo' 'kdepim-libkpgp'
 	          'kdepim-strigi-analyzer' 'kdepim-akonadi')
 	for i in libkdepim icons libkleo libkpgp strigi-analyzer \
-		messagecore messagelist messageviewer akonadi; do
+		messagecore messagelist messageviewer akonadi plugins/ktexteditor; do
 		cd $srcdir/build/${i}
 		make DESTDIR=$pkgdir install
 	done




More information about the arch-commits mailing list