mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
kde-plasma-themes: move caledonia to its own pkgbuild
This commit is contained in:
parent
6c16c5f98a
commit
3be407452e
@ -3,22 +3,20 @@
|
|||||||
# include global config
|
# include global config
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
|
|
||||||
|
# IN THE FUTURE PLEASE CREATE NEW PKGBUILDS FOR THESE, this is a mess
|
||||||
pkgbase="kde-plasma-themes"
|
pkgbase="kde-plasma-themes"
|
||||||
pkgname=(
|
pkgname=(
|
||||||
#"kde-plasma-themes-neda"
|
#"kde-plasma-themes-neda"
|
||||||
#"kde-plasma-themes-ronak"
|
#"kde-plasma-themes-ronak"
|
||||||
#"kde-plasma-themes-caledonia"
|
#"kde-plasma-themes-helium")
|
||||||
"kde-plasma-themes-helium")
|
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=3
|
pkgrel=3
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
||||||
source=(
|
source=( # 'http://kde-look.org/CONTENT/content-files/125471-Helium.tar.xz')
|
||||||
#'http://chakra-linux.org/sources/caledonia/caledonia-chakra.tar.xz'
|
|
||||||
'http://kde-look.org/CONTENT/content-files/125471-Helium.tar.xz')
|
|
||||||
md5sums=(
|
md5sums=(
|
||||||
# '90564224e441dfbeb5f58570c488d74b'
|
# 'f0a03eaa13b09e19d8f5d75001a8dae1')
|
||||||
'f0a03eaa13b09e19d8f5d75001a8dae1')
|
|
||||||
|
|
||||||
package_kde-plasma-themes-neda() {
|
package_kde-plasma-themes-neda() {
|
||||||
pkgver=1.8.3.2
|
pkgver=1.8.3.2
|
||||||
@ -51,20 +49,6 @@ license=('GPL')
|
|||||||
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
|
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
|
||||||
}
|
}
|
||||||
|
|
||||||
package_kde-plasma-themes-caledonia() {
|
|
||||||
pkgver=1.3
|
|
||||||
pkgrel=3
|
|
||||||
pkgdesc="Malcer's dark Caledonia Plasma theme with Chakra adjustments"
|
|
||||||
url="http://sourceforge.net/projects/caledonia/"
|
|
||||||
license=('Creative-Commons-BY-ND')
|
|
||||||
mkdir -p $pkgdir/usr/share/apps/desktoptheme/
|
|
||||||
cd $srcdir/caledonia-chakra
|
|
||||||
cp -R * $pkgdir/usr/share/apps/desktoptheme/
|
|
||||||
# fix file rights
|
|
||||||
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() {
|
package_kde-plasma-themes-helium() {
|
||||||
pkgver=4.1.0
|
pkgver=4.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user