From f99c20e3163ed3148e9de3218bf6fbe6878140c6 Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 10 Jun 2024 16:40:08 +0100 Subject: [PATCH] contrib/xfce4-notes-plugin: new package (1.11.0) --- contrib/xfce4-notes-plugin/template.py | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contrib/xfce4-notes-plugin/template.py diff --git a/contrib/xfce4-notes-plugin/template.py b/contrib/xfce4-notes-plugin/template.py new file mode 100644 index 0000000000..19a1364462 --- /dev/null +++ b/contrib/xfce4-notes-plugin/template.py @@ -0,0 +1,28 @@ +pkgname = "xfce4-notes-plugin" +pkgver = "1.11.0" +pkgrel = 0 +build_style = "gnu_configure" +make_cmd = "gmake" +make_dir = "." +hostmakedepends = [ + "automake", + "gettext-devel", + "gmake", + "intltool", + "libtool", + "pkgconf", + "xfce4-dev-tools", +] +makedepends = [ + "gtk+3-devel", + "libxfce4ui-devel", + "libxfce4util-devel", + "xfce4-panel-devel", + "xfconf-devel", +] +pkgdesc = "Xfce notes panel plugin" +maintainer = "triallax " +license = "GPL-2.0-or-later" +url = "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin/start" +source = f"$(XFCE_SITE)/panel-plugins/xfce4-notes-plugin/{pkgver[:-2]}/xfce4-notes-plugin-{pkgver}.tar.bz2" +sha256 = "eb38246deb0fc89535fa9ff9b953c762cece232b5585d8210fab9abbf282aae3"