qupzilla and kdm theme

This commit is contained in:
arcan1s
2014-02-20 21:39:18 +04:00
parent 8bd83be667
commit ec916232f8
2 changed files with 8 additions and 28 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Evgeniy "arcanis" Alexeev <arcanis.arch at gmail dot com>
pkgname=kdm-theme-modernarchlinux
pkgver=1.0
pkgver=1.0.2
pkgrel=1
pkgdesc="Simple and minimalist theme for KDM with Archlinux logo"
arch=('any')
@ -9,11 +9,11 @@ url="http://kde-look.org/content/show.php?action=content&content=163475"
license=('GPLv3')
depends=('kdebase-workspace')
source=("http://kde-look.org/CONTENT/content-files/163475-KDM-Theme-archlinux.tar.gz")
md5sums=('ba7b184795cc33b24dc472a5bdd6fa35')
md5sums=('3622ec3d364d2ca9cba5adbf94f616e4')
package() {
# install kdm theme
install -dm755 "${pkgdir}/usr/share/apps/kdm/themes/modernarchlinux"
install -m644 "${srcdir}/KDM-Theme-archlinux/"* -t "${pkgdir}/usr/share/apps/kdm/themes/modernarchlinux"
rm -r "${pkgdir}/usr/share/apps/kdm/themes/modernarchlinux/Licence GPLv3"
rm "${pkgdir}/usr/share/apps/kdm/themes/modernarchlinux/Licence GPLv3"
}