Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/accountsservice/files/, sys-apps/accountsservice/
Date: Tue, 28 Jun 2016 20:30:37
Message-Id: 1467145778.5fcec34822ca2009d2048c7391ddec3f8a1a9dca.pacho@gentoo
1 commit: 5fcec34822ca2009d2048c7391ddec3f8a1a9dca
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 20:05:31 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:29:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcec348
7
8 sys-apps/accountsservice: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-apps/accountsservice/Manifest | 1 +
13 .../accountsservice/accountsservice-0.6.42.ebuild | 54 ++++++++++++++++++++++
14 ...ccountsservice-0.6.35-gentoo-system-users.patch | 4 +-
15 3 files changed, 57 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/accountsservice/Manifest b/sys-apps/accountsservice/Manifest
18 index 06217c4..bbbaa62 100644
19 --- a/sys-apps/accountsservice/Manifest
20 +++ b/sys-apps/accountsservice/Manifest
21 @@ -1 +1,2 @@
22 DIST accountsservice-0.6.40.tar.xz 367772 SHA256 f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b SHA512 da12a97ca9a2eb69d978fd3b5f46e8dd2e2f3e6f57db027e0b8c8c583c715d45f105c9ddcd1a2a1c4a2f4bfce672431e601a7cd0f063b31675fd6f13b6cb4ef8 WHIRLPOOL 3a12f5e5e68f3b21ec1347a9e1677b8eee10818ced138e35a3b1f61d8814a6af5ad50aed352a0fcbec819d8271c46c8db2e93ea0c7ccbbb5672f0f7e7e4786be
23 +DIST accountsservice-0.6.42.tar.xz 380500 SHA256 e56494c2f18627900b57234e5628923cc16a37bf8fd16b06c46118d6ae9c007e SHA512 b31d77b88793a8264d32963a98ad446537292a134a3f80fabb4e2ce30f796e5f3066d02a27515c993133fa493b511a6abba6ff1a7827b5a54ea6a4f62a7b6fc9 WHIRLPOOL 2da1b5037f2306d93471db8ae792145abded9f33e5014f5ad748bb0d988757a4c5e53e5e64ef69752b6e80041af09a87512b95b1b955cfc75b379d7cec40d496
24
25 diff --git a/sys-apps/accountsservice/accountsservice-0.6.42.ebuild b/sys-apps/accountsservice/accountsservice-0.6.42.ebuild
26 new file mode 100644
27 index 0000000..3e4d0ee
28 --- /dev/null
29 +++ b/sys-apps/accountsservice/accountsservice-0.6.42.ebuild
30 @@ -0,0 +1,54 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +inherit gnome2 systemd
37 +
38 +DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
39 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/"
40 +SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
45 +
46 +IUSE="doc +introspection selinux systemd"
47 +
48 +CDEPEND="
49 + >=dev-libs/glib-2.37.3:2
50 + sys-auth/polkit
51 + introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
52 + systemd? ( >=sys-apps/systemd-186:0= )
53 + !systemd? ( sys-auth/consolekit )
54 +"
55 +DEPEND="${CDEPEND}
56 + dev-libs/libxslt
57 + dev-util/gdbus-codegen
58 + >=dev-util/gtk-doc-am-1.15
59 + >=dev-util/intltool-0.40
60 + sys-devel/gettext
61 + virtual/pkgconfig
62 + doc? (
63 + app-text/docbook-xml-dtd:4.1.2
64 + app-text/xmlto )
65 +"
66 +RDEPEND="${CDEPEND}
67 + selinux? ( sec-policy/selinux-accountsd )
68 +"
69 +
70 +PATCHES=(
71 + "${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch"
72 +)
73 +
74 +src_configure() {
75 + gnome2_src_configure \
76 + --disable-static \
77 + --disable-more-warnings \
78 + --localstatedir="${EPREFIX}"/var \
79 + --enable-admin-group="wheel" \
80 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
81 + $(use_enable doc docbook-docs) \
82 + $(use_enable introspection) \
83 + $(use_enable systemd)
84 +}
85
86 diff --git a/sys-apps/accountsservice/files/accountsservice-0.6.35-gentoo-system-users.patch b/sys-apps/accountsservice/files/accountsservice-0.6.35-gentoo-system-users.patch
87 index 9868e26..39ebf42 100644
88 --- a/sys-apps/accountsservice/files/accountsservice-0.6.35-gentoo-system-users.patch
89 +++ b/sys-apps/accountsservice/files/accountsservice-0.6.35-gentoo-system-users.patch
90 @@ -1,5 +1,5 @@
91 ---- src/user-classify.c.old 2013-12-04 20:29:48.944454769 +0100
92 -+++ src/user-classify.c 2013-12-04 20:32:59.728283477 +0100
93 +--- a/src/user-classify.c.old 2013-12-04 20:29:48.944454769 +0100
94 ++++ b/src/user-classify.c 2013-12-04 20:32:59.728283477 +0100
95 @@ -55,6 +55,48 @@
96 "at",
97 "gdm",