xournal++-1.2.5

This commit is contained in:
uglyside
2025-02-10 09:13:49 +03:00
parent d060501302
commit d23e2a1d62
3 changed files with 110 additions and 112 deletions
+11 -6
View File
@@ -4,16 +4,21 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools, pisitools, get from pisi.actionsapi import cmaketools, mesontools, pisitools
i = ''.join([
' -DCMAKE_INSTALL_PREFIX=/usr',
' -DCMAKE_BUILD_TYPE=Release',
' -Bbuild -G Ninja -L '
])
def setup(): def setup():
cmaketools.configure("-B_build -DCMAKE_BUILD_TYPE=Release") cmaketools.configure(i)
def build(): def build():
cmaketools.make("-C _build") mesontools.build()
cmaketools.make("-C _build translations")
def install(): def install():
cmaketools.install("-C _build install") mesontools.install()
pisitools.dodoc("AUTHORS", "CHANGELOG.md") pisitools.dodoc("AUTHORS", "copyright.txt", "LICENSE")
@@ -1,12 +0,0 @@
https://bugs.gentoo.org/894720
https://bugs.gentoo.org/895536
--- a/src/view/background/BackgroundConfig.h
+++ b/src/view/background/BackgroundConfig.h
@@ -11,6 +11,7 @@
#pragma once
+#include <cstdint>
#include <map>
#include <string>
+99 -94
View File
@@ -1,100 +1,105 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>xournalpp</Name> <Name>xournalpp</Name>
<Homepage>https://github.com/xournalpp/xournalpp</Homepage> <Homepage>https://github.com/xournalpp/xournalpp</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv2</License> <License>GPLv2</License>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>office.misc</PartOf> <PartOf>office.misc</PartOf>
<Summary>Xournal++ is a handwriting notetaking software with PDF annotation support.</Summary> <Summary>Xournal++ is a handwriting notetaking software with PDF annotation support.</Summary>
<Description> <Description>Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3. Supports pen input from devices such as Wacom Tablets.</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. <Archive sha1sum="f7dc11ef4fa3657f4630633e89c8cee539f58d70" type="targz">https://github.com/xournalpp/xournalpp/archive/v1.2.5/xournalpp-1.2.5.tar.gz</Archive>
</Description> <BuildDependencies>
<Archive sha1sum="a0182f5fd4742d600849bf3d2aefc9c62d2a8538" type="targz"> <Dependency>cmake</Dependency>
https://github.com/xournalpp/xournalpp/archive/refs/tags/v1.1.3.tar.gz <Dependency>ninja</Dependency>
</Archive> <Dependency>lua-devel</Dependency>
<BuildDependencies> <Dependency>gtk3-devel</Dependency>
<Dependency>git</Dependency> <Dependency>util-linux</Dependency>
<Dependency>cmake</Dependency> <Dependency>lsb-release</Dependency>
<Dependency>lua-devel</Dependency> <Dependency>libzip-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>libxml2-devel</Dependency>
<Dependency>util-linux</Dependency> <Dependency>librsvg-devel</Dependency>
<Dependency>lsb-release</Dependency> <Dependency>portaudio-devel</Dependency>
<Dependency>libzip-devel</Dependency> <Dependency>libsndfile-devel</Dependency>
<Dependency>libxml2-devel</Dependency> <Dependency>poppler-glib-devel</Dependency>
<Dependency>librsvg-devel</Dependency> <Dependency>gtksourceview4-devel</Dependency>
<Dependency>portaudio-devel</Dependency> </BuildDependencies>
<Dependency>libsndfile-devel</Dependency> <Patches>
<Dependency>poppler-glib-devel</Dependency> <!-- <Patch level="1"></Patch> -->
</BuildDependencies> </Patches>
<Patches> </Source>
<Patch level="1">xournalpp-1.1.3-gcc13.patch</Patch>
</Patches>
</Source>
<Package> <Package>
<Name>xournalpp</Name> <Name>xournalpp</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>lua</Dependency> <Dependency>lua</Dependency>
<Dependency>gtk3</Dependency> <Dependency>gtk3</Dependency>
<Dependency>zlib</Dependency> <Dependency>zlib</Dependency>
<Dependency>cairo</Dependency> <Dependency>cairo</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>libXi</Dependency> <Dependency>libXi</Dependency>
<Dependency>pango</Dependency> <Dependency>pango</Dependency>
<Dependency>libX11</Dependency> <Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>libzip</Dependency> <Dependency>libzip</Dependency>
<Dependency>libxml2</Dependency> <Dependency>libxml2</Dependency>
<Dependency>librsvg</Dependency> <Dependency>librsvg</Dependency>
<Dependency>portaudio</Dependency> <Dependency>portaudio</Dependency>
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
<Dependency>libsndfile</Dependency> <Dependency>libsndfile</Dependency>
<!-- <Dependency>texlive-bin</Dependency> --> <!-- <Dependency>texlive-bin</Dependency> -->
<!-- <Dependency>texlive-core</Dependency> --> <!-- <Dependency>texlive-core</Dependency> -->
<Dependency>poppler-glib</Dependency> <Dependency>poppler-glib</Dependency>
</RuntimeDependencies> <Dependency>gtksourceview4</Dependency>
<Files> </RuntimeDependencies>
<Path fileType="executable">/usr/bin</Path> <Files>
<Path fileType="data">/usr/share</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="localedata">/usr/share/locale</Path>
</Files> <Path fileType="doc">/usr/share/doc</Path>
</Package> </Files>
</Package>
<History> <History>
<Update release="4"> <Update release="5">
<Date>2023-01-04</Date> <Date>2025-02-10</Date>
<Version>1.1.3</Version> <Version>1.2.5</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>Kamil Atlı</Name>
<Email>uglyside@yandex.ru</Email> <Email>suvari@pisilinux.org</Email>
</Update> </Update>
<Update release="3"> <Update release="4">
<Date>2022-04-14</Date> <Date>2023-01-04</Date>
<Version>1.1.1</Version> <Version>1.1.3</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>fury</Name>
<Email>uglyside@yandex.ru</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
<Update release="2"> <Update release="3">
<Date>2021-07-21</Date> <Date>2022-04-14</Date>
<Version>1.1.0</Version> <Version>1.1.1</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>fury</Name>
<Email>uglyside@yandex.ru</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
<Update release="1"> <Update release="2">
<Date>2021-03-05</Date> <Date>2021-07-21</Date>
<Version>1.0.20</Version> <Version>1.1.0</Version>
<Comment>First build</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>fury</Name>
<Email>uglyside@yandex.ru</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
</History> <Update release="1">
<Date>2021-03-05</Date>
<Version>1.0.20</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI> </PISI>