mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-06-30 15:35:51 +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
|
# Please flag this package out-of-date if you get md5sum error
|
||||||
|
|
||||||
pkgname=nitrux-icon-theme
|
pkgname=nitrux-icon-theme
|
||||||
pkgver=3.1.9
|
pkgver=3.2.0
|
||||||
pkgrel=1
|
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')
|
||||||
license=('Creative Commons')
|
license=('custom:Creative Commons')
|
||||||
source=("http://store.nitrux.in/files/NITRUX.tar.gz")
|
source=("http://store.nitrux.in/files/NITRUX.tar.gz")
|
||||||
depends=('librsvg')
|
depends=('librsvg')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
md5sums=('a16d2211ce69d6c4925ef464016b4250')
|
md5sums=('127a8b0e5e21d4e0bf4a99369b023ae3')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
@ -21,4 +21,6 @@ package() {
|
|||||||
cp -r NITRUX "${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 '{}' \;
|
||||||
|
|
||||||
|
install -Dm644 "${pkgdir}/usr/share/icons/NITRUX/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user