Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-12.11.patch fotoxx-12.09.1.patch
Date: Sat, 03 Nov 2012 16:05:01
Message-Id: 20121103160445.0FF4C215FF@flycatcher.gentoo.org
1 grozin 12/11/03 16:04:44
2
3 Added: fotoxx-12.11.patch
4 Removed: fotoxx-12.09.1.patch
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux i686, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 media-gfx/fotoxx/files/fotoxx-12.11.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-12.11.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-12.11.patch?rev=1.1&content-type=text/plain
15
16 Index: fotoxx-12.11.patch
17 ===================================================================
18 diff -r -U1 fotoxx-12.11.orig/Makefile fotoxx-12.11/Makefile
19 --- fotoxx-12.11.orig/Makefile 2012-11-01 17:20:02.000000000 +0700
20 +++ fotoxx-12.11/Makefile 2012-11-03 22:19:23.000000000 +0700
21 @@ -5,4 +5,4 @@
22 # defaults for parameters that may be pre-defined
23 -CXXFLAGS ?= -O3 -g -Wall
24 -LDFLAGS ?= -O3 -g -Wall -rdynamic
25 +CXXFLAGS += -Wall -Wno-deprecated-declarations
26 +LDFLAGS += -rdynamic
27 PREFIX ?= /usr
28 @@ -14,3 +14,3 @@
29 LOCALESDIR = $(SHAREDIR)/locales
30 -DOCDIR = $(PREFIX)/share/doc/fotoxx
31 +DOCDIR = $(PREFIX)/share/doc/$(PF)
32 MANDIR = $(PREFIX)/share/man/man1
33 @@ -18,3 +18,3 @@
34
35 -CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0`
36 +CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0`
37 LIBS = `pkg-config --libs gtk+-3.0`
38 @@ -75,5 +75,2 @@
39 rm -f fotoxx.1.gz
40 - # menu (desktop) file
41 - cp -f desktop $(DESTDIR)$(MENUFILE)
42 - xdg-desktop-menu install $(DESTDIR)$(MENUFILE)
43
44 @@ -84,3 +81,2 @@
45 rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz
46 - xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
47 rm -f $(DESTDIR)$(MENUFILE)
48 diff -r -U1 fotoxx-12.11.orig/zfuncs.cc fotoxx-12.11/zfuncs.cc
49 --- fotoxx-12.11.orig/zfuncs.cc 2012-11-01 17:20:02.000000000 +0700
50 +++ fotoxx-12.11/zfuncs.cc 2012-11-03 22:21:34.000000000 +0700
51 @@ -3278,3 +3278,3 @@
52 strncatv(zlocalesdir,199,work,"/share/",zappname,"/locales",null); // /prefix/share/appname/locales
53 - strncatv(zdocdir,199,work,"/share/doc/",zappname,null); // /prefix/share/doc/appname
54 + strncatv(zdocdir,199,work,"/share/doc/",PF,null); // /prefix/share/doc/$(PF)