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

Pierre Schmitz pierre at archlinux.org
Thu Jun 11 22:30:57 UTC 2009


    Date: Thursday, June 11, 2009 @ 18:30:56
  Author: pierre
Revision: 42242

Merged revisions 41949,42117,42224 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/kdebase/kde-unstable

........
  r41949 | pierre | 2009-06-08 16:51:32 +0200 (Mo, 08 Jun 2009) | 1 line
  
  inital implementation of splitted packages; generated by a script -> might be insane
........
  r42117 | pierre | 2009-06-11 17:42:40 +0200 (Do, 11 Jun 2009) | 1 line
  
  update to snapshot; cleanup
........
  r42224 | pierre | 2009-06-11 23:45:47 +0200 (Do, 11 Jun 2009) | 1 line
  
  dep cleanup
........

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

----------+
 PKGBUILD |  144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 131 insertions(+), 13 deletions(-)


Property changes on: kdebase/repos/kde-unstable-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdebase/kde-unstable:1-41581
   + /kdebase/kde-unstable:1-42241

Modified: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2009-06-11 22:30:14 UTC (rev 42241)
+++ kde-unstable-x86_64/PKGBUILD	2009-06-11 22:30:56 UTC (rev 42242)
@@ -1,31 +1,149 @@
 # $Id$
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
-pkgname=kdebase
-pkgver=4.2.90
+pkgbase=kdebase
+pkgname=('kdebase-dolphin'
+         'kdebase-kappfinder'
+         'kdebase-kdepasswd'
+         'kdebase-kdialog'
+         'kdebase-keditbookmarks'
+         'kdebase-kfind'
+         'kdebase-kinfocenter'
+         'kdebase-konqueror'
+         'kdebase-konsole'
+         'kdebase-kwrite'
+         'kdebase-lib'
+         'kdebase-nsplugins'
+         'kdebase-plasma')
+pkgver=4.2.91svn979380
 pkgrel=1
-pkgdesc="KDE Base Applications"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde')
-depends=('kdebase-runtime' 'libraw1394')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4')
-optdepends=('kdebase-workspace')
-install='kdebase.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('295467ac1181c1dc09c6f7dc61bece1e')
+groups=('kde' 'kdebase')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+md5sums=('c833257ee5a12ac95c50c8c7fd4fe03c')
 
 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_kdebase-dolphin() {
+	pkgdesc='a file manager'
+	depends=('kdebase-runtime' 'kdebase-lib')
+	cd $srcdir/build/apps/dolphin
 	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/dolphin
+	make DESTDIR=$pkgdir install
 }
-options=('!strip')
+
+package_kdebase-kappfinder() {
+	pkgdesc='a utility to search for non-KDE applications and create menu items for them'
+	depends=('kdebase-runtime' 'kdelibs')
+	install='kdebase.install'
+	cd $srcdir/build/apps/kappfinder
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/kappfinder
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdepasswd() {
+	pkgdesc='a utility for changing your password (on UNIX systems)'
+	depends=('kdebase-runtime' 'kdebase-lib')
+	cd $srcdir/build/apps/kdepasswd
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/kdepasswd
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kdialog() {
+	pkgdesc='a utility for displaying dialog boxes from shell scripts'
+	depends=('kdebase-runtime' 'kdelibs')
+	cd $srcdir/build/apps/kdialog
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-keditbookmarks() {
+	pkgdesc='a utility for editing the KDE bookmark store'
+	depends=('kdebase-runtime' 'kdelibs')
+	cd $srcdir/build/apps/keditbookmarks
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kfind() {
+	pkgdesc='a utility for searching for files and directories'
+	depends=('kdebase-runtime' 'kdebase-lib')
+	install='kdebase.install'
+	cd $srcdir/build/apps/kfind
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/kfind
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kinfocenter() {
+	pkgdesc=''
+	depends=('kdebase-runtime' 'libraw1394' 'kdelibs')
+	cd $srcdir/build/apps/kinfocenter
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/kinfocenter
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konqueror() {
+	pkgdesc='a web browser and general frame for embedding KParts'
+	depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-nsplugins' 'kdebase-keditbookmarks')
+	install='kdebase.install'
+	cd $srcdir/build/apps/konqueror
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/konqueror
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-konsole() {
+	pkgdesc='a terminal emulator'
+	depends=('kdebase-runtime' 'kdelibs')
+	cd $srcdir/build/apps/konsole
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/konsole
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-kwrite() {
+	pkgdesc='a text editor with several advanced features, including syntax highlighting and spell-checking'
+	depends=('kdebase-runtime' 'kdelibs')
+	cd $srcdir/build/apps/kwrite
+	make DESTDIR=$pkgdir install
+	cd $srcdir/build/apps/doc/kwrite
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-lib() {
+	pkgdesc=''
+	groups=()
+	depends=('kdelibs')
+	cd $srcdir/build/apps/lib
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-nsplugins() {
+	pkgdesc=''
+	depends=('kdebase-runtime' 'kdelibs')
+	cd $srcdir/build/apps/nsplugins
+	make DESTDIR=$pkgdir install
+}
+
+package_kdebase-plasma() {
+	pkgdesc=''
+	depends=('kdebase-workspace' 'kdebase-lib')
+	cd $srcdir/build/apps/plasma
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list