update kdepim-apps-libs,kdepim-runtime,kimap,konsole,libkdepim,libkleo add new package akonadi-notesremove pimcommon add kdepim-common
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/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("COPYING", "COPYING.BSD", "COPYING.LIB")
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>akonadi-notes</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Libraries and daemons to implement management of notes in Akonadi</Summary>
|
||||
<Description>Libraries and daemons to implement management of notes in Akonadi</Description>
|
||||
<Archive sha1sum="9cf674706757b8f09a64bcae93d152b42b064d51" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/akonadi-notes-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kmime-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>akonadi-notes</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>akonadi</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>akonadi-notes-devel</Name>
|
||||
<Summary>Development files for akonadi-notes</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">akonadi-notes</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE PIM mail related libraries</Summary>
|
||||
<Description>KDE PIM mail related libraries</Description>
|
||||
<Archive sha1sum="090f9cf1c7dba103924718c6cf67c57769974914" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kdepim-apps-libs-16.04.3.tar.xz</Archive>
|
||||
<Archive sha1sum="c373a349c34be4e949efdf4ef26382130260dba4" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/kdepim-apps-libs-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -29,7 +29,7 @@
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>libkleo-devel</Dependency>
|
||||
<Dependency>grantlee-qt5-devel</Dependency>
|
||||
<Dependency>pimcommon-devel</Dependency>
|
||||
<Dependency>kdepim-common-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
<Dependency>grantleetheme-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
@@ -38,6 +38,7 @@
|
||||
<Dependency>gpgmepp-devel</Dependency>
|
||||
<Dependency>akonadi-calendar-devel</Dependency>
|
||||
<Dependency>akonadi-search-devel</Dependency>
|
||||
<Dependency>akonadi-contacts</Dependency>
|
||||
<Dependency>kpimtextedit-devel</Dependency>
|
||||
<Dependency>kimap-devel</Dependency>
|
||||
<Dependency versionFrom="2.4.41">openldap-client</Dependency>
|
||||
@@ -74,13 +75,13 @@
|
||||
<Dependency>sonnet</Dependency>
|
||||
<Dependency>libkleo</Dependency>
|
||||
<Dependency>kdewebkit</Dependency>
|
||||
<Dependency>pimcommon</Dependency>
|
||||
<Dependency>kdepimlibs</Dependency>
|
||||
<Dependency>kdepim-common</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>grantlee-qt5</Dependency>
|
||||
<Dependency>kpimtextedit</Dependency>
|
||||
<Dependency>grantleetheme</Dependency>
|
||||
<Dependency>akonadi</Dependency>
|
||||
<Dependency>akonadi-contacts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
@@ -110,6 +111,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-07-31</Date>
|
||||
<Version>16.04.3</Version>
|
||||
|
||||
+19
-7
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pimcommon</Name>
|
||||
<Name>kdepim-common</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Common libraries for KDE PIM</Summary>
|
||||
<Description>Common libraries for KDE PIM</Description>
|
||||
<Archive sha1sum="1c0beab52c66221d56ad2c827ce8580b5c45a013" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/pimcommon-16.04.3.tar.xz</Archive>
|
||||
<Archive sha1sum="c7a0515bb449b3c1c9d72f5dbae423eacf2a355b" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/pimcommon-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -58,7 +58,7 @@
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pimcommon</Name>
|
||||
<Name>kdepim-common</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
@@ -68,6 +68,11 @@
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>kldap</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>qt5-webengine</Dependency>
|
||||
<Dependency>akonadi-contacts</Dependency>
|
||||
<Dependency>kcalcore</Dependency>
|
||||
<Dependency>kcontacts</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
@@ -118,13 +123,13 @@
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>pimcommon-devel</Name>
|
||||
<Summary>Development package for pimcommon libraries</Summary>
|
||||
<Description>Contains development tools and header files for pimcommon</Description>
|
||||
<Name>kdepim-common-devel</Name>
|
||||
<Summary>Development package for kdepim-common libraries</Summary>
|
||||
<Description>Contains development tools and header files for kdepim-common</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency release="current">pimcommon</Dependency>
|
||||
<Dependency release="current">kdepim-common</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
@@ -135,6 +140,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-07-31</Date>
|
||||
<Version>16.04.3</Version>
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>KDE5 PIM Runtime Environment</Summary>
|
||||
<Description>kdepim-runtime contains KDE5 PIM (Personal Information Management) runtime environment like akonadi agents.</Description>
|
||||
<Archive sha1sum="9d257a70c1507b8021cea9091566210ebe028e3c" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kdepim-runtime-16.04.3.tar.xz</Archive>
|
||||
<Archive sha1sum="dca69934f85f06fd3f06b4bd1f75e233e5e4d027" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/kdepim-runtime-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -39,8 +39,7 @@
|
||||
<Dependency>kimap-devel</Dependency>
|
||||
<Dependency>libkgapi-devel</Dependency>
|
||||
<Dependency>kholidays-devel</Dependency>
|
||||
<Dependency>ksyndication-devel</Dependency>
|
||||
<Dependency>kdepimlibs-devel</Dependency>
|
||||
<Dependency>ksyndication-devel</Dependency>
|
||||
<Dependency>cyrus-sasl-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>qt5-quick1-devel</Dependency>
|
||||
@@ -71,8 +70,7 @@
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kalarmcal</Dependency>
|
||||
<Dependency>kcalutils</Dependency>
|
||||
<Dependency>kdepimlibs</Dependency>
|
||||
<Dependency>kcalutils</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
@@ -90,6 +88,11 @@
|
||||
<Dependency>qt5-xmlpatterns</Dependency>
|
||||
<Dependency>akonadi-calendar</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>cyrus-sasl</Dependency>
|
||||
<Dependency>akonadi-mime</Dependency>
|
||||
<Dependency>akonadi-notes</Dependency>
|
||||
<Dependency>qt5-webengine</Dependency>
|
||||
<Dependency>akonadi-contacts</Dependency>
|
||||
<Dependency>kidentitymanagement</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -106,10 +109,18 @@
|
||||
<Path fileType="data">/usr/share/ontology</Path>
|
||||
<Path fileType="data">/usr/share/autostart</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc/HTML/en/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-07-31</Date>
|
||||
<Version>16.04.3</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Job-based API for interacting with IMAP servers</Summary>
|
||||
<Description>API for interacting with IMAP servers</Description>
|
||||
<Archive sha1sum="83fdcec73c0c33b5c9eb698d417123eb56342a23" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/kimap-16.04.3.tar.xz</Archive>
|
||||
<Archive sha1sum="da2fa3e65239b3314955b8e58a7916f40f3282d0" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/kimap-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -64,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-07-31</Date>
|
||||
<Version>16.04.3</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>KDE Konsole</Summary>
|
||||
<Description>Konsole for KDE5</Description>
|
||||
<Archive sha1sum="bc65641361c2f4d7fe0bba0109f96721c0c22a2c" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/konsole-16.04.3.tar.xz</Archive>
|
||||
<Archive sha1sum="5b98c6b08731a66561bf83248ed0951aaad93d3c" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/konsole-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
@@ -28,6 +28,8 @@
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -50,6 +52,8 @@
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kbookmarks</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
@@ -68,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-07-31</Date>
|
||||
<Version>16.04.3</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Libraries for KDE PIM applications</Summary>
|
||||
<Description>Libraries for KDE PIM applications</Description>
|
||||
<Archive sha1sum="fbb84b5c0bf9eceb0f142b6b1785f92b649edddb" type="tarxz">mirrors://kde/stable/applications/16.04.3/src/libkdepim-16.04.3.tar.xz</Archive>
|
||||
<Archive sha1sum="699b698934e5ff4cd4cd28067335373de729a8d3" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/libkdepim-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -34,9 +34,14 @@
|
||||
<Dependency>kmime-devel</Dependency>
|
||||
<Dependency>kcmutils-devel</Dependency>
|
||||
<Dependency>kldap-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kcompletion-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>cyrus-sasl-devel</Dependency>
|
||||
<Dependency>kcontacts-devel</Dependency>
|
||||
<Dependency>akonadi-calendar-devel</Dependency>
|
||||
<Dependency>akonadi-contacts-devel</Dependency>
|
||||
<Dependency>akonadi-search-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -51,13 +56,18 @@
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>akonadi-search</Dependency>
|
||||
<Dependency>akonadi-calendar</Dependency>
|
||||
<Dependency>akonadi-contacts</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>kunitconversion</Dependency>
|
||||
<Dependency>kemoticons</Dependency>
|
||||
<Dependency>kinit</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
@@ -66,8 +76,7 @@
|
||||
<Dependency>kcontacts</Dependency>
|
||||
<Dependency>akonadi</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>kdepimlibs</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -99,6 +108,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-07-31</Date>
|
||||
<Version>16.04.3</Version>
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Common libraries for KDE PIM</Summary>
|
||||
<Description>Common libraries for KDE PIM</Description>
|
||||
<Archive sha1sum="4c9d5573706f6cd2a3934e41d9e8799d6dd44322" type="tarxz">mirrors://kde/stable/applications/16.04.1/src/libkleo-16.04.1.tar.xz</Archive>
|
||||
<Summary>KDE PIM cryptographic library</Summary>
|
||||
<Description>KDE PIM cryptographic library</Description>
|
||||
<Archive sha1sum="80b695f0dd8e27c5fef0bad394526a44e5df3133" type="tarxz">mirrors://kde/stable/applications/16.08.1/src/libkleo-16.08.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -122,6 +122,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-10-11</Date>
|
||||
<Version>16.08.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-04-25</Date>
|
||||
<Version>16.04.1</Version>
|
||||
|
||||
+89542
-89217
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
183309800f642df353903621c4f90e1053a830b0
|
||||
08f2926b545d0431ca24f06559ca8d7b309ad545
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
02ee3b829b46385362e2ab3617baaf4c0a0e75c8
|
||||
807437b9eeb304277cecdd209b1e5a8a13955e69
|
||||
Reference in New Issue
Block a user