Diff trayer-srg-1.1.8-r1 with a trayer-srg-1.1.8-r2
/usr/portage/x11-misc/trayer-srg/trayer-srg-1.1.8-r2.ebuild 2023-10-09 14:52:35.948368513 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
8 | 8 |
DESCRIPTION="trayer fork with multi monitor support and cleaned up codebase" |
9 | 9 |
HOMEPAGE="https://github.com/sargon/trayer-srg" |
10 | 10 |
SRC_URI="https://github.com/sargon/${PN}/archive/${P/-srg/}.tar.gz -> ${P}.tar.gz" |
11 |
S="${WORKDIR}"/${PN}-trayer-${PV} |
|
11 | 12 | |
12 | 13 |
LICENSE="MIT GPL-2+" |
13 | 14 |
SLOT="0" |
... | ... | |
22 | 23 |
DEPEND="${RDEPEND}" |
23 | 24 |
BDEPEND="virtual/pkgconfig" |
24 | 25 | |
25 |
S="${WORKDIR}"/${PN}-trayer-${PV} |
|
26 |
PATCHES=( "${FILESDIR}/${P}-avoid-prestripping-of-files.patch" ) |
|
26 | 27 | |
27 | 28 |
src_configure() { |
28 | 29 |
./configure --prefix="${EPREFIX}" || die |