diff --git a/nitrux-icon-theme-kde/PKGBUILD b/nitrux-icon-theme-kde/PKGBUILD new file mode 100644 index 0000000..26dd641 --- /dev/null +++ b/nitrux-icon-theme-kde/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: Evgeniy Alekseev +# Contributor: localizator + +pkgname=nitrux-icon-theme-kde +pkgver=3.3.0 +pkgrel=1 +pkgdesc="The KDE version of the Nitrux OS Icons" +url="http://deviantn7k1.deviantart.com/art/Nitrux-OS-Icons-for-KDE-346895844" +arch=('any') +license=('Creative Commons') +source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz") +depends=('kdebase-workspace') +options=(!strip) +md5sums=('34bc584cc235609ae21c93d39922c73f') + +package() { + install -dm755 "${pkgdir}/usr/share/icons" + cp -r "${srcdir}/NITRUX-KDE" "${pkgdir}/usr/share/icons/" + 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/NITRUX-KDE/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" +} diff --git a/nitrux-icon-theme/PKGBUILD b/nitrux-icon-theme/PKGBUILD index 0eb0963..0500176 100644 --- a/nitrux-icon-theme/PKGBUILD +++ b/nitrux-icon-theme/PKGBUILD @@ -1,6 +1,5 @@ -# Maintainer: Evgeniy Alekseev +# Maintainer: Evgeniy Alekseev # Contributor: msimav -# Please flag this package out-of-date if you get md5sum error pkgname=nitrux-icon-theme pkgver=3.3.0 @@ -11,7 +10,6 @@ arch=('any') license=('custom:Creative Commons') source=("http://nitrux.in/downloads/files/free/${pkgname}-${pkgver}.tar.gz") depends=('librsvg') -makedepends=() options=(!strip) md5sums=('46fd91408b41a9f448accf22d809fe41')