mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:04:36 +08:00
another tarball for tribe
This commit is contained in:
parent
c3b31c1823
commit
4e1d10254d
@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
#
|
#
|
||||||
pkgname=tribe-partitionmanager
|
pkgname=tribe-partitionmanager
|
||||||
pkgver=0.2.85.1
|
pkgver=0.2.85.1
|
||||||
pkgrel=0.2
|
pkgrel=0.3
|
||||||
pkgdesc="Tribe's partitionmanager"
|
pkgdesc="Tribe's partitionmanager"
|
||||||
url="http://git.chakra-project.org/chakra/"
|
url="http://git.chakra-project.org/chakra/"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
@ -24,7 +24,7 @@ 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=('d31f6c40905f89cfb2e54ad58e917f10')
|
md5sums=('c91493054a3801c12d365f604371bba8')
|
||||||
|
|
||||||
#
|
#
|
||||||
# build function
|
# build function
|
||||||
@ -46,4 +46,12 @@ build()
|
|||||||
|
|
||||||
# remove nasty files
|
# remove nasty files
|
||||||
find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} +
|
find $startdir/pkg/ -name ".git" -type d -exec rm -fr {} +
|
||||||
|
# fix file conflicts
|
||||||
|
rm -v $startdir/pkg/usr/share/icons/hicolor/128x128/apps/partitionmanager.png
|
||||||
|
rm -v $startdir/pkg/usr/share/icons/hicolor/16x16/apps/partitionmanager.png
|
||||||
|
rm -v $startdir/pkg/usr/share/icons/hicolor/22x22/apps/partitionmanager.png
|
||||||
|
rm -v $startdir/pkg/usr/share/icons/hicolor/32x32/apps/partitionmanager.png
|
||||||
|
rm -v $startdir/pkg/usr/share/icons/hicolor/48x48/apps/partitionmanager.png
|
||||||
|
rm -v $startdir/pkg/usr/share/icons/hicolor/64x64/apps/partitionmanager.png
|
||||||
|
|
||||||
}
|
}
|
@ -12,7 +12,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
#
|
#
|
||||||
pkgname=tribe
|
pkgname=tribe
|
||||||
pkgver=0.2.85.1
|
pkgver=0.2.85.1
|
||||||
pkgrel=0.2
|
pkgrel=0.3
|
||||||
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"
|
||||||
@ -24,7 +24,7 @@ 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=('d31f6c40905f89cfb2e54ad58e917f10')
|
md5sums=('c91493054a3801c12d365f604371bba8')
|
||||||
|
|
||||||
groups=('kde-uninstall')
|
groups=('kde-uninstall')
|
||||||
install=tools-tribe.install
|
install=tools-tribe.install
|
||||||
|
Loading…
Reference in New Issue
Block a user