use new tribe from master, fix rtkit bug in workspace

This commit is contained in:
philm 2010-11-23 01:00:31 +01:00
parent e28c094665
commit f2d9501025
3 changed files with 7 additions and 6 deletions

View File

@ -26,7 +26,7 @@ pkgname=('kdebase-workspace'
arch=('i686' 'x86_64')
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="split package"
url="http://www.kde.org"
@ -304,6 +304,7 @@ package_kdebase-workspace()
sed -i -e s,#GUIStyle=.*,GUIStyle=Oxygen,g ${pkgdir}/usr/share/config/kdm/kdmrc
sed -i -e s,#ColorScheme=.*,ColorScheme=Oxygen,g ${pkgdir}/usr/share/config/kdm/kdmrc
sed -i -e s,Theme=/usr.*,Theme=/usr/share/apps/kdm/themes/oxygen-air,g ${pkgdir}/usr/share/config/kdm/kdmrc
sed -i -e s,MinShowUID=.*,MinShowUID=1000,g ${pkgdir}/usr/share/config/kdm/kdmrc
# WORKAROUND -> put ggl stuff into ggl package
rm -rf ${pkgdir}/usr/share/apps/plasma/plasmoids/ggl_photos

View File

@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
#
pkgname=tribe-partitionmanager
pkgver=0.2.4
pkgrel=1
pkgrel=2
pkgdesc="Tribe's partitionmanager"
url="http://git.chakra-project.org/chakra/"
license="GPL"
@ -23,14 +23,14 @@ makedepends=('cmake' 'automoc4' 'pkgconfig')
conflicts=('kdemod-tribe-partitionmanager' 'chakra-libpartitionmanager')
groups=('kde-uninstall')
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
md5sums=('aeb4056fff8c1c287a012bfaa1856fe0')
md5sums=('083dfc480dca6645fc46064a8dc019cf')
#
# build function
#
build()
{
cd "${srcdir}/chakra-tribe/lib/pm/"
cd "${srcdir}/chakra-tribe/lib/"
cmake . -DCMAKE_INSTALL_PREFIX=${_installprefix} \
-DCMAKE_BUILD_TYPE=${_build_type} \

View File

@ -13,7 +13,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
#
pkgname=tribe
pkgver=0.2.4
pkgrel=1
pkgrel=2
pkgdesc="Tribe - Chakra LiveCD Installer"
url="http://git.chakra-project.org/chakra/"
license="GPL"
@ -25,7 +25,7 @@ replaces=('kdemod-tribe-svn' 'kdemod-tribe')
conflicts=('chakra-tribe' 'tribe-svn' 'kdemod-partitionmanager' 'kdemod-tribe' 'kdemod-tribe-debug' 'kdemod-tribe-partitionmanager')
options=('!splithdr' '!splitdbg')
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
md5sums=('aeb4056fff8c1c287a012bfaa1856fe0')
md5sums=('083dfc480dca6645fc46064a8dc019cf')
groups=('kde-uninstall')
install=tools-tribe.install