[arch-commits] Commit in kdepim/repos (2 files)

Pierre Schmitz pierre at archlinux.org
Thu Jun 11 22:37:19 UTC 2009


    Date: Thursday, June 11, 2009 @ 18:37:19
  Author: pierre
Revision: 42251

Merged revisions 41958,42126,42231,42234 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/kdepim/kde-unstable

........
  r41958 | pierre | 2009-06-08 16:52:08 +0200 (Mo, 08 Jun 2009) | 1 line
  
  inital implementation of splitted packages; generated by a script -> might be insane
........
  r42126 | pierre | 2009-06-11 17:43:16 +0200 (Do, 11 Jun 2009) | 1 line
  
  update to snapshot; cleanup
........
  r42231 | pierre | 2009-06-11 23:46:18 +0200 (Do, 11 Jun 2009) | 1 line
  
  dep cleanup
........
  r42234 | pierre | 2009-06-11 23:48:22 +0200 (Do, 11 Jun 2009) | 1 line
  
  typo
........

Modified:
  kdepim/repos/kde-unstable-x86_64/	(properties)
  kdepim/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |  284 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 272 insertions(+), 12 deletions(-)


Property changes on: kdepim/repos/kde-unstable-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdepim/kde-unstable:1-41599
   + /kdepim/kde-unstable:1-42250

Modified: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2009-06-11 22:36:33 UTC (rev 42250)
+++ kde-unstable-x86_64/PKGBUILD	2009-06-11 22:37:19 UTC (rev 42251)
@@ -1,30 +1,290 @@
 # $Id$
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
-pkgname=kdepim
-pkgver=4.2.90
+pkgbase=kdepim
+pkgname=('kdepim-akonadi'
+         'kdepim-akonadiconsole'
+         'kdepim-akregator'
+         'kdepim-console'
+         'kdepim-icons'
+         'kdepim-kaddressbook'
+         'kdepim-kalarm'
+         'kdepim-kjots'
+         'kdepim-kleopatra'
+         'kdepim-kmail'
+         'kdepim-kmailcvt'
+         'kdepim-knode'
+         'kdepim-knotes'
+         'kdepim-kontact'
+         'kdepim-kontactinterfaces'
+         'kdepim-korganizer'
+         'kdepim-kpilot'
+         'kdepim-kresources'
+         'kdepim-ksendemail'
+         'kdepim-ktimetracker'
+         'kdepim-libkdepim'
+         'kdepim-libkleo'
+         'kdepim-libkpgp'
+         'kdepim-libksieve'
+         'kdepim-mimelib'
+         'kdepim-plugins'
+         'kdepim-strigi-analyzer'
+         'kdepim-wizards')
+pkgver=4.2.91svn979380
 pkgrel=1
-pkgdesc="KDE Personal Information Management suite"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde')
-depends=('kdelibs-experimental' 'kdepimlibs' 'gnokii' 'libxss' 'kdebase-runtime' 'pilot-link')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install='kdepim.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('e54562d9af8df1dc25b0de530496a971')
+groups=('kde' 'kdepim')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdelibs-experimental' 'kdepimlibs' 'gnokii' 'libxss' 'kdebase-runtime' 'pilot-link')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+md5sums=('7ac2dadac96d3cdf01151578be512765')
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+	cmake ../${pkgbase}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
+}
+
+package_kdepim-akonadi() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime' 'kdelibs-experimental')
+	cd $srcdir/build/akonadi
 	make DESTDIR=$pkgdir install
 }
