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 @@ - 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 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 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