* [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-13.09.2.patch fotoxx-13.04.patch fotoxx-13.05.patch fotoxx-13.06.patch
@ 2013-09-12 15:52 Andrey Grozin (grozin)
0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2013-09-12 15:52 UTC (permalink / raw
To: gentoo-commits
grozin 13/09/12 15:52:59
Added: fotoxx-13.09.2.patch
Removed: fotoxx-13.04.patch fotoxx-13.05.patch
fotoxx-13.06.patch
Log:
Version bump, cleaning old versions
(Portage version: 2.2.3/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Revision Changes Path
1.1 media-gfx/fotoxx/files/fotoxx-13.09.2.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-13.09.2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-13.09.2.patch?rev=1.1&content-type=text/plain
Index: fotoxx-13.09.2.patch
===================================================================
diff -r -U1 fotoxx-13.08.1.orig/Makefile fotoxx-13.08.1/Makefile
--- fotoxx-13.08.1.orig/Makefile 2013-08-13 15:53:00.000000000 +0700
+++ fotoxx-13.08.1/Makefile 2013-08-16 04:37:03.009099149 +0700
@@ -5,4 +5,4 @@
# defaults for parameters that may be pre-defined
-CXXFLAGS ?= -O2 -Wall -ggdb
-LDFLAGS ?= -rdynamic
+CXXFLAGS += -Wall -Wno-deprecated-declarations
+LDFLAGS += -rdynamic
PREFIX ?= /usr
@@ -15,3 +15,3 @@
LOCALESDIR = $(SHAREDIR)/locales
-DOCDIR = $(PREFIX)/share/doc/fotoxx
+DOCDIR = $(PREFIX)/share/doc/$(PF)
MANDIR = $(PREFIX)/share/man/man1
@@ -19,4 +19,4 @@
-CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0`
-LIBS = `pkg-config --libs gtk+-3.0`
+CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0`
+LIBS = `pkg-config --libs gtk+-3.0` -lpthread
@@ -78,3 +78,2 @@
rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz
- xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
rm -f $(DESTDIR)$(MENUFILE)
@@ -97,5 +96,2 @@
rm -f fotoxx.1.gz
- # menu (desktop) file
- cp -f desktop $(DESTDIR)$(MENUFILE)
- xdg-desktop-menu install --novendor $(DESTDIR)$(MENUFILE)
@@ -106,3 +102,2 @@
rm -f $(DESTDIR)$(MANDIR)/fotoxx.1.gz
- xdg-desktop-menu uninstall $(DESTDIR)$(MENUFILE)
rm -f $(DESTDIR)$(MENUFILE)
diff -r -U1 fotoxx-13.08.1.orig/zfuncs.cc fotoxx-13.08.1/zfuncs.cc
--- fotoxx-13.08.1.orig/zfuncs.cc 2013-08-13 15:53:00.000000000 +0700
+++ fotoxx-13.08.1/zfuncs.cc 2013-08-16 04:31:58.882119673 +0700
@@ -3947,3 +3947,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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-12 15:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12 15:52 [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-13.09.2.patch fotoxx-13.04.patch fotoxx-13.05.patch fotoxx-13.06.patch Andrey Grozin (grozin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox