summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:07:11 -0700
committerVlad Glagolev2022-07-27 15:07:11 -0700
commit6cb713e3f8d519434ce0041b49d5814ef8882b44 (patch)
treed32eefde10a5885a1a361480a704fbd326dcd174 /telephony
parent6602e2a2e7d294ec314bab2115feadba72aff542 (diff)
tapioca: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/tapioca/DEPENDS2
-rw-r--r--telephony/tapioca/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/telephony/tapioca/DEPENDS b/telephony/tapioca/DEPENDS
index a30f81ecc4..256242695c 100755
--- a/telephony/tapioca/DEPENDS
+++ b/telephony/tapioca/DEPENDS
@@ -1,3 +1,3 @@
depends glib2 &&
depends dbus-glib &&
-depends pkgconfig
+depends PKG-CONFIG
diff --git a/telephony/tapioca/HISTORY b/telephony/tapioca/HISTORY
index 6ba17136d7..ee37af165e 100644
--- a/telephony/tapioca/HISTORY
+++ b/telephony/tapioca/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)