mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-plugins/wmacpi: EAPI7, improve ebuild
This commit is contained in:
committed by
Bernard Cafarelli
parent
c896a2e41b
commit
c2bb5bfcfa
@@ -1,5 +1,5 @@
|
||||
--- Makefile.orig 2015-01-12 11:27:07.396319323 +0100
|
||||
+++ Makefile 2015-01-12 11:29:21.531298827 +0100
|
||||
--- a/Makefile 2015-01-12 11:27:07.396319323 +0100
|
||||
+++ b/Makefile 2015-01-12 11:29:21.531298827 +0100
|
||||
@@ -13,8 +13,8 @@
|
||||
#OPT = -pg -g
|
||||
|
||||
|
||||
29
x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild
Normal file
29
x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="DockApp ACPI status monitor for laptops"
|
||||
HOMEPAGE="https://www.dockapps.net/wmacpi"
|
||||
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 -ppc -sparc ~x86"
|
||||
|
||||
DEPEND=">=x11-libs/libdockapp-0.7:=
|
||||
x11-libs/libX11"
|
||||
|
||||
S=${WORKDIR}/dockapps
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eapply "${FILESDIR}"/${P}-makefile.patch
|
||||
|
||||
sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)"
|
||||
}
|
||||
Reference in New Issue
Block a user