diff options
-rw-r--r-- | meta-gpe/recipes-graphics/minilite/minilite/makefile-fix.patch | 11 | ||||
-rw-r--r-- | meta-gpe/recipes-graphics/minilite/minilite_0.50.bb | 16 |
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 @@ | |||
1 | --- /tmp/Makefile.old 2006-01-16 22:51:34.000000000 +0100 | ||
2 | +++ minilite-050/Makefile 2009-05-01 16:36:32.000000000 +0200 | ||
3 | @@ -45,7 +45,7 @@ | ||
4 | |||
5 | install-program: all | ||
6 | mkdir -p $(DESTDIR)$(PREFIX)/bin | ||
7 | - $(INSTALL) -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) | ||
8 | + $(INSTALL) $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) | ||
9 | mkdir -p $(DESTDIR)$(PREFIX)/share/applications | ||
10 | $(INSTALL) -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/$(PACKAGE).desktop | ||
11 | 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 @@ | |||
1 | DESCRIPTION = "GPE Screen light control dockapp" | ||
2 | SECTION = "gpe" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://minilite.c;beginline=8;endline=11;md5=fe9332aaecbce9f74ce2bfeb91680ed1" | ||
6 | |||
7 | DEPENDS = "libgpewidget" | ||
8 | |||
9 | inherit gpe | ||
10 | |||
11 | SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ | ||
12 | file://makefile-fix.patch" | ||
13 | SRC_URI[md5sum] = "d81cecf269ad7bab0da960e6e7228332" | ||
14 | SRC_URI[sha256sum] = "2b299425203246090a4949e034f1d0efb3ff99cd1591d0e16c57370a530b361e" | ||
15 | |||
16 | export CVSBUILD="no" | ||