Merge branch 'master' into flatpak_update
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
@@ -23,7 +24,6 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/run")
|
||||
pisitools.removeDir("/var")
|
||||
pisitools.dodoc("LICENSE*", "README")
|
||||
@@ -3,7 +3,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>brltty</Name>
|
||||
<Homepage>http://mielke.cc/brltty</Homepage>
|
||||
<Homepage>https://brltty.app/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv3</License>
|
||||
<Summary>Braille display driver for Linux/Unix</Summary>
|
||||
<Description>Braille display driver for Linux/Unix</Description>
|
||||
<Archive sha1sum="bc148de37b3f8bb93bebaa83008b712e427a8baf" type="tarxz">http://mielke.cc/brltty/archive/brltty-5.6.tar.xz</Archive>
|
||||
<Archive sha1sum="bc148de37b3f8bb93bebaa83008b712e427a8baf" type="tarxz">https://brltty.app/archive/brltty-5.6.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gpm</Dependency>
|
||||
<Dependency>tcl-devel</Dependency>
|
||||
@@ -21,6 +21,11 @@
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>espeak-devel</Dependency>
|
||||
<Dependency>cython</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>libXaw-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>liblouis-devel</Dependency>
|
||||
@@ -37,12 +42,15 @@
|
||||
<Dependency>tcl</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>polkit</Dependency>
|
||||
<Dependency>icu4c</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
<Dependency>libXt</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>espeak</Dependency>
|
||||
<Dependency>libXaw</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>liblouis</Dependency>
|
||||
<Dependency>bluez-libs</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
@@ -73,7 +81,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-08-11</Date>
|
||||
<Date>2018-09-23</Date>
|
||||
<Version>5.6</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>accessibility</Name>
|
||||
</PISI>
|
||||
@@ -11,14 +11,18 @@
|
||||
<License>GPLv3</License>
|
||||
<Summary>Open-source braille translator and back-translator</Summary>
|
||||
<Description>Open-source braille translator and back-translator</Description>
|
||||
<Archive sha1sum="d880925ea38081dc3484281f2487679912de6689" type="targz">https://github.com/liblouis/liblouis/releases/download/v3.5.0/liblouis-3.5.0.tar.gz</Archive>
|
||||
<Archive sha1sum="873e305584739df3fa379471c9013c404f08df66" type="targz">https://github.com/liblouis/liblouis/releases/download/v3.7.0/liblouis-3.7.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libyaml-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>liblouis</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libyaml</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -43,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-09-23</Date>
|
||||
<Version>3.7.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>3.5.0</Version>
|
||||
@@ -51,6 +62,13 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-05-06</Date>
|
||||
<Version>3.5.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-05-06</Date>
|
||||
<Version>3.5.0</Version>
|
||||
<Comment>First Release</Comment>
|
||||
@@ -58,4 +76,4 @@
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>LGPLv2</License>
|
||||
<Summary>Extensible screen reader that provides access to the desktop</Summary>
|
||||
<Description>Extensible screen reader that provides access to the desktop.</Description>
|
||||
<Archive sha1sum="c4a7fa1cf8590319f58e6401ffbda9b50e1ee5ff" type="tarxz">mirrors://gnome/orca/3.28/orca-3.28.1.tar.xz</Archive>
|
||||
<Archive sha1sum="dcf7aa9bd2f220f0cd224dbf28ff408052cd70ca" type="tarxz">http://download.gnome.org/core/3.30/3.30.0/sources/orca-3.29.92.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-09-23</Date>
|
||||
<Version>3.29.92</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>3.28.1</Version>
|
||||
@@ -73,4 +80,4 @@
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -12,10 +12,11 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Gui editor for dconf; simple low-level configuration system</Summary>
|
||||
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive sha1sum="942fe5aeb7f1ae6b4f84d4b10fb985741a44047c" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.27/dconf-editor-3.27.1.tar.xz</Archive>
|
||||
<Archive sha1sum="4f7541e7e5805e6e0bcabd99e13b7efbb4c97115" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.27/dconf-editor-3.27.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>dconf-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
@@ -49,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-08-30</Date>
|
||||
<Version>3.27.3</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-01-07</Date>
|
||||
<Version>3.27.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@ def setup():
|
||||
--disable-static \
|
||||
--disable-schemas-compile")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -23,4 +23,4 @@ def install():
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
|
||||
|
||||
pisitools.insinto("/usr/share/pixmaps/", "data/icons/48x48/apps/file-roller.png", "file-roller.png")
|
||||
pisitools.insinto("/usr/share/pixmaps/", "data/icons/48x48/apps/file-roller.png", "file-roller.png")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Icon>file-roller</Icon>
|
||||
<Summary>GNOME archive manager</Summary>
|
||||
<Description>File-manager is a archive manager that create, modify and extract various archive formats with compression support</Description>
|
||||
<Archive sha1sum="63e54262768bf276381d5371d2a2f60f9b9edbc1" type="tarxz">mirrors://gnome/file-roller/3.10/file-roller-3.26.2.tar.xz</Archive>
|
||||
<Archive sha1sum="63e54262768bf276381d5371d2a2f60f9b9edbc1" type="tarxz">mirrors://gnome/file-roller/3.26/file-roller-3.26.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gconf-devel</Dependency>
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>3.26.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-01-07</Date>
|
||||
<Version>3.26.2</Version>
|
||||
|
||||
@@ -25,7 +25,7 @@ def setup():
|
||||
")
|
||||
#pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
|
||||
#pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("pkglibdir=/usr/lib/GConf")
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-08-07</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>3.2.6</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
@@ -14,7 +14,7 @@ def setup():
|
||||
autotools.configure("--prefix=/usr \
|
||||
--sysconfdir=/etc")
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-03</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>3.28.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
@@ -14,22 +14,19 @@ def setup():
|
||||
|
||||
autotools.configure("\
|
||||
--with-dbus-service-dir=/usr/share/dbus-1/services \
|
||||
--disable-hal \
|
||||
--disable-silent-rules \
|
||||
--disable-static \
|
||||
--enable-afc \
|
||||
--enable-archive \
|
||||
--enable-bash-completion \
|
||||
--enable-bluray \
|
||||
--enable-gphoto2 \
|
||||
--enable-gtk=3 \
|
||||
--enable-keyring \
|
||||
--enable-samba \
|
||||
--enable-udev \
|
||||
--enable-udisks2 \
|
||||
")
|
||||
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>New generation gnome-virtual-file-system</Summary>
|
||||
<Description>GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications.</Description>
|
||||
<Archive sha1sum="5250c57682fc6039b5c215cc46685c5732de41ca" type="tarxz">mirrors://gnome/gvfs/1.28/gvfs-1.28.4.tar.xz</Archive>
|
||||
<Archive sha1sum="bef1fe8d0ab35c00e67660252dff224699273355" type="tarxz">mirrors://gnome/gvfs/1.34/gvfs-1.34.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -44,13 +44,15 @@
|
||||
<Dependency>libgphoto2-devel</Dependency>
|
||||
<Dependency>avahi-glib-devel</Dependency>
|
||||
<Dependency>libcdio-paranoia-devel</Dependency>
|
||||
<Dependency>libgnome-keyring-devel</Dependency>
|
||||
<Dependency>libgnome-keyring</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>libcap-devel</Dependency>
|
||||
<Dependency versionFrom="4.0.7">samba-devel</Dependency>
|
||||
<Dependency versionFrom="0.90">libcdio-devel</Dependency>
|
||||
<Dependency versionFrom="1.1.5">libimobiledevice-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">gvfs-archive-integration.patch</Patch>
|
||||
<!-- <Patch level="1">gvfs-archive-integration.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -58,6 +60,7 @@
|
||||
<Name>gvfs-afc</Name>
|
||||
<Summary>AFC(Apple File Control) backend for GVFS</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>polkit</Dependency>
|
||||
<Dependency>libplist</Dependency>
|
||||
<Dependency release="current">gvfs</Dependency>
|
||||
<Dependency versionFrom="1.1.5">libimobiledevice</Dependency>
|
||||
@@ -153,6 +156,7 @@
|
||||
<Summary>MTP backend for gvfs.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libmtp</Dependency>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency release="current">gvfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -238,6 +242,7 @@
|
||||
<Path fileType="library">/usr/lib/libgvfscommon.so</Path>
|
||||
<Path fileType="library">/usr/lib/libgvfscommon.so.0</Path>
|
||||
<Path fileType="library">/usr/lib/libgvfscommon.so.0.0.0</Path>
|
||||
<Path fileType="data">/usr/share/polkit-1</Path>
|
||||
<Path fileType="library">/usr/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf</Path>
|
||||
<Path fileType="data">/usr/share/GConf/gsettings/gvfs-dns-sd.convert</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion/completions/gvfs</Path>
|
||||
@@ -291,6 +296,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>1.34.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-01-08</Date>
|
||||
<Version>1.28.4</Version>
|
||||
|
||||
@@ -14,7 +14,8 @@ def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--disable-static \
|
||||
--enable-bonobo-activation-debug=no")
|
||||
pisitools.dosed("libtool"," -shared "," -Wl,--as-needed -shared ")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="0">libbonobo-2.32.1-srcdir-macro.patch</Patch>
|
||||
@@ -76,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>2.32.1</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-03-30</Date>
|
||||
<Version>2.32.1</Version>
|
||||
@@ -98,4 +106,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -27,9 +27,11 @@
|
||||
<Package>
|
||||
<Name>libgnome-keyring</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libcap-ng</Dependency>
|
||||
<Dependency>libgcrypt</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>gcr</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libsoup-gnome</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -72,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-30</Date>
|
||||
<Version>0.8.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-01-07</Date>
|
||||
<Version>0.8.1</Version>
|
||||
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-08-30</Date>
|
||||
<Version>105</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-03-19</Date>
|
||||
<Version>105</Version>
|
||||
|
||||
@@ -40,6 +40,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-08-30</Date>
|
||||
<Version>3.26.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2017-12-24</Date>
|
||||
<Version>3.26.0</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@ from pisi.actionsapi import pisitools
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-08-02</Date>
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>2.54.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -12,7 +12,8 @@ WorkDir = "ORBit2-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
<Dependency>grep</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/ORBit2-allow-deprecated.patch</Patch>
|
||||
@@ -66,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>2.14.19</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-05-14</Date>
|
||||
<Version>2.14.19</Version>
|
||||
@@ -88,4 +96,4 @@
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
<PISI>
|
||||
<Name>desktop.kde.accessibility</Name>
|
||||
</PISI>
|
||||
@@ -1,69 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libdmtx</Name>
|
||||
<Homepage>http://www.libdmtx.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Library for working with Data Matrix 2D bar-codes</Summary>
|
||||
<Description>libdmtx is an open source software for reading and writing Data Matrix 2D bar-codes on Linux, Unix, OS X, Windows and mobile devices.</Description>
|
||||
<Archive sha1sum="7a353da736cf37e8730e2c22aca4629035aeadcd" type="targz">mirrors://sourceforge/libdmtx/libdmtx/0.7.4/libdmtx-0.7.4.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libdmtx</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdmtx-devel</Name>
|
||||
<Summary>Development files for libdmtx</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libdmtx</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-03-02</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-22</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-06-05</Date>
|
||||
<Version>0.7.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libdmtx</Name>
|
||||
<Summary xml:lang="tr">Data Matrix 2D barkodlarıyla çalışmak için kitaplık</Summary>
|
||||
<Description xml:lang="tr">libdmtx, Linux, Unix, OS X, Windows ve mobil işletim sistemlerinde Data Matrix 2D barkodlarını okumak ve yazmak için kullanılan açık kaynaklı bir kitaplıktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libdmtx-devel</Name>
|
||||
<Summary xml:lang="tr">libdmtx için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>CLI tools to manage akonadi calendars</Summary>
|
||||
<Description>CLI tools to manage akonadi calendars</Description>
|
||||
<Archive sha1sum="ecd326207b0c1f88ed25239dae558456424d96ec" type="tarxz">http://download.kde.org/stable/applications/18.04.1/src/akonadi-calendar-tools-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f2fe511076a557cf4d94243d0afd365343c0d1a5" type="tarxz">http://download.kde.org/stable/applications/18.08.2/src/akonadi-calendar-tools-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
@@ -66,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Akonadi calendar integration</Summary>
|
||||
<Description>Calendar integration for Akonadi.</Description>
|
||||
<Archive sha1sum="19463a936e21bdcc17569a0cf548499285b6b73b" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/akonadi-calendar-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f6a7b89b5d11eef5397651ea85f84eb50146b99b" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/akonadi-calendar-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
@@ -97,6 +97,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Libraries and daemons to implement Contact Management in Akonadi.</Summary>
|
||||
<Description>Libraries and daemons to implement Contact Management in Akonadi.</Description>
|
||||
<Archive sha1sum="f4045eb5509424680fa2d2a1f8b87ac44cbd4ae3" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/akonadi-contacts-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="fd8443db271ca7369223876f0a6dc68c475c1bf0" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/akonadi-contacts-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1" >qt5-webengine-devel</Dependency>
|
||||
@@ -92,6 +92,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>CLI tools to manage akonadi calendars</Summary>
|
||||
<Description>Import data from other mail clients to KMail</Description>
|
||||
<Archive sha1sum="d0ce181f8e89c6922c214cb854fa72e0a8b62e42" type="tarxz">http://download.kde.org/stable/applications/18.04.1/src/akonadi-import-wizard-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="99851ed55b7dbd55ea5f5efa11c998030475a0bb" type="tarxz">http://download.kde.org/stable/applications/18.08.2/src/akonadi-import-wizard-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
@@ -96,6 +96,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Libraries and daemons to implement basic email handling</Summary>
|
||||
<Description>Libraries and daemons to implement basic email handling</Description>
|
||||
<Archive sha1sum="ff7cbb029ebbb0e24d13dfc3fee6ba2f83cbfb11" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/akonadi-mime-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="b3117c4c701cae43014d3ea46e78dc520cff3606" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/akonadi-mime-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -71,6 +71,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Libraries and daemons to implement management of notes in Akonadi</Summary>
|
||||
<Description>Libraries and daemons to implement management of notes in Akonadi</Description>
|
||||
<Archive sha1sum="305267f7f02c4216a28e22ed1555524cd9caa2fa" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/akonadi-notes-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="25403586e02c2c5eb8d967bf31ded4b908a286e9" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/akonadi-notes-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -73,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Libraries and daemons to implement searching in Akonadi</Summary>
|
||||
<Description>Libraries and daemons to implement searching in Akonadi</Description>
|
||||
<Archive sha1sum="81a1e22db368b6ff8dcd3765043e6cac95e25a8b" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/akonadi-search-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="6cc4d5380d75d0d7de68c0c9ff8bad9dd434b3a9" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/akonadi-search-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
@@ -111,6 +111,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>PIM (Personal Information Management) Storage Service</Summary>
|
||||
<Description>akonadi is an extensible cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access.</Description>
|
||||
<Archive sha1sum="0ab9c127eec152c036df6dab5d2d205bb523b514" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/akonadi-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="868e2928569f8f6dc432cd542f77c6da0e7cf88b" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/akonadi-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-designer-devel</Dependency>
|
||||
@@ -103,6 +103,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>Akonadi management and debugging console</Summary>
|
||||
<Description>Akonadi management and debugging console</Description>
|
||||
<Archive type="tarxz" sha1sum="cf7409c13118f0572bfc0d0bfe870424d504bcee">http://download.kde.org/stable/applications/18.04.1/src/akonadiconsole-18.04.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="f176a892c396ac11b1fc2b424a368b103b7cc449">http://download.kde.org/stable/applications/18.08.2/src/akonadiconsole-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>akonadi-contacts-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
@@ -98,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>A KDE blogging client</Summary>
|
||||
<Description>Akregator helps you to keep informed about new stories on websites like KDE Dot News and Planet KDE blogs. The technology used is RSS and many sites support it.</Description>
|
||||
<Archive sha1sum="c96766364c5d8fef46ddf378af41daa2f36c9a76" type="tarxz">http://download.kde.org/stable/applications/18.04.1/src/akregator-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="89ef76917d6bfa35ed49212d52b763f5aa8e03d3" type="tarxz">http://download.kde.org/stable/applications/18.08.2/src/akregator-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -93,6 +93,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>A KDE library for mathematical features</Summary>
|
||||
<Description>analitza is a library to add mathematical features to programs.</Description>
|
||||
<Archive sha1sum="3246a896303da27ae72527b6de683f6c61ad76ec" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/analitza-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="4b9d6b7bded2ec64fa075975ee78ef7d70c263e0" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/analitza-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>eigen3</Dependency>
|
||||
@@ -56,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.utils</PartOf>
|
||||
<Summary>KDE Archiving Tool</Summary>
|
||||
<Description>Ark is a program for managing various archive formats within the KDE environment.</Description>
|
||||
<Archive sha1sum="d9c2b0b5cc00af672bf67a0b1fd1cb6b357987d5" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/ark-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f459d3a274d37fa997f476b87880cc5c4dc74ae8" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/ark-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>rar</Dependency>
|
||||
@@ -83,6 +83,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>Improve your pronunciation by listening to native speakers</Summary>
|
||||
<Description>Artikulate, Improve your pronunciation by listening to native speakers.</Description>
|
||||
<Archive sha1sum="27edb43a28e5a61923ecdf260bfff7c36e25e030" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/artikulate-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="1138b40a4bd3ce6874271c779cfbdb7e5cb79e55" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/artikulate-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -74,6 +74,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<License>LGPL</License>
|
||||
<Summary>Kioslave for accessing audio CDs</Summary>
|
||||
<Description>Kioslave for accessing audio CDs</Description>
|
||||
<Archive sha1sum="29a9abf1edbe9fea8d3b8873fbd27aeef9fcefd5" type="tarxz">https://download.kde.org/stable/applications/18.04.1/src/audiocd-kio-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="462e007bf42afdf4727aceb34d68182b6f9ec956" type="tarxz">https://download.kde.org/stable/applications/18.08.2/src/audiocd-kio-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cdparanoia-devel</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
@@ -82,6 +82,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Framework for searching and managing metadata</Summary>
|
||||
<Description>Baloo is a framework for searching and managing metada</Description>
|
||||
<Archive type="tarxz" sha1sum="e8cbed7e444833de1c998a91518dae8b9235632c">mirrors://kde/stable/applications/18.04.1/src/baloo-widgets-18.04.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="a4c1fa6779dae7b84eb92ee08a3e3b44ac04252c">mirrors://kde/stable/applications/18.08.2/src/baloo-widgets-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>baloo-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>Blinken - Memory Enhancement Game</Summary>
|
||||
<Description>Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each one with their own distinctive sound.</Description>
|
||||
<Archive sha1sum="1267c7adeb0aa1a8baffebca1976cd6690eb8e64" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/blinken-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="cd1e99dcb470f00a9673f386a5479c851230f322" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/blinken-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>A single player arcade game</Summary>
|
||||
<Description>Bomber is a single player arcade game. The player is invading various cities in a plane that is decreasing in height.</Description>
|
||||
<Archive sha1sum="b092b24530ef30699bff03dce53f8de8b8902b63" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/bomber-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="943fd6edee824b94068581ddb5b159b893706d2d" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/bomber-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -62,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>A Gomoku like game for two players.</Summary>
|
||||
<Description>Bovo is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board.</Description>
|
||||
<Archive sha1sum="730b9ed06e5d5e38d929a840aab1619ecbd65530" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/bovo-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="82e93172156123884d0785c1f008afc106a1d63a" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/bovo-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Calendar support library</Summary>
|
||||
<Description>Calendar support library</Description>
|
||||
<Archive type="tarxz" sha1sum="239febd413a0961f129ee7270f369271174574cd">mirrors://kde/stable/applications/18.04.1/src/calendarsupport-18.04.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="d86f073fb430093fa0a9f9844c1b4a63b95f0d3f">mirrors://kde/stable/applications/18.08.2/src/calendarsupport-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -98,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -21,4 +21,4 @@ def build():
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("COPYING*", "DESIGN", "README", "TODO")
|
||||
pisitools.dodoc("COPYING*", "DESIGN", "README.md", "TODO")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>A KDE frontend to mathematical softwares</Summary>
|
||||
<Description>Cantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others.</Description>
|
||||
<Archive sha1sum="680301f55609a03a71af6f056300f7464d2a469f" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/cantor-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="bde716b6c91d61cb17983523191c0a75cecd47db" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/cantor-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -34,24 +34,35 @@
|
||||
<Dependency>analitza-devel</Dependency>
|
||||
<Dependency>libqalculate-devel</Dependency>
|
||||
<Dependency>cln-devel</Dependency>
|
||||
<!-- optionally -->
|
||||
<Dependency>libspectre-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>R-devel</Dependency>
|
||||
<Dependency>luajit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cantor</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>R</Dependency>
|
||||
<Dependency>cln</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kpty</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>luajit</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>analitza</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
|
||||
<Dependency>libspectre</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
@@ -61,8 +72,9 @@
|
||||
<Dependency>libqalculate</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-xmlpatterns</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-xmlpatterns</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
@@ -106,6 +118,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-13</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-15</Date>
|
||||
<Version>18.04.1</Version>
|
||||
@@ -240,4 +259,4 @@
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.sdk</PartOf>
|
||||
<Summary>Extra dolphin plugins</Summary>
|
||||
<Description>This package contains plugins that offer integration in Dolphin with the following version control systems:</Description>
|
||||
<Archive sha1sum="449e9d77c351c9e15cb3899b58b95009ae0c0f6e" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/dolphin-plugins-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="ff57652f67331be923e37537bea48fe45c143bbe" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/dolphin-plugins-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>KDE File Manager</Summary>
|
||||
<Description>Dolphin is the File Manager for KDE.</Description>
|
||||
<Archive sha1sum="1b9925ef45a2baadca4fd39e493ddbdfb708b2ea" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/dolphin-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="bcac86738bd3e32c43095063d0b05c20146a5794" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/dolphin-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
@@ -35,7 +35,7 @@
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">dolphin-17.04.0-allow-root.patch</Patch>
|
||||
<!--<Patch level="1">dolphin-17.04.0-allow-root.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -108,6 +108,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.multimedia</PartOf>
|
||||
<Summary>Multimedia player</Summary>
|
||||
<Description> a multimedia player where the focus is on simplicity, instead of features.</Description>
|
||||
<Archive sha1sum="3a6f2c5f82609884741e76d36c1bdc8827a7d7d0" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/dragon-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="9a919bdc9efb0640545119368d2e0d3d210dbf19" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/dragon-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -55,6 +55,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Library for creating events.</Summary>
|
||||
<Description>Library for creating events.</Description>
|
||||
<Archive type="tarxz" sha1sum="1aef5c586b5e5317bc44e4f0ee2e41b93ffecdf3">mirrors://kde/stable/applications/18.04.1/src/eventviews-18.04.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="d9232b5c6807c0d15ec097285ee46b119c132257">mirrors://kde/stable/applications/18.08.2/src/eventviews-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -40,6 +40,7 @@
|
||||
<Dependency>akonadi-calendar-devel</Dependency>
|
||||
<Dependency>akonadi-contacts-devel</Dependency>
|
||||
<Dependency>kdiagram-devel</Dependency>
|
||||
<Dependency>kholidays-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--Patch>qt5.patch</Patch-->
|
||||
@@ -96,6 +97,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.multimedia</PartOf>
|
||||
<Summary>ffmpeg based thumbnailer for KDE</Summary>
|
||||
<Description>FFmpeg-based thumbnail creator for video files</Description>
|
||||
<Archive sha1sum="4dbfcaf76a3c4b69554150266890199bdcbe9327" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/ffmpegthumbs-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f9cbce1bee2b6f0cb64dff01919a840c8ea71f39" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/ffmpegthumbs-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.utils</PartOf>
|
||||
<Summary>View disk usage information</Summary>
|
||||
<Description>Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings.</Description>
|
||||
<Archive sha1sum="afd6a47ba44006b38dddc41bf0e20fcca857ef4e" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/filelight-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="a8305414679d5348127d9053669ec6b0f72c7b4e" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/filelight-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-script-devel</Dependency>
|
||||
@@ -59,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>LGPLv2</License>
|
||||
<Summary>C++ bindings/wrapper for gpgme</Summary>
|
||||
<Description>C++ bindings/wrapper for gpgme</Description>
|
||||
<Archive sha1sum="ada1c455929e0fb379b56b245ef4f1f59f731fdc" type="tarxz">mirrors://kde/stable/applications/16.08.3/src/gpgmepp-16.08.3.tar.xz</Archive>
|
||||
<Archive sha1sum="02b5d876411d03242191277426d84b7ffc1fb448" type="targz">https://github.com/KDE/gpgmepp/archive/v16.08.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2018-10-12</Date>
|
||||
<Version>16.08.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>16.08.3</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>A Bomberman game</Summary>
|
||||
<Description>Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone.</Description>
|
||||
<Archive sha1sum="9921809a8a8780766636f73522cb94a1913556ff" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/granatier-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="ad9483f609ee60708f908a0cfc14ec3f8a793408" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/granatier-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -64,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>Editor for Grantlee themes</Summary>
|
||||
<Description>Editor for Grantlee themes</Description>
|
||||
<Archive sha1sum="5b2eace6f7fb6d178dfe6e47d2805a8175a1e862" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/grantlee-editor-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="43eb77334a813af4cdf8fd4daffade3d8913177d" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/grantlee-editor-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-webengine-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
@@ -87,6 +87,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for Grantlee theming support</Summary>
|
||||
<Description>Library for Grantlee theming support</Description>
|
||||
<Archive sha1sum="ac9241a7230fe012639b4dd1b9de463a33824cb4" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/grantleetheme-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f9893846c76b2d6e562ade2eae46ee0198e9507f" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/grantleetheme-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -76,6 +76,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<PartOf>desktop.kde.graphics</PartOf>
|
||||
<Summary>An image viewer</Summary>
|
||||
<Description>Gwenview is an easy to use image viewer.</Description>
|
||||
<Archive sha1sum="06476036b056e4e527f1325db42fbf4320bf5e05" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/gwenview-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="8daffe8a3906f765c34d7c3db4b180314bee72b8" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/gwenview-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="0.26">exiv2-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -88,6 +88,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE PIM incidence editor.</Summary>
|
||||
<Description>KDE PIM incidence editor.</Description>
|
||||
<Archive sha1sum="8c3532bc96c9706e929a22328d5debe5860ae992" type="tarxz">http://download.kde.org/stable/applications/18.04.1/src/incidenceeditor-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="584597aa0a2570bed91ba9f64795d1482245c982" type="tarxz">http://download.kde.org/stable/applications/18.08.2/src/incidenceeditor-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -113,6 +113,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.network</PartOf>
|
||||
<Summary>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Summary>
|
||||
<Description>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Description>
|
||||
<Archive sha1sum="cf033a6545c4074836bedfeacd0bff0963b21f8d" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kaccounts-integration-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="ffa1c7a9f0eacc717dd74a166cf27870cfdf2d7f" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kaccounts-integration-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -67,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.network</PartOf>
|
||||
<Summary>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Summary>
|
||||
<Description>Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others</Description>
|
||||
<Archive sha1sum="8cca965909047e0f047bd102e2f07aeaf81f45b1" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kaccounts-providers-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f34fd9ed1b6c4db52477529138b1999b632624f2" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kaccounts-providers-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -55,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>KDE contact manager</Summary>
|
||||
<Description>KAddressBook reborn to make your data available to all your applications</Description>
|
||||
<Archive sha1sum="5ab04ea1667e5f3e8ca1c62a6a03acc68d1d60f7" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kaddressbook-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="736fd1646b746171c828f3e6474105ce563d24ed" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kaddressbook-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.7.1">gpgme-devel</Dependency>
|
||||
<Dependency versionFrom="1.7.1">gpgme-qt5-devel</Dependency>
|
||||
@@ -83,6 +83,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>Personal alarm scheduler</Summary>
|
||||
<Description>KAlarm is a personal alarm message, audio, command and email scheduler</Description>
|
||||
<Archive type="tarxz" sha1sum="d5d834f91a4d096ca94ca79afa58fd9d0cd9105b">http://download.kde.org/stable/applications/18.04.1/src/kalarm-18.04.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="d864f66a9f03672230340d372ff46d68da07fcd6">http://download.kde.org/stable/applications/18.08.2/src/kalarm-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>akonadi-contacts-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
@@ -119,6 +119,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Library to provides access and handling of KAlarm calendar data</Summary>
|
||||
<Description>Library to provides access and handling of KAlarm calendar data</Description>
|
||||
<Archive sha1sum="dedef7f231b94d9e01305c514928e1ed8eb26576" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kalarmcal-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="3418fa4b0f85c24bd35f26f17c6de5ce6257ee17" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kalarmcal-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
@@ -77,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>A graph calculator</Summary>
|
||||
<Description>KAlgebra is a fully featured calculator that lets you plot different types of 2D and 3D functions and to calculate easy and not so easy calculations, such as addition, trigonometric functions or derivatives.</Description>
|
||||
<Archive sha1sum="a4551751eb0bca1d15f078d87715ad5cd5d495ca" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kalgebra-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="a7973aae65e4d62ea8292931b17c00b347f9f7f7" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kalgebra-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
@@ -67,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.graphics</PartOf>
|
||||
<Summary>Webcam support for KDE</Summary>
|
||||
<Description>Kamera is a plugin for KDE to use webcam.</Description>
|
||||
<Archive sha1sum="d200a08563ac216a697033357d1161ea9996fb49" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kamera-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="8347d2666c22861c8a695194b0aa78dac7785b80" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kamera-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>A letter order game</Summary>
|
||||
<Description>Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word.</Description>
|
||||
<Archive sha1sum="a5f68181efc42260b0057e4f8ff141690c031a03" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kanagram-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="238d34b3f7af4b60fb90f61f2aab268b43a82b03" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kanagram-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative</Dependency>
|
||||
@@ -62,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>Pac-Man clone</Summary>
|
||||
<Description>Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer.</Description>
|
||||
<Archive sha1sum="d85b9dcbc40f75f2cb3c7c410bf091319da8d324" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kapman-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="0ec905aca3bdaec8320b090ad22fb6a89a5a6a83" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kapman-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -64,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.sdk</PartOf>
|
||||
<Summary>Application template generator</Summary>
|
||||
<Description>KAppTemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform.</Description>
|
||||
<Archive sha1sum="7b73e99a520e42d49df7304fba78cae80892dcee" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kapptemplate-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="3e61a40f3a45cdfe6706aa18c137952341e2aefc" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kapptemplate-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Advanced Text Editor</Summary>
|
||||
<Description>Plasma library and runtime components based upon KF5 and Qt5</Description>
|
||||
<Archive sha1sum="f99fa89353e960db26651c772b17e6369cb26a3a" type="tarxz">https://download.kde.org/stable/applications/18.04.1/src/kate-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="7da810ab332f0b5beeb86a9c4a2ce56190033379" type="tarxz">https://download.kde.org/stable/applications/18.08.2/src/kate-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>plasma-framework-devel</Dependency>
|
||||
@@ -34,8 +34,8 @@
|
||||
<Dependency>kded-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">kate-17.04.0-allow-root.patch</Patch>
|
||||
<Patch level="1">kwrite-17.04.0-allow-root.patch</Patch>
|
||||
<!--Patch level="1">kate-17.04.0-allow-root.patch</Patch>
|
||||
<Patch level="1">kwrite-17.04.0-allow-root.patch</Patch-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -85,6 +85,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2018-08-14</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>Sokoban like logic game</Summary>
|
||||
<Description>KAtomic is both fun and educational game built around molecular geometry.</Description>
|
||||
<Archive sha1sum="3db971de3d00f4c5b6a6fd904d271983da65735c" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/katomic-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="796d99c19f7d9224c0b632dff36d50b61dae8a04" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/katomic-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -66,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>Blackbox logic game</Summary>
|
||||
<Description>KBlackBox is a game of hide and seek played on a grid of boxes. The computer has hidden several balls within this box. By shooting beams into the box and observing where they emerge it is possible to deduce the positions of the hidden balls.</Description>
|
||||
<Archive sha1sum="79cf8f2514a52dcf0e6c49ddcc400d461ff30d18" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kblackbox-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="d9f64e6151fe2f8c5371afd4d1e5988e1f18f309" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kblackbox-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>Falling blocks game</Summary>
|
||||
<Description>KBlocks is the classic falling blocks game. The idea is stack the falling blocks in a way that lines are completely filled. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over.</Description>
|
||||
<Archive sha1sum="c8c0f4c352869281b8cace2410933edbc367d89d" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kblocks-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="cd8b8ae4971aecb36f90ef4c83dfa2f8ca625296" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kblocks-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:library</IsA>
|
||||
<Summary>A blogging library for KDE</Summary>
|
||||
<Description>KBlog is a library for calling functions on Blogger 1.0, MetaWeblog, MovableType and GData compatible blogs. It calls the APIs using KXmlRpcClient and Syndication.</Description>
|
||||
<Archive sha1sum="372e4658180d5527466767efd0dd7e0ab48ddc6f" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kblog-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="375b6716e0b0b910a4c38ad0e4e6e791460ddd94" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kblog-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -70,6 +70,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>Ball bouncing game</Summary>
|
||||
<Description>KBounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by walls, with two or more balls that move about in the field bouncing off of walls. The player can build new walls, decreasing the size of the active field. The goal of the game is to fill at least 75% of the field and advance to the next level.</Description>
|
||||
<Archive sha1sum="14904951942b9582ad4e22b81fb8d0a968856af5" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kbounce-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="a28bf3bcb455b1799238095230e0f3a230863933" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kbounce-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.games</PartOf>
|
||||
<Summary>Breakout like game</Summary>
|
||||
<Description>KBreakout is a Breakout like game. The object of the game is to destroy as many bricks as possible without losing the ball.</Description>
|
||||
<Archive sha1sum="647d5eaa40636a2a42c2a21734d2265c49c743da" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kbreakout-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="a71f61327e30cbfdde383f2c56be5ff71e4012b8" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kbreakout-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -67,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>Practice calculating with fractions and percentages</Summary>
|
||||
<Description>KBruch is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback.</Description>
|
||||
<Archive sha1sum="100e52b3dbfd0512f291a1c757a3cf8acf979154" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kbruch-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="2fe87258982b24f6fd4963cdafc8289c963d525b" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kbruch-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.utils</PartOf>
|
||||
<Summary>A scientific calculator</Summary>
|
||||
<Description>KCalc is a calculator which offers many more mathematical functions than meet the eye on a first glance.</Description>
|
||||
<Archive sha1sum="25e1ed6196cb89f15e9aea689e6e51393475de11" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kcalc-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="083baf457e986bab57852227d6749c3e3903c104" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kcalc-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -56,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>the KDE calendar access library.</Summary>
|
||||
<Description>A calendar contains information like incidences (events, to-dos, journals), alarms, time zones, and other useful information.</Description>
|
||||
<Archive sha1sum="63b46a3e17da2af302ccafb45a39b4851e128726" type="tarxz">https://download.kde.org/stable/applications/18.04.1/src/kcalcore-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="553c067a5668edbc89a7eb6304a236db1d8a4cc1" type="tarxz">https://download.kde.org/stable/applications/18.08.2/src/kcalcore-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>db-devel</Dependency>
|
||||
@@ -69,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:library</IsA>
|
||||
<Summary>The KDE calendar utility library</Summary>
|
||||
<Description>Calendar utility library for KDE</Description>
|
||||
<Archive sha1sum="ea8438599cbbcf6e07c1141d98979c4aea83a0fb" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kcalutils-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="23a9ce227c2dfe0ab353605631f59a1a349e0292" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kcalutils-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency >qt5-base-devel</Dependency>
|
||||
<Dependency >kcalcore-devel</Dependency>
|
||||
@@ -78,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.utils</PartOf>
|
||||
<Summary>A character selector</Summary>
|
||||
<Description>KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard.</Description>
|
||||
<Archive sha1sum="7dd007bd973ea13bf669f3f778740ef74277782d" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kcharselect-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="08695a1eca02e3bc7c21d2e84c9a87323b058b2b" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kcharselect-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.graphics</PartOf>
|
||||
<Summary>A simple color chooser application</Summary>
|
||||
<Description>KColorChooser is a simple color chooser application.</Description>
|
||||
<Archive sha1sum="86441dea18e90caa17f19b893188752f644f8c90" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kcolorchooser-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="d0810944157d5158bd5cb480f63e83ba1f4beec7" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kcolorchooser-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Address book API for KDE.</Summary>
|
||||
<Description>Address book for KDE for Contacts.</Description>
|
||||
<Archive sha1sum="563081a28b9db3fdaa00abdea835a0bfb7e515c6" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kcontacts-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="bef838a1b9037b2a6a69b7f3e9b52e1f573131b1" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kcontacts-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
@@ -61,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Graphical task scheduler</Summary>
|
||||
<Description>Kcron is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system.</Description>
|
||||
<Archive sha1sum="296fb100c830277d5623fc8e0d18edda7de80d23" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kcron-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="fd7d0dc64403501b4bda55f13f81a1cf261be111" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kcron-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PartOf>desktop.kde.applications</PartOf>
|
||||
<Summary>A DAV protocol implemention with KJobs</Summary>
|
||||
<Description>Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV.</Description>
|
||||
<Archive sha1sum="66a1b613016af46c47d2389bde3b6dab24f3b8cd" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kdav-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="fb24d7c551c6006c9ae568ded298f89eb135ac9d" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kdav-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
@@ -59,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A database connectivity and creation framework for various database vendors.</Summary>
|
||||
<Description>A database connectivity and creation framework for various database vendors</Description>
|
||||
<Archive sha1sum="d8dc8c65a93408736ccc9b78dcd81a482cbf114b" type="tarxz">https://download.kde.org/stable/kdb/src/kdb-3.0.2.tar.xz</Archive>
|
||||
<Archive sha1sum="5dc8275617998cb2c68526883a4670b0de518c55" type="tarxz">https://download.kde.org/stable/kdb/src/kdb-3.1.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -62,6 +62,20 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>3.1.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasl</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2018-09-10</Date>
|
||||
<Version>3.1.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasl</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>3.0.2</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.sdk</PartOf>
|
||||
<Summary>Scripts and setting files useful during development of KDE software</Summary>
|
||||
<Description>Scripts and setting files useful during development of KDE software</Description>
|
||||
<Archive type="tarxz" sha1sum="2a26392766667953a3f61a79037e3c22ceab7bd8">mirrors://kde/stable/applications/18.04.1/src/kde-dev-scripts-18.04.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="7c935dc2182eba4a8ba3214124c409af6a82cbd0">mirrors://kde/stable/applications/18.08.2/src/kde-dev-scripts-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-10-11</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>1.1.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>An application to enable/disable qCDebug</Summary>
|
||||
<Description>KDebug control module for KDE. It provides a graphical frontend for the kdebug daemon, which allow enabling or disabling particular debug areas/messages.</Description>
|
||||
<Archive sha1sum="22d332e7223f34a60144181ecff26b41fd7e6ab4" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kdebugsettings-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="152e618e727435a3522de41c90ad590843d904cf" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kdebugsettings-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:library</IsA>
|
||||
<Summary>Common data for KDE Edu applications</Summary>
|
||||
<Description>Common data for KDE Edu applications.</Description>
|
||||
<Archive sha1sum="647ef73ce65d43c656400344dab2b04a6acabdcc" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kdeedu-data-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="9065db092a95aa9b482b837cb03a88a4252c1847" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kdeedu-data-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -28,6 +28,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<License>LGPL</License>
|
||||
<Summary>A collection of plugins to handle mobipocket files</Summary>
|
||||
<Description>A collection of plugins to handle mobipocket files</Description>
|
||||
<Archive sha1sum="b490c33fa44c50da81ae391f1bea7a8414535583" type="tarxz">http://download.kde.org/stable/applications/18.04.1/src/kdegraphics-mobipocket-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="a99d3568810ff508ce4c449481b0c036d6c3f47e" type="tarxz">http://download.kde.org/stable/applications/18.08.2/src/kdegraphics-mobipocket-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<License>LGPL</License>
|
||||
<Summary>A KPart for viewing SVGs</Summary>
|
||||
<Description>A KPart for viewing SVGs</Description>
|
||||
<Archive type="tarxz" sha1sum="15758c9f07433558f3d5e0fe1f94d41fefb3ed56">mirrors://kde/stable/applications/18.04.1/src/svgpart-18.04.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="34ea07d88297d1dbe82baa5abb8c8bc2b7a91aa1">mirrors://kde/stable/applications/18.08.2/src/svgpart-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.graphics</PartOf>
|
||||
<Summary>KDE4 thumbnailer library</Summary>
|
||||
<Description>kdegraphics-thumbnailers contains thumbnail-related libraries.</Description>
|
||||
<Archive sha1sum="462388b5f0f7f288aedb2c9701dd04a5caa773e6" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kdegraphics-thumbnailers-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="56a4902098ffa02187841590718d0dec9a0d6bd7" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kdegraphics-thumbnailers-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Filesharing configuration modlue.</Summary>
|
||||
<Description>Filesharing configuration modlue.</Description>
|
||||
<Archive sha1sum="a4c0a52f6923f778bca92db205c462f35c23e92b" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kdenetwork-filesharing-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="61033c45aa75591773ae821f1584f5ed56d8b398" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kdenetwork-filesharing-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.kde.multimedia</PartOf>
|
||||
<Summary>A video editing GUI for KDE4 using the MLT video framework</Summary>
|
||||
<Description>kdenlive provides dual video monitors, a multi-track timeline and clip list. Other features include customizable layout support, basic effects and transitions.</Description>
|
||||
<Archive sha1sum="1e93e5f6b1ac08ef7a2d34f9c886caeafa83f820" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kdenlive-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="c0e89d0c579d778de9171ebcc873b57d793bf3be" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kdenlive-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
@@ -44,6 +44,8 @@
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>mlt-devel</Dependency>
|
||||
<Dependency>purpose-devel</Dependency>
|
||||
<Dependency>frei0r-plugins-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -87,6 +89,8 @@
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>frei0r-plugins</Dependency>
|
||||
<Dependency>purpose-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -100,6 +104,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-13</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
@@ -234,4 +245,4 @@
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE PIM mail related libraries</Summary>
|
||||
<Description>KDE PIM mail related libraries</Description>
|
||||
<Archive sha1sum="fc70d14c5fb692558d4ada41adc6e648663a69a5" type="tarxz">mirrors://kde/stable/applications/18.04.1/src/kdepim-apps-libs-18.04.1.tar.xz</Archive>
|
||||
<Archive sha1sum="e048b36acbd1178b4bc4157bad0db0be5cae1777" type="tarxz">mirrors://kde/stable/applications/18.08.2/src/kdepim-apps-libs-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -112,6 +112,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2018-10-10</Date>
|
||||
<Version>18.08.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2018-08-11</Date>
|
||||
<Version>18.04.1</Version>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user