mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 23:47:17 +00:00
add nitrux-icon-theme-kde
This commit is contained in:
parent
c6d94e759a
commit
29f933e28a
23
nitrux-icon-theme-kde/PKGBUILD
Normal file
23
nitrux-icon-theme-kde/PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||||
|
# Contributor: localizator <localizator at ukr dot net>
|
||||||
|
|
||||||
|
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"
|
||||||
|
}
|
@ -1,6 +1,5 @@
|
|||||||
# Maintainer: Evgeniy Alekseev <arcanis dot arch at gmail dot com>
|
# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
|
||||||
# Contributor: msimav <mustafa1991 at gmail dot com>
|
# Contributor: msimav <mustafa1991 at gmail dot com>
|
||||||
# Please flag this package out-of-date if you get md5sum error
|
|
||||||
|
|
||||||
pkgname=nitrux-icon-theme
|
pkgname=nitrux-icon-theme
|
||||||
pkgver=3.3.0
|
pkgver=3.3.0
|
||||||
@ -11,7 +10,6 @@ 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')
|
||||||
makedepends=()
|
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
md5sums=('46fd91408b41a9f448accf22d809fe41')
|
md5sums=('46fd91408b41a9f448accf22d809fe41')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user