Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66685 Details for
Bug 100512
x11-misc/kflog needs arts to build, but arts isn't a dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
kflog-2.1.1.ebuild.patch
kflog-2.1.1.ebuild.patch (text/plain), 1.09 KB, created by
Krzysztof Pawlik (RETIRED)
on 2005-08-23 13:37:24 UTC
(
hide
)
Description:
kflog-2.1.1.ebuild.patch
Filename:
MIME Type:
Creator:
Krzysztof Pawlik (RETIRED)
Created:
2005-08-23 13:37:24 UTC
Size:
1.09 KB
patch
obsolete
>--- /usr/portage/x11-misc/kflog/kflog-2.1.1.ebuild 2005-07-28 23:36:08.000000000 +0200 >+++ kflog-2.1.1.ebuild 2005-08-23 21:51:15.000000000 +0200 >@@ -17,7 +17,8 @@ > sys-apps/grep > sys-devel/gcc > virtual/libc >- sys-libs/zlib" >+ sys-libs/zlib >+ arts? ( kde-base/arts )" > > RDEPEND="dev-libs/expat > media-libs/fontconfig >@@ -34,6 +35,35 @@ > > need-kde 3 > >+src_unpack() { >+ unpack ${A} >+ if ! use arts; then >+ einfo "Removing arts checks..." >+ cd ${S} >+ sed -i -e '488,489d' -e '508,509d' acinclude.m4 >+ einfo "Running autotools..." >+ aclocal >+ automake >+ autoconf >+ einfo "Fixing all Makefile.in..." >+ perl admin/am_edit \ >+ po/Makefile.in \ >+ doc/en/Makefile.in \ >+ doc/Makefile.in \ >+ kflog/pics/Makefile.in \ >+ kflog/map-icons/small/Makefile.in \ >+ kflog/map-icons/Makefile.in \ >+ kflog/Makefile.in \ >+ kflog/guicontrols/Makefile.in \ >+ kflog/kfrfil/Makefile.in \ >+ kflog/kfrgcs/Makefile.in \ >+ kflog/kfrgmn/Makefile.in \ >+ kflog/kfrxcu/Makefile.in \ >+ kflog/kfrxsp/Makefile.in \ >+ Makefile.in >+ fi >+} >+ > src_install() { > kde_src_install > rm -rf ${D}/usr/share/doc/HTML
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 100512
:
65547
|
65548
| 66685