smlinux/gtk/gnome-themes-extra/gnome-themes-extra.SMBuild
PktSurf 5f5e570fad Added gtk-sharp to base
Cleaned up build options in several gtk pkg build files
Updated gtk buildlist
Added code to disable docs compilation in gtk/babl
Removed code to disable overlinking in gtk/gspell and gtk/gtk2
Fixed arch variable gtk/gst-plugins-base
2022-10-10 22:45:48 +05:30

28 lines
722 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/$version/gnome-themes-extra-$version.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
"