mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/equinox-themes: new aport
Equinox GTK Themes http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
This commit is contained in:
parent
51852e94ec
commit
0bf28ab398
40
testing/equinox-themes/APKBUILD
Normal file
40
testing/equinox-themes/APKBUILD
Normal file
@ -0,0 +1,40 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=equinox-themes
|
||||
pkgver=1.50
|
||||
pkgrel=0
|
||||
pkgdesc="Equinox GTK Themes"
|
||||
url="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
depends="gtk-equinox-engine"
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://gnome-look.org/CONTENT/content-files/140449-equinox-themes-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
mkdir -p "$pkgdir"/usr/share/themes
|
||||
for i in *; do
|
||||
[ -L "$i" ] && continue
|
||||
cp -ra "$i" "$pkgdir"/usr/share/themes/ || return 1
|
||||
done
|
||||
}
|
||||
|
||||
md5sums="280f0c1f81abbfcdc524bb9c3a8f0ee8 140449-equinox-themes-1.50.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user