Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
alick01
2018-02-04 20:16:49 +03:00
560 changed files with 154199 additions and 145777 deletions
+10 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>OpenType text shaping engine.</Summary>
<Description>The Harfbuzz package contains an OpenType text shaping engine.</Description>
<Archive sha1sum="6f3702cd61ae5b924418ba2aa76c6ecdff92bb47" type="tarbz2">https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.4.2.tar.bz2</Archive>
<Archive sha1sum="acaca9dd723516a06c7a237c9a6894101f736993" type="tarbz2">https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.7.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -20,6 +20,8 @@
<Dependency>graphite2-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>gtk-doc</Dependency>
</BuildDependencies>
</Source>
@@ -80,6 +82,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-01-29</Date>
<Version>1.7.4</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-06</Date>
<Version>1.4.2</Version>
+22 -3
View File
@@ -12,11 +12,13 @@
<IsA>library</IsA>
<Summary>D-Bus Service to Manipulate User Account Information</Summary>
<Description>accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.</Description>
<Archive sha1sum="5bd43f04e1e69febb656d86eb1277ec02d624f70" type="tarxz">https://www.freedesktop.org/software/accountsservice/accountsservice-0.6.43.tar.xz</Archive>
<Archive sha1sum="e9d13e6970c52e168eb7d6dc8441a3abafed3dfa" type="tarxz">https://www.freedesktop.org/software/accountsservice/accountsservice-0.6.45.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
@@ -31,7 +33,7 @@
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
<!-- <Path fileType="data">/usr/share/gtk-doc</Path> -->
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/vala/vapi</Path>
<Path fileType="config">/etc/dbus-1/system.d</Path>
@@ -39,7 +41,17 @@
<Path fileType="data">/var/lib/AccountsService/</Path>
</Files>
</Package>
<Package>
<Name>accountsservice-docs</Name>
<IsA>data:doc</IsA>
<Summary>accountsservice reference documents</Summary>
<RuntimeDependencies>
<Dependency>accountsservice</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>accountsservice-devel</Name>
<Summary>accountsservice için geliştirme dosyaları</Summary>
@@ -53,6 +65,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-07</Date>
<Version>0.6.45</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-02-28</Date>
<Version>0.6.43</Version>
+13 -7
View File
@@ -6,16 +6,22 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr")
def build():
autotools.make()
shelltools.cd("build")
shelltools.system("ninja")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "NEWS")
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("COPYING", "NEWS", "README")
+10 -2
View File
@@ -12,8 +12,9 @@
<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="a5d877858a8c66f0d7a627db8498ac767821e4fa" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.16/dconf-editor-3.16.1.tar.xz</Archive>
<Archive sha1sum="942fe5aeb7f1ae6b4f84d4b10fb985741a44047c" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.27/dconf-editor-3.27.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>dconf-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -48,6 +49,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-07</Date>
<Version>3.27.1</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-03-30</Date>
<Version>3.16.1</Version>
@@ -70,4 +78,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+15 -7
View File
@@ -6,16 +6,24 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr --sysconfdir=/etc -Dwith-dbus-service-dir=/usr/share/dbus-1/services \
-Dwith-dbus-system-service-dir=/usr/share/dbus-1/system-services -Dwith-gio-modules-dir=/usr/lib/gio/modules \
-Denable-gtk-doc=false -Denable-man=true")
def build():
autotools.make()
shelltools.cd("build")
shelltools.system("ninja")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "NEWS")
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("COPYING", "NEWS", "README")
+10 -1
View File
@@ -12,8 +12,10 @@
<IsA>app:console</IsA>
<Summary>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="d4ab94969864c3e00515d0c0ee5b8090a7e0f896" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.26/dconf-0.26.0.tar.xz</Archive>
<Archive sha1sum="0a7c416ef3112813d6122306172bb5b7a2ccc8df" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.27/dconf-0.27.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
@@ -66,6 +68,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-07</Date>
<Version>0.27.1</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-03-01</Date>
<Version>0.26.0</Version>
+12 -2
View File
@@ -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="7ce49667f202353ec61f4b4d7e540f064ec7cb9d" type="tarxz">mirrors://gnome/file-roller/3.10/file-roller-3.10.2.1.tar.xz</Archive>
<Archive sha1sum="63e54262768bf276381d5371d2a2f60f9b9edbc1" type="tarxz">mirrors://gnome/file-roller/3.10/file-roller-3.26.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>gconf-devel</Dependency>
@@ -29,6 +29,8 @@
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>file</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>gconf</Dependency>
@@ -43,6 +45,7 @@
<Path fileType="data">/usr/share/help</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/GConf</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="library">/usr/lib/nautilus</Path>
@@ -55,6 +58,13 @@
</Package>
<History>
<Update release="3">
<Date>2018-01-07</Date>
<Version>3.26.2</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2017-03-30</Date>
<Version>3.10.2.1</Version>
@@ -70,4 +80,4 @@
<Email>poyraz76@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+2 -2
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.configure()
autotools.configure("--with-autoconf-archive")
def build():
autotools.make()
@@ -16,4 +16,4 @@ def build():
def install():
autotools.install()
pisitools.dodoc("COPYING", "ChangeLog")
pisitools.dodoc("COPYING", "ChangeLog")
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Common files for development of GNOME packages</Summary>
<Description>gnome-common package contains aclocal macros, makefile headers and documents tools in order to build GNOME sources.</Description>
<Archive sha1sum="e44fffbe5ba9926e43b716cf57263d9294d3080d" type="tarxz">mirrors://gnome/gnome-common/3.10/gnome-common-3.10.0.tar.xz</Archive>
<Archive sha1sum="332e514961374a54dc065b86032eaeb03d6d3cee" type="tarxz">mirrors://gnome/gnome-common/3.18/gnome-common-3.18.0.tar.xz</Archive>
</Source>
<Package>
@@ -26,6 +26,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-11</Date>
<Version>3.18.0</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-03-30</Date>
<Version>3.10.0</Version>
@@ -48,4 +55,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+33 -1
View File
@@ -13,8 +13,9 @@
<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="8ee4f62aabbe5cc5c2e368d35b737bb7af888093" type="tarxz">mirrors://gnome/gvfs/1.20/gvfs-1.20.2.tar.xz</Archive>
<Archive sha1sum="5250c57682fc6039b5c215cc46685c5732de41ca" type="tarxz">mirrors://gnome/gvfs/1.28/gvfs-1.28.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>fuse-devel</Dependency>
<Dependency>avahi-devel</Dependency>
@@ -182,6 +183,7 @@
<Name>gvfs</Name>
<Summary>gvfs package contains all GVFS backends and translations files</Summary>
<RuntimeDependencies>
<Dependency>gcr</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>udisks2</Dependency>
@@ -239,9 +241,32 @@
<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>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-trash</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-rm</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-copy</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-cat</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-info</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-set-attribute</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-less</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-move</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-tree</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-mount</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-mkdir</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-open</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-ls</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-rename</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-save</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-monitor-file</Path>
<Path fileType="data">/usr/share/bash-completion/completions/gvfs-monitor-dir</Path>
<Path fileType="data">/usr/share/dbus-1/services/gvfs-daemon.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/gvfs-metadata.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gtk.vfs.Metadata.service</Path>
<Path fileType="data">/usr/share/dbus-1/services/org.gtk.vfs.Daemon.service</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.gnome.system.dns_sd.gschema.xml</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml</Path>
<Path fileType="data">/usr/share/gvfs/mounts/burn.mount</Path>
@@ -266,6 +291,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-08</Date>
<Version>1.28.4</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-04-08</Date>
<Version>1.20.2</Version>
+22 -1
View File
@@ -12,10 +12,12 @@
<IsA>library</IsA>
<Summary>Generic Cascading Style Sheet (CSS) parsing and manipulation toolkit</Summary>
<Description>libcroco is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support.</Description>
<Archive sha1sum="35203ccb3c30ae1d0956a362c6aabe6109e582f3" type="tarxz">mirrors://gnome/libcroco/0.6/libcroco-0.6.11.tar.xz</Archive>
<Archive sha1sum="f34287280cbf44d6c9628d15fa8a16347753a1d5" type="tarxz">mirrors://gnome/libcroco/0.6/libcroco-0.6.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">multilib.patch</Patch>
@@ -34,6 +36,17 @@
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>libcroco-docs</Name>
<IsA>data:doc</IsA>
<Summary>libcroco reference documents</Summary>
<RuntimeDependencies>
<Dependency>libcroco</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>libcroco-devel</Name>
@@ -41,6 +54,7 @@
<RuntimeDependencies>
<Dependency release="current">libcroco</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -70,6 +84,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-01-07</Date>
<Version>0.6.12</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-02-20</Date>
<Version>0.6.11</Version>
+13 -2
View File
@@ -11,7 +11,7 @@
<IsA>library</IsA>
<Summary>A helper library for RESTful services.</Summary>
<Description>This library was designed to make it easier to access web services that claim to be "RESTful".</Description>
<Archive sha1sum="e8cb955148745e75313766a6b5fb7a0da6bf42e8" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/rest-0.7.92.tar.xz</Archive>
<Archive sha1sum="602c81cfd088b3a06311d01c01954ae67c47b95d" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.8/rest-0.8.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>libsoup-devel</Dependency>
@@ -22,6 +22,8 @@
<Package>
<Name>librest</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libsoup-gnome</Dependency>
</RuntimeDependencies>
@@ -38,6 +40,8 @@
<RuntimeDependencies>
<Dependency>libsoup-devel</Dependency>
<Dependency release="current">librest</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -68,6 +72,13 @@
</Package>
<History>
<Update release="3">
<Date>2018-01-07</Date>
<Version>0.8.1</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2015-03-18</Date>
<Version>0.7.92</Version>
@@ -83,4 +94,4 @@
<Email>hknyldz93@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+8 -1
View File
@@ -11,7 +11,7 @@
<IsA>app:gui</IsA>
<Summary>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux.</Summary>
<Description>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.</Description>
<Archive sha1sum="96abbaa6a2b58b53f729eb220da233c0d0283d0a" type="tarbz2">http://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-0.23.tar.bz2</Archive>
<Archive sha1sum="681010a17a3a12eda0226778ab8adba9ed6a7708" type="tarbz2">http://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-0.27.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-07</Date>
<Version>0.27</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-02-13</Date>
<Version>0.23</Version>
+9 -1
View File
@@ -12,11 +12,12 @@
<IsA>library</IsA>
<Summary>C++ interface for glib2</Summary>
<Description>Glibmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks and a comprehensive set of widgets that are easily extensible via inheritance.</Description>
<Archive sha1sum="21ed63712e1bf84163768d4b909af80e4373e298" type="tarxz">mirrors://gnome/glibmm/2.50/glibmm-2.50.0.tar.xz</Archive>
<Archive sha1sum="8246192adc17d8e96ae4d2b3b555f31c282e9188" type="tarxz">mirrors://gnome/glibmm/2.54/glibmm-2.54.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>libsigc++-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>perl-XML-Parser</Dependency>
</BuildDependencies>
</Source>
@@ -52,6 +53,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-08</Date>
<Version>2.54.1</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-17</Date>
<Version>2.50.0</Version>
+4
View File
@@ -10,8 +10,12 @@ from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fiv")
autotools.configure("--enable-vala \
--disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
+24 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Scalable Vector Graphics (SVG) rendering library</Summary>
<Description>librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics.</Description>
<Archive sha1sum="6d800afa8d886eba9c3039875d4fc89a8004932f" type="tarxz">mirrors://gnome/librsvg/2.40/librsvg-2.40.16.tar.xz</Archive>
<Archive sha1sum="244441b0f83ea8b3888cea2e9337eed3426f0149" type="tarxz">mirrors://gnome/librsvg/2.40/librsvg-2.40.20.tar.xz</Archive>
<BuildDependencies>
<Dependency>libcroco-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -31,9 +31,11 @@
<Name>librsvg</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>libcroco</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
@@ -41,15 +43,28 @@
<Path fileType="config">/etc/gtk-2.0</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/themes</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<!-- <Path fileType="doc">/usr/share/gtk-doc</Path> -->
<Path fileType="data">/usr/share/gir-1.0/Rsvg-2.0.gir</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>librsvg-docs</Name>
<IsA>data:doc</IsA>
<Summary>librsvg reference documents</Summary>
<RuntimeDependencies>
<Dependency>librsvg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>librsvg-devel</Name>
@@ -68,6 +83,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-01-08</Date>
<Version>2.40.20</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-20</Date>
<Version>2.40.16</Version>
@@ -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="d2566cf654bc7d871e81aff03bf261727daf5110" type="tarxz">http://download.kde.org/stable/applications/17.12.0/src/akonadi-calendar-tools-17.12.0.tar.xz</Archive>
<Archive sha1sum="7c391f851407baa37d8508fb31b571fc348d1c1b" type="tarxz">http://download.kde.org/stable/applications/17.12.1/src/akonadi-calendar-tools-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
@@ -37,7 +37,7 @@
<Dependency>kidentitymanagement-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -66,6 +66,13 @@
</Package>
<History>
<Update release="8">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Akonadi calendar integration</Summary>
<Description>Calendar integration for Akonadi.</Description>
<Archive sha1sum="e9aca5fa82ad4b94a890336362a08ce9fc3d77dd" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/akonadi-calendar-17.12.0.tar.xz</Archive>
<Archive sha1sum="15cc246a696d2b2c448ace950c2ed71768fb974a" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/akonadi-calendar-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
@@ -40,7 +40,7 @@
<Dependency>prison-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -96,6 +96,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-26</Date>
<Version>17.12.0</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="e58a84c393ecdad7aa08d119a549165b803fbdd2" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/akonadi-contacts-17.12.0.tar.xz</Archive>
<Archive sha1sum="d2d07d73bc424f561105c337fdb9c705666b3579" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/akonadi-contacts-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.7.1" >qt5-webengine-devel</Dependency>
@@ -39,7 +39,7 @@
<Dependency>grantlee-qt5-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -92,6 +92,13 @@
</Package>
<History>
<Update release="13">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-12-26</Date>
<Version>17.12.0</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="aa4086d59e663d042e4668cf7c727243f80ad092" type="tarxz">http://download.kde.org/stable/applications/17.08.3/src/akonadi-import-wizard-17.08.3.tar.xz</Archive>
<Archive sha1sum="cd72e2d380fdf60e3b04b1b30ae51babd05b3f01" type="tarxz">http://download.kde.org/stable/applications/17.12.1/src/akonadi-import-wizard-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
@@ -44,7 +44,10 @@
<Dependency>kimap-devel</Dependency>
<Dependency>libkleo-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-qt5-devel</Dependency>
<Dependency>mailimporter-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
@@ -93,6 +96,13 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2018-02-04</Date>
<Version>17.12.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-11-11</Date>
<Version>17.08.3</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="b722f9087aceb7ab978deaf0882b89c567c1fa55" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/akonadi-mime-17.12.0.tar.xz</Archive>
<Archive sha1sum="99cc55a9923922975bfed7ba971b2ec66b337bf4" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/akonadi-mime-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -70,6 +70,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="6e0939ab6c49354e39697f5cc845147cc09ba479" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/akonadi-notes-17.12.0.tar.xz</Archive>
<Archive sha1sum="be244a732b1cdc5c581a6a05ac984b9ab34294de" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/akonadi-notes-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -31,7 +31,7 @@
<Dependency>shared-mime-info</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -73,6 +73,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="9042b7aaa123eb4d0a2fbd5fc722573adabeaba8" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/akonadi-search-17.12.0.tar.xz</Archive>
<Archive sha1sum="53bba0ba977b61d5533b109060b4812d5fc13a5e" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/akonadi-search-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
@@ -44,7 +44,7 @@
<Dependency>akonadi-mime-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -111,6 +111,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+9 -2
View File
@@ -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="eb391851ee5aacab10ce9627f01d3756ab34dc84" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/akonadi-17.12.0.tar.xz</Archive>
<Archive sha1sum="72008d0653f6d0eed5f8b93bc8b5ee99396a8cac" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/akonadi-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-sql-mysql</Dependency>
@@ -33,7 +33,7 @@
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -90,6 +90,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-16</Date>
<Version>17.12.0</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="d63838ecec76149845d7d820907be6e39a79cc63">http://download.kde.org/stable/applications/17.08.3/src/akonadiconsole-17.08.3.tar.xz</Archive>
<Archive type="tarxz" sha1sum="8f2b3362553655d9e9a3ee0ff0601dfd07596d2b">http://download.kde.org/stable/applications/17.12.1/src/akonadiconsole-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>akonadi-contacts-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
@@ -34,6 +34,9 @@
<Dependency>ktextwidgets-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency versionFrom="5.39.0">kio-devel</Dependency>
<Dependency versionFrom="5.39.0">kitemviews-devel</Dependency>
<Dependency versionFrom="5.7.1">akonadi-search-devel</Dependency>
<Dependency versionFrom="16.12.0">libkdepim-devel</Dependency>
<Dependency>libkleo-devel</Dependency>
<Dependency>messagelib-devel</Dependency>
@@ -49,6 +52,9 @@
<Dependency>kidentitymanagement-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>gpgme-qt5-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
@@ -92,6 +98,13 @@
</Package>
<History>
<Update release="7">
<Date>2018-02-04</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
+11 -1
View File
@@ -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="560ca63d61f3f3d1551e4cfa34d20a6db1676e52" type="tarxz">http://download.kde.org/stable/applications/17.08.3/src/akregator-17.08.3.tar.xz</Archive>
<Archive sha1sum="2db615e6678ab7036d9a5b56940e4f16b26ad3c3" type="tarxz">http://download.kde.org/stable/applications/17.12.1/src/akregator-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
@@ -36,6 +36,7 @@
<Dependency>akonadi-contacts-devel</Dependency>
<Dependency>libkleo-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-qt5-devel</Dependency>
<Dependency>messagelib-devel</Dependency>
<Dependency>pimcommon-devel</Dependency>
<Dependency>kimap-devel</Dependency>
@@ -43,6 +44,8 @@
<Dependency>cyrus-sasl-devel</Dependency>
<Dependency>kpimtextedit-devel</Dependency>
<Dependency>ksyndication-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
@@ -90,6 +93,13 @@
</Package>
<History>
<Update release="8">
<Date>2018-02-04</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
+8 -1
View File
@@ -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="6c786d987148e4634d189b8d92f6ec8647e307a8" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/analitza-17.12.0.tar.xz</Archive>
<Archive sha1sum="c0f7c4997d4af488d7bea95b0e5c454f87005c4f" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/analitza-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>eigen3</Dependency>
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+17 -2
View File
@@ -13,9 +13,15 @@
<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="4220f340556bceb6d2debd15bacc91488de970df" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/ark-17.12.0.tar.xz</Archive>
<Archive sha1sum="3bc6cf9fc6d2cf1cf5515f4a75ef59c22ea0649b" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/ark-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>rar</Dependency>
<Dependency>unrar</Dependency>
<Dependency>p7zip</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libzip-devel</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
@@ -36,6 +42,8 @@
<Name>ark</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libzip</Dependency>
<Dependency>libarchive</Dependency>
<Dependency>karchive</Dependency>
<Dependency>kcrash</Dependency>
@@ -71,8 +79,15 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Date>2018-01-14</Date>
<Version>17.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
@@ -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="99e0de0702659098621301089b7d0857d5d173a7" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/artikulate-17.12.0.tar.xz</Archive>
<Archive sha1sum="acfee5d4a7054d65832317f1b42ba45ced48648d" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/artikulate-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>cmake</Dependency>
@@ -74,6 +74,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -13,7 +13,7 @@
<License>LGPL</License>
<Summary>Kioslave for accessing audio CDs</Summary>
<Description>Kioslave for accessing audio CDs</Description>
<Archive sha1sum="b8ecb0cb6cafc27a9709e05b4175d8266a87daaf" type="tarxz">https://download.kde.org/stable/applications/17.12.0/src/audiocd-kio-17.12.0.tar.xz</Archive>
<Archive sha1sum="576d33ec98ca5d82e38b3abbf454cc1cd4ae3474" type="tarxz">https://download.kde.org/stable/applications/17.12.1/src/audiocd-kio-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>cdparanoia-devel</Dependency>
<Dependency>flac-devel</Dependency>
@@ -82,6 +82,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="4d17ea732f84bb68859100fcfa45dbc08d526823">mirrors://kde/stable/applications/17.12.0/src/baloo-widgets-17.12.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="d0d2d42185249ce61a58b33acc65c735f796922c">mirrors://kde/stable/applications/17.12.1/src/baloo-widgets-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>baloo-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="d0d2ffdca531829852bbb7799ca436c66b19311c" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/blinken-17.12.0.tar.xz</Archive>
<Archive sha1sum="4f70add19b8ad731bb9d61d30374d153fc216c07" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/blinken-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -49,6 +49,13 @@
</Files>
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>A KDE blogging client</Summary>
<Description>Blogilo is an fully-featured blogging client. It allows local creation and editing of blog posts. Various blogging APIs are supported for publishing.</Description>
<Archive sha1sum="930dc06fd8e7662bf6b780439c8160835be45958" type="tarxz">http://download.kde.org/stable/applications/17.08.3/src/blogilo-17.08.3.tar.xz</Archive>
<Archive sha1sum="930dc06fd8e7662bf6b780439c8160835be45958" type="tarxz">https://download.kde.org/stable/applications/17.08.3/src/blogilo-17.08.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>boost-devel</Dependency>
@@ -88,6 +88,13 @@
</Package>
<History>
<Update release="7">
<Date>2018-02-04</Date>
<Version>17.08.3</Version>
<Comment>Release bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
+8 -1
View File
@@ -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="78f86c30fbb8181431a5fbc0582b5c904f025b69" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/bomber-17.12.0.tar.xz</Archive>
<Archive sha1sum="0403976e0b39daf5c9d3182d027ffce25deb2a8c" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/bomber-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="49d70d750323f614e9c6bace516fd81e2e03866d" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/bovo-17.12.0.tar.xz</Archive>
<Archive sha1sum="acb318327fd585c14e467c84d8373c9e0682b903" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/bovo-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -10,7 +10,7 @@
<IsA>app:console</IsA>
<Summary>Calendar support library</Summary>
<Description>Calendar support library</Description>
<Archive type="tarxz" sha1sum="79c0ebbd13cd05f501e8a8f8f91f172593e5c13e">mirrors://kde/stable/applications/17.12.0/src/calendarsupport-17.12.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="ac13508091503c894097aa2036762a54a17c47e4">mirrors://kde/stable/applications/17.12.1/src/calendarsupport-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -45,7 +45,7 @@
<Dependency>akonadi-contacts-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -98,6 +98,13 @@
</Package>
<History>
<Update release="14">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-12-16</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="c02c986f2ceb9180bf267c437a191fd1e2835de4" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/cantor-17.12.0.tar.xz</Archive>
<Archive sha1sum="05428739d10c70122505d0e3cce0ff46771f4dc3" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/cantor-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -106,6 +106,13 @@
</Package>-->
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -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="90fa6c49465f09aa5112581d3b98957eec648141" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/dolphin-plugins-17.12.0.tar.xz</Archive>
<Archive sha1sum="fd15f53744c6edde068ec40e82f11c73c229b970" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/dolphin-plugins-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>KDE File Manager</Summary>
<Description>Dolphin is the File Manager for KDE.</Description>
<Archive sha1sum="7215b5957e32c11a866977f0238a5f88b865aadf" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/dolphin-17.12.0.tar.xz</Archive>
<Archive sha1sum="02200a2a67fb25f84154c4f9c7d214f406f7555b" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/dolphin-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
@@ -108,6 +108,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="b0814b26d3684796a24e83988df60074d466ae16" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/dragon-17.12.0.tar.xz</Archive>
<Archive sha1sum="6b0a02228a8d32fcdb238e543d7bc86b08d34b47" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/dragon-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="36cf029f00ca97b7d78015b87e5435252a584709">mirrors://kde/stable/applications/17.12.0/src/eventviews-17.12.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="4c1c2688be441d9e36ead54fafca7bdbbbcbc5d8">mirrors://kde/stable/applications/17.12.1/src/eventviews-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -42,7 +42,7 @@
<Dependency>kdiagram-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -96,6 +96,13 @@
</Package>
<History>
<Update release="14">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-12-15</Date>
<Version>17.12.0</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="81979375cf9d30ab8676a7d754b3ca0a924fb956" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/ffmpegthumbs-17.12.0.tar.xz</Archive>
<Archive sha1sum="7c236d63fcd3c019a37b8ff3a3497003684d1acf" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/ffmpegthumbs-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="01d69fd6b8a5fdc56f41ca275ffcaced448af953" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/filelight-17.12.0.tar.xz</Archive>
<Archive sha1sum="7f43aad4f8392fc1b7b63b04800f716b01a2dfb9" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/filelight-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="1637de8d2ce8e26fe4d8e6cc6c1202d28d0882af" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/granatier-17.12.0.tar.xz</Archive>
<Archive sha1sum="546c3d36c195f1c81eaca0a2dd8baeaf7d386509" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/granatier-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>Editor for Grantlee themes</Summary>
<Description>Editor for Grantlee themes</Description>
<Archive sha1sum="81e31fe66673b4f62c95854ceb9da3d486fd54f1" type="tarxz">mirrors://kde/stable/applications/17.08.3/src/grantlee-editor-17.08.3.tar.xz</Archive>
<Archive sha1sum="938a3670febdd5458fec01fc6e45afef5769a4e9" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/grantlee-editor-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-webengine-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
@@ -35,6 +35,7 @@
<Dependency>libkleo-devel</Dependency>
<Dependency>kparts-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-qt5-devel</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
@@ -43,6 +44,8 @@
<Dependency>kimap-devel</Dependency>
<Dependency>kmime-devel</Dependency>
<Dependency>grantlee-qt5-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
@@ -84,6 +87,13 @@
</Package>
<History>
<Update release="7">
<Date>2018-02-04</Date>
<Version>17.12.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Library for Grantlee theming support</Summary>
<Description>Library for Grantlee theming support</Description>
<Archive sha1sum="a350e435365825c734e66ec75c9511c4fd5bfe9f" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/grantleetheme-17.12.0.tar.xz</Archive>
<Archive sha1sum="6102c1dacc0b4523249cc53ff5606f2a9dfff2f8" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/grantleetheme-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -22,7 +22,7 @@
<Dependency>knewstuff-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -76,6 +76,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="ace37dbffd573d65be1774ef148e194737569a6d" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/gwenview-17.12.0.tar.xz</Archive>
<Archive sha1sum="ffecd0f856bab085a9bedc99e3ddaabd502db294" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/gwenview-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>KDE PIM incidence editor.</Summary>
<Description>KDE PIM incidence editor.</Description>
<Archive sha1sum="69daa6750631f3edb8f377b985407d49c7b5975a" type="tarxz">http://download.kde.org/stable/applications/17.12.0/src/incidenceeditor-17.12.0.tar.xz</Archive>
<Archive sha1sum="3c8e9cadf543314fdba8445fdf720e37bb2de0eb" type="tarxz">http://download.kde.org/stable/applications/17.12.1/src/incidenceeditor-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -48,7 +48,7 @@
<Dependency>akonadi-contacts-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -113,6 +113,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="ed90dffb8340d0ed3689eb9edc3c4691ecbd1445" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kaccounts-integration-17.12.0.tar.xz</Archive>
<Archive sha1sum="a9f3c2d314aaa8a90583ee1e62554bc5f16f352c" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kaccounts-integration-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="6152d0e9452c8100f41446ccc838906c67097d15" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kaccounts-providers-17.12.0.tar.xz</Archive>
<Archive sha1sum="98e3802d31eeef3118be7d32e71d7efcb00a6b0a" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kaccounts-providers-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>intltool</Dependency>
@@ -55,6 +55,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -11,9 +11,10 @@
<License>GPLv2</License>
<Summary>KDE contact manager</Summary>
<Description>KAddressBook reborn to make your data available to all your applications</Description>
<Archive sha1sum="d51a2a0a4df4a7168318673e8b987ecbb7ebd151" type="tarxz">mirrors://kde/stable/applications/17.08.3/src/kaddressbook-17.08.3.tar.xz</Archive>
<Archive sha1sum="ec05079b87a3c4ecc3b09dfe7eb8d436892add7e" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kaddressbook-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.7.1">gpgme-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-qt5-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
@@ -82,6 +83,13 @@
</Package>
<History>
<Update release="8">
<Date>2018-02-04</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
+8 -1
View File
@@ -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="0f3f3c6a892aa88c641326116de8bdfa89902930">http://download.kde.org/stable/applications/17.08.3/src/kalarm-17.08.3.tar.xz</Archive>
<Archive type="tarxz" sha1sum="2932272656dfb300ab00d442b86d20236d393d26">http://download.kde.org/stable/applications/17.12.1/src/kalarm-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>akonadi-contacts-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
@@ -119,6 +119,13 @@
</Package>
<History>
<Update release="8">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
+9 -2
View File
@@ -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="4c3e0c4a2e949dafdabb84f35c988ee9ac57f946" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kalarmcal-17.12.0.tar.xz</Archive>
<Archive sha1sum="dcba6bd24193e5a387b4edfb826d7a54159a115f" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kalarmcal-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
@@ -33,7 +33,7 @@
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -73,6 +73,13 @@
</Package>
<History>
<Update release="16">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2017-12-26</Date>
<Version>17.12.0</Version>
+11 -1
View File
@@ -14,11 +14,12 @@
<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="c242233f496e3e845441fb1fbfcf97ddf571e5b3" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kalgebra-17.12.0.tar.xz</Archive>
<Archive sha1sum="b86523489fa7b943bc15de3a91d56b80cebe9f57" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kalgebra-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.9.3">qt5-declarative</Dependency>
<!--<Dependency>qt5-quick1-devel</Dependency>--><!--no longer need-->
<Dependency versionFrom="5.7.1">qt5-svg-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-webkit-devel</Dependency>
@@ -34,6 +35,8 @@
<Dependency>kio-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-webengine-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
@@ -64,6 +67,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="d6da19ad5cc34c67221a1a3e5d95d2dab43fe735" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kamera-17.12.0.tar.xz</Archive>
<Archive sha1sum="13e0553b2e3ab0b72b1cd873044787334cc6219c" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kamera-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="e9f976a0bfd2083204cc281c3eceeecbcfccc14a" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kanagram-17.12.0.tar.xz</Archive>
<Archive sha1sum="399063842cc2dde02cac92be8cc9337d0b531ab2" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kanagram-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="a40e7621e0dba17cc649784d5bb48e252a15af93" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kapman-17.12.0.tar.xz</Archive>
<Archive sha1sum="983e4e0ab63dfb1e862e3f83f555b579a77409a5" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kapman-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="8a3de591073cca770574a4feb8599b7386876d35" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kapptemplate-17.12.0.tar.xz</Archive>
<Archive sha1sum="cb022c879ba179b04547bb887155aa22078ec980" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kapptemplate-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="2f351c16580a05cf5fc20f1512d7f33963e6bd45" type="tarxz">https://download.kde.org/stable/applications/17.12.0/src/kate-17.12.0.tar.xz</Archive>
<Archive sha1sum="4a597204209cc8f09658cda299afe023cac55119" type="tarxz">https://download.kde.org/stable/applications/17.12.1/src/kate-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>plasma-framework-devel</Dependency>
@@ -85,6 +85,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="fdb4186dd9e9cf73a23057c4e373f0acec6d7188" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/katomic-17.12.0.tar.xz</Archive>
<Archive sha1sum="ee739ab68963521c327d80b063dd3dc45e6f5588" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/katomic-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="06543da23ac08f13d33547d737dfbb0438a56e2a" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kblackbox-17.12.0.tar.xz</Archive>
<Archive sha1sum="a5d312ead9f9ae048ca3a1ae1f4b24b1be7c58f1" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kblackbox-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="425bc9aaee2a8597a1fb013b922869c5cd4f75f8" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kblocks-17.12.0.tar.xz</Archive>
<Archive sha1sum="d86467160a6087fe89fdb75442944f4e32af3303" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kblocks-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="f1c5aaacd42144ce5499eef3073ac8587dfb5585" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kblog-17.12.0.tar.xz</Archive>
<Archive sha1sum="eefb7edb39d16d549fd041671d8e13b04cbe67b3" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kblog-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
@@ -69,6 +69,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="682658e0e2f5100003821e1d6bd1831f12b25a0f" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kbounce-17.12.0.tar.xz</Archive>
<Archive sha1sum="296c87f9680466612dc5c6460ac18c609c9bd473" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kbounce-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="15ab084ec3c401a5325d40ebba47f3df1ee2a22a" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kbreakout-17.12.0.tar.xz</Archive>
<Archive sha1sum="523543aa904d12c7dda13efda5ac66a3d535fd34" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kbreakout-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="5fe9d009d0bc6e2c5b3cb1e00f0693f51b7cc79a" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kbruch-17.12.0.tar.xz</Archive>
<Archive sha1sum="cfba83011d92f143431e109d5fb6ba4da6e05989" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kbruch-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
<Dependency>kdoctools-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="a47ac21affd45689f05a9cbb6ed34fe56a61388d" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kcalc-17.12.0.tar.xz</Archive>
<Archive sha1sum="6ccc19cfaacbca16904c04f69a8c9f6b683ef9b6" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kcalc-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+9 -2
View File
@@ -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="42f09dddbc21a48560848a91783ff89ea6f9bafe" type="tarxz">https://download.kde.org/stable/applications/17.12.0/src/kcalcore-17.12.0.tar.xz</Archive>
<Archive sha1sum="964e8bc4ed8709935b44d302e317db21edd67733" type="tarxz">https://download.kde.org/stable/applications/17.12.1/src/kcalcore-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>db-devel</Dependency>
@@ -28,7 +28,7 @@
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="16">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2017-12-26</Date>
<Version>17.12.0</Version>
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:library</IsA>
<Summary>The KDE calendar utility library</Summary>
<Description>Calendar utility library for KDE</Description>
<Archive sha1sum="5a972479c43b0adf3757c40ee2edc8b396786dbf" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kcalutils-17.12.0.tar.xz</Archive>
<Archive sha1sum="7a8593f17229fe4dcd58ea9d92bc26d0babebc5e" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kcalutils-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency >qt5-base-devel</Dependency>
<Dependency >kcalcore-devel</Dependency>
@@ -32,7 +32,7 @@
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -77,6 +77,13 @@
</Package>
<History>
<Update release="16">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2017-12-26</Date>
<Version>17.12.0</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="0016944207bcac6ab8fcd9a28141e9907335ded5" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kcharselect-17.12.0.tar.xz</Archive>
<Archive sha1sum="df2abf367c0a7725500c95e1ee99e3b6d5c0ad01" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kcharselect-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="54d710175a5c6de6a39ea4a29d2764fb4c0a7017" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kcolorchooser-17.12.0.tar.xz</Archive>
<Archive sha1sum="cffbff03263bab4f0cd97e92649e0bd3b3837b55" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kcolorchooser-17.12.1.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="13">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+9 -2
View File
@@ -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="c452dadd130d0f6e02fbf41c1ab8f5d52e04f030" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kcontacts-17.12.0.tar.xz</Archive>
<Archive sha1sum="1dde05ce71e72b2cfd9e6d6eef42d9828846deda" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kcontacts-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
@@ -23,7 +23,7 @@
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-16</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="0ba64ae5400842359ddec0c2dda72125ca912979" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kcron-17.12.0.tar.xz</Archive>
<Archive sha1sum="90a6e2e241094b9a895790ce7fbd16f15d277db7" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kcron-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+9 -2
View File
@@ -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="14489901990a71c02b35107da93dce3010895aeb" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdav-17.12.0.tar.xz</Archive>
<Archive sha1sum="cc5d85c88407402d6a61fee2d24496d560c2e6fc" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdav-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
<Dependency>kio-devel</Dependency>
@@ -24,7 +24,7 @@
<Dependency versionFrom="5.7.1">qt5-xmlpatterns-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="7">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-12-16</Date>
<Version>17.12.0</Version>
+7
View File
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-02-03</Date>
<Version>3.0.2</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasl</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-10-14</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="46343112ca312e15a7e48b3746d5180027dd25d2">mirrors://kde/stable/applications/17.12.0/src/kde-dev-scripts-17.12.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="1049fd117142856d80d7dab8ffc4872ac1f4aeaf">mirrors://kde/stable/applications/17.12.1/src/kde-dev-scripts-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-02-03</Date>
<Version>1.1.0</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2017-06-30</Date>
<Version>1.1.0</Version>
@@ -53,4 +60,4 @@
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -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="9cdaef46708cb717b9ba59ca8212c2f30722053d" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdebugsettings-17.12.0.tar.xz</Archive>
<Archive sha1sum="43c27f86eda362a41d759440bef2b91449c0ae54" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdebugsettings-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="9a1d16934d972ca37df6b7bb655266e4b8928f65" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdeedu-data-17.12.0.tar.xz</Archive>
<Archive sha1sum="b0933ef1b090b1be1776cc76275b1d17e3884bf4" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdeedu-data-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</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="45c84cc0d654a7f0af92bccbac82605d1cb43a20" type="tarxz">http://download.kde.org/stable/applications/17.12.0/src/kdegraphics-mobipocket-17.12.0.tar.xz</Archive>
<Archive sha1sum="bb74dd5d3219a5b158a5735255f3b96f89886abb" type="tarxz">http://download.kde.org/stable/applications/17.12.1/src/kdegraphics-mobipocket-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kio-devel</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="9">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2017-12-15</Date>
<Version>17.12.0</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="430b69bcc8cb9c2b4619725a998290a7d564f59b">mirrors://kde/stable/applications/17.12.0/src/svgpart-17.12.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="25c27eade052ef2e8d9661451299e41fd680eb94">mirrors://kde/stable/applications/17.12.1/src/svgpart-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -46,6 +46,13 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-12-15</Date>
<Version>17.12.0</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="5724d0d92a5acee2e55c069b461a851151ebffb8" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdegraphics-thumbnailers-17.12.0.tar.xz</Archive>
<Archive sha1sum="f4b81fd7afe93b6f5359b5b9a9f232687634f7c5" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdegraphics-thumbnailers-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Filesharing configuration modlue.</Summary>
<Description>Filesharing configuration modlue.</Description>
<Archive sha1sum="46356483448e6e5e56d518d8d8afcb39566aa716" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdenetwork-filesharing-17.12.0.tar.xz</Archive>
<Archive sha1sum="929335dadb8a36559eaff4364bb37f3c633da947" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdenetwork-filesharing-17.12.1.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="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -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="d59687b00f3fea3b990e8274b8b03b39542bdbb3" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdenlive-17.12.0.tar.xz</Archive>
<Archive sha1sum="975afbc595f87cbea4a5700aa2c8aca577e78e09" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdenlive-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -100,6 +100,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -13,7 +13,7 @@
<License>LGPL</License>
<Summary>Addons for the KDE PIM apllications</Summary>
<Description>Addons for the KDE PIM apllications</Description>
<Archive sha1sum="de9df6f8dafeb0cb745e49b1b52c80087ed42223" type="tarxz">mirrors://kde/stable/applications/17.08.3/src/kdepim-addons-17.08.3.tar.xz</Archive>
<Archive sha1sum="18a5a23315f43a350d3366f1884f6ce67452a8d3" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdepim-addons-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>akonadi-calendar-devel</Dependency>
<Dependency>akonadi-devel</Dependency>
@@ -75,9 +75,11 @@
<Dependency>kunitconversion-devel</Dependency>
<Dependency>kimap-devel</Dependency>
<Dependency>gpgme-devel</Dependency>
<Dependency>gpgme-qt5-devel</Dependency>
<Dependency>kdiagram-devel</Dependency>
<Dependency>grantlee-qt5-devel</Dependency>
<Dependency>libksieve-devel</Dependency>
<Dependency>prison-devel</Dependency>
<Dependency>syntax-highlighting-devel</Dependency>
</BuildDependencies>
</Source>
@@ -161,6 +163,13 @@
</Package>
<History>
<Update release="9">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2017-11-11</Date>
<Version>17.08.3</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>KDE PIM mail related libraries</Summary>
<Description>KDE PIM mail related libraries</Description>
<Archive sha1sum="59a8972085c1714cc7d583c135dcbd9095c1651b" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdepim-apps-libs-17.12.0.tar.xz</Archive>
<Archive sha1sum="42b867379e6b18995315504de12a453eb8800da3" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdepim-apps-libs-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -35,7 +35,7 @@
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-webkit-devel</Dependency>
<Dependency>kdewebkit-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-devel</Dependency>
<Dependency versionFrom="1.7.1">gpgme-qt5-devel</Dependency>
<Dependency>akonadi-calendar-devel</Dependency>
<Dependency>akonadi-search-devel</Dependency>
<Dependency>akonadi-contacts-devel</Dependency>
@@ -46,7 +46,7 @@
<Dependency versionFrom="2.1.26">cyrus-sasl-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -112,6 +112,20 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2018-01-12</Date>
<Version>17.12.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -14,7 +14,7 @@
<IsA>app:gui</IsA>
<Summary>KDE5 PIM Runtime Environment</Summary>
<Description>kdepim-runtime contains KDE5 PIM (Personal Information Management) runtime environment like akonadi agents.</Description>
<Archive sha1sum="6be953039a8eae37a7eb7dabff3bed06d46e2091" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdepim-runtime-17.12.0.tar.xz</Archive>
<Archive sha1sum="e55ad49cf14ad1e3beeba6c3af07a0e027d5b1d8" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdepim-runtime-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>kdoctools-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -54,9 +54,11 @@
<Dependency>akonadi-contacts-devel </Dependency>
<Dependency>qt5-speech-devel</Dependency>
<Dependency>kdav-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>qt5.patch</Patch>
<!--Patch>qt5.patch</Patch-->
</Patches>
</Source>
@@ -128,6 +130,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -70,6 +70,13 @@
</Package>
<History>
<Update release="9">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -13,7 +13,7 @@
<PartOf>desktop.kde.sdk</PartOf>
<Summary>Translation file thumbnail generators</Summary>
<Description>Translation file thumbnail generators</Description>
<Archive sha1sum="b230f606df1eb4171dfcf3d8697f97ff67000424" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdesdk-thumbnailers-17.12.0.tar.xz</Archive>
<Archive sha1sum="f260d65030b9568417da6366194a96d5f81d9b99" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdesdk-thumbnailers-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<License>LGPL</License>
<Summary>View Disk Usage</Summary>
<Description>KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.</Description>
<Archive type="tarxz" sha1sum="3759b82a08b02062824608afaf720dce18a2dc4f">http://download.kde.org/stable/applications/17.12.0/src/kdf-17.12.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="2d3cc497a88077291ee3fe38afb28038ea3928dc">http://download.kde.org/stable/applications/17.12.1/src/kdf-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -54,6 +54,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<Summary>kdialog allows you to display dialog boxes from shell scripts</Summary>
<Description>The syntax is very much inspired from the "dialog" command
(which shows text mode dialogs).</Description>
<Archive sha1sum="87f43148ff3d75daa37c14da6a099adee169ec0c" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdialog-17.12.0.tar.xz</Archive>
<Archive sha1sum="94eed5391b730f1eb2f80e2ad3eba20dc66d8910" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdialog-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -67,6 +67,13 @@
</Package>
<History>
<Update release="11">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.games</PartOf>
<Summary>Three in a row game</Summary>
<Description>KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds.</Description>
<Archive sha1sum="746ccd67b166c6903a2e900b8753759a187fb783" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kdiamond-17.12.0.tar.xz</Archive>
<Archive sha1sum="717455c5194850676c29aa3365a68eb71dad934a" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kdiamond-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -11,7 +11,7 @@
<License>GPLv2</License>
<Summary>Bookmark Organizer and Editor</Summary>
<Description>Bookmark Organizer and Editor</Description>
<Archive sha1sum="2db83fc22f1e536ce6af8f9bd0b3ee000449710b" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/keditbookmarks-17.12.0.tar.xz</Archive>
<Archive sha1sum="662ebfd45723a0e6ac6305923b2590811c1da559" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/keditbookmarks-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -25,7 +25,7 @@
<Dependency>python-devel</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="a07ba8c9d373c23f1c05a1ab5b87ff23bf7e42d6" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kfind-17.12.0.tar.xz</Archive>
<Archive sha1sum="4de498d65485d1fecb416c9b364dc8aa2800e093" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kfind-17.12.1.tar.xz</Archive>
</Source>
<Package>
<Name>kfind</Name>
@@ -61,6 +61,13 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.utils</PartOf>
<Summary>A floppy formatter</Summary>
<Description>KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks.</Description>
<Archive sha1sum="cdf3161d1c7b306586beea4f1c9c2b94cb86c451" type="tarxz">http://download.kde.org/stable/applications/17.12.0/src/kfloppy-17.12.0.tar.xz</Archive>
<Archive sha1sum="63d476abd31f38d09cf123a55a882aaae64ad0f1" type="tarxz">http://download.kde.org/stable/applications/17.12.1/src/kfloppy-17.12.1.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="12">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.games</PartOf>
<Summary>Four in a row board game</Summary>
<Description>KFourInLine is a board game for two players based on the Connect-Four game.</Description>
<Archive sha1sum="ef1c83f583b8f6b7067bae904bd5a8b874288a65" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/kfourinline-17.12.0.tar.xz</Archive>
<Archive sha1sum="69fc71f70ca78a3daa21a859b985220bf7dfc013" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/kfourinline-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
@@ -70,6 +70,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.edu</PartOf>
<Summary>KGeography is a geography learning tool</Summary>
<Description>KGeography is a geography learning tool, which allows you to learn about the political divisions of some countries (divisions, capitals of those divisions and their associated flags if there are some).</Description>
<Archive sha1sum="0c757b5abab695cc981c29ca1fad2dafb95012ea" type="tarxz">https://download.kde.org/stable/applications/17.12.0/src/kgeography-17.12.0.tar.xz</Archive>
<Archive sha1sum="f55588f2f1ad79b1e2a062799acb2bcdbca4494a" type="tarxz">https://download.kde.org/stable/applications/17.12.1/src/kgeography-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
@@ -53,6 +53,13 @@
</Package>
<History>
<Update release="14">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
+7
View File
@@ -89,6 +89,13 @@
</Package>
<History>
<Update release="11">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2017-12-26</Date>
<Version>17.12.0</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>desktop.kde.edu</PartOf>
<Summary>KHangMan is a game for kids based on the well-known hangman game</Summary>
<Description>KHangMan is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: Animals (animals words) and three difficulty categories: Easy, Medium and Hard. </Description>
<Archive sha1sum="92eca836ebe1abdd1d822a32ab233411538a23b4" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/khangman-17.12.0.tar.xz</Archive>
<Archive sha1sum="cb868436480ce2694cfdf6de0a95747b56f95094" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/khangman-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>KDE Help Center</Summary>
<Description>KDE help center utility to read help documentation about various KDE applications.</Description>
<Archive sha1sum="4aecd3626657789c25fcee4365b3e3b19f7f224c" type="tarxz">mirrors://kde/stable/applications/17.12.0/src/khelpcenter-17.12.0.tar.xz</Archive>
<Archive sha1sum="3f5200c50e215b12846c040012c02bdf0586b4ba" type="tarxz">mirrors://kde/stable/applications/17.12.1/src/khelpcenter-17.12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<Dependency>libdbusmenu-qt-devel</Dependency>
@@ -71,6 +71,13 @@
</Package>
<History>
<Update release="15">
<Date>2018-02-03</Date>
<Version>17.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2017-12-15</Date>
<Version>17.12.0</Version>

Some files were not shown because too many files have changed in this diff Show More