summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2021-10-16 11:22:30 +0200
committerFlorian Franzmann2021-10-24 01:14:46 +0200
commit66ba33e94be102eefa87ab98efe31cbd369614cf (patch)
tree64dd7d130844611644359c6afabc1c47afda366e /gnome2-libs
parentedaa2495b976eb342382dfc61d8e5b557cabb329 (diff)
gnome2-libs/dconf: version 0.40.0
Diffstat (limited to 'gnome2-libs')
-rwxr-xr-xgnome2-libs/dconf/CONFIGURE1
-rwxr-xr-xgnome2-libs/dconf/DEPENDS34
-rwxr-xr-xgnome2-libs/dconf/DETAILS5
-rw-r--r--gnome2-libs/dconf/HISTORY4
4 files changed, 27 insertions, 17 deletions
diff --git a/gnome2-libs/dconf/CONFIGURE b/gnome2-libs/dconf/CONFIGURE
new file mode 100755
index 0000000000..266df757dc
--- /dev/null
+++ b/gnome2-libs/dconf/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE/MESON_CONFIGURE"
diff --git a/gnome2-libs/dconf/DEPENDS b/gnome2-libs/dconf/DEPENDS
index 91b652b91a..2811e4d7f6 100755
--- a/gnome2-libs/dconf/DEPENDS
+++ b/gnome2-libs/dconf/DEPENDS
@@ -1,22 +1,26 @@
+depends meson &&
depends glib2 &&
-depends libxslt &&
-depends docbook-xsl &&
+depends libxml2 &&
-optional_depends gtk+3 \
- "--enable-editor" \
- "--disable-editor" \
- "to build dconf editor" &&
-
-if is_depends_enabled $SPELL gtk+3; then
- depends libxml2
+optional_depends libxslt \
+ "man=true" \
+ "man=false" \
+ "to generate manpages" &&
+if is_depends_enabled $SPELL libxslt; then
+ depends docbook-xsl
fi &&
-optional_depends GETTEXT \
- "--enable-nls" \
- "--disable-nls" \
- "to use Native Language Support" &&
+optional_depends bash-completion \
+ "bash_completion=true" \
+ "bash_completion=false" \
+ "for bash-completion support" &&
+
+optional_depends vala \
+ "vapi=true" \
+ "vapi=false" \
+ "for vapi support" &&
optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
+ "gtk_doc=true" \
+ "gtk_doc=false" \
"to use gtk-doc to build documentation"
diff --git a/gnome2-libs/dconf/DETAILS b/gnome2-libs/dconf/DETAILS
index 626c37e185..ecc413e066 100755
--- a/gnome2-libs/dconf/DETAILS
+++ b/gnome2-libs/dconf/DETAILS
@@ -1,8 +1,9 @@
+. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=dconf
- VERSION=0.16.1
+ VERSION=0.40.0
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/$SPELL/${VERSION:0:4}/$SOURCE
- SOURCE_HASH=sha512:8ec267fd8e769da4e4316e697e76eeb228ad2699e7aad8b2d1034314073c650ac880449a8be79e5c86ba263db89a12eabc1cd40bbb1edf0b0c710e2e32567f78
+ SOURCE_HASH=sha512:71396d71f24f47653181482b052fdfc63795c50c373de34e2fb93e16101745daa7e81192b79a102d5389911cea34138eedf3ac32bc80562018e8a7f31963559a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://live.gnome.org/dconf"
LICENSE[0]="LGPL"
diff --git a/gnome2-libs/dconf/HISTORY b/gnome2-libs/dconf/HISTORY
index 997fcd8ab5..aa9faf76ec 100644
--- a/gnome2-libs/dconf/HISTORY
+++ b/gnome2-libs/dconf/HISTORY
@@ -1,3 +1,7 @@
+2021-10-16 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 0.40.0
+ * DEPENDS, CONFIGURE, DETAILS: use meson
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/