fix some quirks

This commit is contained in:
philm 2010-12-01 22:49:37 +00:00
parent b248acfd87
commit 18a5ec8e39
3 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@ pkgname=('networkmanagement')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgver=1173597 pkgver=1173597
pkgrel=1 pkgrel=2
pkgdesc="KDE SC networkmanager plasmoid" pkgdesc="KDE SC networkmanager plasmoid"
url="http://plasma.kde.org" url="http://plasma.kde.org"

View File

@ -5,13 +5,13 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config # include global config
#source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# #
# package info # package info
# #
pkgname=tribe-partitionmanager pkgname=tribe-partitionmanager
pkgver=0.2.4.1 pkgver=0.2.85
pkgrel=1 pkgrel=1
pkgdesc="Tribe's partitionmanager" pkgdesc="Tribe's partitionmanager"
url="http://git.chakra-project.org/chakra/" url="http://git.chakra-project.org/chakra/"
@ -22,9 +22,9 @@ replaces=('kdemod-tribe-partitionmanager')
makedepends=('cmake' 'automoc4' 'pkgconfig') makedepends=('cmake' 'automoc4' 'pkgconfig')
conflicts=('kdemod-tribe-partitionmanager' 'chakra-libpartitionmanager') conflicts=('kdemod-tribe-partitionmanager' 'chakra-libpartitionmanager')
groups=('kde-uninstall') groups=('kde-uninstall')
#options=('!splithdr' '!splitdbg') options=('!splithdr' '!splitdbg')
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz") source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
md5sums=('52d681104e065556d9d4b7e318611e37') md5sums=('bf5c0e6b2a3f5b8a1a9ee94d61f707ba')
# #
# build function # build function

View File

@ -5,26 +5,26 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config # include global config
#source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# #
# package info # package info
# #
pkgname=tribe pkgname=tribe
pkgver=0.2.4.1 pkgver=0.2.85
pkgrel=1 pkgrel=1
pkgdesc="Tribe - Chakra LiveCD Installer" pkgdesc="Tribe - Chakra LiveCD Installer"
url="http://git.chakra-project.org/chakra/" url="http://git.chakra-project.org/chakra/"
license="GPL" license="GPL"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
depends=('kdelibs' 'kdeedu-marble>=4.4.5' 'squashfs-tools' "tribe-partitionmanager=${pkgver}") depends=('kdelibs' 'kdeedu-marble>=4.5.4' 'squashfs-tools' "tribe-partitionmanager=${pkgver}")
makedepends=('cmake' 'kdelibs' 'kdeedu-marble>=4.4.5' 'kdebase-workspace') makedepends=('cmake' 'kdelibs' 'kdeedu-marble>=4.5.4' 'kdebase-workspace')
provides=('tribe') provides=('tribe')
replaces=('kdemod-tribe-svn' 'kdemod-tribe') replaces=('kdemod-tribe-svn' 'kdemod-tribe')
conflicts=('chakra-tribe' 'tribe-svn' 'kdemod-partitionmanager' 'kdemod-tribe' 'kdemod-tribe-debug' 'kdemod-tribe-partitionmanager') conflicts=('chakra-tribe' 'tribe-svn' 'kdemod-partitionmanager' 'kdemod-tribe' 'kdemod-tribe-debug' 'kdemod-tribe-partitionmanager')
#options=('!splithdr' '!splitdbg') options=('!splithdr' '!splitdbg')
source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz") source=("http://chakra-project.org/sources/tribe/tribe-${pkgver}.tar.gz")
md5sums=('52d681104e065556d9d4b7e318611e37') md5sums=('bf5c0e6b2a3f5b8a1a9ee94d61f707ba')
groups=('kde-uninstall') groups=('kde-uninstall')
install=tools-tribe.install install=tools-tribe.install
@ -60,5 +60,5 @@ build()
find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} + find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} +
# remove release notes # remove release notes
rm -v $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html #rm -v $pkgdir/usr/share/tribe/config/RELEASE_NOTES.html
} }