diff options
| author | Raymond Danks <raymond@edanks.com> | 2006-07-24 20:41:41 +0000 |
|---|---|---|
| committer | Raymond Danks <raymond@edanks.com> | 2006-07-24 20:41:41 +0000 |
| commit | edcc133f983d3f6fbe8bd6a2b479b4d4aa84223c (patch) | |
| tree | a0fa2b69d0830fff415ae78c93e9eb4d62bea23e | |
| parent | 066238ebf3b33dbd0cae5340e3cdf74af6f3baf2 (diff) | |
xorg-app: Add all apps posted for X11R7.0 and X11R7.1.
125 files changed, 795 insertions, 84 deletions
diff --git a/packages/xorg-app/appres_X11R7.0-1.0.0.bb b/packages/xorg-app/appres_X11R7.0-1.0.0.bb new file mode 100644 index 0000000000..e6780a89f2 --- /dev/null +++ b/packages/xorg-app/appres_X11R7.0-1.0.0.bb @@ -0,0 +1,6 @@ +include xorg-app-common.inc + +DESCRIPTION = "The appres program prints the resources seen by an application." + +DEPENDS += " libx11 libxt" + diff --git a/packages/xorg-app/bdftopcf-native_X11R7.0-1.0.0.bb b/packages/xorg-app/bdftopcf-native_X11R7.0-1.0.0.bb new file mode 100644 index 0000000000..7b6aa37311 --- /dev/null +++ b/packages/xorg-app/bdftopcf-native_X11R7.0-1.0.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Native bdftopdf utility" +SECTION = "x11/fonts" +LICENSE = "MIT-X" + +S="${WORKDIR}/bdftopcf-${PV}" + +DEPENDS = "lib |
