diff --git a/desktop/xfce/addon/xfce4-clipman-plugin/actions.py b/desktop/xfce/addon/xfce4-clipman-plugin/actions.py
index ecbc34016b..15d5359f1c 100644
--- a/desktop/xfce/addon/xfce4-clipman-plugin/actions.py
+++ b/desktop/xfce/addon/xfce4-clipman-plugin/actions.py
@@ -19,5 +19,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README")
+ pisitools.dodoc("AUTHORS", "NEWS")
diff --git a/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml b/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml
index 33adc55aec..09fc6cb1c3 100644
--- a/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml
+++ b/desktop/xfce/addon/xfce4-clipman-plugin/pspec.xml
@@ -15,8 +15,8 @@
Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes.
-
- https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.1.tar.bz2
+
+ https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.2.tar.bz2
intltool
@@ -56,6 +56,13 @@
+
+ 2021-07-23
+ 1.6.2
+ Version bump.
+ Ali Cengiz Kurt
+ alicengizkurt@gmail.com
+
2020-12-05
1.6.1
diff --git a/desktop/xfce/addon/xfce4-docklike-plugin/actions.py b/desktop/xfce/addon/xfce4-docklike-plugin/actions.py
index 6335ce1a17..5a7d55f6ef 100644
--- a/desktop/xfce/addon/xfce4-docklike-plugin/actions.py
+++ b/desktop/xfce/addon/xfce4-docklike-plugin/actions.py
@@ -4,13 +4,11 @@
# 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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
-# shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
diff --git a/desktop/xfce/addon/xfce4-docklike-plugin/pspec.xml b/desktop/xfce/addon/xfce4-docklike-plugin/pspec.xml
index 34792cfbeb..26a8f2dc78 100644
--- a/desktop/xfce/addon/xfce4-docklike-plugin/pspec.xml
+++ b/desktop/xfce/addon/xfce4-docklike-plugin/pspec.xml
@@ -12,11 +12,9 @@
library
desktop.xfce.addon
A Dock-like Taskbar Plugin for XFCE.
-
- A modern, docklike, minimalist taskbar for XFCE.
-
-
- https://github.com/davekeogh/xfce4-docklike-plugin/releases/download/v0.2.0/xfce4-docklike-plugin-0.2.0.tar.xz
+ A modern, docklike, minimalist taskbar for XFCE.
+
+ https://github.com/davekeogh/xfce4-docklike-plugin/releases/download/v0.3.0/xfce4-docklike-plugin-0.3.0.tar.xz
intltool
@@ -56,6 +54,13 @@
+
+ 2021-07-23
+ 0.3.0
+ Version bump.
+ wascheme@tuta.io
+ fury
+
2021-04-02
0.2.0