diff --git a/network/misc/libgssglue/actions.py b/network/misc/libgssglue/actions.py
new file mode 100644
index 0000000000..abd322cdc7
--- /dev/null
+++ b/network/misc/libgssglue/actions.py
@@ -0,0 +1,24 @@
+#!/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 get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure("--disable-static \
+ --with-pic")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("ChangeLog", "AUTHORS", "README")
diff --git a/network/misc/libgssglue/files/libgssglue-0.1-gssglue.patch b/network/misc/libgssglue/files/libgssglue-0.1-gssglue.patch
new file mode 100644
index 0000000000..9bcb086559
--- /dev/null
+++ b/network/misc/libgssglue/files/libgssglue-0.1-gssglue.patch
@@ -0,0 +1,15 @@
+Index: libgssglue-0.1/doc/gssapi_mech.conf
+===================================================================
+--- libgssglue-0.1.orig/doc/gssapi_mech.conf
++++ libgssglue-0.1/doc/gssapi_mech.conf
+@@ -15,7 +15,8 @@
+ # library initialization function
+ # ================================ ==========================
+ # The MIT K5 gssapi library, use special function for initialization.
+-/usr/lib/libgssapi_krb5.so mechglue_internal_krb5_init
++libgssapi_krb5.so.2 mechglue_internal_krb5_init
+ #
+ # The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
+-# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so spkm3_gss_initialize
++# libgssapi_spkm3.so spkm3_gss_initialize
++
diff --git a/network/misc/libgssglue/pspec.xml b/network/misc/libgssglue/pspec.xml
new file mode 100644
index 0000000000..2a49b0d3dd
--- /dev/null
+++ b/network/misc/libgssglue/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ libgssglue
+ http://www.citi.umich.edu/projects/nfsv4/linux/
+
+ Marcin Bojara
+ marcin@pisilinux.org
+
+ BSD
+ library
+ exports a gssapi interface which calls other random gssapi libraries
+ libgssglue provides a gssapi interface, but does not implement any gssapi mechanisms itself; instead it calls other gssapi functions (e.g., those provided by MIT Kerberos), depending on the requested mechanism, to do the work.
+ http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.4.tar.gz
+
+ libgssglue-0.1-gssglue.patch
+
+
+
+
+ libgssglue
+
+ /usr/lib/libgssglue.so*
+ /usr/share/doc
+
+
+
+
+ libgssglue-devel
+ libgssglue development files
+
+ libgssglue
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2022-03-10
+ 0.4
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/network/misc/libgssglue/translations.xml b/network/misc/libgssglue/translations.xml
new file mode 100644
index 0000000000..02ebc43dc6
--- /dev/null
+++ b/network/misc/libgssglue/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libgssglue
+ Diğer raslantısal gssapi kitaplıklarına çağrı yapan gssapi arayüzünü dışa aktaran kitaplık
+ libgssglue herhangi bir gssapi mekanizma gerçekleştirimi yapmadan istenilen mekanizmaya bakarak diğer gssapi fonsiyonlarına (örn:MIT Kerberos tarafından sağlanan) ulaşabilmek için bir arayüz (API) sunar.
+
+
+
+ libgssglue-devel
+ libgssglue geliştirme dosyaları
+
+
diff --git a/network/share/nfs-utils/actions.py b/network/share/nfs-utils/actions.py
new file mode 100644
index 0000000000..b88382ccda
--- /dev/null
+++ b/network/share/nfs-utils/actions.py
@@ -0,0 +1,48 @@
+#!/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
+
+shelltools.export("CFLAGS","%s -fpie -D_FILE_OFFSET_BITS=64" % get.CFLAGS())
+shelltools.export("LDFLAGS","%s -pie" % get.LDFLAGS())
+
+def setup():
+ autotools.autoreconf("-vfi")
+ autotools.configure("--enable-mountconfig \
+ --enable-ipv6 \
+ --enable-nfsv3 \
+ --enable-nfsv4 \
+ --enable-gss \
+ --with-krb5=/usr \
+ --with-statedir=/var/lib/nfs")
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodir("/var/lib/nfs/statd/sm")
+ pisitools.dodir("/var/lib/nfs/statd/sm.bak")
+ pisitools.dodir("/var/lib/nfs/v4recovery")
+ pisitools.dodir("/var/lib/nfs/rpc_pipefs")
+ # remove conflict man file with nfs-utils
+ pisitools.remove("/usr/lib/pkgconfig/libnfsidmap.pc")
+ pisitools.remove("/usr/include/nfsidmap_plugin.h")
+ pisitools.remove("/usr/include/nfsidmap.h")
+ pisitools.remove("/usr/share/man/man5/idmapd.conf.5")
+ pisitools.removeDir("/usr/lib/pkgconfig")
+ pisitools.removeDir("/usr/include")
+
+ pisitools.insinto("/etc", "utils/mount/nfsmount.conf")
+
+ pisitools.domove("/usr/sbin/rpc.statd", "/sbin/")
+ pisitools.dodoc("README", "COPYING")
diff --git a/network/share/nfs-utils/comar/nfs-common.py b/network/share/nfs-utils/comar/nfs-common.py
new file mode 100644
index 0000000000..df5b4a2279
--- /dev/null
+++ b/network/share/nfs-utils/comar/nfs-common.py
@@ -0,0 +1,118 @@
+# -*- coding: utf-8 -*-
+from comar.service import *
+from pardus import fstabutils
+import os
+
+serviceType = "server"
+serviceDesc = _({"en": "NFS Common Services",
+ "tr": "NFS Ortak Servisleri"})
+
+serviceConf = "nfs"
+
+ERR_INSMOD = _({"en": "Failed probing module %s",
+ "tr": "%s modülü yüklenemedi",
+ })
+
+ERR_RMMOD = _({"en": "Failed removing module %s",
+ "tr": "%s modülü çıkarılamadı",
+ })
+
+PIPEFS_MOUNTPOINT = "/var/lib/nfs/rpc_pipefs"
+
+STATD_PIDFILE = "/run/rpc.statd.pid"
+IDMAPD_PIDFILE = "/run/rpc.idmapd.pid"
+GSSD_PIDFILE = "/run/rpc.gssd.pid"
+
+# Parse the fstab file and determine whether we need gssd or not, by searching
+# mount option sec=krb* in nfs mount entries.
+# If none, nfs conf.d file decides if it's needed.
+def need_gssd():
+ fstab = fstabutils.Fstab()
+ for entry in fstab.get_entries():
+ if entry.is_nfs():
+ if "sec=krb" in entry.get_fs_mntopts():
+ return True
+
+@synchronized
+def start():
+ startDependencies("rpcbind")
+
+ # Set the ports lockd should listen on
+ LOCKD_TCPPORT = config.get("LOCKD_TCPPORT")
+ if LOCKD_TCPPORT:
+ run("/sbin/sysctl -w fs.nfs.nlm_tcpport=%s" % LOCKD_TCPPORT)
+
+ LOCKD_UDPPORT = config.get("LOCKD_UDPPORT")
+ if LOCKD_UDPPORT:
+ run("/sbin/sysctl -w fs.nfs.nlm_udpport=%s" % LOCKD_UDPPORT)
+
+ # rpc.statd is first
+ RPCSTATD_OPTIONS = config.get("RPCSTATD_OPTIONS", "")
+ STATD_PORT = config.get("STATD_PORT")
+ if STATD_PORT:
+ RPCSTATD_OPTIONS += " -p %s" % STATD_PORT
+
+ startService(command="/sbin/rpc.statd",
+ args="%s" % RPCSTATD_OPTIONS,
+ donotify=True,
+ pidfile=STATD_PIDFILE)
+
+ if config.get("NEED_IDMAPD", "yes") == "yes" or (config.get("NEED_GSSD", "no") == "yes" or need_gssd()):
+ if run("/sbin/modprobe -q nfs"):
+ fail(ERR_INSMOD % "nfs")
+
+ # Make sure the mointpoint exists
+ if not os.path.exists(PIPEFS_MOUNTPOINT):
+ os.makedirs(PIPEFS_MOUNTPOINT)
+
+ # Check if PIPEFS_MOUNTPOINT is a real mounted fs
+ if run("/bin/mountpoint -q %s" % PIPEFS_MOUNTPOINT):
+ run("/bin/mount -t rpc_pipefs rpc_pipefs %s" % PIPEFS_MOUNTPOINT)
+
+ startService(command="/usr/sbin/rpc.idmapd",
+ args="-f %s" % config.get("RPCIDMAPD_OPTIONS", ""),
+ donotify=True,
+ detach=True,
+ makepid=True,
+ pidfile=IDMAPD_PIDFILE)
+
+ if config.get("NEED_GSSD", "no") == "yes" or need_gssd():
+ if run("/sbin/modprobe -q rpcsec_gss_krb5"):
+ fail(ERR_INSMOD % "rpcsec_gss_krb5")
+
+ startService(command="/usr/sbin/rpc.gssd",
+ args="-f %s" % config.get("RPCGSSD_OPTIONS", ""),
+ donotify=True,
+ detach=True,
+ makepid=True,
+ pidfile=GSSD_PIDFILE)
+
+@synchronized
+def stop():
+ LOCKD_TCPPORT = config.get("LOCKD_TCPPORT")
+ if LOCKD_TCPPORT:
+ run("/sbin/sysctl -w fs.nfs.nlm_tcpport=0")
+
+ LOCKD_UDPPORT = config.get("LOCKD_UDPPORT")
+ if LOCKD_UDPPORT:
+ run("/sbin/sysctl -w fs.nfs.nlm_udpport=0")
+
+ stopService(pidfile=GSSD_PIDFILE,
+ donotify=True)
+
+ stopService(pidfile=IDMAPD_PIDFILE,
+ donotify=True)
+
+ stopService(pidfile=STATD_PIDFILE,
+ donotify=True)
+
+ if not run("/bin/mountpoint -q %s" % PIPEFS_MOUNTPOINT):
+ run("/bin/umount %s" % PIPEFS_MOUNTPOINT)
+
+def status():
+ result = isServiceRunning(STATD_PIDFILE)
+ if config.get("NEED_IDMAPD", "yes") == "yes":
+ result = result and isServiceRunning(IDMAPD_PIDFILE)
+ if config.get("NEED_GSSD", "no") == "yes" or need_gssd():
+ result = result and isServiceRunning(GSSD_PIDFILE)
+ return result
diff --git a/network/share/nfs-utils/comar/nfs-server.py b/network/share/nfs-utils/comar/nfs-server.py
new file mode 100644
index 0000000000..40fc36df97
--- /dev/null
+++ b/network/share/nfs-utils/comar/nfs-server.py
@@ -0,0 +1,130 @@
+# -*- coding: utf-8 -*-
+from comar.service import *
+from pardus import fstabutils
+import signal
+import os
+
+serviceType = "server"
+serviceDesc = _({"en": "NFS Server",
+ "tr": "NFS Sunucusu"})
+
+serviceConf = "nfs"
+
+ERR_INSMOD = _({"en": "Failed probing module %s",
+ "tr": "%s modülü yüklenemedi",
+ })
+
+PROCNFSD_MOUNTPOINT = "/proc/fs/nfsd"
+RQUOTAD_PATH = "/usr/sbin/rpc.rquotad"
+
+IDMAPD_PIDFILE = "/run/rpc.idmapd.pid"
+SVCGSSD_PIDFILE = "/run/rpc.svcgssd.pid"
+RQUOTAD_PIDFILE = "/run/rpc.rquotad.pid"
+MOUNTD_PIDFILE = "/run/rpc.mountd.pid"
+
+# Parse the fstab file and determine whether we need quotad or not by searching
+# mount option quota in any mount entry.
+# If none, nfs conf.d file decides if it's needed.
+def need_quotad():
+ fstab = fstabutils.Fstab()
+ for entry in fstab.get_entries():
+ if "quota" in entry.get_fs_mntopts():
+ return True
+
+@synchronized
+def start():
+ startDependencies("nfs_common")
+
+ if run("/sbin/modprobe -q nfsd"):
+ fail(ERR_INSMOD % "nfsd")
+
+ # Check if PROCNFSD_MOUNTPOINT is mounted
+ if run("/bin/mountpoint -q %s" % PROCNFSD_MOUNTPOINT):
+ run("/bin/mount -t nfsd nfsd %s" % PROCNFSD_MOUNTPOINT)
+
+ run("/usr/sbin/exportfs -r")
+
+ # If RPCNFSDCOUNT is not explicitly defined in confd, use default one, 8 threads.
+ startService(command="/usr/sbin/rpc.nfsd",
+ args="%s %s" % (config.get("RPCNFSD_OPTIONS", ""), config.get("RPCNFSDCOUNT", "8")),
+ donotify=True)
+
+ if config.get("NEED_SVCGSSD", "no") == "yes":
+ startService(command="/usr/sbin/rpc.svcgssd",
+ args="-f %s" % config.get("RPCSVCGSSD_OPTIONS", ""),
+ donotify=True,
+ detach=True,
+ makepid=True,
+ pidfile=SVCGSSD_PIDFILE)
+
+ # Start rpc.rquotad daemon here if its available
+ if (config.get("NEED_QUOTAD", "no") == "yes" or need_quotad()) and os.path.exists(RQUOTAD_PATH):
+ RPCRQUOTAD_OPTIONS = config.get("RPCRQUOTAD_OPTIONS", "")
+ RQUOTAD_PORT = config.get("RQUOTAD_PORT")
+ if RQUOTAD_PORT:
+ RPCRQUOTAD_OPTIONS += " -p %s" % RQUOTAD_PORT
+ startService(command=RQUOTAD_PATH,
+ args="-F %s" % RPCRQUOTAD_OPTIONS,
+ donotify=True,
+ detach=True,
+ makepid=True,
+ pidfile=RQUOTAD_PIDFILE)
+
+ # Reload rpc.idmapd
+ if os.path.exists(IDMAPD_PIDFILE):
+ os.kill(int(file(IDMAPD_PIDFILE).read().strip()), signal.SIGHUP)
+
+ RPCMOUNTD_OPTIONS = config.get("RPCMOUNTD_OPTIONS", "")
+ MOUNTD_PORT = config.get("MOUNTD_PORT")
+ if MOUNTD_PORT:
+ RPCMOUNTD_OPTIONS += " -p %s" % MOUNTD_PORT
+
+ startService(command="/usr/sbin/rpc.mountd",
+ args="-F %s" % RPCMOUNTD_OPTIONS,
+ donotify=True,
+ detach=True,
+ makepid=True,
+ pidfile=MOUNTD_PIDFILE)
+
+@synchronized
+def stop():
+ stopService(pidfile=MOUNTD_PIDFILE,
+ donotify=True)
+
+ if os.path.exists(MOUNTD_PIDFILE):
+ os.unlink(MOUNTD_PIDFILE)
+
+ stopService(pidfile=SVCGSSD_PIDFILE,
+ donotify=True)
+
+ if os.path.exists(SVCGSSD_PIDFILE):
+ os.unlink(SVCGSSD_PIDFILE)
+
+ stopService(pidfile=RQUOTAD_PIDFILE,
+ donotify=True)
+
+ if os.path.exists(RQUOTAD_PIDFILE):
+ os.unlink(RQUOTAD_PIDFILE)
+
+ stopService(command="/usr/sbin/rpc.nfsd",
+ args="0",
+ donotify=True)
+
+ # Unexport all exported directories
+ run("/usr/sbin/exportfs -au")
+
+ if not run("/bin/mountpoint -q %s" % PROCNFSD_MOUNTPOINT):
+ run("/usr/sbin/exportfs -f %s" % PROCNFSD_MOUNTPOINT)
+
+def reload():
+ # Re-export all exported directories
+ run("/usr/sbin/exportfs -r")
+
+def status():
+ # ugly way of learning if the daemon is up and running.
+ result = not run("/sbin/pidof nfsd") and isServiceRunning(MOUNTD_PIDFILE)
+ if config.get("NEED_SVCGSSD", "no") == "yes":
+ result = result and isServiceRunning(SVCGSSD_PIDFILE)
+ if (config.get("NEED_QUOTAD", "no") == "yes" or need_quotad()) and os.path.exists(RQUOTAD_PATH):
+ result = result and isServiceRunning(RQUOTAD_PIDFILE)
+ return result
diff --git a/network/share/nfs-utils/files/exports b/network/share/nfs-utils/files/exports
new file mode 100644
index 0000000000..5102ef27c1
--- /dev/null
+++ b/network/share/nfs-utils/files/exports
@@ -0,0 +1 @@
+# /etc/exports: NFS file systems being exported. See exports(5).
diff --git a/network/share/nfs-utils/files/gssapi_mech.conf b/network/share/nfs-utils/files/gssapi_mech.conf
new file mode 100644
index 0000000000..2ac94f6321
--- /dev/null
+++ b/network/share/nfs-utils/files/gssapi_mech.conf
@@ -0,0 +1,19 @@
+# GSSAPI Mechanism Definitions
+#
+# This configuration file determines which GSS-API mechanisms
+# the gssd code should use
+#
+# NOTE:
+# The initiaiization function "mechglue_internal_krb5_init"
+# is used for the MIT krb5 gssapi mechanism. This special
+# function name indicates that an internal function should
+# be used to determine the entry points for the MIT gssapi
+# mechanism funtions.
+#
+# library initialization function
+# ================================ ==========================
+# The MIT K5 gssapi library, use special function for initialization.
+/usr/lib/libgssapi_krb5.so.2 mechglue_internal_krb5_init
+#
+# The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
+#libgssapi_spkm3.so spkm3_gss_initialize
diff --git a/network/share/nfs-utils/files/idmapd.conf b/network/share/nfs-utils/files/idmapd.conf
new file mode 100644
index 0000000000..acafd4b1f7
--- /dev/null
+++ b/network/share/nfs-utils/files/idmapd.conf
@@ -0,0 +1,10 @@
+[General]
+
+Verbosity = 0
+Pipefs-Directory = /var/lib/nfs/rpc_pipefs
+Domain = localdomain
+
+[Mapping]
+
+Nobody-User = nobody
+Nobody-Group = nobody
diff --git a/network/share/nfs-utils/files/nfs-utils-1.2.1-exp-subtree-warn-off.patch b/network/share/nfs-utils/files/nfs-utils-1.2.1-exp-subtree-warn-off.patch
new file mode 100644
index 0000000000..14e376cbfd
--- /dev/null
+++ b/network/share/nfs-utils/files/nfs-utils-1.2.1-exp-subtree-warn-off.patch
@@ -0,0 +1,12 @@
+diff -up nfs-utils-1.2.1/support/nfs/exports.c.orig nfs-utils-1.2.1/support/nfs/exports.c
+--- nfs-utils-1.2.1/support/nfs/exports.c.orig 2010-01-15 10:48:49.631894982 -0500
++++ nfs-utils-1.2.1/support/nfs/exports.c 2010-01-15 11:05:02.009874055 -0500
+@@ -483,7 +483,7 @@ static void fix_pseudoflavor_flags(struc
+ static int
+ parseopts(char *cp, struct exportent *ep, int warn, int *had_subtree_opt_ptr)
+ {
+- int had_subtree_opt = 0;
++ int had_subtree_opt = 1;
+ char *flname = efname?efname:"command line";
+ int flline = efp?efp->x_line:0;
+ unsigned int active = 0;
diff --git a/network/share/nfs-utils/files/nfs-utils-1.2.1-statdpath-man.patch b/network/share/nfs-utils/files/nfs-utils-1.2.1-statdpath-man.patch
new file mode 100644
index 0000000000..ee94718cb6
--- /dev/null
+++ b/network/share/nfs-utils/files/nfs-utils-1.2.1-statdpath-man.patch
@@ -0,0 +1,58 @@
+diff -up nfs-utils-1.2.1/utils/statd/sm-notify.man.save nfs-utils-1.2.1/utils/statd/sm-notify.man
+--- nfs-utils-1.2.1/utils/statd/sm-notify.man.save 2010-01-15 11:10:25.096874609 -0500
++++ nfs-utils-1.2.1/utils/statd/sm-notify.man 2010-01-15 11:14:12.636873981 -0500
+@@ -186,7 +186,7 @@ where NSM state information resides.
+ If this option is not specified,
+ .B sm-notify
+ uses
+-.I /var/lib/nfs
++.I /var/lib/nfs/statd
+ by default.
+ .IP
+ After starting,
+@@ -287,13 +287,13 @@ Currently, the
+ command supports sending notification only via datagram transport protocols.
+ .SH FILES
+ .TP 2.5i
+-.I /var/lib/nfs/sm
++.I /var/lib/nfs/statd/sm
+ directory containing monitor list
+ .TP 2.5i
+-.I /var/lib/nfs/sm.bak
++.I /var/lib/nfs/statd/sm.bak
+ directory containing notify list
+ .TP 2.5i
+-.I /var/lib/nfs/state
++.I /var/lib/nfs/statd/state
+ NSM state number for this host
+ .TP 2.5i
+ .I /proc/sys/fs/nfs/nsm_local_state
+diff -up nfs-utils-1.2.1/utils/statd/statd.man.save nfs-utils-1.2.1/utils/statd/statd.man
+--- nfs-utils-1.2.1/utils/statd/statd.man.save 2010-01-15 11:10:25.098906325 -0500
++++ nfs-utils-1.2.1/utils/statd/statd.man 2010-01-15 11:11:03.874769717 -0500
+@@ -232,7 +232,7 @@ where NSM state information resides.
+ If this option is not specified,
+ .B rpc.statd
+ uses
+-.I /var/lib/nfs
++.I /var/lib/nfs/statd
+ by default.
+ .IP
+ After starting,
+@@ -368,13 +368,13 @@ As long as at least one network transpor
+ will operate.
+ .SH FILES
+ .TP 2.5i
+-.I /var/lib/nfs/sm
++.I /var/lib/nfs/statd/sm
+ directory containing monitor list
+ .TP 2.5i
+-.I /var/lib/nfs/sm.bak
++.I /var/lib/nfs/statd/sm.bak
+ directory containing notify list
+ .TP 2.5i
+-.I /var/lib/nfs/state
++.I /var/lib/nfs/statd/state
+ NSM state number for this host
+ .TP 2.5i
+ .I /run/run.statd.pid
diff --git a/network/share/nfs-utils/files/nfs.confd b/network/share/nfs-utils/files/nfs.confd
new file mode 100644
index 0000000000..1b3ffbbb0e
--- /dev/null
+++ b/network/share/nfs-utils/files/nfs.confd
@@ -0,0 +1,76 @@
+# /etc/conf.d/nfs
+
+# If you do not set values for the NEED_ options, they will be attempted
+# autodetected; this should be sufficient for most people. Valid alternatives
+# for the NEED_ options are "yes" and "no".
+
+# nfs-common options
+####################
+
+# Port rpc.statd should listen on
+# Should rpc.statd listen on a specific port? This is especially useful
+# when you have a port-based firewall. To use a fixed port, set this
+# this variable to a valid port like: "4000".
+# For more information, see rpc.statd(8)
+#STATD_PORT=
+
+# Options for rpc.statd.
+#RPCSTATD_OPTIONS=
+
+# TCP port rpc.lockd should listen on.
+#LOCKD_TCPPORT=
+#
+# UDP port rpc.lockd should listen on.
+#LOCKD_UDPPORT=
+
+# Do you want to start the idmapd daemon? It is only needed for NFSv4.
+#NEED_IDMAPD=yes
+
+# Options for rpc.idmapd
+#RPCIDMAPD_OPTIONS=
+
+# Do you want to start the gssd daemon? It is required for Kerberos mounts.
+# NFS service scripts detect NFS Kerberos mounts in /etc/fstab and starts gssd
+# daemon even if this option is set to "no". This option force enables gssd
+# daemon.
+#NEED_GSSD=
+
+# Options for rpc.gssd
+#RPCGSSD_OPTIONS=
+
+# nfs-server options
+####################
+
+# Options for rpc.nfsd.
+#RPCNFSD_OPTIONS=
+
+# Number of servers to start up
+#RPCNFSDCOUNT=8
+
+#Port rpc.mountd should listen on
+#MOUNTD_PORT=
+
+# Options for rpc.mountd.
+# If you have a port-based firewall, you might want to set up
+# a fixed port here using the --port option. For more information,
+# see rpc.mountd(8)
+#RPCMOUNTD_OPTIONS=
+
+# Do you want to start the svcgssd daemon? It is only required for Kerberos
+# exports. Valid alternatives are "yes" and "no"; the default is "no".
+#NEED_SVCGSSD=
+
+# Options for rpc.svcgssd.
+#RPCSVCGSSD_OPTIONS=
+
+# Do you want to start the quotad daemon? It is required for remote quotas.
+# NFS service scripts detect the mount option "quota" in any mount entry and
+# starts quotad daemon even if this option is set to "no". This option force
+# enables quotad daemon if the 'quota' package is installed.
+#NEED_QUOTAD=
+
+#Port rpc.rquotad should listen on
+#RQUOTAD_PORT=
+
+# Options for rpc.quotad
+#RPCRQUOTAD_OPTIONS=
diff --git a/network/share/nfs-utils/pspec.xml b/network/share/nfs-utils/pspec.xml
new file mode 100644
index 0000000000..2cdedbd421
--- /dev/null
+++ b/network/share/nfs-utils/pspec.xml
@@ -0,0 +1,100 @@
+
+
+
+
+ nfs-utils
+ http://nfs.sourceforge.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ service
+ app:console
+ NFS client and server
+ Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol.
+ mirrors://sourceforge/nfs/nfs-utils-2.6.1.tar.bz2
+
+ sqlite-devel
+ libcap-devel
+ libtirpc-devel
+ libevent-devel
+ e2fsprogs-devel
+ libgssglue-devel
+ mit-kerberos-devel
+ rpcsvc-proto-devel
+ tcp-wrappers-devel
+ device-mapper-devel
+ libutil-linux-devel
+
+
+
+
+
+
+
+
+
+ nfs-utils
+
+ libcap
+ sqlite
+ rpcbind
+ nfsidmap
+ keyutils
+ libevent
+ libtirpc
+ e2fsprogs
+ libgssglue
+ mit-kerberos
+ tcp-wrappers
+ device-mapper
+ libutil-linux
+ openldap-client
+
+
+ /etc/exports
+ /etc/gssapi_mech.conf
+ /etc/nfsmount.conf
+ /etc/conf.d/nfs
+ /usr/sbin
+ /sbin
+ /var/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+ exports
+ nfs.confd
+ idmapd.conf
+ gssapi_mech.conf
+
+
+ System.Service
+ System.Service
+
+
+
+
+ nfsidmap
+ Library to help mapping IDs, mainly for NFSv4
+
+ openldap-client
+
+
+ /etc/idmapd.conf
+ /usr/lib/libnfsidmap*
+ /usr/share/doc/libnfsidmap
+
+
+
+
+
+ 2022-03-11
+ 2.6.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/network/share/nfs-utils/translations.xml b/network/share/nfs-utils/translations.xml
new file mode 100644
index 0000000000..04634c6122
--- /dev/null
+++ b/network/share/nfs-utils/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ nfs-utils
+ NFS istemcisi ve sunucusu
+ nfs-utils, NFS (Ağ dosya sistemi) istemcisi ve sunucusunu içerir.
+
+
+
+ nfsidmap
+ Kimliklerin eşlenmesine yardımcı olacak kitaplık, özellikle NFSv4 için.
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 2dd2584fe1..8a6b03acec 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -14584,14 +14584,14 @@ services for numerous locations.
akonadi is an extensible cross-desktop storage service for PIM data and meta data providing concurrent read, write, and query access.Akonadi, PIM verisi ve meta veriler için eşzamanlı okuma, yazma ve sorgulama yapma imkanı sağlayan, masaüstü ortamından bağımsız, genişletilebilir bir depolama servisidir.akonadi
- mirrors://kde/stable/release-service/21.12.1/src/akonadi-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/akonadi-21.12.2.tar.xz
- qt5-base-devel
- qt5-designer-devel
- qt5-sql-mysql
- qt5-sql-sqlite
- qt5-sql-odbc
- qt5-sql-postgresql
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-sql-odbc
+ qt5-sql-postgresqlkcompletion-develkconfig-develkconfigwidgets-devel
@@ -14643,9 +14643,9 @@ services for numerous locations.
postgresql-serverlibaccounts-qt5kaccounts-integration
- qt5-sql-mysql
- qt5-sql-sqlite
- qt5-sql-postgresql
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-sql-postgresql/etc
@@ -14663,8 +14663,8 @@ services for numerous locations.
Development files for akonadiakonadi için geliştirme dosyaları
- akonadi
- qt5-base-devel
+ akonadi
+ qt5-base-devel/usr/include
@@ -14673,6 +14673,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -14969,7 +14976,7 @@ services for numerous locations.
desktop.kde.applicationsAkonadi calendar integrationCalendar integration for Akonadi.
- mirrors://kde/stable/release-service/21.12.1/src/akonadi-calendar-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/akonadi-calendar-21.12.2.tar.xzqt5-base-develki18n-devel
@@ -15041,7 +15048,7 @@ services for numerous locations.
Development files for akonadi-calendarqt5-base-devel
- akonadi-calendar
+ akonadi-calendar/usr/include
@@ -15050,6 +15057,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -15337,7 +15351,7 @@ services for numerous locations.
desktop.kde.applicationsCLI tools to manage akonadi calendarsCLI tools to manage akonadi calendars
- http://download.kde.org/stable/release-service/21.12.1/src/akonadi-calendar-tools-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/akonadi-calendar-tools-21.12.2.tar.xzboost-develakonadi-devel
@@ -15390,6 +15404,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -15630,9 +15651,9 @@ services for numerous locations.
desktop.kde.applicationsLibraries and daemons to implement Contact Management in Akonadi.Libraries and daemons to implement Contact Management in Akonadi.
- mirrors://kde/stable/release-service/21.12.1/src/akonadi-contacts-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/akonadi-contacts-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develqt5-webengine-devellibical-develki18n-devel
@@ -15665,7 +15686,7 @@ services for numerous locations.
akonadi-contacts
- qt5-base
+ qt5-baseki18nkcodecskmime
@@ -15680,7 +15701,7 @@ services for numerous locations.
kcmutilskcompletionkcontacts
- qt5-webengine
+ qt5-webenginekcoreaddonskdbusaddonskiconthemes
@@ -15702,8 +15723,8 @@ services for numerous locations.
akonadi-contacts-develDevelopment files for akonadi-contacts
- qt5-base-devel
- akonadi-contacts
+ qt5-base-devel
+ akonadi-contactsgrantleetheme-develgrantlee-qt5-devel
@@ -15714,6 +15735,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -15987,7 +16015,7 @@ services for numerous locations.
desktop.kde.applicationsCLI tools to manage akonadi calendarsImport data from other mail clients to KMail
- http://download.kde.org/stable/release-service/21.12.1/src/akonadi-import-wizard-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/akonadi-import-wizard-21.12.2.tar.xzboost-develakonadi-devel
@@ -16065,7 +16093,7 @@ services for numerous locations.
akonadi-import-wizard-develDevelopment files for akonadi-import-wizard
- akonadi-import-wizard
+ akonadi-import-wizard/usr/include
@@ -16073,6 +16101,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -16306,9 +16341,9 @@ services for numerous locations.
desktop.kde.applicationsLibraries and daemons to implement basic email handlingLibraries and daemons to implement basic email handling
- mirrors://kde/stable/release-service/21.12.1/src/akonadi-mime-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/akonadi-mime-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develboost-develki18n-develkdoctools-devel
@@ -16328,7 +16363,7 @@ services for numerous locations.
akonadi-mime
- qt5-base
+ qt5-baseki18nakonadilibgcc
@@ -16352,8 +16387,8 @@ services for numerous locations.
akonadi-mime-develDevelopment files for akonadi-mime
- qt5-base-devel
- akonadi-mime
+ qt5-base-devel
+ akonadi-mime/usr/include
@@ -16362,6 +16397,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -16630,9 +16672,9 @@ services for numerous locations.
desktop.kde.applicationsLibraries and daemons to implement management of notes in AkonadiLibraries and daemons to implement management of notes in Akonadi
- mirrors://kde/stable/release-service/21.12.1/src/akonadi-notes-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/akonadi-notes-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develboost-develki18n-develkdoctools-devel
@@ -16651,7 +16693,7 @@ services for numerous locations.
akonadi-notes
- qt5-base
+ qt5-baseki18nakonadilibgcc
@@ -16674,8 +16716,8 @@ services for numerous locations.
akonadi-notes-develDevelopment files for akonadi-notes
- qt5-base-devel
- akonadi-notes
+ qt5-base-devel
+ akonadi-notes/usr/include
@@ -16684,6 +16726,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -16952,9 +17001,9 @@ services for numerous locations.
Libraries and daemons to implement searching in AkonadiLibraries and daemons to implement searching in Akonadiakonadi
- mirrors://kde/stable/release-service/21.12.1/src/akonadi-search-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/akonadi-search-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkcrash-develkconfig-develki18n-devel
@@ -16987,7 +17036,7 @@ services for numerous locations.
akonadi-searchapp:console
- qt5-base
+ qt5-baseki18nkmimelibgcc
@@ -17024,8 +17073,8 @@ services for numerous locations.
akonadi-search-develDevelopment files for akonadi
- akonadi-search
- qt5-base-devel
+ akonadi-search
+ qt5-base-develki18n-develkmime-develkcodecs-devel
@@ -17044,6 +17093,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -17331,7 +17387,7 @@ services for numerous locations.
desktop.kde.applicationsAkonadi management and debugging consoleAkonadi management and debugging console
- http://download.kde.org/stable/release-service/21.12.1/src/akonadiconsole-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/akonadiconsole-21.12.2.tar.xzakonadi-contacts-develakonadi-devel
@@ -17358,7 +17414,7 @@ services for numerous locations.
kxmlgui-develkio-develkitemviews-devel
- akonadi-search-devel
+ akonadi-search-devellibkdepim-devellibkleo-develmessagelib-devel
@@ -17417,6 +17473,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -17648,7 +17711,7 @@ services for numerous locations.
desktop.kde.applicationsA KDE blogging clientAkregator helps you to keep informed about new stories on websites like KDE Dot News and Planet KDE blogs. The technology used is RSS and many sites support it.
- http://download.kde.org/stable/release-service/21.12.1/src/akregator-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/akregator-21.12.2.tar.xzboost-develextra-cmake-modules
@@ -17732,6 +17795,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -17974,15 +18044,15 @@ services for numerous locations.
analitza is a library to add mathematical features to programs.analitza, programlara matematiksel özellikler eklemek için bir kitaplıktır.hi32-app-kalgebra
- mirrors://kde/stable/release-service/21.12.1/src/analitza-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/analitza-21.12.2.tar.xzcmakeeigen3mesa-devel
- qt5-svg-devel
+ qt5-svg-develextra-cmake-modules
- qt5-declarative-devel
- qt5-linguist
+ qt5-declarative-devel
+ qt5-linguistdesktop/kde/applications/analitza/pspec.xml
@@ -17991,9 +18061,9 @@ services for numerous locations.
mesalibgcc
- qt5-svg
- qt5-base
- qt5-declarative
+ qt5-svg
+ qt5-base
+ qt5-declarative/usr/lib
@@ -18007,7 +18077,7 @@ services for numerous locations.
Development files for analitzaanalitza için geliştirme dosyaları
- analitza
+ analitza/usr/include
@@ -18015,6 +18085,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -18303,9 +18380,9 @@ services for numerous locations.
desktop.kde.utilsKDE Archiving ToolArk is a program for managing various archive formats within the KDE environment.
- mirrors://kde/stable/release-service/21.12.1/src/ark-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/ark-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develrarlzopunrar
@@ -18335,7 +18412,7 @@ services for numerous locations.
ark
- qt5-base
+ qt5-basezliblibziplibarchive
@@ -18372,6 +18449,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -18663,7 +18747,7 @@ services for numerous locations.
Improve your pronunciation by listening to native speakersArtikulate, Improve your pronunciation by listening to native speakers.artikulate
- mirrors://kde/stable/release-service/21.12.1/src/artikulate-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/artikulate-21.12.2.tar.xzboost-develcmake
@@ -18675,20 +18759,20 @@ services for numerous locations.
kconfig-develkirigami-develkxmlgui-devel
- qt5-base-devel
+ qt5-base-develknewstuff-develkcoreaddons-develkdeclarative-develqt5-gstreamer-develkconfigwidgets-develkwidgetsaddons-devel
- qt5-declarative-devel
- qt5-xmlpatterns-devel
- qt5-sql-postgresql
- qt5-sql-mysql
- qt5-sql-odbc
- qt5-sql-sqlite
- qt5-multimedia-devel
+ qt5-declarative-devel
+ qt5-xmlpatterns-devel
+ qt5-sql-postgresql
+ qt5-sql-mysql
+ qt5-sql-odbc
+ qt5-sql-sqlite
+ qt5-multimedia-develdesktop/kde/applications/artikulate/pspec.xml
@@ -18702,16 +18786,16 @@ services for numerous locations.
kconfigkxmlguikarchive
- qt5-base
+ qt5-baseknewstuffkcoreaddonskdeclarativeqt5-gstreamerkconfigwidgetskwidgetsaddons
- qt5-declarative
- qt5-xmlpatterns
- qt5-multimedia
+ qt5-declarative
+ qt5-xmlpatterns
+ qt5-multimedia/etc
@@ -18722,6 +18806,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -19011,7 +19102,7 @@ services for numerous locations.
desktop.kde.applicationsKioslave for accessing audio CDsKioslave for accessing audio CDs
- https://download.kde.org/stable/release-service/21.12.1/src/audiocd-kio-21.12.1.tar.xz
+ https://download.kde.org/stable/release-service/21.12.2/src/audiocd-kio-21.12.2.tar.xzcdparanoia-develflac-devel
@@ -19023,7 +19114,7 @@ services for numerous locations.
lame-devellibkcompactdisc-devellibvorbis-devel
- qt5-base-devel
+ qt5-base-develki18n-develqt5-phonon-develextra-cmake-modules
@@ -19050,7 +19141,7 @@ services for numerous locations.
lamelibkcompactdisclibvorbis
- qt5-base
+ qt5-baseqt5-phononkioki18n
@@ -19076,14 +19167,21 @@ services for numerous locations.
audiocd-kio-develDevelopment files for audiocd-kio
- audiocd-kio
- qt5-base-devel
+ audiocd-kio
+ qt5-base-devel/usr/include
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -19345,7 +19443,7 @@ services for numerous locations.
desktop.kde.applicationsFramework for searching and managing metadataBaloo is a framework for searching and managing metada
- mirrors://kde/stable/release-service/21.12.1/src/baloo-widgets-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/baloo-widgets-21.12.2.tar.xzbaloo-develextra-cmake-modules
@@ -19359,7 +19457,7 @@ services for numerous locations.
ki18n-develkitemmodels-develkunitconversion-devel
- qt5-base-devel
+ qt5-base-develdesktop/kde/applications/baloo-widgets/pspec.xml
@@ -19375,7 +19473,7 @@ services for numerous locations.
kiokwidgetsaddonslibgcc
- qt5-base
+ qt5-base/etc
@@ -19391,8 +19489,8 @@ services for numerous locations.
baloo-widgets-develDevelopment files for baloo-widgets
- baloo-widgets
- qt5-base-devel
+ baloo-widgets
+ qt5-base-devel/usr/include
@@ -19401,6 +19499,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -19693,7 +19798,7 @@ services for numerous locations.
Hafıza geliştirme oyunu.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.Hafıza geliştirme oyunu.
- mirrors://kde/stable/release-service/21.12.1/src/blinken-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/blinken-21.12.2.tar.xzextra-cmake-modulesgettext-devel
@@ -19703,8 +19808,8 @@ services for numerous locations.
kguiaddons-develki18n-develkxmlgui-devel
- qt5-svg-devel
- qt5-base-devel
+ qt5-svg-devel
+ qt5-base-develqt5-phonon-develdesktop/kde/applications/blinken/pspec.xml
@@ -19721,9 +19826,9 @@ services for numerous locations.
ki18nkxmlguilibgcc
- qt5-base
+ qt5-baseqt5-phonon
- qt5-svg
+ qt5-svg/usr/bin
@@ -19732,6 +19837,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -20164,14 +20276,14 @@ services for numerous locations.
desktop.kde.gamesA single player arcade gameBomber is a single player arcade game. The player is invading various cities in a plane that is decreasing in height.
- mirrors://kde/stable/release-service/21.12.1/src/bomber-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/bomber-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develmesa-develkxmlgui-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -20190,7 +20302,7 @@ services for numerous locations.
kcrashkconfigkxmlgui
- qt5-base
+ qt5-baseqt5-phononkcoreaddonskdbusaddons
@@ -20211,6 +20323,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -20499,10 +20618,10 @@ services for numerous locations.
desktop.kde.applicationsCalendar support libraryCalendar support library
- mirrors://kde/stable/release-service/21.12.1/src/calendarsupport-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/calendarsupport-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develakonadi-develkmime-develki18n-devel
@@ -20547,7 +20666,7 @@ services for numerous locations.
kcodecskconfigkcalendarcore
- qt5-base
+ qt5-basekcalutilskholidayspimcommon
@@ -20573,7 +20692,7 @@ services for numerous locations.
calendarsupport-develDevelopment files for calendarsupport
- calendarsupport
+ calendarsupport/usr/include
@@ -20581,6 +20700,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -20872,19 +20998,19 @@ services for numerous locations.
Cantor is an application that lets you use your favorite mathematical applications from within a nice KDE-integrated Worksheet Interface. It offers assistant dialogs for common tasks and allows you to share your worksheets with others.Cantor; Sage, Maxima, R and KAlgebra gibi uygulamalara arayüz sağlayarak kullanımı kolaylaştırmayı amaçlar. Çok kullanılan işler için dialoglar sağlar ve çalışmalarınızı başkalarıyla paylaşabilmenize olanak tanır.cantor
- mirrors://kde/stable/release-service/21.12.1/src/cantor-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/cantor-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-sql-sqlite
- qt5-sql-odbc
- qt5-sql-mysql
- qt5-sql-postgresql
- qt5-assistant-devel
+ qt5-base-devel
+ qt5-sql-sqlite
+ qt5-sql-odbc
+ qt5-sql-mysql
+ qt5-sql-postgresql
+ qt5-assistant-develmesa-devel
- qt5-svg-devel
- qt5-xmlpatterns-devel
- qt5-webengine-devel
+ qt5-svg-devel
+ qt5-xmlpatterns-devel
+ qt5-webengine-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -20937,8 +21063,8 @@ services for numerous locations.
libqalculatekconfigwidgetskwidgetsaddons
- qt5-base
- qt5-xmlpatterns
+ qt5-base
+ qt5-xmlpatterns/etc
@@ -20955,7 +21081,7 @@ services for numerous locations.
Development files for cantorcantor için geliştirme dosyaları
- cantor
+ cantor/usr/include
@@ -20963,6 +21089,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -21257,10 +21390,10 @@ services for numerous locations.
desktop.kde.applicationsKDE File ManagerDolphin is the File Manager for KDE.
- mirrors://kde/stable/release-service/21.12.1/src/dolphin-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/dolphin-21.12.2.tar.xzbaloo-devel
- baloo-widgets-devel
+ baloo-widgets-develkfilemetadata-develextra-cmake-moduleskactivities-devel
@@ -21296,7 +21429,7 @@ services for numerous locations.
dolphin
- qt5-base
+ qt5-basekfilemetadatabaloobaloo-widgets
@@ -21338,8 +21471,8 @@ services for numerous locations.
dolphin-devel
- dolphin
- qt5-base-devel
+ dolphin
+ qt5-base-develqt5-phonon-develkio-develkcmutils-devel
@@ -21361,6 +21494,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -21658,9 +21798,9 @@ services for numerous locations.
Dolphin eklentileri.This package contains plugins that offer integration in Dolphin with the following version control systems:Dolphin için VCS (Version Control System) eklentileri.
- mirrors://kde/stable/release-service/21.12.1/src/dolphin-plugins-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/dolphin-plugins-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdoctools-develdolphin-develkio-devel
@@ -21672,7 +21812,7 @@ services for numerous locations.
dolphin-plugins
- qt5-base
+ qt5-basedolphinkioki18n
@@ -21694,6 +21834,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -21982,9 +22129,9 @@ services for numerous locations.
desktop.kde.multimediaMultimedia playera multimedia player where the focus is on simplicity, instead of features.
- mirrors://kde/stable/release-service/21.12.1/src/dragon-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/dragon-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develqt5-phonon-develkdoctools-develkio-devel
@@ -22000,7 +22147,7 @@ services for numerous locations.
dragonplayer
- qt5-base
+ qt5-baseqt5-phononkioki18n
@@ -22030,6 +22177,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -22318,10 +22472,10 @@ services for numerous locations.
desktop.kde.applicationsLibrary for creating events.Library for creating events.
- mirrors://kde/stable/release-service/21.12.1/src/eventviews-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/eventviews-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develakonadi-develkcompletion-develkjobwidgets-devel
@@ -22363,7 +22517,7 @@ services for numerous locations.
kcalendarcorekdiagramkservice
- qt5-base
+ qt5-basekcalutilskcontactslibkdepim
@@ -22391,7 +22545,7 @@ services for numerous locations.
eventviews-develDevelopment files for eventviews.
- eventviews
+ eventviews/usr/include
@@ -22399,6 +22553,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -22689,10 +22850,10 @@ services for numerous locations.
KDE için ffmpeg tabanlı önizlemeFFmpeg-based thumbnail creator for video filesVideo dosyaları için FFmpeg tabanlı önizleme oluşturur.
- mirrors://kde/stable/release-service/21.12.1/src/ffmpegthumbs-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/ffmpegthumbs-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkio-develki18n-develkconfig-devel
@@ -22710,7 +22871,7 @@ services for numerous locations.
ffmpegtagliblibgcc
- qt5-base
+ qt5-base/usr/share
@@ -22719,6 +22880,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -23010,11 +23178,11 @@ services for numerous locations.
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/release-service/21.12.1/src/filelight-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/filelight-21.12.2.tar.xz
- qt5-base-devel
- qt5-svg-devel
- qt5-script-devel
+ qt5-base-devel
+ qt5-svg-devel
+ qt5-script-develkdoctools-develextra-cmake-moduleskio-devel
@@ -23031,8 +23199,8 @@ services for numerous locations.
filelight
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-basekpartskioki18n
@@ -23056,6 +23224,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -23591,12 +23766,12 @@ services for numerous locations.
Granatier is a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone.granatier, oyuncunun yüksekliği her turda azalan bir uçak içinde şehirlere hücum ettiği tek kişilik bir macera oyunudur.granatier
- mirrors://kde/stable/release-service/21.12.1/src/granatier-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/granatier-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develmesa-devel
- qt5-svg-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkdbusaddons-devel
@@ -23605,7 +23780,7 @@ services for numerous locations.
kxmlgui-develknewstuff-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -23622,8 +23797,8 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-baseknewstuffkcoreaddonskdbusaddons
@@ -23640,6 +23815,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -23934,7 +24116,7 @@ services for numerous locations.
desktop.kde.applicationsEditor for Grantlee themesEditor for Grantlee themes
- mirrors://kde/stable/release-service/21.12.1/src/grantlee-editor-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/grantlee-editor-21.12.2.tar.xzqt5-webengine-develkcrash-devel
@@ -24007,6 +24189,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -24239,9 +24428,9 @@ services for numerous locations.
desktop.kde.applicationsLibrary for Grantlee theming supportLibrary for Grantlee theming support
- mirrors://kde/stable/release-service/21.12.1/src/grantleetheme-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/grantleetheme-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develboost-develki18n-develkiconthemes-devel
@@ -24256,7 +24445,7 @@ services for numerous locations.
grantleetheme
- qt5-base
+ qt5-baseki18nlibgcckconfig
@@ -24293,10 +24482,10 @@ services for numerous locations.
Development package for grantleetheme librariesContains development tools and header files for grantleetheme
- qt5-base-devel
+ qt5-base-develboost-develki18n-devel
- grantleetheme
+ grantleetheme/usr/lib/cmake
@@ -24304,6 +24493,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -24596,10 +24792,10 @@ services for numerous locations.
Gwenview is an easy to use image viewerGwenview, kullanımı kolay bir resim görüntüleyicisidir.gwenview
- mirrors://kde/stable/release-service/21.12.1/src/gwenview-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/gwenview-21.12.2.tar.xzexiv2-devel
- qt5-base-devel
+ qt5-base-develqt5-svg-develqt5-x11extras-develqt5-phonon-devel
@@ -24641,7 +24837,7 @@ services for numerous locations.
gwenview
- qt5-base
+ qt5-baseexiv2-libssolidkactivities
@@ -24672,7 +24868,7 @@ services for numerous locations.
kjobwidgetsktextwidgetslibjpeg-turbo
- qt5-x11extras
+ qt5-x11extraskconfigwidgetsknotificationskwidgetsaddons
@@ -24690,6 +24886,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-3121.12.1
@@ -24992,10 +25195,10 @@ services for numerous locations.
desktop.kde.applicationsKDE PIM incidence editor.KDE PIM incidence editor.
- http://download.kde.org/stable/release-service/21.12.1/src/incidenceeditor-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/incidenceeditor-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develakonadi-develkcompletion-develkjobwidgets-devel
@@ -25067,7 +25270,7 @@ services for numerous locations.
akonadi-contactsakonadi-calendarkidentitymanagement
- qt5-base
+ qt5-base/etc/xdg
@@ -25082,7 +25285,7 @@ services for numerous locations.
incidenceeditor-develDevelopment files for incidenceeditor.
- incidenceeditor
+ incidenceeditor/usr/include
@@ -25091,6 +25294,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -25379,11 +25589,11 @@ services for numerous locations.
desktop.kde.networkSmall system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and othersSmall system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others
- mirrors://kde/stable/release-service/21.12.1/src/kaccounts-integration-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kaccounts-integration-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
+ qt5-base-devel
+ qt5-declarative-develkcmutils-develki18n-develkcoreaddons-devel
@@ -25407,13 +25617,13 @@ services for numerous locations.
ki18nlibgccsignon
- qt5-base
+ qt5-basekcoreaddonskdbusaddonskdeclarativekconfigwidgetslibaccounts-qt5
- qt5-declarative
+ qt5-declarativekiokconfigkwallet
@@ -25430,7 +25640,7 @@ services for numerous locations.
kaccounts-integration-develDevelopment files for kaccounts-integration
- kaccounts-integration
+ kaccounts-integrationlibaccounts-qt5-devel
@@ -25439,6 +25649,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -25727,14 +25944,14 @@ services for numerous locations.
desktop.kde.networkSmall system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and othersSmall system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others
- mirrors://kde/stable/release-service/21.12.1/src/kaccounts-providers-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kaccounts-providers-21.12.2.tar.xzextra-cmake-modulesintltoolkaccounts-integration-devel
- qt5-declarative-devel
- qt5-webengine-devel
- qt5-base-devel
+ qt5-declarative-devel
+ qt5-webengine-devel
+ qt5-base-develkcoreaddons-devellibaccounts-qt5-devellibaccounts-glib-devel
@@ -25758,9 +25975,9 @@ services for numerous locations.
kpackagekcoreaddonskdeclarative
- qt5-declarative
- qt5-webengine
- qt5-base
+ qt5-declarative
+ qt5-webengine
+ qt5-base/etc
@@ -25770,6 +25987,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -26059,7 +26283,7 @@ services for numerous locations.
Kişilerinizi kolayca yönetinKAddressBook reborn to make your data available to all your applicationsKAddressBook, kişilerinizi kolayca yönetmenizi sağlar. Bir e-posta gönderirken veya bir toplantı daveti oluştururken kolayca kişileri seçmenize olanak tanıyan Kontact'ın geri kalanıyla derinlemesine entegre edilmiştir.
- mirrors://kde/stable/release-service/21.12.1/src/kaddressbook-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kaddressbook-21.12.2.tar.xzkinit-develkimap-devel
@@ -26134,7 +26358,7 @@ services for numerous locations.
kaddressbook-develDevelopment files for kaddressbook
- kaddressbook
+ kaddressbook/usr/include
@@ -26143,6 +26367,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -26388,7 +26619,7 @@ services for numerous locations.
desktop.kde.applicationsPersonal alarm schedulerKAlarm is a personal alarm message, audio, command and email scheduler
- http://download.kde.org/stable/release-service/21.12.1/src/kalarm-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/kalarm-21.12.2.tar.xzakonadi-contacts-develakonadi-devel
@@ -26498,6 +26729,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -26740,15 +26978,15 @@ services for numerous locations.
KAlgebra is a fully featured calculator that lets you plot different types of 2D and 3D functions and to calculate easy and not so easy calculations, such as addition, trigonometric functions or derivatives.KAlgebra, farklı farklı 2B ve 3B fonksiyonları çizmek, kolay ve o kadar da kolay olmayan trigonometrik veya türev gibi hesaplamaları yapmak için bir uygulamadır.kalgebra
- mirrors://kde/stable/release-service/21.12.1/src/kalgebra-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kalgebra-21.12.2.tar.xzmesa-develmesa-glu-devel
- qt5-base-devel
+ qt5-base-develqt5-declarative
- qt5-svg-devel
- qt5-webkit-devel
- qt5-location-devel
+ qt5-svg-devel
+ qt5-webkit-devel
+ qt5-location-develanalitza-develkdoctools-develncurses-devel
@@ -26768,10 +27006,10 @@ services for numerous locations.
kalgebra
- qt5-base
- qt5-declarative
- qt5-webkit
- qt5-location
+ qt5-base
+ qt5-declarative
+ qt5-webkit
+ qt5-locationanalitzalibgcckconfig
@@ -26791,6 +27029,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -27081,7 +27326,7 @@ services for numerous locations.
Periodic Table of ElementsElementlerin periyodik tablosuElementlerin periyodik tablosu
- https://download.kde.org/stable/release-service/21.12.1/src/kalzium-21.12.1.tar.xz
+ https://download.kde.org/stable/release-service/21.12.2/src/kalzium-21.12.2.tar.xzcmakeeigen3
@@ -27147,7 +27392,7 @@ services for numerous locations.
kalzium-develDevelopment files for kalzium
- kalzium
+ kalzium/usr/include
@@ -27155,6 +27400,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -27291,10 +27543,10 @@ services for numerous locations.
KDE için web kamera desteğiKamera is a plugin for KDE to use webcam.Kamera, KDE için bir web kamera eklentisidir.
- mirrors://kde/stable/release-service/21.12.1/src/kamera-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kamera-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkconfigwidgets-develkxmlgui-develkio-devel
@@ -27313,7 +27565,7 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-base
+ qt5-baselibgphoto2kcoreaddonskconfigwidgets
@@ -27326,6 +27578,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -27617,10 +27876,10 @@ services for numerous locations.
Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word.Kanagram, anagramlar üzerine bir oyundur. Dağınık yerleştirilmiş harfleri birleştirerek kelimeyi bulun. Zaman veya deneme sınırı yoktur.kanagram
- mirrors://kde/stable/release-service/21.12.1/src/kanagram-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kanagram-21.12.2.tar.xz
- qt5-base-devel
- qt5-declarative
+ qt5-base-devel
+ qt5-declarativekdoctools-develknewstuff-develkdeclarative-devel
@@ -27635,7 +27894,7 @@ services for numerous locations.
kwidgetsaddons-develextra-cmake-moduleslibkeduvocdocument-devel
- qt5-multimedia-devel
+ qt5-multimedia-develdesktop/kde/applications/kanagram/pspec.xml
@@ -27647,13 +27906,13 @@ services for numerous locations.
sonnetkconfigkxmlgui
- qt5-base
+ qt5-baseknewstuffkcoreaddonskdeclarative
- qt5-multimedia
+ qt5-multimediakconfigwidgets
- qt5-declarative
+ qt5-declarativelibkeduvocdocument
@@ -27664,6 +27923,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -27955,11 +28221,11 @@ services for numerous locations.
Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer.Kapman dünyaca ünlü Pac-Man'in bir türevidir. Labirent içinde hayaletlerle köşe kapmaca oynayarak bölümleri geçmeye çalıştığınız oyunda eğer hayaletlere yakalanırsanız bir hakkınızı kaybediyorsunuz. Eğer bir enerji nesnesi alırsanız bu kez siz bir kaç saniyeliğine hayaletleri yiyebiliyorsunuz.kapman
- mirrors://kde/stable/release-service/21.12.1/src/kapman-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kapman-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkdbusaddons-devel
@@ -27976,7 +28242,7 @@ services for numerous locations.
knotifyconfig-develkdesignerpluginlibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develdesktop/kde/applications/kapman/pspec.xml
@@ -27987,8 +28253,8 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -28003,6 +28269,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -28300,9 +28573,9 @@ services for numerous locations.
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/release-service/21.12.1/src/kapptemplate-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kapptemplate-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develextra-cmake-modulesgettextkcoreaddons-devel
@@ -28318,7 +28591,7 @@ services for numerous locations.
kapptemplate
- qt5-base
+ qt5-basekioki18nlibgcc
@@ -28336,6 +28609,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -28624,14 +28904,14 @@ services for numerous locations.
desktop.kde.applicationsAdvanced Text EditorPlasma library and runtime components based upon KF5 and Qt5
- https://download.kde.org/stable/release-service/21.12.1/src/kate-21.12.1.tar.xz
+ https://download.kde.org/stable/release-service/21.12.2/src/kate-21.12.2.tar.xzextra-cmake-modulesqt5-base-devel
- qt5-sql-postgresql
- qt5-sql-mysql
- qt5-sql-sqlite
- qt5-sql-odbc
+ qt5-sql-postgresql
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-sql-odbckactivities-develkconfig-develkcrash-devel
@@ -28663,7 +28943,7 @@ services for numerous locations.
kate
- qt5-base
+ qt5-baselibgcclibgit2knewstuff
@@ -28710,6 +28990,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -29008,10 +29295,10 @@ services for numerous locations.
KAtomic is both fun and educational game built around molecular geometry.KAtomic moleküler geometri hakkında hem eğlenceli hem de eğitici bir oyundur.katomic
- mirrors://kde/stable/release-service/21.12.1/src/katomic-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/katomic-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -29025,7 +29312,7 @@ services for numerous locations.
knotifyconfig-develknewstuff-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -29042,7 +29329,7 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-base
+ qt5-baseknewstuffkcoreaddonskdbusaddons
@@ -29058,6 +29345,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -29356,11 +29650,11 @@ services for numerous locations.
KBlackBox is a game of hide and seek played on a grid of boxes. The computer has hidden several balls within this box. By shooting beams into the box and observing where they emerge it is possible to deduce the positions of the hidden balls.KBlackBox yan yana dizilmiş kutularla oynanan bir saklambaç oyunudur. Bilgisayarın sakladığı topları kutuları lazerle kontrol ederek bulabilirsiniz.kblackbox
- mirrors://kde/stable/release-service/21.12.1/src/kblackbox-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kblackbox-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-svg-develkarchive-develkcoreaddons-develkconfig-devel
@@ -29369,7 +29663,7 @@ services for numerous locations.
kiconthemes-develkxmlgui-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -29387,9 +29681,9 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
+ qt5-svgkarchive
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -29404,6 +29698,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -29702,16 +30003,16 @@ services for numerous locations.
KBlocks is the classic falling blocks game. The idea is stack the falling blocks in a way that lines are completely filled. When a line is completed it is removed, and more space is available in the play area. When there is not enough space for blocks to fall, the game is over.KBlocks klasikleşmiş tetrisin bir yeniden yapımıdır. Oyunun amacı düşen parçaları en uygun şekilde dizmektir. Bir satır tamamen dolduktan sonra silinmektedir ve daha fazla oyun alanı açılmaktadır. Yeni parçaları koyacak yeriniz kalmadığında oyun bitmektedir.kblocks
- mirrors://kde/stable/release-service/21.12.1/src/kblocks-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kblocks-21.12.2.tar.xzextra-cmake-modules
- qt5-svg-devel
- qt5-base-devel
+ qt5-svg-devel
+ qt5-base-develkdoctools-develki18n-develkxmlgui-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkemoticons-develkitemmodels-devel
@@ -29728,8 +30029,8 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-baseqt5-phononkcoreaddonslibkdegames
@@ -29745,6 +30046,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -30043,7 +30351,7 @@ services for numerous locations.
KBlog is a library for calling functions on Blogger 1.0, MetaWeblog, MovableType and GData compatible blogs. It calls the APIs using KXmlRpcClient and Syndication.mirrors://kde/stable/release-service/20.04.3/src/kblog-20.04.3.tar.xz
- qt5-base-devel
+ qt5-base-develextra-cmake-moduleskdoctools-develkcoreaddons-devel
@@ -30052,7 +30360,7 @@ services for numerous locations.
kitemmodels-develkinit-develkunitconversion-devel
- qt5-webkit-devel
+ qt5-webkit-develkcalutils-develksyndication-develkxmlrpcclient-devel
@@ -30064,7 +30372,7 @@ services for numerous locations.
kblog
- qt5-base
+ qt5-basekcalendarcorekxmlrpcclientkio
@@ -30086,7 +30394,7 @@ services for numerous locations.
kblog-develDevelopment files for kblog
- qt5-base-devel
+ qt5-base-develkblog
@@ -30387,11 +30695,11 @@ services for numerous locations.
KBounce is a single player arcade game with the elements of puzzle. It is played on a field, surrounded by walls, with two or more balls that move about in the field bouncing off of walls. The player can build new walls, decreasing the size of the active field. The goal of the game is to fill at least 75% of the field and advance to the next level.KBounce, Volfied'in oynaniş tarzına benzeyen tek kişilik bir bulmaca - macera oyunudur. Oyuncu iki veya daha fazla topun oradan oraya zıpladığı duvarlarla kaplı bir alanda yeni duvarlar inşa ederek ve toplara yakalanmamaya çalışarak aktif alanın en azından %75'ini kapatmaya çalışmaktadır.kbounce
- mirrors://kde/stable/release-service/21.12.1/src/kbounce-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kbounce-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -30406,7 +30714,7 @@ services for numerous locations.
kio-develknotifyconfig-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -30424,8 +30732,8 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-basekcompletionkcoreaddonskdbusaddons
@@ -30440,6 +30748,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -30738,12 +31053,12 @@ services for numerous locations.
KBreakout is a Breakout like game. The object of the game is to destroy as many bricks as possible without losing the ball.KBreakout bir Breakout türevidir. Oyunun amacı topları yere düşürmeden olabildiğince çok tuğlayı yok etmektir.kbreakout
- mirrors://kde/stable/release-service/21.12.1/src/kbreakout-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kbreakout-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -30774,13 +31089,13 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegameskconfigwidgetskwidgetsaddons
- qt5-declarative
+ qt5-declarative/usr/share
@@ -30790,6 +31105,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -31088,9 +31410,9 @@ services for numerous locations.
KBruch is a small program to practice calculating with fractions and percentages. Different exercises are provided for this purpose and you can use the learning mode to practice with fractions. The program checks the user's input and gives feedback.KBruch, ondalık ve kesirli sayılar üzerine işlemleri öğrenmeye ve egzersiz yapmaya yarayan bir uygulamadır.kbruch
- mirrors://kde/stable/release-service/21.12.1/src/kbruch-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kbruch-21.12.2.tar.xz
- qt5-base
+ qt5-basekdoctools-develkconfig-develkcrash-devel
@@ -31106,7 +31428,7 @@ services for numerous locations.
kbruch
- qt5-base
+ qt5-basekxmlguikconfigkcrash
@@ -31124,6 +31446,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -31415,9 +31744,9 @@ services for numerous locations.
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/release-service/21.12.1/src/kcalc-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kcalc-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdoctools-develextra-cmake-modulesgmp-devel
@@ -31437,7 +31766,7 @@ services for numerous locations.
kcalc
- qt5-base
+ qt5-basegmpki18nkcrash
@@ -31457,6 +31786,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -31753,7 +32089,7 @@ services for numerous locations.
desktop.kde.applicationsThe KDE calendar utility libraryCalendar utility library for KDE
- mirrors://kde/stable/release-service/21.12.1/src/kcalutils-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kcalutils-21.12.2.tar.xzqt5-base-develkcalendarcore-devel
@@ -31761,6 +32097,7 @@ services for numerous locations.
kcoreaddons-develkconfig-develki18n-devel
+ kidentitymanagement-develkemoticons-develkitemmodels-develkinit-devel
@@ -31776,7 +32113,7 @@ services for numerous locations.
kcalutils
- qt5-base
+ qt5-basekcalendarcorekidentitymanagementki18n
@@ -31803,8 +32140,8 @@ services for numerous locations.
kcalutils-develDevelopment files for kcalutils
- qt5-base-devel
- kcalutils
+ qt5-base-devel
+ kcalutils/usr/include
@@ -31813,6 +32150,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -32118,9 +32462,9 @@ services for numerous locations.
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/release-service/21.12.1/src/kcharselect-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kcharselect-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdoctools-develkbookmarks-develcmake
@@ -32136,7 +32480,7 @@ services for numerous locations.
kcharselect
- qt5-base
+ qt5-basekxmlguiki18nlibgcc
@@ -32153,6 +32497,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -32444,10 +32795,10 @@ services for numerous locations.
KColorChooser is a simple color chooser application.KColorChooser, basit bir renk seçme uygulamasıdır.kcolorchooser
- mirrors://kde/stable/release-service/21.12.1/src/kcolorchooser-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kcolorchooser-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develki18n-develkwidgetsaddons-develkxmlgui-devel
@@ -32461,7 +32812,7 @@ services for numerous locations.
ki18nlibgcckxmlgui
- qt5-base
+ qt5-basekcoreaddons
@@ -32474,6 +32825,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -33000,9 +33358,9 @@ services for numerous locations.
desktop.kde.sdkScripts and setting files useful during development of KDE softwareScripts and setting files useful during development of KDE software
- mirrors://kde/stable/release-service/21.12.1/src/kde-dev-scripts-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kde-dev-scripts-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develextra-cmake-moduleskdoctools-develdocbook-xml
@@ -33013,7 +33371,7 @@ services for numerous locations.
kde-dev-scriptsScripts and setting files useful during development of KDE software
- qt5-base
+ qt5-basekdoctools
@@ -33024,6 +33382,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -33520,10 +33885,10 @@ services for numerous locations.
desktop.kde.applicationsAn application to enable/disable qCDebugKDebug control module for KDE. It provides a graphical frontend for the kdebug daemon, which allow enabling or disabling particular debug areas/messages.
- mirrors://kde/stable/release-service/21.12.1/src/kdebugsettings-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdebugsettings-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkcoreaddons-develkconfig-develkconfigwidgets-devel
@@ -33545,7 +33910,7 @@ services for numerous locations.
ki18nlibgcckconfig
- qt5-base
+ qt5-basekitemviewskcompletionkcoreaddons
@@ -33563,6 +33928,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -33855,7 +34227,7 @@ services for numerous locations.
Connect KDE with your smartphoneCihazlarınızı KDE ile birleştirinkdeconnect
- https://download.kde.org/stable/release-service/21.12.1/src/kdeconnect-kde-21.12.1.tar.xz
+ https://download.kde.org/stable/release-service/21.12.2/src/kdeconnect-kde-21.12.2.tar.xzsshfskio-devel
@@ -33939,6 +34311,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -34108,9 +34487,9 @@ services for numerous locations.
desktop.kde.applicationsCommon data for KDE Edu applicationsCommon data for KDE Edu applications.
- mirrors://kde/stable/release-service/21.12.1/src/kdeedu-data-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdeedu-data-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develextra-cmake-modulesdesktop/kde/applications/kdeedu-data/pspec.xml
@@ -34123,6 +34502,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -34412,7 +34798,7 @@ services for numerous locations.
desktop.kde.applicationsA collection of plugins to handle mobipocket filesA collection of plugins to handle mobipocket files
- http://download.kde.org/stable/release-service/21.12.1/src/kdegraphics-mobipocket-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/kdegraphics-mobipocket-21.12.2.tar.xzextra-cmake-moduleskio-devel
@@ -34438,7 +34824,7 @@ services for numerous locations.
kdegraphics-mobipocket-develDevelopment headers for kdegraphics-mobipocket
- kdegraphics-mobipocket
+ kdegraphics-mobipocket/usr/include
@@ -34446,6 +34832,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -34693,7 +35086,7 @@ services for numerous locations.
desktop.kde.applicationsA KPart for viewing SVGsA KPart for viewing SVGs
- mirrors://kde/stable/release-service/21.12.1/src/svgpart-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/svgpart-21.12.2.tar.xzextra-cmake-modulesgettext-devel
@@ -34701,8 +35094,8 @@ services for numerous locations.
kcoreaddons-develkparts-develpython-devel
- qt5-base-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-svg-develdesktop/kde/applications/kdegraphics-svgpart/pspec.xml
@@ -34712,8 +35105,8 @@ services for numerous locations.
kcoreaddonskparts
- qt5-base
- qt5-svg
+ qt5-base
+ qt5-svgki18nlibgcckxmlgui
@@ -34726,6 +35119,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -34981,10 +35381,10 @@ services for numerous locations.
KDE4 önizleme kitaplıklarıkdegraphics-thumbnailers contains thumbnail-related libraries.kdegraphics-thumbnailers, önizleme kitaplıklarını içerir.
- mirrors://kde/stable/release-service/21.12.1/src/kdegraphics-thumbnailers-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdegraphics-thumbnailers-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkio-devellibkdcraw-devellibkexiv2-devel
@@ -34997,7 +35397,7 @@ services for numerous locations.
kiolibgcc
- qt5-base
+ qt5-baselibkdcrawlibkexiv2karchive
@@ -35009,6 +35409,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -35299,11 +35706,11 @@ services for numerous locations.
Dosya paylaşım konfigürasyon modülü.Filesharing configuration modlue.Dosya paylaşım konfigürasyon modülü.
- mirrors://kde/stable/release-service/21.12.1/src/kdenetwork-filesharing-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdenetwork-filesharing-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
+ qt5-base-devel
+ qt5-declarative-develkdoctools-develkcoreaddons-develki18n-devel
@@ -35321,8 +35728,8 @@ services for numerous locations.
kioki18nlibgcc
- qt5-base
- qt5-declarative
+ qt5-base
+ qt5-declarativekservicekcompletionkcoreaddons
@@ -35342,6 +35749,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -35635,7 +36049,7 @@ services for numerous locations.
kdenlive provides dual video monitors, a multi-track timeline and clip list. Other features include customizable layout support, basic effects and transitions.kdenlive, ikili video izleyicileri, çoklu parça zaman çizelgesi ve klip listesi sunmaktadır. Diğer özellikler arasında özelleştirilebilir düzenleme desteği, temel efektler ve geçişler sayılabilir.Kdenlive jest nieliniowym pakietem do edycji wideo obsługującym DV, HDC i wiele innych formatów.
- mirrors://kde/stable/release-service/21.12.1/src/kdenlive-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdenlive-21.12.2.tar.xzextra-cmake-modulesqt5-base-devel
@@ -35737,6 +36151,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -36026,7 +36447,7 @@ services for numerous locations.
desktop.kde.applicationsAddons for the KDE PIM apllicationsAddons for the KDE PIM apllications
- mirrors://kde/stable/release-service/21.12.1/src/kdepim-addons-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdepim-addons-21.12.2.tar.xzakonadi-calendar-develakonadi-devel
@@ -36061,9 +36482,9 @@ services for numerous locations.
messagelib-develpimcommon-develpython-devel
- qt5-base-devel
- qt5-declarative-devel
- qt5-webengine-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-webengine-develkio-develkmime-develkcodecs-devel
@@ -36130,9 +36551,9 @@ services for numerous locations.
mailcommonmessagelibpimcommon
- qt5-base
- qt5-declarative
- qt5-webengine
+ qt5-base
+ qt5-declarative
+ qt5-webenginekiokmimekcodecs
@@ -36180,6 +36601,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -36437,7 +36865,7 @@ services for numerous locations.
kdepim-runtime contains KDE5 PIM (Personal Information Management) runtime environment like akonadi agents.kdepim-runtime, kdelibs kullanarak yazılmış olan Akonadi ajanları da dahil olmak üzere KDE5 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) çalışma zamanı ortamını içerir.kontact
- mirrors://kde/stable/release-service/21.12.1/src/kdepim-runtime-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdepim-runtime-21.12.2.tar.xzkdoctools-develboost-devel
@@ -36465,13 +36893,13 @@ services for numerous locations.
ksyndication-develpimcommon-develcyrus-sasl-devel
- qt5-declarative-devel
- qt5-xmlpatterns-devel
- qt5-webkit-devel
- qt5-webengine-devel
+ qt5-declarative-devel
+ qt5-xmlpatterns-devel
+ qt5-webkit-devel
+ qt5-webengine-develextra-cmake-modules
- qt5-location-devel
- qt5-networkauth-devel
+ qt5-location-devel
+ qt5-networkauth-develakonadi-mime-develakonadi-notes-develakonadi-contacts-devel
@@ -36504,7 +36932,7 @@ services for numerous locations.
kcalendarcorekcmutilskservice
- qt5-base
+ qt5-basekalarmcalkcalutilskitemviews
@@ -36523,14 +36951,14 @@ services for numerous locations.
knotificationskwidgetsaddonsqt5-speech
- qt5-xmlpatterns
+ qt5-xmlpatternsakonadi-calendarkdelibs4-supportcyrus-saslakonadi-mimeakonadi-notes
- qt5-webengine
- qt5-networkauth
+ qt5-webengine
+ qt5-networkauthakonadi-contactskidentitymanagementkdav
@@ -36558,6 +36986,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -36846,10 +37281,10 @@ services for numerous locations.
desktop.kde.sdkTranslation file thumbnail generatorsTranslation file thumbnail generators
- mirrors://kde/stable/release-service/21.12.1/src/kdesdk-thumbnailers-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdesdk-thumbnailers-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkconfig-develki18n-develkio-devel
@@ -36865,7 +37300,7 @@ services for numerous locations.
libgccgettextkconfig
- qt5-base
+ qt5-basekwidgetsaddons
@@ -36883,6 +37318,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -37172,7 +37614,7 @@ services for numerous locations.
desktop.kde.applicationsView Disk UsageKDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.
- http://download.kde.org/stable/release-service/21.12.1/src/kdf-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/kdf-21.12.2.tar.xzextra-cmake-modulesgettext-devel
@@ -37215,6 +37657,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -37692,7 +38141,7 @@ services for numerous locations.
kdialog allows you to display dialog boxes from shell scriptsThe syntax is very much inspired from the "dialog" command
(which shows text mode dialogs).
- mirrors://kde/stable/release-service/21.12.1/src/kdialog-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdialog-21.12.2.tar.xzextra-cmake-modulesgettext-devel
@@ -37713,7 +38162,7 @@ services for numerous locations.
kiconthemes-develknotifications-develktextwidgets-devel
- qt5-base-devel
+ qt5-base-develdesktop/kde/applications/kdialog/pspec.xml
@@ -37722,7 +38171,7 @@ services for numerous locations.
kdialog allows you to display dialog boxes from shell scriptskio
- qt5-base
+ qt5-baseki18nlibX11libgcc
@@ -37750,6 +38199,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -38016,7 +38472,7 @@ services for numerous locations.
desktop.kde.applicationsBookmark Organizer and EditorBookmark Organizer and Editor
- mirrors://kde/stable/release-service/21.12.1/src/keditbookmarks-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/keditbookmarks-21.12.2.tar.xzextra-cmake-modulesgettext-devel
@@ -38030,7 +38486,7 @@ services for numerous locations.
kparts-develkwindowsystem-develpython-devel
- qt5-base-devel
+ qt5-base-develdesktop/kde/applications/keditbookmarks/pspec.xml
@@ -38042,7 +38498,7 @@ services for numerous locations.
ki18nkiokparts
- qt5-base
+ qt5-baselibgcckconfigkxmlgui
@@ -38068,6 +38524,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -38320,7 +38783,7 @@ services for numerous locations.
desktop.kde.utilsFind Files/FoldersFind Files/Folders
- mirrors://kde/stable/release-service/21.12.1/src/kfind-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kfind-21.12.2.tar.xzextra-cmake-modulesgettext-devel
@@ -38335,7 +38798,7 @@ services for numerous locations.
kdoctools-develpython-develkfilemetadata-devel
- qt5-base-devel
+ qt5-base-develdesktop/kde/applications/kfind/pspec.xml
@@ -38346,7 +38809,7 @@ services for numerous locations.
karchivekdelibs4-supportlibgcc
- qt5-base
+ qt5-basekioki18nkconfig
@@ -38374,6 +38837,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -38630,10 +39100,10 @@ services for numerous locations.
KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks.KFloppy is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks.kfloppy
- http://download.kde.org/stable/release-service/21.12.1/src/kfloppy-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/kfloppy-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develki18n-develkcoreaddons-develkio-devel
@@ -38654,7 +39124,7 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-base
+ qt5-basekcompletionkcoreaddonskconfigwidgets
@@ -38672,6 +39142,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -38949,12 +39426,12 @@ services for numerous locations.
KFourInLine is a board game for two players based on the Connect-Four game.KFourInLine iki kişiyle oynanan Hedef 4 türevi bir oyundur.kfourinline
- mirrors://kde/stable/release-service/21.12.1/src/kfourinline-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kfourinline-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkitemmodels-devel
@@ -38986,8 +39463,8 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-basekcompletionkcoreaddonslibkdegames
@@ -39003,6 +39480,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -39301,9 +39785,9 @@ services for numerous locations.
KGeography is a geography learning tool, which allows you to learn about the political divisions of some countries (divisions, capitals of those divisions and their associated flags if there are some).KGeography, ülkeler hakkında çeşitli bilgiler sunan bir coğrafya uygulamasıdır.kgeography
- https://download.kde.org/stable/release-service/21.12.1/src/kgeography-21.12.1.tar.xz
+ https://download.kde.org/stable/release-service/21.12.2/src/kgeography-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkconfig-develkcrash-develkdoctools-devel
@@ -39322,7 +39806,7 @@ services for numerous locations.
kgeography
- qt5-base
+ qt5-baselibgcckcrashkconfig
@@ -39341,6 +39825,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -39623,7 +40114,7 @@ services for numerous locations.
desktop.kde.applicationsA QtQuick plugin to render beautiful and interactive chartsKGpg is a simple interface for GnuPG, a powerful encryption utility.
- mirrors://kde/stable/release-service/21.12.1/src/kgpg-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kgpg-21.12.2.tar.xzakonadi-develboost-devel
@@ -39655,8 +40146,8 @@ services for numerous locations.
libical-develpython-devellibevent-devel
- qt5-webengine-devel
- qt5-base-devel
+ qt5-webengine-devel
+ qt5-base-develextra-cmake-modulesdesktop/kde/applications/kgpg/pspec.xml
@@ -39667,7 +40158,7 @@ services for numerous locations.
gpgmeboost
- qt5-base
+ qt5-basekioki18nkcrash
@@ -39698,6 +40189,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -39968,9 +40466,9 @@ services for numerous locations.
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/release-service/21.12.1/src/khangman-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/khangman-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdoctools-develkdeclarative-develknewstuff-devel
@@ -39984,9 +40482,9 @@ services for numerous locations.
kxmlgui-develkwidgetsaddons-develkio-devel
- qt5-svg-devel
- qt5-linguist
- qt5-declarative-devel
+ qt5-svg-devel
+ qt5-linguist
+ qt5-declarative-devellibkeduvocdocument-develextra-cmake-modules
@@ -39995,7 +40493,7 @@ services for numerous locations.
khangman
- qt5-base
+ qt5-basekdeclarativeknewstuffki18n
@@ -40003,7 +40501,7 @@ services for numerous locations.
kconfigkcoreaddonskxmlgui
- qt5-declarative
+ qt5-declarativelibkeduvocdocumentlibgcc
@@ -40016,6 +40514,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -40305,9 +40810,9 @@ services for numerous locations.
desktop.kde.applicationsKDE Help CenterKDE help center utility to read help documentation about various KDE applications.
- mirrors://kde/stable/release-service/21.12.1/src/khelpcenter-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/khelpcenter-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-devellibxml2-devellibdbusmenu-qt-develkinit-devel
@@ -40329,7 +40834,7 @@ services for numerous locations.
khelpcenter
- qt5-base
+ qt5-basekiolibgcclibxml2
@@ -40362,6 +40867,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -40658,9 +41170,9 @@ services for numerous locations.
desktop.kde.applicationsKDE PIM librariesLibrary for the KDE-PIM(Personal-Infomation-Management
- mirrors://kde/stable/release-service/21.12.1/src/kidentitymanagement-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kidentitymanagement-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdoctools-develkpimtextedit-develkio-devel
@@ -40688,7 +41200,7 @@ services for numerous locations.
kidentitymanagement
- qt5-base
+ qt5-basekpimtexteditkioki18n
@@ -40715,10 +41227,10 @@ services for numerous locations.
kidentitymanagement-develDevelopment files for kidentitymanagement
- qt5-base-devel
+ qt5-base-develkpimtextedit-develktextwidgets-devel
- kidentitymanagement
+ kidentitymanagement/etc/xdg
@@ -40728,6 +41240,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -41026,16 +41545,16 @@ services for numerous locations.
Kig is an application for interactive geometry.Kig, bir etkileşimli geometri uygulamasıdır.kig
- mirrors://kde/stable/release-service/21.12.1/src/kig-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kig-21.12.2.tar.xz
- qt5-base-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-svg-develboost-develktexteditor-develkdoctools-develkemoticons-develkitemmodels-devel
- qt5-xmlpatterns-devel
+ qt5-xmlpatterns-develgettext-develpkgconfigkcrash-devel
@@ -41047,12 +41566,12 @@ services for numerous locations.
kig
- qt5-base
+ qt5-baseboostkcrashktexteditor
- qt5-xmlpatterns
- qt5-svg
+ qt5-xmlpatterns
+ qt5-svgki18nkpartsktexteditor
@@ -41078,6 +41597,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -41369,10 +41895,10 @@ services for numerous locations.
Killbots is a simple game of evading killer robots. Who created the robots and why they have been programmed to destroy, no one knows. All that is known is that the robots are numerous and their sole objective is to destroy you.Killbots katil robotlardan kaçmaya çalıştığınız basit bir oyundur. Robotların kimin tarafından yaratıldığı veya neden yok etmek için programlandığı bilinmiyor. Tek gerçek şu ki bir çok robot var ve tek amaçları sizi yok etmek.killbots
- mirrors://kde/stable/release-service/21.12.1/src/killbots-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/killbots-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -41386,7 +41912,7 @@ services for numerous locations.
kcompletion-develknotifyconfig-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -41403,7 +41929,7 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-base
+ qt5-basekcompletionkcoreaddonskdbusaddons
@@ -41419,6 +41945,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -41715,9 +42248,9 @@ services for numerous locations.
desktop.kde.applicationsJob-based API for interacting with IMAP serversAPI for interacting with IMAP servers
- mirrors://kde/stable/release-service/21.12.1/src/kimap-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kimap-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdoctools-develkmime-develboost-devel
@@ -41734,7 +42267,7 @@ services for numerous locations.
kimap
- qt5-base
+ qt5-basekmimekioki18n
@@ -41756,8 +42289,8 @@ services for numerous locations.
kimap-develDevelopment files for kimap
- qt5-base-devel
- kimap
+ qt5-base-devel
+ kimap/usr/include
@@ -41766,6 +42299,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -42062,7 +42602,7 @@ services for numerous locations.
desktop.kde.networkAdditional KIO-slaves for KDE5 applicationsAdditional KIO-slaves for KDE5 applications
- mirrors://kde/stable/release-service/21.12.1/src/kio-extras-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kio-extras-21.12.2.tar.xzqt5-phonon-develextra-cmake-modules
@@ -42081,11 +42621,11 @@ services for numerous locations.
kpty-develsolid-develsyntax-highlighting-devel
- qt5-sql-postgresql
+ qt5-sql-postgresqlqt5-base-develqt5-sql-sqliteqt5-sql-mysql
- qt5-sql-odbc
+ qt5-sql-odbcqt5-svg-devellibsshkded-devel
@@ -42161,7 +42701,7 @@ services for numerous locations.
kio-extras-develDevelopment files for kio-extras
- kio-extras
+ kio-extras/usr/include
@@ -42169,6 +42709,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -42466,7 +43013,7 @@ services for numerous locations.
A collection of plugins extending the KDE graphics and image applications A collection of plugins extending the KDE graphics and image applicationsA collection of plugins extending the KDE graphics and image applications
- https://download.kde.org/stable/release-service/21.12.1/src/kipi-plugins-21.12.1.tar.xz
+ https://download.kde.org/stable/release-service/21.12.2/src/kipi-plugins-21.12.2.tar.xzlibkipi-develkcompletion-devel
@@ -42512,6 +43059,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -42698,11 +43252,11 @@ services for numerous locations.
Kiriki is an addictive and fun dice game for KDE, designed to be played by as many as six players.Kiriki KDE için alışkanlık yapan ve eğlenceli bir zar oyunudur. Altı oyuncuya kadar birlikte oynanabilir.kiriki
- mirrors://kde/stable/release-service/21.12.1/src/kiriki-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kiriki-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkdbusaddons-devel
@@ -42714,7 +43268,7 @@ services for numerous locations.
kxmlgui-develkio-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkemoticons-develkitemmodels-devel
@@ -42730,7 +43284,7 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonskiconthemes
@@ -42746,6 +43300,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -43044,9 +43605,9 @@ services for numerous locations.
Kiten is a Japanese reference/study tool.Kiten, Japonca referans ve alıştırma uygulamasıdır.kiten>kiten
- mirrors://kde/stable/release-service/21.12.1/src/kiten-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kiten-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdoctools-develextra-cmake-moduleskarchive-devel
@@ -43070,7 +43631,7 @@ services for numerous locations.
kiten
- qt5-base
+ qt5-basekarchivekcompletionkconfig
@@ -43100,7 +43661,7 @@ services for numerous locations.
Development files for kitenkiten için geliştirme dosyaları
- kiten
+ kiten/usr/include
@@ -43108,6 +43669,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -43398,7 +43966,7 @@ services for numerous locations.
Data model and extraction system for travel reservation informationSeyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemiSeyahat rezervasyon bilgisi için veri modeli ve ekstraksiyon sistemi
- https://download.kde.org/stable/release-service/21.12.1/src/kitinerary-21.12.1.tar.xz
+ https://download.kde.org/stable/release-service/21.12.2/src/kitinerary-21.12.2.tar.xzqt5-declarative-develqt5-base-devel
@@ -43451,7 +44019,7 @@ services for numerous locations.
kitinerary-develDevelopment files for kitinerary
- kitinerary
+ kitinerary/usr/include
@@ -43459,6 +44027,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -43617,12 +44192,12 @@ services for numerous locations.
KJumpingCube is a simple tactical game.KJumpingCube basit bir taktik oyunudur.kjumpingcube
- mirrors://kde/stable/release-service/21.12.1/src/kjumpingcube-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kjumpingcube-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkitemmodels-devel
@@ -43652,8 +44227,8 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-basekcoreaddonslibkdegameskconfigwidgets
@@ -43668,6 +44243,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -43964,9 +44546,9 @@ services for numerous locations.
desktop.kde.applicationsLDAP access API for KDEAllows LDAP accessing with a convenient Qt style C++ API.
- mirrors://kde/stable/release-service/21.12.1/src/kldap-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kldap-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkcompletion-develkdoctools-develki18n-devel
@@ -43986,7 +44568,7 @@ services for numerous locations.
kldap
- qt5-base
+ qt5-basekcompletionkwalletki18n
@@ -44011,8 +44593,8 @@ services for numerous locations.
kldap-develDevelopment files for kdelibs4-support
- qt5-base-devel
- kldap
+ qt5-base-devel
+ kldap/usr/include
@@ -44021,6 +44603,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -44310,12 +44899,12 @@ services for numerous locations.
A Gomoku like game for two players.Bovo is a Gomoku like game for two players, where the opponents alternate in placing their respective pictogram on the game board.bovo
- mirrors://kde/stable/release-service/21.12.1/src/bovo-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/bovo-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develmesa-devel
- qt5-svg-devel
+ qt5-svg-develkxmlgui-develkdoctools-devellibkdegames-devel
@@ -44335,8 +44924,8 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-svg
- qt5-base
+ qt5-svg
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -44357,6 +44946,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -44646,9 +45242,9 @@ services for numerous locations.
desktop.kde.applicationsLibrary to provides access and handling of KAlarm calendar dataLibrary to provides access and handling of KAlarm calendar data
- mirrors://kde/stable/release-service/21.12.1/src/kalarmcal-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kalarmcal-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develakonadi-develkcalendarcore-develkholidays-devel
@@ -44672,7 +45268,7 @@ services for numerous locations.
kalarmcal
- qt5-base
+ qt5-basekcalendarcorekcalutilskholidays
@@ -44695,8 +45291,8 @@ services for numerous locations.
kalarmcal-develDevelopment files for kalarmcal
- qt5-base-devel
- kalarmcal
+ qt5-base-devel
+ kalarmcal/usr/include
@@ -44705,6 +45301,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -45010,10 +45613,10 @@ services for numerous locations.
Kcron is a graphical frontend to the cron system, used to schedule regular tasks on a Unix system.Kcron, cron görev zamanlayıcı altyapısının bir arayüzüdür.kcron
- mirrors://kde/stable/release-service/21.12.1/src/kcron-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kcron-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develki18n-develkdoctools-develkiconthemes-devel
@@ -45029,7 +45632,7 @@ services for numerous locations.
kioki18nlibgcc
- qt5-base
+ qt5-basekcoreaddonskiconthemeskconfigwidgets
@@ -45049,6 +45652,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -45333,10 +45943,10 @@ services for numerous locations.
KDiamond is a single player puzzle game. The object of the game is to build lines of three similar diamonds.KDiamond benzer elmaslardan üç tanesinin yan yana getirilmesini konu edinen tek kişilik bir bulmaca oyunudur.kdiamond
- mirrors://kde/stable/release-service/21.12.1/src/kdiamond-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kdiamond-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkcoreaddons-develkconfig-develkdbusaddons-devel
@@ -45350,7 +45960,7 @@ services for numerous locations.
knotifications-develknotifyconfig-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkemoticons-develkitemmodels-devel
@@ -45367,7 +45977,7 @@ services for numerous locations.
libgcckconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -45385,6 +45995,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -45682,10 +46299,10 @@ services for numerous locations.
desktop.kde.applicationsCertificate Manager and Unified Crypto GUIKleopatra is a certificate manager and a universal crypto GUI. It supports managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving certificates from LDAP servers.
- mirrors://kde/stable/release-service/21.12.1/src/kleopatra-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kleopatra-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkcodecs-develkconfig-develkconfigwidgets-devel
@@ -45721,7 +46338,7 @@ services for numerous locations.
kxmlguilibkleokcmutils
- qt5-base
+ qt5-baselibassuankcoreaddonskdbusaddons
@@ -45742,6 +46359,13 @@ services for numerous locations.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -46023,7 +46647,7 @@ services for numerous locations.
KDE Personal Information ManagerKontact is the integrated Personal Information Manager of KDE, but can be used with other systems as well.
It supports email, address books, calendars, tasks, news feeds and much more.
- http://download.kde.org/stable/release-service/21.12.1/src/kontact-21.12.1.tar.xz
+ http://download.kde.org/stable/release-service/21.12.2/src/kontact-21.12.2.tar.xzboost-develextra-cmake-modules
@@ -46094,6 +46718,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -46336,10 +46967,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.KSystemLog show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups, etc, ...).
Ksystemlog, sistemin bütün hata kayıtlarını (genel ve opsiyonel) görüntülemmeye yarayan bir uygulamadır.ksystemlog
- mirrors://kde/stable/release-service/21.12.1/src/ksystemlog-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/ksystemlog-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkxmlgui-develkcoreaddons-develkwidgetsaddons-devel
@@ -46365,7 +46996,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kxmlgui
karchivekservice
- qt5-base
+ qt5-basekitemviewskcompletionkcoreaddons
@@ -46390,6 +47021,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -46678,9 +47316,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.edu
Kwordquiz is a Flash Card TrainerKWordQuiz 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/release-service/21.12.1/src/kwordquiz-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kwordquiz-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develgettext-develki18n-develkcrash-devel
@@ -46717,7 +47355,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
kwordquiz
- qt5-base
+ qt5-baseqt5-phononki18nkconfig
@@ -46746,6 +47384,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -47036,9 +47681,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.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/release-service/21.12.1/src/lokalize-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/lokalize-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develhunspell-develextra-cmake-moduleskdoctools-devel
@@ -47059,17 +47704,17 @@ It supports email, address books, calendars, tasks, news feeds and much more.knotifications-devel
kwidgetsaddons-develpkgconfig
- qt5-sql-postgresql
- qt5-sql-mysql
- qt5-sql-sqlite
- qt5-sql-odbc
+ qt5-sql-postgresql
+ qt5-sql-mysql
+ qt5-sql-sqlite
+ qt5-sql-odbcdesktop/kde/applications/lokalize/pspec.xmllokalize
- qt5-base
+ qt5-basekiokitemviewski18n
@@ -47096,6 +47741,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -47387,10 +48039,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.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/release-service/21.12.1/src/klettres-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/klettres-21.12.2.tar.xz
- qt5-base-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-svg-develkdoctools-develextra-cmake-moduleskcompletion-devel
@@ -47412,8 +48064,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.
klettres
- qt5-base
- qt5-svg
+ qt5-base
+ qt5-svgqt5-phononknewstuffki18n
@@ -47434,6 +48086,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -47725,10 +48384,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.Klickety is a kind of solitary game that takes place on a Tetris-like board.
Klickety Tetris gibi tahta üzerinde yer alan bir tür soliter oyunu klickety
- mirrors://kde/stable/release-service/21.12.1/src/klickety-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/klickety-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -47741,7 +48400,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kdbusaddons-devel
knotifications-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkemoticons-develkitemmodels-devel
@@ -47758,7 +48417,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgcc
kconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -47782,6 +48441,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -48080,12 +48746,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.Kolor Lines is a simple but highly addictive, one player game for KDE. Kolor Lines has been inspired by well known game of Color Lines. The goal of Kolor Lines is quite plain. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five.
Kolor Lines basit ama bağımlılık yapıcı bir oyundur. Dünyaca ünlü Color Lines'tan esinlenilen oyunda amacınız aynı renkli toplardan beş tanesini yan yana getirmektir.klines
- mirrors://kde/stable/release-service/21.12.1/src/klines-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/klines-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -48116,7 +48782,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgcc
kconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -48131,6 +48797,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -48429,7 +49102,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.KMahjongg is a fun board game created after the famous oriental game of Mahjong. Unlike the original however, KMahjongg is a tile matching game for one or two players, a variation usually known as Mahjong Solitaire.
Mahjong Solitaire oyununa benzer KMahjongg bir veya iki oyuncunun birlekte oynayabileceği bir parça eşleştirme oyunudur.kmahjongg
- mirrors://kde/stable/release-service/21.12.1/src/kmahjongg-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmahjongg-21.12.2.tar.xzextra-cmake-modulesqt5-base-devel
@@ -48477,6 +49150,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -48743,7 +49423,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
KDE mail clientKMail is the email component of Kontact, the integrated personal information manager from KDE.
- mirrors://kde/stable/release-service/21.12.1/src/kmail-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmail-21.12.2.tar.xzgpgme-develextra-cmake-modules
@@ -48877,6 +49557,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -49115,7 +49802,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
Kmail Account WizardKmail Account Wizard
- mirrors://kde/stable/release-service/21.12.1/src/kmail-account-wizard-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmail-account-wizard-21.12.2.tar.xzgpgme-develgpgme-qt5-devel
@@ -49191,6 +49878,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -49424,9 +50118,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.Mail Transport Service
Mail Transport Serviceakonadi
- mirrors://kde/stable/release-service/21.12.1/src/kmailtransport-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmailtransport-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develkdesignerpluginkdoctools-develkemoticons-devel
@@ -49451,7 +50145,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kmailtransport
app:console
- qt5-base
+ qt5-baseki18nksmtpkio
@@ -49484,9 +50178,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.kmailtransport-devel
Development files for akonadi
- kmailtransport
+ kmailtransportkwallet-devel
- qt5-base-devel
+ qt5-base-devel/usr/include
@@ -49495,6 +50189,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -49791,7 +50492,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
MBox library support.MBox library support.
- mirrors://kde/stable/release-service/21.12.1/src/kmbox-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmbox-21.12.2.tar.xzqt5-base-develextra-cmake-modules
@@ -49821,7 +50522,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for kmbox
qt5-base-devel
- kmbox
+ kmbox/etc/xdg
@@ -49831,6 +50532,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -50120,9 +50828,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
KDE library for handling mail messages and newsgroup articles.Kmime library for handling mail messages and newsgroup articles.
- mirrors://kde/stable/release-service/21.12.1/src/kmime-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmime-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develextra-cmake-modulesboost-develki18n-devel
@@ -50134,7 +50842,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
kmime
- qt5-base
+ qt5-baseki18nkcodecslibgcc
@@ -50151,8 +50859,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.kmime-devel
Development files for kmime
- qt5-base-devel
- kmime
+ qt5-base-devel
+ kmime/usr/include
@@ -50161,6 +50869,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -50459,11 +51174,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.KMines is the classic Minesweeper game. The idea is to uncover all the squares without blowing up any mines. When a mine is blown up, the game is over.
KMines klasik mayın tarlası oyununun bir türevidir. Oyunun amacı hiç bir mayına denk gelmemeye çalışarak kutuları açmaktır. Eğer bir mayın patlarsa oyun biter.kmines
- mirrors://kde/stable/release-service/21.12.1/src/kmines-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmines-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
+ qt5-base-devel
+ qt5-declarative-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -50491,7 +51206,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgcc
kconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -50507,6 +51222,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -50805,9 +51527,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.KMix: KDE Digital Mixer
KMix: KDE için Dijital Mixer.kmix
- mirrors://kde/stable/release-service/21.12.1/src/kmix-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmix-21.12.2.tar.xz
- qt5-base-devel
+ qt5-base-develextra-cmake-moduleskdoctools-develki18n-devel
@@ -50830,7 +51552,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.
kmix
- qt5-base
+ qt5-basealsa-liblibcanberrapulseaudio-libs
@@ -50860,6 +51582,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -51156,7 +51885,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.edu
Mathematical Function PlotterKmPlot 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/release-service/21.12.1/src/kmplot-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kmplot-21.12.2.tar.xzextra-cmake-modulesgettext-devel
@@ -51171,7 +51900,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kdesignerplugin
kemoticons-develkitemmodels-devel
- qt5-base-devel
+ qt5-base-develdesktop/kde/applications/kmplot/pspec.xml
@@ -51183,8 +51912,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.ki18n
kpartskwidgetsaddons
- qt5-base
- qt5-svg
+ qt5-base
+ qt5-svglibgcckconfigkxmlgui
@@ -51204,6 +51933,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -51495,10 +52231,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.knavalbattle is a Battle Ship game for KDE. Ships are placed on a board which represents the sea. Players try to hit each others ships in turns without knowing where they are placed. The first player to destroy all ships wins the game.
KBattleship KDE için bir Amiral Battı oyunudur. Gemiler denizi temsil eden oyun tahtasına yerleştirilir ve oyuncular rakiplerinin gemilerinin yerleşimini tahmin ederek gemileri vurmaya çalışır. Rakibinin tüm gemilerini daha önce batıran oyuncu kazanır.knavalbattle
- mirrors://kde/stable/release-service/21.12.1/src/knavalbattle-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/knavalbattle-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-develkconfig-develkdbusaddons-develkdnssd-devel
@@ -51507,7 +52243,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kdoctools-devel
ktextwidgets-devellibkdegames-devel
- qt5-declarative-devel
+ qt5-declarative-develkdesignerpluginkemoticons-develkitemmodels-devel
@@ -51524,7 +52260,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgcc
kconfigkxmlgui
- qt5-base
+ qt5-basekcompletionkcoreaddonskdbusaddons
@@ -51547,6 +52283,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -51845,12 +52588,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.KNetWalk is a single player logic game. The object of the game is to start the LAN, connecting all the terminals to the server, in as few turns as possible.
KNetWalk bir ağ kurma oyunudur. Dunucularla istemcileri mümkün olan en az kaynakla birleştirmeye çalışmak oyunun amacıdır. Bağımlılık yapması olasıdır.knetwalk
- mirrors://kde/stable/release-service/21.12.1/src/knetwalk-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/knetwalk-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -51880,14 +52623,14 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgcc
kconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegamesktextwidgetskconfigwidgetskwidgetsaddons
- qt5-declarative
+ qt5-declarativektextwidgets
@@ -51897,6 +52640,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -52195,12 +52945,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.Kollision is ball dodging game. Click on the empty field to start a game: a blue ball immediately replaces your mouse cursor, and a number of red balls start to fade into the field.
Kollision basit bir top sıçratma oyunudur. Boş bir alana fareyle tıkladığınızda oyun başlar ve fare imlecinizin yerini mavi bir top alır, ayrıca olayların gelişmesine vesile olacak kırmızı toplar da alandaki yerlerini alırlar.kollision
- mirrors://kde/stable/release-service/21.12.1/src/kollision-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kollision-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
- qt5-declarative-devel
- qt5-svg-devel
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-svg-develkcoreaddons-develkconfig-develkwidgetsaddons-devel
@@ -52229,7 +52979,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgcc
kconfigkxmlgui
- qt5-base
+ qt5-basekcoreaddonskdbusaddonslibkdegames
@@ -52242,6 +52992,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -52540,10 +53297,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.KolourPaint is a simple painting program to quickly create raster images. It is useful as a touch-up tool and simple image editing tasks.
KolourPaint, kullanımı kolay bir çizim programıdır.kolourpaint
- mirrors://kde/stable/release-service/21.12.1/src/kolourpaint-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kolourpaint-21.12.2.tar.xzextra-cmake-modules
- qt5-base-devel
+ qt5-base-devellibkexiv2-develkdelibs4-support-develkdesignerplugin
@@ -52564,7 +53321,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kconfig
kxmlguikservice
- qt5-base
+ qt5-basekguiaddonslibksanekcoreaddons
@@ -52587,6 +53344,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2022-02-26
+ 21.12.2
+ Version bump.
+ Kamil Atlı
+ suvari@pisilinux.org
+ 2022-01-1021.12.1
@@ -52856,11 +53620,11 @@ It supports email, address books, calendars, tasks, news feeds and much more.Dosya karşılaştırma göstericisi.
Diff/Patch Frontend.Dosya karşılaştırma göstericisi.
- mirrors://kde/stable/release-service/21.12.1/src/kompare-21.12.1.tar.xz
+ mirrors://kde/stable/release-service/21.12.2/src/kompare-21.12.2.tar.xz