Add a little to default conky build.
authorPete <pete@debu.gs>
Mon, 11 Dec 2023 15:16:43 +0000 (07:16 -0800)
committerPete <pete@debu.gs>
Mon, 11 Dec 2023 15:16:43 +0000 (07:16 -0800)
It is very convenient to have the wireless-tools built in.

conky/.footprint [new file with mode: 0644]
conky/.md5sum [new file with mode: 0644]
conky/Pkgfile [new file with mode: 0644]
devterm-a06/.md5sum

diff --git a/conky/.footprint b/conky/.footprint
new file mode 100644 (file)
index 0000000..502d608
--- /dev/null
@@ -0,0 +1,13 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/conky
+drwxr-xr-x     root/root       usr/lib/
+-rw-r--r--     root/root       usr/lib/libtcp-portmon.a
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/applications/
+-rw-r--r--     root/root       usr/share/applications/conky.desktop
+drwxr-xr-x     root/root       usr/share/icons/
+drwxr-xr-x     root/root       usr/share/icons/hicolor/
+drwxr-xr-x     root/root       usr/share/icons/hicolor/scalable/
+drwxr-xr-x     root/root       usr/share/icons/hicolor/scalable/apps/
+-rw-r--r--     root/root       usr/share/icons/hicolor/scalable/apps/conky-logomark-violet.svg
diff --git a/conky/.md5sum b/conky/.md5sum
new file mode 100644 (file)
index 0000000..c7a8477
--- /dev/null
@@ -0,0 +1 @@
+bfd12ae9df980836aebb7f0e14ab0250  conky-1.19.6.tar.gz
diff --git a/conky/Pkgfile b/conky/Pkgfile
new file mode 100644 (file)
index 0000000..34fbb6b
--- /dev/null
@@ -0,0 +1,31 @@
+# Description: Light-weight system monitor
+# URL: https://github.com/brndnmtthws/conky
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Maintainer: Pete, pete at debu dot gs
+# Depends on: cmake curl imlib2 libxml2 lua xorg-libxdamage xorg-libxft xorg-libxinerama wireless-tools
+
+name=conky
+version=1.19.6
+release=1
+source=(https://github.com/brndnmtthws/conky/archive/v$version/$name-$version.tar.gz)
+
+build() {
+       prt-get isinst wayland && PKGMK_CONKY+=' -D BUILD_WAYLAND=ON'
+
+       cmake -S $name-$version -B build -G Ninja $PKGMK_CONKY \
+               -D CMAKE_BUILD_TYPE=Release \
+               -D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
+               -D CMAKE_INSTALL_PREFIX=/usr \
+               -D SYSTEM_CONFIG_FILE=/etc/conky.conf \
+               -D BUILD_DOCS=OFF \
+               -D BUILD_I18N=OFF \
+               -D BUILD_CURL=ON \
+               -D BUILD_RSS=ON \
+               -D BUILD_WLAN=ON \
+               -D RELEASE=TRUE
+
+       cmake --build build -j ${JOBS:-1}
+       DESTDIR=$PKG cmake --install build
+
+       rm -r $PKG/usr/share/doc
+}
index 5c054f611b0bc6e92ab190ad35dd223a13ef3166..a50b9e070aefe3ce33bf5eaaf05e96d960b8f9c5 100644 (file)
@@ -1,6 +1,6 @@
 1f9fb33e6249e94258f91de9ff76aec0  audio_3.5_patch.py
-ea7837d053ae33aed9bda79b0441d27f  devterm-audio-patch
-bc01dc76e267538a19a5506ce91780a3  devterm-fan-daemon
+25a5b4a0ac381c12fd3c00c9809e3100  devterm-audio-patch
+a6b5be4cab3f3c3df171a71bb3b6cd70  devterm-fan-daemon
 f4fb13c1dfd17960e7a86f60d23761aa  devterm-printer
-7abb72e5ace7bfddcf3af3de235027b5  devterm-socat
+bef732fa907930dc0bb857c9a58cc2c6  devterm-socat
 8ec68cfdacec6d4e800915f239b96cc1  devterm_socat_perms