smlinux/gtk/gnome-themes-extra/gnome-themes-extra.SMBuild

29 lines
742 B
Text
Executable file

app=gnome-themes-extra
version=3.28
build=1sml
homepage="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
download="https://download.gnome.org/sources/gnome-themes-extra/3.28/gnome-themes-extra-3.28.tar.xz"
desc="Default collection icons and theme bits used by GTK+ applications"
requires="intltool gtk2 gtk3"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc
make V=s
make install DESTDIR=$pkg
mkfinalpkg
}
sha512sums="
bccc446e86b12476b86a0fe2e3354500c8fb3eef62a85c3823d69aaa259e032e1f94e7993bf633397b669c425ef42635b0cf17b376f0b7cf1869bb1d7160ede0 gnome-themes-extra-3.28.tar.xz
"