summaryrefslogtreecommitdiffstats
path: root/gnome3-apps/gcab
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-28 01:56:28 +0200
committerFlorian Franzmann2022-05-29 00:03:24 +0200
commit3a86b96e18b9370ad274ab05b80e3d5bf06452f7 (patch)
treee6864bc5c4c91be501c0d91cb87dddd71e721a58 /gnome3-apps/gcab
parent64005eb8e968dcb80dd043c7b3a5b5cb94171a51 (diff)
gnome3-apps/gcab: use MESON_DEPENDS
Diffstat (limited to 'gnome3-apps/gcab')
-rwxr-xr-xgnome3-apps/gcab/DEPENDS6
-rw-r--r--gnome3-apps/gcab/HISTORY5
2 files changed, 7 insertions, 4 deletions
diff --git a/gnome3-apps/gcab/DEPENDS b/gnome3-apps/gcab/DEPENDS
index c4516ea9cf..f79558af5c 100755
--- a/gnome3-apps/gcab/DEPENDS
+++ b/gnome3-apps/gcab/DEPENDS
@@ -1,7 +1,7 @@
-depends meson &&
-depends ninja-build-system &&
+. "$GRIMOIRE"/MESON_DEPENDS &&
+
depends python3 &&
depends glib2 &&
depends zlib &&
optional_depends gobject-introspection 'introspection=true' 'introspection=false' 'introspect' &&
-optional_depends gtk-doc 'docs=true' 'docs=false' 'build docs' \ No newline at end of file
+optional_depends gtk-doc 'docs=true' 'docs=false' 'build docs'
diff --git a/gnome3-apps/gcab/HISTORY b/gnome3-apps/gcab/HISTORY
index 582e8c7101..5a5e8566bf 100644
--- a/gnome3-apps/gcab/HISTORY
+++ b/gnome3-apps/gcab/HISTORY
@@ -1,6 +1,9 @@
+2022-05-28 Florian Franzmann <bwlf@bandrate.org>
+ * DEPENDS: use MESON_DEPENDS
+
2020-10-26 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.4
2019-04-07 Treeve Jelbert <treeve@sourcemage,org>
* DETAILS: vereion 1,2
- spell created \ No newline at end of file
+ spell created