Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: komikku-0.14.0
@ 2020-04-19  8:46 not-chicken
  2020-04-19 11:07 ` [PR PATCH] [Updated] " not-chicken
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: not-chicken @ 2020-04-19  8:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

There is a new pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/21146

New package: komikku-0.14.0
An online/offline comics,manga reader
- Plus  dependencies
- Tested on x86-64
- `python3-pure-protobuf` is using github source because `PYPI` one lacks `LICENSE` file

A patch file from https://github.com/void-linux/void-packages/pull/21146.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-21146.patch --]
[-- Type: text/x-diff, Size: 5016 bytes --]

From 7bfac80764503439c882dc7b69f823df0bd0a787 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:02:02 +0530
Subject: [PATCH 1/4] New package: python3-dateparser-0.7.4

---
 srcpkgs/python3-dateparser/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dateparser/template

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
new file mode 100644
index 00000000000..2de3e35d7b1
--- /dev/null
+++ b/srcpkgs/python3-dateparser/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dateparser'
+pkgname=python3-dateparser
+version=0.7.4
+revision=1
+archs=noarch
+wrksrc=dateparser-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-dateutil python3-regex python3-tzlocal"
+short_desc="Python parser for human readable dates"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/scrapinghub/dateparser"
+distfiles="${PYPI_SITE}/d/dateparser/dateparser-${version}.tar.gz"
+checksum=fb5bfde4795fa4b179fe05c2c25b3981f785de26bec37e247dee1079c63d5689
+
+post_install() {
+	vlicense LICENSE
+}

From e54a064627a4e424167e0c1ebd3a9ab6183e6e33 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:03:17 +0530
Subject: [PATCH 2/4] New package: python3-pure-protobuf-2.0.0

---
 srcpkgs/python3-pure-protobuf/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pure-protobuf/template

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
new file mode 100644
index 00000000000..ffbbf446a3f
--- /dev/null
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pure-protobuf'
+pkgname=python3-pure-protobuf
+version=2.0.0
+revision=1
+archs=noarch
+wrksrc=protobuf-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python implementation of Protocol Buffers data types"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/eigenein/protobuf"
+changelog="https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"
+distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz"
+checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9
+
+post_install() {
+	vlicense LICENSE
+}

From 095b0a82b029af88bb023a4a9d31d84666c29399 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:07 +0530
Subject: [PATCH 3/4] New package: python3-cloudscraper-1.2.33

---
 srcpkgs/python3-cloudscraper/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-cloudscraper/template

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
new file mode 100644
index 00000000000..272b7543d25
--- /dev/null
+++ b/srcpkgs/python3-cloudscraper/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-cloudscraper'
+pkgname=python3-cloudscraper
+version=1.2.33
+revision=1
+archs=noarch
+wrksrc=cloudscraper-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests-toolbelt"
+short_desc="Python module to bypass Cloudflare's anti-bot page"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/venomous/cloudscraper"
+distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
+checksum=2bcd017740c7dc0b8d64b55742638a50960ba82b9fd75fc38b9e94c5cd641aa5
+
+post_install() {
+	vlicense LICENSE
+}

From d391887ca7de14dab7d59ea44408cee14e08d146 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:57 +0530
Subject: [PATCH 4/4] New package: komikku-0.14.0

---
 srcpkgs/komikku/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/komikku/template

diff --git a/srcpkgs/komikku/template b/srcpkgs/komikku/template
new file mode 100644
index 00000000000..111779b5f0a
--- /dev/null
+++ b/srcpkgs/komikku/template
@@ -0,0 +1,19 @@
+# Template file for 'komikku'
+pkgname=komikku
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc=Komikku-v${version}
+build_style=meson
+hostmakedepends="appstream-glib desktop-file-utils glib-devel gettext
+ gobject-introspection pkg-config"
+makedepends="gtk+3-devel libhandy-devel"
+depends="gtk+3 python3-BeautifulSoup4 python3-cloudscraper python3-dateparser
+ python3-lxml python3-magic python3-Pillow python3-pure-protobuf libhandy
+ python3-Unidecode"
+short_desc="Online/offline manga reader for GNOME"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/valos/Komikku"
+distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
+checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473

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

* Re: [PR PATCH] [Updated] New package: komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
@ 2020-04-19 11:07 ` not-chicken
  2020-04-20 18:14 ` Chocimier
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-04-19 11:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

There is an updated pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/21146

New package: komikku-0.14.0
An online/offline comics,manga reader
- Plus  dependencies
- Tested on x86-64
- `python3-pure-protobuf` is using github source because `PYPI` one lacks `LICENSE` file

A patch file from https://github.com/void-linux/void-packages/pull/21146.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-21146.patch --]
[-- Type: text/x-diff, Size: 5042 bytes --]

From 7bfac80764503439c882dc7b69f823df0bd0a787 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:02:02 +0530
Subject: [PATCH 1/4] New package: python3-dateparser-0.7.4

---
 srcpkgs/python3-dateparser/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dateparser/template

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
new file mode 100644
index 00000000000..2de3e35d7b1
--- /dev/null
+++ b/srcpkgs/python3-dateparser/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dateparser'
+pkgname=python3-dateparser
+version=0.7.4
+revision=1
+archs=noarch
+wrksrc=dateparser-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-dateutil python3-regex python3-tzlocal"
+short_desc="Python parser for human readable dates"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/scrapinghub/dateparser"
+distfiles="${PYPI_SITE}/d/dateparser/dateparser-${version}.tar.gz"
+checksum=fb5bfde4795fa4b179fe05c2c25b3981f785de26bec37e247dee1079c63d5689
+
+post_install() {
+	vlicense LICENSE
+}

From e54a064627a4e424167e0c1ebd3a9ab6183e6e33 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:03:17 +0530
Subject: [PATCH 2/4] New package: python3-pure-protobuf-2.0.0

---
 srcpkgs/python3-pure-protobuf/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pure-protobuf/template

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
new file mode 100644
index 00000000000..ffbbf446a3f
--- /dev/null
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pure-protobuf'
+pkgname=python3-pure-protobuf
+version=2.0.0
+revision=1
+archs=noarch
+wrksrc=protobuf-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python implementation of Protocol Buffers data types"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/eigenein/protobuf"
+changelog="https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"
+distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz"
+checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9
+
+post_install() {
+	vlicense LICENSE
+}

From 095b0a82b029af88bb023a4a9d31d84666c29399 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:07 +0530
Subject: [PATCH 3/4] New package: python3-cloudscraper-1.2.33

---
 srcpkgs/python3-cloudscraper/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-cloudscraper/template

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
new file mode 100644
index 00000000000..272b7543d25
--- /dev/null
+++ b/srcpkgs/python3-cloudscraper/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-cloudscraper'
+pkgname=python3-cloudscraper
+version=1.2.33
+revision=1
+archs=noarch
+wrksrc=cloudscraper-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests-toolbelt"
+short_desc="Python module to bypass Cloudflare's anti-bot page"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/venomous/cloudscraper"
+distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
+checksum=2bcd017740c7dc0b8d64b55742638a50960ba82b9fd75fc38b9e94c5cd641aa5
+
+post_install() {
+	vlicense LICENSE
+}

From 0fa37da23688821ce019ef96632bb7f0a971811e Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:57 +0530
Subject: [PATCH 4/4] New package: komikku-0.14.0

---
 srcpkgs/komikku/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/komikku/template

diff --git a/srcpkgs/komikku/template b/srcpkgs/komikku/template
new file mode 100644
index 00000000000..b55b29c4c73
--- /dev/null
+++ b/srcpkgs/komikku/template
@@ -0,0 +1,19 @@
+# Template file for 'komikku'
+pkgname=komikku
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc=Komikku-v${version}
+build_style=meson
+hostmakedepends="appstream-glib desktop-file-utils glib-devel gettext
+ gobject-introspection pkg-config"
+makedepends="gtk+3-devel libhandy-devel"
+depends="gtk+3 python3-BeautifulSoup4 python3-cloudscraper python3-dateparser
+ python3-gobject python3-lxml python3-magic python3-Pillow python3-pure-protobuf
+ libhandy libsecret python3-Unidecode"
+short_desc="Online/offline manga reader for GNOME"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/valos/Komikku"
+distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
+checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473

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

* Re: New package: komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
  2020-04-19 11:07 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-20 18:14 ` Chocimier
  2020-04-20 23:50 ` [PR PATCH] [Updated] " not-chicken
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2020-04-20 18:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21146#issuecomment-616725357

Comment:
komikku needs libnotify, otherwise ok.

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

* Re: [PR PATCH] [Updated] New package: komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
  2020-04-19 11:07 ` [PR PATCH] [Updated] " not-chicken
  2020-04-20 18:14 ` Chocimier
@ 2020-04-20 23:50 ` not-chicken
  2020-04-20 23:52 ` not-chicken
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-04-20 23:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

There is an updated pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/21146

New package: komikku-0.14.0
An online/offline comics,manga reader
- Plus  dependencies
- Tested on x86-64
- `python3-pure-protobuf` is using github source because `PYPI` one lacks `LICENSE` file

A patch file from https://github.com/void-linux/void-packages/pull/21146.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-21146.patch --]
[-- Type: text/x-diff, Size: 5052 bytes --]

From 55a0f4b0bd5ce939b9cc5850aa7b0df91a7ed2a9 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:02:02 +0530
Subject: [PATCH 1/4] New package: python3-dateparser-0.7.4

---
 srcpkgs/python3-dateparser/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dateparser/template

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
new file mode 100644
index 00000000000..2de3e35d7b1
--- /dev/null
+++ b/srcpkgs/python3-dateparser/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dateparser'
+pkgname=python3-dateparser
+version=0.7.4
+revision=1
+archs=noarch
+wrksrc=dateparser-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-dateutil python3-regex python3-tzlocal"
+short_desc="Python parser for human readable dates"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/scrapinghub/dateparser"
+distfiles="${PYPI_SITE}/d/dateparser/dateparser-${version}.tar.gz"
+checksum=fb5bfde4795fa4b179fe05c2c25b3981f785de26bec37e247dee1079c63d5689
+
+post_install() {
+	vlicense LICENSE
+}

From 901efbf449f3dcc43389e5fe18c6da9598155ef3 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:03:17 +0530
Subject: [PATCH 2/4] New package: python3-pure-protobuf-2.0.0

---
 srcpkgs/python3-pure-protobuf/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pure-protobuf/template

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
new file mode 100644
index 00000000000..ffbbf446a3f
--- /dev/null
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pure-protobuf'
+pkgname=python3-pure-protobuf
+version=2.0.0
+revision=1
+archs=noarch
+wrksrc=protobuf-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python implementation of Protocol Buffers data types"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/eigenein/protobuf"
+changelog="https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"
+distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz"
+checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9
+
+post_install() {
+	vlicense LICENSE
+}

From 1cb80891fed322f01499cd0842311c97c10f9abb Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:07 +0530
Subject: [PATCH 3/4] New package: python3-cloudscraper-1.2.33

---
 srcpkgs/python3-cloudscraper/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-cloudscraper/template

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
new file mode 100644
index 00000000000..272b7543d25
--- /dev/null
+++ b/srcpkgs/python3-cloudscraper/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-cloudscraper'
+pkgname=python3-cloudscraper
+version=1.2.33
+revision=1
+archs=noarch
+wrksrc=cloudscraper-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests-toolbelt"
+short_desc="Python module to bypass Cloudflare's anti-bot page"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/venomous/cloudscraper"
+distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
+checksum=2bcd017740c7dc0b8d64b55742638a50960ba82b9fd75fc38b9e94c5cd641aa5
+
+post_install() {
+	vlicense LICENSE
+}

From 0abd72f93a63fdaec14e98c9bb3e530f5e04325e Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:57 +0530
Subject: [PATCH 4/4] New package: komikku-0.14.0

---
 srcpkgs/komikku/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/komikku/template

diff --git a/srcpkgs/komikku/template b/srcpkgs/komikku/template
new file mode 100644
index 00000000000..bdf4bffce32
--- /dev/null
+++ b/srcpkgs/komikku/template
@@ -0,0 +1,19 @@
+# Template file for 'komikku'
+pkgname=komikku
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc=Komikku-v${version}
+build_style=meson
+hostmakedepends="appstream-glib desktop-file-utils glib-devel gettext
+ gobject-introspection pkg-config"
+makedepends="gtk+3-devel libhandy-devel"
+depends="gtk+3 python3-BeautifulSoup4 python3-cloudscraper python3-dateparser
+ python3-gobject python3-lxml python3-magic python3-Pillow python3-pure-protobuf
+ libhandy libnotify libsecret python3-Unidecode"
+short_desc="Online/offline manga reader for GNOME"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/valos/Komikku"
+distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
+checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473

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

* Re: New package: komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
                   ` (2 preceding siblings ...)
  2020-04-20 23:50 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-20 23:52 ` not-chicken
  2020-04-21 18:00 ` Chocimier
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-04-20 23:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/21146#issuecomment-616869852

