Skip to content

Commit

Permalink
contrib/xfce4-timer-plugin: new package (1.7.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and nekopsykose committed Jun 18, 2024
1 parent 79d42a9 commit d0e1f05
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contrib/xfce4-timer-plugin/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
pkgname = "xfce4-timer-plugin"
pkgver = "1.7.2"
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",
"libx11-devel",
"libxfce4ui-devel",
"libxfce4util-devel",
"xfce4-panel-devel",
]
pkgdesc = "Xfce timer panel plugin"
maintainer = "triallax <triallax@tutanota.com>"
license = "GPL-2.0-or-later"
url = "https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start"
source = f"$(XFCE_SITE)/panel-plugins/xfce4-timer-plugin/{pkgver[:-2]}/xfce4-timer-plugin-{pkgver}.tar.bz2"
sha256 = "feb3b8c2d39505e816683540a3226bd7bda870ccbcb4c7d0f6abfeeff5c58b7d"

0 comments on commit d0e1f05

Please sign in to comment.