-options=('!strip')
+
+package_kdepim-akonadiconsole() {
+	pkgdesc=''
+	depends=('kdepim-akonadi' 'kdebase-runtime')
+	cd $srcdir/build/akonadiconsole
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-akregator() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime')
+	install='kdepim.install'
+	cd $srcdir/build/akregator
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/akregator
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-console() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime')
+	cd $srcdir/build/console
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-icons() {
+	pkgdesc=''
+	groups=()
+	cd $srcdir/build/icons
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kaddressbook() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime' 'gnokii' 'kdepim-libkleo')
+	install='kdepim.install'
+	cd $srcdir/build/kaddressbook
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kaddressbook
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kalarm() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime')
+	install='kdepim.install'
+	cd $srcdir/build/kalarm
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kalarm
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kjots() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime')
+	install='kdepim.install'
+	cd $srcdir/build/kjots
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kjots
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kleopatra() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime' 'kdepim-libkleo')
+	cd $srcdir/build/kleopatra
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kleopatra
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kmail() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime' 'kdepim-mimelib' 'kdepim-libksieve' 'kdepim-libkpgp' 'kdepim-libkleo')
+	install='kdepim.install'
+	cd $srcdir/build/kmail
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kmail
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kmailcvt() {
+	pkgdesc=''
+	depends=('kdepim-kmail' 'kdelibs')
+	cd $srcdir/build/kmailcvt
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-knode() {
+	pkgdesc=''
+	depends=('kdepim-libkpgp' 'kdebase-runtime' 'kdepim-libkdepim')
+	install='kdepim.install'
+	cd $srcdir/build/knode
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/knode
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-knotes() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime')
+	install='kdepim.install'
+	cd $srcdir/build/knotes
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/knotes
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kontact() {
+	pkgdesc=''
+	depends=('kdebase-runtime' 'kdepim-korganizer' 'kdepim-kontactinterfaces')
+	install='kdepim.install'
+	cd $srcdir/build/kontact
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kontact
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kontactinterfaces() {
+	pkgdesc=''
+	depends=('kdelibs')
+	cd $srcdir/build/kontactinterfaces
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-korganizer() {
+	pkgdesc=''
+	depends=('kdepim-libkdepim' 'kdebase-runtime' 'kdelibs-experimental')
+	install='kdepim.install'
+	cd $srcdir/build/korganizer
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/korganizer
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kpilot() {
+	pkgdesc=''
+	depends=('kdepimlibs' 'kdebase-runtime' 'pilot-link')
+	install='kdepim.install'
+	cd $srcdir/build/kpilot
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/kpilot
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-kresources() {
+	pkgdesc=''
+	depends=('kdebase-runtime' 'kdepim-akonadi' 'kdepim-kaddressbook')
+	cd $srcdir/build/kresources
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-ksendemail() {
+	pkgdesc=''
+	depends=('kdebase-runtime' 'kdelibs')
+	cd $srcdir/build/ksendemail
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-ktimetracker() {
+	pkgdesc=''
+	depends=('kdebase-runtime' 'kdepim-kresources' 'libxss')
+	install='kdepim.install'
+	cd $srcdir/build/ktimetracker
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/doc/ktimetracker
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-libkdepim() {
+	pkgdesc=''
+	groups=()
+	depends=('kdepimlibs' 'kdepim-icons')
+	cd $srcdir/build/libkdepim
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-libkleo() {
+	pkgdesc=''
+	groups=()
+	depends=('kdepimlibs')
+	cd $srcdir/build/libkleo
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-libkpgp() {
+	pkgdesc=''
+	groups=()
+	depends=('kdelibs')
+	cd $srcdir/build/libkpgp
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-libksieve() {
+	pkgdesc=''
+	groups=()
+	depends=('kdelibs')
+	cd $srcdir/build/libksieve
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-mimelib() {
+	pkgdesc=''
+	groups=()
+	depends=('kdelibs')
+	cd $srcdir/build/mimelib
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-plugins() {
+	pkgdesc=''
+	depends=('kdepim-kmail')
+	cd $srcdir/build/plugins
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-strigi-analyzer() {
+	pkgdesc=''
+	depends=('kdepimlibs')
+	groups=(${groups[@]} 'strigi-analyzer')
+	cd $srcdir/build/strigi-analyzer
+	make DESTDIR=$pkgdir install
+}
+
+package_kdepim-wizards() {
+	pkgdesc=''
+	depends=('kdebase-runtime' 'kdepim-kresources')
+	cd $srcdir/build/wizards
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list