aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/file-roller/file-roller_2.28.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/file-roller/file-roller_2.28.0.bb')
-rw-r--r--recipes/file-roller/file-roller_2.28.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/file-roller/file-roller_2.28.0.bb b/recipes/file-roller/file-roller_2.28.0.bb
new file mode 100644
index 0000000000..ee9dbcbcc3
--- /dev/null
+++ b/recipes/file-roller/file-roller_2.28.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "An archive manager for the GNOME environment"
+LICENSE="GPL"
+SECTION = "x11/gnome"
+
+DEPENDS="gtk+ libgnomeui gnome-common gnome-vfs libglade libbonoboui"
+
+inherit gnome
+
+do_configure_prepend () {
+ cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
+}
+
+FILES_${PN}-dbg += " \
+ ${libexecdir}/file-roller/.debug \
+ "
+