diff --git a/desktop/lxde/lxmenu-data/actions.py b/desktop/lxde/lxmenu-data/actions.py index e3fc46318a..5315c6255c 100644 --- a/desktop/lxde/lxmenu-data/actions.py +++ b/desktop/lxde/lxmenu-data/actions.py @@ -1,17 +1,12 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import get -from pisi.actionsapi import pisitools -from pisi.actionsapi import autotools -from pisi.actionsapi import libtools -from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools, pisitools, get def setup(): - pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True) - shelltools.system("./autogen.sh") autotools.configure() def build(): @@ -19,4 +14,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "README") + + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxde/lxmenu-data/pspec.xml b/desktop/lxde/lxmenu-data/pspec.xml index 4cd8a6f9d9..93ab227b30 100644 --- a/desktop/lxde/lxmenu-data/pspec.xml +++ b/desktop/lxde/lxmenu-data/pspec.xml @@ -3,32 +3,39 @@ lxmenu-data - https://www.lxde.org/ + https://github.com/lxde/lxmenu-data - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + Kamil Atlı + suvari@pisilinux.org - GPL2 + LGPLv2.1 data - lxqt freedesktop.org application menu definition files lxqt-menu-data is freedesktop.org application menu definition files - https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz + https://github.com/lxde/releases/raw/master/releases/lxmenu-data-0.1.6.tar.xz intltool - perl-Locale-gettext gettext-devel + perl-Locale-gettext + lxmenu-data /etc - /usr/share/desktop-directories - /usr/share/doc/ + /usr/share + + + 2025-06-21 + 0.1.6 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2020-04-06 0.1.5