libgravatar add repo
This commit is contained in:
+2
-1
@@ -4,4 +4,5 @@
|
||||
*.pyc
|
||||
*.svn
|
||||
*~
|
||||
.dir*
|
||||
.dir*
|
||||
*.kate-swp
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
@@ -0,0 +1,78 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libgravatar</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE PIM library providing Gravatar support</Summary>
|
||||
<Description>KDE PIM library providing Gravatar support</Description>
|
||||
<Archive sha1sum="84cf26700e0d84f1767f62c045441094da19c535" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/libgravatar-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>pimcommon-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libgravatar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>pimcommon</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libgravatar-devel</Name>
|
||||
<Summary>Development files for libgravatar</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libgravatar</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-25</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
@@ -0,0 +1,76 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libkdepim</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Libraries for KDE PIM applications</Summary>
|
||||
<Description>Libraries for KDE PIM applications</Description>
|
||||
<Archive sha1sum="47671c53f8206d5d1ea626e64cd951c8aed22f0e" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/libkdepim-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libkdepim</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libkdepim-devel</Name>
|
||||
<Summary>Development files for libkdepim</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libkdepim</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-25</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
@@ -0,0 +1,131 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pimcommon</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Common libraries for KDE PIM</Summary>
|
||||
<Description>Common libraries for KDE PIM</Description>
|
||||
<Archive sha1sum="2fa16034afbcef07c3a2c6b2cb99d9f96d8e4713" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/pimcommon-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>gpgme-devel</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt5-sql-mysql</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>qt5-sql-postgresql</Dependency>
|
||||
<Dependency>prison-qt5-devel</Dependency>
|
||||
<Dependency>kmbox-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
<Dependency>libical-devel</Dependency>
|
||||
<Dependency>libqjson-devel</Dependency>
|
||||
<Dependency>libgpg-error-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency versionFrom="2.4.41">openldap-client</Dependency>
|
||||
<Dependency versionFrom="2.1.26">cyrus-sasl-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kmime-devel</Dependency>
|
||||
<Dependency>kcontacts-devel</Dependency>
|
||||
<Dependency>kcalcore-devel</Dependency>
|
||||
<Dependency>kldap-devel</Dependency>
|
||||
<Dependency>libkdepim-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pimcommon</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>kldap</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcalcore</Dependency>
|
||||
<Dependency>kcontacts</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>prison-qt5</Dependency>
|
||||
<Dependency>akonadi</Dependency>
|
||||
<Dependency>libkdepim</Dependency>
|
||||
<Dependency versionFrom="2.1.26">cyrus-sasl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/mkspecs/</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/kservices5</Path>
|
||||
<Path fileType="data">/usr/share/kservicetypes5</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/config.kcfg</Path>
|
||||
<Path fileType="data">/usr/share/kf5</Path>
|
||||
<Path fileType="data">/usr/share/config</Path>
|
||||
<Path fileType="data">/usr/share/akonadi</Path>
|
||||
<Path fileType="data">/usr/share/akonadicontact/grantleetheme/default</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>pimcommon-devel</Name>
|
||||
<Summary>Development package for pimcommon libraries</Summary>
|
||||
<Description>Contains development tools and header files for pimcommon</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency release="current">pimcommon</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/gpgmepp</Path>
|
||||
<Path fileType="data">/usr/share/kde4/apps/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-25</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+370
-82
@@ -9015,7 +9015,7 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary xml:lang="en">Accounts and SSO (Single Sign-On) framework</Summary>
|
||||
<Description xml:lang="en">Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.</Description>
|
||||
<Archive type="tarbz2" sha1sum="35fdf91691682a8302ec09d3c52a0985f05d6b9b">https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.bz2</Archive>
|
||||
<Archive type="tarbz2" sha1sum="1fdb57720284be9c4f7fd45085fd3f81e93d4ab3">https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
@@ -9042,6 +9042,8 @@
|
||||
<Path fileType="data">/usr/share/libaccounts-glib/testdata</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0/Accounts-1.0.gir</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -9056,8 +9058,6 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0/Accounts-1.0.gir</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -9238,7 +9238,7 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary xml:lang="en">Qt5-based client library for accessing the online accounts database</Summary>
|
||||
<Description xml:lang="en">Qt5-based client library for accessing the online accounts database</Description>
|
||||
<Archive type="tarbz2" sha1sum="8cb7217d7473a70baa0bcdaf9f073b56b70965a5">https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2</Archive>
|
||||
<Archive type="targz" sha1sum="6e312e3f75ef67a3705e7f2ce8a9bea60bdaf940">https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.gz?ref=1.13</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -9257,23 +9257,22 @@
|
||||
<Dependency>libaccounts-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libaccounts-qt5.so.*</Path>
|
||||
<Path fileType="library">/usr/lib/libaccounts-qt5*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libaccounts-qt5</Path>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libaccounts-qt5-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libaccounts-qt5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libaccounts-qt5</Dependency>
|
||||
<Dependency release="2">libaccounts-qt5</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/libaccounts-qt5.so</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -9281,7 +9280,7 @@
|
||||
<Summary xml:lang="en">Help files and API documents for libaccounts-qt5</Summary>
|
||||
<IsA>data:doc</IsA>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libaccounts-qt5</Dependency>
|
||||
<Dependency release="2">libaccounts-qt5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -9292,7 +9291,7 @@
|
||||
<Summary xml:lang="en">This package contains the tools for the libaccounts-qt5 library</Summary>
|
||||
<IsA>data:doc</IsA>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libaccounts-qt5</Dependency>
|
||||
<Dependency release="2">libaccounts-qt5</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -9302,6 +9301,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>1.13</Version>
|
||||
<Comment>Rebuild for qt5</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-03-30</Date>
|
||||
<Version>1.14</Version>
|
||||
@@ -9889,7 +9895,7 @@
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<Summary xml:lang="en">Python setuptools</Summary>
|
||||
<Description xml:lang="en">python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
|
||||
<Archive type="targz" sha1sum="3de29240fc6c4513120014e93e57a1701a2fae7a">https://github.com/pypa/setuptools/archive/v20.10.1.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="ce72e7effddd31cd657dbbdc9308fee236e4fa37">https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -9898,30 +9904,15 @@
|
||||
<Package>
|
||||
<Name>python3-setuptools</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/py3easy-install</Path>
|
||||
<Path fileType="executable">/usr/bin/easy_install-3*</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-05-16</Date>
|
||||
<Version>20.10.1</Version>
|
||||
<Comment>rebuild for python3 downgrade</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-04-28</Date>
|
||||
<Version>20.10.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-01-29</Date>
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>19.6.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
@@ -40898,7 +40889,9 @@
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kdeclarative-devel</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/application/spectacle/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -40914,6 +40907,7 @@
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>libkipi</Dependency>
|
||||
<Dependency>kdeclarative</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
@@ -40925,6 +40919,7 @@
|
||||
<Dependency>xcb-util</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>xcb-util-image</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -43179,12 +43174,13 @@
|
||||
<Path fileType="data">/usr/share/klickety</Path>
|
||||
<Path fileType="data">/usr/share/knotifications5</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5</Path>
|
||||
<Path fileType="data">/usr/share/sounds</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-19</Date>
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Burak Ertürk</Name>
|
||||
@@ -43251,6 +43247,80 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libgravatar</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.kde.application</PartOf>
|
||||
<Summary xml:lang="en">KDE PIM library providing Gravatar support</Summary>
|
||||
<Description xml:lang="en">KDE PIM library providing Gravatar support</Description>
|
||||
<Archive type="tarxz" sha1sum="84cf26700e0d84f1767f62c045441094da19c535">mirrors://kde/stable/applications/16.04.0/src/libgravatar-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>pimcommon-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/application/libgravatar/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libgravatar</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>pimcommon</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libgravatar-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libgravatar</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libgravatar</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-25</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>kblog</Name>
|
||||
@@ -43419,6 +43489,8 @@
|
||||
<Archive type="tarxz" sha1sum="9b943113845edd18718c2373437746243bc1d179">mirrors://kde/stable/applications/16.04.0/src/kdepimlibs-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
<Dependency>grantlee-qt5-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>gpgme-devel</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
@@ -43475,6 +43547,8 @@
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>grantlee-qt5</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
@@ -43499,6 +43573,7 @@
|
||||
<Path fileType="data">/usr/share/kf5</Path>
|
||||
<Path fileType="data">/usr/share/config</Path>
|
||||
<Path fileType="data">/usr/share/akonadi</Path>
|
||||
<Path fileType="data">/usr/share/akonadicontact</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -43521,7 +43596,7 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-19</Date>
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Burak Ertürk</Name>
|
||||
@@ -44907,6 +44982,7 @@
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kpimtextedit-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kpimtextedit-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/application/kidentitymanagement/pspec.xml</SourceURI>
|
||||
@@ -44926,6 +45002,7 @@
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kpimtextedit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
@@ -45906,6 +45983,10 @@
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>qt5-sql-mysql</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>qt5-sql-postgresql</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>samba-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>solid-devel</Dependency>
|
||||
@@ -45913,6 +45994,7 @@
|
||||
<Dependency>openslp-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/application/kio-extras/pspec.xml</SourceURI>
|
||||
@@ -45933,9 +46015,14 @@
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>khtml</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>qt5-sql-mysql</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>qt5-sql-postgresql</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>kactivities</Dependency>
|
||||
<Dependency>kpty</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
@@ -45949,6 +46036,7 @@
|
||||
<Dependency>samba</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>openslp</Dependency>
|
||||
<Dependency>openexr-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
@@ -45962,7 +46050,7 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-19</Date>
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Burak Ertürk</Name>
|
||||
@@ -47503,6 +47591,133 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pimcommon</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.kde.application</PartOf>
|
||||
<Summary xml:lang="en">Common libraries for KDE PIM</Summary>
|
||||
<Description xml:lang="en">Common libraries for KDE PIM</Description>
|
||||
<Archive type="tarxz" sha1sum="2fa16034afbcef07c3a2c6b2cb99d9f96d8e4713">mirrors://kde/stable/applications/16.04.0/src/pimcommon-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>gpgme-devel</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt5-sql-mysql</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>qt5-sql-postgresql</Dependency>
|
||||
<Dependency>prison-qt5-devel</Dependency>
|
||||
<Dependency>kmbox-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
<Dependency>libical-devel</Dependency>
|
||||
<Dependency>libqjson-devel</Dependency>
|
||||
<Dependency>libgpg-error-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency versionFrom="2.4.41">openldap-client</Dependency>
|
||||
<Dependency versionFrom="2.1.26">cyrus-sasl-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kmime-devel</Dependency>
|
||||
<Dependency>kcontacts-devel</Dependency>
|
||||
<Dependency>kcalcore-devel</Dependency>
|
||||
<Dependency>kldap-devel</Dependency>
|
||||
<Dependency>libkdepim-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/application/pimcommon/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pimcommon</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>kldap</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcalcore</Dependency>
|
||||
<Dependency>kcontacts</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>prison-qt5</Dependency>
|
||||
<Dependency>akonadi</Dependency>
|
||||
<Dependency>libkdepim</Dependency>
|
||||
<Dependency versionFrom="2.1.26">cyrus-sasl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/mkspecs/</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/kservices5</Path>
|
||||
<Path fileType="data">/usr/share/kservicetypes5</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/config.kcfg</Path>
|
||||
<Path fileType="data">/usr/share/kf5</Path>
|
||||
<Path fileType="data">/usr/share/config</Path>
|
||||
<Path fileType="data">/usr/share/akonadi</Path>
|
||||
<Path fileType="data">/usr/share/akonadicontact/grantleetheme/default</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>pimcommon-devel</Name>
|
||||
<Summary xml:lang="en">Development package for pimcommon libraries</Summary>
|
||||
<Description xml:lang="en">Contains development tools and header files for pimcommon</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency release="1">pimcommon</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/gpgmepp</Path>
|
||||
<Path fileType="data">/usr/share/kde4/apps/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-25</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>kgeography</Name>
|
||||
@@ -48302,7 +48517,7 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-19</Date>
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Burak Ertürk</Name>
|
||||
@@ -48385,6 +48600,78 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libkdepim</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.kde.application</PartOf>
|
||||
<Summary xml:lang="en">Libraries for KDE PIM applications</Summary>
|
||||
<Description xml:lang="en">Libraries for KDE PIM applications</Description>
|
||||
<Archive type="tarxz" sha1sum="47671c53f8206d5d1ea626e64cd951c8aed22f0e">mirrors://kde/stable/applications/16.04.0/src/libkdepim-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/application/libkdepim/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libkdepim</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libkdepim-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libkdepim</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libkdepim</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-25</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>kdebugsettings</Name>
|
||||
@@ -48471,6 +48758,7 @@
|
||||
<Archive type="tarxz" sha1sum="155cfd3990c8be3b301481229737f7ca3f8a9de8">mirrors://kde/stable/applications/16.04.0/src/kholidays-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>autogen-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -48482,9 +48770,6 @@
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">sunrise-fix.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>desktop/kde/application/kholidays/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -48492,6 +48777,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
@@ -48520,7 +48806,7 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-19</Date>
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Burak Ertürk</Name>
|
||||
@@ -48558,6 +48844,7 @@
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>libaccounts-qt5-devel</Dependency>
|
||||
<Dependency>libaccounts-glib-devel</Dependency>
|
||||
<Dependency>signon-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>kdeclarative-devel</Dependency>
|
||||
@@ -49206,7 +49493,7 @@
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/kf5</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -50197,11 +50484,6 @@
|
||||
<Dependency>kdepim-runtime</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">alt-fix-linking.patch</Patch>
|
||||
<Patch level="1">alt-install-kalarm-helper.patch</Patch>
|
||||
<Patch level="1">CMakeLists.diff</Patch>
|
||||
</Patches>
|
||||
<SourceURI>desktop/kde/application/kdepim/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -50274,45 +50556,45 @@
|
||||
<Path fileType="executable">/usr/bin/pimsettingexporterconsole</Path>
|
||||
<Path fileType="library">/usr/lib/grantlee/5.0/kde_grantlee_plugin.so</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5CalendarSupport.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5CalendarSupport.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5CalendarSupport.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5EventViews.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5EventViews.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5EventViews.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5FollowupReminder.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5FollowupReminder.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5FollowupReminder.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5GrantleeTheme.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5GrantleeTheme.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5GrantleeTheme.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Gravatar.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Gravatar.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Gravatar.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5IncidenceEditorsng.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5IncidenceEditorsng.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5IncidenceEditorsng.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KDGantt2.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KDGantt2.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KDGantt2.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KaddressbookGrantlee.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KaddressbookGrantlee.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KaddressbookGrantlee.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KdepimDBusInterfaces.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KdepimDBusInterfaces.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KdepimDBusInterfaces.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Libkdepim.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Libkdepim.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Libkdepim.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Libkleo.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Libkleo.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5Libkleo.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MailCommon.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MailCommon.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MailCommon.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MailImporter.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MailImporter.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MailImporter.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageComposer.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageComposer.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageComposer.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageCore.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageCore.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageCore.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageViewer.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageViewer.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageViewer.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5PimCommon.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5PimCommon.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5PimCommon.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5SendLater.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5SendLater.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5SendLater.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5TemplateParser.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5TemplateParser.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5TemplateParser.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libpimsettingexporterprivate.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libpimsettingexporterprivate.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libpimsettingexporterprivate.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/accountwizard_plugin.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/designer</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/grantlee/5.0</Path>
|
||||
@@ -50455,9 +50737,9 @@
|
||||
<Path fileType="executable">/usr/bin/akregatorstorageexporter</Path>
|
||||
<Path fileType="library">/usr/lib/libakregatorinterfaces.so</Path>
|
||||
<Path fileType="library">/usr/lib/libakregatorinterfaces.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libakregatorinterfaces.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libakregatorinterfaces.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libakregatorprivate.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libakregatorprivate.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libakregatorprivate.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/akregator_config_advanced.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/akregator_config_appearance.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/akregator_config_archive.so</Path>
|
||||
@@ -50533,7 +50815,7 @@
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/blogilo</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5ComposerEditorNG.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5ComposerEditorNG.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5ComposerEditorNG.so.5.2.1</Path>
|
||||
<Path fileType="data">/usr/share/appdata/blogilo.appdata.xml</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.blogilo.desktop</Path>
|
||||
<Path fileType="data">/usr/share/composereditor/composereditorinitialhtml</Path>
|
||||
@@ -50603,7 +50885,7 @@
|
||||
<Path fileType="config">/etc/xdg/kaddressbook_themes.knsrc</Path>
|
||||
<Path fileType="library">/usr/lib/akonadi/contact/editorpageplugins/cryptopageplugin.so</Path>
|
||||
<Path fileType="library">/usr/lib/libkaddressbookprivate.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libkaddressbookprivate.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libkaddressbookprivate.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kaddressbookpart.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kontact_kaddressbookplugin.so</Path>
|
||||
<Path fileType="data">/usr/share/appdata/kaddressbook.appdata.xml</Path>
|
||||
@@ -50846,19 +51128,19 @@
|
||||
<Path fileType="config">/etc/xdg/ksieve_script.knsrc</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KManageSieve.so</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KManageSieve.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KManageSieve.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KManageSieve.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KSieve.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KSieve.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KSieve.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KSieveUi.so</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KSieveUi.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KSieveUi.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5KSieveUi.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageList.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageList.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5MessageList.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libgrantleethemeeditor.so</Path>
|
||||
<Path fileType="library">/usr/lib/libgrantleethemeeditor.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libgrantleethemeeditor.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libgrantleethemeeditor.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libkmailprivate.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libkmailprivate.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libkmailprivate.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_kmail.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_kmailsummary.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_kpimidentities.so</Path>
|
||||
@@ -50975,9 +51257,9 @@
|
||||
<Path fileType="executable">/usr/bin/knotes</Path>
|
||||
<Path fileType="config">/etc/xdg/knotes_printing_theme.knsrc</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5NoteShared.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5NoteShared.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libKF5NoteShared.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libknotesprivate.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libknotesprivate.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libknotesprivate.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_knote.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_knotessummary.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kontact_knotesplugin.so</Path>
|
||||
@@ -51084,7 +51366,7 @@
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/kontact</Path>
|
||||
<Path fileType="library">/usr/lib/libkontactprivate.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libkontactprivate.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libkontactprivate.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_kontact.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_kontactsummary.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kontact_summaryplugin.so</Path>
|
||||
@@ -51168,12 +51450,12 @@
|
||||
<Path fileType="config">/etc/xdg/korganizer.knsrc</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_core.so</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_core.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_core.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_core.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_interfaces.so</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_interfaces.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_interfaces.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizer_interfaces.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizerprivate.so.5</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizerprivate.so.5.1.3</Path>
|
||||
<Path fileType="library">/usr/lib/libkorganizerprivate.so.5.2.1</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_apptsummary.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_korganizer.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kcm_sdsummary.so</Path>
|
||||
@@ -51302,9 +51584,9 @@
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-19</Date>
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Burak Ertürk</Name>
|
||||
<Email>burakerturk@pisilinux.org</Email>
|
||||
</Update>
|
||||
@@ -73284,7 +73566,6 @@
|
||||
<Dependency>cdrkit</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/optical/simpleburn/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -73313,6 +73594,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-20</Date>
|
||||
<Version>1.6.5</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-04-19</Date>
|
||||
<Version>1.6.5</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
3b16ded03f85ae7b994bd63e24af6eb2f69df24e
|
||||
869e436c06b747ccd6dff8190bd51331f9422410
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
44c32fa96e95a5af0068db2269c2ec2cbcc25a65
|
||||
0fb60b8c6e56c186245230c8b6fc9d7eefad875a
|
||||
Reference in New Issue
Block a user