From 030e44b085cdba356afbf7567f8bfc5cc20f988e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 16 Sep 2012 22:35:22 +0200 Subject: xfwm4: update to 4.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb | 28 +++++++++++++++++++++++++ meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb | 31 ---------------------------- 2 files changed, 28 insertions(+), 31 deletions(-) create mode 100644 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb delete mode 100644 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb new file mode 100644 index 0000000000..049ac6fb64 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION="Xfce4 Window Manager" +SECTION = "x11/wm" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" +DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification" + +inherit xfce update-alternatives + +SRC_URI[md5sum] = "333e5e25a85411c304e9b4474bf00537" +SRC_URI[sha256sum] = "492357bf48121ebffabf2bf0d3b84213d19bf81087321175d687c8a68efe1f9c" + +python populate_packages_prepend () { + themedir = bb.data.expand('${datadir}/themes', d) + do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) +} + +PACKAGES_DYNAMIC += "xfwm4-theme-*" + +ALTERNATIVE_${PN} = "x-window-manager" +ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" +ALTERNATIVE_PRIORITY[x-window-manager] = "30" + +RDEPENDS_${PN} = "xfwm4-theme-default" +FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ + ${datadir}/xfwm4/defaults \ + " +FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*" + diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb deleted file mode 100644 index 304ff66165..0000000000 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION="Xfce4 Window Manager" -SECTION = "x11/wm" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" -DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification" -PR = "r1" - -inherit xfce update-alternatives - -SRC_URI[md5sum] = "66cb65797cea8a62563f69b833c7888b" -SRC_URI[sha256sum] = "0b0e8bea0b257958ad416ab5678cf0cdd7e909943d4d5ab32afc35295a78227e" - -EXTRA_OECONF += " --enable-startup-notification" - -python populate_packages_prepend () { - themedir = bb.data.expand('${datadir}/themes', d) - do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) -} - -PACKAGES_DYNAMIC += "xfwm4-theme-*" - -ALTERNATIVE_${PN} = "x-window-manager" -ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" -ALTERNATIVE_PRIORITY[x-window-manager] = "30" - -RDEPENDS_${PN} = "xfwm4-theme-default" -FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ - ${datadir}/xfwm4/defaults \ - " -FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*" - -- cgit v1.2.3-54-g00ecf