mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-06-28 06:31:42 +00:00
nitrux-3.2.0
This commit is contained in:
@ -3,17 +3,17 @@
|
||||
# Please flag this package out-of-date if you get md5sum error
|
||||
|
||||
pkgname=nitrux-icon-theme
|
||||
pkgver=3.1.9
|
||||
pkgver=3.2.0
|
||||
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')
|
||||
license=('Creative Commons')
|
||||
license=('custom:Creative Commons')
|
||||
source=("http://store.nitrux.in/files/NITRUX.tar.gz")
|
||||
depends=('librsvg')
|
||||
makedepends=()
|
||||
options=(!strip)
|
||||
md5sums=('a16d2211ce69d6c4925ef464016b4250')
|
||||
md5sums=('127a8b0e5e21d4e0bf4a99369b023ae3')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
@ -21,4 +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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user