Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 574172 Details for
Bug 684326
sys-apps/accountsservice-0.6.55 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
accountsservice-0.6.55.ebuild.diff
accountsservice-0.6.55.ebuild.diff (text/plain), 1.99 KB, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2019-04-26 10:24:30 UTC
(
hide
)
Description:
accountsservice-0.6.55.ebuild.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2019-04-26 10:24:30 UTC
Size:
1.99 KB
patch
obsolete
>--- sys-apps/accountsservice/accountsservice-0.6.50-r1.ebuild >+++ sys-apps/accountsservice/accountsservice-0.6.55.ebuild >@@ -1,10 +1,9 @@ > # Copyright 1999-2019 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > >-EAPI=6 >-GNOME2_EAUTORECONF="yes" >+EAPI=7 > >-inherit gnome2 systemd >+inherit meson systemd > > DESCRIPTION="D-Bus interfaces for querying and manipulating user account information" > HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/" >@@ -12,7 +11,7 @@ > > LICENSE="GPL-3+" > SLOT="0" >-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86" >+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" > > IUSE="doc consolekit elogind +introspection selinux systemd" > REQUIRED_USE="^^ ( consolekit elogind systemd )" >@@ -25,11 +24,10 @@ > introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) > systemd? ( >=sys-apps/systemd-186:0= ) > " >-DEPEND="${CDEPEND} >+DEPEND="${CDEPEND}" >+BDEPEND=" > dev-libs/libxslt > dev-util/gdbus-codegen >- >=dev-util/gtk-doc-am-1.15 >- >=dev-util/intltool-0.40 > sys-devel/gettext > virtual/pkgconfig > doc? ( >@@ -42,20 +40,18 @@ > > PATCHES=( > "${FILESDIR}"/${PN}-0.6.35-gentoo-system-users.patch >- >- # lib: don't set loaded state until seat is fetched (from 'master') >- "${FILESDIR}"/${P}-loaded-state.patch > ) > > src_configure() { >- gnome2_src_configure \ >- --disable-static \ >- --disable-more-warnings \ >- --localstatedir="${EPREFIX}"/var \ >- --enable-admin-group="wheel" \ >- --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \ >- $(use_enable doc docbook-docs) \ >- $(use_enable elogind) \ >- $(use_enable introspection) \ >- $(use_enable systemd) >+ local emesonargs=( >+ --localstatedir="${EPREFIX}/var" >+ -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)" >+ -Dadmin_group="wheel" >+ -Dsystemd="$(usex systemd true false)" >+ -Delogind="$(usex elogind true false)" >+ -Dintrospection="$(usex introspection true false)" >+ -Ddocbook="$(usex doc true false)" >+ -Dgtk-doc="true" >+ ) >+ 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 684326
:
574098
|
574100
|
574170
| 574172 |
637002