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

28 lines
714 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=""
make
make install DESTDIR=$pkg
mkfinalpkg
}
sha512sums="
eeaaa37d6c9314c37a9455333129affe2a81abac34459555b2d194462218a4d82ae55fb5e645ebe097f5e5a2539553f8a23656a522c875eddcfd14739fc2198d gnome-themes-extra-3.28.tar.lz
"