diff --git a/office/misc/xournalpp/actions.py b/office/misc/xournalpp/actions.py
index 85e9c6980d..9a02c5f5ad 100644
--- a/office/misc/xournalpp/actions.py
+++ b/office/misc/xournalpp/actions.py
@@ -13,17 +13,15 @@ def setup():
# shelltools.export("CFLAGS", "-lpthread")
pisitools.cxxflags.add("-Wno-unused-result -Wno-deprecated-declarations")
- shelltools.makedirs("build")
- shelltools.cd("build")
- cmaketools.configure("-DCMAKE_BUILD_TYPE=Release", sourceDir = '..')
+ cmaketools.configure("-B_build -DCMAKE_BUILD_TYPE=Release")
def build():
- shelltools.cd("build")
+ shelltools.cd("_build")
cmaketools.make()
cmaketools.make("translations")
def install():
- shelltools.cd("build")
+ shelltools.cd("_build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("../AUTHORS", "../CHANGELOG.md", "../LICENSE", "../README.md")
diff --git a/office/misc/xournalpp/pspec.xml b/office/misc/xournalpp/pspec.xml
index 927607caa4..de80305e5a 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/1.1.0.tar.gz
+
+ https://github.com/xournalpp/xournalpp/archive/refs/tags/v1.1.1.tar.gz
git
@@ -65,6 +65,13 @@
+
+ 2022-04-14
+ 1.1.1
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-07-21
1.1.0