xournal++-1.1.1
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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="339bf9d0548148f1d8c0f9d1ed91f7615a8805c4" type="targz">
|
||||
https://github.com/xournalpp/xournalpp/archive/refs/tags/1.1.0.tar.gz
|
||||
<Archive sha1sum="47d191fcd96202f6a331176f5b9a022761aa04a2" type="targz">
|
||||
https://github.com/xournalpp/xournalpp/archive/refs/tags/v1.1.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
@@ -65,6 +65,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-04-14</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-07-21</Date>
|
||||
<Version>1.1.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user