mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-23 01:49:56 +00:00
qupzilla and kdm theme
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user