mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 15:37:18 +00:00
update nitrux
This commit is contained in:
parent
b8fdaa9e02
commit
3aef85a0e5
@ -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"
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Contributor: msimav <mustafa1991 at gmail dot com>
|
||||
|
||||
pkgname=nitrux-icon-theme
|
||||
pkgver=3.4.3
|
||||
pkgrel=2
|
||||
pkgver=3.4.4
|
||||
pkgrel=1
|
||||
pkgdesc="New squared icon set for Linux that sports clean lines, smooth gradients, and simple icon logos"
|
||||
url="http://nitrux.in/store/nitrux-icon-theme/"
|
||||
arch=('any')
|
||||
@ -11,7 +11,7 @@ license=('custom:Creative Commons')
|
||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||
depends=('librsvg')
|
||||
options=(!strip)
|
||||
md5sums=('cc48ff743eb56cf1d3f2d2a2d1f2e2d6')
|
||||
md5sums=('d4d11a68814962bad18c77e918c4d7ac')
|
||||
|
||||
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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user