smlinux/gtk/gnome-desktop/gnome-desktop.SMBuild
PktSurf 4a7a115ed4 Fixed CFLAGS in extra/{feh,v4l-utils} and gtk/libunique
Upgraded net/samba to 4.18.0
Discarded doinst.sh from extra/{mpv,v4l-utils} and gtk/{gcr,goffice,gsettings-desktop-schemas}
Discarded gtk/gtk-sharp
Repositioned nand-utils source extraction code inside a subshell in extra/mtd-utils
Discarded code to remove tests in gtk/{atkmm,cairomm,libsoup}
Disabled tests in build option of gtk/{gdk-pixbuf,gtk3,libdazzle}
Fixed mkdir code in gtk/{gegl,gnome-desktop,gobject-introspection,libdazzle,libglade,libmanette} for aiding in resuming build
Rewrote gtk/gnome-icon-theme pc file in the build file itself
Fixed gtk/gtk2's doinst.sh
Disabled static libraries compile in gtk/openjpeg
Updated buildlist of net
Fixed net/privoxy build file
2023-03-16 23:19:14 +05:30

35 lines
839 B
Text
Executable file

app=gnome-desktop
version=42.4
build=1sml
homepage="https://gitlab.gnome.org/GNOME/gnome-desktop"
download="https://gitlab.gnome.org/GNOME/gnome-desktop/-/archive/$version/gnome-desktop-$version.tar.bz2"
desc="Library with common API for various GNOME modules"
requires="graphite2 libseccomp gtk3"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/" \
-Dgnome_distributor="SMLinux" \
-Dbuild_gtk4=false
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
49c0be1176b4f934ca5a3cc127b60b73265ca03c78feae05316f781e5f8efbe5a671f70e0b7b7158a3a0516741f800930b6bc696a6a62f26b3bb9ee1a44a0d17 gnome-desktop-42.4.tar.lz
"