* [gentoo-commits] repo/gentoo:master commit in: games-strategy/julius/
@ 2020-12-09 22:44 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2020-12-09 22:44 UTC (permalink / raw
To: gentoo-commits
commit: 7eb00f29fd1edfa3df8af8f6ea813721c03ef9e4
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 22:44:06 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 22:44:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb00f29
games-strategy/julius: Add xdg eclass to handle icon cache
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-strategy/julius/julius-1.4.1.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/games-strategy/julius/julius-1.4.1.ebuild b/games-strategy/julius/julius-1.4.1.ebuild
index 06b33f139f8..811dfaebf3f 100644
--- a/games-strategy/julius/julius-1.4.1.ebuild
+++ b/games-strategy/julius/julius-1.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake
+inherit cmake xdg
DESCRIPTION="Feature-faithful open source re-implementation of Caesar III"
HOMEPAGE="https://github.com/bvschaik/julius"
@@ -20,6 +20,11 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+src_prepare() {
+ cmake_src_prepare
+ xdg_src_prepare
+}
+
src_install() {
insinto /etc/profile.d
doins "${FILESDIR}"/90julius.sh
@@ -29,6 +34,8 @@ src_install() {
}
pkg_postinst() {
+ xdg_pkg_postinst
+
ewarn "Julius requires you to download the original Caesar 3 resources."
ewarn
ewarn "You need to obtain these files from a vendor of the proprietary software."
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/julius/
@ 2020-12-17 9:02 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2020-12-17 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 4a8677c76ee9e7861588d953d1f7f0db3e70e101
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 09:01:30 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 09:01:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8677c7
games-strategy/julius: Keyword 1.4.1 arm64, #760339
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-strategy/julius/julius-1.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-strategy/julius/julius-1.4.1.ebuild b/games-strategy/julius/julius-1.4.1.ebuild
index 811dfaebf3f..bffe7ad8478 100644
--- a/games-strategy/julius/julius-1.4.1.ebuild
+++ b/games-strategy/julius/julius-1.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bvschaik/julius/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
DEPEND="
media-libs/libpng:0=
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/julius/
@ 2022-06-08 7:57 Jakov Smolić
0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2022-06-08 7:57 UTC (permalink / raw
To: gentoo-commits
commit: 5c95311cfc206b7d8379d3dc97340b719c39567d
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 07:56:43 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 07:56:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c95311c
games-strategy/julius: Keyword 1.6.0 ppc64, #850463
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
games-strategy/julius/julius-1.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/julius/julius-1.6.0.ebuild b/games-strategy/julius/julius-1.6.0.ebuild
index 31fae63d4296..5730e843db21 100644
--- a/games-strategy/julius/julius-1.6.0.ebuild
+++ b/games-strategy/julius/julius-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bvschaik/julius/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="AGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
DEPEND="
media-libs/libpng:=
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-strategy/julius/
@ 2024-11-25 23:36 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2024-11-25 23:36 UTC (permalink / raw
To: gentoo-commits
commit: 056fb380dbebc8ddff0d172e41efc63081aa5148
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 23:35:41 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 23:36:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056fb380
games-strategy/julius: EAPI 8
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-strategy/julius/julius-1.7.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/julius/julius-1.7.0.ebuild b/games-strategy/julius/julius-1.7.0.ebuild
index 6b022059c775..26825180fe53 100644
--- a/games-strategy/julius/julius-1.7.0.ebuild
+++ b/games-strategy/julius/julius-1.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit xdg cmake readme.gentoo-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-25 23:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 23:36 [gentoo-commits] repo/gentoo:master commit in: games-strategy/julius/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2022-06-08 7:57 Jakov Smolić
2020-12-17 9:02 Sam James
2020-12-09 22:44 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox