summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/icon-naming-utils.recipe4
-rw-r--r--recipes/pygobject.recipe3
2 files changed, 6 insertions, 1 deletions
diff --git a/recipes/icon-naming-utils.recipe b/recipes/icon-naming-utils.recipe
index f56d48b3..df42c639 100644
--- a/recipes/icon-naming-utils.recipe
+++ b/recipes/icon-naming-utils.recipe
@@ -5,3 +5,7 @@ class Recipe(recipe.Recipe):
version = '0.8.7'
licenses = [License.GPLv2]
deps = ['XML-Simple']
+
+ files_devel = ['libexec/icon-name-mapping', 'share/dtds/legacy-icon-mapping.dtd',
+ 'share/pkgconfig/icon-naming-utils.pc',
+ 'share/icon-naming-utils/legacy-icon-mapping.xml']
diff --git a/recipes/pygobject.recipe b/recipes/pygobject.recipe
index cdb666be..0b8e3bab 100644
--- a/recipes/pygobject.recipe
+++ b/recipes/pygobject.recipe
@@ -34,5 +34,6 @@ class Recipe(recipe.Recipe):
]
files_devel = ['lib/pkgconfig/pygobject-2.0.pc',
'include/pygtk-2.0/pyglib.h',
- 'include/pygtk-2.0/pygobject.h']
+ 'include/pygtk-2.0/pygobject.h',
+ 'share/pygobject/2.0/']
files_mainlib = []