From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ey0-f175.google.com ([209.85.215.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RtkXj-0008HD-88 for openembedded-devel@lists.openembedded.org; Sat, 04 Feb 2012 19:40:59 +0100 Received: by mail-ey0-f175.google.com with SMTP id l10so1144088eaa.6 for ; Sat, 04 Feb 2012 10:33:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=9gYfVDQ6SgiNrDUKGe0pw7fkV2tkVY0IixeXNbYB9tQ=; b=WXR/HOqXl0Vbcox2SrI4f0xpvQUaiQ+q+uvExJv0TqTHNbHwnFmnm/EYVxDDdQVxpQ QqKuL/Vqa/nt07l609TjGrUJACWwlHDqK1h1sXZJ/Wgxk3v72G9MobOMkPMMax94zyxe ZfOTlt/ivb2zaE2tVPfLrzHWPZX1ryaP/lr9A= Received: by 10.213.27.24 with SMTP id g24mr1833368ebc.10.1328380381812; Sat, 04 Feb 2012 10:33:01 -0800 (PST) Received: from localhost.localdomain (89-77-50-243.dynamic.chello.pl. [89.77.50.243]) by mx.google.com with ESMTPS id z47sm30330292eeh.9.2012.02.04.10.33.00 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Feb 2012 10:33:01 -0800 (PST) From: Peter Tworek To: openembedded-devel@lists.openembedded.org Date: Sat, 4 Feb 2012 19:30:48 +0100 Message-Id: <1328380249-11697-3-git-send-email-tworaz666@gmail.com> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1328380249-11697-1-git-send-email-tworaz666@gmail.com> References: <1328380249-11697-1-git-send-email-tworaz666@gmail.com> Subject: [meta-xfce][PATCH 2/3] xfce4-settings: Update to latest stable version 4.8.3. X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 18:40:59 -0000 http://git.xfce.org/xfce/xfce4-settings/tag/?id=xfce4-settings-4.8.3 Run tested on netbook pro. Signed-off-by: Peter Tworek --- .../xfce4-settings/xfce4-settings_4.8.2.bb | 16 ---------------- .../xfce4-settings/xfce4-settings_4.8.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb create mode 100644 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.3.bb diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb deleted file mode 100644 index 258c238..0000000 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Xfce4 settings" -SECTION = "x11/wm" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "exo gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier" - -PR = "r1" - -inherit xfce - -SRC_URI += "file://0001-xfsettingsd-use-gnome-as-default-icon-theme.patch" - -SRC_URI[md5sum] = "a45420fea20f29265ab6785cb1d07377" -SRC_URI[sha256sum] = "3f79865a6a3817f3c868f2412cbf105e73e54810438f62035699ae5fd72c29d0" - -RRECOMMENDS_${PN} += "gnome-icon-theme" diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.3.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.3.bb new file mode 100644 index 0000000..c3dd8fd --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.3.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Xfce4 settings" +SECTION = "x11/wm" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +DEPENDS = "exo gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier" + +inherit xfce + +SRC_URI += "file://0001-xfsettingsd-use-gnome-as-default-icon-theme.patch" + +SRC_URI[md5sum] = "4669298cc8a4abf0e5a410016b575030" +SRC_URI[sha256sum] = "d878cc474e1e677e9607279b9a1007cb90ed35ff078de180259a8b2b8d06bc2e" + +RRECOMMENDS_${PN} += "gnome-icon-theme" -- 1.7.3.4