Comment:
> komikku needs libnotify, otherwise ok.

Thanks!. Added `libnotify` dep to `komikku`

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

* Re: New package: komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
                   ` (3 preceding siblings ...)
  2020-04-20 23:52 ` not-chicken
@ 2020-04-21 18:00 ` Chocimier
  2020-04-21 20:00 ` [PR PATCH] [Updated] " not-chicken
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2020-04-21 18:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21146#issuecomment-617321632

Comment:
Should be also named uppercase, Komikku.

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

* Re: [PR PATCH] [Updated] New package: komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
                   ` (4 preceding siblings ...)
  2020-04-21 18:00 ` Chocimier
@ 2020-04-21 20:00 ` not-chicken
  2020-04-21 20:03 ` New package: Komikku-0.14.0 not-chicken
  2020-04-21 21:59 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-04-21 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

There is an updated pull request by not-chicken against master on the void-packages repository

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/21146

New package: komikku-0.14.0
An online/offline comics,manga reader
- Plus  dependencies
- Tested on x86-64
- `python3-pure-protobuf` is using github source because `PYPI` one lacks `LICENSE` file

A patch file from https://github.com/void-linux/void-packages/pull/21146.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-komikku-21146.patch --]
[-- Type: text/x-diff, Size: 5052 bytes --]

From c5289a65eaff57d955e638f2ba20457310568dbc Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:02:02 +0530
Subject: [PATCH 1/4] New package: python3-dateparser-0.7.4

---
 srcpkgs/python3-dateparser/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dateparser/template

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
new file mode 100644
index 00000000000..2de3e35d7b1
--- /dev/null
+++ b/srcpkgs/python3-dateparser/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dateparser'
+pkgname=python3-dateparser
+version=0.7.4
+revision=1
+archs=noarch
+wrksrc=dateparser-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-dateutil python3-regex python3-tzlocal"
+short_desc="Python parser for human readable dates"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/scrapinghub/dateparser"
+distfiles="${PYPI_SITE}/d/dateparser/dateparser-${version}.tar.gz"
+checksum=fb5bfde4795fa4b179fe05c2c25b3981f785de26bec37e247dee1079c63d5689
+
+post_install() {
+	vlicense LICENSE
+}

From d041096ecbdd8a7213984b6163b8dbe3ddcfedb0 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:03:17 +0530
Subject: [PATCH 2/4] New package: python3-pure-protobuf-2.0.0

---
 srcpkgs/python3-pure-protobuf/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pure-protobuf/template

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
new file mode 100644
index 00000000000..ffbbf446a3f
--- /dev/null
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pure-protobuf'
+pkgname=python3-pure-protobuf
+version=2.0.0
+revision=1
+archs=noarch
+wrksrc=protobuf-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python implementation of Protocol Buffers data types"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/eigenein/protobuf"
+changelog="https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"
+distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz"
+checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9
+
+post_install() {
+	vlicense LICENSE
+}

