diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-02 15:27:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-02 15:27:21 +0000 |
commit | 70b9219783d4c815773d0835a1b702ffb2b69942 (patch) | |
tree | c2281eefca3e2dcae5ad0f210d33658587b88962 /games-board/xboard | |
parent | ppc64 stable wrt #365573 (diff) | |
download | gentoo-2-70b9219783d4c815773d0835a1b702ffb2b69942.tar.gz gentoo-2-70b9219783d4c815773d0835a1b702ffb2b69942.tar.bz2 gentoo-2-70b9219783d4c815773d0835a1b702ffb2b69942.zip |
version bump
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-board/xboard')
-rw-r--r-- | games-board/xboard/ChangeLog | 10 | ||||
-rw-r--r-- | games-board/xboard/files/xboard-4.5.1-gentoo.patch | 101 | ||||
-rw-r--r-- | games-board/xboard/xboard-4.5.1.ebuild | 70 |
3 files changed, 179 insertions, 2 deletions
diff --git a/games-board/xboard/ChangeLog b/games-board/xboard/ChangeLog index 44023f2c8fcb..38a233d56c75 100644 --- a/games-board/xboard/ChangeLog +++ b/games-board/xboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/xboard -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/ChangeLog,v 1.38 2010/10/15 13:47:35 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/ChangeLog,v 1.39 2011/05/02 15:27:21 mr_bones_ Exp $ + +*xboard-4.5.1 (01 Mar 2011) + + 01 Mar 2011; Michael Sterrett <mr_bones_@gentoo.org> +xboard-4.5.1.ebuild, + +files/xboard-4.5.1-gentoo.patch: + version bump 15 Oct 2010; Brent Baude <ranger@gentoo.org> xboard-4.4.4.ebuild: stable ppc, bug 340014 diff --git a/games-board/xboard/files/xboard-4.5.1-gentoo.patch b/games-board/xboard/files/xboard-4.5.1-gentoo.patch new file mode 100644 index 000000000000..495ee48d7d34 --- /dev/null +++ b/games-board/xboard/files/xboard-4.5.1-gentoo.patch @@ -0,0 +1,101 @@ +diff -ru xboard-4.5.1.orig/Makefile.am xboard-4.5.1/Makefile.am +--- xboard-4.5.1.orig/Makefile.am 2011-02-08 00:07:46.000000000 -0500 ++++ xboard-4.5.1/Makefile.am 2011-04-07 01:59:35.259757241 -0400 +@@ -33,14 +33,10 @@ + $(ZPY) + xboard_LDADD = -lm @XAW_LIBS@ @X_LIBS@ + +-EXTRA_DIST = pixmaps bitmaps winboard sounds filebrowser/README \ +- xboard.texi gpl.texinfo texi2man texinfo.tex xboard.man xboard.desktop \ +- COPYRIGHT FAQ.html engine-intf.html ics-parsing.txt readme.htm zippy.README \ +- xboard.conf.in SHORTLOG DIFFSTAT history.c +- + DISTCLEANFILES = stamp-h + +-AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' -DBITMAPDIR='"$(datadir)/games/xboard/bitmaps/"' ++bitmapdir = $(datadir) ++AM_CPPFLAGS=-DINFODIR='"$(infodir)"' @X_CFLAGS@ -DSYSCONFDIR='"$(sysconfdir)"' -DBITMAPDIR='"$(bitmapdir)/"' + + info_TEXINFOS = xboard.texi + xboard_TEXINFOS = copyright.texi +@@ -54,21 +50,20 @@ + + ### icon files + +-icondir = $(datadir)/icons/hicolor/48x48/apps ++icondir = /usr/share/icons/hicolor/48x48/apps + dist_icon_DATA = xboard.png +-svgicondir = $(datadir)/icons/hicolor/scalable/apps ++svgicondir = /usr/share/icons/hicolor/scalable/apps + dist_svgicon_DATA = xboard.svg + + + ### desktop files for KDE and gnome + +-Applicationsdir = $(datadir)/applications ++Applicationsdir = /usr/share/applications + Applications_DATA = xboard.desktop + + + ### directory and files to be used as bitmaps + +-bitmapdir = $(datadir)/games/xboard/ + dist_bitmap_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm + + +diff -ru xboard-4.5.1.orig/configure.ac xboard-4.5.1/configure.ac +--- xboard-4.5.1.orig/configure.ac 2011-02-20 19:11:12.000000000 -0500 ++++ xboard-4.5.1/configure.ac 2011-04-07 00:51:46.421901524 -0400 +@@ -133,30 +133,17 @@ + + dnl | test if user wants ot use Xaw3d or Xaw + +-dnl | add configure option for Xaw3d +-AC_ARG_WITH([Xaw3d], +- [AS_HELP_STRING([--with-Xaw3d],[use Xaw3d instead of Xaw])], +- [], +- [with_Xaw3d=no]) +- +-dnl | check availability of Xaw3d +-XAW_LIBS= +-AS_IF([test x"$with_Xaw3d" != x"no"], +- [AC_CHECK_LIB([Xaw3d], +- [XawTextReplace], +- [AC_SUBST([XAW_LIBS],["-lXaw3d"]) +- AC_DEFINE([USE_XAW3D], [1], +- [Define if you want to use Xaw3d])], +- [AC_MSG_ERROR([--with-Xaw3d was given, but test for Xaw3d failed. Make sure that you have Xaw3d installed, else you might want to try the configure option --without-Xaw3d])], +- [-lXaw])]) +-dnl | no Xaw3d, check for Xaw +-if test x"$with_Xaw3d" = x"no" ; then +- AC_CHECK_HEADER(X11/Xaw/Dialog.h,xaw_headers="yes", xaw_headers="no") +- if test x"$xaw_headers" = x"no" ; then +- AC_MSG_ERROR([Xaw headers not found. Please install the Xaw package and headers.]) +- fi +- XAW_LIBS="-lXaw" ++AC_ARG_WITH(Xaw3d, ++[ --with-Xaw3d use Xaw3d instead of Xaw], ++[ with_xaw3d="$withval"], [enable_xaw3d="no"]) ++ ++if test "$withval" = yes; then ++ AC_DEFINE(USE_XAW3D) ++ XAW_LIBS="-lXaw3d" ++else ++ XAW_LIBS="-lXaw" + fi ++ + AC_SUBST(XAW_LIBS) + + dnl | end Xaw/Xaw3d test +diff -ru xboard-4.5.1.orig/xboard.h xboard-4.5.1/xboard.h +--- xboard-4.5.1.orig/xboard.h 2011-02-03 11:36:36.000000000 -0500 ++++ xboard-4.5.1/xboard.h 2011-04-07 00:51:46.422901324 -0400 +@@ -104,7 +104,7 @@ + + #define BORDER_X_OFFSET 3 + #define BORDER_Y_OFFSET 27 +-#define FIRST_CHESS_PROGRAM "fairymax" ++#define FIRST_CHESS_PROGRAM "gnuchess" + #define SECOND_CHESS_PROGRAM "fairymax" + #define FIRST_DIRECTORY "." + #define SECOND_DIRECTORY "." diff --git a/games-board/xboard/xboard-4.5.1.ebuild b/games-board/xboard/xboard-4.5.1.ebuild new file mode 100644 index 000000000000..b4de6cd690a0 --- /dev/null +++ b/games-board/xboard/xboard-4.5.1.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.5.1.ebuild,v 1.1 2011/05/02 15:27:21 mr_bones_ Exp $ + +EAPI=2 +inherit autotools eutils games + +DESCRIPTION="GUI for gnuchess and for internet chess servers" +HOMEPAGE="http://www.gnu.org/software/xboard/" +SRC_URI="mirror://gnu/xboard/${P}.tar.gz + mirror://gentoo/${PN}.png" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="Xaw3d +default-font zippy" +RESTRICT="test" #124112 + +RDEPEND="Xaw3d? ( x11-libs/Xaw3d ) + x11-libs/libXpm + x11-libs/libXaw + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXext + x11-libs/libICE + default-font? ( media-fonts/font-adobe-100dpi )" +DEPEND="${RDEPEND} + x11-proto/xproto" + +src_unpack() { + unpack ${P}.tar.gz +} + +src_prepare() { + epatch "${FILESDIR}"/${P}* + sed -i \ + -e '/icons/s:\$(datadir):/usr/share:' \ + Makefile.am \ + || die 'sed failed' + eautoreconf +} + +src_configure() { + egamesconf \ + --disable-dependency-tracking \ + $(use_with Xaw3d) \ + $(use_enable zippy) +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS COPYRIGHT ChangeLog NEWS README TODO ics-parsing.txt + use zippy && dodoc zippy.README + dohtml FAQ.html + doicon "${DISTDIR}"/xboard.png + make_desktop_entry ${PN} "Xboard (Chess)" + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + elog "No chess engines are emerged by default! If you want a chess engine" + elog "to play with, you can emerge gnuchess or crafty." + elog "Read xboard FAQ for information." + if ! use default-font ; then + ewarn "Read the xboard(6) man page for specifying the font for xboard to use." + fi +} |