mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
new caledonia-look-and-feel and caledonia-sddm
added colors and plasma theme to the caledonia2.0 group
This commit is contained in:
parent
42b5694c2f
commit
97437f1f51
@ -1,8 +1,9 @@
|
||||
pkgname=caledonia-colors
|
||||
pkgver=2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Caledonia colors scheme"
|
||||
arch=('x86_64')
|
||||
groups=('caledonia' 'caledonia2.0')
|
||||
url=(http://malcer.deviantart.com/)
|
||||
license=('CC-BY; CC-BY-SA')
|
||||
source=('http://sourceforge.net/projects/caledonia/files/Caledonia Color Scheme/Caledonia.colors')
|
||||
|
21
caledonia-look-and-feel/PKGBUILD
Normal file
21
caledonia-look-and-feel/PKGBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
pkgname=caledonia-look-and-feel
|
||||
pkgver=2015.05.03
|
||||
pkgrel=1
|
||||
pkgdesc='Caledonia Plasma 5 Look & Feel theme files'
|
||||
url='http://www.chakraos.org'
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
groups=('caledonia2.0')
|
||||
depends=('plasma-framework' 'kde-plasma-themes-caledonia>=2.0' 'caledonia-colors>=2.0')
|
||||
makedepends=('')
|
||||
conflicts=('kde-kdm-themes-caledonia'
|
||||
'kde-ksplash-themes-caledonia')
|
||||
replaces=('kde-kdm-themes-caledonia'
|
||||
'kde-ksplash-themes-caledonia')
|
||||
source=("http://rsync.chakraos.org/sources/chakra-artwork/caledonia/Caledonia2.0_look-and-feel_${pkgver}.tar.gz")
|
||||
md5sums=('84e19fe8d6ddb491eeb59318e589c89e')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr/share/plasma/look-and-feel
|
||||
mv $srcdir/org.kde.caledonia.desktop $pkgdir/usr/share/plasma/look-and-feel
|
||||
}
|
16
caledonia-sddm/PKGBUILD
Normal file
16
caledonia-sddm/PKGBUILD
Normal file
@ -0,0 +1,16 @@
|
||||
pkgname=caledonia-sddm
|
||||
pkgver=2015.05.03
|
||||
pkgrel=1
|
||||
pkgdesc='Caledonia SDDM theme files'
|
||||
url='http://www.chakraos.org'
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
groups=('caledonia2.0')
|
||||
depends=('sddm' 'caledonia-look-and-feel')
|
||||
source=()
|
||||
md5sums=()
|
||||
|
||||
package() {
|
||||
mkdir -p ${pkgdir}/usr/share/sddm/themes/
|
||||
ln -s /usr/share/plasma/look-and-feel/org.kde.caledonia.desktop/contents/loginmanager ${pkgdir}/usr/share/sddm/themes/caledonia
|
||||
}
|
@ -1,11 +1,11 @@
|
||||
pkgname=kde-plasma-themes-caledonia
|
||||
pkgver=2.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
pkgdesc="Malcer's dark Caledonia Plasma theme with Chakra branding"
|
||||
url=("http://caledonia.sourceforge.net/")
|
||||
license='Creative-Commons-BY-ND'
|
||||
groups=('caledonia')
|
||||
groups=('caledonia' 'caledonia2.0')
|
||||
screenshot="http://caledonia.sourceforge.net/img/slideshow/caledonia-04.png"
|
||||
source=("http://sourceforge.net/projects/caledonia/files/Caledonia%20%28Plasma-KDE%20Theme%29/Caledonia-${pkgver}.tar.gz"
|
||||
'branding.svgz')
|
||||
|
Loading…
Reference in New Issue
Block a user