From fb99ffc9dcd8faab246ee2e11c8174f210d966fa Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 24 May 2018 17:03:33 +0800 Subject: metacity: fix version number typo 3.38.0 -> 3.28.0 Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- .../recipes-gnome/metacity/metacity_3.28.0.bb | 36 ++++++++++++++++++++++ .../recipes-gnome/metacity/metacity_3.38.0.bb | 34 -------------------- 2 files changed, 36 insertions(+), 34 deletions(-) create mode 100644 meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb delete mode 100644 meta-gnome/recipes-gnome/metacity/metacity_3.38.0.bb diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb new file mode 100644 index 0000000000..ce97a803f1 --- /dev/null +++ b/meta-gnome/recipes-gnome/metacity/metacity_3.28.0.bb @@ -0,0 +1,36 @@ +SECTION = "x11/wm" +SUMMARY = "Metacity is the boring window manager for the adult in you" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \ + file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad" + +PE = "1" + +DEPENDS = "gsettings-desktop-schemas startup-notification \ + gnome-doc-utils gdk-pixbuf-native \ + gtk+3 glib-2.0 libcanberra libgtop intltool-native" + +inherit autotools gettext gnomebase distro_features_check +# depends on startup-notification which depends on virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI = "git://github.com/GNOME/metacity.git;branch=master \ + file://0001-drop-zenity-detection.patch \ +" + +S = "${WORKDIR}/git" +SRCREV = "c0d4b2fc0fcd6f2d3c37da935923f9e9ed5eb99f" + +EXTRA_OECONF += "--disable-xinerama" + +do_configure_prepend() { + cd ${S} + aclocal --install || exit 1 + autoreconf --verbose --force --install -Wno-portability || exit 1 + cd - + +} + +FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center ${datadir}/gnome" +RDEPENDS_${PN} += "gsettings-desktop-schemas" + diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.38.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.38.0.bb deleted file mode 100644 index 48fc9144dc..0000000000 --- a/meta-gnome/recipes-gnome/metacity/metacity_3.38.0.bb +++ /dev/null @@ -1,34 +0,0 @@ -SECTION = "x11/wm" -SUMMARY = "Metacity is the boring window manager for the adult in you" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=b4cce53560b8e619ffa7c830fb8761aa \ - file://src/include/main.h;endline=24;md5=72148ede07a6dadd01de6a882d20a9ad" - -DEPENDS = "gsettings-desktop-schemas startup-notification \ - gnome-doc-utils gdk-pixbuf-native \ - gtk+3 glib-2.0 libcanberra libgtop intltool-native" - -inherit autotools gettext gnomebase distro_features_check -# depends on startup-notification which depends on virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI = "git://github.com/GNOME/metacity.git;branch=master \ - file://0001-drop-zenity-detection.patch \ -" - -S = "${WORKDIR}/git" -SRCREV = "c0d4b2fc0fcd6f2d3c37da935923f9e9ed5eb99f" - -EXTRA_OECONF += "--disable-xinerama" - -do_configure_prepend() { - cd ${S} - aclocal --install || exit 1 - autoreconf --verbose --force --install -Wno-portability || exit 1 - cd - - -} - -FILES_${PN} += "${datadir}/themes ${datadir}/gnome-control-center ${datadir}/gnome" -RDEPENDS_${PN} += "gsettings-desktop-schemas" - -- cgit 1.2.3-korg