Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 691467 Details for
Bug 776286
media-gfx/gpicview-0.2.5-r2 should call xdg_desktop_database_update and xdg_icon_cache_update in pkg_postinst and pkg_postrm phases
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild with necessary functions calls.
gpicview-0.2.5-r2.ebuild (text/plain), 728 bytes, created by
Dmitry Suloev
on 2021-03-15 07:29:27 UTC
(
hide
)
Description:
ebuild with necessary functions calls.
Filename:
MIME Type:
Creator:
Dmitry Suloev
Created:
2021-03-15 07:29:27 UTC
Size:
728 bytes
patch
obsolete
># Copyright 1999-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit xdg-utils > >DESCRIPTION="A Simple and Fast Image Viewer for X" >HOMEPAGE="http://lxde.sourceforge.net/gpicview" >SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86" > >RDEPEND="virtual/jpeg:0 > x11-libs/gtk+:3" >DEPEND="${RDEPEND} > >=dev-util/intltool-0.40 > sys-devel/gettext > virtual/pkgconfig" > >PATCHES=( "${FILESDIR}/Fix-displaying-images-with-GTK3.patch" ) > >src_configure() { > econf --enable-gtk3 >} > >pkg_postinst() { > xdg_desktop_database_update > xdg_icon_cache_update >} > >pkg_postrm() { > xdg_desktop_database_update > xdg_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 Raw
Actions:
View
Attachments on
bug 776286
: 691467