diff options
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gedit-plugins_2.30.0.bb | 19 | ||||
-rw-r--r-- | recipes/gnome/gedit_2.26.2.bb | 21 | ||||
-rw-r--r-- | recipes/gnome/gedit_2.28.0.bb | 22 |
3 files changed, 0 insertions, 62 deletions
diff --git a/recipes/gnome/gedit-plugins_2.30.0.bb b/recipes/gnome/gedit-plugins_2.30.0.bb deleted file mode 100644 index f3c55f62e2..0000000000 --- a/recipes/gnome/gedit-plugins_2.30.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "GNOME editor plugins" -SECTION = "x11/gnome" -LICENSE = "GPL" - -DEPENDS = "gedit" - -inherit gnome -SRC_URI[archive.md5sum] = "f1200605247b3ece1212c363f0b04c1d" -SRC_URI[archive.sha256sum] = "8a177f2455ee5c58bc4a19df013d5698b14ae6a3f31ed48347904cf467a79509" - -FILES_${PN} += " \ - ${libdir}/gedit-2/plugins \ - ${datadir}/gedit-2/plugins \ - " - -FILES_${PN}-dbg += " \ - ${libdir}/gedit-2/plugins/.debug \ - " - diff --git a/recipes/gnome/gedit_2.26.2.bb b/recipes/gnome/gedit_2.26.2.bb deleted file mode 100644 index 38be582d70..0000000000 --- a/recipes/gnome/gedit_2.26.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "GNOME editor" -SECTION = "x11/gnome" -LICENSE = "GPL" - -DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" -RDEPENDS_${PN} += " gtksourceview2" -PR = "r1" - -inherit gnome pkgconfig - -EXTRA_OECONF = "--disable-scrollkeeper" - -do_configure_prepend () { - cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} -} - -FILES_${PN} += "${libdir} ${datadir}/gedit-2" -FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" - -SRC_URI[archive.md5sum] = "ef8c98051c03d0caf0c75456e48c25b0" -SRC_URI[archive.sha256sum] = "7ce4919b4742ad6aad9dbfb2b962434d70dbcf9c63bb513870f3276deb28bee0" diff --git a/recipes/gnome/gedit_2.28.0.bb b/recipes/gnome/gedit_2.28.0.bb deleted file mode 100644 index cbf1507199..0000000000 --- a/recipes/gnome/gedit_2.28.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "GNOME editor" -SECTION = "x11/gnome" -LICENSE = "GPL" - -DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2" -RDEPENDS_${PN} += " gtksourceview2" - -PR = "r3" - -inherit gnome pkgconfig - -EXTRA_OECONF = "--disable-scrollkeeper" - -do_configure_prepend () { - cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} -} - -FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2" -FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" - -SRC_URI[archive.md5sum] = "d5e8f9f2806c9662693f292b155dd238" -SRC_URI[archive.sha256sum] = "f12699367ec4f48ffce87f8b116b55561a03e055c4bf74cc96e5adb3b4e2fce6" |