diff --git a/desktop/xfce/addon/xfce4-notes-plugin/actions.py b/desktop/xfce/addon/xfce4-notes-plugin/actions.py
index 88d0040c2f..c32f44e004 100644
--- a/desktop/xfce/addon/xfce4-notes-plugin/actions.py
+++ b/desktop/xfce/addon/xfce4-notes-plugin/actions.py
@@ -13,14 +13,12 @@ i = "-Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-dep
def setup():
pisitools.cflags.add(i)
- shelltools.system("./autogen.sh --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-dependency-tracking \
- --host=%s \
- --disable-debug" % get.CHOST())
+ autotools.configure("--libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-dependency-tracking \
+ --host=%s \
+ --disable-debug" % get.CHOST())
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
diff --git a/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml b/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml
index d1c5f76018..66784c00a5 100644
--- a/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml
+++ b/desktop/xfce/addon/xfce4-notes-plugin/pspec.xml
@@ -13,8 +13,9 @@
desktop.xfce.addon
Notes plugin provides you a quick way you had do with Post-It's
The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's.
- https://dev.alpinelinux.org/archive/xfce4-notes-plugin/xfce4-notes-plugin-20201224.tar.gz
+ https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.9/xfce4-notes-plugin-1.9.0.tar.bz2
+ gtk3-devel
gettext-devel
git
intltool
@@ -29,7 +30,7 @@
xfce4-notes-plugin
- gtk2
+ gtk3
cairo
glib2
pango
@@ -52,6 +53,13 @@
+
+ 2021-02-04
+ 1.9.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-06-25
1.8.1