Compare commits
101 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ac5125cbd | |||
| b2eae4807f | |||
| 8a8939046d | |||
| 3279e10c1d | |||
| ac7fb3c4f0 | |||
| 20f4409185 | |||
| c5b23ba95b | |||
| 053d5453d5 | |||
| 7eebe81f8f | |||
| 5aa34b7bc3 | |||
| 3c2e451470 | |||
| 5128531345 | |||
| 6b21fb0e4e | |||
| d1c6196184 | |||
| a294bb30f1 | |||
| 24cfefddd6 | |||
| 7b106efb5c | |||
| 815e665e66 | |||
| 1e17e06ba8 | |||
| 4ef8140541 | |||
| 2742605217 | |||
| 29e3bf2804 | |||
| b0e37319c4 | |||
| 1edb49a261 | |||
| 2b698bde5c | |||
| 568c469627 | |||
| 64ce9e5507 | |||
| fccf1304a9 | |||
| ac99f0cdb4 | |||
| dd834ab0f2 | |||
| 542766ed39 | |||
| 1ea1d9c206 | |||
| 90ff217441 | |||
| 2891861708 | |||
| ff163ccc52 | |||
| 7a77a619ac | |||
| f7c48921fd | |||
| 7fffd30664 | |||
| 827f5e3290 | |||
| a5ba7f257d | |||
| c031ad7012 | |||
| f8979af81e | |||
| f080ecd318 | |||
| ebda3be685 | |||
| 635f7e97d2 | |||
| c8536cd1db | |||
| bcbb281dd0 | |||
| 40e8720602 | |||
| b7061ee1ed | |||
| 272cd74cb2 | |||
| 1296991b1c | |||
| d3664a3064 | |||
| 5b4a6145c6 | |||
| 8ac4e78bb4 | |||
| 6a0c6a8819 | |||
| 05e828c488 | |||
| ad2f8a90b6 | |||
| 21b5b69f7f | |||
| 22c6aaf03a | |||
| a8c6a97bc1 | |||
| ebc5371e26 | |||
| d76f877d6d | |||
| c6d68cfa16 | |||
| 7af13de505 | |||
| ee661ead42 | |||
| 2cdb23872a | |||
| 355fb4264e | |||
| d96c1f683e | |||
| f56cb1b81b | |||
| 5afa6f5588 | |||
| b322440741 | |||
| 3250ed2bbb | |||
| 8b20fcb235 | |||
| f4172a42da | |||
| 9c63400cb9 | |||
| 0088ab1606 | |||
| b35e4d05b6 | |||
| 8439132ad3 | |||
| e773d4f72f | |||
| 85beb0ad44 | |||
| a872cb9466 | |||
| 6fdb1e188c | |||
| bfd91056b6 | |||
| 10c97f4113 | |||
| 185abb5afb | |||
| b2401450f2 | |||
| 87f249696c | |||
| 3267a2600c | |||
| ef2e9db978 | |||
| c61cd5cf42 | |||
| 8d5882c65b | |||
| 74979ba42d | |||
| 46bde02467 | |||
| af00203422 | |||
| 2ace1fa72b | |||
| f9af198c42 | |||
| df50cf6e59 | |||
| 8373639c89 | |||
| 0cd4ca8e41 | |||
| 94e43dcb93 | |||
| 88b97b3897 |
@@ -0,0 +1,21 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "NEWS")
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dconf-editor</Name>
|
||||
<Homepage>http://live.gnome.org/dconf</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Gui editor for dconf; simple low-level configuration system</Summary>
|
||||
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive sha1sum="a5d877858a8c66f0d7a627db8498ac767821e4fa" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.16/dconf-editor-3.16.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dconf-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dconf-editor</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dconf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>3.16.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dconf</Name>
|
||||
<Summary xml:lang="tr">Düşük seviyeli yapılandırma sistemi</Summary>
|
||||
<Description xml:lang="tr">FIXME</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
@@ -12,19 +12,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Simple low-level configuration system</Summary>
|
||||
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive sha1sum="638a92d176b3efa01c7b3f5dfd89029acc8d799b" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.20/dconf-0.20.0.tar.xz</Archive>
|
||||
<Archive sha1sum="81fa57987b8ca92ec4b11225358356ea7e2d5391" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>at-spi2-core-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -34,12 +28,8 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -53,6 +43,8 @@
|
||||
<Summary>Development files for dconf</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">dconf</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -74,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>0.24.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-06-14</Date>
|
||||
<Version>0.20</Version>
|
||||
@@ -103,4 +102,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<Description>A barcode API to produce QRCode barcodes and DataMatrix barcode.</Description>
|
||||
<Archive sha1sum="69dbbf94888ec1fb5b041ae4d0b6cac864abc15e" type="tarxz">http://download.kde.org/stable/prison/1.1/src/prison-1.1.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -37,9 +37,9 @@
|
||||
</Replaces>
|
||||
<Conflicts>
|
||||
<Package>prison</Package>
|
||||
</Conflicts>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>prison-qt5-devel</Name>
|
||||
<Summary>Development files for libepoxy</Summary>
|
||||
@@ -55,7 +55,7 @@
|
||||
</Replaces>
|
||||
<Conflicts>
|
||||
<Package>prison-devel</Package>
|
||||
</Conflicts>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
@@ -65,6 +65,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -12,11 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Extra dolphin plugins</Summary>
|
||||
<Description>This package contains plugins that offer integration in Dolphin with the following version control systems:</Description>
|
||||
<Archive sha1sum="8a70299fba04d7e0829fb416b4df0903e60168fb" type="targz">http://download1479.mediafire.com/719l4swr5iyg/ochhwkga7gprc5p/dolphin-plugins.tar.gz</Archive>
|
||||
<Archive sha1sum="6b5b0af055263274471e55988982de503721b231" type="tarxz">http://download.kde.org/unstable/applications/15.07.90/src/dolphin-plugins-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>dolphin-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -50,9 +53,9 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-24</Date>
|
||||
<Version>15.04.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>First Relase unstable.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>KDE File Manager</Summary>
|
||||
<Description>Dolphin is the File Manager for KDE.</Description>
|
||||
<Archive sha1sum="a066e818f9817a93dc603644891df937ee7ec411" type="targz">http://source.pisilinux.org/1.0/dolphin-14.12_20150729.tar.gz</Archive>
|
||||
<Archive sha1sum="cfdd0fa0157f3723edca6c053bae1b3917ea48f4" type="tarxz">http://download.kde.org/unstable/applications/15.07.90/src/dolphin-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
@@ -21,15 +21,16 @@
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>baloo-devel</Dependency>
|
||||
<!--Dependency>baloo-widgets</Dependency-->
|
||||
<Dependency>kfilemetadata-devel</Dependency>
|
||||
<Dependency>kparts-devel</Dependency>
|
||||
<Dependency>ktexteditor-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -41,9 +42,7 @@
|
||||
<Name>dolphin</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>ktexteditor</Dependency>
|
||||
<Dependency>kio-extras</Dependency>
|
||||
<Dependency>knewstuff</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
@@ -102,6 +101,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>version bump to unstable.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-07-23</Date>
|
||||
<Version>14.12</Version>
|
||||
|
||||
@@ -2,18 +2,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import get
|
||||
|
||||
NoStrip=["/usr/share"]
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
kde5.configure("-DKMIX_KF5_BUILD=ON")
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kmix</Name>
|
||||
<Homepage>http://kde.org/applications/multimedia/kmix/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>kmix</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>KMix: KDE Digital Mixer</Summary>
|
||||
<Description>KMix: KDE Digital Mixer</Description>
|
||||
<Archive sha1sum="9f5fd59c1656f864a878dbc42f3583d659503c31" type="tarxz">mirrors://kde/stable/applications/15.04.3/src/kmix-15.04.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kcmutils-devel</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>libcanberra-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kmix</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libcanberra</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kglobalaccel</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>15.04.3</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kmix</Name>
|
||||
<Summary xml:lang="tr">KMix: KDE için Dijital Mixer</Summary>
|
||||
<Description xml:lang="tr">KMix: KDE için Dijital Mixer.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -1,28 +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 kde4
|
||||
|
||||
def setup():
|
||||
kde4.configure("-DWITH_PulseAudio=ON \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DWITH_QNtrack=OFF \
|
||||
-DKDE4_ENABLE_FPIE=ON \
|
||||
-DWITH_NepomukCore=OFF \
|
||||
-DKDERUNTIME_BUILD_NEPOMUK=OFF \
|
||||
-Wno-dev ")
|
||||
|
||||
def build():
|
||||
kde4.make()
|
||||
|
||||
def install():
|
||||
kde4.install()
|
||||
|
||||
#remove index.theme file of hicolor icon theme, correct source for the file is the hicolor icon theme package itself
|
||||
pisitools.remove("/usr/share/icons/hicolor/index.theme")
|
||||
|
||||
pisitools.dosym("/usr/lib/kde4/libexec/kdesud", "/usr/bin/kdesud")
|
||||
@@ -1,9 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
|
||||
os.system("/bin/chmod g+s /usr/lib/kde4/libexec/kdesud")
|
||||
os.system("/bin/chown :nobody /usr/lib/kde4/libexec/kdesud")
|
||||
@@ -1,32 +0,0 @@
|
||||
From 47c9fcc4400d19adcf7e7929d3d105764403d30b Mon Sep 17 00:00:00 2001
|
||||
From: Colin Guthrie <colin@mageia.org>
|
||||
Date: Thu, 1 May 2014 10:59:50 +0100
|
||||
Subject: [PATCH 6/6] phonon: Fix PulseAudio card profile list.
|
||||
|
||||
If two profiles had the same priority, the map insert would overwrite any
|
||||
previous profile with that priority.
|
||||
|
||||
Simple solutions is to use insertMulti() instead.
|
||||
|
||||
Reported by Andrei-Florin Amuraritei
|
||||
via https://plus.google.com/u/0/+RobinJacobs/posts/GGLemECK6tp
|
||||
---
|
||||
phonon/kcm/audiosetup.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/phonon/kcm/audiosetup.cpp b/phonon/kcm/audiosetup.cpp
|
||||
index 81a0f53..835799c 100644
|
||||
--- a/phonon/kcm/audiosetup.cpp
|
||||
+++ b/phonon/kcm/audiosetup.cpp
|
||||
@@ -366,7 +366,7 @@ void AudioSetup::updateCard(const pa_card_info *pInfo)
|
||||
const quint32 priority = profile->priority;
|
||||
const QPair<QString, QString> name(profile->name ? QString::fromUtf8(profile->name) : QString(),
|
||||
profile->description ? QString::fromUtf8(profile->description) : QString());
|
||||
- info.profiles.insert(priority, name);
|
||||
+ info.profiles.insertMulti(priority, name);
|
||||
}
|
||||
|
||||
if (pInfo->active_profile)
|
||||
--
|
||||
1.9.0
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
diff -Naur kdebase-runtime-4.2.3-orig/knotify/kde.notifyrc kdebase-runtime-4.2.3/knotify/kde.notifyrc
|
||||
--- kdebase-runtime-4.2.3-orig/knotify/kde.notifyrc 2009-05-22 19:03:32.692478771 +0300
|
||||
+++ kdebase-runtime-4.2.3/knotify/kde.notifyrc 2009-05-22 19:10:44.681230582 +0300
|
||||
@@ -1499,7 +1499,7 @@
|
||||
Comment[x-test]=xxKDE is exitingxx
|
||||
Comment[zh_CN]=KDE 正在退出
|
||||
Comment[zh_TW]=KDE 結束中
|
||||
-Action=Sound
|
||||
+Action=
|
||||
Sound=KDE-Sys-Log-Out.ogg
|
||||
|
||||
[Event/cancellogout]
|
||||
@@ -1,37 +0,0 @@
|
||||
Index: kdebase-runtime-4.4.2/nepomuk/services/strigi/nepomukstrigiservice.notifyrc
|
||||
===================================================================
|
||||
--- kdebase-runtime-4.4.2.orig/nepomuk/services/strigi/nepomukstrigiservice.notifyrc
|
||||
+++ kdebase-runtime-4.4.2/nepomuk/services/strigi/nepomukstrigiservice.notifyrc
|
||||
@@ -179,7 +179,7 @@ Comment[uk]=Розпочато індеÐ
|
||||
Comment[x-test]=xxIndexing of local files for fast searches has started.xx
|
||||
Comment[zh_CN]=本地文件索引已�开始。
|
||||
Comment[zh_TW]=已開始製作本地檔案的快速�尋索引。
|
||||
-Action=Popup
|
||||
+Action=
|
||||
|
||||
[Event/initialIndexingFinished]
|
||||
Name=Initial Indexing finished
|
||||
@@ -305,7 +305,7 @@ Comment[uk]=Початкове індеÐ
|
||||
Comment[x-test]=xxThe initial indexing of local files for fast desktop searches has completed.xx
|
||||
Comment[zh_CN]=Strigi 对本地文件的索引�始化工作已完�。
|
||||
Comment[zh_TW]=已完��始化本地檔案的快速桌��尋索引。
|
||||
-Action=Popup
|
||||
+Action=
|
||||
|
||||
[Event/indexingSuspended]
|
||||
Name=Indexing suspended
|
||||
@@ -431,7 +431,7 @@ Comment[uk]=ІндекÑ�уваннÑ� Ñ„Ð
|
||||
Comment[x-test]=xxFile indexing has been suspended by the search service.xx
|
||||
Comment[zh_CN]=Strigi 文件索引æ“�作已ç»�被æ�œç´¢æœ�åŠ¡ä¸æ–。
|
||||
Comment[zh_TW]=檔案索引已被暫�。
|
||||
-Action=Popup
|
||||
+Action=
|
||||
|
||||
[Event/indexingResumed]
|
||||
Name=Indexing resumed
|
||||
@@ -557,4 +557,4 @@ Comment[uk]=ІндекÑ�уваннÑ� Ñ„Ð
|
||||
Comment[x-test]=xxFile indexing has been resumed by the search service.xx
|
||||
Comment[zh_CN]=Strigi 文件索引�作已�被�索�务��。
|
||||
Comment[zh_TW]=檔案索引已回復。
|
||||
-Action=Popup
|
||||
+Action=
|
||||
@@ -1,17 +0,0 @@
|
||||
--- kglobalaccel/CMakeLists.txt.orig 2009-08-21 11:20:58.308387664 +0300
|
||||
+++ kglobalaccel/CMakeLists.txt 2009-08-21 11:21:27.093013584 +0300
|
||||
@@ -56,14 +56,3 @@
|
||||
PATHS ${PLUGIN_INSTALL_DIR}
|
||||
NO_DEFAULT_PATH)
|
||||
# message(${KDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_PLUGIN})
|
||||
-
|
||||
-# Remove old kdedglobalaccel files
|
||||
-if(KDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_DESKTOP_FILE)
|
||||
- install(CODE "MESSAGE(\"Removing kdedglobalaccel desktop file\")")
|
||||
- install(CODE "file(REMOVE ${KDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_DESKTOP_FILE})")
|
||||
-endif(KDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_DESKTOP_FILE)
|
||||
-if(KDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_PLUGIN)
|
||||
- install(CODE "MESSAGE(\"Removing kdedglobalaccel plugin\")")
|
||||
- install(CODE "file(REMOVE ${KDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_PLUGIN})")
|
||||
-endif(KDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_PLUGIN)
|
||||
-
|
||||
@@ -1,69 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import bz2
|
||||
import sys
|
||||
import pisi
|
||||
import urllib2
|
||||
import os
|
||||
import piksemel
|
||||
|
||||
REPO_URL = "http://farm.pisilinux.org/.nofarm-repo/x86_64/"
|
||||
|
||||
def log(msg):
|
||||
print "%s: %s" % (sys.argv[0], msg)
|
||||
|
||||
if __name__ == "__main__":
|
||||
log("Requested debug packages for these binaries:")
|
||||
for arg in sys.argv[1:]:
|
||||
log(" %s" % arg)
|
||||
|
||||
log("Fetching repository info...")
|
||||
url = urllib2.urlopen("%s/pisi-index.xml.bz2" % REPO_URL)
|
||||
xml_content = bz2.decompress(url.read())
|
||||
doc = piksemel.parseString(xml_content)
|
||||
|
||||
files_db = pisi.db.filesdb.FilesDB()
|
||||
|
||||
def get_filenames(packages):
|
||||
for package_tag in doc.tags("Package"):
|
||||
name = package_tag.getTagData("Name")
|
||||
if name in packages:
|
||||
yield package_tag.getTagData("PackageURI")
|
||||
|
||||
def get_package_name(path):
|
||||
try:
|
||||
package, path = files_db.get_file(path.lstrip("/"))
|
||||
except KeyError:
|
||||
sys.exit(2)
|
||||
|
||||
return package
|
||||
|
||||
idb = pisi.db.installdb.InstallDB()
|
||||
source_packages = []
|
||||
releases = {}
|
||||
|
||||
for path in sys.argv[1:]:
|
||||
name = get_package_name(path)
|
||||
package = idb.get_package(name)
|
||||
dbg_name = "%s-dbginfo" % package.source.name
|
||||
source_packages.append(dbg_name)
|
||||
releases[dbg_name] = package.release
|
||||
|
||||
package_urls = []
|
||||
|
||||
log("Following debug packages will be installed:")
|
||||
for filename in get_filenames(source_packages):
|
||||
name, ver = pisi.util.parse_package_name(pisi.util.remove_suffix(".pisi", filename))
|
||||
release = ver.split("-")[1]
|
||||
|
||||
if idb.has_package(name):
|
||||
continue
|
||||
|
||||
if release != releases[name]:
|
||||
sys.exit(2)
|
||||
|
||||
log(" %s" % name)
|
||||
package_urls.append("/".join((REPO_URL, filename)))
|
||||
|
||||
sys.exit(os.system("pm-install %s" % " ".join(package_urls)))
|
||||
@@ -1,14 +0,0 @@
|
||||
diff -Nuar a/desktoptheme/air/metadata.desktop b/desktoptheme/air/metadata.desktop
|
||||
--- a/desktoptheme/air/metadata.desktop 2014-06-03 12:32:16.000000000 +0300
|
||||
+++ b/desktoptheme/air/metadata.desktop 2014-08-06 19:46:04.978996607 +0300
|
||||
@@ -160,7 +160,7 @@
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
||||
[Wallpaper]
|
||||
-defaultWallpaperTheme=Elarun
|
||||
+defaultWallpaperTheme=Tower
|
||||
defaultFileSuffix=.png
|
||||
-defaultWidth=2560
|
||||
-defaultHeight=1600
|
||||
+defaultWidth=1920
|
||||
+defaultHeight=1440
|
||||
@@ -1,46 +0,0 @@
|
||||
Index: nepomuk/services/strigi/strigiserviceconfig.cpp
|
||||
===================================================================
|
||||
--- nepomuk/services/strigi/strigiserviceconfig.cpp.orig
|
||||
+++ nepomuk/services/strigi/strigiserviceconfig.cpp
|
||||
@@ -72,6 +72,10 @@ QStringList Nepomuk::StrigiServiceConfig
|
||||
return fl;
|
||||
}
|
||||
|
||||
+bool Nepomuk::StrigiServiceConfig::systrayEnabled() const
|
||||
+{
|
||||
+ return m_config.group( "General" ).readEntry( "enable systray applet", false );
|
||||
+}
|
||||
|
||||
QStringList Nepomuk::StrigiServiceConfig::excludeFolders() const
|
||||
{
|
||||
Index: nepomuk/services/strigi/strigiserviceconfig.h
|
||||
===================================================================
|
||||
--- nepomuk/services/strigi/strigiserviceconfig.h.orig
|
||||
+++ nepomuk/services/strigi/strigiserviceconfig.h
|
||||
@@ -60,6 +60,8 @@ namespace Nepomuk {
|
||||
|
||||
QStringList excludeFilters() const;
|
||||
|
||||
+ bool systrayEnabled() const;
|
||||
+
|
||||
QList<QRegExp> excludeFilterRegExps() const { return m_excludeFilterRegExpCache; }
|
||||
|
||||
bool indexHiddenFolders() const;
|
||||
Index: nepomuk/services/strigi/strigiservice.cpp
|
||||
===================================================================
|
||||
--- nepomuk/services/strigi/strigiservice.cpp.orig
|
||||
+++ nepomuk/services/strigi/strigiservice.cpp
|
||||
@@ -86,8 +86,11 @@ Nepomuk::StrigiService::StrigiService( Q
|
||||
// create the status widget (hidden)
|
||||
StatusWidget* sw = new StatusWidget( mainModel(), this );
|
||||
|
||||
- // create the systray
|
||||
- new SystemTray( this, sw );
|
||||
+ if (StrigiServiceConfig::self()->systrayEnabled())
|
||||
+ {
|
||||
+ // create the systray
|
||||
+ new SystemTray( this, sw );
|
||||
+ }
|
||||
|
||||
// setup status connections
|
||||
connect( m_indexScheduler, SIGNAL( indexingStarted() ),
|
||||
-98
@@ -1,98 +0,0 @@
|
||||
Index: kdebase-runtime-4.4.2/kioslave/trash/discspaceutil.cpp
|
||||
===================================================================
|
||||
--- kdebase-runtime-4.4.2.orig/kioslave/trash/discspaceutil.cpp
|
||||
+++ kdebase-runtime-4.4.2/kioslave/trash/discspaceutil.cpp
|
||||
@@ -25,6 +25,8 @@
|
||||
#include <QtCore/QFileInfo>
|
||||
|
||||
#include <kdiskfreespaceinfo.h>
|
||||
+#include <kmountpoint.h>
|
||||
+#include <kio/global.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
DiscSpaceUtil::DiscSpaceUtil( const QString &directory )
|
||||
@@ -73,6 +75,15 @@ qulonglong DiscSpaceUtil::size() const
|
||||
return mFullSize;
|
||||
}
|
||||
|
||||
+qulonglong DiscSpaceUtil::freeSpace() const
|
||||
+{
|
||||
+ KDiskFreeSpaceInfo info = KDiskFreeSpaceInfo::freeSpaceInfo( mDirectory );
|
||||
+ if ( info.isValid() )
|
||||
+ return info.available();
|
||||
+
|
||||
+ return 0;
|
||||
+}
|
||||
+
|
||||
QString DiscSpaceUtil::mountPoint() const
|
||||
{
|
||||
return mMountPoint;
|
||||
Index: kdebase-runtime-4.4.2/kioslave/trash/discspaceutil.h
|
||||
===================================================================
|
||||
--- kdebase-runtime-4.4.2.orig/kioslave/trash/discspaceutil.h
|
||||
+++ kdebase-runtime-4.4.2/kioslave/trash/discspaceutil.h
|
||||
@@ -53,6 +53,11 @@ class DiscSpaceUtil
|
||||
qulonglong size() const;
|
||||
|
||||
/**
|
||||
+ * Returns the free space of the partition in bytes.
|
||||
+ */
|
||||
+ qulonglong freeSpace() const;
|
||||
+
|
||||
+ /**
|
||||
* Returns the mount point of the directory.
|
||||
*/
|
||||
QString mountPoint() const;
|
||||
Index: kdebase-runtime-4.4.2/kioslave/trash/trashimpl.cpp
|
||||
===================================================================
|
||||
--- kdebase-runtime-4.4.2.orig/kioslave/trash/trashimpl.cpp
|
||||
+++ kdebase-runtime-4.4.2/kioslave/trash/trashimpl.cpp
|
||||
@@ -1101,13 +1101,24 @@ bool TrashImpl::adaptTrashSize( const QS
|
||||
}
|
||||
}
|
||||
|
||||
- if ( useSizeLimit ) { // check if size limit exceeded
|
||||
+ DiscSpaceUtil util(trashPath + QString::fromLatin1("/files/"));
|
||||
+ qulonglong freeSpace = util.freeSpace();
|
||||
+ // calculate size of the files to be put into the trash
|
||||
+ qulonglong additionalSize = DiscSpaceUtil::sizeOfPath( origPath );
|
||||
+ // current used space of trash
|
||||
+ qulonglong trashUsedSpace = DiscSpaceUtil::sizeOfPath(trashPath + QString::fromLatin1("/files/"));
|
||||
+
|
||||
+ // if we do not have enough empty space in the partition of Trash, return false
|
||||
+ if (!useSizeLimit and (freeSpace < additionalSize))
|
||||
+ {
|
||||
+ m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
|
||||
+ m_lastErrorMessage = i18n( "Not enough disk space to move file into trash.");
|
||||
+ return false;
|
||||
+ }
|
||||
|
||||
- // calculate size of the files to be put into the trash
|
||||
- qulonglong additionalSize = DiscSpaceUtil::sizeOfPath( origPath );
|
||||
+ if ( useSizeLimit ) { // check if size limit exceeded
|
||||
|
||||
const TrashSizeCache trashSize( trashPath );
|
||||
- DiscSpaceUtil util(trashPath + QString::fromLatin1("/files/"));
|
||||
if ( util.usage( trashSize.size() + additionalSize ) >= percent ) {
|
||||
if ( actionType == 0 ) { // warn the user only
|
||||
m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
|
||||
@@ -1150,7 +1161,18 @@ bool TrashImpl::adaptTrashSize( const QS
|
||||
}
|
||||
}
|
||||
}
|
||||
- }
|
||||
+
|
||||
+ // check again if we have enough empty space in the partition of Trash
|
||||
+ // recalculate free space, some files may be removed above
|
||||
+ freeSpace = util.freeSpace();
|
||||
+ if (freeSpace < additionalSize)
|
||||
+ {
|
||||
+ m_lastErrorCode = KIO::ERR_SLAVE_DEFINED;
|
||||
+ m_lastErrorMessage = i18n( "Not enough disk space to move file into trash.");
|
||||
+ return false;
|
||||
+ }
|
||||
+
|
||||
+ } //end-if useSizeLimit
|
||||
|
||||
return true;
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
diff --exclude=.svn --exclude=.svnignore --exclude=CVS -Naur kdebase-runtime-4.2.1-orig/knetattach/knetattach.cpp kdebase-runtime-4.2.1/knetattach/knetattach.cpp
|
||||
--- kdebase-runtime-4.2.1-orig/knetattach/knetattach.cpp 2009-03-06 14:32:40.000000000 +0200
|
||||
+++ kdebase-runtime-4.2.1/knetattach/knetattach.cpp 2009-03-06 15:02:34.000000000 +0200
|
||||
@@ -65,7 +65,14 @@
|
||||
}
|
||||
_encoding->clear();
|
||||
_encoding->addItems(KGlobal::charsets()->descriptiveEncodingNames());
|
||||
- _encoding->setCurrentIndex(0);
|
||||
+
|
||||
+ int utfIndex = _encoding->findText("UTF-8", Qt::MatchContains);
|
||||
+
|
||||
+ if (utfIndex == -1)
|
||||
+ _encoding->setCurrentIndex(0);
|
||||
+ else
|
||||
+ _encoding->setCurrentIndex(utfIndex);
|
||||
+
|
||||
}
|
||||
|
||||
void KNetAttach::slotHelpClicked()
|
||||
@@ -1,38 +0,0 @@
|
||||
Subject: Avoid error dialog caused by symbol lookup error
|
||||
From: Lubos Lunak
|
||||
Bug: bnc#444800
|
||||
Patch-upstream: no
|
||||
|
||||
For whatever reason launching kdm control module leads to a symbol lookup error
|
||||
during its exit, which leads to its exit code being 127, i.e. not found.
|
||||
Add ugly hack to hide this case.
|
||||
|
||||
--- kdesu/kdesu/kdesu.cpp.sav 2010-03-16 10:33:25.000000000 +0100
|
||||
+++ kdesu/kdesu/kdesu.cpp 2010-05-28 16:41:00.000000000 +0200
|
||||
@@ -71,6 +71,8 @@ QByteArray dcopNetworkId()
|
||||
|
||||
static int startApp();
|
||||
|
||||
+static bool commandWasOk = false;
|
||||
+
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// FIXME: this can be considered a poor man's solution, as it's not
|
||||
@@ -135,7 +137,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
int result = startApp();
|
||||
|
||||
- if (result == 127)
|
||||
+ if (result == 127 && !commandWasOk)
|
||||
{
|
||||
KMessageBox::sorry(0, i18n("Command '%1' not found.", QString::fromLocal8Bit(command)));
|
||||
}
|
||||
@@ -258,6 +260,8 @@ static int startApp()
|
||||
command += QFile::encodeName(arg);
|
||||
}
|
||||
}
|
||||
+ QStringList commandItems = QString::fromLocal8Bit( command ).split( ' ' );
|
||||
+ commandWasOk = ( !commandItems.isEmpty() && !KStandardDirs::findExe( commandItems.first()).isEmpty());
|
||||
|
||||
// Don't change uid if we're don't need to.
|
||||
if (!change_uid)
|
||||
@@ -1,30 +0,0 @@
|
||||
Subject: Use the KDE configuration tool for Compiz instead of the Gtk one
|
||||
From: Jaroslaw Zachwieja <grok@warwick.ac.uk>
|
||||
Signed-off-by: Lubos Lunak
|
||||
Patch-upstream: no (maybe later)
|
||||
Bug: bnc#609396
|
||||
|
||||
Index: phonon/kded-module/phononserver.cpp
|
||||
===================================================================
|
||||
--- phonon/kded-module/phononserver.cpp.orig
|
||||
+++ phonon/kded-module/phononserver.cpp
|
||||
@@ -1087,8 +1087,17 @@ void PhononServer::askToRemoveDevices(co
|
||||
if (!areAudio && !areVideo)
|
||||
return;
|
||||
|
||||
- const QString &dontAskAgainName = QLatin1String("phonon_forget_devices_") +
|
||||
- devList.join(QLatin1String("_"));
|
||||
+ KSharedConfigPtr config = KGlobal::config();
|
||||
+ KConfigGroup phononGroup = config->group("phonon");
|
||||
+ bool alwaysForget = phononGroup.readEntry("phononAlwaysForget", false);
|
||||
+ QString dontAskAgainName;
|
||||
+ if (alwaysForget) {
|
||||
+ dontAskAgainName = QLatin1String("phonon_forget_devices_always");
|
||||
+ KMessageBox::saveDontShowAgainYesNo(dontAskAgainName, KMessageBox::Yes);
|
||||
+ } else {
|
||||
+ dontAskAgainName = QLatin1String("phonon_forget_devices_") +
|
||||
+ devList.join(QLatin1String("_"));
|
||||
+ }
|
||||
|
||||
KMessageBox::ButtonCode result;
|
||||
if (!KMessageBox::shouldBeShownYesNo(dontAskAgainName, result)) {
|
||||
@@ -1,21 +0,0 @@
|
||||
Author: George Kiagiadakis <gkiagiad@csd.uoc.gr>
|
||||
Subject: Do not set install RPATH to /usr/lib by default
|
||||
/usr/lib RPATH is disallowed on Debian systems and is a bad practise in
|
||||
general
|
||||
Forwarded: not-needed
|
||||
|
||||
Index: kdebase-runtime-4.4.80/phonon/platform_kde/CMakeLists.txt
|
||||
===================================================================
|
||||
--- kdebase-runtime-4.4.80.orig/phonon/platform_kde/CMakeLists.txt 2010-03-18 05:07:48.000000000 -0400
|
||||
+++ kdebase-runtime-4.4.80/phonon/platform_kde/CMakeLists.txt 2010-05-24 14:48:29.279440236 -0400
|
||||
@@ -19,10 +19,8 @@
|
||||
|
||||
if(NOT WIN32)
|
||||
set_target_properties(kde PROPERTIES
|
||||
- INSTALL_RPATH_USE_LINK_PATH TRUE
|
||||
SKIP_BUILD_RPATH TRUE
|
||||
BUILD_WITH_INSTALL_RPATH TRUE
|
||||
- INSTALL_RPATH ${LIB_INSTALL_DIR}
|
||||
)
|
||||
endif(NOT WIN32)
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
Index: kde-runtime-4.7.1/knetattach/knetattach.desktop
|
||||
===================================================================
|
||||
--- kde-runtime-4.7.1.orig/knetattach/knetattach.desktop
|
||||
+++ kde-runtime-4.7.1/knetattach/knetattach.desktop
|
||||
@@ -186,3 +186,4 @@ X-KDE-StartupNotify=true
|
||||
Categories=Qt;KDE;Network;RemoteAccess;
|
||||
X-DocPath=knetattach/index.html
|
||||
OnlyShowIn=KDE;
|
||||
+NoDisplay=true
|
||||
@@ -1,13 +0,0 @@
|
||||
Index: kdebase-runtime-4.4.80/knetattach/knetattach.cpp
|
||||
===================================================================
|
||||
--- kdebase-runtime-4.4.80.orig/knetattach/knetattach.cpp 2010-02-24 07:52:17.000000000 -0500
|
||||
+++ kdebase-runtime-4.4.80/knetattach/knetattach.cpp 2010-05-24 14:48:49.046936849 -0400
|
||||
@@ -176,7 +176,7 @@
|
||||
KConfig config("kio_fishrc");
|
||||
KConfigGroup cg(&config, _host->text().trimmed());
|
||||
cg.writeEntry("Charset", KGlobal::charsets()->encodingForName(_encoding->currentText()));
|
||||
- url.setProtocol("fish");
|
||||
+ url.setProtocol("sftp");
|
||||
url.setPort(_port->value());
|
||||
} else if (_type == "FTP") {
|
||||
url.setProtocol("ftp");
|
||||
@@ -1,26 +0,0 @@
|
||||
Index: kde-runtime-4.7.1/knetattach/knetattach.cpp
|
||||
===================================================================
|
||||
--- kde-runtime-4.7.1.orig/knetattach/knetattach.cpp
|
||||
+++ kde-runtime-4.7.1/knetattach/knetattach.cpp
|
||||
@@ -49,7 +49,7 @@ KNetAttach::KNetAttach( QWidget* parent
|
||||
connect(_createIcon, SIGNAL(toggled(bool)), this, SLOT(updateFinishButtonText(bool)));
|
||||
connect( this, SIGNAL(helpRequested()), this, SLOT( slotHelpClicked() ) );
|
||||
connect( this, SIGNAL(currentIdChanged(int)), this, SLOT( slotPageChanged(int) ) );
|
||||
- setWindowIcon(KIcon("knetattach"));
|
||||
+ setWindowIcon(KIcon("folder-new"));
|
||||
setOption(HaveHelpButton, true);
|
||||
//setResizeMode(Fixed); FIXME: make the wizard fixed-geometry
|
||||
button(FinishButton)->setEnabled(false);
|
||||
Index: kde-runtime-4.7.1/knetattach/knetattach.desktop
|
||||
===================================================================
|
||||
--- kde-runtime-4.7.1.orig/knetattach/knetattach.desktop
|
||||
+++ kde-runtime-4.7.1/knetattach/knetattach.desktop
|
||||
@@ -179,7 +179,7 @@ GenericName[zh_CN]=网络文件夹向导
|
||||
GenericName[zh_TW]=網路資料夾精靈
|
||||
Exec=knetattach
|
||||
InitialPreference=6
|
||||
-Icon=knetattach
|
||||
+Icon=folder-new
|
||||
Type=Application
|
||||
Terminal=false
|
||||
X-KDE-StartupNotify=true
|
||||
@@ -1,81 +0,0 @@
|
||||
--- a/nepomuk/server/servicecontroller.cpp
|
||||
+++ b/nepomuk/server/servicecontroller.cpp
|
||||
@@ -30,6 +30,8 @@
|
||||
#include <KConfigGroup>
|
||||
#include <KDebug>
|
||||
|
||||
+// Added by Kubuntu Strigi-RAM patch
|
||||
+#include <unistd.h>
|
||||
|
||||
namespace {
|
||||
inline QString dbusServiceName( const QString& serviceName ) {
|
||||
@@ -48,13 +50,15 @@
|
||||
attached( false ),
|
||||
started( false ),
|
||||
initialized( false ),
|
||||
- failedToInitialize( false ) {
|
||||
+ failedToInitialize( false ),
|
||||
+ stopForRam( false ) {
|
||||
}
|
||||
|
||||
KService::Ptr service;
|
||||
bool autostart;
|
||||
bool startOnDemand;
|
||||
bool runOnce;
|
||||
+ bool stopForRam;
|
||||
|
||||
ProcessControl* processControl;
|
||||
OrgKdeNepomukServiceControlInterface* serviceControlInterface;
|
||||
@@ -85,6 +89,27 @@
|
||||
KConfigGroup cg( Server::self()->config(), QString("Service-%1").arg(service->desktopEntryName()) );
|
||||
autostart = cg.readEntry( "autostart", autostart );
|
||||
|
||||
+ // Kubuntu patch; We don't want strigi running on systems with too little RAM
|
||||
+ if (service->desktopEntryName() == "nepomukstrigiservice") {
|
||||
+ bool firstStart = cg.readEntry( "First start", false );
|
||||
+ if ( firstStart == true ) {
|
||||
+ int memorySize = sysconf(_SC_PHYS_PAGES);
|
||||
+ memorySize *= sysconf(_SC_PAGESIZE) / 1024;
|
||||
+
|
||||
+ // 1GB in bytes divided by 1024
|
||||
+ if (memorySize <= 1048576) {
|
||||
+ kDebug() << "Not enough ram, scotty!";
|
||||
+ // Don't start in the future unless set in nepomuk KCM
|
||||
+ cg.writeEntry( "autostart", false);
|
||||
+ // So we know to quit it later
|
||||
+ stopForRam = true;
|
||||
+ }
|
||||
+ cg.writeEntry( "First start", false);
|
||||
+ cg.sync();
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+
|
||||
QVariant p = service->property( "X-KDE-Nepomuk-start-on-demand", QVariant::Bool );
|
||||
startOnDemand = ( p.isValid() ? p.toBool() : false );
|
||||
|
||||
@@ -198,6 +223,14 @@
|
||||
else {
|
||||
kDebug() << "Starting" << name();
|
||||
|
||||
+ // Kubuntu "stop strigi if not enough ram" patch
|
||||
+ if (name() == "nepomukstrigiservice") {
|
||||
+ if (d->stopForRam) {
|
||||
+ d->stopForRam = false;
|
||||
+ return false;
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
if( !d->processControl ) {
|
||||
d->processControl = new ProcessControl( this );
|
||||
connect( d->processControl, SIGNAL( finished( bool ) ),
|
||||
--- a/nepomuk/server/nepomukserver.kcfg
|
||||
+++ b/nepomuk/server/nepomukserver.kcfg
|
||||
@@ -13,4 +13,7 @@
|
||||
<default>sesame2</default>
|
||||
</entry>
|
||||
</group>
|
||||
+ <entry key="First start" type="Bool">
|
||||
+ <default>true</default>
|
||||
+ </entry>
|
||||
</kcfg>
|
||||
@@ -1,164 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kde-runtime</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>KDE4 Runtime Requirements</Summary>
|
||||
<Description>kde-runtime contains KDE4 base runtime applications and data files needed at runtime by other KDE applications. In this package, core applications and libraries like Nepomuk server, kcmshell, kwalletd, kio libraries and kdesu are included.</Description>
|
||||
<Archive type="tarxz" sha1sum="9984b22d2706e7d3efefeefca94a9de5b53f07c3">http://download.kde.org/stable/applications/15.04.3/src/kde-runtime-15.04.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>qca2-devel</Dependency>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>gpgme-devel</Dependency>
|
||||
<Dependency>phonon-devel</Dependency>
|
||||
<Dependency>attica-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
<Dependency>openslp-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>xine-lib-devel</Dependency>
|
||||
<Dependency>qt-webkit-devel</Dependency>
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>libcanberra-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency releaseFrom="5">libssh-devel</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency releaseFrom="5">samba-devel</Dependency>
|
||||
<Dependency versionFrom="4.14.3">kdelibs-devel</Dependency>
|
||||
<Dependency versionFrom="4.14.3">kdepimlibs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Pisi Linux patches -->
|
||||
<!-- <Patch level="1">pisilinux/pisiwallpaper.patch</Patch> -->
|
||||
<!-- <Patch level="1">0006-phonon-Fix-PulseAudio-card-profile-list.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kde-runtime</Name>
|
||||
<IsA>app:gui</IsA>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>gpgme</Dependency>
|
||||
<Dependency>attica</Dependency>
|
||||
<Dependency>phonon</Dependency>
|
||||
<Dependency releaseFrom="5">libssh</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>qt-webkit</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>exiv2-libs</Dependency>
|
||||
<Dependency>kactivities</Dependency>
|
||||
<Dependency>libcanberra</Dependency>
|
||||
<Dependency>openexr-libs</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>NetworkManager</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libgcrypt</Dependency>
|
||||
<Dependency releaseFrom="5">samba</Dependency>
|
||||
<Dependency versionFrom="4.14.3">kdelibs</Dependency>
|
||||
<Dependency versionFrom="4.14.3">kdepimlibs</Dependency>
|
||||
<Dependency versionFrom="4.14.3">icon-theme-oxygen-png</Dependency>
|
||||
<Dependency versionFrom="4.14.3">icon-theme-oxygen-index</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/kde4</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/ontology</Path>
|
||||
<Path fileType="data">/usr/share/polkit-1</Path>
|
||||
<Path fileType="data">/usr/share/autostart</Path>
|
||||
<Path fileType="data">/usr/share/config.kcfg</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/desktop-directories</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/lib/kde4/libexec/installdbgsymbols.py" permission="0755" owner="root">pisilinux/installdbgsymbols.py</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kde-runtime-doc</Name>
|
||||
<IsA>data:doc</IsA>
|
||||
<Summary>Documentation of kde-runtime package</Summary>
|
||||
<Description>kde-runtime-doc contains documentation of applications and libraries included in kde-runtime package.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kde-runtime</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kde-runtime-devel</Name>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Development files for kde-runtime package</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kde-runtime</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kde-sounds</Name>
|
||||
<IsA>data</IsA>
|
||||
<Summary>KDE4 System Sounds</Summary>
|
||||
<Description>kdebase-sounds contains default KDE4 system sounds.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kde-runtime</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/sounds</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kde-emoticons</Name>
|
||||
<IsA>data</IsA>
|
||||
<Summary>KDE4 Emoticons</Summary>
|
||||
<Description>kdebase-emoticonts contains default KDE4 emoticons.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kde-runtime</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/emoticons</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-17</Date>
|
||||
<Version>15.04.3</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kdebase-runtime</Name>
|
||||
<Summary xml:lang="tr">KDE4 Çalışma Zamanı Gereklilikleri</Summary>
|
||||
<Description xml:lang="tr">kdebase-runtime diğer KDE uygulamalarının çalışma zamanında ihtiyaç duyduğu uygulama ve veri dosyalarını içermektedir. Pakette; Nepomuk sunucusu, kcmshell4, kwalletd, kio kitaplıkları ve kdesu gibi temel kitaplık ve uygulamalar bulunmaktadır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kdebase-runtime-doc</Name>
|
||||
<Summary xml:lang="tr">kdebase-runtime paketiyle ilgili belgeler</Summary>
|
||||
<Description xml:lang="tr">kdebase-runtime-doc kdebase-runtime paketinden çıkan uygulama ve kitaplıklarla ilgili belgeleri içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kdebase-sounds</Name>
|
||||
<Summary xml:lang="tr">KDE4 Sistem Sesleri</Summary>
|
||||
<Description xml:lang="tr">kdebase-sounds öntanımlı KDE4 sistem seslerini içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kdebase-emoticons</Name>
|
||||
<Summary xml:lang="tr">KDE4 Duygu Simgeleri</Summary>
|
||||
<Description xml:lang="tr">kdebase-emoticons öntanımlı KDE4 duygu simgelerini (emoticon) içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -12,11 +12,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Open Collaboration Service client library, based on Qt 5</Summary>
|
||||
<Description>Attica is a library to access Open Collaboration Service servers, based on Qt 5.</Description>
|
||||
<Archive sha1sum="4163f0b581c16202ca4e134dec6e2069e832ebfd" type="tarxz">http://download.kde.org/stable/frameworks/5.11/attica-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="1f11f7e673be1de20af141b2bdb526bb5178a654" type="tarxz">http://download.kde.org/stable/frameworks/5.13/attica-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -50,13 +49,20 @@
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-20</Date>
|
||||
<Version>5.11.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Update release="1">
|
||||
<Date>2015-05-30</Date>
|
||||
<Version>5.10.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Extra cmake modules for KDE5</Summary>
|
||||
<Description>Extra cmake modules KDE5</Description>
|
||||
<Archive sha1sum="5c541b28d59de6ef29522282c23a0afc7356d3c7" type="tarxz">http://download.kde.org/stable/frameworks/5.11/extra-cmake-modules-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="9e96bbcf249b1dcf3cfd21c112791404fcf359d6" type="tarxz">http://download.kde.org/stable/frameworks/5.13/extra-cmake-modules-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<!--Dependency>python-sphinx</Dependency-->
|
||||
@@ -21,6 +21,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>extra-cmake-modules</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -29,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-06-20</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Framework providing components to allow applications to integrate with a KDE Workspace</Summary>
|
||||
<Description>Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.</Description>
|
||||
<Archive sha1sum="4c4411d6a83025b9665bad3e7fafe2530c29dfd1" type="tarxz">http://download.kde.org/stable/frameworks/5.11/frameworkintegration-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="2f55823125052d4fcad139f536614fb48edd8d53" type="tarxz">http://download.kde.org/stable/frameworks/5.13/frameworkintegration-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
@@ -32,7 +32,6 @@
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -94,6 +93,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Library for KDE's Plasma Activities support</Summary>
|
||||
<Description>Kactivities provides an API for using and interacting with the Plasma Activities Manager.</Description>
|
||||
<Archive sha1sum="b2f2cf6ddf2060b061248c0ec24f6381ce6917f4" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kactivities-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="87a8af062d620105d97253c38a78bea9d942bf35" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kactivities-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
@@ -45,7 +45,6 @@
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt5-sql-odbc</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">build-source.patch</Patch>
|
||||
@@ -84,17 +83,34 @@
|
||||
<Summary>Development files for kactivities</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency release="current">kactivities</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="config">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,13 +12,12 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE5 Frameworks API documentation tools.</Summary>
|
||||
<Description>KDE5 Frameworks API documentation tools.</Description>
|
||||
<Archive sha1sum="cfed53fa73bed77061d25f3b40402c87098203e9" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kapidox-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="ecdad9dace0ed3cf7d3b5fe63107654332bf4b1d" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kapidox-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-Jinja2</Dependency>
|
||||
<Dependency>python-PyYAML</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>python-PyYAML</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -36,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-20</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,14 +12,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Qt 5 addon providing access to numerous types of archives</Summary>
|
||||
<Description>KArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR.</Description>
|
||||
<Archive sha1sum="46f526bded55772c4f9e60bb7fc1891c73479bf2" type="tarxz">http://download.kde.org/stable/frameworks/5.11/karchive-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="0c09c97bfd1c86f311387171a256537a45d1eb8a" type="tarxz">http://download.kde.org/stable/frameworks/5.13/karchive-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -54,7 +53,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-20</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,14 +12,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Abstraction to system policy and authentication features</Summary>
|
||||
<Description>Framework which lets applications perform actions as a privileged user</Description>
|
||||
<Archive sha1sum="9740d238ca209eb43e48aaa0bf375a8c9a3e3100" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kauth-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="7e0c8aa0ea1a53c05a5b6f6b25b4495a99580abb" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kauth-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>polkit-qt-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -55,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Access and manipulate bookmarks stored using XBEL format</Summary>
|
||||
<Description>Framework which lets you access and manipulate bookmarks stored using XBEL format</Description>
|
||||
<Archive sha1sum="ba2bb31eeb5593f627b2f8d334f31b3d8793990d" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kbookmarks-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="a304d7c69b4709b449f8840392141a5b6ded4169" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kbookmarks-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
@@ -25,7 +25,6 @@
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -72,6 +71,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Utilities for interacting with KCModules</Summary>
|
||||
<Description>KCMUtils provides various classes to work with KCModules. KCModules can be created with the KConfigWidgets framework.</Description>
|
||||
<Archive sha1sum="e2907fc348abbe1d0904ff63970d0678195269c9" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcmutils-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="a6f4607cbc0cecafa589e92c53a53832c06b7993" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kcmutils-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
@@ -31,7 +31,6 @@
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -89,6 +88,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,12 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Plugins allowing Qt applications to access further types of images</Summary>
|
||||
<Description>KDE5 KCodecs provide a collection of methods to manipulate strings using various encodings.</Description>
|
||||
<Archive sha1sum="b950224621d9787c5b253c620bd3c29ca5b6844c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcodecs-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="dda9586ea511b583c675bb3c6f6b8281e2a3bd0b" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kcodecs-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,6 +24,7 @@
|
||||
<Name>kcodecs</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,14 +13,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Addon with auto completion widgets and classes</Summary>
|
||||
<Description>KCompletion provides widgets with advanced completion support as well as a lower-level completion class which can be used with your own widgets.</Description>
|
||||
<Archive sha1sum="dff3d665ed3248ffca31a67b7743bf9185a5b8db" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcompletion-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="8a38fef2223bb04c0a5912804ef116044ffaf6a2" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kcompletion-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -58,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -14,12 +14,11 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Advanced configuration system for KDE Frameworks 5</Summary>
|
||||
<Description>Kconfig provides advanced libraries and tools for accessing configuration files.</Description>
|
||||
<Archive sha1sum="270e5e006816d59ca3f742bc2392c95a21c2f221" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kconfig-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="b0a0f75cbfaca57e7246048a7b31ff6b21223d7b" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kconfig-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">0001-ensure-platform-window-resize-processing.patch</Patch>
|
||||
@@ -31,6 +30,7 @@
|
||||
<Name>kconfig</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Kconfig widgets</Summary>
|
||||
<Description>KConfigWidgets provides easy-to-use classes to create configuration dialogs, as well as a set of widgets which uses KConfig to store their settings.</Description>
|
||||
<Archive sha1sum="c3f49dc863f232591208e9df04c8e137b30ba685" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kconfigwidgets-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="aa3fa230808f750024b6ec2d2fad1d3cc36e0279" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kconfigwidgets-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
@@ -25,10 +25,8 @@
|
||||
<Dependency>kguiaddons-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -78,6 +76,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,13 +13,12 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Utilities for core application functionality and accessing the OS</Summary>
|
||||
<Description>KCoreAddons provides classes built on top of QtCore to perform various tasks such as manipulating mime types, autosaving files, creating backup files, generating random sequences, performing text manipulations such as macro replacement, accessing user information and many more.</Description>
|
||||
<Archive sha1sum="4191f62eb1747de24dee1e92898a985fd1c1a94c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcoreaddons-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="13cd56f4cb4bfed0198b67ea6d35077e8cf75a7c" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kcoreaddons-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -58,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,16 +13,14 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Kcrash crash handling application</Summary>
|
||||
<Description>KCrash provides support for intercepting and handling application crashes.</Description>
|
||||
<Archive sha1sum="be7fdf5b1012c73fca00e71c7e9251bb29556a87" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kcrash-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="c7395075b23323d1a4caa88e2b7517084893a77f" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kcrash-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -63,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-23</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,18 +13,19 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Extra modules for Qt-DBus</Summary>
|
||||
<Description>KDE5-KDBusAddons provides convenience classes on top of QtDBus, as well as an API to create KDED modules.</Description>
|
||||
<Archive sha1sum="3afe097162ec6beda589a1dc1abf892ad6729ffb" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdbusaddons-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="2a8085226ca6344a71aa92917fd5cc9ac97f9823" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kdbusaddons-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kdbusaddons</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -53,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Integration of QML and KDE workspaces</Summary>
|
||||
<Description>KDeclarative provides integration of QML and KDE workspaces.</Description>
|
||||
<Archive sha1sum="e9366bf4df213820b98ef9eec220b549546e0970" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdeclarative-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="c61fd5f66e4209f731f48fb087827d143db9796a" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kdeclarative-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
@@ -39,7 +39,6 @@
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -76,6 +75,18 @@
|
||||
<Summary>Development files for kdeclarative</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libepoxy-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>kpackage-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency release="current">kdeclarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -86,6 +97,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 daemon</Summary>
|
||||
<Description>Kded runs in the background and performs a number of small tasks.</Description>
|
||||
<Archive sha1sum="5424aae6d6dbb3753678b3d12219b2f8fd3e7346" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kded-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="1cba8760bfdf7faa740f0bf0ed3b3a2ce3f1258a" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kded-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -23,10 +23,8 @@
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -54,7 +52,12 @@
|
||||
<Name>kded-devel</Name>
|
||||
<Summary>Development files for kded</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency release="current">kded</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -64,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-24</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>QT Designer integration for KDE5 Frameworks widgets</Summary>
|
||||
<Description>This framework provides plugins for Qt Designer that allow it to display the widgets provided by various KDE frameworks, as well as a utility (kgendesignerplugin) that can be used to generate other such plugins from ini-style description files.</Description>
|
||||
<Archive sha1sum="4a01466b92857e0da992af73a57c0efa07c61fff" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdesignerplugin-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="679e562469e14ec3d234966bdf12cfa87333b62e" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kdesignerplugin-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
@@ -29,7 +29,6 @@
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -65,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-28</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>User interface for running shell commands with root privileges</Summary>
|
||||
<Description>kdesu provides functionality for building GUI front ends for (password asking) console mode programs.</Description>
|
||||
<Archive sha1sum="0a2c50f53588a6ed340f95226154c45ef0ba5569" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdesu-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="c1917a0a4ef4e259960a08c392f108c4bc06fc8a" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kdesu-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
@@ -23,7 +23,6 @@
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -68,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 WebKit integration</Summary>
|
||||
<Description>KdeWebkit provides KDE integration of the QtWebKit library.</Description>
|
||||
<Archive sha1sum="6910610b167c1d3d47e235bac45cb4613446aa97" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdewebkit-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="2d4a3a57064502432813a0c2df027c6041116a9c" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kdewebkit-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
@@ -29,7 +29,6 @@
|
||||
<Dependency>kwallet-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -79,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,14 +12,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Network service discovery using Zeroconf</Summary>
|
||||
<Description>KDNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure.</Description>
|
||||
<Archive sha1sum="eef44b91a2c1bd4cf2e5140a381e391bb5c94620" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdnssd-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="29a46bdc3940c2248b8cfcb2931746e4c6baaf82" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kdnssd-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools</Dependency>
|
||||
<Dependency>avahi-devel</Dependency>
|
||||
<Dependency>avahi-compat-libdns_sd-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -53,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 document generator</Summary>
|
||||
<Description>kdoctools is an application aims to generate documents from DocBook.</Description>
|
||||
<Archive sha1sum="69068070f29374eef12ab5f9ae261c9cc3c705b5" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kdoctools-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="9392c112588f2f19df0147d3b64319da9e2c9ef7" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kdoctools-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
@@ -27,7 +27,6 @@
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -69,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE emoticon manager</Summary>
|
||||
<Description>KEmoticons converts emoticons from text to a graphical representation with images in HTML.</Description>
|
||||
<Archive sha1sum="eeb064ae09eb258a3ccb04acfab0a2c208e08a61" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kemoticons-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="a8057148992a660f295a0f82835c55821c46549d" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kemoticons-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
@@ -21,7 +21,6 @@
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -63,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Global desktop keyboard shortcuts</Summary>
|
||||
<Description>KGlobalAccel allows you to have global accelerators that are independent of the focused window.</Description>
|
||||
<Archive sha1sum="6c533b0b9856fed6703926316fb5024a325a565a" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kglobalaccel-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="41ee0ebb96f55a03cf010fb452046aeb8b91ca77" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kglobalaccel-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
@@ -27,7 +27,6 @@
|
||||
<Dependency>xcb-util-keysyms-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -78,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,20 +12,20 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Utilities for graphical user interfaces</Summary>
|
||||
<Description>The KDE GUI addons provide utilities for graphical user interfaces in the areas of colors, fonts, text, images, keyboard input. Development files.</Description>
|
||||
<Archive sha1sum="1444a735827d295cf0dfb6bc08a3b72518d97e0e" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kguiaddons-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="320cf4efdef5833a32dfb8f440b4983c2670a828" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kguiaddons-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kguiaddons</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,18 +12,18 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE Gettext-based UI text internationalization.</Summary>
|
||||
<Description>KI18n provides functionality for internationalizing user interface text in applications, based on the GNU Gettext translation system.</Description>
|
||||
<Archive sha1sum="0c4751ebc1f3c488f3e95622acf9311e367b7402" type="tarxz">http://download.kde.org/stable/frameworks/5.11/ki18n-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="872090c46054521bb99150cd72bf4f869e47eac5" type="tarxz">http://download.kde.org/stable/frameworks/5.13/ki18n-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ki18n</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-script</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 icon utilities</Summary>
|
||||
<Description>This library contains classes to improve the handling of icons in applications using the KDE Frameworks.</Description>
|
||||
<Archive sha1sum="56dab88c2c8dfab3f1907e6a17c4cc6aad1f4c17" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kiconthemes-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="031dd5f363cdd15afd37c978892dfc8fb14a698d" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kiconthemes-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
@@ -25,7 +25,6 @@
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -74,6 +73,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-22</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Idle time reporting utility</Summary>
|
||||
<Description>KIdleTime is a singleton reporting information on idle time. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity.</Description>
|
||||
<Archive sha1sum="8f5abb78d2b8b5a62c60e9b17a88d3345db1f5e9" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kidletime-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="093279519306c2ca135b17d0c32ab5be5232524a" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kidletime-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
@@ -23,7 +23,6 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -60,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,13 +13,12 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Image formats addons for QT 5</Summary>
|
||||
<Description>This framework provides additional image format plugins for QtGui. </Description>
|
||||
<Archive sha1sum="5bac294ff1088996af8fb90283ddc313cd6622a0" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kimageformats-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="2bf06bc1d315d5775eac58d66cc8d6f7ffef63ac" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kimageformats-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>openexr-devel</Dependency>
|
||||
<Dependency>ilmbase-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -40,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE applications initialization utility</Summary>
|
||||
<Description>Process launcher to speed up launching KDE applications.</Description>
|
||||
<Archive sha1sum="e9babb929e27419cc78b0b4936764616680bbf0c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kinit-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="4bdf11e4f413ac1cd1dea0d19e12228b25105c3b" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kinit-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -23,24 +23,22 @@
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>solid-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>kcompletion-devel</Dependency>
|
||||
<Dependency>solid-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>kcompletion-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kcodecs-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kcodecs-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kbookmarks-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -73,7 +71,16 @@
|
||||
<Name>kinit-devel</Name>
|
||||
<Summary>Development files for kinit</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libcap-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency release="current">kinit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -84,6 +91,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Resource and network access abstraction</Summary>
|
||||
<Description>Network transparent access to files and data</Description>
|
||||
<Archive sha1sum="8a20f17d613b5ddfca363d71797bf64ffca4a264" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kio-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="eb2caaef92fb4b420a85dc174feafc76c7df293c" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kio-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
@@ -50,7 +50,6 @@
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -141,6 +140,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,11 +12,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Set of item models extending the Qt model-view framework</Summary>
|
||||
<Description>KItemModels provides a set of item models extending the Qt model-view framework.</Description>
|
||||
<Archive sha1sum="87b62889785c9a407ccfc29832ff210afe289a5a" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kitemmodels-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="2e0d6527a14047e183ca1a7223794411b3106c22" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kitemmodels-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -50,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-24</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,13 +13,12 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Set of item models extending the Qt model-view framework</Summary>
|
||||
<Description>KItemViews includes a set of views, which can be used with item models. It includes views for categorizing lists and to add search filters to flat and hierarchical lists.</Description>
|
||||
<Archive sha1sum="f5f41a15297a0fed787f9ff7b71b2f26e1a92a3b" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kitemviews-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="3cbb8d0199c7e2010e2a6c03aa3285ada4783515" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kitemviews-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -53,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-24</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Widgets for showing progress of asynchronous jobs</Summary>
|
||||
<Description>KJobWIdgets provides widgets for showing progress of asynchronous jobs.</Description>
|
||||
<Archive sha1sum="2953b5b98a340cb023a601e400663159c89867c8" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kjobwidgets-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="04ba35e0f05efd0df37bf17a453bcf3fb93db245" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kjobwidgets-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -22,7 +22,6 @@
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -59,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,11 +12,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Framework for downloading and sharing additional application data</Summary>
|
||||
<Description>The KNewStuff library implements collaborative data sharing for applications.</Description>
|
||||
<Archive sha1sum="ee19ee600ecfa7a1aef566e512cff5172a35b173" type="tarxz">http://download.kde.org/stable/frameworks/5.11/knewstuff-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="377f63108202d50d8d3d2d20a04269561b7b59da" type="tarxz">http://download.kde.org/stable/frameworks/5.13/knewstuff-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>ktextwidgets-devel</Dependency>
|
||||
@@ -42,7 +41,6 @@
|
||||
<Dependency>solid-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -70,7 +68,7 @@
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -78,8 +76,21 @@
|
||||
<Name>knewstuff-devel</Name>
|
||||
<Summary>Development files for knewstuff</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency release="current">knewstuff</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>ktextwidgets-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kcompletion-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>attica-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency release="current">knewstuff</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -89,6 +100,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-28</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE5 Desktop notifications</Summary>
|
||||
<Description>KNotification is used to notify the user of an event. It covers feedback and persistent events.</Description>
|
||||
<Archive sha1sum="add56e8945eb987742e07bd624426e3bc7ff3bd1" type="tarxz">http://download.kde.org/stable/frameworks/5.11/knotifications-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="0d0f414546be09e352d627abfb7edb6ab44bd310" type="tarxz">http://download.kde.org/stable/frameworks/5.13/knotifications-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
@@ -23,10 +23,9 @@
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kcodecs-devel</Dependency>
|
||||
<Dependency>libdbusmenu-qt-devel</Dependency>
|
||||
<Dependency>libdbusmenu-qt-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency><!--1-->
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -78,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-08-03</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Configuration dialog for desktop notifications</Summary>
|
||||
<Description>KNotifyConfig provides a configuration dialog for desktop notifications which can be embedded in your application..</Description>
|
||||
<Archive sha1sum="17e8571d7af1112b6ef6c708944014b7aeb02c25" type="tarxz">http://download.kde.org/stable/frameworks/5.11/knotifyconfig-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="4fbe4de7b86721bbb657c4c75acc0dfb9fb67dda" type="tarxz">http://download.kde.org/stable/frameworks/5.13/knotifyconfig-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
@@ -22,7 +22,6 @@
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -67,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:library</IsA>
|
||||
<Summary>Framework that lets applications manage user installable packages of non-binary assets</Summary>
|
||||
<Description>KPackage is dependent on the Smart package manager.</Description>
|
||||
<Archive sha1sum="151aa58865b12d016ad78c7bd0567e2cd02403dd" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kpackage-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="a42d436e38bf3bbfa29bcef51df1d63028c232de" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kpackage-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -20,14 +20,11 @@
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>docbook-sgml4_5</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -70,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-23</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Plugin framework for user interface components</Summary>
|
||||
<Description>This library implements the framework for KDE parts, which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons).</Description>
|
||||
<Archive sha1sum="40c1662823c0c35018cc175a55ee064920e528d2" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kparts-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="a1b41e511f700a263f7d362deb6704b5c2572c27" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kparts-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>ktextwidgets-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
@@ -41,7 +41,6 @@
|
||||
<Dependency>solid-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -75,6 +74,16 @@
|
||||
<Summary>Development files for kparts</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency release="current">kparts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -85,6 +94,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A contact aggregation library for KDE</Summary>
|
||||
<Description>KPeople is a Framework for fetching contacts from different sources (Telepathy, Akonadi, Facebook, etc) and unifying them into a same model.</Description>
|
||||
<Archive sha1sum="90963263f5a4d0c81bde34ee5ec4907f5455be7f" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kpeople-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="cb24df49524fa369e75f6011fa705699d0f5e918" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kpeople-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
@@ -27,7 +27,6 @@
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -75,6 +74,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,11 +12,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE5 Data plotting</Summary>
|
||||
<Description>Kplotting contains data plotting classes for QT 5 and KDE</Description>
|
||||
<Archive sha1sum="4b7439043a0f75e7614681aa9f22920c7c7c831c" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kplotting-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="7bfe006d6cbfe050922a89861d0380f7b46999cf" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kplotting-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -48,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,14 +12,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Libraries for pseudo terminal devices</Summary>
|
||||
<Description>Kpty provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using kpty.</Description>
|
||||
<Archive sha1sum="d402020ec466db4ca166fd924a628f69cf275f71" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kpty-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="0f1eb30251ebd1e32c8fe9f6d56a92abbc68d7a6" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kpty-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>utempter-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -59,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-24</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 Desktop Services</Summary>
|
||||
<Description>Kservice Provides a plugin framework for handling desktop services. Services can be applications or libraries. They can be bound to MIME types or handled by application specific code.</Description>
|
||||
<Archive sha1sum="cfefce85aa61461c55be64de7bac5f3f3bed654a" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kservice-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="7a8e850dcc9e2122279066a8c8765602ebcd8fba" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kservice-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
@@ -25,7 +25,6 @@
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -72,6 +71,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-24</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE5 text editor libraries</Summary>
|
||||
<Description>KTextEditor provides a powerful text editor component that you can embed in your application.</Description>
|
||||
<Archive sha1sum="e9ac2d687058cb7f40fefdc5e166ed757000f58e" type="tarxz">http://download.kde.org/stable/frameworks/5.11/ktexteditor-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="b6fc7e34248b6b680d206a7ad0b4918b7bf8455c" type="tarxz">http://download.kde.org/stable/frameworks/5.13/ktexteditor-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
@@ -45,7 +45,6 @@
|
||||
<Dependency>libgit2-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -120,6 +119,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 text editing widgets</Summary>
|
||||
<Description>KTextWidgets provides widgets for displaying and editing text. It supports rich text as well as plain text.</Description>
|
||||
<Archive sha1sum="79e47a1177410916bea84108cc3aacf2b85195ad" type="tarxz">http://download.kde.org/stable/frameworks/5.11/ktextwidgets-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="a7b5d1dfe64c078229f26c42c91e14cec20f8e3c" type="tarxz">http://download.kde.org/stable/frameworks/5.13/ktextwidgets-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
@@ -29,7 +29,6 @@
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -83,6 +82,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,12 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>KDE unit conversion framework</Summary>
|
||||
<Description>KUnitConversion provides functions to convert values in different physical units.</Description>
|
||||
<Archive sha1sum="eeefd6c731456b55f96f8a08afa17d465f0edc91" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kunitconversion-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="7be3e7cacdffc1ab8b39debb69e5e2398540b446" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kunitconversion-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules </Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -53,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,11 +13,14 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE password storage framework</Summary>
|
||||
<Description>This framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces.</Description>
|
||||
<Archive sha1sum="1302bf09ddae4fe6be4aa5bbf3aae92d301379a3" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kwallet-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="f25f6b96ae3d7d796af6bc29e1712f4d78f833aa" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kwallet-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
@@ -27,7 +30,6 @@
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -82,6 +84,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,12 +13,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 desktop widgets</Summary>
|
||||
<Description>KdeWidgetsAddons is a framework contains addon widgets and shared libraries for applications using Qt5-Widgets.</Description>
|
||||
<Archive sha1sum="db63cdc24ad85217d1adddaa3a347297a76d4668" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kwidgetsaddons-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="df01da9920a4f7e062dcb0ec41ff9ff5ac9c8561" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kwidgetsaddons-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -52,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-21</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 window manager access framework</Summary>
|
||||
<Description>KWindowSystem provides information about the state of the window manager and allows asking the window manager to change the using a more high-level interface than the NETWinInfo/NETRootInfo low-level classes.</Description>
|
||||
<Archive sha1sum="4b4077d0cb1ad1f58e92093155e004e4e77801fd" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kwindowsystem-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="6325e1172aba5b8865b43ff83d9655956f66b57a" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kwindowsystem-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
@@ -26,7 +26,6 @@
|
||||
<Dependency>xcb-util-devel</Dependency>
|
||||
<Dependency>xcb-util-keysyms-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -70,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-23</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Framework for managing menu and toolbar actions</Summary>
|
||||
<Description>Kxmlgui provides a framework for managing menu and toolbar actions in an abstract way.</Description>
|
||||
<Archive sha1sum="041dbdd846183691e3067d98fa4826478a70ccd4" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kxmlgui-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="119c8884f52926dd874f0160690ee3a366a6493a" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kxmlgui-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>attica-devel</Dependency>
|
||||
@@ -30,8 +30,7 @@
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -87,6 +86,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,13 +13,12 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>XML-RPC client library for KDE</Summary>
|
||||
<Description>This library contains simple XML-RPC Client support. It is used mainly by the egroupware module of kdepim, but is a complete client and is quite easy to use. Only one interface is exposed to the world, kxmlrpcclient/client.h and of that interface, you only need to use 3 methods: setUrl, setUserAgent and call.</Description>
|
||||
<Archive sha1sum="3c5a1f2b0678cae6daad26698675b331b422d6b1" type="tarxz">http://download.kde.org/stable/frameworks/5.11/kxmlrpcclient-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="7bd8ab8268ae0cfea6ef06b17bc21167016728cf" type="tarxz">http://download.kde.org/stable/frameworks/5.13/kxmlrpcclient-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -61,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,12 +13,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Qt wrapper for ModemManager DBus API</Summary>
|
||||
<Description>Qt wrapper for ModemManager DBus API</Description>
|
||||
<Archive sha1sum="91955b23fd1b54b6fb2cf2c352cf3fb324919e5d" type="tarxz">http://download.kde.org/stable/frameworks/5.11/modemmanager-qt-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="b30a770b03b2efcf94aa3e7fae44d6b34d7d23aa" type="tarxz">http://download.kde.org/stable/frameworks/5.13/modemmanager-qt-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>ModemManager-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -53,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-27</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,12 +13,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A QT wrapper around the NetworkManager libraries</Summary>
|
||||
<Description>A QT wrapper around the NetworkManager libraries</Description>
|
||||
<Archive sha1sum="df2bb93cb72dfb6b125169e95acb6919f05ac664" type="tarxz">http://download.kde.org/stable/frameworks/5.11/networkmanager-qt-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="e6c0d15052b4d3ac11a4aa5a2431e4d153750344" type="tarxz">http://download.kde.org/stable/frameworks/5.13/networkmanager-qt-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -54,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-25</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,10 +13,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Plasma library and runtime components based upon KDE Frameworks 5 and Qt5</Summary>
|
||||
<Description>Plasma library and runtime components based upon KF5 and Qt5</Description>
|
||||
<Archive sha1sum="8fb0e1d1b82cb5b6babe47c1f20406ccb5f29d65" type="tarxz">http://download.kde.org/stable/frameworks/5.11/plasma-framework-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="497e7f9496492cbf627f1de9bdf01325986cbfaf" type="tarxz">http://download.kde.org/stable/frameworks/5.13/plasma-framework-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>qt5-quickcontrols</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>qt5-script-devel</Dependency>
|
||||
@@ -42,7 +43,7 @@
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kdeclarative-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>kguiaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
@@ -58,7 +59,6 @@
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -70,10 +70,11 @@
|
||||
<Dependency>qt5-script</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>qt5-quickcontrols</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>kactivities</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kpackage</Dependency>
|
||||
@@ -83,7 +84,7 @@
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kdeclarative</Dependency>
|
||||
<Dependency>kglobalaccel</Dependency>
|
||||
<Dependency>kglobalaccel</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
@@ -101,7 +102,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>plasma-framework-devel</Name>
|
||||
<Summary>Development files for plasma-framework</Summary>
|
||||
@@ -114,7 +115,7 @@
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>kpackage-devel</Dependency>
|
||||
@@ -124,7 +125,7 @@
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kdeclarative-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>kguiaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
@@ -141,6 +142,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-28</Date>
|
||||
<Version>5.11.0</Version>
|
||||
@@ -154,6 +162,6 @@
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE5 hardware integration framework</Summary>
|
||||
<Description>Solid is a device integration framework.It provides a way of querying and interacting with hardware independently of the underlying operating system.</Description>
|
||||
<Archive sha1sum="9236a4e999f5e64b2bb3a2b3ec81be057ce278e3" type="tarxz">http://download.kde.org/stable/frameworks/5.11/solid-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="abe665254d15900512d8a87c6198f427e4d79913" type="tarxz">http://download.kde.org/stable/frameworks/5.13/solid-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
@@ -23,7 +23,6 @@
|
||||
<Dependency>upower-devel</Dependency>
|
||||
<Dependency>media-player-info</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -61,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-23</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>KDE spell schecking library</Summary>
|
||||
<Description>This framework contains two main components: Interface to KWallet, the safe desktop-wide storage for passwords on KDE workspaces. The kwalletd used to safely store the passwords on KDE work spaces.</Description>
|
||||
<Archive sha1sum="3b2b55e0645e477abe041c2a70d49ecfa0263b84" type="tarxz">http://download.kde.org/stable/frameworks/5.11/sonnet-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="cdb1c05e6ceeef339e657bd39776e06100dac3bb" type="tarxz">http://download.kde.org/stable/frameworks/5.13/sonnet-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>hunspell-devel</Dependency>
|
||||
<Dependency>aspell-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<!--Dependency>aspell</Dependency-->
|
||||
<Dependency>aspell</Dependency>
|
||||
<Dependency>hunspell</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -56,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-24</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Multi-threaded programming framework for KDE</Summary>
|
||||
<Description>ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way.</Description>
|
||||
<Archive sha1sum="50c0af5c344af197ac33f75cec97df45dd138fea" type="tarxz">http://download.kde.org/stable/frameworks/5.11/threadweaver-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="876eb418aeed49dbbd10bdff1f293b51b500e8e6" type="tarxz">http://download.kde.org/stable/frameworks/5.13/threadweaver-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-16</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-28</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -14,13 +14,27 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An image viewer</Summary>
|
||||
<Description>Gwenview is an easy to use image viewer.</Description>
|
||||
<Archive sha1sum="903e1f377b10ed16841cb1a990ab2acbeeb7a4a4" type="targz">http://download1585.mediafire.com/bsu38b9x68tg/yz5jkp6xq5iqdba/gwenview.tar.gz</Archive>
|
||||
<Archive sha1sum="b6307d9185df1e136e62fac8009e5808776e5aae" type="tarxz">http://download.kde.org/unstable/applications/15.07.90/src/gwenview-15.07.90.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libkipi-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>baloo-devel</Dependency>
|
||||
<Dependency>libkdcraw-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -34,32 +48,32 @@
|
||||
<Dependency>libkipi</Dependency>
|
||||
<Dependency>libkdcraw</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>baloo</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kfilemetadata</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>baloo</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kfilemetadata</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -72,12 +86,12 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-25</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-08-12</Date>
|
||||
<Version>15.07.90</Version>
|
||||
<Comment>first release, use unstable source.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -12,12 +12,14 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A C++ interface around LibRaw library</Summary>
|
||||
<Description>libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files.</Description>
|
||||
<Archive sha1sum="d9d837a3ebfa14e3a66920229ef771c1b6d0002f" type="targz">http://download948.mediafire.com/4znx7rkpdyzg/3ocxvqjsvdf3tzd/libkdcraw.tar.gz</Archive>
|
||||
<Archive sha1sum="0b09804bb198a9035128a289df10671c2a38ba1f" type="tarxz">http://source.pisilinux.org/1.0/libkdcraw-15.07.90_20150715.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -44,6 +46,10 @@
|
||||
<Summary>Development files for libkdcraw</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libkdcraw</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libraw-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -54,8 +60,8 @@
|
||||
|
||||
<History>
|
||||
<Update release="22">
|
||||
<Date>2014-11-13</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>15.07.90_p1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
@@ -16,4 +19,4 @@ def build():
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
pisitools.dodoc("AUTHORS", "COPYING*", "TODO")
|
||||
@@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>okular</Name>
|
||||
<Homepage>http://okular.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>okular</Icon>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A document viewer</Summary>
|
||||
<Description>Okular is a document viewer.</Description>
|
||||
<Archive sha1sum="7da34b53e14c8a2b677b938a8747968adf5f0994" type="tarxz">http://download.kde.org/stable/applications/15.04.3/src/okular-15.04.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qca2-qt5-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>djvu-devel</Dependency>
|
||||
<Dependency>qt5-phonon-devel</Dependency>
|
||||
<Dependency>chmlib-devel</Dependency>
|
||||
<Dependency>kdelibs-devel</Dependency>
|
||||
<Dependency>libspectre-devel</Dependency>
|
||||
<Dependency>poppler-qt5-devel</Dependency>
|
||||
<Dependency>qimageblitz-devel</Dependency>
|
||||
<Dependency>ebook-tools-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>okular</Name>
|
||||
<IsA>app:gui</IsA>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qca-qt5</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>djvu</Dependency>
|
||||
<Dependency>chmlib</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>libkexiv2</Dependency>
|
||||
<Dependency>poppler-qt5</Dependency>
|
||||
<Dependency>libspectre</Dependency>
|
||||
<Dependency>ebook-tools</Dependency>
|
||||
<Dependency>kactivities</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>khtml</Dependency>
|
||||
<Dependency>kpty</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kjs</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kbookmarks</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>threadweaver</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>okular-devel</Name>
|
||||
<Summary>Development files for okular</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">okular</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-07-26</Date>
|
||||
<Version>5.0.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>okular</Name>
|
||||
<Summary xml:lang="tr">Belge gösterici</Summary>
|
||||
<Description xml:lang="tr">Okular bir belge göstericidir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>okular-devel</Name>
|
||||
<Summary xml:lang="tr">Okular için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -22,11 +22,11 @@
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<!--Dependency>xine-lib-devel</Dependency-->
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>qt-5.4.2.patch</Patch>
|
||||
</Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -35,6 +35,7 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-tools</Dependency>
|
||||
<Dependency>qt5-quick1</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -50,23 +51,25 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">qt5-phonon</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="data">/usr/share/phonon4qt5</Path>
|
||||
<Path fileType="data">/usr/share/phonon4qt5</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-02-23</Date>
|
||||
<Date>2015-08-13</Date>
|
||||
<Version>4.8.3</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
|
||||
|
||||
</PISI>
|
||||
|
||||
@@ -14,16 +14,18 @@
|
||||
<Description>Qt wrapper for KDE 5 DBus API.</Description>
|
||||
<Archive sha1sum="c897f80c8400101b28be3f9ad1250a8c03cd6901" type="tarxz">http://download.kde.org/stable/plasma/5.3.2/bluez-qt-5.3.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bluez</Dependency>
|
||||
<Dependency>bluez-libs-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bluez-qt</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>bluez</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -50,8 +52,15 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-17</Date>
|
||||
<Version>5.3.2</Version>
|
||||
<Comment>Rebuild for new bluez.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-08-01</Date>
|
||||
<Date>2015-08-17</Date>
|
||||
<Version>5.3.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
@@ -17,7 +17,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kdeclarative-devel</Dependency>
|
||||
|
||||
@@ -17,26 +17,25 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>networkmanager-qt-devel</Dependency>
|
||||
<Dependency>modemmanager-qt-devel</Dependency>
|
||||
<Dependency>ModemManager-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>openconnect-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>mobile-broadband-provider-info</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-quick1-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>plasma-framework-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>networkmanager-qt-devel</Dependency>
|
||||
<Dependency>modemmanager-qt-devel</Dependency>
|
||||
<Dependency>ModemManager-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>openconnect-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>mobile-broadband-provider-info</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-quick1-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>plasma-framework-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdesignerplugin</Dependency>
|
||||
<Dependency>kinit-devel</Dependency>
|
||||
<Dependency>kemoticons-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -44,45 +43,40 @@
|
||||
<Name>plasma-nm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>openconnect</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>networkmanager-qt</Dependency>
|
||||
<Dependency>modemmanager-qt</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>openconnect</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>networkmanager-qt</Dependency>
|
||||
<Dependency>modemmanager-qt</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<Replaces>
|
||||
<Package>kde-workspace</Package>
|
||||
</Replaces>
|
||||
<Conflicts>
|
||||
<Package>kde-workspace</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<History>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-07-01</Date>
|
||||
<Version>5.3.2</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Code and utilities to ease the transition to KDE Frameworks 5</Summary>
|
||||
<Description>KDELibs4Support provides libraries to port KDE4 programs to QT5/KDE5</Description>
|
||||
<Archive sha1sum="ebb7e748ea96b7759b3536dbba9197f42d05db09" type="tarxz">http://download.kde.org/stable/frameworks/5.11/portingAids/kdelibs4support-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="928a9b65f14f308d967ff56b08784951969976d8" type="tarxz">http://download.kde.org/stable/frameworks/5.13/portingAids/kdelibs4support-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-tools-devel</Dependency>
|
||||
@@ -36,10 +36,8 @@
|
||||
<Dependency>sonnet-devel</Dependency>
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -132,6 +130,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-17</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-28</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>HTML rendering engine for KDE</Summary>
|
||||
<Description>KHTML is a web rendering engine, based on the KParts technology and using KJS for JavaScript support.</Description>
|
||||
<Archive sha1sum="478694151ce2940f5b9dcd022be09d13ab1b51b7" type="tarxz">http://download.kde.org/stable/frameworks/5.11/portingAids/khtml-5.11.0.tar.xz</Archive>
|
||||
<Archive sha1sum="af7d198028c487bb05773eb1bb0d34ffe0500578" type="tarxz">http://download.kde.org/stable/frameworks/5.13/portingAids/khtml-5.13.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
@@ -31,7 +31,6 @@
|
||||
<Dependency>sonnet-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -104,7 +103,7 @@
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kjs-devel</Dependency>
|
||||
@@ -124,6 +123,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-08-17</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2015-06-28</Date>
|
||||
<Version>5.11.0</Version>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user