spojegui: bump SRCREV and remove upstream applied desktop file fixes for QA issues
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 15 Feb 2011 15:18:32 +0000 (16:18 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 15 Feb 2011 15:57:05 +0000 (16:57 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/spojegui_svn.bb

index 8e94d7b..a77d2be 100644 (file)
@@ -6,20 +6,17 @@ SECTION = "x11/applications"
 PRIORITY = "optional"
 RDEPENDS_${PN} = "python-core python-elementary python-sqlite3 python-netclient"
 
-SRCREV = "64"
+SRCREV = "68"
 PV = "0.4.2+svnr${SRCPV}"
-PR = "r2"
 
 S = "${WORKDIR}/build"
 
 PACKAGE_ARCH = "all"
 
-SRC_URI = "svn://xeres.cz/spoje;module=build"
+SRC_URI = "svn://xeres.cz/spoje/trunk;module=build"
 
 # override base_do_compile with own as included Makefile calls ipkg-build and it's not usefull to us at all
 do_compile() {
-  # fix QA issue
-  sed -i '/^Encoding/d;/^Version/d;s/Categories=Application;/Categories=Utility;/g' ${S}/data/spoje.desktop
 }
 
 do_install() {