mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
28 lines
843 B
Bash
28 lines
843 B
Bash
|
|
# Desktop Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# Maintainer: george <george@chakra-project.org>
|
|
|
|
pkgname=kapudan-kde-themes-caledonia
|
|
_theme=caledonia
|
|
pkgver=20120822
|
|
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'
|
|
'3dfbcb9a1533d67874a25f2cd05225ef')
|
|
|
|
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/"
|
|
}
|