public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
@ 2021-07-30  9:11 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f5e9e261507b8344644a0dde27d72b6049f85247
Author:     Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
AuthorDate: Thu Jul 29 10:07:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 10:07:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5e9e261

app-text/koodo-reader-bin: new package

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng <shaoyu0209 <AT> tuta.io>

 app-text/koodo-reader-bin/Manifest                 |  1 +
 .../koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild | 39 ++++++++++++++++++++++
 app-text/koodo-reader-bin/metadata.xml             | 11 ++++++
 3 files changed, 51 insertions(+)

diff --git a/app-text/koodo-reader-bin/Manifest b/app-text/koodo-reader-bin/Manifest
new file mode 100644
index 000000000..b5142e2a4
--- /dev/null
+++ b/app-text/koodo-reader-bin/Manifest
@@ -0,0 +1 @@
+DIST Koodo.Reader-1.2.9.rpm 61757900 BLAKE2B fd1fc7b16c516f7992a1a0ae8995e7c0b66fbe64cf15678d84232ed6c8d778dcfa0b06158acad7fba9b59f998b3c2c82b25e177b820f04de1d5258690256b43a SHA512 fa37dbe1726f21c5f170698c8cd6ffa953a43d50329583a4af69768d4c207669c4999445ebe966e275cdcc36faa122213ed7338d41ad50f5f3e9c2c629ff727d

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild
new file mode 100644
index 000000000..9096e1bd8
--- /dev/null
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit rpm xdg desktop
+DESCRIPTION="A modern ebook manager and reader with sync and backup capacities"
+HOMEPAGE="https://koodo.960960.xyz/"
+SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v1.2.9/Koodo.Reader-1.2.9.rpm"
+
+S="${WORKDIR}"
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install(){
+	insinto /opt
+	doins -r "${S}"/opt/Koodo\ Reader
+	dosym ../../opt/Koodo\ Reader/koodo-reader ${EPREFIX}/usr/bin/koodo-reader
+	fperms +x /opt/Koodo\ Reader/koodo-reader
+	insinto /usr
+	doins -r "${S}"/usr/share
+	doins -r "${S}"/usr/lib
+}
+
+pkg_postinst(){
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	xdg_mimeinfo_database_update
+}
+pkg_postrm(){
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+	xdg_mimeinfo_database_update
+}

diff --git a/app-text/koodo-reader-bin/metadata.xml b/app-text/koodo-reader-bin/metadata.xml
new file mode 100644
index 000000000..9c1628886
--- /dev/null
+++ b/app-text/koodo-reader-bin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>shaoyu0209@tuta.io</email>
+		<name>Shaoyu Tseng</name>
+	</maintainer>
+	<upstream>
+	<remote-id type="github">troyeguo/koodo-reader</remote-id>
+</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
  2021-07-30  8:55 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-07-30  9:11 ` Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c7c32b2ff76d304d8335f67452ad63ef4c1e35f0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 08:55:18 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 08:55:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7c32b2f

app-text/koodo-reader-bin: quote unquoted var

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild
index 9096e1bd8..8c170628d 100644
--- a/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild
@@ -20,7 +20,7 @@ BDEPEND=""
 src_install(){
 	insinto /opt
 	doins -r "${S}"/opt/Koodo\ Reader
-	dosym ../../opt/Koodo\ Reader/koodo-reader ${EPREFIX}/usr/bin/koodo-reader
+	dosym ../../opt/Koodo\ Reader/koodo-reader "${EPREFIX}/usr/bin/koodo-reader"
 	fperms +x /opt/Koodo\ Reader/koodo-reader
 	insinto /usr
 	doins -r "${S}"/usr/share


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

* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
  2021-08-24 19:16 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2021-08-24 19:24 ` Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-08-24 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f4d017734716b47d4f4a951a8f7436e919ca9265
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 24 19:16:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 19:16:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4d01773

app-text/koodo-reader-bin: version bump, QA fixes

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-text/koodo-reader-bin/Manifest                  |  2 +-
 ...n-1.2.9.ebuild => koodo-reader-bin-1.3.0.ebuild} | 21 +++++----------------
 2 files changed, 6 insertions(+), 17 deletions(-)

