summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Ascher2017-01-01 04:02:28 +0100
committerThomas Ascher2017-01-01 04:02:28 +0100
commit6d4b1accfd8f22fa59d0c7b4db38fbfe188376d3 (patch)
tree4986ae1b8de4e44bb52281d5da277c040b2f5b9d
parentac4d58e9d196cbe1a233faea31b6f167af98130f (diff)
downloadaur-6d4b1accfd8f22fa59d0c7b4db38fbfe188376d3.tar.gz
updated to version 2.2.10
-rw-r--r--.SRCINFO9
-rw-r--r--type_cast_fix.patch21
2 files changed, 4 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e0a5066619f..ea0a65ac928e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = joyce
pkgdesc = Emulates the Amstrad PCW on Unix
- pkgver = 2.2.9
+ pkgver = 2.2.10
pkgrel = 1
url = http://www.seasip.info/Unix/Joyce/index.html
arch = i686
arch = x86_64
license = GPL
+ makedepends = lyx
depends = libpng
depends = libxml2
depends = sdl
- source = http://www.seasip.info/Unix/Joyce/joyce-2.2.9.tar.gz
+ source = http://www.seasip.info/Unix/Joyce/joyce-2.2.10.tar.gz
source = joyce.desktop
- source = type_cast_fix.patch
- sha256sums = 99fd200052c9ec1445fc1f4802c6276e1adecb3d714f469c6403fe78bb931a40
+ sha256sums = 8ce633278c438c9228c9201c8e2522cd32cc92a6f868a8b8e580e917c5fb2144
sha256sums = ac4f54be832ff4c3bf434f36c0b28298742b20e4b6051db0a66e57ba636c5a98
- sha256sums = 8826963da9770c7fec014a477210febcc51cd7c72106b8a69bf45b59221fef0f
pkgname = joyce
diff --git a/type_cast_fix.patch b/type_cast_fix.patch
deleted file mode 100644
index c8478e9df405..000000000000
--- a/type_cast_fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -crB joyce-2.2.9_pristine/bin/JoyceDaisy.cxx joyce-2.2.9/bin/JoyceDaisy.cxx
-*** joyce-2.2.9_pristine/bin/JoyceDaisy.cxx 2016-01-30 00:32:03.000000000 +0100
---- joyce-2.2.9/bin/JoyceDaisy.cxx 2016-08-07 19:38:21.642374244 +0200
-***************
-*** 61,67 ****
- // This is for the default "Prestige Pica 10" wheel
- // It can be configured by editing joycehw.xml (no UI is provided, as
- // it is very unlikely that one will be needed).
-! static unsigned char gl_wheel[128] =
- {
- '#', '.', '<', '[', '=', '9', '8', '7', // 00-07
- '6', '5', '0', '4', '3', '2', '1', ',', // 08-0F
---- 61,67 ----
- // This is for the default "Prestige Pica 10" wheel
- // It can be configured by editing joycehw.xml (no UI is provided, as
- // it is very unlikely that one will be needed).
-! static char gl_wheel[128] =
- {
- '#', '.', '<', '[', '=', '9', '8', '7', // 00-07
- '6', '5', '0', '4', '3', '2', '1', ',', // 08-0F
-