x11-libs/gsettings-qt - 1.1.1 (gentoo-unity7)

Search

Install

Install this version:

emerge -a =x11-libs/gsettings-qt-1.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-libs/gsettings-qt-1.1.1

Or alternatively:

emerge --autounmask-write -a =x11-libs/gsettings-qt-1.1.1

Package Information

Description:
Qml bindings for GSettings.
Homepage:
https://gitlab.com/ubports/development/core/gsettings-qt
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

UVER=
UREV=2

inherit cmake ubuntu-versionator

DESCRIPTION="Qml bindings for GSettings."
HOMEPAGE="https://gitlab.com/ubports/development/core/gsettings-qt"
SRC_URI="${UURL}.orig.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"

COMMON_DEPEND="
	>=dev-libs/glib-2.76.0:2
	>=dev-qt/qtbase-6.10.2:6
	>=dev-qt/qtdeclarative-6.6.0:6
"
RDEPEND="${COMMON_DEPEND}
	>=sys-devel/gcc-5
	>=sys-libs/glibc-2.14
"
DEPEND="${COMMON_DEPEND}
	>=dev-build/cmake-extras-1.8
	x11-apps/xauth
"
BDEPEND="virtual/pkgconfig"

S="${WORKDIR}/${PN}-v${PV}"

src_configure() {
	# Support new multilib layout #
	sed -i "s:/usr/lib:/usr/lib64:" GSettings/CMakeLists.txt

	local mycmakeargs=(
		-DENABLE_QT6=ON
		-Wno-dev
	)
	cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/glib-2.76.0:2
	>=dev-qt/qtbase-6.10.2:6
	>=dev-qt/qtdeclarative-6.6.0:6

	>=dev-build/cmake-extras-1.8
	x11-apps/xauth

RDEPEND

	>=dev-libs/glib-2.76.0:2
	>=dev-qt/qtbase-6.10.2:6
	>=dev-qt/qtdeclarative-6.6.0:6

	>=sys-devel/gcc-5
	>=sys-libs/glibc-2.14

BDEPEND

virtual/pkgconfig