diff --git a/app-text/koodo-reader-bin/Manifest b/app-text/koodo-reader-bin/Manifest
index b5142e2a4..b10027d37 100644
--- a/app-text/koodo-reader-bin/Manifest
+++ b/app-text/koodo-reader-bin/Manifest
@@ -1 +1 @@
-DIST Koodo.Reader-1.2.9.rpm 61757900 BLAKE2B fd1fc7b16c516f7992a1a0ae8995e7c0b66fbe64cf15678d84232ed6c8d778dcfa0b06158acad7fba9b59f998b3c2c82b25e177b820f04de1d5258690256b43a SHA512 fa37dbe1726f21c5f170698c8cd6ffa953a43d50329583a4af69768d4c207669c4999445ebe966e275cdcc36faa122213ed7338d41ad50f5f3e9c2c629ff727d
+DIST Koodo.Reader-1.3.0.rpm 60493844 BLAKE2B 1227a35cf6efba5467267cae1d783cfdcfe3b8c7c06f85a2c78e3e11e50a080600ee9106dafaead1dc95ffdd42b4f7cc2322511dca9f0354fa243ca282b56aff SHA512 2811f878fc327f8db94fddec850cbd25f65533808d915af65578a070e269c49e8b8fe98ddfbcb1a8ab975ad7963dc6f90cd730da333ce9a881c332165e4fb34e

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
similarity index 76%
rename from app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild
rename to app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
index dc6f63fa5..dfd6cba39 100644
--- a/app-text/koodo-reader-bin/koodo-reader-bin-1.2.9.ebuild
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
@@ -6,12 +6,12 @@ EAPI=7
 inherit rpm xdg desktop
 DESCRIPTION="A modern ebook manager and reader with sync and backup capacities"
 HOMEPAGE="https://koodo.960960.xyz/"
-SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v1.2.9/Koodo.Reader-1.2.9.rpm"
+SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v${PV}/Koodo.Reader-${PV}.rpm"
 
 S="${WORKDIR}"
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 -*"
 
 DEPEND="
 	x11-libs/libXcomposite
@@ -25,17 +25,17 @@ DEPEND="
 	net-print/cups
 	x11-libs/libdrm
 	media-libs/mesa
-	x11-libs/gtk+
+	x11-libs/gtk+:3
 	x11-libs/gdk-pixbuf
 	dev-libs/nss
 	x11-libs/pango
 	x11-libs/libxkbcommon
 "
 RDEPEND="${DEPEND}"
-BDEPEND=""
 
 QA_PREBUILT="opt/*"
