mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 23:47:17 +00:00
nirtux 3.1.9
This commit is contained in:
parent
98129cd49c
commit
fa10257367
@ -3,8 +3,8 @@
|
||||
# Please flag this package out-of-date if you get md5sum error
|
||||
|
||||
pkgname=nitrux-icon-theme
|
||||
pkgver=3.1.8
|
||||
pkgrel=2
|
||||
pkgver=3.1.9
|
||||
pkgrel=1
|
||||
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,12 +13,12 @@ source=("http://store.nitrux.in/files/NITRUX.tar.gz")
|
||||
depends=('librsvg')
|
||||
makedepends=()
|
||||
options=(!strip)
|
||||
md5sums=('f4c8ebe32df96fa3622212efeccc636b')
|
||||
md5sums=('a16d2211ce69d6c4925ef464016b4250')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
mkdir -p "${pkgdir}/usr/share/icons"
|
||||
cp -r NITRUX{,-Buttons} "${pkgdir}/usr/share/icons/"
|
||||
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 '{}' \;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user