Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212364 Details for
Bug 296103
app-arch/xarchiver: 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]
xarchiver-0.5.2.diff
xarchiver-0.5.2.diff (text/plain), 1.70 KB, created by
Daniel Pielmeier
on 2009-12-07 18:19:41 UTC
(
hide
)
Description:
xarchiver-0.5.2.diff
Filename:
MIME Type:
Creator:
Daniel Pielmeier
Created:
2009-12-07 18:19:41 UTC
Size:
1.70 KB
patch
obsolete
>--- xarchiver-0.5.2.ebuild.old 2009-09-03 04:35:19.000000000 +0200 >+++ xarchiver-0.5.2.ebuild 2009-12-06 13:38:01.000000000 +0100 >@@ -2,9 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.2.ebuild,v 1.9 2009/09/03 02:16:46 darkside Exp $ > >-EAPI=1 >+EAPI=2 >+EAUTORECONF=yes > >-inherit eutils fdo-mime gnome2-utils >+inherit xfconf > > DESCRIPTION="a GTK+ based and advanced archive manager that can be used with Thunar" > HOMEPAGE="http://xarchiver.xfce.org" >@@ -21,30 +22,16 @@ > dev-util/intltool > dev-util/pkgconfig" > >-src_unpack() { >- unpack ${A} >- cd "${S}" >- epatch "${FILESDIR}"/${P}-stack-smash.patch >-} >- >-src_compile() { >- econf --disable-dependency-tracking $(use_enable debug) >- emake || die "emake failed" >-} >- >-src_install() { >- emake DESTDIR="${D}" install || die "emake install failed" >- dodoc AUTHORS ChangeLog NEWS README TODO >-} >- >-pkg_preinst() { >- gnome2_icon_savelist >+pkg_setup() { >+ PATCHES=( "${FILESDIR}"/${P}-stack-smash.patch "${FILESDIR}"/${P}-doc.patch ) >+ XFCONF="--disable-dependency-tracking >+ --docdir=/usr/share/doc/${PF} >+ $(use_enable debug)" >+# DOCS="AUTHORS ChangeLog NEWS README TODO" > } > > pkg_postinst() { >- fdo-mime_desktop_database_update >- fdo-mime_mime_database_update >- gnome2_icon_cache_update >+ xfconf_pkg_postinst > elog "You need external programs for some formats, including" > elog "7zip - app-arch/p7zip" > elog "arj - app-arch/unarj app-arch/arj" >@@ -54,9 +41,3 @@ > elog "zip - app-arch/unzip app-arch/zip" > elog "Make sure to install xfce-extra/thunar-archive-plugin." > } >- >-pkg_postrm() { >- fdo-mime_desktop_database_update >- fdo-mime_mime_database_update >- gnome2_icon_cache_update >-}
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 296103
: 212364 |
212366
|
212368
|
217200