summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:27 -0700
committerVlad Glagolev2022-07-27 15:02:27 -0700
commit9ce1e0e37d4ab34bc0dc351da0aec0db6f1b198c (patch)
tree8517ac72279f89114ef51d6fecadee8464c1f3db
parent9e17b7db29323e2be527dbbaa14caf1f54d96577 (diff)
powersave: switch to PKG-CONFIG provider (automated)
-rwxr-xr-xmobile/powersave/DEPENDS2
-rw-r--r--mobile/powersave/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/mobile/powersave/DEPENDS b/mobile/powersave/DEPENDS
index 103cfe0212..cb90dba127 100755
--- a/mobile/powersave/DEPENDS
+++ b/mobile/powersave/DEPENDS
@@ -1,6 +1,6 @@
depends -sub CXX gcc &&
depends automake &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends cpufrequtils &&
depends dbus-glib &&
depends hal &&
diff --git a/mobile/powersave/HISTORY b/mobile/powersave/HISTORY
index 19a25bad0a..db9a263c35 100644
--- a/mobile/powersave/HISTORY
+++ b/mobile/powersave/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)