diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-14 09:30:20 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-14 09:30:20 +0000 |
commit | 9bab0b8cdab261c18eec4676cd98b85ed15d6435 (patch) | |
tree | ed227d26442b7a08c0add18caac08608774d83d0 /detect-stylus | |
parent | a4e55364cfff5ff0895553d045c9e1795c0ef0ad (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages
2004/09/14 10:30:06+01:00 (none)!cwiiis
Semi-fix detect-stylus and miniclipboard.
Fix xmonobut.
Remove dependency on xinerama from rosetta.
Upgrade gpe-calendar (0.56) and gpe-gallery (0.95).
Add meatchbox-panel-hacks.
Prefer gtk 2.2.4 and libglade 2.0.1 in openzaurus-3.5.1.conf.
BKrev: 4146ba2cDQllTCv8TcQ9e-qKViJQ8Q
Diffstat (limited to 'detect-stylus')
-rw-r--r-- | detect-stylus/detect-stylus-0.13/correct-theme-name.patch | 0 | ||||
-rw-r--r-- | detect-stylus/detect-stylus_0.13.oe | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/detect-stylus/detect-stylus-0.13/correct-theme-name.patch b/detect-stylus/detect-stylus-0.13/correct-theme-name.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/detect-stylus/detect-stylus-0.13/correct-theme-name.patch diff --git a/detect-stylus/detect-stylus_0.13.oe b/detect-stylus/detect-stylus_0.13.oe index e69de29bb2..d9c0907c11 100644 --- a/detect-stylus/detect-stylus_0.13.oe +++ b/detect-stylus/detect-stylus_0.13.oe @@ -0,0 +1,16 @@ +inherit gpe pkgconfig + +PR = "r1" + +DEPENDS = "x11 xcursor-transparent-theme xrdb" +SECTION = "gpe" +RDEPENDS = "xrdb" + +DESCRIPTION = "Touchscreen detection utility" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://access.patch;patch=1;pnum=0 \ + file://correct-theme-name.patch;patch=1" + +export CVSBUILD=no |