mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
esting/numix-icon-theme: new aport
This commit is contained in:
parent
830055e399
commit
afa68eaba8
40
testing/numix-icon-theme/APKBUILD
Normal file
40
testing/numix-icon-theme/APKBUILD
Normal file
@ -0,0 +1,40 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||
pkgname=numix-icon-theme
|
||||
pkgver=0_git20161019
|
||||
pkgrel=0
|
||||
pkgdesc="Official icon theme from the Numix project"
|
||||
url="http://numixproject.org/"
|
||||
arch="noarch"
|
||||
license="GPL-3.0"
|
||||
depends=""
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages="numix-light-icon-theme:numix_light"
|
||||
options="!strip"
|
||||
source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
giturl="https://github.com/numixproject/numix-icon-theme.git"
|
||||
disturl="dev.alpinelinux.org:/archive/$pkgname"
|
||||
|
||||
builddir="$srcdir/numix-icon-theme-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
mkdir -p "$pkgdir"/usr/share/icons
|
||||
mv Numix "$pkgdir"/usr/share/icons/
|
||||
}
|
||||
|
||||
numix_light() {
|
||||
pkgdesc="$pkgdesc (Light version)"
|
||||
cd "$builddir"
|
||||
mkdir -p "$subpkgdir"/usr/share/icons
|
||||
mv Numix-Light "$subpkgdir"/usr/share/icons/
|
||||
}
|
||||
|
||||
md5sums="4c65137928e46748b1f2e17b9a084539 numix-icon-theme-0_git20161019.tar.gz"
|
||||
sha256sums="077acdfeb425adedd6c6a38075ff4b5cf9c8d5b8d5ad12f283ce77fa31c89282 numix-icon-theme-0_git20161019.tar.gz"
|
||||
sha512sums="561aeff5d2a257709c2007847e41035d047bd857868311e09f2e4f26befd1d6b0516462d01e476b4ac2784f9ced1563b2c52590c68e638842d580c3e77c75e10 numix-icon-theme-0_git20161019.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user