diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-31 16:00:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-31 17:06:32 +0100 |
commit | 1e7c93e555fb8c63a2e1baa334cf72f9c9dabfad (patch) | |
tree | 082a57943686a2d64d239f7017ad0a91dc0a7560 /recipes/xorg-app | |
parent | c4f2d06595774591310ca8b0158001b2215e24fe (diff) |
xorg: bump viewres, xbiff, xcalc, xeyes, xf86-input-joystick
* remove old recipes/xorg-app/xeyes_1.0.991.bb because its only snapshot
* remove old recipes/xorg-driver/xf86-input-joystick_1.4.99.2.bb
* bump preferred version of eyes and xf86-input-joystick even for R7.5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r-- | recipes/xorg-app/viewres_1.0.2.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-app/xbiff_1.0.2.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-app/xcalc_1.0.3.bb | 4 | ||||
-rw-r--r-- | recipes/xorg-app/xeyes_1.1.0.bb (renamed from recipes/xorg-app/xeyes_1.0.991.bb) | 0 |
4 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-app/viewres_1.0.2.bb b/recipes/xorg-app/viewres_1.0.2.bb new file mode 100644 index 0000000000..f884467096 --- /dev/null +++ b/recipes/xorg-app/viewres_1.0.2.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc +PE = "1" + +DEPENDS += " libxt" + diff --git a/recipes/xorg-app/xbiff_1.0.2.bb b/recipes/xorg-app/xbiff_1.0.2.bb new file mode 100644 index 0000000000..e3264d7684 --- /dev/null +++ b/recipes/xorg-app/xbiff_1.0.2.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc +PE = "1" + +DEPENDS += " libxaw xbitmaps libxext" + diff --git a/recipes/xorg-app/xcalc_1.0.3.bb b/recipes/xorg-app/xcalc_1.0.3.bb new file mode 100644 index 0000000000..54b7549f5c --- /dev/null +++ b/recipes/xorg-app/xcalc_1.0.3.bb @@ -0,0 +1,4 @@ +require xorg-app-common.inc +DESCRIPTION = "scientific calculator for X" +DEPENDS += " libxaw libxt" +PE = "1" diff --git a/recipes/xorg-app/xeyes_1.0.991.bb b/recipes/xorg-app/xeyes_1.1.0.bb index 07ce0724fa..07ce0724fa 100644 --- a/recipes/xorg-app/xeyes_1.0.991.bb +++ b/recipes/xorg-app/xeyes_1.1.0.bb |