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

Pierre Schmitz pierre at archlinux.org
Thu Jun 11 22:28:58 UTC 2009


    Date: Thursday, June 11, 2009 @ 18:28:57
  Author: pierre
Revision: 42239

Merged revisions 41946,42114,42223 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/kdebase-runtime/kde-unstable

........
  r41946 | pierre | 2009-06-08 16:51:21 +0200 (Mo, 08 Jun 2009) | 1 line
  
  inital implementation of splitted packages; generated by a script -> might be insane
........
  r42114 | pierre | 2009-06-11 17:42:29 +0200 (Do, 11 Jun 2009) | 1 line
  
  update to snapshot; cleanup
........
  r42223 | pierre | 2009-06-11 23:45:43 +0200 (Do, 11 Jun 2009) | 1 line
  
  dep cleanup
........

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

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


Property changes on: kdebase-runtime/repos/kde-unstable-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdebase-runtime/kde-unstable:1-41575
   + /kdebase-runtime/kde-unstable:1-42238

Modified: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2009-06-11 22:28:15 UTC (rev 42238)
+++ kde-unstable-x86_64/PKGBUILD	2009-06-11 22:28:57 UTC (rev 42239)
@@ -2,27 +2,27 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdebase-runtime
-pkgver=4.2.90
+pkgver=4.2.91svn979380
 pkgrel=1
 pkgdesc="KDE Base Runtime Environment"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'kdelibs-experimental' 'oxygen-icons' 'openslp'
-         'hicolor-icon-theme' 'smbclient' 'rarian' 'xorg-xauth')
+depends=('kdelibs-experimental' 'oxygen-icons' 'xorg-xauth'
+         'hicolor-icon-theme' 'smbclient' 'rarian')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs')
 optdepends=('htdig: to build the search index'
             'gdb: drkonq crash handler')
 install='kdebase-runtime.install'
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('c710e2eef51349c09cce0f523ab7b543')
+md5sums=('a36c837b8f1d027b3ad3023627113acd')
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
 		-DCMAKE_INSTALL_PREFIX=/usr \
@@ -32,4 +32,3 @@
 	rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
 	ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
 }
-options=('!strip')




More information about the arch-commits mailing list