Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164806 Details for
Bug 204294
www-client/opera: use upstream desktop file instead of ebuild-generated
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
opera.ebuild.diff
opera.ebuild.diff (text/plain), 1.83 KB, created by
Pacho Ramos
on 2008-09-07 12:12:04 UTC
(
hide
)
Description:
opera.ebuild.diff
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2008-09-07 12:12:04 UTC
Size:
1.83 KB
patch
obsolete
>--- /usr/portage/www-client/opera/opera-9.52.ebuild 2008-08-25 20:37:09.000000000 +0200 >+++ /usr/local/portage/www-client/opera/opera-9.52.ebuild 2008-09-07 13:58:28.000000000 +0200 >@@ -105,7 +105,19 @@ > unpack ${A} > opera_cd > >- epatch "${FILESDIR}/${PN}-9.00-install.patch" >+# epatch "${FILESDIR}/${PN}-9.00-install.patch" >+ >+ # Stop warning about failed checksum >+ epatch "${FILESDIR}/${PN}-9.51-no_md5check.patch" >+ >+ # Adapt installer to be used on a Gentoo system >+ epatch "${FILESDIR}/${PN}-9.51-add_gentoo4.patch" >+ >+ # Force install script to use the method we need >+ epatch "${FILESDIR}/${PN}-9.51-simplify_desktop.patch" >+ >+ # Stop warning about files that would be ignored >+ epatch "${FILESDIR}/${PN}-9.51-nowarn.patch" > > # bug #181300: > if use elibc_FreeBSD; then >@@ -144,8 +156,6 @@ > # Opera's native installer. > ./install.sh --prefix="${D}"/opt/opera || die "install.sh failed" > >- einfo "It is safe to ignore warnings about failed checksums" >- einfo "and about files that would be ignored ..." > einfo "Completing the installation where install.sh abandoned us ..." > > # java workaround >@@ -154,18 +164,8 @@ > dosed /opt/opera/bin/opera > dosed /opt/opera/share/opera/java/opera.policy > >- # Install the icons >- insinto /usr/share/pixmaps >- doins usr/share/pixmaps/opera.xpm >- >- local res >- for res in 16x16 22x22 32x32 48x48 ; do >- insinto /usr/share/icons/hicolor/${res}/apps >- doins usr/share/icons/hicolor/${res}/apps/opera.png >- done >- >- # Install the menu entry >- make_desktop_entry opera Opera /usr/share/pixmaps/opera.xpm 'Network;WebBrowser;Email;FileTransfer;IRCClient' >+ # Adapt desktop file to Gnome when needed >+ use gnome && sed -i -e s:"GenericName\[":"Comment\[": "${D}"/usr/share/applications/opera.desktop > > # Install a symlink /usr/bin/opera > dodir /usr/bin
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 Raw
Actions:
View
Attachments on
bug 204294
:
140089
|
164803
|
164804
| 164806 |
164811