From 9a26d3fdc7fca2df6f824b56034ab9a823e898d8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 15 Jul 2022 00:52:21 +0100 Subject: added python deps for libvirt --- repo/gtksourceview/gtksourceview.xibuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 repo/gtksourceview/gtksourceview.xibuild (limited to 'repo/gtksourceview') diff --git a/repo/gtksourceview/gtksourceview.xibuild b/repo/gtksourceview/gtksourceview.xibuild new file mode 100644 index 0000000..bf69b12 --- /dev/null +++ b/repo/gtksourceview/gtksourceview.xibuild @@ -0,0 +1,27 @@ +#!/bin/sh + +NAME="gtksourceview" +DESC="A text widget adding syntax highlighting and more to GNOME" + +MAKEDEPS="gtk3 libxml2 gobject-introspection automake autoconf libtool gtk2" + +PKG_VER=3.24.11 +SOURCE="https://download.gnome.org/sources/gtksourceview/${PKG_VER%.*}/gtksourceview-$PKG_VER.tar.xz" + +prepare() { + apply_patches + autoreconf -fi +} + +build() { + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static + make +} + +package() { + make DESTDIR="$PKG_DEST" install +} -- cgit v1.2.1