mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
gui-apps/paperde: drop 9999
This is severely outdated and does not build. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
a854f1b7b9
commit
5b24cdb22c
@ -1,60 +0,0 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
|
||||
HOMEPAGE="https://gitlab.com/cubocore/paper/paperde"
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
|
||||
else
|
||||
# _alpha -> -alpha
|
||||
MY_PV="${PV/_/-}"
|
||||
SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${MY_PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
kde-frameworks/extra-cmake-modules
|
||||
"
|
||||
DEPEND="
|
||||
dev-libs/libdbusmenu-qt
|
||||
dev-libs/wayland
|
||||
dev-libs/wayland-protocols
|
||||
dev-qt/designer:5
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5[wayland,X]
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5[X]
|
||||
gui-libs/libcprime
|
||||
gui-libs/libcsys
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
gui-libs/wlroots
|
||||
gui-wm/wayfire[X]
|
||||
sys-apps/xdg-desktop-portal
|
||||
x11-misc/qt5ct
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
xdg_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPKGSHAREDPATH="${EPREFIX}/usr/share/paperde"
|
||||
-DPKGCONFPATH="${EPREFIX}/etc/xdg/paperde"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user