From 157481a8fee19cf8b299d87d60117f2349178165 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 18 Jan 2022 07:08:08 +0300 Subject: [PATCH] ayatana-ido. --- desktop/misc/ayatana-ido/actions.py | 17 ++++++++--------- desktop/misc/ayatana-ido/pspec.xml | 12 ++++++++++-- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/desktop/misc/ayatana-ido/actions.py b/desktop/misc/ayatana-ido/actions.py index b2e57ae997..9bada234cb 100644 --- a/desktop/misc/ayatana-ido/actions.py +++ b/desktop/misc/ayatana-ido/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") - - # 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", "../ChangeLog", "../NEWS") diff --git a/desktop/misc/ayatana-ido/pspec.xml b/desktop/misc/ayatana-ido/pspec.xml index 5faf680c65..1302d8ec69 100644 --- a/desktop/misc/ayatana-ido/pspec.xml +++ b/desktop/misc/ayatana-ido/pspec.xml @@ -13,10 +13,11 @@ desktop.misc Ayatana Indicator Display Objects. 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/ayatana-ido/archive/refs/tags/0.8.2.tar.gz + + https://github.com/AyatanaIndicators/ayatana-ido/archive/refs/tags/0.9.0.tar.gz + cmake gtk-doc gtk3-devel vala-devel @@ -56,6 +57,13 @@ + + 2022-01-18 + 0.9.0 + Version bump. + fury + uglyside@yandex.ru + 2021-10-13 0.8.2