Skip to content

Commit

Permalink
contrib/xfce4-panel: enable introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and nekopsykose committed May 31, 2024
1 parent 4e0cefb commit 05d8905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/xfce4-panel/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "xfce4-panel"
pkgver = "4.18.6"
pkgrel = 0
pkgrel = 1
build_style = "gnu_configure"
make_cmd = "gmake"
# check target fails without this
Expand All @@ -10,6 +10,7 @@
"gettext-devel",
"glib-devel",
"gmake",
"gobject-introspection",
"gtk-doc-tools",
"intltool",
"libtool",
Expand All @@ -36,6 +37,7 @@
f"$(XFCE_SITE)/xfce/xfce4-panel/{pkgver[:-2]}/xfce4-panel-{pkgver}.tar.bz2"
)
sha256 = "21337161f58bb9b6e42760cb6883bc79beea27882aa6272b61f0e09d750d7c62"
options = ["!cross"]


@subpackage("xfce4-panel-devel")
Expand Down

0 comments on commit 05d8905

Please sign in to comment.