mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
gui-apps/wlopm: new package, add 0.1.0, 9999
Signed-off-by: Ben Buhse <me@benbuhse.com>
This commit is contained in:
1
gui-apps/wlopm/Manifest
Normal file
1
gui-apps/wlopm/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST wlopm-0.1.0.tar.gz 19004 BLAKE2B bbe69423c70e9a88fc63458011fbb36faef95a162a1444dc22cbd47a15a5b83439737b2610a085a3471b8571237c74203bb1a12048e457874406ba023c14e03c SHA512 a9690051786cfef1f96b574c8afaf35a7e234c0fa3b35b210be1fc1a963304c94f77d60935b32030cc641e87279d58b74f55dd3a6a4fcef905fb9432dd58ecab
|
||||
29
gui-apps/wlopm/wlopm-0.1.0.ebuild
Normal file
29
gui-apps/wlopm/wlopm-0.1.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="wlr-output-power-management-v1 client"
|
||||
HOMEPAGE="https://git.sr.ht/~leon_plickat/wlopm/"
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/wlopm"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~leon_plickat/wlopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/wayland"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-libs/wayland-protocols"
|
||||
|
||||
src_install() {
|
||||
# Need to install to /usr instead of /usr/local
|
||||
# and the Makefile doens't handle DESTDIR properly
|
||||
emake PREFIX="${D}"/usr install
|
||||
}
|
||||
29
gui-apps/wlopm/wlopm-9999.ebuild
Normal file
29
gui-apps/wlopm/wlopm-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="wlr-output-power-management-v1 client"
|
||||
HOMEPAGE="https://git.sr.ht/~leon_plickat/wlopm/"
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/wlopm"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~leon_plickat/wlopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/wayland"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-libs/wayland-protocols"
|
||||
|
||||
src_install() {
|
||||
# Need to install to /usr instead of /usr/local
|
||||
# and the Makefile doens't handle DESTDIR properly
|
||||
emake PREFIX="${D}"/usr install
|
||||
}
|
||||
Reference in New Issue
Block a user