- migrated to Exherbo
- added a few initial Pantheon components
This commit is contained in:
parent
cb6360a7e8
commit
2d2bbbc830
85 changed files with 931 additions and 2 deletions
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
CMAKE_MAKEFILE_GENERATOR="ninja"
|
||||
VALA_MIN_API_VERSION="0.26"
|
||||
|
||||
inherit git-r3 cmake-utils vala
|
||||
|
||||
DESCRIPTION="A searchable command palette in every modern GTK+ application"
|
||||
HOMEPAGE="https://github.com/p-e-w/plotinus"
|
||||
EGIT_REPO_URI="https://github.com/p-e-w/plotinus.git"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="$(vala_depend)
|
||||
>=x11-libs/gtk+-3.20.9"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare () {
|
||||
vala_src_prepare
|
||||
sed -i -e "/NAMES/s:valac:${VALAC}:" cmake/FindVala.cmake || die
|
||||
echo "GTK3_MODULES=\"${EPREFIX}/usr/lib/libplotinus.so\"" > "${S}"/99plotinus
|
||||
cmake-utils_src_prepare
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dolib.so "${BUILD_DIR}"/libplotinus.so
|
||||
doenvd "${S}"/99plotinus
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue