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

33 lines
825 B
Text
Executable file

app=gtksourceview
version=3.24.11
build=1sml
homepage="http://projects.gnome.org/gtksourceview/"
download="https://gitlab.gnome.org/GNOME/gtksourceview/-/archive/$version/gtksourceview-$version.tar.bz2"
desc="A text widget adding syntax highlighting and more to GNOME"
requires="libxml2 vala gobject-introspection gtk3"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
f680e94d8f25356703706f2a7f63afdc9ccea374a137d18df4e9a16c0658431ce357a51311b8740f9263353dea4591b174dbb81532b667219abfad3e1c09efdb gtksourceview-3.24.11.tar.lz
"