summaryrefslogtreecommitdiff
path: root/conky
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-11-24 10:09:41 +0100
committerJuergen Daubert <jue@jue.li>2020-11-24 10:09:41 +0100
commit94da1a0acb710f76c540cca33a662d2c6ee6427e (patch)
tree8a955ac7626bed604aa40779b04d563ebb65970d /conky
parent2d6222e8b5b540db3a7c55ca5a77072edaecdef4 (diff)
downloadopt-94da1a0acb710f76c540cca33a662d2c6ee6427e.tar.gz
opt-94da1a0acb710f76c540cca33a662d2c6ee6427e.tar.xz
conky: don't depend on git at buildtime
Diffstat (limited to 'conky')
-rw-r--r--conky/.signature4
-rw-r--r--conky/Pkgfile3
2 files changed, 4 insertions, 3 deletions
diff --git a/conky/.signature b/conky/.signature
index 2971e80a6..cc79f806a 100644
--- a/conky/.signature
+++ b/conky/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/YMiqz9wqT1oj2e3PADe7vLHjRITJ3aqBb3IlPtL9sDN2h3cmAWjqVUbE+L31ku3+YdoSPoKqhWWHX2XGKsKLQw=
-SHA256 (Pkgfile) = a46b5b4ca763eb8f371e583f3b61836d1269295de35c7498f7d90d8237b8d529
+RWSE3ohX2g5d/WLTse0F3VK71Al8y90B6qgssW6qMDbu4CFHHlNZ+GsvVTLdDS/V1xXp1CzaFioSwZ+Kq8mP8JtD/dFYFXM1jgw=
+SHA256 (Pkgfile) = dd610738a88bd2109acc0c8a849b1b3d91b51cf38359aff36bcf3de240b1c7bd
SHA256 (.footprint) = b1befb365db806952cf7726c732e89b6ce20f20bb46e5c7a2529cd011de490c6
SHA256 (conky-1.11.6.tar.gz) = e7c01e4910744851e05f85f0a0aab3f5068215b1af850515189ac40e7deeb26d
diff --git a/conky/Pkgfile b/conky/Pkgfile
index 488b87758..eefbb5a4f 100644
--- a/conky/Pkgfile
+++ b/conky/Pkgfile
@@ -17,7 +17,8 @@ build() {
-D BUILD_DOCS=OFF \
-D BUILD_I18N=OFF \
-D BUILD_CURL=ON \
- -D BUILD_RSS=ON
+ -D BUILD_RSS=ON \
+ -D RELEASE=TRUE
cmake --build build
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/doc

Generated by cgit