Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52198 Details for
Bug 83409
media-tv/tvtime ebuild cleanup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch over current ebuild.
tvtime.patch (text/plain), 1.54 KB, created by
Diego Elio Pettenò (RETIRED)
on 2005-02-26 14:12:16 UTC
(
hide
)
Description:
Patch over current ebuild.
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2005-02-26 14:12:16 UTC
Size:
1.54 KB
patch
obsolete
>--- /usr/portage/media-tv/tvtime/tvtime-0.9.15.ebuild 2005-02-24 09:16:51.000000000 +0100 >+++ tvtime-0.9.15.ebuild 2005-02-26 23:11:38.515473912 +0100 >@@ -5,7 +5,7 @@ > inherit eutils > > DESCRIPTION="High quality television application for use with video capture cards." >-HOMEPAGE="http://tvtime.net/" >+HOMEPAGE="http://tvtime.sourceforge.net/" > SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > RESTRICT="nomirror" > >@@ -24,32 +24,35 @@ > nls? ( sys-devel/gettext )" > > src_unpack() { >- > unpack ${A} > # use 'tvtime' for the application icon see bug #66293 > sed -i -e "s/tvtime.png/tvtime/" ${S}/docs/net-tvtime.desktop > # patch to adapt to PIC or __PIC__ for pic support > # see bug #74227 > epatch ${FILESDIR}/${P}-pic.patch >- > } > > src_compile() { >- > econf `use_enable nls` \ > `use_with pic` || die "econf failed" > > emake || die "compile problem" >- > } > > src_install () { >- > make DESTDIR=${D} install || die "make install failed" > >+ rm -rf ${D}/usr/share/pixmaps >+ >+ dodir /usr/share/icons/hicolor/16x16/apps/ >+ install -m 644 ${S}/docs/tvtime.16x16.png ${D}/usr/share/icons/hicolor/16x16/apps/tvtime.png >+ dodir /usr/share/icons/hicolor/32x32/apps/ >+ install -m 644 ${S}/docs/tvtime.32x32.png ${D}/usr/share/icons/hicolor/32x32/apps/tvtime.png >+ dodir /usr/share/icons/hicolor/16x16/apps/ >+ install -m 644 ${S}/docs/tvtime.48x48.png ${D}/usr/share/icons/hicolor/48x48/apps/tvtime.png >+ > dohtml docs/html/* > dodoc ChangeLog AUTHORS NEWS README COPYING data/COPYING.* >- > } > > pkg_postinst() { >@@ -61,4 +64,3 @@ > einfo "found at ${HOMEPAGE}help.html" > echo > } >-
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 83409
: 52198