forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnome-base/gsettings-desktop-schemas: version bump 3.24.0 → 3.24.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST gsettings-desktop-schemas-3.22.0.tar.xz 598412 SHA256 0f06c7ba34c3a99e4d58b10889496133c9aaad6698ea2d8405d481c7f1a7eae1 SHA512 653198f78f8108222e84c0e94b6b914e03597234a627f1c205fc58a7bf54fdde073ff98cfdce1dccec7da1d8a7cbf648004cd392382d4ff617245cc3e581dfd1 WHIRLPOOL 90e6ca358f1fe0cfe6a28f7080b767ce490adb07c8cf40902dfe7eae87512e401ec40b9e0f84d9d6384391163f97dc8cf460881007ac7c550364a1b3331ace7b | ||
DIST gsettings-desktop-schemas-3.24.0.tar.xz 620780 SHA256 f6573a3f661d22ff8a001cc2421d8647717f1c0e697e342d03c6102f29bbbb90 SHA512 b19fb29da29a3fa114536c0ce94b160f9c589568b626e487b5eca008791e539de9a89a81c69e41f8070b0369e6cfc800fe8b70247ecbab1bc32f24db759037c1 WHIRLPOOL 1d2ee99a2aecc70918b8874dd043b82dc9b43856d349e22f11a8fb198f9b2d535ca049670663d988d9d072436a2ae81c015ab908405cf05ffeb27435204eb20e | ||
DIST gsettings-desktop-schemas-3.24.1.tar.xz 638780 SHA256 76a3fa309f9de6074d66848987214f0b128124ba7184c958c15ac78a8ac7eea7 SHA512 c3970d61cc1c29bf97a39c439b3e0ba5c5d5c0f811e17b8884f106f095b159dd0c43cb90e02561edcc26e15b2b887e960d38de1c0e7498413db0c63102f15833 WHIRLPOOL effa6117a749308cc5d5c281880b662b18e37c709f708070dcaec47824647d0100deb97d065bd5ffd131637c0f30b8419e4c9e128d0081098de3a99a0c8e63ca |
28 changes: 28 additions & 0 deletions
28
gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.24.1.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit gnome2 | ||
|
||
DESCRIPTION="Collection of GSettings schemas for GNOME desktop" | ||
HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas" | ||
|
||
LICENSE="LGPL-2.1+" | ||
SLOT="0" | ||
IUSE="+introspection" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" | ||
|
||
RDEPEND=" | ||
>=dev-libs/glib-2.31:2 | ||
introspection? ( >=dev-libs/gobject-introspection-1.31.0:= ) | ||
!<gnome-base/gdm-3.8 | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-util/intltool-0.50.1 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" | ||
|
||
src_configure() { | ||
gnome2_src_configure $(use_enable introspection) | ||
} |