nirtux 3.1.9

This commit is contained in:
arcan1s 2014-01-05 19:12:51 +04:00
parent 98129cd49c
commit fa10257367

View File

@ -3,8 +3,8 @@
# Please flag this package out-of-date if you get md5sum error # Please flag this package out-of-date if you get md5sum error
pkgname=nitrux-icon-theme pkgname=nitrux-icon-theme
pkgver=3.1.8 pkgver=3.1.9
pkgrel=2 pkgrel=1
pkgdesc="New squared icon set for Linux that sports clean lines, smooth gradients, and simple icon logos" 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" url="http://deviantn7k1.deviantart.com/art/Nitrux-OS-Icons-293634207"
arch=('any') arch=('any')
@ -13,12 +13,12 @@ source=("http://store.nitrux.in/files/NITRUX.tar.gz")
depends=('librsvg') depends=('librsvg')
makedepends=() makedepends=()
options=(!strip) options=(!strip)
md5sums=('f4c8ebe32df96fa3622212efeccc636b') md5sums=('a16d2211ce69d6c4925ef464016b4250')
package() { package() {
cd "${srcdir}" cd "${srcdir}"
mkdir -p "${pkgdir}/usr/share/icons" 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 d -exec chmod 755 '{}' \;
find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \; find "${pkgdir}/usr/share/icons" -type f -exec chmod 644 '{}' \;
} }