summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-11-12 13:35:22 +0100
committeraxis <qt-info@nokia.com>2010-11-12 13:35:22 +0100
commit8a2e1bba6bb552a274729385b576d863125be010 (patch)
treea40a6d96a404415381d23b3fd70a6d1b50d19f4e
parent6b524c9d43e8306f7c7267c133b9f1cffa2672fb (diff)
Finished runonphone ebuild for 4.7.1.
-rw-r--r--app-mobilephone/runonphone/Manifest3
-rw-r--r--app-mobilephone/runonphone/runonphone-4.7.1.ebuild (renamed from app-mobilephone/runonphone/runonphone-4.7.0.ebuild)14
2 files changed, 7 insertions, 10 deletions
diff --git a/app-mobilephone/runonphone/Manifest b/app-mobilephone/runonphone/Manifest
index d15ddfe..27ae7f9 100644
--- a/app-mobilephone/runonphone/Manifest
+++ b/app-mobilephone/runonphone/Manifest
@@ -1 +1,2 @@
-EBUILD runonphone-4.7.0.ebuild 769 RMD160 4a04c1d52cdf9e57cd2e31ab6e7fb1054d53aff3 SHA1 83acac4e9b03f45f641e32911fc858c1508f4639 SHA256 3beff1ae4b4bc95e9464168f1fd195f129f74a023d59daa8535737fc343068dd
+DIST qt-everywhere-opensource-src-4.7.1.tar.gz 211768512 RMD160 de6998948eb9f51a9193b9020ba80cfd52d50899 SHA1 fcf764d39d982c7f84703821582bd10c3192e341 SHA256 8cb5277c41f824cfc6dcee0e95e0bf23a9ad2c8d18d245105137481d092b124a
+EBUILD runonphone-4.7.1.ebuild 823 RMD160 cb3f0f64cc287cae844f3f9556083a1a8b3e7347 SHA1 e3ddbb3e339e2ecf5dd66b92f2af22e4f181519f SHA256 6a39d2c2939f50a92ec70b02f75c92c913785b096217f820fb3f653f4d788716
diff --git a/app-mobilephone/runonphone/runonphone-4.7.0.ebuild b/app-mobilephone/runonphone/runonphone-4.7.1.ebuild
index 49d3827..99dc0e1 100644
--- a/app-mobilephone/runonphone/runonphone-4.7.0.ebuild
+++ b/app-mobilephone/runonphone/runonphone-4.7.1.ebuild
@@ -3,15 +3,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit eutils git
+inherit eutils
DESCRIPTION="Tool to automatically install and run applications on Symbian phones"
HOMEPAGE="http://qt.nokia.com/"
-SRC_URI=""
-EGIT_REPO_URI="git://gitorious.org/qt/qt.git"
-EGIT_BRANCH=4.7
-EGIT_COMMIT=4.7
+MY_PV=${PV/_/-}
+SRC_URI="http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${MY_PV}.tar.gz"
LICENSE="LGPL-2.1 GPL-3"
SLOT="0"
@@ -20,15 +18,13 @@ IUSE=""
DEPEND=">=x11-libs/qt-core-4.6.0"
src_compile() {
- cd tools/runonphone
+ cd qt-everywhere-opensource-src-${MY_PV}/tools/runonphone
qmake || die "qmake failed"
emake || die "emake failed"
- cd ../..
}
src_install() {
- cd tools/runonphone
+ cd qt-everywhere-opensource-src-${MY_PV}/tools/runonphone
exeinto /usr/bin
doexe runonphone || die "install failed"
- cd ../..
}