diff --git a/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py b/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py index 4b5bbd0e9d..5b315dfe6b 100644 --- a/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py +++ b/desktop/xfce/addon/xfce4-smartbookmark-plugin/actions.py @@ -4,15 +4,13 @@ # 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 -from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import autotools, pisitools, get def setup(): # fix build failure w/ xfce4-panel-4.15.0 - pisitools.dosed("src/smartbookmark.c", "", "") + #pisitools.dosed("src/smartbookmark.c", "", "") autotools.configure() - + pisitools.dosed("libtool", " -shared ", " -Wl,--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") diff --git a/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml b/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml index f92d10fa6d..bb884c5c01 100644 --- a/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml +++ b/desktop/xfce/addon/xfce4-smartbookmark-plugin/pspec.xml @@ -3,7 +3,7 @@ xfce4-smartbookmark-plugin - https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin + https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/start Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -13,8 +13,8 @@ desktop.xfce.addon A plugin allows you to send requests directly to your browser to make search xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search. - - https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.1.tar.bz2 + + https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.2.tar.bz2 intltool @@ -41,10 +41,17 @@ + + 2022-11-10 + 0.5.2 + Version bump. + fury + uglyside@yandex.ru + 2020-06-25 0.5.1 - Rebuild. + First build. fury uglyside@yandex.ru