Skip to content

Commit

Permalink
contrib/xfce4-notes-plugin: new package (1.11.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and nekopsykose committed Jun 18, 2024
1 parent f0f895e commit f99c20e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contrib/xfce4-notes-plugin/template.py
Original file line number Diff line number Diff line change
@@ -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 <triallax@tutanota.com>"
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"

0 comments on commit f99c20e

Please sign in to comment.