Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 530554 Details for
Bug 655304
[gnome overlay] app-crypt/seahorse-9999 is using meson now
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
seahorse-9999.ebuild
seahorse-9999.ebuild (text/plain), 1.83 KB, created by
cyrillic
on 2018-05-09 02:12:05 UTC
(
hide
)
Description:
seahorse-9999.ebuild
Filename:
MIME Type:
Creator:
cyrillic
Created:
2018-05-09 02:12:05 UTC
Size:
1.83 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit gnome2 >if [[ ${PV} = 9999 ]]; then > SRC_URI="" > EGIT_REPO_URI="https://git.gnome.org/browse/seahorse" > inherit meson vala git-r3 >fi > >DESCRIPTION="A GNOME application for managing encryption keys" >HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse" > >LICENSE="GPL-2+ FDL-1.1+" >SLOT="0" >IUSE="ldap zeroconf" >if [[ ${PV} = 9999 ]]; then > KEYWORDS="" >else > KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >fi > >COMMON_DEPEND=" > >=app-crypt/gcr-3.11.91:= > >=dev-libs/glib-2.44 > >=x11-libs/gtk+-3.22.0:3 > >=app-crypt/libsecret-0.16 > >=net-libs/libsoup-2.33.92:2.4 > x11-misc/shared-mime-info > > net-misc/openssh > >=app-crypt/gpgme-1.7.0 > >=app-crypt/gnupg-2.0.12 > > ldap? ( net-nds/openldap:= ) > zeroconf? ( >=net-dns/avahi-0.6:= ) >" >DEPEND="${COMMON_DEPEND} > app-text/yelp-tools > dev-util/gdbus-codegen > >=dev-util/intltool-0.35 > dev-util/itstool > sys-devel/gettext > virtual/pkgconfig >" ># Need seahorse-plugins git snapshot >RDEPEND="${COMMON_DEPEND} > !<app-crypt/seahorse-plugins-2.91.0_pre20110114 >" >if [[ ${PV} = 9999 ]]; then > DEPEND="${DEPEND} > $(vala_depend) > app-crypt/gcr[vala] > app-text/yelp-tools" >fi > >src_prepare() { > # Do not mess with CFLAGS with USE="debug" > #sed -e '/CFLAGS="$CFLAGS -g/d' \ > # -e '/CFLAGS="$CFLAGS -O0/d' \ > # -i configure.ac configure || die "sed 1 failed" > > vala_src_prepare > gnome2_src_prepare >} > >src_configure() { > local emesonargs=() > if [[ ${PV} != 9999 ]]; then > emesonargs="${emesonargs} VALAC=$(type -P true)" > fi > # bindir is needed due to bad macro expansion in desktop file, bug #508610 > emesonargs+=( > --bindir=/usr/bin > -Dpgp-support=true > -Dpkcs11-support=true > -Dhkp-support=true > -Dldap-support=$(usex ldap true false) > -Dkey-sharing=$(usex zeroconf true false) > ) > meson_src_configure >}
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 655304
:
530554
|
534208
|
534210
|
534316
|
534362
|
534364
|
534600
|
537140
|
537142
|
555332