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

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


    Date: Thursday, June 11, 2009 @ 18:26:19
  Author: pierre
Revision: 42235

Merged revisions 41942,42110,42132 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/kdelibs/kde-unstable

........
  r41942 | pierre | 2009-06-08 16:51:05 +0200 (Mo, 08 Jun 2009) | 1 line
  
  inital implementation of splitted packages; generated by a script -> might be insane
........
  r42110 | pierre | 2009-06-11 17:42:16 +0200 (Do, 11 Jun 2009) | 1 line
  
  update to snapshot; cleanup
........
  r42132 | pierre | 2009-06-11 17:45:18 +0200 (Do, 11 Jun 2009) | 1 line
  
  why?
........

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

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


Property changes on: kdelibs/repos/kde-unstable-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /kdelibs/kde-unstable:1-41567
   + /kdelibs/kde-unstable:1-42234

Modified: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2009-06-11 21:48:22 UTC (rev 42234)
+++ kde-unstable-x86_64/PKGBUILD	2009-06-11 22:26:19 UTC (rev 42235)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdelibs
-pkgver=4.2.90
+pkgver=4.2.91svn979380
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install='kdelibs.install'
 source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
         'kde-applications-menu.patch' 'archlinux-menu.patch')
-md5sums=('49ddb0f7a20fb2141c2f284df84cb1e2'
+md5sums=('8238cba33a229859ea820233dd902991'
          'e94450ba5430ea9c1e33bad9ae38ca2d'
          'a6b31e1e5812340f010ef4cdd77e356c')
 
@@ -31,7 +31,7 @@
 	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' \
 		-DKDE_DISTRIBUTION_TEXT='Arch Linux' \
@@ -48,4 +48,3 @@
 	rm -f $pkgdir/usr/share/apps/kssl/ca-bundle.crt
 	ln -sf /etc/ssl/certs/ca-certificates.crt $pkgdir/usr/share/apps/kssl/ca-bundle.crt
 }
-options=('!strip')




More information about the arch-commits mailing list