Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 529334 Details for
Bug 654596
=dev-libs/appstream-glib-0.7.9 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
appstream-glib-0.7.8.ebuild.diff
appstream-glib-0.7.8.ebuild.diff (text/plain), 1.31 KB, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2018-05-02 11:46:32 UTC
(
hide
)
Description:
appstream-glib-0.7.8.ebuild.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2018-05-02 11:46:32 UTC
Size:
1.31 KB
patch
obsolete
>--- appstream-glib-0.6.13.ebuild >+++ appstream-glib-0.7.8.ebuild >@@ -2,9 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > > EAPI=6 >-GNOME2_LA_PUNT="yes" > >-inherit bash-completion-r1 gnome2 >+inherit bash-completion-r1 meson > > DESCRIPTION="Provides GObjects and helper methods to read and write AppStream metadata" > HOMEPAGE="https://people.freedesktop.org/~hughsient/appstream-glib/" >@@ -12,8 +11,8 @@ > > LICENSE="LGPL-2.1" > SLOT="0/8" # soname version >-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86" >-IUSE="+introspection nls stemmer" >+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" >+IUSE="doc +introspection nls stemmer" > > RDEPEND=" > app-arch/gcab >@@ -46,16 +45,15 @@ > " > > src_configure() { >- gnome2_src_configure \ >- --enable-builder \ >- --enable-firmware \ >- --enable-fonts \ >- --disable-rpm \ >- --disable-static \ >- --enable-dep11 \ >- --enable-man \ >- $(use_enable nls) \ >- $(use_enable introspection) \ >- $(use_enable stemmer) \ >- --with-bashcompletiondir="$(get_bashcompdir)" >+ local emesonargs=( >+ -Dbuilder="true" >+ -Ddep11="true" >+ -Dfonts="true" >+ -Dgtk-doc="$(usex doc true false)" >+ -Dintrospection="$(usex introspection true false)" >+ -Dman="true" >+ -Drpm="false" >+ -Dstemmer="$(usex stemmer 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 654596
:
529332
| 529334