* [PATCH 0/5] qt4: update HOMEPAGE for recipes
@ 2013-06-07 5:46 Jonathan Liu
2013-06-07 5:46 ` [PATCH 1/5] nativesdk-qt4-tools.inc: update HOMEPAGE Jonathan Liu
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Jonathan Liu @ 2013-06-07 5:46 UTC (permalink / raw)
To: openembedded-core
This patchset updates the HOMEPAGE of the qt4 recipes as it is no
longer hosted at http://qt.nokia.com/.
Jonathan Liu (5):
nativesdk-qt4-tools.inc: update HOMEPAGE
qt-mobility: update HOMEPAGE
qt4-embedded: update HOMEPAGE
qt4-native: update HOMEPAGE
qt4-x11-free: update HOMEPAGE
meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +-
meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +-
meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
meta/recipes-qt/qt4/qt4-native.inc | 2 +-
meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
--
1.8.2.3
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/5] nativesdk-qt4-tools.inc: update HOMEPAGE
2013-06-07 5:46 [PATCH 0/5] qt4: update HOMEPAGE for recipes Jonathan Liu
@ 2013-06-07 5:46 ` Jonathan Liu
2013-06-07 5:46 ` [PATCH 2/5] qt-mobility: " Jonathan Liu
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jonathan Liu @ 2013-06-07 5:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
index cfc6fd8..3a825d8 100644
--- a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
+++ b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "SDK tools for Qt/[X11|Mac|Embedded] version 4.x"
DEPENDS = "nativesdk-zlib nativesdk-dbus nativesdk-libx11 qt4-native"
SECTION = "libs"
-HOMEPAGE = "http://qt.nokia.com"
+HOMEPAGE = "http://qt-project.org/"
LICENSE = "LGPLv2.1 | GPLv3"
INC_PR = "r13"
--
1.8.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/5] qt-mobility: update HOMEPAGE
2013-06-07 5:46 [PATCH 0/5] qt4: update HOMEPAGE for recipes Jonathan Liu
2013-06-07 5:46 ` [PATCH 1/5] nativesdk-qt4-tools.inc: update HOMEPAGE Jonathan Liu
@ 2013-06-07 5:46 ` Jonathan Liu
2013-06-07 5:46 ` [PATCH 3/5] qt4-embedded: " Jonathan Liu
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jonathan Liu @ 2013-06-07 5:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
index 1db1438..b0e4278 100644
--- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
+++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
@@ -1,4 +1,4 @@
-HOMEPAGE = "http://qt.nokia.com"
+HOMEPAGE = "http://qt-project.org/"
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}"
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', d)}"
--
1.8.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/5] qt4-embedded: update HOMEPAGE
2013-06-07 5:46 [PATCH 0/5] qt4: update HOMEPAGE for recipes Jonathan Liu
2013-06-07 5:46 ` [PATCH 1/5] nativesdk-qt4-tools.inc: update HOMEPAGE Jonathan Liu
2013-06-07 5:46 ` [PATCH 2/5] qt-mobility: " Jonathan Liu
@ 2013-06-07 5:46 ` Jonathan Liu
2013-06-07 5:46 ` [PATCH 4/5] qt4-native: " Jonathan Liu
2013-06-07 5:46 ` [PATCH 5/5] qt4-x11-free: " Jonathan Liu
4 siblings, 0 replies; 6+ messages in thread
From: Jonathan Liu @ 2013-06-07 5:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
index 7c8876b..cbdda5f 100644
--- a/meta/recipes-qt/qt4/qt4-embedded.inc
+++ b/meta/recipes-qt/qt4/qt4-embedded.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded version."
SECTION = "libs"
-HOMEPAGE = "http://qt.nokia.com"
+HOMEPAGE = "http://qt-project.org/"
DEPENDS += "directfb tslib"
INC_PR = "r52"
--
1.8.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/5] qt4-native: update HOMEPAGE
2013-06-07 5:46 [PATCH 0/5] qt4: update HOMEPAGE for recipes Jonathan Liu
` (2 preceding siblings ...)
2013-06-07 5:46 ` [PATCH 3/5] qt4-embedded: " Jonathan Liu
@ 2013-06-07 5:46 ` Jonathan Liu
2013-06-07 5:46 ` [PATCH 5/5] qt4-x11-free: " Jonathan Liu
4 siblings, 0 replies; 6+ messages in thread
From: Jonathan Liu @ 2013-06-07 5:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-qt/qt4/qt4-native.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc
index 895d690..a153a37 100644
--- a/meta/recipes-qt/qt4/qt4-native.inc
+++ b/meta/recipes-qt/qt4/qt4-native.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "Native version of Qt/[X11|Mac|Embedded]"
DEPENDS = "zlib-native dbus-native"
SECTION = "libs"
-HOMEPAGE = "http://qt.nokia.com"
+HOMEPAGE = "http://qt-project.org/"
PROVIDES = "qt4-tools-native"
LICENSE = "LGPLv2.1 | GPLv3"
--
1.8.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 5/5] qt4-x11-free: update HOMEPAGE
2013-06-07 5:46 [PATCH 0/5] qt4: update HOMEPAGE for recipes Jonathan Liu
` (3 preceding siblings ...)
2013-06-07 5:46 ` [PATCH 4/5] qt4-native: " Jonathan Liu
@ 2013-06-07 5:46 ` Jonathan Liu
4 siblings, 0 replies; 6+ messages in thread
From: Jonathan Liu @ 2013-06-07 5:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc
index 8853260..4b29f55 100644
--- a/meta/recipes-qt/qt4/qt4-x11-free.inc
+++ b/meta/recipes-qt/qt4/qt4-x11-free.inc
@@ -1,7 +1,7 @@
require qt4.inc
DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version."
-HOMEPAGE = "http://qt.nokia.com"
+HOMEPAGE = "http://qt-project.org/"
SECTION = "x11/libs"
DEPENDS += "virtual/libgl virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor"
PROVIDES += "qt4-x11"
--
1.8.2.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-06-07 5:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 5:46 [PATCH 0/5] qt4: update HOMEPAGE for recipes Jonathan Liu
2013-06-07 5:46 ` [PATCH 1/5] nativesdk-qt4-tools.inc: update HOMEPAGE Jonathan Liu
2013-06-07 5:46 ` [PATCH 2/5] qt-mobility: " Jonathan Liu
2013-06-07 5:46 ` [PATCH 3/5] qt4-embedded: " Jonathan Liu
2013-06-07 5:46 ` [PATCH 4/5] qt4-native: " Jonathan Liu
2013-06-07 5:46 ` [PATCH 5/5] qt4-x11-free: " Jonathan Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox