mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/libxfce4util: enable vala
This commit is contained in:
parent
406fd782d7
commit
ce84a96e37
@ -1,13 +1,13 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libxfce4util
|
||||
pkgver=4.13.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Basic utility non-GUI functions for Xfce"
|
||||
url="https://xfce.org/"
|
||||
arch="all"
|
||||
license="GPL-2.0-only"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
makedepends="glib-dev gtk-doc intltool gobject-introspection-dev"
|
||||
makedepends="glib-dev gtk-doc intltool gobject-introspection-dev vala"
|
||||
source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
@ -21,7 +21,8 @@ build() {
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-introspection \
|
||||
--enable-gtk-doc
|
||||
--enable-gtk-doc \
|
||||
--enable-vala
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user