ukui-base/peony - 3.2.3 (ukui)

Search

Package Information

Description:
The File Manager Application of UKUI.
Homepage:
https://github.com/ukui/peony
License:
GPL-3

Ebuild Details

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

EAPI=7

inherit qmake-utils

DESCRIPTION="The File Manager Application of UKUI."
HOMEPAGE="https://github.com/ukui/peony"
SRC_URI="https://github.com/ukui/peony/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="
		app-text/poppler[qt5]
		dev-libs/glib
		dev-qt/qtcore
		dev-qt/qtx11extras
		gnome-base/gvfs
		kde-frameworks/kwindowsystem
		kde-frameworks/kwayland
		media-libs/libcanberra
		sys-fs/udisks
		x11-libs/gsettings-qt
		x11-libs/libnotify
		"
RDEPEND="${DEPEND}"
BDEPEND=""

src_configure() {
	eqmake5
}

src_compile() {
	emake "$@"
}

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

Dependencies

DEPEND

		app-text/poppler[qt5]
		dev-libs/glib
		dev-qt/qtcore
		dev-qt/qtx11extras
		gnome-base/gvfs
		kde-frameworks/kwindowsystem
		kde-frameworks/kwayland
		media-libs/libcanberra
		sys-fs/udisks
		x11-libs/gsettings-qt
		x11-libs/libnotify
		

RDEPEND

		app-text/poppler[qt5]
		dev-libs/glib
		dev-qt/qtcore
		dev-qt/qtx11extras
		gnome-base/gvfs
		kde-frameworks/kwindowsystem
		kde-frameworks/kwayland
		media-libs/libcanberra
		sys-fs/udisks
		x11-libs/gsettings-qt
		x11-libs/libnotify
		

Manifest for 3.2.3

Type File Size Source URLs
DIST peony-3.2.3.tar.gz 2868961 bytes https://github.com/ukui/peony/archive/v3.2.3.tar.gz