smlinux/gtk/librsvg/librsvg.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

36 lines
810 B
Text
Executable file

app=librsvg
version=2.40.20
build=1sml
homepage="https://wiki.gnome.org/Projects/LibRsvg"
download="https://download-fallback.gnome.org/sources/librsvg/2.40/librsvg-$version.tar.xz"
desc="SVG rendering library"
requires="libcroco dejavu-fonts-ttf vala pango gdk-pixbuf"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static \
--disable-tools \
--disable-gtk-doc-html
touch s-enum-types-h
touch s-enum-types-c
make
make install DESTDIR=$pkg
cp COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
fea3cdd573d65ccb48a3477ad150689a88ebd408f29beb164d351c6bc1604b5882b9d780d6fc21a21621c92da9d119a31f8b82b48ce16587405c743a452270a7 librsvg-2.40.20.tar.lz
"