public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin (grozin)" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fotoxx/files: fotoxx-12.08.patch fotoxx-11.08.1-makefile.patch fotoxx-11.08.1-docdir.patch
Date: Sun,  5 Aug 2012 02:45:31 +0000 (UTC)	[thread overview]
Message-ID: <20120805024531.8F4332004C@flycatcher.gentoo.org> (raw)

grozin      12/08/05 02:45:31

  Added:                fotoxx-12.08.patch
  Removed:              fotoxx-11.08.1-makefile.patch
                        fotoxx-11.08.1-docdir.patch
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

Revision  Changes    Path
1.1                  media-gfx/fotoxx/files/fotoxx-12.08.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-12.08.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/fotoxx/files/fotoxx-12.08.patch?rev=1.1&content-type=text/plain

Index: fotoxx-12.08.patch
===================================================================
diff -r -U1 fotoxx-12.03.orig/Makefile fotoxx-12.03/Makefile
--- fotoxx-12.03.orig/Makefile	2012-03-01 01:57:48.000000000 +0700
+++ fotoxx-12.03/Makefile	2012-03-03 03:56:44.000000000 +0700
@@ -5,4 +5,4 @@
 # defaults for parameters that may be pre-defined
-CXXFLAGS ?= -O3 -g -Wall -Wno-deprecated-declarations
-LDFLAGS ?= -O3 -g -Wall -rdynamic
+CXXFLAGS += -Wall -Wno-deprecated-declarations
+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.03.orig/zfuncs.cc fotoxx-12.03/zfuncs.cc
--- fotoxx-12.03.orig/zfuncs.cc	2012-03-01 01:57:48.000000000 +0700
+++ fotoxx-12.03/zfuncs.cc	2012-03-03 03:58:13.000000000 +0700
@@ -3194,3 +3194,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}
    





                 reply	other threads:[~2012-08-05  2:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120805024531.8F4332004C@flycatcher.gentoo.org \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox