Skip to content

Commit

Permalink
dev-ml/lablgtk: Improve use flag metadata section
Browse files Browse the repository at this point in the history
- Reference packages with <pkg> tag
- Unify flag descriptions by removing trailing dot from first two flags
- Restrict glade and gnomecanvas flag to <dev-ml/lablgtk-3,
  dev-ml/lablgtk:3 uses sourceview use flag only

Signed-off-by: Petr Vaněk <[email protected]>
Closes: gentoo#28564
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
arkamar authored and thesamesam committed Dec 6, 2022
1 parent db259dc commit 32aeb34
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions dev-ml/lablgtk/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@
<name>Mark Wright</name>
</maintainer>
<use>
<flag name="glade">Enable libglade bindings compilation.</flag>
<flag name="gnomecanvas">Enable libgnomecanvas bindings compilation.</flag>
<flag name="sourceview">Enable GtkSourceView support</flag>
<flag name="glade" restrict="&lt;dev-ml/lablgtki-3">
Enable <pkg>gnome-base/libglade</pkg> bindings compilation
</flag>
<flag name="gnomecanvas" restrict="&lt;dev-ml/lablgtki-3">
Enable <pkg>gnome-base/libgnomecanvas</pkg> bindings compilation
</flag>
<flag name="sourceview">
Enable GtkSourceView (<pkg>x11-libs/gtksourceview</pkg>) support
</flag>
</use>
<upstream>
<remote-id type="github">garrigue/lablgtk</remote-id>
Expand Down

0 comments on commit 32aeb34

Please sign in to comment.