diff --git a/network/analyzer/libpcap/actions.py b/network/analyzer/libpcap/actions.py new file mode 100644 index 0000000000..a7b14aa3ef --- /dev/null +++ b/network/analyzer/libpcap/actions.py @@ -0,0 +1,31 @@ +#!/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 shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS()) + autotools.autoreconf("-vfi") + autotools.configure("--enable-ipv6 \ + --enable-bluetooth") + +def build(): + autotools.make("all") + autotools.make("shared") + +def install(): + autotools.rawInstall('DESTDIR="%s"' % get.installDIR()) + + # No static libs + pisitools.remove("/usr/lib/*.a") + + # it is needed for ppd etc. + pisitools.insinto("/usr/include", "pcap-int.h") + + pisitools.dodoc("CHANGES", "CREDITS", "README*", "VERSION", "TODO") diff --git a/network/analyzer/libpcap/pspec.xml b/network/analyzer/libpcap/pspec.xml new file mode 100644 index 0000000000..cb90a7a958 --- /dev/null +++ b/network/analyzer/libpcap/pspec.xml @@ -0,0 +1,61 @@ + + + + + libpcap + http://www.tcpdump.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + A system-independent library for user-level network packet capture + libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. + http://www.tcpdump.org/release/libpcap-1.7.4.tar.gz + + bluez-libs-devel + libnl-devel + + + + + + + + + libpcap + + bluez + libnl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + libpcap-devel + Development files for libpcap + + libpcap + + + /usr/bin/pcap-config + /usr/include + /usr/share/man/man3 + + + + + + 2016-03-25 + 1.7.4 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + diff --git a/network/analyzer/libpcap/translations.xml b/network/analyzer/libpcap/translations.xml new file mode 100644 index 0000000000..4d7588a9bf --- /dev/null +++ b/network/analyzer/libpcap/translations.xml @@ -0,0 +1,15 @@ + + + + libpcap + Kullanıcı seviyesinde ağ paketi yakalamak için bir sistem bağımsız kitaplığı + libpcap (Packet CAPture) düşük-seviye ağların izlenmesi için kullanılan bir kitaplıktır. Ağ istatistikleri, güvenlik izleyicisi, ağ hata gözleme gibi uygulamalar genellikle bu kitaplığı kullanır. + libpcap (Packet CAPture) fourni un cadre de développement portable pour la surveillance réseau de bas niveau. On peut l'utiliser pour collecter des statistiques réseau, surveiller la sécurité, corriger le réseau, etc. + libpcap (Packet CAPture) facilita un framework portable para monitoreo de redes a a bajo nivel. Aplicaciones abarcan sistemas de estadísticas de red, monitoreo de seguridad, depuración de red, etc. + + + + libpcap-devel + libpcap için geliştirme dosyaları + + diff --git a/pisi-index.xml b/pisi-index.xml index 634fc49190..b23440ea07 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -5870,7 +5870,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Gelişmiş eklenti desteğine sahip ağ temelli bir ses sunucusu pulseaudio is a sound server for POSIX and Win32 systems. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. pulseaudio, POSIX ve Win32 sistemler için tasarlanmış, donanım ve uygulamalar arasında gezinen ses verilerinin üzerinde gelişmiş işlemler yapılmasına olanak sağlayan bir ses sunucusudur. - http://freedesktop.org/software/pulseaudio/releases/pulseaudio-6.0.tar.xz + https://freedesktop.org/software/pulseaudio/releases/pulseaudio-8.0.tar.xz orc-devel sbc-devel @@ -6041,11 +6041,11 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - 2015-02-20 - 6.0 + 2016-03-24 + 8.0 First release - Hakan Yıldız - hknyldz93@gmail.com + Alihan Öztürk + alihan@pisilinux.org @@ -15019,7 +15019,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol network.web Lynx is the text web browser. This is the top level page for the Lynx software distribution site hosted by the Internet Software Consortium. - http://lynx.isc.org/lynx2.8.8/lynx2.8.8.tar.bz2 + http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.8rel.2.tar.bz2 ncurses-devel openssl-devel @@ -16336,6 +16336,65 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + libpcap + http://www.tcpdump.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + network.analyzer + A system-independent library for user-level network packet capture + Kullanıcı seviyesinde ağ paketi yakalamak için bir sistem bağımsız kitaplığı + libpcap (Packet CAPture) fourni un cadre de développement portable pour la surveillance réseau de bas niveau. On peut l'utiliser pour collecter des statistiques réseau, surveiller la sécurité, corriger le réseau, etc. + libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. + libpcap (Packet CAPture) düşük-seviye ağların izlenmesi için kullanılan bir kitaplıktır. Ağ istatistikleri, güvenlik izleyicisi, ağ hata gözleme gibi uygulamalar genellikle bu kitaplığı kullanır. + libpcap (Packet CAPture) facilita un framework portable para monitoreo de redes a a bajo nivel. Aplicaciones abarcan sistemas de estadísticas de red, monitoreo de seguridad, depuración de red, etc. + http://www.tcpdump.org/release/libpcap-1.5.1.tar.gz + + bluez + libnl-devel + + network/analyzer/libpcap/pspec.xml + + + libpcap + + bluez + libnl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + libpcap-devel + Development files for libpcap + libpcap için geliştirme dosyaları + + libpcap + + + /usr/bin/pcap-config + /usr/include + /usr/share/man/man3 + + + + + 2013-11-26 + 1.5.1 + First release + Richard de Bruin + richdb@pisilinux.org + + + iptables @@ -17386,6 +17445,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol openssl-devel zlib-devel cmake + libxslt + util-linux ffmpeg2.0.patch @@ -20232,6 +20293,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Crypt-PasswdMD5-1.40.tgz perl + perl-Module-Build programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml @@ -20903,6 +20965,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Scrubber-0.11.tar.gz perl-HTML-Parser + perl-Module-Build perl programming/language/perl/perl-HTML-Scrubber/pspec.xml @@ -23702,7 +23765,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Blok aygıtları ile ilgili python modülleri içerir The pyblock contains Python modules for dealing with block devices. Pyblock blok aygıtları ile ilgili python modülleri içerir - https://pkgs.fedoraproject.org/repo/pkgs/python-pyblock/pyblock-0.53.tar.bz2/f6d33a8362dee358517d0a9e2ebdd044/pyblock-0.53.tar.bz2 + http://pkgs.fedoraproject.org/repo/pkgs/python-pyblock/pyblock-0.53.tar.bz2/f6d33a8362dee358517d0a9e2ebdd044/pyblock-0.53.tar.bz2 device-mapper-devel python-devel @@ -23727,7 +23790,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-08-04 + 2016-03-23 0.53 First release Ertuğrul Erata @@ -23948,6 +24011,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol python-pygobject-devel glib2-devel gstreamer-devel + python-devel gst-plugins-base-devel programming/language/python/gst-python/pspec.xml @@ -26339,7 +26403,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Bir ini dosyası ayrıştırma kitaplığı iniparser is a free stand-alone ini file parsing library written in portable ANSI C. iniparser, ücretsiz ve ANSI C ile taşınabilir bir şekilde yazılmış INI dosyası ayrıştırma kitaplığıdır. - http://ndevilla.free.fr/iniparser/iniparser-3.1.tar.gz + http://ndevilla.free.fr/iniparser/iniparser-3.1.tar.gz makefile.patch @@ -32771,7 +32835,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol office.misc A Content-Preserving PDF Transformation System A command-line program that does structural, content-preserving transformations on PDF files - mirrors://sourceforge/qpdf/qpdf-5.1.3.tar.gz + mirrors://sourceforge/qpdf/qpdf-6.0.0.tar.gz libpcre-devel zlib-devel @@ -32807,8 +32871,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-10-30 - 5.1.3 + 2016-03-23 + 6.0.0 First release Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -33155,15 +33219,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors) and to some extent PHP, C#, and D. Doxygen C++, C, Java, Objective-C, Python, IDL (Corba ve Microsoft ile ilgili diğerleri ) ve PHP, C# ve D'yi de kapsayan diller için bir dokümantasyon sistemidir. Doxygen es un sistema de documentación para C++, C, Java, Objective-C, Python, IDL (versiones Corba y Microsoft) y hasta cierto punto también PHP, C#, y D. - ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz + ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.11.src.tar.gz - libgcc + cmake - - fedora/doxygen-1.8.6-config.patch - fedora/doxygen-1.8.3-multilib.patch - fedora/doxygen-1.8.7-html_timestamp_default_false.patch - office/misc/doxygen/pspec.xml @@ -33179,11 +33238,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2014-05-24 - 1.8.7 + 2016-03-24 + 1.8.11 First release - Alihan Öztürk - alihan@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com @@ -41164,7 +41223,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Emacs için PHP kipi php-mode is an add-on for Emacs to help work with PHP files more efficiently. php-mode, kullanıcının PHP dosyalarıyla daha hızlı çalışabilmesi için bir eklentidir. - http://stable.melpa.org/packages/php-mode-1.17.0.tar + http://stable.melpa.org/packages/php-mode-1.17.0.tar emacs @@ -41185,7 +41244,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-12-05 + 2016-03-24 1.17.0 First release Ilker Manap @@ -53070,6 +53129,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libraw1394-devel libiec61883-devel scons + doxygen libffado-api-doc-only.patch @@ -53282,6 +53342,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libfreebob BeBoB tabanlı firewire ses aygıtları için sürücü kütüphanesi içerir. mirrors://sourceforge/freebob/libfreebob-1.0.11.tar.gz + libxml2-devel alsa-lib-devel libraw1394-devel libavc1394-devel @@ -53321,7 +53382,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2014-01-30 + 2016-03-24 1.0.11 First release Stefan Gronewold(groni) @@ -53697,6 +53758,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libftdi ile FT232/245/2232 USB seri arabirim entegrelerinin eeprom ve bitbang modlarını kullanabilirsiniz. http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.1.tar.bz2 + cmake doxygen @@ -53747,7 +53809,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2014-07-05 + 2016-0-24 1.1 First release Serdar Soytetir @@ -54146,6 +54208,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libX11-devel libxslt doxygen + python3-devel hardware/irda/lirc/pspec.xml @@ -54190,7 +54253,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-10-02 + 2016-03-24 0.9.3 First release Ertuğrul Erata @@ -54594,7 +54657,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-03-09 + 2016-03-23 1.1.24 First release Ayhan Yalçınsoy @@ -54639,7 +54702,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2014-02-04 + 2016-03-23 1.13 First release Alihan Öztürk @@ -54817,14 +54880,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Yazıcı sürücüleri foomatic-db contains the knowledge database for printers which are used by foomatic-db-engine to generate PPD files. Foomatic yazıcı veritabanı ve sürücüleri - http://www.openprinting.org/download/foomatic/foomatic-db-4.0-20150819.tar.gz + http://www.openprinting.org/download/foomatic/foomatic-db-4.0-20160323.tar.gz cleanup-script - - fedora/foomatic-db-device-ids.patch - fedora/foomatic-db-invalid.patch - hardware/printer/foomatic-db/pspec.xml @@ -54838,8 +54897,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-10-28 - 4.0.20150819 + 2016-03-24 + 4.0.20160323 First release Marcin Bojara marcin@pisilinux.org @@ -54890,7 +54949,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-10-28 + 2016-03-24 4.0.12 First release Ayhan Yalçınsoy @@ -55117,7 +55176,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Common Unix Printing System Unix Ortak Yazdırma Sistemi cups provides a portable printing layer for *nix-based operating systems. - http://www.cups.org/software/2.1.2/cups-2.1.2-source.tar.bz2 + http://www.cups.org/software/2.1.3/cups-2.1.3-source.tar.bz2 http://source.pisilinux.org/1.0/cups-tr.tar acl-devel @@ -55233,8 +55292,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-09 - 2.1.2 + 2016-03-23 + 2.1.3 First release Alihan Öztürk alihan@pisilinux.org @@ -55461,7 +55520,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol hardware.printer Foomatic printer database nonfree Foomatic - database extension consisting of manufacturer-supplied PPD files released under non-free licenses. - http://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20150819.tar.gz + http://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20160323.tar.gz cups-devel foomatic-db @@ -55480,8 +55539,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-11 - 20150819 + 2016-03-24 + 20160323 First release Alihan Öztürk alihan@pisilinux.org @@ -56722,7 +56781,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Yunan yerelleştirme paketi kde-l10n-el is the KDE5 internationalization package that provides Greek translations for KDE5 applications. kde-l10n-el, KDE uygulamalarını Yunan yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-el-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-el-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -56760,8 +56819,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -56783,7 +56842,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 İbranice yerelleştirme paketi kde-l10n-he is the KDE5 internationalization package that provides Hebrew translations for KDE5 applications. kde-l10n-he, KDE uygulamalarını İbranice yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-he-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-he-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -56811,8 +56870,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -56834,7 +56893,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Koreli yerelleştirme paketi kde-l10n-ko is the KDE5 internationalization package that provides Korean translations for KDE5 applications. kde-l10n-ko, KDE uygulamalarını Koreli yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ko-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ko-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -56862,8 +56921,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-24 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -56885,7 +56944,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 İrlandalı Gaelce yerelleştirme paketi kde-l10n-ga is the KDE5 internationalization package that provides Irish Gaelic translations for KDE5 applications. kde-l10n-ga, KDE uygulamalarını İrlandalı Gaelce yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ga-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ga-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -56914,8 +56973,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -56937,7 +56996,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Katalan yerelleştirme paketi kde-l10n-ca is the KDE5 internationalization package that provides Catalan translations for KDE5 applications. kde-l10n-ca, KDE uygulamalarını Katalan yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ca-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ca-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -56974,8 +57033,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -56997,7 +57056,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Portekizli yerelleştirme paketi kde-l10n-pt is the KDE5 internationalization package that provides Portuguese translations for KDE5 applications. kde-l10n-pt, KDE uygulamalarını Portekizli yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pt-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-pt-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57035,8 +57094,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57056,7 +57115,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.l10n Southern Catalan KDE5 internationalization package kde-l10n-ca@valencia is the KDE5 internationalization package that provides Southern Catalan translations for KDE5 applications. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ca@valencia-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ca@valencia-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57084,8 +57143,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57107,7 +57166,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Hintçe yerelleştirme paketi kde-l10n-ga is the KDE5 internationalization package that provides Hindi translations for KDE5 applications. kde-l10n-hi, KDE uygulamalarını Hintçe yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hi-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-hi-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57134,8 +57193,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57157,7 +57216,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Endonezyalı yerelleştirme paketi kde-l10n-id is the KDE5 internationalization package that provides Indonesian translations for KDE5 applications. kde-l10n-id, KDE uygulamalarını Endonezyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-id-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-id-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57185,8 +57244,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57208,7 +57267,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Fransız yerelleştirme paketi kde-l10n-fr is the KDE5 internationalization package that provides French translations for KDE5 applications. kde-l10n-fr, KDE uygulamalarını Fransız yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fr-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-fr-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57247,8 +57306,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57270,7 +57329,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Brezilya Portekizcesi yerelleştirme paketi kde-l10n-pt_BR is the KDE5 internationalization package that provides Brazilian Portuguese translations for KDE5 applications. kde-l10n-pt_BR, KDE uygulamalarını Brezilya Portekizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pt_BR-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-pt_BR-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57308,8 +57367,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57331,7 +57390,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Letonya yerelleştirme paketi kde-l10n-lv is the KDE5 internationalization package that provides Latvian translations for KDE5 applications. kde-l10n-lv, KDE uygulamalarını Letonya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-lv-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-lv-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57359,8 +57418,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57382,7 +57441,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Interlingua yerelleştirme paketi kde-l10n-ia is the KDE5 internationalization package that provides Interlingua translations for KDE5 applications. kde-l10n-ia, KDE uygulamalarını Interlingua yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ia-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ia-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57410,8 +57469,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57433,7 +57492,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Uygur yerelleştirme paketi kde-l10n-ug is the KDE5 internationalization package that provides Uygur translations for KDE5 applications. kde-l10n-ug, KDE uygulamalarını Uygur yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ug-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ug-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57461,8 +57520,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57484,7 +57543,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Arapça yerelleştirme paketi kde-l10n-ar is the KDE5 internationalization package that provides Arabic translations for KDE5 applications. kde-l10n-ar, KDE uygulamalarını Arapça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ar-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ar-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57511,8 +57570,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57534,7 +57593,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 İtalyan yerelleştirme paketi kde-l10n-it is the KDE5 internationalization package that provides Italian translations for KDE5 applications. kde-l10n-it, KDE uygulamalarını İtalyan yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-it-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-it-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57572,8 +57631,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57595,7 +57654,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Esperanto yerelleştirme paketi kde-l10n-eo is the KDE5 internationalization package that provides Esperanto translations for KDE5 applications. kde-l10n-el, KDE uygulamalarını Esperanto yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-eo-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-eo-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57622,8 +57681,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57643,7 +57702,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.l10n German KDE5 internationalization package kde-l10n-de is the KDE5 internationalization package that provides German translations for KDE5 applications. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-de-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-de-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57680,8 +57739,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-24 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57703,7 +57762,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Litvanya yerelleştirme paketi kde-l10n-lt is the KDE5 internationalization package that provides Lithuanian translations for KDE5 applications. kde-l10n-lt, KDE uygulamalarını Litvanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-lt-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-lt-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57741,8 +57800,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57764,7 +57823,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Finlandiya yerelleştirme paketi kde-l10n-fi is the KDE5 internationalization package that provides Finnish translations for KDE5 applications. kde-l10n-fi, KDE uygulamalarını Finlandiya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fi-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-fi-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57792,8 +57851,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57815,7 +57874,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 İspanyolca yerelleştirme paketi kde-l10n-es is the KDE5 internationalization package that provides Spanish translations for KDE5 applications. kde-l10n-el, KDE uygulamalarını İspanyolca yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-es-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-es-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57853,8 +57912,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57876,7 +57935,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Norveç bookma yerelleştirme paketi kde-l10n-nb is the KDE5 internationalization package that provides Norwegian Bookma translations for KDE5 applications. kde-l10n-nb, KDE uygulamalarını Norveç bookma yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nb-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-nb-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57906,8 +57965,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57929,7 +57988,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Marathi translations yerelleştirme paketi kde-l10n-mr is the KDE5 internationalization package that provides Marathi translations translations for KDE5 applications. kde-l10n-mr, KDE uygulamalarını Marathi translations yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-mr-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-mr-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -57957,8 +58016,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -57980,7 +58039,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Boşnakça yerelleştirme paketi kde-l10n-bs is the KDE5 internationalization package that provides Bosnian translations for KDE5 applications. kde-l10n-bs, KDE uygulamalarını Boşnakça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-bs-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-bs-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58007,8 +58066,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58030,7 +58089,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Kazak yerelleştirme paketi kde-l10n-kk is the KDE5 internationalization package that provides Kazakh translations for KDE5 applications. kde-l10n-kk, KDE uygulamalarını Kazak yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-kk-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-kk-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58066,8 +58125,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58089,7 +58148,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Galiçya yerelleştirme paketi kde-l10n-gl is the KDE5 internationalization package that provides Galician translations for KDE5 applications. kde-l10n-gl, KDE uygulamalarını Galiçya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-gl-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-gl-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58127,8 +58186,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58150,7 +58209,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Polonyalı yerelleştirme paketi kde-l10n-pl is the KDE5 internationalization package that provides Polish translations for KDE5 applications. kde-l10n-pl, KDE uygulamalarını Polonyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pl-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-pl-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58187,8 +58246,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58210,7 +58269,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Rusça yerelleştirme paketi kde-l10n-ru is the KDE5 internationalization package that provides Russian translations for KDE5 applications. kde-l10n-ru, KDE uygulamalarını Rusça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ru-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ru-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58249,8 +58308,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58272,7 +58331,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Hırvat yerelleştirme paketi kde-l10n-hr is the KDE5 internationalization package that provides Croatian translations for KDE5 applications. kde-l10n-hr, KDE uygulamalarını Hırvat yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hr-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-hr-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58299,8 +58358,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58322,7 +58381,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Macar yerelleştirme paketi kde-l10n-hu is the KDE5 internationalization package that provides Hungarian translations for KDE5 applications. kde-l10n-hu, KDE uygulamalarını Macar yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hu-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-hu-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58349,8 +58408,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-24 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58372,7 +58431,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Bulgar yerelleştirme paketi kde-l10n-bg is the KDE5 internationalization package that provides Bulgarian translations for KDE5 applications. kde-l10n-br, KDE uygulamalarını Bulgar yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-bg-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-bg-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58399,8 +58458,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58422,7 +58481,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Hollandaca yerelleştirme paketi kde-l10n-nl is the KDE5 internationalization package that provides Dutch translations for KDE5 applications. kde-l10n-nl, KDE uygulamalarını Hollandaca yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nl-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-nl-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58462,8 +58521,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58485,7 +58544,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Sloven yerelleştirme paketi kde-l10n-sl is the KDE5 internationalization package that provides Slovenian translations for KDE5 applications. kde-l10n-sl, KDE uygulamalarını Sloven yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sl-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-sl-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58514,8 +58573,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58537,7 +58596,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Farsça yerelleştirme paketi kde-l10n-fa is the KDE5 internationalization package that provides Farsi translations for KDE5 applications. kde-l10n-fa, KDE uygulamalarını Farsça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fa-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-fa-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58564,8 +58623,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58587,7 +58646,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Geleneksel Çin yerelleştirme paketi kde-l10n-zh_TW is the KDE5 internationalization package that provides Chinese Traditional translations for KDE5 applications. kde-l10n-zh_TW, KDE uygulamalarını Geleneksel Çin yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-zh_TW-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-zh_TW-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58615,8 +58674,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58638,7 +58697,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Ukraynalı yerelleştirme paketi kde-l10n-uk is the KDE5 internationalization package that provides Ukrainian translations for KDE5 applications. kde-l10n-uk, KDE uygulamalarını Ukraynalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-uk-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-uk-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58676,8 +58735,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58699,7 +58758,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Britanya İngilizcesi yerelleştirme paketi kde-l10n-en_GB is the KDE5 internationalization package that provides British English translations for KDE5 applications. kde-l10n-tr, KDE uygulamalarını Britanya İngilizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-en_GB-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-en_GB-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58728,8 +58787,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58751,7 +58810,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 İzlanda'ya özgü yerelleştirme paketi kde-l10n-is is the KDE5 internationalization package that provides Icelandic translations for KDE5 applications. kde-l10n-is, KDE uygulamalarını İzlanda'ya özgü yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-is-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-is-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58779,8 +58838,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58802,7 +58861,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Valon yerelleştirme paketi kde-l10n-wa is the KDE5 internationalization package that provides Walloon translations for KDE5 applications. kde-l10n-wa, KDE uygulamalarını Valon yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-wa-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-wa-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58831,8 +58890,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58854,7 +58913,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Çek yerelleştirme paketi kde-l10n-cs is the KDE5 internationalization package that provides Czech translations for KDE5 applications. kde-l10n-cs, KDE uygulamalarını Çek yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-cs-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-cs-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58891,8 +58950,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58914,7 +58973,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Düşük Sakson yerelleştirme paketi kde-l10n-nds is the KDE5 internationalization package that provides Low Saxon translations for KDE5 applications. kde-l10n-nds, KDE uygulamalarını Düşük Sakson yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nds-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-nds-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58946,8 +59005,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -58969,7 +59028,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Pencaplı yerelleştirme paketi kde-l10n-pa is the KDE5 internationalization package that provides Punjabi translations for KDE5 applications. kde-l10n-pa, KDE uygulamalarını Pencaplı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pa-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-pa-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -58997,8 +59056,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59020,7 +59079,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Slovak yerelleştirme paketi kde-l10n-sk is the KDE5 internationalization package that provides Slovak translations for KDE5 applications. kde-l10n-sk, KDE uygulamalarını Slovak yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sk-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-sk-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59048,8 +59107,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59071,7 +59130,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Norveççe yerelleştirme paketi kde-l10n-nn is the KDE5 internationalization package that provides Norwegian Nynorsk translations for KDE5 applications. kde-l10n-nn, KDE uygulamalarını Norveççe yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nn-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-nn-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59108,8 +59167,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-24 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59131,7 +59190,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Romanya yerelleştirme paketi kde-l10n-ro is the KDE5 internationalization package that provides Romanian translations for KDE5 applications. kde-l10n-ro, KDE uygulamalarını Romanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ro-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ro-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59160,8 +59219,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59183,7 +59242,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Türkçe yerelleştirme paketi kde-l10n-tr is the KDE5 internationalization package that provides Turkish translations for KDE5 applications. kde-l10n-tr, KDE uygulamalarını Türkçe yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-tr-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-tr-15.12.3.tar.xz qt5-linguist ki18n-devel @@ -59218,8 +59277,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59239,7 +59298,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.l10n Basque KDE5 internationalization package kde-l10n-eu is the KDE5 internationalization package that provides Basque translations for KDE5 applications. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-eu-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-eu-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59266,8 +59325,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59289,7 +59348,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Japon yerelleştirme paketi kde-l10n-ja is the KDE5 internationalization package that provides Japanese translations for KDE5 applications. kde-l10n-ja, KDE uygulamalarını Japon yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ja-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-ja-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59326,8 +59385,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59349,7 +59408,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Kmer yerelleştirme paketi kde-l10n-km is the KDE5 internationalization package that provides Khmer translations for KDE5 applications. kde-l10n-km, KDE uygulamalarını Kmer yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-km-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-km-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59377,8 +59436,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59400,7 +59459,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Sadeleştirilmiş Çince yerelleştirme paketi kde-l10n-zh_CN is the KDE5 internationalization package that provides Chinese Simplified translations for KDE5 applications. kde-l10n-zh_CN, KDE uygulamalarını Sadeleştirilmiş Çince yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-zh_CN-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-zh_CN-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59428,8 +59487,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59451,7 +59510,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Danimarkalı yerelleştirme paketi kde-l10n-da is the KDE5 internationalization package that provides Danish translations for KDE5 applications. kde-l10n-da, KDE uygulamalarını Danimarkalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-da-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-da-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59481,8 +59540,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59504,7 +59563,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 İsveçli yerelleştirme paketi kde-l10n-sv is the KDE5 internationalization package that provides Swedish translations for KDE5 applications. kde-l10n-sv, KDE uygulamalarını İsveçli yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sv-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-sv-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59542,8 +59601,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59565,7 +59624,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KDE5 Estonya yerelleştirme paketi kde-l10n-el is the KDE5 internationalization package that provides Estonian translations for KDE5 applications. kde-l10n-el, KDE uygulamalarını Estonya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-et-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kde-l10n/kde-l10n-et-15.12.3.tar.xz qt5-base-devel ki18n-devel @@ -59602,8 +59661,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59626,7 +59685,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KCalc is a calculator which offers many more mathematical functions than meet the eye on a first glance. KCalc, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır. kcalc - mirrors://kde/stable/applications/15.12.1/src/kcalc-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kcalc-15.12.3.tar.xz qt5-base-devel kdoctools-devel @@ -59668,8 +59727,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59692,7 +59751,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. KTimer is a little tool to execute programs after some time. It allows you to enter several tasks and to set a timer for each of them. The timers for each task can be started, stopped, changed, or looped. ktimer - mirrors://kde/stable/applications/15.12.1/src/ktimer-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/ktimer-15.12.3.tar.xz qt5-base-devel kdoctools-devel @@ -59730,8 +59789,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59754,7 +59813,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard. KCharSelect, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır. kcharselect - mirrors://kde/stable/applications/15.12.1/src/kcharselect-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kcharselect-15.12.3.tar.xz qt5-base-devel kdoctools-devel @@ -59787,8 +59846,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59868,7 +59927,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol A wallet management tool KWalletManager is a tool to manage the passwords on your system. By using the KDE wallet subsystem it not only allows you to keep your own secrets but also to access and manage the passwords of every application that integrates with the wallet. kwallet - mirrors://kde/stable/applications/15.12.1/src/kwalletmanager-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kwalletmanager-15.12.3.tar.xz qt5-base kdoctools-devel @@ -59933,8 +59992,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -59957,7 +60016,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. Filelight allows you to quickly understand exactly where your diskspace is being used by graphically representing your file system as a set of concentric segmented-rings. filelight - mirrors://kde/stable/applications/15.12.1/src/filelight-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/filelight-15.12.3.tar.xz qt5-base-devel qt5-script-devel @@ -60002,8 +60061,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -64254,7 +64313,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-03-20 + 2016-03-23 5.20.0 First release Yusuf Aydemir @@ -64360,7 +64419,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-03-20 + 2016-03-24 5.20.0 First release Yusuf Aydemir @@ -64929,7 +64988,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-03-20 + 2016-03-24 5.20.0 First release Yusuf Aydemir @@ -65077,7 +65136,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-03-20 + 2016-03-24 5.20.0 First release Yusuf Aydemir @@ -68842,7 +68901,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KLettres is an application specially designed to help the user to learn alphabet in a new language and then to learn to read simple syllables. The user can be a young child aged from two and a half or an adult that wants to learn the basics of a foreign language. KLettres, kullanıcının yeni bir alfabeyi ve basit sesli sözleri öğrenmesi için geliştirilmiş bir uygulamadır. İki buçuk yaşındaki bir çocuk için yararlı olabileceği gibi, yeni bir dil öğrenen yetişkinler için de yardımcı olabilir. klettres - mirrors://kde/stable/applications/15.12.1/src/klettres-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/klettres-15.12.3.tar.xz qt5-base-devel qt5-svg-devel @@ -68887,8 +68946,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -68911,7 +68970,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Kig is an application for interactive geometry. Kig, bir etkileşimli geometri uygulamasıdır. kig - mirrors://kde/stable/applications/15.12.1/src/kig-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kig-15.12.3.tar.xz qt5-base-devel qt5-svg-devel @@ -68961,8 +69020,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -68982,7 +69041,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.edu Common data for KDE Edu applications Common data for KDE Edu applications. - mirrors://kde/stable/applications/15.12.1/src/kdeedu-data-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kdeedu-data-15.12.3.tar.xz extra-cmake-modules @@ -68997,8 +69056,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69019,7 +69078,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.education Mathematical Function Plotter KmPlot is a program to draw graphs, their integrals or derivatives. It supports different systems of coordinates like the Cartesian or the polar coordinate system. The graphs can be colorized and the view is scalable, so that you are able to zoom to the level you need. - mirrors://kde/stable/applications/15.12.1/src/kmplot-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kmplot-15.12.3.tar.xz extra-cmake-modules gettext-devel @@ -69068,8 +69127,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69092,7 +69151,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KTurtle is an educational programming environment that aims to make learning how to program as easily as possible. To achieve this KTurtle makes all programming tools available from the user interface. The programming language used is TurtleScript which allows its commands to be translated. KTurtle, programlama öğrenmeyi olabildiğince kolaylaştırmak için tasarlanmış bir programlama uygulamasıdır. Bu amaçla tasarlanan arayüz tüm gerekli araçları kullanıcıya sunar. Ayrıca kullanılan programlama dili olan TurtleScript başka dillere çevrilebilen bir yapıya sahiptir. kturtle - mirrors://kde/stable/applications/15.12.1/src/kturtle-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kturtle-15.12.3.tar.xz qt5-base-devel qt5-svg-devel @@ -69141,8 +69200,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69165,7 +69224,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Parley is a program to help you memorize things. Parley supports many language specific features but can be used for other learning tasks just as well. It uses the spaced repetition learning method, also known as flash cards. Creating new vocabulary collections with Parley is easy, but of course it is even better if you can use some of our premade files. Have a look at the KDE-Files.org page or use the "Download New Collections" feature directly in Parley. Parley ile yeni öğrendiğiniz şeyleri belli zaman aralıklarıyla tekrar ederek uzun zamanlı hafızanızda yer etmelerini sağlayabilirsiniz. Parley, flaş kart denilen tekniği kullanır. Dil öğrenimi için özelleşmiş yetenekleri olmasına karşın diğer konularda da kullanıma uygundur. Kartları hazırlamak epey kolay olmakla beraber kde-files.org adresinden ulaşabileceğiniz hazır kart setlerini de kullanabilirsiniz. parley - mirrors://kde/stable/applications/15.12.1/src/parley-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/parley-15.12.3.tar.xz qt5-base-devel qt5-svg-devel @@ -69237,8 +69296,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69261,7 +69320,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KHangMan is a game based on the well-known hangman game. It is aimed at children aged six and over. The game has several categories of words to play with, for example: Animals (animals words) and three difficulty categories: Easy, Medium and Hard. KHangman, adam asmaca olarak bilinen oyunun 6 yaş ve üzeri için uyarlanmış bir uygulamasıdır. Oynamak için seçilebilecek değişik kategoriler ve 3 farklı zorluk seviyesi bulunuyor. khangman - mirrors://kde/stable/applications/15.12.1/src/khangman-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/khangman-15.12.3.tar.xz qt5-base-devel kdoctools-devel @@ -69310,8 +69369,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69333,7 +69392,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.education Blinken - Memory Enhancement Game Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each one with their own distinctive sound. - mirrors://kde/stable/applications/15.12.1/src/blinken-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/blinken-15.12.3.tar.xz extra-cmake-modules gettext-devel @@ -69369,8 +69428,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69478,7 +69537,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol KStars is a Desktop Planetarium for KDE. It provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time. The display includes up to 100 million stars, 13,000 deep-sky objects, all 8 planets, the Sun and Moon, and thousands of comets and asteroids. KStars, dünyanın herhangi bir yerinin herhangi bir anındaki gökyüzü yıldız haritasını gösterebilen bir uygulamadır. 100 milyon kadar yıldız, 13000 derin gök cismi, 8 gezegenin tümü, Güneş, Ay ile birçok kuyruklu yıldız ve astreoidi içeren bir veritabanı vardır. kstars - mirrors://kde/stable/applications/15.12.1/src/kstars-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kstars-15.12.3.tar.xz qt5-base-devel qt5-multimedia-devel @@ -69551,8 +69610,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69574,7 +69633,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Dosya karşılaştırma göstericisi. Diff/Patch Frontend. Dosya karşılaştırma göstericisi. - mirrors://kde/stable/applications/15.12.1/src/kompare-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kompare-15.12.3.tar.xz extra-cmake-modules kdoctools-devel @@ -69630,8 +69689,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69653,7 +69712,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol UML modelleme aracı ve kod üreticisi. Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE. umbrello UML (Unified Modellin Language) modelleme ve diyagram editörüdür. - mirrors://kde/stable/applications/15.12.1/src/umbrello-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/umbrello-15.12.3.tar.xz qt5-base-devel libxslt-devel @@ -69705,8 +69764,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69728,7 +69787,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Uygulama yerelleştirme yardımcısı. Lokalize is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). Lokalize, uygulamalar için kolaylıkla yerelleştirme yapabileceğiniz bir programdır. - mirrors://kde/stable/applications/15.12.1/src/lokalize-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/lokalize-15.12.3.tar.xz qt5-base-devel hunspell-devel @@ -69786,8 +69845,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69807,7 +69866,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.sdk Library to compare files and strings Library to compare files and strings - mirrors://kde/stable/applications/15.12.1/src/libkomparediff2-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/libkomparediff2-15.12.3.tar.xz qt5-base-devel extra-cmake-modules @@ -69857,8 +69916,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -69880,7 +69939,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Uygulama şablon oluşturucu. KAppTemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. Kapptemplate, çeşitli uygulamaları geliştirmek için gerekli olabilecek şablonlar oluşturmayı sağlar. - mirrors://kde/stable/applications/15.12.1/src/kapptemplate-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kapptemplate-15.12.3.tar.xz qt5-base-devel extra-cmake-modules @@ -69917,8 +69976,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -79670,7 +79729,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.games Kwordquiz is a Flash Card Trainer KWordQuiz is a tool that gives you a powerful way to master new vocabularies. It may be a language or any other kind of terminology.. - mirrors://kde/stable/applications/15.12.1/src/kwordquiz-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kwordquiz-15.12.3.tar.xz qt5-base-devel gettext-devel @@ -79739,8 +79798,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -79760,7 +79819,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.games Patience card game To play KPatience you need, as the name suggests, patience. For simple games, where the way the game goes depends only upon how the cards fall, your patience might be the only thing you need. - mirrors://kde/stable/applications/15.12.1/src/kpat-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/kpat-15.12.3.tar.xz qt5-base-devel qt5-declarative-devel @@ -79831,8 +79890,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -79852,7 +79911,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.games Common code, backgrounds and tile sets for games using Mahjongg tiles Common code, backgrounds and tile sets for games using Mahjongg tiles. - mirrors://kde/stable/applications/15.12.1/src/libkmahjongg-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/libkmahjongg-15.12.3.tar.xz qt5-base-devel qt5-svg-devel @@ -79902,8 +79961,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -79923,7 +79982,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol desktop.kde.games A tool for managing print jobs and printers Print-Manager. A tool to managing your print jobs and the Printers - mirrors://kde/stable/applications/15.12.1/src/libkdegames-15.12.1.tar.xz + mirrors://kde/stable/applications/15.12.3/src/libkdegames-15.12.3.tar.xz qt5-base-devel kdoctools-devel @@ -80006,8 +80065,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2016-01-13 - 15.12.1 + 2016-03-24 + 15.12.3 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -84740,10 +84799,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol librsvg est un composant utilisé au sein de logiciels pour gérer les graphismes vectoriels au format SVG. librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics. Scalable Vector Graphics (SVG) kitaplığı - mirrors://gnome/librsvg/2.40/librsvg-2.40.9.tar.xz + mirrors://gnome/librsvg/2.40/librsvg-2.40.13.tar.xz libcroco-devel - gtk2-devel + gtk3-devel pango-devel vala-devel python-devel @@ -84826,11 +84885,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-08-10 - 2.40.9 + 2016-03-23 + 2.40.13 First release - PisiLinux Community - ayhanyalcinsoy@pisilinux.org + Yusuf Aydemir + yusuf.aydemir@pisilinux.org diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 7d98cbc359..443e406be9 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -d4ce29ed4f83cc71038f127ccc49a74bf423a7b9 \ No newline at end of file +29a957af057dab551739b2f17e0763109d964291 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f9754d5399..3acf2a2985 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 ea94b0a707..38a1094760 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -4422fdbe8ae9955cdec4b0c625ddf607f35fc70f \ No newline at end of file +2beb3812e47939d612d4ba00382dda5fa4055578 \ No newline at end of file