Diff openbox-3.6.1-r11 with a openbox-9999
| /usr/portage/x11-wm/openbox/openbox-9999.ebuild 2025-07-29 16:22:17.984470439 +0300 | ||
|---|---|---|
| 14 | 14 |
EGIT_REPO_URI="https://github.com/Mikachu/openbox.git" |
| 15 | 15 |
else |
| 16 | 16 |
SRC_URI="http://openbox.org/dist/openbox/${P}.tar.gz"
|
| 17 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~x86-linux" |
|
| 17 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x86-linux" |
|
| 18 | 18 |
fi |
| 19 | 19 | |
| 20 | 20 |
SRC_URI+=" branding? ( https://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" |
| ... | ... | |
| 59 | 59 |
"${FILESDIR}/${PN}-3.5.2-gnome-session.patch"
|
| 60 | 60 |
# see https://github.com/danakj/openbox/pull/35 |
| 61 | 61 |
"${FILESDIR}/${PN}-3.6.1-py3-xdg.patch"
|
| 62 |
# https://bugs.gentoo.org/827227 |
|
| 63 |
"${FILESDIR}/${PN}-3.6.1-getgrent-to-getgroups.patch"
|
|
| 64 |
# https://bugs.gentoo.org/901777 |
|
| 65 |
"${FILESDIR}/${PN}-3.6.1-glib-2.76.patch"
|
|
| 66 | 62 |
) |
| 67 | 63 | |
| 68 | 64 |
pkg_setup() {
|