[oe-commits] org.oe.dev qclockchange: update to version 0.1b. Closes 2653.

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Feb 18 02:56:03 UTC 2008


qclockchange: update to version 0.1b.  Closes 2653.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 0ec6a2fac24d70bc91edb95251e7540cec0832e6
ViewMTN: http://monotone.openembedded.org/revision/info/0ec6a2fac24d70bc91edb95251e7540cec0832e6
Files:
1
packages/qclockchange/qclockchange_0.1a.bb
packages/qclockchange/qclockchange_0.1b.bb
packages/qclockchange/files
packages/qclockchange/files/qclockchange.desktop
packages/qclockchange/files/qclockchange.png
mtn:manual_merge
true
Diffs:

#
# mt diff -r747b468a3215993e8d04e9cfabf9c6150d9788c5 -r0ec6a2fac24d70bc91edb95251e7540cec0832e6
#
# 
# 
# rename "packages/qclockchange/qclockchange_0.1a.bb"
#     to "packages/qclockchange/qclockchange_0.1b.bb"
# 
# add_dir "packages/qclockchange/files"
# 
# add_file "packages/qclockchange/files/qclockchange.desktop"
#  content [dd18cef1ed03f54eced000fbd7443d98bba85a15]
# 
# add_file "packages/qclockchange/files/qclockchange.png"
#  content [73367d739fe256beff7ab2dd31953eb14bdfdeab]
# 
# patch "packages/qclockchange/qclockchange_0.1b.bb"
#  from [454f95d346a5672cd49d48db50e7ef5e74a78805]
#    to [c6c230d3f270ff79f9f0763863be3b943720b3d2]
# 
#   set "packages/qclockchange/files/qclockchange.png"
#  attr "mtn:manual_merge"
# value "true"
# 
============================================================
--- packages/qclockchange/files/qclockchange.desktop	dd18cef1ed03f54eced000fbd7443d98bba85a15
+++ packages/qclockchange/files/qclockchange.desktop	dd18cef1ed03f54eced000fbd7443d98bba85a15
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Comment= Changes the CPU frequency
+Exec=qclockchange
+Icon=qclockchange
+Type=Application
+Name=Qclockchange
============================================================
# packages/qclockchange/files/qclockchange.png is binary
============================================================
--- packages/qclockchange/qclockchange_0.1a.bb	454f95d346a5672cd49d48db50e7ef5e74a78805
+++ packages/qclockchange/qclockchange_0.1b.bb	c6c230d3f270ff79f9f0763863be3b943720b3d2
@@ -1,13 +1,15 @@ AUTHOR = "piro <piro400 at occn.zaq.ne.jp>"
 DESCRIPTION = "Program that allows you to set the CCCR registers on PXA Zauruses."
 SECTION = "opie/settings"
 PRIORITY = "optional"
 LICENSE = "GPL"
 AUTHOR = "piro <piro400 at occn.zaq.ne.jp>"
-HOMEPAGE = "http://www.piro.hopto.org/~piro/pukiwiki/pukiwiki.php?%5B%5B%A5%AB%A1%BC%A5%CD%A5%EB%A5%D1%A5%C3%A5%C1%A4%F2%A4%DE%A4%C8%A4%E1%A4%EB%5D%5D"
+HOMEPAGE = "http://piro.sytes.net/~piro/zaurus/"
 APPTYPE="binary"
-PR = "r1"
+PR = "r0"
 
-SRC_URI = "http://www.piro.hopto.org/~piro/zaurus/qclockchange-${PV}.tar.gz"
+SRC_URI = "http://piro.sytes.net/~piro/zaurus/etc/qclockchange-${PV}.tar.gz \
+	   file://qclockchange.png \
+	   file://qclockchange.desktop "
 
 inherit palmtop
 
@@ -16,7 +18,7 @@ do_install() {
                ${D}${palmtopdir}/pics \
                ${D}${palmtopdir}/apps/Settings
 
-	install -m 0755 qclockchange ${D}${palmtopdir}/bin/qclockchange
-	install -m 0644 ipkg/opt/QtPalmtop/pics/qclockchange.png ${D}${palmtopdir}/pics/qclockchange.png
-	install -m 0644 ipkg/opt/QtPalmtop/apps/Settings/qclockchange.desktop ${D}${palmtopdir}/apps/Settings/qclockchange.desktop
+	install -m 0755 bin/qclockchange ${D}${palmtopdir}/bin/qclockchange
+	install -m 0644 ${WORKDIR}/qclockchange.png ${D}${palmtopdir}/pics/qclockchange.png
+	install -m 0644 ${WORKDIR}/qclockchange.desktop ${D}${palmtopdir}/apps/Settings/qclockchange.desktop
 }






More information about the Openembedded-commits mailing list