From 1ef9ce849433c0b48b5a97cd867cc8298cc8f2d1 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:07 +0530
Subject: [PATCH 3/4] New package: python3-cloudscraper-1.2.33

---
 srcpkgs/python3-cloudscraper/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-cloudscraper/template

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
new file mode 100644
index 00000000000..272b7543d25
--- /dev/null
+++ b/srcpkgs/python3-cloudscraper/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-cloudscraper'
+pkgname=python3-cloudscraper
+version=1.2.33
+revision=1
+archs=noarch
+wrksrc=cloudscraper-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests-toolbelt"
+short_desc="Python module to bypass Cloudflare's anti-bot page"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/venomous/cloudscraper"
+distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
+checksum=2bcd017740c7dc0b8d64b55742638a50960ba82b9fd75fc38b9e94c5cd641aa5
+
+post_install() {
+	vlicense LICENSE
+}

From c35859c576495237e0685ce9f55d7380358bc3b9 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:57 +0530
Subject: [PATCH 4/4] New package: Komikku-0.14.0

---
 srcpkgs/Komikku/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/Komikku/template

diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
new file mode 100644
index 00000000000..e1631c4928d
--- /dev/null
+++ b/srcpkgs/Komikku/template
@@ -0,0 +1,19 @@
+# Template file for 'Komikku'
+pkgname=Komikku
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc=Komikku-v${version}
+build_style=meson
+hostmakedepends="appstream-glib desktop-file-utils glib-devel gettext
+ gobject-introspection pkg-config"
+makedepends="gtk+3-devel libhandy-devel"
+depends="gtk+3 python3-BeautifulSoup4 python3-cloudscraper python3-dateparser
+ python3-gobject python3-lxml python3-magic python3-Pillow python3-pure-protobuf
+ libhandy libnotify libsecret python3-Unidecode"
+short_desc="Online/offline manga reader for GNOME"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/valos/Komikku"
+distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
+checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473

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

