1
0
forked from ports/opt

conky: update to 1.11.6

This commit is contained in:
Juergen Daubert 2020-07-30 12:04:00 +02:00
parent 2f33b8004b
commit 6c1b65a8d0
4 changed files with 9 additions and 21 deletions

View File

@ -1,8 +1,6 @@
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/etc/
-rwxr-xr-x root/root usr/etc/conky.conf
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtcp-portmon.a
drwxr-xr-x root/root usr/share/
@ -13,6 +11,3 @@ 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
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rwxr-xr-x root/root usr/share/man/man1/conky.1.gz

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fxQkOLpg68rBlSTQ1Z37jinCEOF1F5GWtxgvmDTrhUqpH7/HU4CNz0jZz2NZJTurhSG1IHnuJVsXFmMdepepQY=
SHA256 (Pkgfile) = 5910a5bf8bea495bc57e4a22e335354d9aa76a82d5724b50656f37e2823aaacb
SHA256 (.footprint) = fc79e77d6ecabf3538060f387f7377aa1eecbfff923d54276971e045b0c24703
SHA256 (conky-1.11.5.tar.gz) = 4cefdd92219a90934c28297e4ac7448a3f69d6aeec5d48c5763b23f6b214ef13
SHA256 (conky.1.gz) = 53938e8759a535808715a25aa9e34bee09b055602c8331db68b2f5bb4de0c7e1
RWSE3ohX2g5d/WhTA0oCbK0lAQ4A5DPED8Lejli/4/cD8cld3HhElQ+JMRV/CduUnBukD7gCs11ZhW07/Zi2x4HX03Pr6GYNawU=
SHA256 (Pkgfile) = b3a4ec073cca56a4e19298452d690b168f587792ba5fe93d9d3952aaaf41072f
SHA256 (.footprint) = b1befb365db806952cf7726c732e89b6ce20f20bb46e5c7a2529cd011de490c6
SHA256 (conky-1.11.6.tar.gz) = e7c01e4910744851e05f85f0a0aab3f5068215b1af850515189ac40e7deeb26d

View File

@ -4,15 +4,12 @@
# Depends on: curl cmake lua imlib2 libxml2 xorg-libxdamage xorg-libxft xorg-libxinerama
name=conky
version=1.11.5
version=1.11.6
release=1
source=(https://github.com/brndnmtthws/conky/archive/v$version/$name-$version.tar.gz
conky.1.gz)
source=(https://github.com/brndnmtthws/conky/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
cmake . \
cmake -S $name-$version -B build \
-D RELEASE=ON \
-D CMAKE_INSTALL_PREFIX=/usr \
-D SYSTEM_CONFIG_FILE=/usr/etc/conky.conf \
@ -21,11 +18,8 @@ build() {
-D BUILD_CURL=ON \
-D BUILD_RSS=ON
make
make DESTDIR=$PKG install
install -D $SRC/conky.1.gz $PKG/usr/share/man/man1/conky.1.gz
install -D data/conky.conf $PKG/usr/etc/conky.conf
cmake --build build
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/doc
}

Binary file not shown.