From 7fd815f5eb00747e5f2ce9b283931486247ce43e Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 4 Feb 2021 16:49:34 +0300 Subject: [PATCH] xfce4-notes-plugin ver. bump --- desktop/xfce/addon/xfce4-notes-plugin/actions.py | 14 ++++++-------- desktop/xfce/addon/xfce4-notes-plugin/pspec.xml | 12 ++++++++++-- 2 files changed, 16 insertions(+), 10 deletions(-) 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