mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 15:37:18 +00:00
update nitrux-kde
This commit is contained in:
parent
0415f84b91
commit
a7686f088c
@ -2,7 +2,7 @@
|
||||
# Contributor: localizator <localizator at ukr dot net>
|
||||
|
||||
pkgname=nitrux-icon-theme-kde
|
||||
pkgver=3.3.0
|
||||
pkgver=3.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="The KDE version of the Nitrux OS Icons"
|
||||
url="http://nitrux.in/store/nitrux-for-kde/"
|
||||
@ -11,11 +11,11 @@ license=('Creative Commons')
|
||||
source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz")
|
||||
depends=('kdebase-workspace')
|
||||
options=(!strip)
|
||||
md5sums=('34bc584cc235609ae21c93d39922c73f')
|
||||
md5sums=('658991a33de470ed066d9e8b6ab7b5a2')
|
||||
|
||||
package() {
|
||||
install -dm755 "${pkgdir}/usr/share/icons"
|
||||
cp -r "${srcdir}/NITRUX-KDE" "${pkgdir}/usr/share/icons/"
|
||||
cp -r "${srcdir}/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 '{}' \;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user