aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gpe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-01 14:11:52 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-01 14:11:52 +0100
commitdab38bf0bfa52d818f13d41385f5db8144f8b38c (patch)
treea9bfd1f2146c1459f46dab2316350f5c785af650 /meta-gpe
parent954681ee47d741189156ef6fa8ace1f62426f214 (diff)
downloadmeta-openembedded-contrib-dab38bf0bfa52d818f13d41385f5db8144f8b38c.tar.gz
minilite: import from OE classic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gpe')
-rw-r--r--meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch11
-rw-r--r--meta-gpe/recipes-graphics/minilite/minilite_0.50.bb16
2 files changed, 27 insertions, 0 deletions
diff --git a/meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch b/meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch
new file mode 100644
index 0000000000..1be6ceaa8b
--- /dev/null
+++ b/meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch
@@ -0,0 +1,11 @@
+--- /tmp/Makefile.old 2006-01-16 22:51:34.000000000 +0100
++++ minilite-050/Makefile 2009-05-01 16:36:32.000000000 +0200
+@@ -45,7 +45,7 @@
+
+ install-program: all
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
+- $(INSTALL) -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++ $(INSTALL) $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+ mkdir -p $(DESTDIR)$(PREFIX)/share/applications
+ $(INSTALL) -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/$(PACKAGE).desktop
+ mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps/
diff --git a/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
new file mode 100644
index 0000000000..ebb1b8645b
--- /dev/null
+++ b/meta-gpe/recipes-graphics/minilite/minilite_0.50.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "GPE Screen light control dockapp"
+SECTION = "gpe"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://minilite.c;beginline=8;endline=11;md5=fe9332aaecbce9f74ce2bfeb91680ed1"
+
+DEPENDS = "libgpewidget"
+
+inherit gpe
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
+ file://makefile-fix.patch"
+SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332"
+SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e"
+
+export CVSBUILD="no"