Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 885872 Details for
Bug 925421
media-gfx/gpicview - Wayland support, live ebuild, version bump to 0.2.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
gpicview-9999.ebuild (text/plain), 1004 bytes, created by
jospezial
on 2024-02-24 14:03:32 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
jospezial
Created:
2024-02-24 14:03:32 UTC
Size:
1004 bytes
patch
obsolete
># Copyright 1999-2024 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit autotools xdg > >DESCRIPTION="A Simple and Fast Image Viewer for X" >HOMEPAGE="http://lxde.sourceforge.net/gpicview" > >if [[ ${PV} != *9999* ]]; then >SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" >KEYWORDS="~alpha amd64 arm arm64 ppc ~riscv x86" >PATCHES=( > "${FILESDIR}/Fix-displaying-images-with-GTK3.patch" > "${FILESDIR}/${PN}-main_win_open-dummy-return.patch" > "${FILESDIR}/${PN}-fix-animated-gifs.patch" > "${FILESDIR}/gpicview-0.2.5-wayland.patch" > ) >else > EGIT_REPO_URI="https://github.com/lxde/gpicview.git" > inherit git-r3 >PATCHES=( > "${FILESDIR}/${PN}-fix-animated-gifs.patch" > "${FILESDIR}/gpicview-0.2.5-wayland.patch" > ) > >fi > >LICENSE="GPL-2" >SLOT="0" > >RDEPEND="media-libs/libjpeg-turbo > x11-libs/gtk+:3[X]" >DEPEND="${RDEPEND} > >=dev-util/intltool-0.40 > sys-devel/gettext > virtual/pkgconfig" > > >src_prepare() { > default > eautoreconf >} > >src_configure() { > econf --enable-gtk3 >}
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 925421
: 885872 |
885873