desktop/kde-plasma-themes/PKGBUILD

84 lines
2.5 KiB
Bash
Raw Normal View History

2013-12-18 02:36:04 +08:00
2010-10-17 06:14:00 +08:00
# Chakra Packages for Chakra, part of chakra-project.org
2013-12-18 02:36:04 +08:00
2013-12-18 02:41:12 +08:00
# Maintainer abveritas@chakra-project@org>
2010-10-17 06:14:00 +08:00
2013-12-18 02:36:04 +08:00
# Include global configuration
2010-10-17 06:14:00 +08:00
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
2011-03-12 05:36:42 +08:00
pkgbase="kde-plasma-themes"
pkgname=(
#"kde-plasma-themes-neda"
#"kde-plasma-themes-ronak"
2013-02-05 05:51:24 +08:00
"kde-plasma-themes-caledonia")
#"kde-plasma-themes-helium")
2011-03-12 05:36:42 +08:00
pkgver=1.0
2013-08-31 08:10:17 +08:00
pkgrel=1
2011-03-12 05:36:42 +08:00
arch=('any')
2010-10-17 06:14:00 +08:00
2013-02-05 07:41:03 +08:00
source=('http://chakra-linux.org/sources/caledonia/caledonia-chakra.tar.xz'
2012-08-17 07:15:06 +08:00
'http://chakra-linux.org/sources/helium/helium-3.0.2.tar.gz')
2013-02-05 07:41:03 +08:00
md5sums=('90564224e441dfbeb5f58570c488d74b'
2012-08-17 07:15:06 +08:00
'fe7edaca9b9a11ed123236ada4f6083b')
2010-10-17 06:14:00 +08:00
2011-03-12 05:36:42 +08:00
package_kde-plasma-themes-neda() {
pkgver=1.8.3.2
2010-10-17 06:14:00 +08:00
pkgrel=1
pkgdesc="Chakra NEDA Plasma theme"
url="http://www.chakra-project.org"
license=('GPL')
2011-07-03 19:40:03 +08:00
replaces=('kde-plasma-themes-kneda')
2011-03-12 05:36:42 +08:00
mkdir -p $pkgdir/usr/share/apps/desktoptheme
2011-07-03 19:40:03 +08:00
cd $startdir/src
cp -R Neda $pkgdir/usr/share/apps/desktoptheme
# fix file rights
chmod 755 -R $pkgdir/usr/share/apps/desktoptheme
# remove nasty files
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
2011-03-12 05:36:42 +08:00
}
2010-10-17 06:14:00 +08:00
2012-02-05 13:31:05 +08:00
package_kde-plasma-themes-ronak() {
pkgver=1.0
pkgrel=1
2012-02-09 02:19:42 +08:00
pkgdesc="Chakra RONAK Plasma theme"
2012-02-05 13:31:05 +08:00
url="http://www.chakra-project.org"
license=('GPL')
2012-02-09 02:19:42 +08:00
mkdir -p $pkgdir/usr/share/apps/desktoptheme/RONAK
cd $startdir/src/ronak-plasma
cp -R * $pkgdir/usr/share/apps/desktoptheme/RONAK
2012-02-05 13:31:05 +08:00
# fix file rights
chmod 755 -R $pkgdir/usr/share/apps/desktoptheme
# remove nasty files
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
}
package_kde-plasma-themes-caledonia() {
2013-02-05 05:51:24 +08:00
pkgver=1.3
2013-08-31 08:10:17 +08:00
pkgrel=1
pkgdesc="Malcer's dark Caledonia Plasma theme with Chakra adjustments"
2013-02-05 05:51:24 +08:00
url="http://sourceforge.net/projects/caledonia/"
license=('Creative-Commons-BY-ND')
mkdir -p $pkgdir/usr/share/apps/desktoptheme/
2013-02-05 07:41:03 +08:00
cd $srcdir/caledonia-chakra
cp -R * $pkgdir/usr/share/apps/desktoptheme/
# fix file rights
2013-02-05 07:41:03 +08:00
chmod 755 -R $pkgdir/usr/share/apps/desktoptheme/caledonia
# remove nasty files
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
}
package_kde-plasma-themes-helium() {
2012-08-17 07:15:06 +08:00
pkgver=3.0.2
pkgrel=1
pkgdesc="Mcder's light theme for plasma desktop"
url="http://kde-look.org/content/show.php/Helium?content=125471"
license=('Creative-Commons-BY-SA-NC')
mkdir -p $pkgdir/usr/share/apps/desktoptheme/helium
cd $srcdir/helium
cp -R * $pkgdir/usr/share/apps/desktoptheme/helium
# fix file rights
chmod 755 -R $pkgdir/usr/share/apps/desktoptheme/helium
# remove nasty files
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
}