* Re: New package: Komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
                   ` (5 preceding siblings ...)
  2020-04-21 20:00 ` [PR PATCH] [Updated] " not-chicken
@ 2020-04-21 20:03 ` not-chicken
  2020-04-21 21:59 ` [PR PATCH] [Merged]: " Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: not-chicken @ 2020-04-21 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/21146#issuecomment-617384778

Comment:
> Should be also named uppercase, Komikku.

Done.

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

* Re: [PR PATCH] [Merged]: New package: Komikku-0.14.0
  2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
                   ` (6 preceding siblings ...)
  2020-04-21 20:03 ` New package: Komikku-0.14.0 not-chicken
@ 2020-04-21 21:59 ` Chocimier
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2020-04-21 21:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There's a merged pull request on the void-packages repository

New package: Komikku-0.14.0
https://github.com/void-linux/void-packages/pull/21146

Description:
An online/offline comics,manga reader
- Plus  dependencies
- Tested on x86-64
- `python3-pure-protobuf` is using github source because `PYPI` one lacks `LICENSE` file

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

end of thread, other threads:[~2020-04-21 21:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  8:46 [PR PATCH] New package: komikku-0.14.0 not-chicken
2020-04-19 11:07 ` [PR PATCH] [Updated] " not-chicken
2020-04-20 18:14 ` Chocimier
2020-04-20 23:50 ` [PR PATCH] [Updated] " not-chicken
2020-04-20 23:52 ` not-chicken
2020-04-21 18:00 ` Chocimier
2020-04-21 20:00 ` [PR PATCH] [Updated] " not-chicken
2020-04-21 20:03 ` New package: Komikku-0.14.0 not-chicken
2020-04-21 21:59 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).