Update to XaoS-3.4.
o New Italian translation courtesy of Sergio Zanchetta o Updated catalog and i18n for German by Andreas Madritsch o Bug fix to prevent garbled characters when using non-English languages on modern systems using UTF-8 o Bug fix to prevent XaoS from crashing after using the Render Animation functionality o Bug fix to prevent incorrect colors on smooth coloring modes with certain video modes XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't investigate if the GTK+ frontend builds as the release notes claim it's still buggy.
This commit is contained in:
parent
46e2f21f5e
commit
0b343b1c73
3 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.24 2008/05/25 19:23:02 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2009/05/22 20:19:19 tnn Exp $
|
||||
#
|
||||
|
||||
DISTNAME= XaoS-3.3
|
||||
DISTNAME= XaoS-3.4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xaos/}
|
||||
|
||||
|
@ -27,6 +27,7 @@ SUBST_SED.paths= -e 's,/usr/share/locale,${PREFIX}/${PKGLOCALEDIR}/locale,g'
|
|||
|
||||
INSTALLATION_DIRS= ${PKGINFODIR}
|
||||
|
||||
CHECK_PORTABILITY_SKIP+= help/applehelpconv
|
||||
BUILDLINK_DEPMETHOD.libXt?= build
|
||||
|
||||
.include "../../math/gsl/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2008/05/25 19:23:02 tnn Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2009/05/22 20:19:19 tnn Exp $
|
||||
bin/xaos
|
||||
info/xaos.info
|
||||
man/man6/xaos.6
|
||||
|
@ -8,6 +8,7 @@ share/XaoS/catalogs/deutsch.cat
|
|||
share/XaoS/catalogs/english.cat
|
||||
share/XaoS/catalogs/espanhol.cat
|
||||
share/XaoS/catalogs/francais.cat
|
||||
share/XaoS/catalogs/italiano.cat
|
||||
share/XaoS/catalogs/magyar.cat
|
||||
share/XaoS/catalogs/romanian.cat
|
||||
share/XaoS/doc/AUTHORS
|
||||
|
@ -231,6 +232,7 @@ share/locale/de/LC_MESSAGES/xaos.mo
|
|||
share/locale/es/LC_MESSAGES/xaos.mo
|
||||
share/locale/fr/LC_MESSAGES/xaos.mo
|
||||
share/locale/hu/LC_MESSAGES/xaos.mo
|
||||
share/locale/it/LC_MESSAGES/xaos.mo
|
||||
share/locale/ro/LC_MESSAGES/xaos.mo
|
||||
@dirrm share/XaoS/tutorial
|
||||
@dirrm share/XaoS/help
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.11 2008/05/25 19:23:02 tnn Exp $
|
||||
$NetBSD: distinfo,v 1.12 2009/05/22 20:19:19 tnn Exp $
|
||||
|
||||
SHA1 (XaoS-3.3.tar.gz) = 5db620bef3c147fa3cbf4bd0acfb706d8d3f6823
|
||||
RMD160 (XaoS-3.3.tar.gz) = e294ece165742b48ef5c1e7d38de2820bdef9171
|
||||
Size (XaoS-3.3.tar.gz) = 1638245 bytes
|
||||
SHA1 (XaoS-3.4.tar.gz) = 4e419715ae0479fa3a20ed5f48ede7ad222f2d10
|
||||
RMD160 (XaoS-3.4.tar.gz) = 37ce4728940e80c2876792650aa656236893d5f7
|
||||
Size (XaoS-3.4.tar.gz) = 1977108 bytes
|
||||
SHA1 (patch-aa) = f4327652392714bbe27e4655de40f7208a528990
|
||||
SHA1 (patch-ac) = 98355581b4d45f927d58722cacb39ec83b7a540e
|
||||
SHA1 (patch-ad) = e783ed91ba611af333256a660d537bcf77992893
|
||||
|
|
Loading…
Reference in a new issue