diff --git a/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py b/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py index 49b873524d..3429f01f8e 100644 --- a/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-wavelan-plugin/actions.py @@ -9,10 +9,8 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools def setup(): - # fix build failure w/ xfce4-panel-4.15.0 - pisitools.dosed("panel-plugin/wavelan.c", "", "") autotools.configure() - + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): @@ -21,5 +19,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README") - + pisitools.dodoc("AUTHORS", "NEWS", "THANKS") diff --git a/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml b/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml index b21c5b8c32..d8f05b8c84 100644 --- a/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-wavelan-plugin/pspec.xml @@ -15,8 +15,8 @@ xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use. - - https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2 + + https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.3.tar.bz2 intltool @@ -48,6 +48,13 @@ + + 2023-01-05 + 0.6.3 + Version bump. + fury + uglyside@yandex.ru + 2020-06-25 0.6.1 diff --git a/editor/poedit/pspec.xml b/editor/poedit/pspec.xml index abe1a3d0e0..9011725d6d 100644 --- a/editor/poedit/pspec.xml +++ b/editor/poedit/pspec.xml @@ -13,8 +13,8 @@ editor A cross-platform translation editor. This program is a simple translation editor for PO and XLIFF files. It also serves as a GUI frontend to more GNU gettext utilities and catalogs editor/source code parser. It helps with translating applications into another language. - - https://github.com/vslavik/poedit/releases/download/v3.2.1-oss/poedit-3.2.1.tar.gz + + https://github.com/vslavik/poedit/releases/download/v3.2.2-oss/poedit-3.2.2.tar.gz wxGTK3 @@ -60,6 +60,13 @@ + + 2023-01-05 + 3.2.2 + Version bump. + fury + uglyside@yandex.ru + 2022-11-23 3.2.1 diff --git a/x11/misc/xscreensaver/actions.py b/x11/misc/xscreensaver/actions.py index a4acfbe24f..4abf6e61cb 100644 --- a/x11/misc/xscreensaver/actions.py +++ b/x11/misc/xscreensaver/actions.py @@ -21,6 +21,7 @@ j = ''.join([ ]) def setup(): + pisitools.dosed("driver/Makefile.in", "UPDATE_ICON_CACHE", deleteLine = True) autotools.configure(j) def build(): diff --git a/x11/misc/xscreensaver/pspec.xml b/x11/misc/xscreensaver/pspec.xml index a2bdce71fe..a5d4a9ece1 100644 --- a/x11/misc/xscreensaver/pspec.xml +++ b/x11/misc/xscreensaver/pspec.xml @@ -12,15 +12,15 @@ x11.misc Screensaver collection for X11 systems. XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. I released the first version in 1992. I ported it to macOS in 2006, to iOS in 2012, and to Android in 2014. On X11 systems, XScreenSaver is two things: it is both a large collection of screen savers; and it is also the framework for blanking and locking the screen. - - https://www.jwz.org/xscreensaver/xscreensaver-6.04.tar.gz + + https://www.jwz.org/xscreensaver/xscreensaver-6.06.tar.gz bc intltool atk-devel pam-devel - gtk2-devel + gtk3-devel mesa-devel glib2-devel glibc-devel @@ -60,7 +60,7 @@ atk pam - gtk2 + gtk3 mesa glib2 glibc @@ -105,6 +105,13 @@ + + 2023-01-05 + 6.06 + Version bump. + fury + uglyside@yandex.ru + 2022-07-29 6.04