dconf 0.40.0-2

This commit is contained in:
xhaa123 2024-11-02 18:19:15 +08:00
parent 0d8df95527
commit 7d9c2463fb

View File

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