summaryrefslogtreecommitdiffstats
path: root/gnome2-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2021-10-04 17:21:54 +0200
committerTreeve Jelbert2021-10-04 17:38:23 +0200
commitd5017c9b2d44b5f465beab810ce9d5f8f11a2d8c (patch)
tree52f40954f87fb56ea027912d7065134f960bb9a4 /gnome2-libs
parent055fea0f7442dd76d217f97e0e6ea8ce97262085 (diff)
gtk-doc: => 1.33.2
Diffstat (limited to 'gnome2-libs')
-rwxr-xr-xgnome2-libs/gtk-doc/CONFIGURE1
-rwxr-xr-xgnome2-libs/gtk-doc/DEPENDS17
-rwxr-xr-xgnome2-libs/gtk-doc/DETAILS7
-rw-r--r--gnome2-libs/gtk-doc/HISTORY6
4 files changed, 19 insertions, 12 deletions
diff --git a/gnome2-libs/gtk-doc/CONFIGURE b/gnome2-libs/gtk-doc/CONFIGURE
new file mode 100755
index 0000000000..d0bac55395
--- /dev/null
+++ b/gnome2-libs/gtk-doc/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/gnome2-libs/gtk-doc/DEPENDS b/gnome2-libs/gtk-doc/DEPENDS
index cadedcaaf9..85202ad828 100755
--- a/gnome2-libs/gtk-doc/DEPENDS
+++ b/gnome2-libs/gtk-doc/DEPENDS
@@ -1,11 +1,10 @@
-depends perl &&
-depends PYTHON &&
-depends docbook-dtd &&
-depends docbook-xsl &&
-depends glib2 &&
-depends itstool &&
-depends libtool &&
+depends meson &&
+depends ninja-build-system &&
+depends python3 &&
+depends pygments &&
depends libxml2 &&
depends libxslt &&
-optional_depends dblatex '' '' 'PDF support'
-
+optional_depends cmake cmake_support={true,false} 'Install CMake macros' &&
+optional_depends dblatex '' '' 'PDF support' &&
+optional_depends glib2 tests={true,false} 'build tests' &&
+optional_depends yelp-tools yelp_manual={true,false} 'Build the user manual'
diff --git a/gnome2-libs/gtk-doc/DETAILS b/gnome2-libs/gtk-doc/DETAILS
index 74ba7ae1c5..13a2c77156 100755
--- a/gnome2-libs/gtk-doc/DETAILS
+++ b/gnome2-libs/gtk-doc/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=gtk-doc
- VERSION=1.32
- SOURCE_HASH=sha256:de0ef034fb17cb21ab0c635ec730d19746bce52984a6706e7bbec6fb5e0b907c
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ VERSION=1.33.2
+ SOURCE_HASH=sha256:cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43
+ BRANCH={$VERSION%.?}
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-libs/gtk-doc/HISTORY b/gnome2-libs/gtk-doc/HISTORY
index be42b328e7..6ff665459f 100644
--- a/gnome2-libs/gtk-doc/HISTORY
+++ b/gnome2-libs/gtk-doc/HISTORY
@@ -1,3 +1,9 @@
+2021-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.33.2
+ use meson
+ * DEPENDS: add yelp-tools, cmake, pygments, meson
+ * CONFIGURE: added
+
2020-04-22 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.32