diff --git a/programming/library/libindicator/actions.py b/programming/library/libindicator/actions.py deleted file mode 100644 index f36fbb7340..0000000000 --- a/programming/library/libindicator/actions.py +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# 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, pisitools, get - -def setup(): - pisitools.dosed("libindicator/Makefile.am", "-Werror", "") - pisitools.dosed("tools/Makefile.am", "-Werror", "") - autotools.autoreconf("-fiv") - autotools.configure("--with-gtk=3 --disable-tests --disable-static --disable-deprecations") - # fix autotypo. - pisitools.dosed("libindicator/Makefile", "-lglib-2.0-lm", "-lglib-2.0 -lm") - pisitools.dosed("tools/Makefile", "-lglib-2.0-lm", "-lglib-2.0 -lm") - - pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS") - diff --git a/programming/library/libindicator/pspec.xml b/programming/library/libindicator/pspec.xml deleted file mode 100644 index f605488178..0000000000 --- a/programming/library/libindicator/pspec.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - libindicator - https://launchpad.net/libindicator - - fury - wascheme@tuta.io - - GPLv3 - library - programming.library - A set of symbols and convience functions that all indicators would like to use. - A set of symbols and convience functions that all indicators would like to use. Not of real use outside of the Ayatana indicators project. - - https://launchpad.net/libindicator/12.10/12.10.1/+download/libindicator-12.10.1.tar.gz - - - gtk3-devel - glib2-devel - - - - - libindicator - - gtk3 - glib2 - gdk-pixbuf - - - /usr/libexec - /usr/lib - /usr/share - /usr/share/doc - - - - - libindicator-devel - - libindicator - gtk3-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - - 2020-12-26 - 12.10.1 - First build. - fury - wascheme@tuta.io - - - -