Merge pull request #9653 from 4fury-c3440d8/np

xournal++-1.1.0
This commit is contained in:
Rmys
2021-07-22 15:38:27 +03:00
committed by GitHub
3 changed files with 28 additions and 11 deletions
+3 -4
View File
@@ -1,12 +1,11 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir = "portaudio"
@@ -20,4 +19,4 @@ def build():
def install():
autotools.rawInstall('DESTDIR="%s" libdir=/usr/lib' % get.installDIR())
pisitools.dodoc("LICENSE.txt", "README.txt")
pisitools.dodoc("LICENSE.txt", "README.md")
+12 -3
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>portaudio</Name>
@@ -12,7 +12,9 @@
<IsA>library</IsA>
<Summary>Portable audio library</Summary>
<Description>PortAudio is a free, cross platform, open-source, audio I/O library.</Description>
<Archive type="targz" sha1sum="56c596bba820d90df7d057d8f6a0ec6bf9ab82e8">http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz</Archive>
<Archive sha1sum="b7e9b9c53d993f6d110487ef56a3d4529d21b2f1" type="targz">
http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz
</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
@@ -50,6 +52,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-07-21</Date>
<Version>190700.20210406</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2020-03-22</Date>
<Version>190600.20161030</Version>
+13 -4
View File
@@ -6,7 +6,7 @@
<Homepage>https://github.com/xournalpp/xournalpp</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
@@ -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="cc05e95fd15af717ee7b30449c40b242955efdf8" type="targz">
https://github.com/xournalpp/xournalpp/archive/1.0.20.tar.gz
<Archive sha1sum="339bf9d0548148f1d8c0f9d1ed91f7615a8805c4" type="targz">
https://github.com/xournalpp/xournalpp/archive/refs/tags/1.1.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
@@ -27,6 +27,7 @@
<Dependency>lsb-release</Dependency>
<Dependency>libzip-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>portaudio-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>poppler-glib-devel</Dependency>
@@ -47,6 +48,7 @@
<Dependency>libgcc</Dependency>
<Dependency>libzip</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>portaudio</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libsndfile</Dependency>
@@ -63,12 +65,19 @@
</Package>
<History>
<Update release="2">
<Date>2021-07-21</Date>
<Version>1.1.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-03-05</Date>
<Version>1.0.20</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>