mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 15:37:18 +00:00
add diamond theme
This commit is contained in:
parent
0851986f45
commit
01026b6af3
23
plasma-theme-diamond/PKGBUILD
Normal file
23
plasma-theme-diamond/PKGBUILD
Normal 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 {} \;
|
||||
}
|
Loading…
Reference in New Issue
Block a user