Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pdfpc: update to 4.4.0.
@ 2020-04-01 15:31 mobinmob
  2020-04-01 20:16 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: mobinmob @ 2020-04-01 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages pdfpc
https://github.com/void-linux/void-packages/pull/20548

pdfpc: update to 4.4.0.


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

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

From 971de062a7094c0b7f7da926ba7d09e57d94c9c6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 1 Apr 2020 18:25:44 +0300
Subject: [PATCH] pdfpc: update to 4.4.0.

---
 srcpkgs/pdfpc/patches/ftbfs.patch | 79 -------------------------------
 srcpkgs/pdfpc/template            |  4 +-
 2 files changed, 2 insertions(+), 81 deletions(-)
 delete mode 100644 srcpkgs/pdfpc/patches/ftbfs.patch

diff --git a/srcpkgs/pdfpc/patches/ftbfs.patch b/srcpkgs/pdfpc/patches/ftbfs.patch
deleted file mode 100644
index 250b60808d8..00000000000
--- a/srcpkgs/pdfpc/patches/ftbfs.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-From bbc16b97ecbdcdd22c2dc827a5c0e8b569073312 Mon Sep 17 00:00:00 2001
-From: Evgeny Stambulchik <fnevgeny@gmail.com>
-Date: Sun, 4 Aug 2019 13:13:48 +0300
-Subject: [PATCH] Make constructors of abstract classes protected
-
-This should fix #445.
----
- src/classes/action/action_mapping.vala | 2 +-
- src/classes/drawings/storage.vala      | 2 +-
- src/classes/renderer/cache/base.vala   | 2 +-
- src/classes/timer_label.vala           | 2 +-
- src/classes/view/behaviour/base.vala   | 2 +-
- 5 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/src/classes/action/action_mapping.vala b/src/classes/action/action_mapping.vala
-index 780f80a..0abc307 100644
---- src/classes/action/action_mapping.vala
-+++ src/classes/action/action_mapping.vala
-@@ -48,7 +48,7 @@ namespace pdfpc {
-          * methods, and we need blank objects to call them.  Thus, this blank
-          * constructor.
-          */
--        public ActionMapping() {
-+        protected ActionMapping() {
-             base();
-         }
- 
-diff --git a/src/classes/drawings/storage.vala b/src/classes/drawings/storage.vala
-index 93f85a9..373279e 100644
---- src/classes/drawings/storage.vala
-+++ src/classes/drawings/storage.vala
-@@ -35,7 +35,7 @@ namespace pdfpc.Drawings.Storage {
-          */
-         protected Metadata.Pdf metadata;
- 
--        public Base(Metadata.Pdf metadata) {
-+        protected Base(Metadata.Pdf metadata) {
-             this.metadata = metadata;
-         }
- 
-diff --git a/src/classes/renderer/cache/base.vala b/src/classes/renderer/cache/base.vala
-index 3c4aea0..043a60f 100644
---- src/classes/renderer/cache/base.vala
-+++ src/classes/renderer/cache/base.vala
-@@ -37,7 +37,7 @@ namespace pdfpc.Renderer.Cache {
-         /**
-          * Initialize the cache store
-          */
--        public Base(Metadata.Pdf metadata) {
-+        protected Base(Metadata.Pdf metadata) {
-             this.metadata = metadata;
-         }
- 
-diff --git a/src/classes/timer_label.vala b/src/classes/timer_label.vala
-index 8b55acc..8d689e1 100644
---- src/classes/timer_label.vala
-+++ src/classes/timer_label.vala
-@@ -95,7 +95,7 @@ namespace pdfpc {
-          * Default constructor taking the initial time as argument, as well as
-          * the time to countdown until the talk actually starts.
-          */
--        public TimerLabel(PresentationController controller, time_t start_time = 0) {
-+        protected TimerLabel(PresentationController controller, time_t start_time = 0) {
-             this.controller = controller;
-             this.start_time = start_time;
-         }
-diff --git a/src/classes/view/behaviour/base.vala b/src/classes/view/behaviour/base.vala
-index 4382ba6..46c8808 100644
---- src/classes/view/behaviour/base.vala
-+++ src/classes/view/behaviour/base.vala
-@@ -41,7 +41,7 @@ namespace pdfpc.View {
-         /**
-          * Base constructor not taking any arguments
-          */
--        public Base() {
-+        protected Base() {
-             // Nothing to do here
-         }
- 
diff --git a/srcpkgs/pdfpc/template b/srcpkgs/pdfpc/template
index cd90d35c7b5..c67a28ee0e5 100644
--- a/srcpkgs/pdfpc/template
+++ b/srcpkgs/pdfpc/template
@@ -1,6 +1,6 @@
 # Template file for 'pdfpc'
 pkgname=pdfpc
-version=4.3.4
+version=4.4.0
 revision=1
 wrksrc="pdfpc-${version}"
 build_style=cmake
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://pdfpc.github.io/"
 changelog="https://raw.githubusercontent.com/pdfpc/pdfpc/master/CHANGELOG.txt"
 distfiles="https://github.com/pdfpc/pdfpc/archive/v${version}.tar.gz"
-checksum=cc3ccd7a23990b76dd6083e774d28f63d726a86db3a7f180b1c90596b735d5ed
+checksum=5fc457b081cdf02708436bb708940fd6b689e03fc336d3faab652f0b85592c00
 
 if [ $CROSS_BUILD ]; then
 	hostmakedepends+=" libgee08-devel"

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

* Re: [PR PATCH] [Merged]: pdfpc: update to 4.4.0.
  2020-04-01 15:31 [PR PATCH] pdfpc: update to 4.4.0 mobinmob
@ 2020-04-01 20:16 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2020-04-01 20:16 UTC (permalink / raw)
  To: ml

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

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

pdfpc: update to 4.4.0.
https://github.com/void-linux/void-packages/pull/20548

Description:


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

end of thread, other threads:[~2020-04-01 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 15:31 [PR PATCH] pdfpc: update to 4.4.0 mobinmob
2020-04-01 20:16 ` [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).