23 lines
822 B
Bash
23 lines
822 B
Bash
# Template file for 'gnome-themes-standard-metacity'
|
|
pkgname=gnome-themes-standard-metacity
|
|
_pkgname=gnome-themes-standard
|
|
version=3.14.2.3
|
|
revision=2
|
|
wrksrc=$_pkgname-$version
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool librsvg-utils glib-devel"
|
|
makedepends="gtk+-devel gtk+3-devel librsvg-devel"
|
|
depends="cantarell-fonts adwaita-icon-theme"
|
|
short_desc="Standard GNOME themes for metacity"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://www.gnome.org"
|
|
distfiles="${GNOME_SITE}/$_pkgname/${version%.*.*}/$_pkgname-$version.tar.xz"
|
|
checksum=d82a1cf90be3397deadea46d3ba396a46943c7e141ebc70cf833956b5794e479
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
# Remove everything but the metacity themes
|
|
rm -r $DESTDIR/usr/{lib,share/{icons,themes/*/{gtk-*,index.theme}}}
|
|
}
|