summaryrefslogtreecommitdiffstats
path: root/x11-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2020-12-21 17:50:19 +0100
committerFlorian Franzmann2020-12-21 18:03:23 +0100
commitd52cf64daf451654e4d20f433f1c3d87488537c4 (patch)
tree1296a7eeeb3935a7012a257b40775f136f18874c /x11-libs
parente2be1ded5381f4dfc646fc7afea5d8b174e3abe2 (diff)
x11-libs/cairomm: version 1.16.0
Diffstat (limited to 'x11-libs')
-rwxr-xr-xx11-libs/cairomm/CONFIGURE1
-rwxr-xr-xx11-libs/cairomm/DEPENDS6
-rwxr-xr-xx11-libs/cairomm/DETAILS8
-rw-r--r--x11-libs/cairomm/HISTORY4
4 files changed, 13 insertions, 6 deletions
diff --git a/x11-libs/cairomm/CONFIGURE b/x11-libs/cairomm/CONFIGURE
new file mode 100755
index 0000000000..5d7cb43920
--- /dev/null
+++ b/x11-libs/cairomm/CONFIGURE
@@ -0,0 +1 @@
+source "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/x11-libs/cairomm/DEPENDS b/x11-libs/cairomm/DEPENDS
index 70f2050da9..b05d96b7da 100755
--- a/x11-libs/cairomm/DEPENDS
+++ b/x11-libs/cairomm/DEPENDS
@@ -1,7 +1,9 @@
+depends meson &&
+
depends -sub CXX gcc &&
depends cairo &&
depends libsigc++3.0 &&
optional_depends "doxygen" \
- "--enable-documentation" \
- "--disable-documentation" \
+ "build-documentation=true" \
+ "build-documentation=false" \
"Build documentation with doxygen"
diff --git a/x11-libs/cairomm/DETAILS b/x11-libs/cairomm/DETAILS
index 0b365171f4..cb506d12ef 100755
--- a/x11-libs/cairomm/DETAILS
+++ b/x11-libs/cairomm/DETAILS
@@ -1,8 +1,8 @@
+source "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=cairomm
- VERSION=1.15.5
- PATCHLEVEL=1
- SOURCE_HASH=sha512:c8b28b0cf87ec977b01ac47db76ee3d72151ec8f27c16b0331d6f10b4668b95140beb5bd2251d732703826f32fec42b5d1d9719ca23c1aa41240d655c0e311f6
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=1.16.0
+ SOURCE_HASH=sha512:51929620feeac45377da5d486ea7a091bbd10ad8376fb16525328947b9e6ee740cdc8e8bd190a247b457cc9fec685a829c81de29b26cabaf95383ef04cce80d3
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
GATHER_DOCS=off
diff --git a/x11-libs/cairomm/HISTORY b/x11-libs/cairomm/HISTORY
index 41732cd2ce..eb265dd59c 100644
--- a/x11-libs/cairomm/HISTORY
+++ b/x11-libs/cairomm/HISTORY
@@ -1,3 +1,7 @@
+2020-12-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.16.0
+ * DEPENDS, DETAILS, CONFIGURE: use meson
+
2020-09-21 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: turn off redundant GATHER_DOCS,
++PATCHLEVEL