diff --git a/desktop/kde/application/dolphin-plugins/pspec.xml b/desktop/kde/application/dolphin-plugins/pspec.xml index 46bf909196..331da116e9 100644 --- a/desktop/kde/application/dolphin-plugins/pspec.xml +++ b/desktop/kde/application/dolphin-plugins/pspec.xml @@ -16,10 +16,10 @@ qt5-base-devel kdoctools-devel - dolphin-devel + dolphin-devel kio-devel - extra-cmake-modules - cmake + kdelibs4-support-devel + extra-cmake-modules diff --git a/desktop/kde/application/kcalutils/pspec.xml b/desktop/kde/application/kcalutils/pspec.xml index ad7a79d6a1..096f010a80 100755 --- a/desktop/kde/application/kcalutils/pspec.xml +++ b/desktop/kde/application/kcalutils/pspec.xml @@ -16,6 +16,17 @@ mirrors://kde/stable/applications/15.08.1/src/kcalutils-15.08.1.tar.xz qt5-base-devel + kcalcore-devel + kidentitymanagement-devel + kcoreaddons-devel + kconfig-devel + ki18n-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin kdoctools-devel extra-cmake-modules diff --git a/desktop/kde/application/kde-servicemenu-rootactions/actions.py b/desktop/kde/application/kde-servicemenu-rootactions/actions.py new file mode 100644 index 0000000000..66a1ab3d51 --- /dev/null +++ b/desktop/kde/application/kde-servicemenu-rootactions/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir = "rootactions_servicemenu_%s" % get.srcVERSION() + +def install(): + pisitools.insinto("/usr/share/kservices5/ServiceMenus", "Root_Actions_%s/dolphin-KDE4/*.desktop" % get.srcVERSION()) + pisitools.dobin("Root_Actions_%s/rootactions-servicemenu.pl" % get.srcVERSION()) + + pisitools.dodoc("README") diff --git a/desktop/kde/application/kde-servicemenu-rootactions/pspec.xml b/desktop/kde/application/kde-servicemenu-rootactions/pspec.xml new file mode 100644 index 0000000000..789e7f8bed --- /dev/null +++ b/desktop/kde/application/kde-servicemenu-rootactions/pspec.xml @@ -0,0 +1,58 @@ + + + + + kde-servicemenu-rootactions + http://www.kde-apps.org/content/show.php?content=48411 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + dolphin + app:gui + Root actions servicemenu for Dolphin + kde-servicemenu-rootactions is an addon for KDE4 that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager. + http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu_2.8.1.tar.gz + + + + + + + kde-servicemenu-rootactions + + + + + /usr/bin + /usr/share/kservices5 + /usr/share/doc + + + + + + 2014-05-30 + 2.8.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-09 + 2.8.1 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-20 + 2.7.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + diff --git a/desktop/kde/application/kde-servicemenu-rootactions/translations.xml b/desktop/kde/application/kde-servicemenu-rootactions/translations.xml new file mode 100644 index 0000000000..cf8010b088 --- /dev/null +++ b/desktop/kde/application/kde-servicemenu-rootactions/translations.xml @@ -0,0 +1,8 @@ + + + + kde-servicemenu-rootactions + Dolphin için yetkili kullanıcı eylemleri menüsü + kde-servicemenu-rootactions, Dolphin dosya yöneticisinin içerik menüsü üzerinden yetkili kullanıcı işlemlerinin gerçekleştirilebilmesini sağlayan bir eklentidir. + + diff --git a/desktop/kde/application/kholidays/pspec.xml b/desktop/kde/application/kholidays/pspec.xml index 0334b11c41..4d6fa6c5be 100755 --- a/desktop/kde/application/kholidays/pspec.xml +++ b/desktop/kde/application/kholidays/pspec.xml @@ -18,7 +18,12 @@ qt5-base-devel kitemviews-devel kdoctools-devel - cmake + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin extra-cmake-modules diff --git a/desktop/kde/application/kmix/pspec.xml b/desktop/kde/application/kmix/pspec.xml index b9d01be0ad..b5c0cbf3fa 100644 --- a/desktop/kde/application/kmix/pspec.xml +++ b/desktop/kde/application/kmix/pspec.xml @@ -58,6 +58,7 @@ libgcc + /etc /usr/share /usr/lib /usr/lib/qt5 diff --git a/desktop/kde/l10n/kde-l10n-ca/pspec.xml b/desktop/kde/l10n/kde-l10n-ca/pspec.xml index fe6ec1f36b..5d58aaaa6c 100644 --- a/desktop/kde/l10n/kde-l10n-ca/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ca/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -48,7 +49,7 @@ - 2015-09-16 + 2015-10-05 15.08.1 Version bump. Yusuf Aydemir diff --git a/desktop/kde/l10n/kde-l10n-cs/pspec.xml b/desktop/kde/l10n/kde-l10n-cs/pspec.xml index a46a2327b6..8730246c51 100644 --- a/desktop/kde/l10n/kde-l10n-cs/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-cs/pspec.xml @@ -20,6 +20,7 @@ extra-cmake-modules qt5-linguist kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-de/pspec.xml b/desktop/kde/l10n/kde-l10n-de/pspec.xml index 7be4eec8b9..9615bc0ad9 100644 --- a/desktop/kde/l10n/kde-l10n-de/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-de/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-el/pspec.xml b/desktop/kde/l10n/kde-l10n-el/pspec.xml index 6a8e1cbfd1..b84a17d3c1 100644 --- a/desktop/kde/l10n/kde-l10n-el/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-el/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-es/pspec.xml b/desktop/kde/l10n/kde-l10n-es/pspec.xml index 076f56478b..d68d2a23b6 100644 --- a/desktop/kde/l10n/kde-l10n-es/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-es/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-et/pspec.xml b/desktop/kde/l10n/kde-l10n-et/pspec.xml index 43cd1d767b..0e97272aaa 100644 --- a/desktop/kde/l10n/kde-l10n-et/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-et/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-fr/pspec.xml b/desktop/kde/l10n/kde-l10n-fr/pspec.xml index d8fb1dfb7f..4952b54263 100644 --- a/desktop/kde/l10n/kde-l10n-fr/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-fr/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-ga/pspec.xml b/desktop/kde/l10n/kde-l10n-ga/pspec.xml index 4ed51803e6..0c6a18d188 100644 --- a/desktop/kde/l10n/kde-l10n-ga/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ga/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-gl/pspec.xml b/desktop/kde/l10n/kde-l10n-gl/pspec.xml index 0a05f11d99..064885871c 100644 --- a/desktop/kde/l10n/kde-l10n-gl/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-gl/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-he/pspec.xml b/desktop/kde/l10n/kde-l10n-he/pspec.xml index 670b730a23..714181096f 100644 --- a/desktop/kde/l10n/kde-l10n-he/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-he/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-ia/pspec.xml b/desktop/kde/l10n/kde-l10n-ia/pspec.xml index 4c3eeb8da3..2e76226c68 100644 --- a/desktop/kde/l10n/kde-l10n-ia/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ia/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-id/pspec.xml b/desktop/kde/l10n/kde-l10n-id/pspec.xml index dc7d1e100b..e2d7dc7d24 100644 --- a/desktop/kde/l10n/kde-l10n-id/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-id/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-is/pspec.xml b/desktop/kde/l10n/kde-l10n-is/pspec.xml index 3c76b81986..36a3f58ecf 100644 --- a/desktop/kde/l10n/kde-l10n-is/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-is/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-it/pspec.xml b/desktop/kde/l10n/kde-l10n-it/pspec.xml index eda02435a6..25e08cfd37 100644 --- a/desktop/kde/l10n/kde-l10n-it/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-it/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-ja/pspec.xml b/desktop/kde/l10n/kde-l10n-ja/pspec.xml index 4dd94773e8..cd2a02dfac 100644 --- a/desktop/kde/l10n/kde-l10n-ja/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ja/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-kk/pspec.xml b/desktop/kde/l10n/kde-l10n-kk/pspec.xml index b3125eb2a6..269c1c1000 100644 --- a/desktop/kde/l10n/kde-l10n-kk/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-kk/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-km/pspec.xml b/desktop/kde/l10n/kde-l10n-km/pspec.xml index e6ef9d6eed..6ee44b99e6 100644 --- a/desktop/kde/l10n/kde-l10n-km/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-km/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-ko/pspec.xml b/desktop/kde/l10n/kde-l10n-ko/pspec.xml index 78245a9e91..76c9ed8001 100644 --- a/desktop/kde/l10n/kde-l10n-ko/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ko/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-lt/pspec.xml b/desktop/kde/l10n/kde-l10n-lt/pspec.xml index 939944d31c..b8dc84ab3d 100644 --- a/desktop/kde/l10n/kde-l10n-lt/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-lt/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-lv/pspec.xml b/desktop/kde/l10n/kde-l10n-lv/pspec.xml index d195e51a6d..6c138e8a0e 100644 --- a/desktop/kde/l10n/kde-l10n-lv/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-lv/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-mr/pspec.xml b/desktop/kde/l10n/kde-l10n-mr/pspec.xml index 54b2fc580f..cdd49f42f8 100644 --- a/desktop/kde/l10n/kde-l10n-mr/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-mr/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-nb/pspec.xml b/desktop/kde/l10n/kde-l10n-nb/pspec.xml index 762d18c03e..e2eb253bb4 100644 --- a/desktop/kde/l10n/kde-l10n-nb/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-nb/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-nds/pspec.xml b/desktop/kde/l10n/kde-l10n-nds/pspec.xml index 386628b2d3..ad33280eeb 100644 --- a/desktop/kde/l10n/kde-l10n-nds/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-nds/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-nl/pspec.xml b/desktop/kde/l10n/kde-l10n-nl/pspec.xml index 19b1441d9e..139a69421c 100644 --- a/desktop/kde/l10n/kde-l10n-nl/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-nl/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-nn/pspec.xml b/desktop/kde/l10n/kde-l10n-nn/pspec.xml index 6dfc8e5ff3..b63004b13b 100644 --- a/desktop/kde/l10n/kde-l10n-nn/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-nn/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-pa/pspec.xml b/desktop/kde/l10n/kde-l10n-pa/pspec.xml index 890897ad71..eb818cdb9b 100644 --- a/desktop/kde/l10n/kde-l10n-pa/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-pa/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-pl/pspec.xml b/desktop/kde/l10n/kde-l10n-pl/pspec.xml index 768bbc0ea7..75efc886bd 100644 --- a/desktop/kde/l10n/kde-l10n-pl/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-pl/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-pt/pspec.xml b/desktop/kde/l10n/kde-l10n-pt/pspec.xml index 0887a96747..351b8e2b23 100644 --- a/desktop/kde/l10n/kde-l10n-pt/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-pt/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml b/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml index c55a0b7c91..dc13a2ec9a 100644 --- a/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-ro/pspec.xml b/desktop/kde/l10n/kde-l10n-ro/pspec.xml index 5b542e6776..1824f1d52e 100644 --- a/desktop/kde/l10n/kde-l10n-ro/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ro/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-ru/pspec.xml b/desktop/kde/l10n/kde-l10n-ru/pspec.xml index f14ef6f1ed..25f340b38e 100644 --- a/desktop/kde/l10n/kde-l10n-ru/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ru/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-sk/pspec.xml b/desktop/kde/l10n/kde-l10n-sk/pspec.xml index 274a5bad76..2ae31d7351 100644 --- a/desktop/kde/l10n/kde-l10n-sk/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-sk/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-sl/pspec.xml b/desktop/kde/l10n/kde-l10n-sl/pspec.xml index 3f308257c1..ce9c8c4929 100644 --- a/desktop/kde/l10n/kde-l10n-sl/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-sl/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-sv/pspec.xml b/desktop/kde/l10n/kde-l10n-sv/pspec.xml index 702880691f..5b737d3878 100644 --- a/desktop/kde/l10n/kde-l10n-sv/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-sv/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-tr/pspec.xml b/desktop/kde/l10n/kde-l10n-tr/pspec.xml index 0d2b6e2b70..cadfd2e538 100644 --- a/desktop/kde/l10n/kde-l10n-tr/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-tr/pspec.xml @@ -19,6 +19,7 @@ kconfig-devel extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-ug/pspec.xml b/desktop/kde/l10n/kde-l10n-ug/pspec.xml index d31bf66d4d..189981169d 100644 --- a/desktop/kde/l10n/kde-l10n-ug/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-ug/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-uk/pspec.xml b/desktop/kde/l10n/kde-l10n-uk/pspec.xml index eb36ae4d39..a176d2dff8 100644 --- a/desktop/kde/l10n/kde-l10n-uk/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-uk/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-wa/pspec.xml b/desktop/kde/l10n/kde-l10n-wa/pspec.xml index d7f932b642..aa90320ca5 100644 --- a/desktop/kde/l10n/kde-l10n-wa/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-wa/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml b/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml index fb5db91149..bea2f5e5ee 100644 --- a/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml b/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml index 93261ca04e..55eac81559 100644 --- a/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml +++ b/desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml @@ -20,6 +20,7 @@ qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch diff --git a/distribution.xml b/distribution.xml new file mode 100644 index 0000000000..0d82f1f831 --- /dev/null +++ b/distribution.xml @@ -0,0 +1,399 @@ + + PisiLinux + 1.0 + PisiLinux 1.0 Deposu + PisiLinux 1.0 Repository + PisiLinux 1.0 Repositorio + PisiLinux 1.0 Opslagplaats + Core + PisiLinux + + xorg-video-modesetting + glamor-egl + glamor-egl-devel + kdeadmin + kdenetwork + kdenetwork-devel + kdesdk + kdesdk-devel + kdeplasma-applets-fancytasks + kdetoys + libfakeley + libfakeley-devel + libstreams + libstreamanalyzer + libstreams-devel + libstreamanalyzer-devel + strigi-libs + strigi-common + workspace-strap + gtk-qt-engine + kdevplatform-l10n-nds + kdevplatform-l10n-en_GB + db5 + db5-devel + db5-docs + ntfs_3g + db4-java + db5-java + jpeg + openthreads + aufs-progs + python-cherrypy + hd2u + mmpython + libtextcat + xorg-input-fpit + xorg-input-hyperpen + xorg-input-mutouch + xorg-input-penmount + xorg-video-ark + xorg-video-ast + xorg-video-chips + xorg-video-nv + xorg-video-s3 + xorg-video-tseng + libXp-devel + ijs + ijs-devel + xfce-utils + lxsession-edit + zeitgeist-datahub + soundKonverter + module-fglrx-legacy + module-fglrx-legacy-userspace + module-fglrx-legacy-devel + fglrx-legacy-devel + fglrx-legacy-opencl + fglrx-legacy-opencl-32bit + xorg-video-fglrx-legacy + xorg-video-fglrx-legacy-32bit + fglrx-devel + fglrx-opencl-32bit + fglrx-opencl + module-fglrx-userspace + plex-media-server + libreoffice-bsh + libreoffice-ure + libreoffice-pyuno + libreoffice-nlpsolver + libreoffice-pdfimport + libreoffice-xsltfilter + libreoffice-java-common + libreoffice-graphicfilter + libreoffice-wiki-publisher + libreoffice-presentation-minimizer + libreoffice-javafilter + libreoffice-report-builder + glest + glest-data + liboldX + liboldX-devel + glitz-devel + glitz-32bit + glitz + mate-bluetooth + mate-bluetooth-devel + mate-bluetooth-doc + glade-xfce + eatmonkey + gnome-activity-journal + gnome-mime-data + libgnomecups + libgnomecups-devel + libgnomeprint + libgnomeprint-devel + libgnomeprint-docs + libgnomeprintui + libgnomeprintui-devel + libgnomeprintui-docs + gnome-desktop-sharp + gnome-desktop-sharp-devel + gnome-print-sharp + gnome-print-sharp-devel + gtksourceview-sharp + gtksourceview-sharp-devel + vte-sharp + vte-sharp-devel + wnck-sharp + wnck-sharp-devel + rsvg-sharp + rsvg-sharp-devel + gsettings-desktop-schemas3 + gsettings-desktop-schemas3-devel + libgee-8 + libgee-8-devel + gnutls-guile + liborcus + liborcus-devel + libixion + epdfview + libixion-devel + lv2core + lv2core-devel + amd-ucode + akonadi-facebook + perl-Email-Simple-Creator + licq-autoreply + licq-console + licq-msn + licq-forwarder + licq-osd + licq-rms + licq-devel + perl-IO-via-symlink + SVK + avidemux + qsvn + libsvnqt + libsvnqt-devel + cups-php + metalink + foomatic-filters + pisilinux-default-settings + mysql-client + mysql-lib + mysql-man-pages + mysql-server + sun-jre + sun-jdk + gnash + gnash-devel + gnash-klash + gst-buzztard + gst-buzztard-doc + libgst-buzztard + libgst-buzztard-devel + tv-viewer + module-nvidia-current-userspace + module-nvidia304-userspace + module-nvidia173-userspace + module-nvidia96-userspace + samba-swat + comp-scale + ntrack + ntrack-devel + ntrack-glib + ntrack-glib-devel + ntrack-gobject + ntrack-gobject-devel + ntrack-qt4 + ntrack-qt4-devel + python-ntrack + qzion + qzion-devel + qedje-devel + qedje + ushare + udev-32bit + + kde-l10n-si + kde-l10n-si-doc + kde-l10n-tg + kde-l10n-tg-doc + kde-l10n-th + kde-l10n-th-doc + + mate-file-manager + mate-file-manager-devel + mate-file-manager-doc + mate-window-manager + mate-window-manager-devel + mate-doc-utils + libmatewnck-devel + libmatewnck-doc + libmatewnck + libmatekeyring + libmatekeyring-devel + libmatekeyring-doc + mate-keyring + mate-keyring-devel + mate-keyring-doc + mate-character-map + mate-character-map-devel + mate-document-viewer + mate-document-viewer-devel + mate-document-viewer-doc + mate-file-archiver + mate-image-viewer + mate-image-viewer-devel + mate-image-viewer-doc + mate-file-manager-gksu + mate-file-manager-sendto + mate-file-manager-sendto-devel + mate-file-manager-sendto-doc + mate-file-manager-share + mate-file-manager-open-terminal + mate-file-manager-image-converter + mate-text-editor + mate-text-editor-devel + mate-text-editor-gtk-doc + mate-menu-editor + kio-afc + epson-alc1100 + thunderbird-lang-es-CL + emacs-emms + ecore + ecore-devel + edje + edje-devel + eet + eet-devel + eeze + eeze-devel + efreet + efreet-devel + eina + eina-devel + eio + eio-devel + emap + emap-devel + embryo + embryo-devel + epdf + epdf-devel + ethumb + ethumb-devel + evas + evas-devel + emotion-devel + emotion + firefox-devel + chipmunk + chipmunk-devel + e-module-alarm + e-module-calendar + e-module-comp-scale + e-module-cpu + e-module-deskshow + e-module-diskio + e-module-drawer + e-module-eektool + e-module-eenvader-fractal + e-module-elfe + e-module-empris + e-module-engage + e-module-eooorg + e-module-everything-aspell + e-module-everything-pidgin + e-module-everything-places + e-module-everything-shotgun + e-module-everything-skeleton + e-module-everything-tracker + e-module-everything-wallpaper + e-module-everything-websearch + e-module-eweather + e-module-exebuf + e-module-execwatch + e-module-flame + e-module-forecasts + e-module-iiirk + e-module-itask + e-module-mail + e-module-mem + e-module-moon + e-module-mpdule + e-module-net + e-module-news + e-module-penguins + e-module-photo + e-module-places + e-module-rain + e-module-screenshot + e-module-skel + e-module-snow + e-module-taskbar + e-module-tclock + e-module-uptime + e-module-weather + e-module-winlist-ng + e-module-winselector + e-module-wlan + econcentration + editje + emprint + enki + enlil + enlil-devel + etrophy + etrophy-devel + expedite + lightmediascanner + lightmediascanner-devel + libeweather + libeweather-devel + python-elementary-devel + python-elementary + python-edje-devel + python-edje + python-evas-devel + python-evas + python-ethumb-devel + python-ethumb + python-ecore-devel + python-ecore + python-speech-dispatcher + nepomuk-core + nepomuk-core-devel + nepomuk-widgets + nepomuk-widgets-devel + wine-gecko64 + wine64 + glade3 + glade3-devel + glade3-docs + goocanvas + goocanvas-docs + goocanvas-devel + goocanvasmm + goocanvasmm-doc + goocanvasmm-devel + libgtkhtml2 + libgtkhtml2-devel + bluez-compat + bluedevil-devel + akonadi-facebook + python-PyMT + python-PyMT-docs + OpenGTL + OpenGTL-devel + gtkdatabox-glade + gtkdatabox-docs + vo-aacenc + lxshortcut + libusbx + libusbx-devel + libusbx-32bit + labltk + udev + libudev + libgudev1 + libudev-devel + libgudev1-devel + libudev-32bit + libgudev1-32bit + mdbtools-gui + module-nvidia96 + xorg-video-nvidia96 + module-nvidia173 + xorg-video-nvidia173 + libfm + lxappearance + lxappearance-obconf + lxde-common + lxde-menu-cache + lxinput + lxmenu-data + lxpanel + lxpolkit + lxrandr + lxsession + lxtask + lxterminal + pcmanfm + gpicview + lxlauncher + screengrab + + diff --git a/find-packages-not-compiled-in-farm b/find-packages-not-compiled-in-farm index 073de1d121..4fa42cfa34 100755 --- a/find-packages-not-compiled-in-farm +++ b/find-packages-not-compiled-in-farm @@ -16,7 +16,7 @@ import lzma import piksemel pisirepouri = "http://ciftlik.pisilinux.org/pisi-2.0/pisi-index.xml.xz" -svnrepouri = "https://github.com/pisilinux/main/raw/master/pisi-index.xml.xz" +svnrepouri = "https://github.com/ertugerata/main/raw/master/pisi-index.xml.xz" def getIndex(uri): try: diff --git a/need_build b/need_build index 8c4f8f459f..a3db4220fa 100644 --- a/need_build +++ b/need_build @@ -1,68 +1,18 @@ -* working on https://github.com/pisilinux/main/raw/master/pisi-index.xml.xz +* working on https://github.com/ertugerata/main/raw/master/pisi-index.xml.xz * working on http://ciftlik.pisilinux.org/pisi-2.0/pisi-index.xml.xz * Packages missing in http://ciftlik.pisilinux.org/pisi-2.0/pisi-index.xml.xz desktop/gnome/base/libgnome-keyring - desktop/kde/application/kblog - desktop/kde/application/kontactinterface - desktop/kde/application/konversation - desktop/kde/application/kross-interpreters - desktop/kde/application/kruler - desktop/kde/application/ktnef desktop/kde/application/okular - desktop/kde/l10n/kde-l10n-ca desktop/kde/l10n/kde-l10n-ca@valencia - desktop/kde/l10n/kde-l10n-cs - desktop/kde/l10n/kde-l10n-de - desktop/kde/l10n/kde-l10n-el - desktop/kde/l10n/kde-l10n-es - desktop/kde/l10n/kde-l10n-et - desktop/kde/l10n/kde-l10n-fa - desktop/kde/l10n/kde-l10n-fr - desktop/kde/l10n/kde-l10n-ga - desktop/kde/l10n/kde-l10n-gl - desktop/kde/l10n/kde-l10n-he - desktop/kde/l10n/kde-l10n-hi - desktop/kde/l10n/kde-l10n-hr - desktop/kde/l10n/kde-l10n-hu - desktop/kde/l10n/kde-l10n-ia - desktop/kde/l10n/kde-l10n-id - desktop/kde/l10n/kde-l10n-is desktop/kde/l10n/kde-l10n-it - desktop/kde/l10n/kde-l10n-ja - desktop/kde/l10n/kde-l10n-kk - desktop/kde/l10n/kde-l10n-km - desktop/kde/l10n/kde-l10n-ko - desktop/kde/l10n/kde-l10n-lt - desktop/kde/l10n/kde-l10n-lv - desktop/kde/l10n/kde-l10n-mr - desktop/kde/l10n/kde-l10n-nb - desktop/kde/l10n/kde-l10n-nds - desktop/kde/l10n/kde-l10n-nl - desktop/kde/l10n/kde-l10n-nn - desktop/kde/l10n/kde-l10n-pa - desktop/kde/l10n/kde-l10n-pl - desktop/kde/l10n/kde-l10n-pt - desktop/kde/l10n/kde-l10n-pt_BR - desktop/kde/l10n/kde-l10n-ro - desktop/kde/l10n/kde-l10n-ru - desktop/kde/l10n/kde-l10n-sk - desktop/kde/l10n/kde-l10n-sl - desktop/kde/l10n/kde-l10n-sv - desktop/kde/l10n/kde-l10n-tr - desktop/kde/l10n/kde-l10n-ug - desktop/kde/l10n/kde-l10n-uk - desktop/kde/l10n/kde-l10n-wa - desktop/kde/l10n/kde-l10n-zh_CN - desktop/kde/l10n/kde-l10n-zh_TW desktop/kde/sdk/kapptemplate desktop/kde/sdk/kompare desktop/kde/sdk/libkomparediff2 desktop/kde/sdk/lokalize desktop/kde/sdk/umbrello desktop/toolkit/qscintilla2 - editor/geany hardware/disk/gptfdisk hardware/printer/cups-filters kernel/drivers/module-fglrx @@ -89,7 +39,6 @@ programming/language/ruby/ruby-gtk2 programming/library/yaml-cpp programming/misc/dotconf - programming/misc/libdbusmenu programming/misc/xerces-c programming/misc/xsd system/boot/efibootmgr @@ -105,16 +54,9 @@ unknown/libkmahjongg util/admin/pisido x11/driver/xorg-video-i740 - x11/driver/xorg-video-sisimedia x11/misc/xorg-font * Packages that needs compiling - desktop/kde/application/akonadi-search (2 > 1) - desktop/kde/application/dolphin-plugins (3 > 2) - desktop/kde/application/gpgmepp (2 > 1) - desktop/kde/application/kcalutils (2 > 1) - desktop/kde/application/kholidays (2 > 1) - desktop/kde/application/kmix (3 > 2) multimedia/sound/jack-audio-connection-kit (1 > 5) network/misc/libnl (5 > 4) programming/misc/vigra (7 > 6) diff --git a/pisi-index.xml b/pisi-index.xml index 8e51b922ef..b81b1901bf 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -30038,159 +30038,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - libdbusmenu - https://launchpad.net/dbusmenu - - PisiLinux Community - admins@pisilinux.org - - LGPLv3 - library - programming.misc - Library for applications to pass a menu scructure accross DBus - Uygulamaların DBus üzerinden menü yapılarını gönderebilmelerini sağlayan bir kitaplık - libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. - libdbusmenu, indicator-applet uygulamasında kullanılan bazı genel kodların ayrı bir kitaplık haline getirilmesiyle oluşturulmuş bir kitaplıktır. Bu kitaplık ile uygulamaların menü yapısı DBus ile başka uygulamalara iletilebilir, bu sayede uygulamalar karşı tarafta menünün nasıl gösterileceğini dikkate almadan menüler oluşturabilirler. - https://launchpad.net/dbusmenu/12.10/12.10.2/+download/libdbusmenu-12.10.2.tar.gz - - gtk2-devel - gtk3-devel - gnome-doc-utils - json-glib-devel - gtk-doc - - programming/misc/libdbusmenu/pspec.xml - - - libdbusmenu-glib - GLIB bindings for libdbusmenu - libdbusmenu için GLIB bağlayıcıları - - libdbusmenu-common - json-glib - - - /usr/lib/libdbusmenu-glib* - /usr/lib/libdbusmenu-json* - /usr/share/libdbusmenu - - - - libdbusmenu-common - Common files for libdbusmenu libraries - libdbusmenu kitaplıkları için ortak dosyalar - - /usr/share/doc - /usr/share/vala/vapi/Dbusmenu-*.vapi - /usr/share/gir-1.0/Dbusmenu-*.gir - /usr/lib/girepository-1.0/Dbusmenu-*.typelib - - - - libdbusmenu-gtk - GTK 2.x libraries for libdbusmenu - libdbusmenu için GTK 2.x kitaplıkları - - libdbusmenu-glib - libdbusmenu-common - gtk2 - atk - cairo - pango - gdk-pixbuf - fontconfig - - - /usr/lib/libdbusmenu-gtk.so* - /usr/share/vala/vapi/DbusmenuGtk-*.vapi - /usr/share/gir-1.0/DbusmenuGtk-*.gir - /usr/lib/girepository-1.0/DbusmenuGtk-*.typelib - - - - libdbusmenu-gtk3 - GTK 3.x libraries for libdbusmenu - libdbusmenu için GTK 3.x kitaplıkları - - libdbusmenu-glib - libdbusmenu-common - gtk3 - atk - cairo - pango - gdk-pixbuf - - - /usr/lib/libdbusmenu-gtk3.so* - /usr/share/vala/vapi/DbusmenuGtk3-*.vapi - /usr/share/gir-1.0/DbusmenuGtk3-*.gir - /usr/lib/girepository-1.0/DbusmenuGtk3-*.typelib - - - - libdbusmenu-tools - Some examples for testing libdbusmenu - libdbusmenu testleri için çeşitli örnekler - - libdbusmenu-glib - libdbusmenu-common - json-glib - - - /usr/libexec - /usr/share/doc/libdbusmenu/*dbusmenu-bench* - - - - libdbusmenu-devel - Development files for libdbusmenu - libdbusmenu için geliştirme dosyaları - - libdbusmenu-glib - libdbusmenu-gtk - gtk2-devel - gtk3-devel - gdk-pixbuf-devel - dbus-glib-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-25 - 12.10.2 - rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-19 - 12.10.2 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 12.10.2 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-12-13 - 12.10.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - libnotify @@ -36258,6 +36105,44 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + hunspell-dict-tr + http://extensions.libreoffice.org/extension-center/turkish-spellcheck-dictionary/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + BSD + locale:en + data + office.dictionary + Turkish hunspell dictionaries + Turkish hunspell dictionaries + http://extensions.libreoffice.org/extension-center/turkish-spellcheck-dictionary/releases/1.1-2014.12.11/tr-tr.oxt + + hunspell + + office/dictionary/hunspell-dict-tr/pspec.xml + + + hunspell-dict-tr + + /usr/lib/libreoffice/share/extensions/hunspell_tr/ + /usr/share/hunspell + + + + + 2015-10-03 + 1.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + aspell @@ -41309,6 +41194,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gpgme için geliştirme dosyaları gpgme + libgpg-error-devel + libassuan-devel /usr/include @@ -42357,108 +42244,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - geany - http://www.geany.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - editor - GTK+ based fast and lightweight IDE - GTK+ based fast and lightweight IDE - http://download.geany.org/geany-1.24.1.tar.bz2 - - intltool - libgcc - gtk2-devel - vte-devel - glib2-devel - - editor/geany/pspec.xml - - - geany - - gtk2 - cairo - pango - gdk-pixbuf - glib2 - libgcc - - - /usr/bin - /usr/share/icons - /usr/share/applications - /usr/share/doc - /usr/share/geany - /usr/share/locale - /usr/share/man - /usr/lib/geany - - - - geany-devel - geany için geliştirme dosyaları - geany için geliştirme dosyaları - - geany - gtk2-devel - - - /usr/lib/pkgconfig - /usr/include/ - - - - - 2014-06-04 - 1.24.1 - Version bump - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-06 - 1.23 - Delete Unused Deps - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-01-25 - 1.23 - rebuild unused fix and add new dep - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-27 - 1.23 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-03-13 - 1.23 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2012-09-01 - 1.22 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - vim @@ -53413,136 +53198,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - xorg-video-sisimedia - http://www.linuxconsulting.ro/xorg-drivers - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org sisimedia video driver - X.Org sisimedia ekran kartı sürücüsü - xorg-video-sisimedia contains the X.Org driver for SiS 670 / 671 cards. - xorg-video-sisimedia, SiS 670 / 671 ekran kartları için X.Org sürücüsünü içerir. - ftp://ftp.archlinux.org/other/xf86-video-sisimedia/xf86-video-sisimedia-0.9.1_20091203.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - - xf86-video-sis-0.9.1-20102701.patch - 0002-Remove-XFree86-Misc-PassMessage-support.patch - 0007-Remove-useless-loader-symbol-lists.patch - Untangle-XF86DRI.patch - disable-UploadToScreen-DownloadFromScreen.patch - swap-func-rename.patch - 0003-Fix-build-with-Werror-format-security.patch - 0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch - 0006-Add-IgnoreHotkeyFlag-driver-option.patch - xf86-video-sis-0.9.1-dump-regs-after-video-init.patch - 0008-update-to-xextproto-7-1-support.patch - 0009-update-for-rac-removal.patch - 0010-change-to-use-abi-version-check.patch - 0011-more-rac-removal.patch - 0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch - 0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch - 0005-Correct-bounds-check-of-blitClip-array-access.patch - xserver19.patch - xserver112.patch - pciTag-removal-workaround.patch - xf86MapDomainMemory-pci_device_map_legacy.patch - sync-with-freedesktop.patch - remove_mibstore.h.patch - deprecated-sym2.patch - sisimedia-no-xaa.patch - sisimedia-xorg-1.13.patch - - x11/driver/xorg-video-sisimedia/pspec.xml - - - xorg-video-sisimedia - - xorg-server - - - /usr/lib/xorg - /usr/share/X11 - - - sisimedia.ids - - - - - 2015-05-08 - 0.9.1 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 0.9.1 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.9.1 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.9.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 0.9.1 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 0.9.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.9.1 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 0.9.1 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-30 - 0.10.7 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - xorg-video-apm @@ -62529,6 +62184,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -62595,6 +62251,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -62645,6 +62302,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -62695,6 +62353,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -62745,6 +62404,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -62772,7 +62432,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-09-16 + 2015-10-05 15.08.1 Version bump. Yusuf Aydemir @@ -62810,6 +62470,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -62919,6 +62580,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -62969,6 +62631,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63036,6 +62699,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63095,6 +62759,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63145,6 +62810,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63195,6 +62861,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63302,6 +62969,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63416,6 +63084,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63481,6 +63150,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63653,6 +63323,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63719,6 +63390,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63771,6 +63443,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63878,6 +63551,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63936,6 +63610,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -63995,6 +63670,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64054,6 +63730,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64271,6 +63948,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64332,6 +64010,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64439,6 +64118,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64489,6 +64169,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64607,6 +64288,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64657,6 +64339,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64707,6 +64390,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol extra-cmake-modules qt5-linguist kdoctools-devel + docbook-xsl kde4.patch @@ -64773,6 +64457,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64826,6 +64511,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64876,6 +64562,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64926,6 +64613,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -64985,6 +64673,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -65034,6 +64723,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kconfig-devel extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -65154,6 +64844,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -65213,6 +64904,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -65263,6 +64955,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -65370,6 +65063,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -65429,6 +65123,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-linguist extra-cmake-modules kdoctools-devel + docbook-xsl kde4.patch @@ -77205,7 +76900,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-base-devel kitemviews-devel kdoctools-devel - cmake + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin extra-cmake-modules desktop/kde/application/kholidays/pspec.xml @@ -77275,6 +76975,17 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mirrors://kde/stable/applications/15.08.1/src/kcalutils-15.08.1.tar.xz qt5-base-devel + kcalcore-devel + kidentitymanagement-devel + kcoreaddons-devel + kconfig-devel + ki18n-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin kdoctools-devel extra-cmake-modules @@ -77853,10 +77564,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-base-devel kdoctools-devel - dolphin-devel + dolphin-devel kio-devel + kdelibs4-support-devel extra-cmake-modules - cmake desktop/kde/application/dolphin-plugins/pspec.xml @@ -78260,6 +77971,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-base-devel kdoctools-devel extra-cmake-modules + kcoreaddons-devel + kparts-devel + kwindowsystem-devel + ki18n-devel + kxmlgui-devel + kiconthemes-devel desktop/kde/application/kontactinterface/pspec.xml @@ -78496,8 +78213,34 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mirrors://kde/stable/konversation/1.6/src/konversation-1.6.tar.xz qt5-base-devel + qt5-phonon-devel extra-cmake-modules kdoctools-devel + kitemviews-devel + kbookmarks-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kemoticons-devel + ki18n-devel + kidletime-devel + knotifyconfig-devel + kio-devel + kparts-devel + solid-devel + sonnet-devel + kwallet-devel + kwidgetsaddons-devel + kglobalaccel-devel + kdbusaddons-devel + knotifications-devel + kwindowsystem-devel + kiconthemes-devel + karchive-devel + qca2-qt5-devel + python3-devel + gettext-devel + docbook-xsl desktop/kde/application/konversation/pspec.xml @@ -78510,10 +78253,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kidletime knotifyconfig kparts - kcontacts kio libgcc - kdelibs4-support ki18n sonnet kcodecs @@ -78843,6 +78584,15 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-base-devel kdoctools-devel extra-cmake-modules + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcalcore-devel + kcalutils-devel + kcontacts-devel desktop/kde/application/ktnef/pspec.xml @@ -78854,6 +78604,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol ki18n libgcc kcalcore + kcontacts kdelibs4-support @@ -79379,6 +79130,17 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-base-devel extra-cmake-modules kdoctools-devel + kcoreaddons-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + qt5-webkit-devel + kcalcore-devel + ksyndication-devel + kxmlrpcclient-devel desktop/kde/application/kblog/pspec.xml @@ -79387,12 +79149,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-base kcalcore - kde-syndication kxmlrpcclient kio ki18n libgcc kcoreaddons + ksyndication kdelibs4-support @@ -79971,9 +79733,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-base-devel extra-cmake-modules kdoctools-devel - kdelibs4-support + kdelibs4-support-devel kross-devel - python + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + python-devel desktop/kde/application/kross-interpreters/pspec.xml @@ -80114,6 +79881,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol kdoctools-devel cmake extra-cmake-modules + ki18n-devel + knotifications-devel + kwindowsystem-devel + kxmlgui-devel + python-devel + docbook-xsl desktop/kde/application/kruler/pspec.xml @@ -81161,6 +80934,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libgcc + /etc /usr/share /usr/lib /usr/lib/qt5 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index d40a811751..9c365165a4 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -ec18c111a9c6ef28fe818a2e9d69d2cf61c1e619 \ No newline at end of file +ae88b0f220d19c83ff6d5ce2d852e1b3177a1389 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 679525cecb..d09d349b60 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 3795413d2d..ea46f58cf7 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -d62b1e7ae110f49bb857aec3fa89368150e64730 \ No newline at end of file +13d794959f79d8c5699b67af7c1ddc3fb1ceb97a \ No newline at end of file diff --git a/util/crypt/gpgme/pspec.xml b/util/crypt/gpgme/pspec.xml index 8db0787bfe..8e66af7d48 100644 --- a/util/crypt/gpgme/pspec.xml +++ b/util/crypt/gpgme/pspec.xml @@ -42,6 +42,8 @@ Development files for gpgme gpgme + libgpg-error-devel + libassuan-devel /usr/include