add diamond theme

This commit is contained in:
arcan1s 2014-08-04 20:17:01 +04:00
parent 0851986f45
commit 01026b6af3

View File

@ -0,0 +1,23 @@
# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
# Contirbutor: Christian Galander <galander.c at gmail dot com>
pkgname=plasma-theme-diamond
_pkgname="Diamond"
pkgver=2.0.2
pkgrel=1
pkgdesc="Transparent theme for KDE 4.x"
arch=('any')
license=('GPL')
url="http://kde-look.org/content/show.php/Diamond?content=153930"
depends=('kdebase-workspace')
source=("http://kde-look.org/CONTENT/content-files/153930-${_pkgname}.zip")
md5sums=('e2f326c03b77c6ce1e8c8db0ad79ce7b')
package() {
cd "${srcdir}"
install -dm755 "${pkgdir}/usr/share/apps/desktoptheme"
cp -r "${_pkgname}" "${pkgdir}/usr/share/apps/desktoptheme"
find "${pkgdir}/usr/share/apps/desktoptheme" -type d -exec chmod 755 {} \;
find "${pkgdir}/usr/share/apps/desktoptheme" -type f -exec chmod 644 {} \;
}