[oe-commits] org.oe.dev xautomation: add to OE. Closes 3706.

Laibsch commit openembedded-commits at lists.openembedded.org
Sat Jan 19 15:04:54 UTC 2008


xautomation: add to OE. Closes 3706.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 09f5c53172e04888c1ddd8d40e8b65dcf90def81
ViewMTN: http://monotone.openembedded.org/revision/info/09f5c53172e04888c1ddd8d40e8b65dcf90def81
Files:
1
packages/xautomation
packages/xautomation/files
packages/xautomation/files/remove-man.patch
packages/xautomation/xautomation.inc
packages/xautomation/xautomation_1.00.bb
Diffs:

#
# mt diff -r81964a2345ff909044151ba29da959851ea7d9be -r09f5c53172e04888c1ddd8d40e8b65dcf90def81
#
# 
# 
# add_dir "packages/xautomation"
# 
# add_dir "packages/xautomation/files"
# 
# add_file "packages/xautomation/files/remove-man.patch"
#  content [da687eb1e40b3ec00926e67d54c58cbbe34032a1]
# 
# add_file "packages/xautomation/xautomation.inc"
#  content [e15c83fedad26c7d46038643912a84844da2069a]
# 
# add_file "packages/xautomation/xautomation_1.00.bb"
#  content [38188a96ff0635c1c3ba64525fd31fc4abbb8ddf]
# 
============================================================
--- packages/xautomation/files/remove-man.patch	da687eb1e40b3ec00926e67d54c58cbbe34032a1
+++ packages/xautomation/files/remove-man.patch	da687eb1e40b3ec00926e67d54c58cbbe34032a1
@@ -0,0 +1,8 @@
+--- xautomation-1.00/Makefile.am~	2008-01-18 15:12:30.000000000 -0600
++++ xautomation-1.00/Makefile.am	2008-01-18 15:12:30.000000000 -0600
+@@ -1,5 +1,4 @@
+ bin_PROGRAMS = xte rgb2pat png2pat visgrep pat2ppm patextract xmousepos
+-man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 xmousepos.1 xte.1
+ xte_SOURCES = xte.c debug.c kbd.h
+ xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
+ rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
============================================================
--- packages/xautomation/xautomation.inc	e15c83fedad26c7d46038643912a84844da2069a
+++ packages/xautomation/xautomation.inc	e15c83fedad26c7d46038643912a84844da2069a
@@ -0,0 +1,9 @@
+DESCRIPTION = "Control X from the command line"
+HOMEPAGE = "http://www.hoopajoo.net/projects/xautomation.html"
+SECTION = "console"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.hoopajoo.net/static/projects/${PN}-${PV}.tar.gz \
+           file://remove-man.patch;patch=1"
+
+inherit autotools pkgconfig
============================================================
--- packages/xautomation/xautomation_1.00.bb	38188a96ff0635c1c3ba64525fd31fc4abbb8ddf
+++ packages/xautomation/xautomation_1.00.bb	38188a96ff0635c1c3ba64525fd31fc4abbb8ddf
@@ -0,0 +1,3 @@
+require xautomation.inc
+
+PR = "r0"






More information about the Openembedded-commits mailing list