[arch-commits] Commit in kdebase-workspace/repos (2 files)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 11 22:30:15 UTC 2009
Date: Thursday, June 11, 2009 @ 18:30:14
Author: pierre
Revision: 42241
Merged revisions 41948,42116 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/kdebase-workspace/kde-unstable
........
r41948 | pierre | 2009-06-08 16:51:28 +0200 (Mo, 08 Jun 2009) | 1 line
inital implementation of splitted packages; generated by a script -> might be insane
........
r42116 | pierre | 2009-06-11 17:42:36 +0200 (Do, 11 Jun 2009) | 1 line
update to snapshot; cleanup
........
Modified:
kdebase-workspace/repos/kde-unstable-x86_64/ (properties)
kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Property changes on: kdebase-workspace/repos/kde-unstable-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /kdebase-workspace/kde-unstable:1-41579
+ /kdebase-workspace/kde-unstable:1-42240
Modified: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2009-06-11 22:29:36 UTC (rev 42240)
+++ kde-unstable-x86_64/PKGBUILD 2009-06-11 22:30:14 UTC (rev 42241)
@@ -2,7 +2,7 @@
# Maintainer: Pierre Schmitz <pierre at archlinux.de>
pkgname=kdebase-workspace
-pkgver=4.2.90
+pkgver=4.2.91svn979380
pkgrel=1
pkgdesc="KDE Base Workspace"
arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@
license=('GPL' 'LGPL' 'FDL')
groups=('kde')
depends=('kdelibs-experimental' 'kdepimlibs' 'kdebase-runtime' 'libxxf86misc' 'libxcomposite'
- 'libxss' 'lm_sensors' 'libxklavier' 'qimageblitz' 'xdg-utils' 'polkit-qt' 'libxft')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 'kdebindings')
+ 'libxss' 'lm_sensors' 'libxklavier' 'qimageblitz' 'polkit-qt' 'libxft')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 'kdebindings-python')
replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde')
conflicts=('kde-common')
-optdepends=('kdebindings: plasma scriptengine for Python')
+optdepends=('kdebindings-python: plasma scriptengine for Python')
install='kdebase-workspace.install'
backup=('usr/share/config/kdm/kdmrc'
'etc/pam.d/kde'
@@ -23,7 +23,7 @@
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
'fixpath.patch')
-md5sums=('97946c6e8ca4eb1c9ecefbe8b387d935'
+md5sums=('2294ff4aed0ffbe02ab52c57bf18acf1'
'721e97031b62aee8914e8617e86f9235'
'5d80164932e0d44d8b802d3929a004ab'
'10a490653b002e6f9e7476ff9d37c011'
@@ -40,7 +40,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' \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -58,4 +58,3 @@
ln -sf /usr/share/apps/kdm/sessions/kde{,-safe}.desktop ${pkgdir}/etc/X11/sessions/
install -d -m755 ${pkgdir}/etc/kde/{env,shutdown}
}
-options=('!strip')
More information about the arch-commits
mailing list