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 1RthCD-00032x-Vi for garchives@archives.gentoo.org; Sat, 04 Feb 2012 15:06:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17020E0682; Sat, 4 Feb 2012 15:06:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DE40CE0682 for ; Sat, 4 Feb 2012 15:06:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50E8D1B400B for ; Sat, 4 Feb 2012 15:06:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2212) id 24A9920032; Sat, 4 Feb 2012 15:06:15 +0000 (UTC) From: "Andrey Grozin (grozin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grozin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-12.02.patch fotoxx-11.12.1.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: fotoxx-12.02.patch fotoxx-11.12.1.patch X-VCS-Directories: media-gfx/fotoxx/files X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin Content-Type: text/plain; charset=utf8 Message-Id: <20120204150615.24A9920032@flycatcher.gentoo.org> Date: Sat, 4 Feb 2012 15:06:15 +0000 (UTC) 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: bf81a536-0769-490a-b5a1-559b904e2ae6 X-Archives-Hash: ba81ed265fa486ec62bedc476ca4f04a grozin 12/02/04 15:06:15 Added: fotoxx-12.02.patch Removed: fotoxx-11.12.1.patch Log: Version bump =20 (Portage version: 2.2.0_alpha84/cvs/Linux i686) Revision Changes Path 1.1 media-gfx/fotoxx/files/fotoxx-12.02.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/f= iles/fotoxx-12.02.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/f= iles/fotoxx-12.02.patch?rev=3D1.1&content-type=3Dtext/plain Index: fotoxx-12.02.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 -r -U1 fotoxx-12.02.orig/Makefile fotoxx-12.02/Makefile --- fotoxx-12.02.orig/Makefile 2012-01-30 03:31:53.000000000 +0700 +++ fotoxx-12.02/Makefile 2012-02-04 21:39:45.000000000 +0700 @@ -5,4 +5,4 @@ # defaults for parameters that may be pre-defined -CXXFLAGS ?=3D -O3 -g -Wall -LDFLAGS ?=3D -O3 -g -Wall -rdynamic +CXXFLAGS +=3D -Wall +LDFLAGS +=3D -rdynamic PREFIX ?=3D /usr @@ -14,3 +14,3 @@ LOCALESDIR =3D $(SHAREDIR)/locales -DOCDIR =3D $(PREFIX)/share/doc/fotoxx +DOCDIR =3D $(PREFIX)/share/doc/$(PF) MANDIR =3D $(PREFIX)/share/man/man1 @@ -18,3 +18,3 @@ =20 -CFLAGS =3D $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0` +CFLAGS =3D $(CXXFLAGS) -c -DPF=3D\"$(PF)\" `pkg-config --cflags gtk+-3.0= ` LIBS =3D `pkg-config --libs gtk+-3.0` @@ -77,5 +77,2 @@ rm -f fotoxx.1.gz - # menu (desktop) file - cp -f desktop $(DESTDIR)$(MENUFILE) - xdg-desktop-menu install $(DESTDIR)$(MENUFILE) =20 diff -r -U1 fotoxx-12.02.orig/zfuncs.cc fotoxx-12.02/zfuncs.cc --- fotoxx-12.02.orig/zfuncs.cc 2012-01-30 03:31:53.000000000 +0700 +++ fotoxx-12.02/zfuncs.cc 2012-02-04 21:41:25.000000000 +0700 @@ -3169,3 +3169,3 @@ strncatv(zlocalesdir,199,work,"/share/",zappname,"/locales",null); = // /prefix/share/appname/locales - strncatv(zdocdir,199,work,"/share/doc/",zappname,null); = // /prefix/share/doc/appname + strncatv(zdocdir,199,work,"/share/doc/",PF,null); = // /prefix/share/doc/${PF} =20