Line
Link Here
|
0 |
-- appstream-glib-0.6.13.ebuild |
0 |
++ appstream-glib-0.7.8.ebuild |
Lines 2-10
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI=6 |
4 |
EAPI=6 |
5 |
GNOME2_LA_PUNT="yes" |
|
|
6 |
|
5 |
|
7 |
inherit bash-completion-r1 gnome2 |
6 |
inherit bash-completion-r1 meson |
8 |
|
7 |
|
9 |
DESCRIPTION="Provides GObjects and helper methods to read and write AppStream metadata" |
8 |
DESCRIPTION="Provides GObjects and helper methods to read and write AppStream metadata" |
10 |
HOMEPAGE="https://people.freedesktop.org/~hughsient/appstream-glib/" |
9 |
HOMEPAGE="https://people.freedesktop.org/~hughsient/appstream-glib/" |
Lines 12-19
Link Here
|
12 |
|
11 |
|
13 |
LICENSE="LGPL-2.1" |
12 |
LICENSE="LGPL-2.1" |
14 |
SLOT="0/8" # soname version |
13 |
SLOT="0/8" # soname version |
15 |
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" |
16 |
IUSE="+introspection nls stemmer" |
15 |
IUSE="doc +introspection nls stemmer" |
17 |
|
16 |
|
18 |
RDEPEND=" |
17 |
RDEPEND=" |
19 |
app-arch/gcab |
18 |
app-arch/gcab |
Lines 46-61
Link Here
|
46 |
" |
45 |
" |
47 |
|
46 |
|
48 |
src_configure() { |
47 |
src_configure() { |
49 |
gnome2_src_configure \ |
48 |
local emesonargs=( |
50 |
--enable-builder \ |
49 |
-Dbuilder="true" |
51 |
--enable-firmware \ |
50 |
-Ddep11="true" |
52 |
--enable-fonts \ |
51 |
-Dfonts="true" |
53 |
--disable-rpm \ |
52 |
-Dgtk-doc="$(usex doc true false)" |
54 |
--disable-static \ |
53 |
-Dintrospection="$(usex introspection true false)" |
55 |
--enable-dep11 \ |
54 |
-Dman="true" |
56 |
--enable-man \ |
55 |
-Drpm="false" |
57 |
$(use_enable nls) \ |
56 |
-Dstemmer="$(usex stemmer true false)" |
58 |
$(use_enable introspection) \ |
57 |
) |
59 |
$(use_enable stemmer) \ |
58 |
meson_src_configure |
60 |
--with-bashcompletiondir="$(get_bashcompdir)" |
|
|
61 |
} |
59 |
} |