version bump to applications

This commit is contained in:
aydemir
2016-08-01 16:09:06 +03:00
parent 6166b9b5c4
commit b52738a25a
491 changed files with 98021 additions and 95717 deletions
+1 -1
View File
@@ -1112,7 +1112,7 @@
</Maintainer> </Maintainer>
</Component> </Component>
<Component> <Component>
<Name>desktop.kde.application</Name> <Name>desktop.kde.applications</Name>
<LocalName xml:lang="en">FIXME</LocalName> <LocalName xml:lang="en">FIXME</LocalName>
<Summary xml:lang="en">FIXME</Summary> <Summary xml:lang="en">FIXME</Summary>
<Description xml:lang="en">FIXME</Description> <Description xml:lang="en">FIXME</Description>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>desktop.kde.accessibility</Name>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>desktop.kde.admin</Name>
</PISI>
@@ -1,19 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("AUTHORS", "COPYING")
-70
View File
@@ -1,70 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>blinken</Name>
<Homepage>http://kde.org/applications/education/blinken/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>blinken</Icon>
<IsA>app:gui</IsA>
<Summary>Memory Enhancement Game</Summary>
<Description>Memory Enhancement Game</Description>
<Archive sha1sum="3ab5609a4093a5a924a2a5450336e0e78acf8e6b" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/blinken-16.04.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>blinken</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kguiaddons</Dependency>
<Dependency>qt5-phonon</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/blinken</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,45 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kdeedu-data</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:library</IsA>
<Summary>Common data for KDE Edu applications</Summary>
<Description>Common data for KDE Edu applications.</Description>
<Archive sha1sum="b40fa09243f165fc30b9bb066c2dcdf0e7e160e1" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kdeedu-data-16.04.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kdeedu-data</Name>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,21 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
NoStrip=["/usr/share/icons"]
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README*", "TODO")
@@ -1,80 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>khangman</Name>
<Homepage>http://edu.kde.org/applications/all/khangman</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>khangman</Icon>
<IsA>app:gui</IsA>
<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="eabb0393746ec75409889b011b53eac84c6bf971" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/khangman-16.04.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency>
<Dependency>knewstuff-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kcrash-devel</Dependency>
<Dependency>kcompletion-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>libkeduvocdocument-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>khangman</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kdeclarative</Dependency>
<Dependency>knewstuff</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>libkeduvocdocument</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Akonadi calendar integration</Summary> <Summary>Akonadi calendar integration</Summary>
<Description>Calendar integration for Akonadi.</Description> <Description>Calendar integration for Akonadi.</Description>
<Archive sha1sum="9366805a147e73c313af810fb63fdb6958c7e711" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/akonadi-calendar-16.04.0.tar.xz</Archive> <Archive sha1sum="d27d1d325355654066bf99e195a031f21e201d0e" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/akonadi-calendar-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>ki18n-devel</Dependency> <Dependency>ki18n-devel</Dependency>
@@ -88,6 +88,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Libraries and daemons to implement searching in Akonadi</Summary> <Summary>Libraries and daemons to implement searching in Akonadi</Summary>
<Description>Libraries and daemons to implement searching in Akonadi</Description> <Description>Libraries and daemons to implement searching in Akonadi</Description>
<Archive sha1sum="228f726944db2146047240066255066dd05cf0de" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/akonadi-search-16.04.0.tar.xz</Archive> <Archive sha1sum="9c450649925fb904b10d80ff25102bd6b38cfa4b" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/akonadi-search-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>kcrash-devel</Dependency> <Dependency>kcrash-devel</Dependency>
@@ -107,6 +107,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>PIM (Personal Information Management) Storage Service</Summary> <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> <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="a51d64c60e6dcf1840cc6ec9fafbcdd790c7b2d5" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/akonadi-16.04.0.tar.xz</Archive> <Archive sha1sum="8b9e62fcd94e9322ed4661df0c3bba33ec6f7fb6" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/akonadi-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-sql-mysql</Dependency> <Dependency>qt5-sql-mysql</Dependency>
@@ -77,6 +77,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -92,4 +99,4 @@
<Email>yusuf.aydemir@pisilinux.org</Email> <Email>yusuf.aydemir@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A KDE library for mathematical features</Summary> <Summary>A KDE library for mathematical features</Summary>
<Description>analitza is a library to add mathematical features to programs.</Description> <Description>analitza is a library to add mathematical features to programs.</Description>
<Archive sha1sum="c88b5305dc4b5e16c503a959653955e3d403f801" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/analitza-16.04.0.tar.xz</Archive> <Archive sha1sum="d4f14786810fac0ea60ebfa20194a115cc878ebd" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/analitza-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>eigen3</Dependency> <Dependency>eigen3</Dependency>
@@ -53,6 +53,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>KDE Archiving Tool</Summary> <Summary>KDE Archiving Tool</Summary>
<Description>Ark is a program for managing various archive formats within the KDE environment.</Description> <Description>Ark is a program for managing various archive formats within the KDE environment.</Description>
<Archive sha1sum="09a647fe1aa935f3084d8985a99b10e4a95197e2" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/ark-16.04.0.tar.xz</Archive> <Archive sha1sum="2b7c50f0741f7f790e1931e36232e5dfb14cda50" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/ark-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>karchive-devel</Dependency> <Dependency>karchive-devel</Dependency>
@@ -67,6 +67,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -15,7 +15,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Improve your pronunciation by listening to native speakers</Summary> <Summary>Improve your pronunciation by listening to native speakers</Summary>
<Description>Artikulate, Improve your pronunciation by listening to native speakers.</Description> <Description>Artikulate, Improve your pronunciation by listening to native speakers.</Description>
<Archive sha1sum="6c5ebbd5c325d7b078e2ac9ea46f260382640dd1" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/artikulate-16.04.0.tar.xz</Archive> <Archive sha1sum="8ec30975394867688498127c882a5f9cdcf5ba2f" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/artikulate-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>boost-devel</Dependency> <Dependency>boost-devel</Dependency>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
@@ -70,6 +70,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -11,7 +11,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Framework for searching and managing metadata</Summary> <Summary>Framework for searching and managing metadata</Summary>
<Description>Baloo is a framework for searching and managing metada</Description> <Description>Baloo is a framework for searching and managing metada</Description>
<Archive type="tarxz" sha1sum="36bfa904c7c12b2ba4fed124e73c27727b5af41a">mirrors://kde/stable/applications/16.04.0/src/baloo-widgets-16.04.0.tar.xz</Archive> <Archive type="tarxz" sha1sum="39e6a0b00ccd7a3937b711c83f1e3d012226462c">mirrors://kde/stable/applications/16.04.3/src/baloo-widgets-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>baloo-devel</Dependency> <Dependency>baloo-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
@@ -65,6 +65,13 @@
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>gui</IsA> <IsA>gui</IsA>
<Summary>Blinken - Memory Enhancement Game</Summary> <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> <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="3ab5609a4093a5a924a2a5450336e0e78acf8e6b" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/blinken-16.04.0.tar.xz</Archive> <Archive sha1sum="037a7aad3d71f05c49179cb250198a84baeeced7" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/blinken-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency> <Dependency>gettext-devel</Dependency>
@@ -48,6 +48,13 @@
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-20</Date> <Date>2016-05-20</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A single player arcade game</Summary> <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> <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="11637baf44c6ca76d6bea15193a0a0534ab83d0d" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/bomber-16.04.0.tar.xz</Archive> <Archive sha1sum="525f948f816d2e29d29165923c5751bdc92536d0" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/bomber-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -59,6 +59,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A Gomoku like game for two players.</Summary> <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> <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="c6a804deecc24b48cf46307ce80b3232106fb773" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/bovo-16.04.0.tar.xz</Archive> <Archive sha1sum="c53117d65d65f37fd401bfa479f776124d0d5171" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/bovo-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -62,6 +62,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -10,7 +10,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Calendar support library</Summary> <Summary>Calendar support library</Summary>
<Description>Calendar support library</Description> <Description>Calendar support library</Description>
<Archive type="tarxz" sha1sum="90377e8eaa1ce079e1bf85c3c82278ed4e444e9f">http://download.kde.org/stable/applications/16.04.0/src/calendarsupport-16.04.0.tar.xz</Archive> <Archive type="tarxz" sha1sum="3dc7b6a51d5ab96da97be1f6b83dc78ddebe9d7f">http://download.kde.org/stable/applications/16.04.3/src/calendarsupport-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -93,6 +93,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2016-05-22</Date> <Date>2016-05-22</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A KDE frontend to mathematical softwares</Summary> <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> <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="18c93ec173c48cd44a16b8d58d3f22404470fc33" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/cantor-16.04.0.tar.xz</Archive> <Archive sha1sum="2dafd2e8b4a1ec9ced5bc43f4d12074ec965145d" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/cantor-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -105,6 +105,13 @@
</Package>--> </Package>-->
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,11 +12,11 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Extra dolphin plugins</Summary> <Summary>Extra dolphin plugins</Summary>
<Description>This package contains plugins that offer integration in Dolphin with the following version control systems:</Description> <Description>This package contains plugins that offer integration in Dolphin with the following version control systems:</Description>
<Archive sha1sum="4f3fa2e1165f875a8fb050812bba956d6a0c78e7" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/dolphin-plugins-16.04.0.tar.xz</Archive> <Archive sha1sum="405b5b5989755c52f5c7e8de76df2a2bbc488b9b" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/dolphin-plugins-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency> <Dependency>kdoctools-devel</Dependency>
<Dependency versionFrom="16.04.0">dolphin-devel</Dependency> <Dependency versionFrom="16.04.3">dolphin-devel</Dependency>
<Dependency>kio-devel</Dependency> <Dependency>kio-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency> <Dependency>kdelibs4-support-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
@@ -49,6 +49,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -11,7 +11,7 @@
<License>GPLv2</License> <License>GPLv2</License>
<Summary>KDE File Manager</Summary> <Summary>KDE File Manager</Summary>
<Description>Dolphin is the File Manager for KDE.</Description> <Description>Dolphin is the File Manager for KDE.</Description>
<Archive sha1sum="dad368880545956c6483c651be2b08e8aa5bd56e" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/dolphin-16.04.0.tar.xz</Archive> <Archive sha1sum="a2b28cde863ef040a20d246b782614d061ac0d37" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/dolphin-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency> <Dependency>qt5-phonon-devel</Dependency>
@@ -107,6 +107,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Multimedia player</Summary> <Summary>Multimedia player</Summary>
<Description> a multimedia player where the focus is on simplicity, instead of features.</Description> <Description> a multimedia player where the focus is on simplicity, instead of features.</Description>
<Archive sha1sum="315d7e63cb9366ee86389c6f9a828ee9a98fce07" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/dragon-16.04.0.tar.xz</Archive> <Archive sha1sum="c29f4f8be23a03c87e0b4478ad06ca4a69bb5044" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/dragon-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency> <Dependency>kdoctools-devel</Dependency>
@@ -54,6 +54,13 @@
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -10,7 +10,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Library for creating events.</Summary> <Summary>Library for creating events.</Summary>
<Description>Library for creating events.</Description> <Description>Library for creating events.</Description>
<Archive type="tarxz" sha1sum="4fc6a5d02954eb4aa971f951d0f80cff5d6b153f">http://download.kde.org/stable/applications/16.04.0/src/eventviews-16.04.0.tar.xz</Archive> <Archive type="tarxz" sha1sum="615778f823640c4e7866fbd375fd2a0a148f6d80">http://download.kde.org/stable/applications/16.04.3/src/eventviews-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -89,6 +89,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2016-05-22</Date> <Date>2016-05-22</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>ffmpeg based thumbnailer for KDE</Summary> <Summary>ffmpeg based thumbnailer for KDE</Summary>
<Description>FFmpeg-based thumbnail creator for video files</Description> <Description>FFmpeg-based thumbnail creator for video files</Description>
<Archive sha1sum="3d20c375cfd61e0c6b2050d151d4b7e3f8d15cd4" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/ffmpegthumbs-16.04.0.tar.xz</Archive> <Archive sha1sum="ec8f1ae01f890a77a6d2ec7b39e820cffb8c3631" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/ffmpegthumbs-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -37,6 +37,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-06-20</Date> <Date>2016-06-20</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -52,4 +59,4 @@
<Email>yusuf.aydemir@pisilinux.org</Email> <Email>yusuf.aydemir@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>View disk usage information</Summary> <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> <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="b79d75065731d9db7981ae9ab6ce2e17df19ad04" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/filelight-16.04.0.tar.xz</Archive> <Archive sha1sum="9b67cac9b70279709d9a018f51a7b28a71008192" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/filelight-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-script-devel</Dependency> <Dependency>qt5-script-devel</Dependency>
@@ -58,6 +58,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-23</Date> <Date>2016-05-23</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -11,7 +11,7 @@
<License>LGPLv2</License> <License>LGPLv2</License>
<Summary>C++ bindings/wrapper for gpgme</Summary> <Summary>C++ bindings/wrapper for gpgme</Summary>
<Description>C++ bindings/wrapper for gpgme</Description> <Description>C++ bindings/wrapper for gpgme</Description>
<Archive sha1sum="3ae86be51e70d99024eabdac52c3b82042eca467" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/gpgmepp-16.04.0.tar.xz</Archive> <Archive sha1sum="8acfc0a78f9ac6071c2c8fff673bcedd2699abb2" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/gpgmepp-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>boost-devel</Dependency> <Dependency>boost-devel</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -45,6 +45,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A Bomberman game</Summary> <Summary>A Bomberman game</Summary>
<Description>Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone.</Description> <Description>Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone.</Description>
<Archive sha1sum="42468a87f5df0af38287cdaa08796e05bbf23364" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/granatier-16.04.0.tar.xz</Archive> <Archive sha1sum="c1cd158f4e64d605cdc37cad9b7885b717b6908c" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/granatier-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -63,6 +63,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Library for Grantlee theming support</Summary> <Summary>Library for Grantlee theming support</Summary>
<Description>Library for Grantlee theming support</Description> <Description>Library for Grantlee theming support</Description>
<Archive sha1sum="1b571e9f1c0a1b57465a08e3b0c02a59f1b1e491" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/grantleetheme-16.04.0.tar.xz</Archive> <Archive sha1sum="83086445961fc2fcd3d4d15ff4cef0a7a38fcae5" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/grantleetheme-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>boost-devel</Dependency> <Dependency>boost-devel</Dependency>
@@ -72,6 +72,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2016-04-25</Date> <Date>2016-04-25</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -14,7 +14,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>An image viewer</Summary> <Summary>An image viewer</Summary>
<Description>Gwenview is an easy to use image viewer.</Description> <Description>Gwenview is an easy to use image viewer.</Description>
<Archive sha1sum="bf686083fe3a5a02c3b6d8846623c0145d95fdb2" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/gwenview-16.04.0.tar.xz</Archive> <Archive sha1sum="f82bd6a3e7018d77ce70de8fbf3eb79e12c67b94" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/gwenview-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency versionFrom="0.25">exiv2-devel</Dependency> <Dependency versionFrom="0.25">exiv2-devel</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -87,6 +87,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -10,7 +10,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>KDE PIM incidence editor.</Summary> <Summary>KDE PIM incidence editor.</Summary>
<Description>KDE PIM incidence editor.</Description> <Description>KDE PIM incidence editor.</Description>
<Archive sha1sum="edcd91c368ac11052c0f4e4423754269af58475a" type="tarxz">http://download.kde.org/stable/applications/16.04.0/src/incidenceeditor-16.04.0.tar.xz</Archive> <Archive sha1sum="f87d7bbb92eec1faf70e181e41510503d885e533" type="tarxz">http://download.kde.org/stable/applications/16.04.3/src/incidenceeditor-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -103,6 +103,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2016-05-22</Date> <Date>2016-05-22</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>app</IsA> <IsA>app</IsA>
<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> <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> <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="c813808054f28556dbf10f623f12ceff45d4d9dd" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kaccounts-integration-16.04.0.tar.xz</Archive> <Archive sha1sum="45da49467c867c2373063a2b0419a74cef17f3e6" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kaccounts-integration-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -66,6 +66,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>app</IsA> <IsA>app</IsA>
<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> <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> <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="f398fb814d6d9a8b1110c13f7182278f960d44e5" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kaccounts-providers-16.04.0.tar.xz</Archive> <Archive sha1sum="08209fb1ac01e7910d036602500e9d03211bb2a0" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kaccounts-providers-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
@@ -54,6 +54,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Library to provides access and handling of KAlarm calendar data</Summary> <Summary>Library to provides access and handling of KAlarm calendar data</Summary>
<Description>Library to provides access and handling of KAlarm calendar data</Description> <Description>Library to provides access and handling of KAlarm calendar data</Description>
<Archive sha1sum="55bb3465268a88d97422038f818b3bd797be214c" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kalarmcal-16.04.0.tar.xz</Archive> <Archive sha1sum="fc7733a3b6e29b88dbf5bde18c47765779983712" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kalarmcal-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>akonadi-devel</Dependency> <Dependency>akonadi-devel</Dependency>
@@ -68,6 +68,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A graph calculator</Summary> <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> <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="2ea671aa955c4ed76652505dbfa8e77d62537546" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kalgebra-16.04.0.tar.xz</Archive> <Archive sha1sum="3a11b95f0702c878a4cd908efe653c1a8c65d845" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kalgebra-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>mesa-devel</Dependency> <Dependency>mesa-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency> <Dependency>mesa-glu-devel</Dependency>
@@ -61,6 +61,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Webcam support for KDE</Summary> <Summary>Webcam support for KDE</Summary>
<Description>Kamera is a plugin for KDE to use webcam.</Description> <Description>Kamera is a plugin for KDE to use webcam.</Description>
<Archive sha1sum="bf9282ccb6d1f8339ca098f31ad7087994f9297e" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kamera-16.04.0.tar.xz</Archive> <Archive sha1sum="72d4a761eeb4a82e0287412b668d4ec08fc2ab67" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kamera-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -48,6 +48,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A letter order game</Summary> <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> <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="138687d059eade1a15f8c28f7e87951362c85bad" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kanagram-16.04.0.tar.xz</Archive> <Archive sha1sum="d3b6cc7a199406c3e5ca0cbdf0eb5ec9e27998b6" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kanagram-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-declarative</Dependency> <Dependency>qt5-declarative</Dependency>
@@ -61,6 +61,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Pac-Man clone</Summary> <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> <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="e60c57412f94c45a0161e81739e77239451ec766" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kapman-16.04.0.tar.xz</Archive> <Archive sha1sum="01cb00c1c82fa37a89c913da2f220f00ffb0ba24" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kapman-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -63,6 +63,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Application template generator</Summary> <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> <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="78e099f211af5505d69234d805fb41062a256101" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kapptemplate-16.04.0.tar.xz</Archive> <Archive sha1sum="1eedeca1bc71768b0070cda0b1f15ae5dda7e854" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kapptemplate-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
@@ -49,6 +49,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-23</Date> <Date>2016-05-23</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Advanced Text Editor</Summary> <Summary>Advanced Text Editor</Summary>
<Description>Plasma library and runtime components based upon KF5 and Qt5</Description> <Description>Plasma library and runtime components based upon KF5 and Qt5</Description>
<Archive sha1sum="237a92bb267997cebc52156ca20f24d36472bdaa" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kate-16.04.0.tar.xz</Archive> <Archive sha1sum="82fd6f223cea420302a7de892400f2bc916e9251" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kate-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
<Dependency>plasma-framework-devel</Dependency> <Dependency>plasma-framework-devel</Dependency>
@@ -78,6 +78,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Sokoban like logic game</Summary> <Summary>Sokoban like logic game</Summary>
<Description>KAtomic is both fun and educational game built around molecular geometry.</Description> <Description>KAtomic is both fun and educational game built around molecular geometry.</Description>
<Archive sha1sum="aead25bb9d0b10eb280091c19fad8d2839a4261c" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/katomic-16.04.0.tar.xz</Archive> <Archive sha1sum="7b838ffac2ba60f66e901f351e3446b42e48eca2" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/katomic-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -65,6 +65,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Blackbox logic game</Summary> <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> <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="f880cb8c4650e0e25b48fff2deb16dd94bf3bc05" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kblackbox-16.04.0.tar.xz</Archive> <Archive sha1sum="5e7b2ed4db484f618cdec13fca1341a3780e13fb" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kblackbox-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -62,6 +62,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Falling blocks game</Summary> <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> <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="ae1d616306853452de8dfeead38295f819a029ed" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/kblocks-16.04.0.tar.xz</Archive> <Archive sha1sum="1e901356a665579ea5e5cf803bce226a9788306d" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kblocks-16.04.3.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>extra-cmake-modules</Dependency> <Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -57,6 +57,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2016-05-19</Date> <Date>2016-05-19</Date>
<Version>16.04.0</Version> <Version>16.04.0</Version>

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