mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 23:47:17 +00:00
update nitrux
This commit is contained in:
parent
f8a985a570
commit
906c5a5e2d
@ -2,7 +2,7 @@
|
|||||||
# Contributor: localizator <localizator at ukr dot net>
|
# Contributor: localizator <localizator at ukr dot net>
|
||||||
|
|
||||||
pkgname=nitrux-icon-theme-kde
|
pkgname=nitrux-icon-theme-kde
|
||||||
pkgver=3.4.0
|
pkgver=3.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The KDE version of the Nitrux OS Icons"
|
pkgdesc="The KDE version of the Nitrux OS Icons"
|
||||||
url="http://nitrux.in/store/nitrux-for-kde/"
|
url="http://nitrux.in/store/nitrux-for-kde/"
|
||||||
@ -11,7 +11,9 @@ license=('Creative Commons')
|
|||||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||||
depends=('kdebase-workspace')
|
depends=('kdebase-workspace')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
md5sums=('658991a33de470ed066d9e8b6ab7b5a2')
|
conflicts=('nitrux-icon-theme')
|
||||||
|
provides=('nitrux-icon-theme')
|
||||||
|
md5sums=('4afc9b394223562e149076e0858ce722')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -dm755 "${pkgdir}/usr/share/icons"
|
install -dm755 "${pkgdir}/usr/share/icons"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Contributor: msimav <mustafa1991 at gmail dot com>
|
# Contributor: msimav <mustafa1991 at gmail dot com>
|
||||||
|
|
||||||
pkgname=nitrux-icon-theme
|
pkgname=nitrux-icon-theme
|
||||||
pkgver=3.3.0
|
pkgver=3.4.1
|
||||||
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://nitrux.in/store/nitrux-icon-theme/"
|
url="http://nitrux.in/store/nitrux-icon-theme/"
|
||||||
@ -10,15 +10,17 @@ arch=('any')
|
|||||||
license=('custom:Creative Commons')
|
license=('custom:Creative Commons')
|
||||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||||
depends=('librsvg')
|
depends=('librsvg')
|
||||||
|
conflicts=('nitrux-icon-theme-kde')
|
||||||
|
provides=('nitrux-icon-theme-kde')
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
md5sums=('46fd91408b41a9f448accf22d809fe41')
|
md5sums=('457050082beee28749ef3daea7bc1dbc')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}"
|
cd "${srcdir}"
|
||||||
mkdir -p "${pkgdir}/usr/share/icons"
|
mkdir -p "${pkgdir}/usr/share/icons"
|
||||||
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"
|
install -Dm644 "${pkgdir}/usr/share/icons/Nitrux/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user