public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-12.02.patch fotoxx-11.12.1.patch
@ 2012-02-04 15:06 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2012-02-04 15:06 UTC (permalink / raw
  To: gentoo-commits

grozin      12/02/04 15:06:15

  Added:                fotoxx-12.02.patch
  Removed:              fotoxx-11.12.1.patch
  Log:
  Version bump
  
  (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/files/fotoxx-12.02.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-12.02.patch?rev=1.1&content-type=text/plain

Index: fotoxx-12.02.patch
===================================================================
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 ?= -O3 -g -Wall
-LDFLAGS ?= -O3 -g -Wall -rdynamic
+CXXFLAGS += -Wall
+LDFLAGS += -rdynamic
 PREFIX ?= /usr
@@ -14,3 +14,3 @@
 LOCALESDIR = $(SHAREDIR)/locales
-DOCDIR = $(PREFIX)/share/doc/fotoxx
+DOCDIR = $(PREFIX)/share/doc/$(PF)
 MANDIR = $(PREFIX)/share/man/man1
@@ -18,3 +18,3 @@
 
-CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0`
+CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0`
 LIBS = `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)
 
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}
    






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-04 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 15:06 [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-12.02.patch fotoxx-11.12.1.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