diff --git a/desktop/misc/ayatana-libappindicator/actions.py b/desktop/misc/ayatana-libappindicator/actions.py index 8476cf4f02..c90a8cdf7e 100644 --- a/desktop/misc/ayatana-libappindicator/actions.py +++ b/desktop/misc/ayatana-libappindicator/actions.py @@ -4,20 +4,23 @@ # 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 shelltools, autotools, pisitools, get +from pisi.actionsapi import shelltools, cmaketools, pisitools, get + +j = ''.join([ + ' -B_build', + ' -DCMAKE_BUILD_TYPE=Release', + ' -DENABLE_BINDINGS_MONO=OFF -L ' + ]) def setup(): - shelltools.system("gtkdocize") - autotools.autoreconf("-fiv") - autotools.configure("--enable-gtk-doc --with-gtk=3 --disable-static") - - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + cmaketools.configure(j) def build(): - autotools.make() + shelltools.cd("_build") + cmaketools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("AUTHORS", "ChangeLog") + shelltools.cd("_build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("../AUTHORS", "../NEWS") diff --git a/desktop/misc/ayatana-libappindicator/pspec.xml b/desktop/misc/ayatana-libappindicator/pspec.xml index af1b7a114a..1edb79617b 100644 --- a/desktop/misc/ayatana-libappindicator/pspec.xml +++ b/desktop/misc/ayatana-libappindicator/pspec.xml @@ -13,10 +13,11 @@ desktop.misc A library to allow applications to export a menu into the Unity Menu bar. A library to allow applications to export a menu into the Unity Menu bar. - - https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.5.tar.gz + + https://github.com/AyatanaIndicators/libayatana-appindicator/archive/refs/tags/0.5.90.tar.gz + cmake gtk-doc gtk3-devel vala-devel @@ -68,17 +69,14 @@ - - ayatana-libappindicator-docs - - ayatana-libappindicator - - - /usr/share/gtk-doc - - - + + 2022-01-18 + 0.5.90 + Version bump. + fury + uglyside@yandex.ru + 2021-10-13 0.5.5