mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 15:37:18 +00:00
nitrux
This commit is contained in:
parent
e1238858ab
commit
d25a7c98ee
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=nitrux-icon-theme
|
||||
pkgver=3.2.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="New squared icon set for Linux that sports clean lines, smooth gradients, and simple icon logos"
|
||||
url="http://deviantn7k1.deviantart.com/art/Nitrux-OS-Icons-293634207"
|
||||
arch=('any')
|
||||
@ -13,7 +13,7 @@ source=("http://store.nitrux.in/files/NITRUX.tar.gz")
|
||||
depends=('librsvg')
|
||||
makedepends=()
|
||||
options=(!strip)
|
||||
md5sums=('230c77c331b924e0c8b4b46a984b76ae')
|
||||
md5sums=('a8460887d590cf5ee172716006dca0ae')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
@ -21,6 +21,6 @@ package() {
|
||||
cp -r NITRUX "${pkgdir}/usr/share/icons/"
|
||||
find "${pkgdir}/usr/share/icons" -type d -exec chmod 755 '{}' \;
|
||||
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
|
||||
|
||||
|
||||
install -Dm644 "${pkgdir}/usr/share/icons/NITRUX/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user