summaryrefslogtreecommitdiff
path: root/gtksourceview4/Pkgfile
blob: e5b8f7b8d5e7a72f85cf9774997c20acfc5a9f98 (plain)
    1 # Description: A text widget adding syntax highlighting.
    2 # URL: https://www.gnome.org/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: glade vala
    5 
    6 name=gtksourceview4
    7 version=4.8.4
    8 release=1
    9 source=(https://ftp.gnome.org/pub/gnome/sources/gtksourceview/${version:0:3}/gtksourceview-$version.tar.xz)
   10 
   11 build() {
   12 	meson setup gtksourceview-$version build \
   13 		--prefix=/usr \
   14 		--buildtype=plain \
   15 		--wrap-mode nodownload \
   16 		-D b_lto=true \
   17 		-D b_pie=true \
   18 		-D glade_catalog=true
   19 	meson compile -C build -j ${JOBS:-1}
   20 	DESTDIR=$PKG meson install -C build
   21 
   22 	rm -r $PKG/usr/share/locale
   23 }

Generated by cgit