Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Komikku: update to 1.1.0
@ 2022-10-21 21:37 RunningDroid
  2022-10-22  9:36 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: RunningDroid @ 2022-10-21 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_Komikku
https://github.com/void-linux/void-packages/pull/40088

Komikku: update to 1.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1e0a4d6da1625e639e8fa0141a982947cf47c8ae Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Wed, 12 Oct 2022 11:10:48 -0400
Subject: [PATCH] Komikku: update to 1.1.0.

---
 .../Komikku/patches/fix-appdata-file.patch    | 39 -------------------
 srcpkgs/Komikku/template                      | 12 +++---
 2 files changed, 6 insertions(+), 45 deletions(-)
 delete mode 100644 srcpkgs/Komikku/patches/fix-appdata-file.patch

diff --git a/srcpkgs/Komikku/patches/fix-appdata-file.patch b/srcpkgs/Komikku/patches/fix-appdata-file.patch
deleted file mode 100644
index f43a189bef7d..000000000000
--- a/srcpkgs/Komikku/patches/fix-appdata-file.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/data/info.febvre.Komikku.appdata.xml.in
-+++ b/data/info.febvre.Komikku.appdata.xml.in
-@@ -49,28 +49,28 @@
- 
-     <screenshots>
-         <screenshot type="default">
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/library.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/library.png</image>
-         </screenshot>
-         <screenshot>
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/library-with-categories.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/library-with-categories.png</image>
-         </screenshot>
-         <screenshot>
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/preferences.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/preferences.png</image>
-         </screenshot>
-         <screenshot>
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/explorer.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/explorer.png</image>
-         </screenshot>
-         <screenshot>
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/categories-editor.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/categories-editor.png</image>
-         </screenshot>
-         <screenshot>
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/card-info.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/card-info.png</image>
-         </screenshot>
-         <screenshot>
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/card-chapters.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/card-chapters.png</image>
-         </screenshot>
-         <screenshot>
--            <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/reader.png</image>
-+            <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/reader.png</image>
-         </screenshot>
-     </screenshots>
- 
diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template
index 0fd7cdf7d015..2766be8f72d7 100644
--- a/srcpkgs/Komikku/template
+++ b/srcpkgs/Komikku/template
@@ -1,19 +1,19 @@
 # Template file for 'Komikku'
 pkgname=Komikku
-version=0.40.0
-revision=2
+version=1.1.0
+revision=1
 wrksrc=Komikku-v${version}
 build_style=meson
 hostmakedepends="gettext glib-devel gobject-introspection pkg-config"
-makedepends="gtk+3-devel libhandy1-devel glade3-devel"
-depends="gtk+3 libhandy1 libnotify libsecret python3-BeautifulSoup4
+makedepends="gtk4-devel libadwaita-devel"
+depends="gtk4 libadwaita libnotify libsecret python3-BeautifulSoup4
  python3-Pillow python3-Unidecode python3-cloudscraper python3-dateparser
  python3-gobject python3-keyring python3-lxml python3-magic
- python3-natsort python3-pure-protobuf"
+ python3-natsort python3-pure-protobuf libwebkit2gtk50"
 checkdepends="appstream-glib desktop-file-utils"
 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="https://gitlab.com/valos/Komikku/-/archive/v${version}/Komikku-v${version}.tar.gz"
-checksum=66ed0aa3f4a7bcf049d2263befda42d3740a24662c40c56eeda5c8a06a043534
+checksum=5b85b7a448fdf977dc6e4f40cf9e3384f0fcdad6c25f0d29d22f3769353a20eb

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

* Re: [PR PATCH] [Merged]: Komikku: update to 1.1.0
  2022-10-21 21:37 [PR PATCH] Komikku: update to 1.1.0 RunningDroid
@ 2022-10-22  9:36 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-10-22  9:36 UTC (permalink / raw)
  To: ml

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

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

Komikku: update to 1.1.0
https://github.com/void-linux/void-packages/pull/40088

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-10-22  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 21:37 [PR PATCH] Komikku: update to 1.1.0 RunningDroid
2022-10-22  9:36 ` [PR PATCH] [Merged]: " paper42

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).