smlinux/gtk/libmanette/libmanette.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
813 B
Text
Executable file

app=libmanette
version=0.2.6
build=1sml
homepage="https://gnome.pages.gitlab.gnome.org/libmanette/"
download="https://download-fallback.gnome.org/sources/libmanette/0.2/libmanette-$version.tar.xz"
desc="GObject game controller library for GNOME"
requires="musl gobject-introspection libgudev"
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="/" \
-Ddoc=false \
-Dintrospection=false
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING $pkgdocs
mkfinalpkg
}
sha512sums="
f450119d8ecdd27399c64bad3157d95d13ba23b87227114bf6a03dacf66d5c760064fbe127c39e1a2d85b246860419d00ccd232a94634fa3014561a73a86e2ab libmanette-0.2.6.tar.lz
"