mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 19:47:15 +08:00
28 lines
847 B
Bash
28 lines
847 B
Bash
|
#
|
||
|
# Desktop Packages for Chakra, part of chakra-project.org
|
||
|
#
|
||
|
# Maintainer: george <george[at]chakra-project.org>
|
||
|
|
||
|
pkgname=kapudan-kde-themes-caledonia
|
||
|
_theme=caledonia
|
||
|
pkgver=20120808
|
||
|
pkgrel=1
|
||
|
pkgdesc='A pre-configured Caledonia KDE theme for Kapudan.'
|
||
|
arch=('i686' 'x86_64')
|
||
|
url='http://kde-look.org/content/show.php/Caledonia?content=142424'
|
||
|
screenshot='http://i.imgur.com/gjEMP.png'
|
||
|
license=('GPLv2')
|
||
|
depends=('kapudan' 'kde-plasma-themes-caledonia')
|
||
|
source=("${_theme}.png::${screenshot}"
|
||
|
"${_theme}.style")
|
||
|
md5sums=('f50dada9df3bf65915500a914602d0c3'
|
||
|
'387f6154f4040bed01d2521e0bda27d8')
|
||
|
|
||
|
package() {
|
||
|
cd "${srcdir}"
|
||
|
install -dm755 \
|
||
|
"${pkgdir}/usr/share/kde4/apps/kapudan/kapudan/kde-themes/"
|
||
|
install -Dm644 "${_theme}."{style,png} \
|
||
|
"${pkgdir}/usr/share/kde4/apps/kapudan/kapudan/kde-themes/"
|
||
|
}
|