ukui-base/ukui-window-switch - 3.0.1 (ukui)

Search

Package Information

Description:
Front of the window switcher in UKUI desktop environment.
Homepage:
https://github.com/ukui/ukui-window-switch
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit qmake-utils

DESCRIPTION="Front of the window switcher in UKUI desktop environment."
HOMEPAGE="https://github.com/ukui/ukui-window-switch"
SRC_URI="https://github.com/ukui/ukui-window-switch/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-qt/qtcore
	dev-qt/qtx11extras
	kde-frameworks/kglobalaccel
	kde-frameworks/kwayland
	x11-libs/gsettings-qt
	x11-libs/libwnck:3
	"
RDEPEND="${DEPEND}"

src_configure() {
	eqmake5 PREFIX=/usr
}

src_compile() {
	emake
}

src_install() {
	emake INSTALL_ROOT="${D}" install
}

Dependencies

DEPEND

	dev-qt/qtcore
	dev-qt/qtx11extras
	kde-frameworks/kglobalaccel
	kde-frameworks/kwayland
	x11-libs/gsettings-qt
	x11-libs/libwnck:3
	

RDEPEND

	dev-qt/qtcore
	dev-qt/qtx11extras
	kde-frameworks/kglobalaccel
	kde-frameworks/kwayland
	x11-libs/gsettings-qt
	x11-libs/libwnck:3
	

Manifest for 3.0.1

Type File Size Source URLs
DIST ukui-window-switch-3.0.1.tar.gz 4389813 bytes https://github.com/ukui/ukui-window-switch/archive/v3.0.1.tar.gz