-src_install(){
+
+src_install() {
 	insinto /opt
 	doins -r "${S}"/opt/Koodo\ Reader
 	dosym ../../opt/Koodo\ Reader/koodo-reader "${EPREFIX}/usr/bin/koodo-reader"
@@ -44,14 +44,3 @@ src_install(){
 	doins -r "${S}"/usr/share
 	doins -r "${S}"/usr/lib
 }
-
-pkg_postinst(){
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}
-pkg_postrm(){
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
@ 2021-09-20  9:41 Andrew Ammerlaan
  0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-09-20  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6d9af161019a43656677a82cb80340e686c1daa4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 09:28:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 09:28:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d9af161

app-text/koodo-reader-bin: fix UnsortedKeywords

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
index dfd6cba39..c7f22da16 100644
--- a/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v${PV}/Koodo
 S="${WORKDIR}"
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 -*"
+KEYWORDS="-* ~amd64"
 
 DEPEND="
 	x11-libs/libXcomposite


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-text/koodo-reader-bin/
  2021-09-21 10:02 [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/ Arthur Zamarin
@ 2021-09-21  9:52 ` Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2021-09-21  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     58c5e263c93e721e4a006fc9e492f545312fbb85
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 09:52:20 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 09:52:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58c5e263

app-text/koodo-reader-bin: remove unused inherit desktop

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
index c7f22da16..6db72d7a5 100644
--- a/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=7
 
-inherit rpm xdg desktop
+inherit rpm xdg
 DESCRIPTION="A modern ebook manager and reader with sync and backup capacities"
 HOMEPAGE="https://koodo.960960.xyz/"
 SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v${PV}/Koodo.Reader-${PV}.rpm"
-
 S="${WORKDIR}"
+
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="-* ~amd64"


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

* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
@ 2021-09-21 10:02 Arthur Zamarin
  2021-09-21  9:52 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
  0 siblings, 1 reply; 9+ messages in thread
From: Arthur Zamarin @ 2021-09-21 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     58c5e263c93e721e4a006fc9e492f545312fbb85
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 09:52:20 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 09:52:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58c5e263

app-text/koodo-reader-bin: remove unused inherit desktop

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
index c7f22da16..6db72d7a5 100644
--- a/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
@@ -3,12 +3,12 @@
 
 EAPI=7
 
-inherit rpm xdg desktop
+inherit rpm xdg
 DESCRIPTION="A modern ebook manager and reader with sync and backup capacities"
 HOMEPAGE="https://koodo.960960.xyz/"
 SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v${PV}/Koodo.Reader-${PV}.rpm"
-
 S="${WORKDIR}"
+
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="-* ~amd64"


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

* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
@ 2022-04-08  2:43 Ronny Gutbrod
  0 siblings, 0 replies; 9+ messages in thread
From: Ronny Gutbrod @ 2022-04-08  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     fa0ad332c3b51b32a7fc55519d408947a6cbfe76
Author:     Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Wed Apr  6 21:48:22 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr  6 21:50:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa0ad332

app-text/koodo-reader-bin: add 1.4.1, drop 1.3.0

Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>

 app-text/koodo-reader-bin/Manifest                                      | 2 +-
 .../{koodo-reader-bin-1.3.0.ebuild => koodo-reader-bin-1.4.1.ebuild}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/koodo-reader-bin/Manifest b/app-text/koodo-reader-bin/Manifest
index b10027d37..8a451f4a3 100644
--- a/app-text/koodo-reader-bin/Manifest
+++ b/app-text/koodo-reader-bin/Manifest
@@ -1 +1 @@
-DIST Koodo.Reader-1.3.0.rpm 60493844 BLAKE2B 1227a35cf6efba5467267cae1d783cfdcfe3b8c7c06f85a2c78e3e11e50a080600ee9106dafaead1dc95ffdd42b4f7cc2322511dca9f0354fa243ca282b56aff SHA512 2811f878fc327f8db94fddec850cbd25f65533808d915af65578a070e269c49e8b8fe98ddfbcb1a8ab975ad7963dc6f90cd730da333ce9a881c332165e4fb34e
+DIST Koodo.Reader-1.4.1.rpm 62384804 BLAKE2B fcf46b8df7690eaba90173e197d2c72280908cf254e0fa8efbf6d57eef14a9096671b654ff28edc68e61705fb517367ecf683302981f20878178d35f4f7129c9 SHA512 b2608a6e5ad52f246faf6e2fa1a8ce16836903603d7a778c3f9b14dd6fa048a5e3ca0efd011438b1f53965054192e5aa9173e917903c112aabf0c346d1824f63

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.4.1.ebuild
similarity index 100%
rename from app-text/koodo-reader-bin/koodo-reader-bin-1.3.0.ebuild
rename to app-text/koodo-reader-bin/koodo-reader-bin-1.4.1.ebuild


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

* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
@ 2023-05-27 17:22 Viorel Munteanu
  0 siblings, 0 replies; 9+ messages in thread
From: Viorel Munteanu @ 2023-05-27 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     587edfbf938c9f1dce588de5af879a267c986ede
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 17:12:06 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 27 17:12:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=587edfbf

app-text/koodo-reader-bin: fix dependencies

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild
index 6db72d7a5..fb09c78f0 100644
--- a/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild
@@ -19,9 +19,7 @@ DEPEND="
 	x11-libs/libXfixes
 	x11-libs/libXrandr
 	media-libs/alsa-lib
-	dev-libs/atk
-	app-accessibility/at-spi2-atk
-	app-accessibility/at-spi2-core
+	>=app-accessibility/at-spi2-core-2.46.0
 	net-print/cups
 	x11-libs/libdrm
 	media-libs/mesa


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

* [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/
@ 2024-01-28 23:02 David Roman
  0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2024-01-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     29d5b91ee7373d7717c6b0b468bea8c2b8c4664c
Author:     Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Sun Jan 28 20:59:56 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 28 20:59:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29d5b91e

app-text/koodo-reader-bin: add 1.6.3

Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>

 app-text/koodo-reader-bin/Manifest                 |  1 +
 .../koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-text/koodo-reader-bin/Manifest b/app-text/koodo-reader-bin/Manifest
index f3fec821a0..6813609dbb 100644
--- a/app-text/koodo-reader-bin/Manifest
+++ b/app-text/koodo-reader-bin/Manifest
@@ -1 +1,2 @@
 DIST Koodo.Reader-1.5.1.rpm 62509777 BLAKE2B 510cf4df644d71d1e7835bb7c88d53f01cf5babcde601ac074e4dd35e04186259378d69cc87fccb7cd7250c3fdb180b69d7da866bcf0c5e079bb9e51af764dad SHA512 42c627d89addaeed0d101ec6d63a1f25ed2a6444a24e100cb9cef8e8159a571e7bf130fa25508e5d37b568fbe1c7187259b23034f0d89dbb35f0a2334832939c
+DIST Koodo.Reader-1.6.3-x86_64.rpm 63583533 BLAKE2B 883ad45ca1596e1c5f7391dbd315876c1d567af2bc495650bd7a843b4054bf35005e9f6cdff937b4c33e777d52c4ba0d616d6b792a136b5ce999f8be7b3bb957 SHA512 e4f0a47625ced6ec6a2fbb48639f38cebee4fec6c9773d1cd8f93605eee2a907abe3e5617fd0ed8c4278b2ce3eb4bc33bb7ea20be3ef7077a6c3050d8b41cc31

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild b/app-text/koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild
new file mode 100644
index 0000000000..9e6b27d327
--- /dev/null
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.6.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rpm xdg
+DESCRIPTION="A modern ebook manager and reader with sync and backup capacities"
+HOMEPAGE="https://koodo.960960.xyz/"
+SRC_URI="https://github.com/troyeguo/koodo-reader/releases/download/v${PV}/Koodo.Reader-${PV}-x86_64.rpm"
+S="${WORKDIR}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+DEPEND="
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	media-libs/alsa-lib
+	>=app-accessibility/at-spi2-core-2.46.0
+	net-print/cups
+	x11-libs/libdrm
+	media-libs/mesa
+	x11-libs/gtk+:3
+	x11-libs/gdk-pixbuf
+	dev-libs/nss
+	x11-libs/pango
+	x11-libs/libxkbcommon
+"
+RDEPEND="${DEPEND}"
+
+QA_PREBUILT="opt/*"
+
+src_install() {
+	insinto /opt
+	doins -r "${S}"/opt/Koodo\ Reader
+	dosym ../../opt/Koodo\ Reader/koodo-reader "${EPREFIX}/usr/bin/koodo-reader"
+	fperms +x /opt/Koodo\ Reader/koodo-reader
+	insinto /usr
+	doins -r "${S}"/usr/share
+	doins -r "${S}"/usr/lib
+}


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

end of thread, other threads:[~2024-01-28 23:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-21 10:02 [gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/ Arthur Zamarin
2021-09-21  9:52 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-01-28 23:02 [gentoo-commits] repo/proj/guru:master " David Roman
2023-05-27 17:22 Viorel Munteanu
2022-04-08  2:43 Ronny Gutbrod
2021-09-20  9:41 Andrew Ammerlaan
2021-08-24 19:16 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-08-24 19:24 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-07-30  9:11 Andrew Ammerlaan
2021-07-30  8:55 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-30  9:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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