diff --git a/desktop/misc/ayatana-libindicator/actions.py b/desktop/misc/ayatana-libindicator/actions.py index 2257137995..e4d7083760 100644 --- a/desktop/misc/ayatana-libindicator/actions.py +++ b/desktop/misc/ayatana-libindicator/actions.py @@ -4,22 +4,21 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import cmaketools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-fi") - autotools.configure("--libexecdir=/usr/lib --with-gtk=3 --disable-static") - - # for fix unused dependency - pisitools.dosed("libtool"," -shared ", " -Wl,-O1,--as-needed -shared ") + cmaketools.configure("-B_build -DCMAKE_BUILD_TYPE=Release -L") def build(): - autotools.make() + shelltools.cd("_build") + cmaketools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("_build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README") + pisitools.dodoc("../AUTHORS", "../NEWS") diff --git a/desktop/misc/ayatana-libindicator/pspec.xml b/desktop/misc/ayatana-libindicator/pspec.xml index 5feab0d8af..30e4f037bd 100644 --- a/desktop/misc/ayatana-libindicator/pspec.xml +++ b/desktop/misc/ayatana-libindicator/pspec.xml @@ -13,10 +13,11 @@ desktop.misc Ayatana Indicators Shared Library. The Ayatana Indicators project is the continuation of Application Indicators and System Indicators, two technologies developed by Canonical Ltd. for the Unity7 desktop. - - https://github.com/AyatanaIndicators/libayatana-indicator/archive/refs/tags/0.8.4.tar.gz + + https://github.com/AyatanaIndicators/libayatana-indicator/archive/refs/tags/0.9.0.tar.gz + cmake gtk3-devel glib2-devel python3-devel @@ -37,6 +38,7 @@ /usr/lib + /usr/libexec /usr/share/doc /usr/share @@ -57,6 +59,13 @@ + + 2022-01-18 + 0.9.0 + Version bump. + fury + uglyside@yandex.ru + 2021-10-13 0.8.4