diff --git a/desktop/lxde/lxappearance/actions.py b/desktop/lxde/lxappearance/actions.py index 9bd0235817..dbab6624af 100644 --- a/desktop/lxde/lxappearance/actions.py +++ b/desktop/lxde/lxappearance/actions.py @@ -15,5 +15,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS") - + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxde/lxappearance/pspec.xml b/desktop/lxde/lxappearance/pspec.xml index 8fbfb53682..df0d97bf9e 100644 --- a/desktop/lxde/lxappearance/pspec.xml +++ b/desktop/lxde/lxappearance/pspec.xml @@ -3,19 +3,17 @@ lxappearance - http://wiki.lxde.org/en/LXAppearance + https://github.com/lxde/lxappearance - PisiLinux Community - admins@pisilinux.org + Kamil Atlı + suvari@pisilinux.org - GPL-2 + GPLv2 app:gui desktop.lxde A new feature-rich GTK+ theme switcher. LXAppearance is a new GTK+ theme switcher developed for project LXDE. - - mirrors://sourceforge/lxde/lxappearance-0.6.3.tar.xz - + https://github.com/lxde/releases/raw/master/releases/lxappearance-0.6.4.tar.xz intltool dbus-devel @@ -48,8 +46,8 @@ lxappearance-devel gtk3-devel - lxappearance glib2-devel + lxappearance /usr/include @@ -58,6 +56,13 @@ + + 2025-06-21 + 0.6.4 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2022-04-14 0.6.3 @@ -67,4 +72,3 @@ - diff --git a/desktop/lxde/lxde-common/actions.py b/desktop/lxde/lxde-common/actions.py index fc87713384..259d25764a 100644 --- a/desktop/lxde/lxde-common/actions.py +++ b/desktop/lxde/lxde-common/actions.py @@ -15,5 +15,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog") + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxde/lxde-common/pspec.xml b/desktop/lxde/lxde-common/pspec.xml index 7de3a154b6..84f38eb4ef 100644 --- a/desktop/lxde/lxde-common/pspec.xml +++ b/desktop/lxde/lxde-common/pspec.xml @@ -3,24 +3,22 @@ lxde-common - https://www.lxde.org/ + https://github.com/lxde/lxde-common - PisiLinux Community - admins@pisilinux.org + Kamil Atlı + suvari@pisilinux.org - GPL-2 + GPLv2 data desktop.lxde LXDE Session default configuration files. lxde-common provides LXDE Session default configuration files and nuoveXT2 iconset. - - mirrors://sourceforge/lxde/lxde-common-0.99.2.tar.xz - + https://github.com/lxde/releases/raw/master/releases/lxde-common-0.99.3.tar.xz intltool - + @@ -43,6 +41,13 @@ + + 2025-06-21 + 0.99.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2022-08-07 0.99.2 @@ -52,4 +57,3 @@ - diff --git a/desktop/lxde/lxinput/actions.py b/desktop/lxde/lxinput/actions.py index bcfcaddc5a..4e26e7fac9 100644 --- a/desktop/lxde/lxinput/actions.py +++ b/desktop/lxde/lxinput/actions.py @@ -15,5 +15,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "README", "COPYING", "ChangeLog", "NEWS") - + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxde/lxinput/pspec.xml b/desktop/lxde/lxinput/pspec.xml index 9f554355c2..50285add78 100644 --- a/desktop/lxde/lxinput/pspec.xml +++ b/desktop/lxde/lxinput/pspec.xml @@ -3,19 +3,17 @@ lxinput - https://www.lxde.org/ + https://github.com/lxde/lxinput - PisiLinux Community - admins@pisilinux.org + Kamil Atlı + suvari@pisilinux.org - GPL-3 + GPLv3 app:gui desktop.lxde LXDE keyboard and mouse configuration tool. lxinput is tool for LXDE keyboard and mouse configuration. - - mirrors://sourceforge/lxde/lxinput-0.3.5.tar.xz - + https://github.com/lxde/releases/raw/master/releases/lxinput-0.3.6.tar.xz intltool gtk3-devel @@ -40,6 +38,13 @@ + + 2025-06-21 + 0.3.6 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2022-04-14 0.3.5 @@ -49,4 +54,3 @@ - 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 diff --git a/desktop/lxde/lxrandr/pspec.xml b/desktop/lxde/lxrandr/pspec.xml index ecad1be4b0..42705be684 100644 --- a/desktop/lxde/lxrandr/pspec.xml +++ b/desktop/lxde/lxrandr/pspec.xml @@ -3,19 +3,17 @@ lxrandr - https://www.lxde.org/ + https://github.com/lxde/lxrandr PisiLinux Community admins@pisilinux.org - GPL-2 + GPLv2 app:gui desktop.lxde LXDE GUI interface to RandR extention. lxrandr is a LXDE GUI interface to RandR extention. - - mirrors://sourceforge/lxde/lxrandr-0.3.2.tar.xz - + https://github.com/lxde/releases/raw/master/releases/lxrandr-0.3.3.tar.xz intltool gtk3-devel @@ -28,6 +26,7 @@ gtk3 glib2 + libXrandr /usr/bin @@ -39,6 +38,13 @@ + + 2025-06-21 + 0.3.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2022-04-14 0.3.2 @@ -48,4 +54,3 @@ - diff --git a/desktop/lxde/lxterminal/actions.py b/desktop/lxde/lxterminal/actions.py index 0c725296e3..aaa97259b4 100644 --- a/desktop/lxde/lxterminal/actions.py +++ b/desktop/lxde/lxterminal/actions.py @@ -15,5 +15,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS") + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxde/lxterminal/pspec.xml b/desktop/lxde/lxterminal/pspec.xml index 987392f1a2..d8d298988d 100644 --- a/desktop/lxde/lxterminal/pspec.xml +++ b/desktop/lxde/lxterminal/pspec.xml @@ -3,19 +3,17 @@ lxterminal - https://www.lxde.org/ + https://github.com/lxde/lxterminal PisiLinux Community admins@pisilinux.org - GPL-2 + GPLv2 app:gui desktop.lxde Lightweight terminal emulator. Lxterminal is a Lightweight vte-based tabbed terminal emulator for LXDE. - - mirrors://sourceforge/lxde/lxterminal-0.4.0.tar.xz - + https://github.com/lxde/releases/raw/master/releases/lxterminal-0.4.1.tar.xz intltool vte-devel @@ -25,7 +23,7 @@ gdk-pixbuf-devel - + @@ -49,6 +47,13 @@ + + 2025-06-21 + 0.4.1 + Version bump. + Kamil Atlı + suvari@pisilinux.org + 2022-04-14 0.4.0 @@ -58,4 +63,3 @@ -