Diff quassel-0.14.0-r4 with a quassel-9999
/usr/portage/net-irc/quassel/quassel-9999.ebuild 2025-02-03 17:39:35.882677820 +0300 | ||
---|---|---|
11 | 11 |
SRC_URI="https://github.com/quassel/quassel/archive/refs/tags/${PV/_/-}.tar.gz -> ${P}.tar.gz" |
12 | 12 |
else |
13 | 13 |
SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2" |
14 |
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~amd64-linux" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" |
|
15 | 15 |
fi |
16 | 16 |
S="${WORKDIR}/${MY_P}" |
17 | 17 |
else |
... | ... | |
101 | 101 | |
102 | 102 |
DOCS=( AUTHORS ChangeLog README.md ) |
103 | 103 | |
104 |
PATCHES=( |
|
105 |
"${FILESDIR}/${P}-cxxflags.patch" |
|
106 |
"${FILESDIR}/${P}-fix-desktop-application-name.patch" |
|
107 |
"${FILESDIR}/${P}-fix-exec-script.patch" |
|
108 |
"${FILESDIR}/${P}-fix-mpris-script.patch" |
|
109 |
"${FILESDIR}/${P}-fix-notifyrc.patch" |
|
110 |
) |
|
111 | ||
112 | 104 |
src_configure() { |
113 | 105 |
local mycmakeargs=( |
114 | 106 |
-DUSE_CCACHE=OFF |