From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Me1Nt-0000ws-E4 for garchives@archives.gentoo.org; Thu, 20 Aug 2009 06:44:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8882EE04D5; Thu, 20 Aug 2009 06:44:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4B867E04D5 for ; Thu, 20 Aug 2009 06:44:28 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id F2ADA66EC3 for ; Thu, 20 Aug 2009 06:44:27 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Me1O0-0000lP-Js for gentoo-commits@lists.gentoo.org; Thu, 20 Aug 2009 06:44:36 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-board/gnubg/files: gnubg-20090817-build.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gnubg-20090817-build.patch X-VCS-Directories: games-board/gnubg/files X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Thu, 20 Aug 2009 06:44:36 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 30768c1a-ab6d-4bca-ae28-146b7d9d1789 X-Archives-Hash: ea00c3a07921fe24dee4097654620009 mr_bones_ 09/08/20 06:44:36 Added: gnubg-20090817-build.patch Log: version bump to snapshot releases (bug #156953) - ebuild submitted by M= arijn Schouten (Portage version: 2.1.6.13/cvs/Linux i686) Revision Changes Path 1.1 games-board/gnubg/files/gnubg-20090817-build.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/= files/gnubg-20090817-build.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnubg/= files/gnubg-20090817-build.patch?rev=3D1.1&content-type=3Dtext/plain Index: gnubg-20090817-build.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -ru gnubg.orig/Makefile.am gnubg/Makefile.am --- gnubg.orig/Makefile.am 2009-08-08 22:30:04.000000000 -0400 +++ gnubg/Makefile.am 2009-08-20 02:13:01.696689411 -0400 @@ -2,9 +2,9 @@ =20 ACLOCAL_AMFLAGS =3D -I m4 =20 -AM_CPPFLAGS =3D -DDOCDIR=3D'"$(datadir)/doc/gnubg/"' -DDATADIR=3D'"$(dat= adir)"' -DPKGDATADIR=3D'"$(datadir)/gnubg"' +AM_CPPFLAGS =3D -DDOCDIR=3D'"@docdir@/"' -DDATADIR=3D'"$(datadir)"' -DPK= GDATADIR=3D'"$(datadir)/gnubg"' =20 -SUBDIRS =3D lib doc met po m4 xpm sounds board3d textures scripts flags = fonts non-src pixmaps . +SUBDIRS =3D lib doc met po m4 xpm sounds board3d textures scripts flags = non-src pixmaps . =20 bin_PROGRAMS =3D gnubg makebearoff makehyper bearoffdump makeweights =20 diff -ru gnubg.orig/doc/Makefile.am gnubg/doc/Makefile.am --- gnubg.orig/doc/Makefile.am 2009-08-08 22:30:05.000000000 -0400 +++ gnubg/doc/Makefile.am 2009-08-20 02:10:53.969939597 -0400 @@ -1,6 +1,6 @@ -AM_CPPFLAGS =3D -DDOCDIR=3D'"$(datadir)/doc/gnubg/"' -DDATADIR=3D'"$(dat= adir)"' -DPKGDATADIR=3D'"$(datadir)/gnubg"' -gnubg_helpdir =3D $(datadir)/doc/gnubg/ -gnubg_imagedir =3D $(datadir)/doc/gnubg/images +AM_CPPFLAGS =3D -DDOCDIR=3D'"@docdir@/"' -DDATADIR=3D'"$(datadir)"' -DPK= GDATADIR=3D'"$(datadir)/gnubg"' +gnubg_helpdir =3D @docdir@/ +gnubg_imagedir =3D @docdir@/images gnubg_help_DATA =3D gnubg.html allabout.html gnubg_image_DATA =3D images/1540d81e.png images/16d7944c.png images/1805= dc7d.png \ images/20bc52ca.png images/20d56757.png images/234924dc.png images/= 26e34ea5.png \ diff -ru gnubg.orig/pixmaps/Makefile.am gnubg/pixmaps/Makefile.am --- gnubg.orig/pixmaps/Makefile.am 2008-12-08 22:30:08.000000000 -0500 +++ gnubg/pixmaps/Makefile.am 2009-08-20 02:12:00.050689327 -0400 @@ -1,5 +1,5 @@ -gnubgiconsdir =3D $(datadir) -gnubgpixmapsdir =3D $(pkgdatadir)/pixmaps +gnubgiconsdir =3D /usr/share +gnubgpixmapsdir =3D /usr/share/pixmaps =20 ICONS_16_SCALABLE =3D icons/hicolor/16x16/apps/scalable/gnubg.svg ICONS_16 =3D icons/hicolor/16x16/apps/gnubg.png diff -ru gnubg.orig/po/Makefile.in.in gnubg/po/Makefile.in.in --- gnubg.orig/po/Makefile.in.in 2008-09-29 22:30:08.000000000 -0400 +++ gnubg/po/Makefile.in.in 2009-08-20 02:09:51.838814286 -0400 @@ -28,8 +28,8 @@ datarootdir =3D @datarootdir@ datadir =3D @datadir@ libdir =3D @libdir@ -localedir =3D $(libdir)/locale -gnulocaledir =3D $(datadir)/locale +localedir =3D @localedir@ +gnulocaledir =3D @localedir@ gettextsrcdir =3D $(datadir)/glib-2.0/gettext/po subdir =3D po =20