mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 15:37:18 +00:00
Added kdeicons-nouvekdegray
This commit is contained in:
parent
b1110b4809
commit
379b06fc12
25
kdeicons-nouvekdegray/PKGBUILD
Executable file
25
kdeicons-nouvekdegray/PKGBUILD
Executable file
@ -0,0 +1,25 @@
|
||||
# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
|
||||
# Contributor: Artem A. Klevtsov <unikum.pm at gmail dot com>
|
||||
|
||||
pkgname=kdeicons-nouvekdegray
|
||||
_pkgname=nouveKDEGray
|
||||
# it doesnt have a normal versionship
|
||||
pkgver=20140103
|
||||
pkgrel=1
|
||||
pkgdesc="This is a version of the KDE4 port of the 'Reflektions' icons"
|
||||
arch=('any')
|
||||
url="http://kde-look.org/content/show.php?content=157454"
|
||||
license=('GPL')
|
||||
makedepends=('p7zip')
|
||||
source=("http://fc05.deviantart.net/fs71/f/2014/003/0/8/nouvekdegray_by_tsujan-d5y0sw4.7z")
|
||||
md5sums=('876789618fbea45bc91857a44980aa68')
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}/usr/share/icons"
|
||||
cp -r "${_pkgname}" "${pkgdir}/usr/share/icons/"
|
||||
|
||||
rm "${pkgdir}/usr/share/icons/${_pkgname}/"{GPL,INSTALL}
|
||||
|
||||
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
|
||||
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
|
||||
}
|
Loading…
Reference in New Issue
Block a user