Skip to content

Commit

Permalink
ypkg: Move GIR files to devel
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan authored and joebonrichie committed Sep 15, 2024
1 parent bfb4599 commit 56037dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ypkg2/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ def __init__(self, spec):
# Vala..
self.add_pattern("/usr/share/vala*/vapi/*", "devel")

# GIR bindings for gobject
self.add_pattern("/usr/share/gir-1.0/*.gir", "devel")

# Qt/KDE developer documentation
self.add_pattern("/usr/share/doc/qt5/*.qch", "devel",
priority=PRIORITY_DEFAULT+1)
Expand Down

0 comments on commit 56037dc

Please # to comment.