public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
@ 2018-04-17 21:01 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-04-17 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     72073125ebae61654004245e8ddb11c0dcd5f0e9
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 20:57:24 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 21:00:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72073125

games-arcade/kobodeluxe: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/kobodeluxe/kobodeluxe-0.5.1.ebuild | 54 -------------------------
 1 file changed, 54 deletions(-)

diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1.ebuild
deleted file mode 100644
index 26695f44115..00000000000
--- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-MY_P="KoboDeluxe-${PV/_/}"
-DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
-HOMEPAGE="http://www.olofson.net/kobodl/"
-SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
-IUSE="opengl"
-
-DEPEND="media-libs/libsdl
-	media-libs/sdl-image[png]
-	opengl? ( virtual/opengl )"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	unpack ./icons.tar.gz
-}
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-glibc29.patch \
-		"${FILESDIR}"/${P}-glibc2.10.patch
-	# Fix paths
-	sed -i \
-		-e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \
-		-e 's:\$(sharedstatedir)/kobo-deluxe/scores:$(localstatedir)/kobodeluxe:' \
-		configure || die "sed configure failed"
-	sed -i \
-		-e 's:kobo-deluxe:kobodeluxe:' \
-		data/gfx/Makefile.in \
-		data/sfx/Makefile.in || die "sed data/Makefile.in failed"
-}
-
-src_configure() {
-	egamesconf $(use_enable opengl)
-}
-
-src_install () {
-	default
-	newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png
-	make_desktop_entry kobodl "Kobo Deluxe"
-	prepgamesdirs
-	fperms 2775 "${GAMES_STATEDIR}"/${PN}
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
@ 2020-12-25 15:19 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2020-12-25 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c328eea9d6d32ec4ad9bc22373bfd3f094e66d40
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Fri Dec 25 15:19:11 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:19:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c328eea9

games-arcade/kobodeluxe: drop 0.5.1-r1

(Portage version: 3.0.9/hg/Linux x86_64, unsigned Manifest commit)
Closes: https://github.com/gentoo/gentoo/pull/18809
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild | 56 ----------------------
 1 file changed, 56 deletions(-)

diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild
deleted file mode 100644
index ed655d6c5b8..00000000000
--- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-MY_P="KoboDeluxe-${PV/_/}"
-DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
-HOMEPAGE="http://www.olofson.net/kobodl/"
-SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
-IUSE="opengl"
-
-DEPEND="media-libs/libsdl
-	media-libs/sdl-image[png]
-	opengl? ( virtual/opengl )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	unpack ./icons.tar.gz
-}
-
-src_prepare() {
-	default
-	eapply \
-		"${FILESDIR}"/${P}-glibc29.patch \
-		"${FILESDIR}"/${P}-glibc2.10.patch
-	# Fix paths
-	sed -i \
-		-e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \
-		-e 's:\$(sharedstatedir)/kobo-deluxe/scores:$(localstatedir)/kobodeluxe:' \
-		configure || die "sed configure failed"
-	sed -i \
-		-e 's:kobo-deluxe:kobodeluxe:' \
-		data/gfx/Makefile.in \
-		data/sfx/Makefile.in || die "sed data/Makefile.in failed"
-}
-
-src_configure() {
-	econf $(use_enable opengl)
-}
-
-src_install() {
-	default
-	newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png
-	make_desktop_entry kobodl "Kobo Deluxe"
-	keepdir /var/lib/${PN}
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
@ 2021-08-19  0:39 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-08-19  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     cc5711b5d7361555490a74a439872e065e29a30a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:14:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:38:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5711b5

games-arcade/kobodeluxe: add libsdl[joystick] dep

Closes: https://bugs.gentoo.org/743001
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{kobodeluxe-0.5.1-r2.ebuild => kobodeluxe-0.5.1-r3.ebuild} | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r2.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild
similarity index 94%
rename from games-arcade/kobodeluxe/kobodeluxe-0.5.1-r2.ebuild
rename to games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild
index b813ddc2a1b..8f68045c4f6 100644
--- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r2.ebuild
+++ b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild
@@ -1,27 +1,27 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit desktop
 
 MY_P="KoboDeluxe-${PV/_/}"
 DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
 HOMEPAGE="http://www.olofson.net/kobodl/"
 SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
 IUSE="opengl"
 
-DEPEND="media-libs/libsdl
+DEPEND="media-libs/libsdl[joystick]
 	media-libs/sdl-image[png]
 	opengl? ( virtual/opengl )
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${MY_P}"
-
 PATCHES=(
 	"${FILESDIR}"/${P}-glibc29.patch
 	"${FILESDIR}"/${P}-glibc2.10.patch
@@ -36,11 +36,13 @@ src_unpack() {
 
 src_prepare() {
 	default
+
 	# Fix paths
 	sed -i \
 		-e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \
 		-e 's:\$(sharedstatedir)/kobo-deluxe/scores:$(localstatedir)/kobodeluxe:' \
 		configure || die "sed configure failed"
+
 	sed -i \
 		-e 's:kobo-deluxe:kobodeluxe:' \
 		data/gfx/Makefile.in \
@@ -53,6 +55,7 @@ src_configure() {
 
 src_install() {
 	default
+
 	newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png
 	make_desktop_entry kobodl "Kobo Deluxe"
 	keepdir /var/lib/${PN}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
@ 2022-12-19  7:23 Ionen Wolkens
  0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2022-12-19  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d1ad0e56582d6afdfe95eba6b13d5bd5280ca55c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 06:41:15 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 07:11:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ad0e56

games-arcade/kobodeluxe: drop 0.5.1-r3

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild | 62 ----------------------
 1 file changed, 62 deletions(-)

diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild
deleted file mode 100644
index 8f68045c4f6a..000000000000
--- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-MY_P="KoboDeluxe-${PV/_/}"
-DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
-HOMEPAGE="http://www.olofson.net/kobodl/"
-SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
-IUSE="opengl"
-
-DEPEND="media-libs/libsdl[joystick]
-	media-libs/sdl-image[png]
-	opengl? ( virtual/opengl )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-glibc29.patch
-	"${FILESDIR}"/${P}-glibc2.10.patch
-	"${FILESDIR}"/${P}-clang.patch
-)
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}" || die
-	unpack ./icons.tar.gz
-}
-
-src_prepare() {
-	default
-
-	# Fix paths
-	sed -i \
-		-e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \
-		-e 's:\$(sharedstatedir)/kobo-deluxe/scores:$(localstatedir)/kobodeluxe:' \
-		configure || die "sed configure failed"
-
-	sed -i \
-		-e 's:kobo-deluxe:kobodeluxe:' \
-		data/gfx/Makefile.in \
-		data/sfx/Makefile.in || die "sed data/Makefile.in failed"
-}
-
-src_configure() {
-	econf $(use_enable opengl)
-}
-
-src_install() {
-	default
-
-	newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png
-	make_desktop_entry kobodl "Kobo Deluxe"
-	keepdir /var/lib/${PN}
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
@ 2023-03-01 15:55 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2023-03-01 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d9b5abb81a24688d540833e9124bb22fd853efcb
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 15:55:04 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 15:55:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b5abb8

games-arcade/kobodeluxe: Update icon cache

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild
index e3d86250f0f4..9b6eb4bfb0f3 100644
--- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild
+++ b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit desktop
+inherit desktop xdg
 
 MY_P="KoboDeluxe-${PV/_/}"
 DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
@ 2024-11-22 23:22 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-11-22 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     22eaa894650e176b657066ba208a355191fcb6fa
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Nov 21 16:35:28 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 23:22:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22eaa894

games-arcade/kobodeluxe: fix calling AR directly

Closes: https://bugs.gentoo.org/761694
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-arcade/kobodeluxe/kobodeluxe-0.5.1-r5.ebuild | 75 ++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r5.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r5.ebuild
new file mode 100644
index 000000000000..0ec2a391fc60
--- /dev/null
+++ b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r5.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg toolchain-funcs
+
+MY_P="KoboDeluxe-${PV/_/}"
+DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
+HOMEPAGE="http://www.olofson.net/kobodl/"
+SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="opengl"
+
+DEPEND="media-libs/libsdl[joystick]
+	media-libs/sdl-image[png]
+	opengl? ( virtual/opengl )
+"
+RDEPEND="${DEPEND}
+	acct-group/gamestat
+"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-glibc29.patch
+	"${FILESDIR}"/${P}-glibc2.10.patch
+	"${FILESDIR}"/${P}-clang.patch
+	"${FILESDIR}"/${P}-midi-crash-fix.patch
+)
+
+src_unpack() {
+	unpack ${A}
+	cd "${S}" || die
+	unpack ./icons.tar.gz
+}
+
+src_prepare() {
+	default
+
+	# Fix paths
+	sed -i \
+		-e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \
+		-e "s:\$(sharedstatedir)/kobo-deluxe/scores:${EPREFIX}/var/games/kobodeluxe:" \
+		configure || die "sed configure failed"
+
+	sed -i \
+		-e 's:kobo-deluxe:kobodeluxe:' \
+		data/gfx/Makefile.in \
+		data/sfx/Makefile.in || die "sed data/Makefile.in failed"
+}
+
+src_configure() {
+	econf $(use_enable opengl)
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)" #bug 761694
+}
+
+src_install() {
+	default
+
+	for size in 16 22 32 48 64 128; do
+		newicon -s "${size}" icons/KDE/icons/${size}x${size}/kobodl.png KoboDeluxe.png
+	done
+	make_desktop_entry kobodl "Kobo Deluxe" KoboDeluxe
+
+	keepdir /var/games/kobodeluxe
+	fowners -R :gamestat /var/games/kobodeluxe/ /usr/bin/kobodl
+	fperms g+s /usr/bin/kobodl
+	fperms -R g+w /var/games/kobodeluxe
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/
@ 2024-11-22 23:22 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-11-22 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7e0b42c27cfac717014ddf9546ab7223977e99d9
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Nov 21 16:35:41 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 23:22:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0b42c2

games-arcade/kobodeluxe: drop old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/39399
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild | 70 ----------------------
 1 file changed, 70 deletions(-)

diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild
deleted file mode 100644
index b010d805782e..000000000000
--- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit desktop xdg
-
-MY_P="KoboDeluxe-${PV/_/}"
-DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up"
-HOMEPAGE="http://www.olofson.net/kobodl/"
-SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="opengl"
-
-DEPEND="media-libs/libsdl[joystick]
-	media-libs/sdl-image[png]
-	opengl? ( virtual/opengl )
-"
-RDEPEND="${DEPEND}
-	acct-group/gamestat
-"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-glibc29.patch
-	"${FILESDIR}"/${P}-glibc2.10.patch
-	"${FILESDIR}"/${P}-clang.patch
-	"${FILESDIR}"/${P}-midi-crash-fix.patch
-)
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}" || die
-	unpack ./icons.tar.gz
-}
-
-src_prepare() {
-	default
-
-	# Fix paths
-	sed -i \
-		-e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \
-		-e "s:\$(sharedstatedir)/kobo-deluxe/scores:${EPREFIX}/var/games/kobodeluxe:" \
-		configure || die "sed configure failed"
-
-	sed -i \
-		-e 's:kobo-deluxe:kobodeluxe:' \
-		data/gfx/Makefile.in \
-		data/sfx/Makefile.in || die "sed data/Makefile.in failed"
-}
-
-src_configure() {
-	econf $(use_enable opengl)
-}
-
-src_install() {
-	default
-
-	for size in 16 22 32 48 64 128; do
-		newicon -s "${size}" icons/KDE/icons/${size}x${size}/kobodl.png KoboDeluxe.png
-	done
-	make_desktop_entry kobodl "Kobo Deluxe" KoboDeluxe
-
-	keepdir /var/games/kobodeluxe
-	fowners -R :gamestat /var/games/kobodeluxe/ /usr/bin/kobodl
-	fperms g+s /usr/bin/kobodl
-	fperms -R g+w /var/games/kobodeluxe
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-11-22 23:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-19  0:39 [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-11-22 23:22 Conrad Kostecki
2024-11-22 23:22 Conrad Kostecki
2023-03-01 15:55 Pacho Ramos
2022-12-19  7:23 Ionen Wolkens
2020-12-25 15:19 David Seifert
2018-04-17 21:01 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox