aboutsummaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-22 15:52:02 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-22 15:52:02 +0000
commit85facbbc4d2d9335f4acb3931bb5489cb0899e3f (patch)
treeb844cd78a053ca5ce52bbb319c0e70146fefa92f /kstars
parent7bc2974deb23d8e7f6b4b13c97564ca40ace4820 (diff)
downloadopenembedded-85facbbc4d2d9335f4acb3931bb5489cb0899e3f.tar.gz
move kstars into nonworking. it bails out with
| ksplanet.cpp: In constructor I18N_NOOP' undeclared (first use this function) BKrev: 40af77225Fi8TC-MrbbKGm3et-bkVg
Diffstat (limited to 'kstars')
-rw-r--r--kstars/kstars-embedded_0.8.5.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/kstars/kstars-embedded_0.8.5.oe b/kstars/kstars-embedded_0.8.5.oe
deleted file mode 100644
index ad5b389bbb..0000000000
--- a/kstars/kstars-embedded_0.8.5.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "KDE Stars: The Universe, in your hands! QtE based Palmtop Environments Edition"
-SECTION = "base"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "http://kstars.sourceforge.net/kstars-embedded-${PV}.tar.gz"
-S = "${WORKDIR}/kstars"
-
-inherit palmtop
-
-do_install() {
- install -d ${D}/${palmtopdir}/bin \
- ${D}/${palmtopdir}/apps/Applications \
- ${D}/${palmtopdir}/pics/kstars \
- ${D}/${palmtopdir}/share/apps/kstars
- install -m 0755 ${STAGING_LIBDIR}/../bin/kstars ${D}/${palmtopdir}/bin/kstars
- rm -f ${STAGING_LIBDIR}/../bin/kstars
- install -m 0644 ${WORKDIR}/apps/Applications/kstars.desktop ${D}/${palmtopdir}/Applications
- cp -a ${WORKDIR}/pics/kstars ${D}/${palmtopdir}/pics/
- cp -a ${WORKDIR}/share/apps/kstars ${D}/${palmtopdir}/share/apps/
-}