From cbb44f5540db06c1fc3dd2f5ff8e1fa1a82fe795 Mon Sep 17 00:00:00 2001 From: Vadim Naumuk Date: Fri, 13 May 2022 17:03:54 +0100 Subject: [PATCH 1/3] add XFCE_SITE --- common/environment/setup/misc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh index 177b1e5622a2..1c274d443e33 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -18,5 +18,6 @@ GNU_SITE="https://ftp.gnu.org/gnu" FREEDESKTOP_SITE="https://freedesktop.org/software" KDE_SITE="https://download.kde.org/stable" VIDEOLAN_SITE="https://download.videolan.org/pub/videolan" +XFCE_SITE="https://archive.xfce.org" set +a From f7056daba22edf0098288020811552116f816606 Mon Sep 17 00:00:00 2001 From: Vadzim Naumuk Date: Wed, 18 May 2022 18:15:11 +0100 Subject: [PATCH 2/3] New package: xfce4-calculator-plugin 0.7.1 --- srcpkgs/xfce4-calculator-plugin/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/xfce4-calculator-plugin/template diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template new file mode 100644 index 000000000000..8ca591506e99 --- /dev/null +++ b/srcpkgs/xfce4-calculator-plugin/template @@ -0,0 +1,14 @@ +# Template file for 'xfce4-calculator-plugin' +pkgname=xfce4-calculator-plugin +version=0.7.1 +revision=1 +build_style=gnu-configure +configure_args="--with-locales-dir=/usr/share/locale" +hostmakedepends="pkg-config intltool" +makedepends="xfce4-panel-devel" +short_desc="Battery monitor plugin for the Xfce panel" +license="GPL-2.0-or-later, LGPL-2.0-or-later" +homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin" +changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS" +distfiles="${XFCE_SITE}/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" +checksum=e4016a03c3ef4ebddd97e4135f5e304f80677033c98e19644b9989ec6f5ada81 From a49d9e855177e8c9407d89ad1d12cca841e13d59 Mon Sep 17 00:00:00 2001 From: Vadzim Naumuk Date: Wed, 18 May 2022 18:39:29 +0100 Subject: [PATCH 3/3] New package: xfce4-calculator-plugin 0.7.1 --- srcpkgs/xfce4-calculator-plugin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xfce4-calculator-plugin/template b/srcpkgs/xfce4-calculator-plugin/template index 8ca591506e99..fc792218fc90 100644 --- a/srcpkgs/xfce4-calculator-plugin/template +++ b/srcpkgs/xfce4-calculator-plugin/template @@ -6,7 +6,7 @@ build_style=gnu-configure configure_args="--with-locales-dir=/usr/share/locale" hostmakedepends="pkg-config intltool" makedepends="xfce4-panel-devel" -short_desc="Battery monitor plugin for the Xfce panel" +short_desc="Calculator plugin for the Xfce4 panel" license="GPL-2.0-or-later, LGPL-2.0-or-later" homepage="https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin" changelog="https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS"