summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorFlorian Franzmann2020-12-18 13:37:49 +0100
committerFlorian Franzmann2020-12-19 01:08:59 +0100
commitaf018d44ecb4981b9d59247352a0d189eb94f435 (patch)
tree7b0b7174fb49ae58c541b3de0e251491161903e2 /x11-toolkits
parent061758cd16007e214abd9328077b0c6274b02f74 (diff)
x11-toolkits/gtkmm3: version 3.24.3
Diffstat (limited to 'x11-toolkits')
-rwxr-xr-xx11-toolkits/gtkmm3/CONFIGURE6
-rwxr-xr-xx11-toolkits/gtkmm3/DEPENDS4
-rwxr-xr-xx11-toolkits/gtkmm3/DETAILS5
-rw-r--r--x11-toolkits/gtkmm3/HISTORY4
4 files changed, 14 insertions, 5 deletions
diff --git a/x11-toolkits/gtkmm3/CONFIGURE b/x11-toolkits/gtkmm3/CONFIGURE
index de4dad694a..33e39a9469 100755
--- a/x11-toolkits/gtkmm3/CONFIGURE
+++ b/x11-toolkits/gtkmm3/CONFIGURE
@@ -1,3 +1,5 @@
+. "${GRIMOIRE}/MESON_CONFIGURE" &&
+
config_query_option GTKMM3_OPTS "Build the documentation?" y \
- "--enable-documentation" \
- "--disable-documentation"
+ "build-documentation=true" \
+ "build-documentation=false"
diff --git a/x11-toolkits/gtkmm3/DEPENDS b/x11-toolkits/gtkmm3/DEPENDS
index 33b3f11e74..d865e72bf5 100755
--- a/x11-toolkits/gtkmm3/DEPENDS
+++ b/x11-toolkits/gtkmm3/DEPENDS
@@ -1,9 +1,11 @@
+depends meson &&
+
depends glibmm &&
depends gtk+3 &&
depends cairomm &&
depends pangomm &&
depends atkmm &&
-if list_find "$GTKMM3_OPTS" "--enable-documentation"; then
+if list_find "$GTKMM3_OPTS" "build-documentation=true"; then
depends -sub DOC glibmm
fi
diff --git a/x11-toolkits/gtkmm3/DETAILS b/x11-toolkits/gtkmm3/DETAILS
index a8307293cb..643a868021 100755
--- a/x11-toolkits/gtkmm3/DETAILS
+++ b/x11-toolkits/gtkmm3/DETAILS
@@ -1,10 +1,11 @@
+source "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=gtkmm3
- VERSION=3.24.2
+ VERSION=3.24.3
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=${SPELL%?}-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL%?}-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/${SPELL%?}/$BRANCH/$SOURCE
- SOURCE_HASH=sha512:c8f9f03d54006a729fdad7563d3be37aa180f9153c222314c1b8cfddc5ab417d184422a1d44f780574248ea52e679f1e360eac67e03f67d29ecf847c0ab19689
+ SOURCE_HASH=sha512:e373807ec245057708655fa5dbf18d5391656a55b008fd6aa0fdc5a56e80d288813c3bbb0093f39aa7679df866a176f1e6b0e842d4d1b18b775a5928eed9fef5
LICENSE[0]=LGPL
WEB_SITE=http://www.gtkmm.org/
ENTERED=20110411
diff --git a/x11-toolkits/gtkmm3/HISTORY b/x11-toolkits/gtkmm3/HISTORY
index c4316fb42a..0f3abfd906 100644
--- a/x11-toolkits/gtkmm3/HISTORY
+++ b/x11-toolkits/gtkmm3/HISTORY
@@ -1,3 +1,7 @@
+2020-12-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.24.3
+ * DEPENDS, DETAILS, CONFIGURE: use meson
+
2020-01-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 3.24.2