xournal++.

This commit is contained in:
4fury-c3440d8
2022-11-28 20:39:59 +03:00
parent 9824a5b0fd
commit 6a5f51eaff
2 changed files with 14 additions and 17 deletions
+5 -14
View File
@@ -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")
+9 -3
View File
@@ -15,8 +15,8 @@
<Description>
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.
</Description>
<Archive sha1sum="47d191fcd96202f6a331176f5b9a022761aa04a2" type="targz">
https://github.com/xournalpp/xournalpp/archive/refs/tags/v1.1.1.tar.gz
<Archive sha1sum="a0182f5fd4742d600849bf3d2aefc9c62d2a8538" type="targz">
https://github.com/xournalpp/xournalpp/archive/refs/tags/v1.1.3.tar.gz
</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-11-28</Date>
<Version>1.1.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-14</Date>
<Version>1.1.1</Version>
@@ -88,4 +95,3 @@
</Update>
</History>
</PISI>