diff options
| author | Chris Lord <chris@openedhand.com> | 2005-09-09 13:52:55 +0000 |
|---|---|---|
| committer | Chris Lord <chris@openedhand.com> | 2005-09-09 13:52:55 +0000 |
| commit | 975a1babe2d2685adac306a0eb04cbb320c3c74c (patch) | |
| tree | 3d393840632cb00f15e5ca7da9b7af09618e3a86 | |
| parent | 3e846ba477aef514313450d4dba343e097be1418 (diff) | |
| download | poky-975a1babe2d2685adac306a0eb04cbb320c3c74c.tar.gz | |
Add ross's libgtkstylus
git-svn-id: https://svn.o-hand.com/repos/poky@20 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | openembedded/packages/libgtkstylus/files/gtkstylus.sh | 5 | ||||
| -rw-r--r-- | openembedded/packages/libgtkstylus/files/makefile.patch | 11 | ||||
| -rw-r--r-- | openembedded/packages/libgtkstylus/libgtkstylus_0.4.bb | 18 |
3 files changed, 34 insertions, 0 deletions
diff --git a/openembedded/packages/libgtkstylus/files/gtkstylus.sh b/openembedded/packages/libgtkstylus/files/gtkstylus.sh new file mode 100644 index 0000000000..b1302ede0e --- /dev/null +++ b/openembedded/packages/libgtkstylus/files/gtkstylus.sh | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | GTK_MODULES=libgtkstylus.so | ||
| 4 | |||
| 5 | export GTK_MODULES | ||
diff --git a/openembedded/packages/libgtkstylus/files/makefile.patch b/openembedded/packages/libgtkstylus/files/makefile.patch new file mode 100644 index 0000000000..fadea69023 --- /dev/null +++ b/openembedded/packages/libgtkstylus/files/makefile.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | --- libgtkstylus-0.3/Makefile.am.old 2005-01-16 15:56:07.000000000 +0000 | ||
| 2 | +++ libgtkstylus-0.3/Makefile.am 2005-01-16 15:56:08.000000000 +0000 | ||
| 3 | @@ -3,7 +3,7 @@ | ||
| 4 | module_LTLIBRARIES = libgtkstylus.la | ||
| 5 | |||
| 6 | INCLUDES = @STYLUS_CFLAGS@ | ||
| 7 | -LDADD = @STYLUS_LIBS@ | ||
| 8 | +LIBS = @STYLUS_LIBS@ | ||
| 9 | |||
| 10 | libgtkstylus_la_SOURCES = tap.c | ||
| 11 | |||
diff --git a/openembedded/packages/libgtkstylus/libgtkstylus_0.4.bb b/openembedded/packages/libgtkstylus/libgtkstylus_0.4.bb new file mode 100644 index 0000000000..fc03d44a85 --- /dev/null +++ b/openembedded/packages/libgtkstylus/libgtkstylus_0.4.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "GTK plugin for stylus based systems" | ||
| 2 | SECTION = "libs" | ||
| 3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
| 4 | DEPENDS = "gtk+" | ||
| 5 | LICENSE = "LGPL" | ||
| 6 | FILES_${PN} = "/etc ${libdir}/gtk-2.0" | ||
| 7 | |||
| 8 | inherit autotools | ||
| 9 | |||
| 10 | SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.bz2 \ | ||
| 11 | file://makefile.patch;patch=1 \ | ||
| 12 | file://gtkstylus.sh" | ||
| 13 | |||
| 14 | do_install_append() { | ||
| 15 | install -d ${D}/${sysconfdir}/X11/Xsession.d | ||
| 16 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus | ||
| 17 | } | ||
| 18 | |||
