dconf 0.40.0-2
This commit is contained in:
parent
0d8df95527
commit
7d9c2463fb
9
PKGBUILD
9
PKGBUILD
@ -6,15 +6,13 @@
|
||||
# Maintainer: Future Linux Team <xhaa123@outlook.com>
|
||||
pkgname=dconf
|
||||
pkgver=0.40.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Configuration database system"
|
||||
arch=('x86_64')
|
||||
url="https://wiki.gnome.org/Projects/dconf"
|
||||
license=('LGPL')
|
||||
depends=('glibc')
|
||||
makedepends=('vala' 'dbus' 'git' 'glib2' 'gtk-doc' 'python' 'meson' 'bash-completion')
|
||||
backup=()
|
||||
options=()
|
||||
makedepends=('vala' 'dbus' 'git' 'glib2-devel' 'gtk-doc' 'python' 'meson' 'bash-completion')
|
||||
install=${pkgname}.install
|
||||
source=(https://github.com/GNOME/dconf/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz
|
||||
dconf-update
|
||||
@ -26,8 +24,7 @@ sha256sums=(SKIP
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
${FUTURE_MESON} \
|
||||
-D gtk_doc=true
|
||||
${FUTURE_MESON} -D gtk_doc=true
|
||||
|
||||
meson compile -C build
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user