diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -8,7 +8,11 @@ libc.so.6 libcairo.so.2 libcurl.so.4 +libformw.so.5 libgcc_s.so.1 +libgdk_pixbuf-2.0.so.0 +libgio-2.0.so.0 +libglib-2.0.so.0 libgobject-2.0.so.0 libical.so.3 libiw.so.29 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : conky -version : 1.11.3 -release : 18 +version : 1.11.4 +release : 19 source : - - https://github.com/brndnmtthws/conky/archive/v1.11.3.tar.gz : 0140e749537d4d05bf33fbac436e54756faa26021e16f2bca418e9eeea724eb4 + - https://github.com/brndnmtthws/conky/archive/v1.11.4.tar.gz : 344637646c15c4cb7cf0afdde4651ee3100f7812e7bb8434ca757eba5c621a48 license : - GPL-3.0-or-later - BSD-3-Clause @@ -29,7 +29,7 @@ - git setup : | export CXXFLAGS="$CXXFLAGS -I/usr/include/lua5.1" - %cmake -DBUILD_CURL=1 \ + %cmake_ninja -DBUILD_CURL=1 \ -DBUILD_ICAL=1 \ -DBUILD_ICONV=1 \ -DBUILD_JOURNAL=1 \ @@ -40,6 +40,7 @@ -DBUILD_RSS=1 \ -DBUILD_WLAN=1 . build : | - %make + %ninja_build install : | - %make_install + %ninja_install + rm -r $installdir/usr/lib/libtcp-portmon.a diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ conky - Justin Berthault - justin.berthault@zaclys.net + F. von Gellhorn + flinux@vongellhorn.ch GPL-3.0-or-later BSD-3-Clause @@ -11,7 +11,7 @@ Lightweight system monitor for X Lightweight system monitor for X - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus conky @@ -26,19 +26,19 @@ /usr/lib/conky/libimlib2.so /usr/lib/conky/librsvg.so /usr/share/applications/conky.desktop - /usr/share/doc/conky-1.11.3_pre/conky.conf - /usr/share/doc/conky-1.11.3_pre/conky_no_x11.conf - /usr/share/doc/conky-1.11.3_pre/convert.lua + /usr/share/doc/conky-1.11.4_pre/conky.conf + /usr/share/doc/conky-1.11.4_pre/conky_no_x11.conf + /usr/share/doc/conky-1.11.4_pre/convert.lua /usr/share/icons/hicolor/scalable/apps/conky-logomark-violet.svg - - 2019-03-03 - 1.11.3 + + 2019-06-23 + 1.11.4 Packaging update - Justin Berthault - justin.berthault@zaclys.net + F. von Gellhorn + flinux@vongellhorn.ch \ No newline at end of file