mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-22 17:39:56 +00:00
update nitrux
This commit is contained in:
@ -2,16 +2,16 @@
|
||||
# Contributor: localizator <localizator at ukr dot net>
|
||||
|
||||
pkgname=nitrux-icon-theme-kde
|
||||
pkgver=3.4.3
|
||||
pkgver=3.4.4
|
||||
pkgrel=1
|
||||
pkgdesc="The KDE version of the Nitrux OS Icons"
|
||||
url="http://nitrux.in/store/nitrux-for-kde/"
|
||||
arch=('any')
|
||||
license=('Creative Commons')
|
||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||
depends=('kdebase-workspace')
|
||||
depends=('librsvg')
|
||||
options=(!strip)
|
||||
md5sums=('c4629f4f98f45b6b205b9339a0ef5dd9')
|
||||
md5sums=('d0cb22fca19877c7861f0da80ad7cfb5')
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/icons"
|
||||
@ -19,5 +19,5 @@ package() {
|
||||
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/${pkgname}/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
install -Dm644 "${pkgdir}/usr/share/"{icons,licenses}"/${pkgname}/COPYING"
|
||||
}
|
||||
|
Reference in New Issue
Block a user