Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 650678 Details for
Bug 733834
www-client/odysseus new package request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
odysseus-1.7.0.ebuild
odysseus-1.7.0.ebuild (text/plain), 834 bytes, created by
Dion Moult
on 2020-07-25 08:23:17 UTC
(
hide
)
Description:
odysseus-1.7.0.ebuild
Filename:
MIME Type:
Creator:
Dion Moult
Created:
2020-07-25 08:23:17 UTC
Size:
834 bytes
patch
obsolete
># Copyright 2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit meson > >DESCRIPTION="A simple and performant yet powerful elementary OS-style web browser" >HOMEPAGE="https://odysseus.adrian.geek.nz/" >SRC_URI="https://github.com/alcinnz/Odysseus/archive/${PV}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > x11-libs/gtk+:3 > dev-libs/granite > net-libs/webkit-gtk > dev-libs/json-glib > dev-libs/libgee > net-libs/libsoup:2.4 > dev-db/sqlite:3 > dev-libs/libxml2 > dev-libs/appstream > >=app-crypt/gcr-3 > sys-devel/gettext >" >RDEPEND="${DEPEND}" >BDEPEND="" > >MY_PN="Odysseus" >S="${WORKDIR}/${MY_PN}-${PV}" > >src_configure() { > mkdir build > cd build > meson_src_configure >} > >src_compile() { > cd build > meson_src_compile >} > >src_install() { > cd build > meson_src_install >}
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 733834
:
650650
|
650678
|
650694