public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-screenshooter: xfce4-screenshooter-1.7.9-r1.ebuild ChangeLog
Date: Wed,  3 Nov 2010 22:43:11 +0000 (UTC)	[thread overview]
Message-ID: <20101103224311.BFC1220051@flycatcher.gentoo.org> (raw)

ssuominen    10/11/03 22:43:11

  Modified:             xfce4-screenshooter-1.7.9-r1.ebuild ChangeLog
  Log:
  Install HTML manual to /usr/share/doc/${PF}/html.
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild?r1=1.9&r2=1.10

Index: xfce4-screenshooter-1.7.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-screenshooter-1.7.9-r1.ebuild	29 Aug 2010 18:08:34 -0000	1.9
+++ xfce4-screenshooter-1.7.9-r1.ebuild	3 Nov 2010 22:43:11 -0000	1.10
@@ -1,8 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild,v 1.9 2010/08/29 18:08:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild,v 1.10 2010/11/03 22:43:11 ssuominen Exp $
 
-EAPI=2
+EAPI=3
+EAUTORECONF=yes
 inherit xfconf
 
 DESCRIPTION="Xfce4 screenshooter application and panel plugin"
@@ -24,8 +25,20 @@
 	dev-util/pkgconfig"
 
 pkg_setup() {
-	PATCHES=( "${FILESDIR}/${P}-fix-segfault-at-startup.patch" )
-	XFCONF="--disable-dependency-tracking
-		$(use_enable debug)"
+	PATCHES=( "${FILESDIR}"/${P}-fix-segfault-at-startup.patch )
+
+	XFCONF=(
+		--disable-dependency-tracking
+		$(xfconf_use_debug)
+		)
+
 	DOCS="AUTHORS ChangeLog NEWS README TODO"
 }
+
+src_prepare() {
+	sed -i \
+		-e "s:\$(datadir)/xfce4/doc:\$(datadir)/doc/${PF}/html:" \
+		Makefile.am || die
+
+	xfconf_src_prepare
+}



1.82                 xfce-extra/xfce4-screenshooter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	29 Aug 2010 18:08:34 -0000	1.81
+++ ChangeLog	3 Nov 2010 22:43:11 -0000	1.82
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-screenshooter
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.81 2010/08/29 18:08:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.82 2010/11/03 22:43:11 ssuominen Exp $
+
+  03 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  xfce4-screenshooter-1.7.9-r1.ebuild:
+  Install HTML manual to /usr/share/doc/${PF}/html.
 
   29 Aug 2010; Raúl Porcel <armin76@gentoo.org>
   xfce4-screenshooter-1.7.9-r1.ebuild:






             reply	other threads:[~2010-11-03 22:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-03 22:43 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-29 18:08 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-screenshooter: xfce4-screenshooter-1.7.9-r1.ebuild ChangeLog Raul Porcel (armin76)
2010-08-29 18:07 Raul Porcel (armin76)
2010-08-11 20:50 Joseph Jezak (josejx)
2010-08-10 16:00 Jeroen Roovers (jer)
2010-07-23  7:59 Markus Meier (maekke)
2010-07-09 17:00 Samuli Suominen (ssuominen)
2010-06-30 16:16 Christian Faulhammer (fauli)
2010-06-29  7:22 Christoph Mende (angelos)
2010-05-23 10:24 Christoph Mende (angelos)

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=20101103224311.BFC1220051@flycatcher.gentoo.org \
    --to=ssuominen@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