Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306483 Details for
Bug 295100
app-office/passepartout: documentation installed outside /usr/share/doc/${PF}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
passepartout.patch (text/plain), 998 bytes, created by
Ian Delaney (RETIRED)
on 2012-03-24 03:22:20 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-03-24 03:22:20 UTC
Size:
998 bytes
patch
obsolete
>diff -ur passepartout.orig/passepartout-0.7.0.ebuild passepartout/passepartout-0.7.0.ebuild >--- passepartout.orig/passepartout-0.7.0.ebuild 2012-03-24 10:26:46.837473406 +0800 >+++ passepartout/passepartout-0.7.0.ebuild 2012-03-24 11:12:52.094325833 +0800 >@@ -9,7 +9,7 @@ > DESCRIPTION="A DTP application for the X Window System" > HOMEPAGE="http://www.stacken.kth.se/project/pptout/" > >-IUSE="gnome" >+IUSE="gnome examples" > LICENSE="BSD" > SLOT="0" > KEYWORDS="~x86 ~amd64" >@@ -22,8 +22,8 @@ > dev-libs/libsigc++:2 > media-libs/freetype:2 > virtual/fam >+ gnome-base/libgnome > gnome? ( gnome-base/gnome-vfs ) >- gnome?( gnome-base/libgnome ) > " > > RDEPEND="${COMMON_DEPS} >@@ -85,5 +85,13 @@ > > src_install() { > gnome2_src_install >+ rm -rf ${D}usr/share/doc/${PN}/ || die >+ >+ if use examples; then >+ dohtml -r doc/ >+ fi >+ >+ mv ${S}/doc/README ${S}/doc/README_html || die >+ dodoc doc/README_html || die > make_desktop_entry "/usr/bin/passepartout" "Passepartout DTP" "" "GNOME;Application;Graphics" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 295100
: 306483