diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2017-12-18 00:10:04 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2017-12-18 00:13:35 +0100 |
commit | 533e21084f1984e58d9ae4df9d1ef175f41cbe29 (patch) | |
tree | c34038897d20fcba4b95749c20d99056fad8f1ef /gnome-base | |
parent | gnome-extra/gucharmap: version bump 10.0.0 → 10.0.2 (diff) | |
download | gentoo-533e21084f1984e58d9ae4df9d1ef175f41cbe29.tar.gz gentoo-533e21084f1984e58d9ae4df9d1ef175f41cbe29.tar.bz2 gentoo-533e21084f1984e58d9ae4df9d1ef175f41cbe29.zip |
gnome-base/dconf-editor: version bump 3.22.3 → 3.24.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/dconf-editor/Manifest | 1 | ||||
-rw-r--r-- | gnome-base/dconf-editor/dconf-editor-3.24.3.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest index a414e878384b..3953eb4f5b4e 100644 --- a/gnome-base/dconf-editor/Manifest +++ b/gnome-base/dconf-editor/Manifest @@ -1 +1,2 @@ DIST dconf-editor-3.22.3.tar.xz 394760 BLAKE2B 9270d75f64bb0426de2667f7f40d6ec862c3486cc25df7f5103fc3ca4ab6692aaa41b18434a77c7dcb26b0cff4d65f73a0ebb15b07aa48e7e3eb21924a8cf8c6 SHA512 0e1ddce6e970ea23329c6233ed87e6d4541b6f1e991e3159bda44c43b8092a4d983acbca18bbedb88304ac1afb541a15073a261dab9ffe94c94cfd06e3e412dc +DIST dconf-editor-3.24.3.tar.xz 503520 BLAKE2B 57b0b0de36e2bb5cef33e0171e77f506f16f240d5ab4ab79d7689b7541ce445bce4d87753f312cf9353b2aa44d5cb2f7c734050a5f57ba2b7eae9894fb74d0e3 SHA512 10c98df210cd465e21601342963a19cd5a255abfaa6e96c833070db52d13531288237a129471bf9424d7ea8fef4c2cd4954652850bbb57dd161ce9cf99265361 diff --git a/gnome-base/dconf-editor/dconf-editor-3.24.3.ebuild b/gnome-base/dconf-editor/dconf-editor-3.24.3.ebuild new file mode 100644 index 000000000000..3e2a46395979 --- /dev/null +++ b/gnome-base/dconf-editor/dconf-editor-3.24.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Graphical tool for editing the dconf configuration database" +HOMEPAGE="https://git.gnome.org/browse/dconf-editor" + +LICENSE="LGPL-2.1+" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" + +COMMON_DEPEND=" + dev-libs/appstream-glib + >=dev-libs/glib-2.46.0:2 + >=gnome-base/dconf-0.25.1 + >=x11-libs/gtk+-3.22.0:3 +" +DEPEND="${COMMON_DEPEND} + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" +RDEPEND="${COMMON_DEPEND} + !<gnome-base/dconf-0.22[X] +" + +src_configure() { + gnome2_src_configure \ + VALAC="$(type -P true)" +} |