From: Grazvydas Ignotas Date: Fri, 3 Oct 2014 23:47:06 +0000 (+0300) Subject: bump more recipes for glib update X-Git-Tag: sz_173~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5abbc695683e90e54f84234651163955d0f7a765;p=openembedded.git bump more recipes for glib update --- diff --git a/recipes/dbus/dbus_1.3.0.bb b/recipes/dbus/dbus_1.3.0.bb index a06d9dc479..5aeb54b8f5 100644 --- a/recipes/dbus/dbus_1.3.0.bb +++ b/recipes/dbus/dbus_1.3.0.bb @@ -20,4 +20,4 @@ SRC_URI = "\ # This is the development version of dbus that will lead to 1.4.x DEFAULT_PREFERENCE = "-1" -PR = "r2" +PR = "r3" diff --git a/recipes/gnome/gconf_2.28.0.bb b/recipes/gnome/gconf_2.28.0.bb index 9a87b5c43d..d7657e761e 100644 --- a/recipes/gnome/gconf_2.28.0.bb +++ b/recipes/gnome/gconf_2.28.0.bb @@ -4,7 +4,7 @@ LICENSE = "LGPL" DEPENDS = "glib-2.0 gtk+ dbus dbus-glib orbit2 libxml2 policykit" ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" -PR = "r1" +PR = "r2" S = "${WORKDIR}/GConf-${PV}" diff --git a/recipes/gnome/gnome-keyring_2.28.2.bb b/recipes/gnome/gnome-keyring_2.28.2.bb index 3a1e12dfe5..17dbf46d6a 100644 --- a/recipes/gnome/gnome-keyring_2.28.2.bb +++ b/recipes/gnome/gnome-keyring_2.28.2.bb @@ -2,7 +2,7 @@ DESCRIPTION = "GNOME security credential management" LICENSE = "GPL" SECTION = "x11/gnome" DEPENDS = " gtk+-native libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt" -PR = "r1" +PR = "r2" inherit gnome pkgconfig diff --git a/recipes/gnome/gnome-vfs_2.24.1.bb b/recipes/gnome/gnome-vfs_2.24.1.bb index 367228da23..e432b41585 100644 --- a/recipes/gnome/gnome-vfs_2.24.1.bb +++ b/recipes/gnome/gnome-vfs_2.24.1.bb @@ -3,7 +3,7 @@ DEPENDS = "libxml2 gconf gnutls avahi dbus dbus-glib bzip2 gnome-mime-data zlib RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info" # Some legacy packages will require gnome-mime-data to be installed, but use of # it is deprecated. -PR = "r2" +PR = "r3" inherit gnome diff --git a/recipes/networkmanager/modemmanager_0.4.bb b/recipes/networkmanager/modemmanager_0.4.bb index bdaabf0a3d..f1dc85b365 100644 --- a/recipes/networkmanager/modemmanager_0.4.bb +++ b/recipes/networkmanager/modemmanager_0.4.bb @@ -8,6 +8,8 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ModemManager/0.4/ModemManager- SRC_URI[archive.md5sum] = "d4681f08e76cbb766522256144267ced" SRC_URI[archive.sha256sum] = "8b5415ae8597726f82e9fd09237c02b5c8af7e9f4fc4cba00f9fe183cc2c6c5f" +PR = "r1" + S = "${WORKDIR}/ModemManager-${PV}" inherit autotools diff --git a/recipes/networkmanager/networkmanager-openvpn_0.8.bb b/recipes/networkmanager/networkmanager-openvpn_0.8.bb index d845e90f7f..71adc1913e 100644 --- a/recipes/networkmanager/networkmanager-openvpn_0.8.bb +++ b/recipes/networkmanager/networkmanager-openvpn_0.8.bb @@ -14,7 +14,7 @@ EXTRA_OECONF = " \ inherit autotools pkgconfig -PR = "r1" +PR = "r2" SRC_URI += "${GNOME_MIRROR}/NetworkManager-openvpn/${@gnome_verdir("${PV}")}/NetworkManager-openvpn-${PV}.tar.bz2 \ " diff --git a/recipes/networkmanager/networkmanager_0.8.1.bb b/recipes/networkmanager/networkmanager_0.8.1.bb index 922017b3d2..75b74dbb2b 100644 --- a/recipes/networkmanager/networkmanager_0.8.1.bb +++ b/recipes/networkmanager/networkmanager_0.8.1.bb @@ -1,6 +1,6 @@ require networkmanager-0.7.inc -PR = "r4" +PR = "r5" #DEFAULT_PREFERENCE = "-1" diff --git a/recipes/python/python-pycairo_1.8.0.bb b/recipes/python/python-pycairo_1.8.0.bb index ef79a85258..c76d66db76 100644 --- a/recipes/python/python-pycairo_1.8.0.bb +++ b/recipes/python/python-pycairo_1.8.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://cairographics.org/pycairo" LICENSE = "LGPL MPL" # cairo >= 1.8.0 DEPENDS = "cairo" -PR = "ml4" +PR = "ml5" SRC_URI = "http://cairographics.org/releases/pycairo-${PV}.tar.gz \ file://fix-setup-py.patch;patch=1" diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb index f4894b0ff9..bb49ac22e0 100644 --- a/recipes/python/python-pygobject_2.20.0.bb +++ b/recipes/python/python-pygobject_2.20.0.bb @@ -4,7 +4,7 @@ LICENSE = "LGPL" DEPENDS = "libffi python-pygobject-native-${PV} glib-2.0" PE = "1" -PR = "r3" +PR = "r4" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" diff --git a/recipes/python/python-pygtk_2.16.0.bb b/recipes/python/python-pygtk_2.16.0.bb index e7b1c1bb87..0b9e594ea4 100644 --- a/recipes/python/python-pygtk_2.16.0.bb +++ b/recipes/python/python-pygtk_2.16.0.bb @@ -6,7 +6,7 @@ RDEPENDS_${PN} = "python-shell python-pycairo python-pygobject" PROVIDES = "python-pygtk2" SRCNAME = "pygtk" LICENSE = "LGPL" -PR = "r3" +PR = "r4" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/${MAJ_VER}/${SRCNAME}-${PV}.tar.bz2;name=pygtk \ diff --git a/recipes/xfce-base/exo_0.3.107.bb b/recipes/xfce-base/exo_0.3.107.bb index e397f5e27f..946f49013c 100644 --- a/recipes/xfce-base/exo_0.3.107.bb +++ b/recipes/xfce-base/exo_0.3.107.bb @@ -1,7 +1,7 @@ DESCRIPTION="Xfce extensions and framework library with session management support" DEPENDS = "libxfce4util hal liburi-perl-native python-native cairo" SECTION = "x11" -PR = "r1" +PR = "r2" inherit xfce46 python-dir diff --git a/recipes/xfce-base/libxfce4menu_4.6.2.bb b/recipes/xfce-base/libxfce4menu_4.6.2.bb index 663944a954..28081d2411 100644 --- a/recipes/xfce-base/libxfce4menu_4.6.2.bb +++ b/recipes/xfce-base/libxfce4menu_4.6.2.bb @@ -4,7 +4,7 @@ DEPENDS = "gettext pkgconfig libxfce4util intltool" RDEPENDS_${PN} = "gtk+ libxfce4util" LICENSE="LGPL-2 FDL-1.1" -PR = "r0" +PR = "r2" inherit xfce46 diff --git a/recipes/xfce-base/libxfce4util_4.6.2.bb b/recipes/xfce-base/libxfce4util_4.6.2.bb index 67aba2e75b..dc1e18451c 100644 --- a/recipes/xfce-base/libxfce4util_4.6.2.bb +++ b/recipes/xfce-base/libxfce4util_4.6.2.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Basic utility library for Xfce4" SECTION = "x11/libs" LICENSE = "GPL" DEPENDS = "glib-2.0 xfce4-dev-tools " -PR = "r0" +PR = "r1" inherit xfce46 diff --git a/recipes/xfce-base/libxfcegui4_4.6.4.bb b/recipes/xfce-base/libxfcegui4_4.6.4.bb index 255f482751..f170e6c243 100644 --- a/recipes/xfce-base/libxfcegui4_4.6.4.bb +++ b/recipes/xfce-base/libxfcegui4_4.6.4.bb @@ -5,7 +5,7 @@ DEPENDS = "gettext pkgconfig intltool virtual/libx11 libxfce4util xfconf dbh lib RDEPENDS_${PN} = "xfconf startup-notification " SECTION = "x11/libs" -PR = "r0" +PR = "r1" inherit xfce46 diff --git a/recipes/xfce-base/xfce-utils_4.6.2.bb b/recipes/xfce-base/xfce-utils_4.6.2.bb index 08048c4285..6b397f9a6c 100644 --- a/recipes/xfce-base/xfce-utils_4.6.2.bb +++ b/recipes/xfce-base/xfce-utils_4.6.2.bb @@ -1,7 +1,7 @@ DESCRIPTION="Xfce4 Utilities" DEPENDS = "virtual/libx11 libxfcegui4" SECTION = "x11" -PR = "r0" +PR = "r1" inherit xfce46 diff --git a/recipes/xfce-base/xfce4-appfinder_4.6.2.bb b/recipes/xfce-base/xfce4-appfinder_4.6.2.bb index a73383d104..1e295e3171 100644 --- a/recipes/xfce-base/xfce4-appfinder_4.6.2.bb +++ b/recipes/xfce-base/xfce4-appfinder_4.6.2.bb @@ -3,7 +3,7 @@ DESCRIPTION="Xfce4 Application Finder" DEPENDS="libxfcegui4 libxfce4menu thunar" SECTION = "x11" -PR = "r0" +PR = "r1" inherit xfce46 diff --git a/recipes/xfce-base/xfce4-panel_4.6.4.bb b/recipes/xfce-base/xfce4-panel_4.6.4.bb index fe402b8690..bfcfccfada 100644 --- a/recipes/xfce-base/xfce4-panel_4.6.4.bb +++ b/recipes/xfce-base/xfce4-panel_4.6.4.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Xfce4 Panel" DEPENDS = "virtual/libx11 startup-notification libxfcegui4 libxml2 exo libwnck" SECTION = "x11" -PR = "r0" +PR = "r1" inherit xfce46 diff --git a/recipes/xfce-base/xfconf_4.6.2.bb b/recipes/xfce-base/xfconf_4.6.2.bb index 3db4c917d8..4509d5ebbf 100644 --- a/recipes/xfce-base/xfconf_4.6.2.bb +++ b/recipes/xfce-base/xfconf_4.6.2.bb @@ -6,7 +6,7 @@ LICENSE = "GPL-2" DEPENDS = "libxfce4util" RDEPENDS_${PN} = "libxfce4util" -PR = "r0" +PR = "r1" inherit xfce46 diff --git a/recipes/xfce-base/xfdesktop_4.6.2.bb b/recipes/xfce-base/xfdesktop_4.6.2.bb index 4ecaf287c5..49e70d0ce0 100644 --- a/recipes/xfce-base/xfdesktop_4.6.2.bb +++ b/recipes/xfce-base/xfdesktop_4.6.2.bb @@ -3,7 +3,7 @@ SECTION = "x11/base" DEPENDS = "virtual/libx11 exo libxfcegui4 xfce4-panel thunar gtk+" RDEPENDS_${PN} = "libxfcegui4 libxml2 xfce4-panel thunar exo gtk+" -PR = "r1" +PR = "r2" inherit xfce46 diff --git a/recipes/xfce-base/xfwm4_4.6.2.bb b/recipes/xfce-base/xfwm4_4.6.2.bb index 30c41cc200..aad3c7f5db 100644 --- a/recipes/xfce-base/xfwm4_4.6.2.bb +++ b/recipes/xfce-base/xfwm4_4.6.2.bb @@ -2,7 +2,7 @@ DESCRIPTION="Xfce4 Window Manager" SECTION = "x11/wm" -PR = "r2" +PR = "r3" inherit xfce46 update-alternatives