Skip to content

Commit

Permalink
Mon Jul 25 20:21:52 +07 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
perfect7gentleman committed Jul 25, 2016
1 parent da389d9 commit a5dab58
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gnome-base/gsettings-desktop-schemas/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DIST gsettings-desktop-schemas-3.21.2.tar.xz 586964 SHA256 132c95d64d22cfb36bffa8a3c3502b8c6d844b328033b690d787f3da2e09914e SHA512 d7d27eb9d4d1d113975e2978fa41375d49c42ea3b72708c714822e406443e36ec86abb223dca570b6d7bfef0dbe31db82fe33a01c058a4744c40687743cf34e7 WHIRLPOOL df5a3e264c90d866722e48147687cc0d593061fb8161f3213a0680b8de32780ffbde02be9eddc00a11b68871fdde5e9b234770fc7abe9f065f7bf0d0d03a5119
EBUILD gsettings-desktop-schemas-3.21.2.ebuild 791 SHA256 afb3f96f8a2aeb9aa56461e24e9cb700b31fcff72f1499ed136136629c41cd2e SHA512 a5315b175da90c48d271498b377fa38ce31feb3a40967dd8c5184cfa120fdf6c0d3ec7800116df4d321a7d4b6d9cbf33073fad29c9a371e9c3b42c8693aea889 WHIRLPOOL 943532e29aa4ae6785a355cc2fc17d3ac0dac012f867ed096889b45afd691433a94c2b5b9e5c82d253febd588e4e85ea497ae17d81dfb4d200478b22e3cb3659
MISC metadata.xml 249 SHA256 4505b0bfeadff287958620b7dc7b7209699065a8f17139a237a5dd409a726a97 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 WHIRLPOOL 333a938ee1d2124595596c572697bf5ebad523a92ba12005cfb12e6bb6270881a94a911f0cc9c1cf2bb571559e8271e07dfd307dabe50058236dbe7103562b92
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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 ~x86-interix ~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)
}
8 changes: 8 additions & 0 deletions gnome-base/gsettings-desktop-schemas/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
</pkgmetadata>

0 comments on commit a5dab58

Please sign in to comment.