Skip to content

Commit

Permalink
contrib/xfce4-mailwatch-plugin: new package (1.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and nekopsykose committed Jun 18, 2024
1 parent 546b312 commit 8eeb636
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions contrib/xfce4-mailwatch-plugin/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
pkgname = "xfce4-mailwatch-plugin"
pkgver = "1.3.1"
pkgrel = 0
build_style = "gnu_configure"
make_cmd = "gmake"
make_dir = "."
hostmakedepends = [
"automake",
"gettext-devel",
"gmake",
"intltool",
"libtool",
"pkgconf",
"xfce4-dev-tools",
]
makedepends = [
"exo-devel",
"gnutls-devel",
"gtk+3-devel",
"libx11-devel",
"libxfce4ui-devel",
"libxfce4util-devel",
"xfce4-panel-devel",
]
pkgdesc = "Xfce mail watcher panel plugin"
maintainer = "triallax <triallax@tutanota.com>"
license = "GPL-2.0-only"
url = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start"
source = f"$(XFCE_SITE)/panel-plugins/xfce4-mailwatch-plugin/{pkgver[:-2]}/xfce4-mailwatch-plugin-{pkgver}.tar.bz2"
sha256 = "054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a"

0 comments on commit 8eeb636

Please sign in to comment.