From 6a5f51eaff71817b835facef37363f01b02dbe27 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 28 Nov 2022 20:39:59 +0300 Subject: [PATCH 1/4] xournal++. --- office/misc/xournalpp/actions.py | 19 +++++-------------- office/misc/xournalpp/pspec.xml | 12 +++++++++--- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/office/misc/xournalpp/actions.py b/office/misc/xournalpp/actions.py index 9a02c5f5ad..89b73ddbab 100644 --- a/office/misc/xournalpp/actions.py +++ b/office/misc/xournalpp/actions.py @@ -4,25 +4,16 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import shelltools -from pisi.actionsapi import cmaketools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get +from pisi.actionsapi import cmaketools, pisitools, get def setup(): -# shelltools.export("CFLAGS", "-lpthread") - pisitools.cxxflags.add("-Wno-unused-result -Wno-deprecated-declarations") - cmaketools.configure("-B_build -DCMAKE_BUILD_TYPE=Release") def build(): - shelltools.cd("_build") - cmaketools.make() - cmaketools.make("translations") + cmaketools.make("-C _build") + cmaketools.make("-C _build translations") def install(): - shelltools.cd("_build") - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("../AUTHORS", "../CHANGELOG.md", "../LICENSE", "../README.md") + cmaketools.install("-C _build install") + pisitools.dodoc("AUTHORS", "CHANGELOG.md") diff --git a/office/misc/xournalpp/pspec.xml b/office/misc/xournalpp/pspec.xml index de80305e5a..d33e435bd1 100644 --- a/office/misc/xournalpp/pspec.xml +++ b/office/misc/xournalpp/pspec.xml @@ -15,8 +15,8 @@ Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux, macOS and Windows 10. Supports pen input from devices such as Wacom Tablets. - - https://github.com/xournalpp/xournalpp/archive/refs/tags/v1.1.1.tar.gz + + https://github.com/xournalpp/xournalpp/archive/refs/tags/v1.1.3.tar.gz git @@ -65,6 +65,13 @@ + + 2022-11-28 + 1.1.3 + Version bump. + fury + uglyside@yandex.ru + 2022-04-14 1.1.1 @@ -88,4 +95,3 @@ - From 422ef28facdc64d42b305e69c5d32cb72bd3edd7 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 28 Nov 2022 20:46:28 +0300 Subject: [PATCH 2/4] zathura. --- office/misc/zathura/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/office/misc/zathura/pspec.xml b/office/misc/zathura/pspec.xml index 9868c16ce4..915233bc0f 100644 --- a/office/misc/zathura/pspec.xml +++ b/office/misc/zathura/pspec.xml @@ -13,8 +13,8 @@ office.misc A document viewer. zathura is a highly customizable and functional document viewer. It provides a minimalistic and space saving interface as well as an easy usage that mainly focuses on keyboard interaction. - - https://pwmt.org/projects/zathura/download/zathura-0.5.1.tar.xz + + https://pwmt.org/projects/zathura/download/zathura-0.5.2.tar.xz git @@ -73,6 +73,13 @@ + + 2022-11-28 + 0.5.2 + Version bump. + fury + uglyside@yandex.ru + 2022-09-24 0.5.1 From 56a7d4114dd7b30dab23bf528c020e96e26109eb Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 28 Nov 2022 20:47:19 +0300 Subject: [PATCH 3/4] zathura-pdf-poppler. --- office/misc/zathura-pdf-poppler/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/office/misc/zathura-pdf-poppler/pspec.xml b/office/misc/zathura-pdf-poppler/pspec.xml index c7c441184f..16f970431e 100644 --- a/office/misc/zathura-pdf-poppler/pspec.xml +++ b/office/misc/zathura-pdf-poppler/pspec.xml @@ -13,8 +13,8 @@ office.misc PDF support (poppler backend) for zathura. The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler rendering library. - - https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/0.3.0/zathura-pdf-poppler-0.3.0.tar.bz2 + + https://pwmt.org/projects/zathura-pdf-poppler/download/zathura-pdf-poppler-0.3.1.tar.xz meson @@ -37,6 +37,13 @@ + + 2022-11-28 + 0.3.1 + Version bump. + fury + uglyside@yandex.ru + 2022-06-11 0.3.0 From 1f62e44fda1c7ab7829847d28ebc2189b1c1c0d4 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 28 Nov 2022 20:56:25 +0300 Subject: [PATCH 4/4] zathura-djvu: rebuild. --- office/misc/zathura-djvu/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/misc/zathura-djvu/pspec.xml b/office/misc/zathura-djvu/pspec.xml index 6dce2b97b6..ef1e85978a 100644 --- a/office/misc/zathura-djvu/pspec.xml +++ b/office/misc/zathura-djvu/pspec.xml @@ -38,7 +38,7 @@ - 2022-06-11 + 2022-11-28 0.2.9 First build. fury