smlinux/gtk/libgexiv2/libgexiv2.SMBuild
PktSurf abd122df88 Removed gtk/gtk-sharp and updated gtk build list
Upgraded gtk/libexiv2 to 0.14.0
Upgraded gtk/pango to 1.50.3
Upgraded gtk/pangomm to 2.46.3
Replaced http with https in the URL in some gtk build files
2023-03-05 21:27:37 +05:30

30 lines
No EOL
734 B
Text
Executable file

app=libgexiv2
version=0.14.0
build=1sml
homepage="https://wiki.gnome.org/Projects/gexiv2"
download="https://slackware.uk/slackware/slackware-15.0/source/l/gexiv2/gexiv2-$version.tar.xz"
desc="GObject wrapper around Exiv2 library"
requires="exiv2 glib gobject-introspection vala"
build() {
mkandenterbuilddir
rm -rf gexiv2-$version
tar xf $srcdir/gexiv2-$version.tar.?z*
cd gexiv2-$version
fixbuilddirpermissions
mkdir smbuild && cd smbuild
meson .. \
--prefix="/"
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
d745ae2d8ddcf0c8a2a7980eaa489f9b520af54242c5e4ddded9c3ae4a579c824c8cb659bd7e985ffa09f9fe37bdf73d6d9181d456711e0953b73023eb0f9f50 gexiv2-0.14.0.tar.xz
"