summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:08 -0700
committerVlad Glagolev2022-07-27 15:02:08 -0700
commit6193a808db8e84fb1e0d4fba715bc5bbcc820fd5 (patch)
tree3c0263d33c6c1d24d1653b4f3e503ab02fbdf09d /libs
parentc58237eefc0d8e514d6913e7bf5c3a4180679515 (diff)
ganv: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/ganv/DEPENDS2
-rw-r--r--libs/ganv/HISTORY3
-rwxr-xr-xlibs/gmetadom/DEPENDS2
-rw-r--r--libs/gmetadom/HISTORY3
4 files changed, 8 insertions, 2 deletions
diff --git a/libs/ganv/DEPENDS b/libs/ganv/DEPENDS
index 0f5b4ed522..c726beddae 100755
--- a/libs/ganv/DEPENDS
+++ b/libs/ganv/DEPENDS
@@ -1,7 +1,7 @@
# required for waf
depends PYTHON &&
depends -sub CXX gcc &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends gtk+2 &&
depends gtkmm2 &&
diff --git a/libs/ganv/HISTORY b/libs/ganv/HISTORY
index 7ceae41ae0..7b228bc0a0 100644
--- a/libs/ganv/HISTORY
+++ b/libs/ganv/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2019-05-18 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/
diff --git a/libs/gmetadom/DEPENDS b/libs/gmetadom/DEPENDS
index 422e2a1c5d..19cbf3c3fa 100755
--- a/libs/gmetadom/DEPENDS
+++ b/libs/gmetadom/DEPENDS
@@ -1,4 +1,4 @@
depends -sub CXX gcc &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends glib &&
depends gdome2
diff --git a/libs/gmetadom/HISTORY b/libs/gmetadom/HISTORY
index 7438916147..f49b2fb26d 100644
--- a/libs/gmetadom/HISTORY
+++ b/libs/gmetadom/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)