smlinux/gtk/gnome-themes-extra/gnome-themes-extra.SMBuild
PktSurf d539bfc735 Fixed documentation directory and replaced hardcoded sbin with bin in base/ntfs-3g
Added preservestaticlibs variable to base/pcre
Discarded rc.smartd init script for a more simpler runit service file in base/smartmontools among other fixes
Disabled tests in base/soxr
Added a new patch to extra/gthumb and partially fixed functions its build script
Upgraded gtk/atk to 2.36.0
Added LICENSE to gtk/gnome-themes-extra
2023-03-30 21:02:24 +05:30

32 lines
765 B
Text
Executable file

app=gnome-themes-extra
version=3.28
build=2sml
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"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
eeaaa37d6c9314c37a9455333129affe2a81abac34459555b2d194462218a4d82ae55fb5e645ebe097f5e5a2539553f8a23656a522c875eddcfd14739fc2198d gnome-themes-extra-3.28.tar.lz
"