libxfce4windowing new package

This commit is contained in:
Rmys
2023-01-12 14:41:33 +03:00
parent 4389a6b5d8
commit 5a8d49df63
9 changed files with 441 additions and 81 deletions
@@ -0,0 +1,29 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
# shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.autoreconf("-fiv")
autotools.configure("--disable-static \
--enable-wayland \
--enable-gtk-doc \
--disable-debug")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "NEWS", "README*")
@@ -0,0 +1,25 @@
From 19dde29828a6fbc49a3279f5b2943f0b87d54e25 Mon Sep 17 00:00:00 2001
From: "Brian J. Tarricone" <brian@tarricone.org>
Date: Tue, 10 Jan 2023 20:26:27 -0800
Subject: [PATCH] Fix Wayland-only build
Closes #8
---
libxfce4windowing/libxfce4windowing-private.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libxfce4windowing/libxfce4windowing-private.c b/libxfce4windowing/libxfce4windowing-private.c
index 0d51c45..fc5a3c5 100644
--- a/libxfce4windowing/libxfce4windowing-private.c
+++ b/libxfce4windowing/libxfce4windowing-private.c
@@ -24,6 +24,7 @@
#include <libwnck/libwnck.h>
#include <gdk/gdkx.h>
#endif
+#include <gtk/gtk.h>
#include "libxfce4windowing-private.h"
#include "xfw-util.h"
--
GitLab
@@ -0,0 +1,79 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libxfce4windowing</Name>
<Homepage>https://github.com/xfce-mirror/libxfce4windowing</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Libxfce4windowing is an abstraction library that attempts to present windowing concepts (screens, toplevel windows, workspaces, etc.) in a windowing-system-independent manner.</Summary>
<Icon>libxfce4windowing</Icon>
<Description>Libxfce4windowing, pencereleme kavramlarını (ekranlar, üst düzey pencereler, çalışma alanları vb.) pencere sisteminden bağımsız bir şekilde sunmaya çalışan bir soyutlama kitaplığıdır.</Description>
<Archive sha1sum="86ee55f0846f6910809a1f517522f49a35810196" type="tarbz2">https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>xfce4-dev-tools</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">gentoo/libxfce4windowing-4.19.1-no-x.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libxfce4windowing</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>wayland-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libxfce4windowing-devel</Name>
<Summary>Development files for libxfce4windowing</Summary>
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency release="current">libxfce4windowing</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libxfce4windowing-docs</Name>
<Summary>Development files for libxfce4windowing</Summary>
<RuntimeDependencies>
<Dependency release="current">libxfce4windowing</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-12</Date>
<Version>4.19.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libxfce4windowing</Name>
<Summary xml:lang="tr">Libxfce4windowing is an abstraction library that attempts to present windowing concepts (screens, toplevel windows, workspaces, etc.) in a windowing-system-independent manner.</Summary>
<Description xml:lang="tr">Libxfce4windowing, pencereleme kavramlarını (ekranlar, üst düzey pencereler, çalışma alanları vb.) pencere sisteminden bağımsız bir şekilde sunmaya çalışan bir soyutlama kitaplığıdır.</Description>
</Source>
</PISI>
+2
View File
@@ -67,6 +67,8 @@
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>libxfce4windowing</Dependency>
<Dependency>libdbusmenu-gtk3</Dependency>
</RuntimeDependencies>
<Files>
+296 -79
View File
@@ -5781,7 +5781,7 @@
<Summary xml:lang="tr">D-Bus üzerinden yapılandırmaya izin veren, gelişmiş bir ağ yönetim altyapısı</Summary>
<Description xml:lang="en">NetworkManager attempts to keep an active network connection available at all times.</Description>
<Description xml:lang="tr">NetworkManager, etkin bir bağlantı kurmak ve onu sürekli ayakta tutmak üzere tasarlanmış, D-Bus ve UDEV teknolojilerini kullanan bir ağ yönetim altyapısıdır.</Description>
<Archive type="tarxz" sha1sum="0f5676d0422f0ba745fc989ed1529415f3578f8e" name="NetworkManager-1.40.8.tar.xz">https://download.gnome.org/sources/NetworkManager/1.40/NetworkManager-1.40.8.tar.xz</Archive>
<Archive type="tarxz" sha1sum="972e42fb0775dad77b6a841cb10a1e4881abbec1" name="NetworkManager-1.40.10.tar.xz">https://download.gnome.org/sources/NetworkManager/1.40/NetworkManager-1.40.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>curl-devel</Dependency>
@@ -5897,7 +5897,7 @@
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency release="31">NetworkManager</Dependency>
<Dependency release="32">NetworkManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -5908,13 +5908,20 @@
<Name>NetworkManager-docs</Name>
<Summary xml:lang="en">Development files for NetworkManager</Summary>
<RuntimeDependencies>
<Dependency release="31">NetworkManager</Dependency>
<Dependency release="32">NetworkManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="32">
<Date>2023-01-11</Date>
<Version>1.40.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="31">
<Date>2022-12-16</Date>
<Version>1.40.8</Version>
@@ -9777,7 +9784,7 @@
<SpecFile>
<Source>
<Name>nfs-utils</Name>
<Homepage>http://nfs.sourceforge.net/</Homepage>
<Homepage>https://nfs.sourceforge.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -9790,7 +9797,7 @@
<Summary xml:lang="tr">NFS istemcisi ve sunucusu</Summary>
<Description xml:lang="en">Contains NFS (Network File System) client and server. It is possible to mount a network resource as a file system using the NFS protocol.</Description>
<Description xml:lang="tr">nfs-utils, NFS (Ağ dosya sistemi) istemcisi ve sunucusunu içerir.</Description>
<Archive type="tarbz2" sha1sum="69e5379cc767afc1a376d332a131dbd1e5afde9b" name="nfs-utils-2.6.1.tar.bz2">mirrors://sourceforge/nfs/nfs-utils-2.6.1.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="872d80381099c42ea9e2a6728297cbfd97802af2" name="download">https://sourceforge.net/projects/nfs/files/nfs-utils/2.6.2/nfs-utils-2.6.2.tar.bz2/download</Archive>
<BuildDependencies>
<Dependency>sqlite-devel</Dependency>
<Dependency>libcap-devel</Dependency>
@@ -9826,12 +9833,15 @@
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/exports</Path>
<Path fileType="config">/etc/modprobe.d/50-nfs.conf</Path>
<Path fileType="config">/etc/gssapi_mech.conf</Path>
<Path fileType="config">/etc/nfsmount.conf</Path>
<Path fileType="config">/etc/conf.d/nfs</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/usr/libexec/nfsrahead</Path>
<Path fileType="library">/var/lib</Path>
<Path fileType="library">/lib/udev/rules.d</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
@@ -9860,6 +9870,13 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-11-05</Date>
<Version>2.6.2</Version>
<Comment>New Version</Comment>
<Name>Ümit Solmaz</Name>
<Email>us@mynetiz.com</Email>
</Update>
<Update release="1">
<Date>2022-03-11</Date>
<Version>2.6.1</Version>
@@ -10109,7 +10126,7 @@
<Summary xml:lang="tr">Dosya yedekleme ve eşleme uygulaması</Summary>
<Description xml:lang="en">rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).</Description>
<Description xml:lang="tr">rsync, uzaktaki dosyaları senkronize tutan bir dosya transfer uygulamasıdır.</Description>
<Archive type="targz" sha1sum="9d9ff8042a19a88a4526249085e10f31a5d021b6" name="rsync-3.2.6.tar.gz">https://www.samba.org/ftp/rsync/src/rsync-3.2.6.tar.gz</Archive>
<Archive type="targz" sha1sum="0729ee0cd5e7e609510583ce4768a6170a7a9de7" name="rsync-3.2.7.tar.gz">https://www.samba.org/ftp/rsync/src/rsync-3.2.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>attr-devel</Dependency>
@@ -10147,6 +10164,13 @@
</AdditionalFiles>
</Package>
<History>
<Update release="10">
<Date>2022-11-05</Date>
<Version>3.2.7</Version>
<Comment>New Version</Comment>
<Name>Ümit Solmaz</Name>
<Email>us@mynetiz.com</Email>
</Update>
<Update release="9">
<Date>2022-09-21</Date>
<Version>3.2.6</Version>
@@ -11888,7 +11912,7 @@
<Summary xml:lang="tr">NetworkManager GUI client library</Summary>
<Description xml:lang="en">NetworkManager GUI istemci kitaplığı</Description>
<Description xml:lang="tr">NetworkManager GUI istemci kitaplığı</Description>
<Archive type="tarxz" sha1sum="4a46a9d4098471def4e568721bfed2362309f2d7" name="libnma-1.10.4.tar.xz">https://download.gnome.org/sources/libnma/1.10/libnma-1.10.4.tar.xz</Archive>
<Archive type="tarxz" sha1sum="b5a88e8b192d043fe6464de776c88b0fab0a44fa" name="libnma-1.10.6.tar.xz">https://download.gnome.org/sources/libnma/1.10/libnma-1.10.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
@@ -11926,7 +11950,7 @@
<Name>libnma-devel</Name>
<Summary xml:lang="en">Development files for libnma</Summary>
<RuntimeDependencies>
<Dependency release="8">libnma</Dependency>
<Dependency release="9">libnma</Dependency>
<Dependency>NetworkManager-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -11938,13 +11962,20 @@
<Name>libnma-docs</Name>
<Summary xml:lang="en">Development files for libnma</Summary>
<RuntimeDependencies>
<Dependency release="8">libnma</Dependency>
<Dependency release="9">libnma</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2023-01-09</Date>
<Version>1.10.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2022-11-07</Date>
<Version>1.10.4</Version>
@@ -58930,7 +58961,7 @@ Gnome session.</Summary>
<Summary xml:lang="en">Alliance for Open Media video codec</Summary>
<Description xml:lang="en">aom is the AOMedia video encoder for AV1, an open source and royalty-free video codec. aom can save about 30% bitrate compared to VP9 and H.265 / HEVC, and about 50% over H.264, while retaining the same visual quality.</Description>
<Icon>aom</Icon>
<Archive type="targz" sha1sum="5d5995284d16aa7db043984a32ae8ed4274d022a" name="libaom-3.4.0.tar.gz">https://storage.googleapis.com/aom-releases/libaom-3.4.0.tar.gz</Archive>
<Archive type="targz" sha1sum="fba14e24a72a569c25d4e48c77742b657dfe5d4a" name="libaom-3.5.0.tar.gz">https://storage.googleapis.com/aom-releases/libaom-3.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>doxygen</Dependency>
@@ -58955,14 +58986,21 @@ Gnome session.</Summary>
<Name>aom-devel</Name>
<Summary xml:lang="en">Header files for aom.</Summary>
<RuntimeDependencies>
<Dependency release="3">aom</Dependency>
<Dependency release="4">aom</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/include</Path>
<Path fileType="headers">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-01-09</Date>
<Version>3.5.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-08-02</Date>
<Version>3.4.0</Version>
@@ -102483,6 +102521,84 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libxfce4windowing</Name>
<Homepage>https://github.com/xfce-mirror/libxfce4windowing</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Libxfce4windowing is an abstraction library that attempts to present windowing concepts (screens, toplevel windows, workspaces, etc.) in a windowing-system-independent manner.</Summary>
<Summary xml:lang="tr">Libxfce4windowing is an abstraction library that attempts to present windowing concepts (screens, toplevel windows, workspaces, etc.) in a windowing-system-independent manner.</Summary>
<Description xml:lang="en">Libxfce4windowing, pencereleme kavramlarını (ekranlar, üst düzey pencereler, çalışma alanları vb.) pencere sisteminden bağımsız bir şekilde sunmaya çalışan bir soyutlama kitaplığıdır.</Description>
<Description xml:lang="tr">Libxfce4windowing, pencereleme kavramlarını (ekranlar, üst düzey pencereler, çalışma alanları vb.) pencere sisteminden bağımsız bir şekilde sunmaya çalışan bir soyutlama kitaplığıdır.</Description>
<Icon>libxfce4windowing</Icon>
<Archive type="tarbz2" sha1sum="86ee55f0846f6910809a1f517522f49a35810196" name="libxfce4windowing-4.19.1.tar.bz2">https://archive.xfce.org/src/xfce/libxfce4windowing/4.19/libxfce4windowing-4.19.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>xfce4-dev-tools</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">gentoo/libxfce4windowing-4.19.1-no-x.patch</Patch>
</Patches>
<SourceURI>desktop/xfce/base/libxfce4windowing/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libxfce4windowing</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>wayland-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libxfce4windowing-devel</Name>
<Summary xml:lang="en">Development files for libxfce4windowing</Summary>
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency release="1">libxfce4windowing</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libxfce4windowing-docs</Name>
<Summary xml:lang="en">Development files for libxfce4windowing</Summary>
<RuntimeDependencies>
<Dependency release="1">libxfce4windowing</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-12</Date>
<Version>4.19.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xfconf</Name>
@@ -102818,7 +102934,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce file manager</Summary>
<Description xml:lang="en">Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant</Description>
<Archive type="tarbz2" sha1sum="8707035b7e8d872bd905e96fab1a41c4fd362d9d" name="thunar-4.18.1.tar.bz2">https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.1.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="a8f2fff2055ad7b28ea2e5d417266ece574cb928" name="thunar-4.18.2.tar.bz2">https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>intltool</Dependency>
@@ -102843,8 +102959,8 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency versionFrom="4.18.0">libxfce4ui-devel</Dependency>
<Dependency versionFrom="4.18.0">xfce4-panel-devel</Dependency>
<Dependency versionFrom="4.18.0">libxfce4util-devel</Dependency>
<Dependency versionFrom="4.19.0">xfce4-panel-devel</Dependency>
<Dependency versionFrom="4.18.1">libxfce4util-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
@@ -102893,7 +103009,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency release="18">thunar</Dependency>
<Dependency release="19">thunar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -102905,13 +103021,20 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="en">Thunar reference documents</Summary>
<IsA>data:doc</IsA>
<RuntimeDependencies>
<Dependency release="18">thunar</Dependency>
<Dependency release="19">thunar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="19">
<Date>2023-01-11</Date>
<Version>4.18.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2022-12-22</Date>
<Version>4.18.1</Version>
@@ -103055,7 +103178,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">Xfce için basit yardımcı uygulama kitaplığı</Summary>
<Description xml:lang="en">Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment.</Description>
<Description xml:lang="tr">libxfce4util, grafik arayüz fonksiyonlarını içermeyen, Xfce masaüstü yöneticisi için yazılmış basit bir uygulama kitaplığıdır.</Description>
<Archive type="tarbz2" sha1sum="339943e485c3325c41f37c8dbb6dae01fa583c7e" name="libxfce4util-4.18.0.tar.bz2">https://archive.xfce.org/src/xfce/libxfce4util/4.18/libxfce4util-4.18.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="85794291ead0c9754f8cd1d876481bb5367aeed7" name="libxfce4util-4.18.1.tar.bz2">https://archive.xfce.org/src/xfce/libxfce4util/4.18/libxfce4util-4.18.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>gtk-doc</Dependency>
@@ -103089,7 +103212,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<IsA>data:doc</IsA>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="8">libxfce4util</Dependency>
<Dependency release="9">libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -103098,6 +103221,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="9">
<Date>2023-01-11</Date>
<Version>4.18.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2022-12-14</Date>
<Version>4.18.0</Version>
@@ -103344,7 +103474,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="tr">Xfce masaüstü yöneticisi arkaplan resmini belirler, uygulamaları başlatmak, simge durumuna küçültülmüş pencereleri veya dosya seçeneklerini göstermek için sağ tık menüsünü hazırlar. Arkaplan rengi için gradyan desteği, arkaplan resmi için doygunluk desteği, gerçek çoklu ekran ve xinerama desteği içerir. Ayrıca, masaüstü menü düzenleme aracını da bünyesinde barındırır.</Description>
<Description xml:lang="pl">xfdesktop4 ustawia obraz tła pulpitu, udostępnia menu pod prawym przyciskiem myszy do uruchamiania aplikacji oraz, opcjonalnie, może pokazywać pliki lub zminimalizowane okna.</Description>
<Icon>xfce</Icon>
<Archive type="tarbz2" sha1sum="14dd769c436d67ee1621c3d329e18c5afe3bc28d" name="xfdesktop-4.18.0.tar.bz2">https://archive.xfce.org/src/xfce/xfdesktop/4.18/xfdesktop-4.18.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="3e9f3d2c0159b0eb91ef3cc2cd24f77a39040530" name="xfdesktop-4.19.0.tar.bz2">https://archive.xfce.org/src/xfce/xfdesktop/4.19/xfdesktop-4.19.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency versionFrom="4.18.0">exo-devel</Dependency>
@@ -103354,7 +103484,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency versionFrom="4.18.0">thunar-devel</Dependency>
<Dependency versionFrom="4.18.2">thunar-devel</Dependency>
<Dependency versionFrom="4.18.0">garcon-devel</Dependency>
<Dependency versionFrom="4.18.0">xfconf-devel</Dependency>
<Dependency versionFrom="4.18.0">tumbler-devel</Dependency>
@@ -103364,8 +103494,8 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>libnotify-devel</Dependency>
<Dependency versionFrom="4.18.0">libxfce4ui-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency versionFrom="4.18.0">xfce4-panel-devel</Dependency>
<Dependency versionFrom="4.18.0">libxfce4util-devel</Dependency>
<Dependency versionFrom="4.19.0">xfce4-panel-devel</Dependency>
<Dependency versionFrom="4.18.1">libxfce4util-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/xfce/base/xfdesktop/pspec.xml</SourceURI>
</Source>
@@ -103405,6 +103535,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</AdditionalFiles>
</Package>
<History>
<Update release="10">
<Date>2023-01-10</Date>
<Version>4.19.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2022-12-14</Date>
<Version>4.18.0</Version>
@@ -103954,7 +104091,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="en">The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels</Description>
<Description xml:lang="tr">Xfce4 paneli, farklı pozisyon, görünüm ve davranış gibi ayarlara sahip birden fazla paneli destekleyebilmektedir. Uygulama başlatıcı tipinde ayrılabilir menüler, grafiksel sayfalayıcı, görev çubuğu, saat, sistem çekmecesi, masaüstünü gizleme / görüntüleme ve bir panelde olabilecek birçok şeyi içinde barındırır. Ayrıca, diyalog penceresi kullanarak kolayca panel öğesi eklemeye ve panelden panele öğe taşımaya izin verir.</Description>
<Description xml:lang="pl">Jest to panel dostarczany przez projekt środowiska graficznego Xfce4. Jeśli użytkownik chce posiadać wielofunkcyjny panel, który może obsługiwać aplety i tym podobne programy, to Xfce4 Panel może być wart wypróbowania. </Description>
<Archive type="tarbz2" sha1sum="713b793b959c45569d9f2a2acb68a1759a9053d4" name="xfce4-panel-4.18.0.tar.bz2">https://archive.xfce.org/src/xfce/xfce4-panel/4.18/xfce4-panel-4.18.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="39cafb050631331550749f0c365413ba6fe862d2" name="xfce4-panel-4.19.0.tar.bz2">https://archive.xfce.org/src/xfce/xfce4-panel/4.19/xfce4-panel-4.19.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
@@ -103984,7 +104121,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency versionFrom="4.18.0">garcon-devel</Dependency>
<Dependency versionFrom="4.18.0">xfconf-devel</Dependency>
<Dependency versionFrom="4.18.0">libxfce4ui-devel</Dependency>
<Dependency versionFrom="4.18.0">libxfce4util-devel</Dependency>
<Dependency versionFrom="4.18.1">libxfce4util-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/xfce/base/xfce4-panel/pspec.xml</SourceURI>
</Source>
@@ -104006,6 +104143,8 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>libxfce4windowing</Dependency>
<Dependency>libdbusmenu-gtk3</Dependency>
</RuntimeDependencies>
<Files>
@@ -104028,7 +104167,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency release="14">xfce4-panel</Dependency>
<Dependency release="15">xfce4-panel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -104037,6 +104176,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="15">
<Date>2023-01-11</Date>
<Version>4.19.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2022-12-14</Date>
<Version>4.18.0</Version>
@@ -257404,7 +257550,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">Text Editor is a simple text editor that focus on session management.</Summary>
<Description xml:lang="en">Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir.</Description>
<Description xml:lang="tr">Metin Düzenleyici, oturum yönetimine odaklanan basit bir metin düzenleyicidir.</Description>
<Archive type="tarxz" sha1sum="3bae78d26b74687ff74fd1fee4204c3ca1143b2b" name="gnome-text-editor-43.1.tar.xz">https://download.gnome.org/sources/gnome-text-editor/43/gnome-text-editor-43.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="a86dc90555ab88fa142d0cfc767ca2c6d1db8a51" name="gnome-text-editor-43.2.tar.xz">https://download.gnome.org/sources/gnome-text-editor/43/gnome-text-editor-43.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>itstool</Dependency>
@@ -257443,6 +257589,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="6">
<Date>2023-01-11</Date>
<Version>43.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2022-10-05</Date>
<Version>43.1</Version>
@@ -267690,7 +267843,7 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.toolkit.qt6</PartOf>
<Summary xml:lang="en">Cross platform application and UI framework</Summary>
<Description xml:lang="en">Cross platform application and UI development framework</Description>
<Archive type="tarxz" sha1sum="73f1826987edb0ff26c8b410ea8b4ec0be8a2f22" name="qtbase-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtbase-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="737dce9e5014ca093891020373fe8e8e8bc89c67" name="qtbase-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtbase-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
@@ -267766,6 +267919,7 @@ components such as the Settings and gnome-shell.</Description>
<Patches>
<Patch level="1">mkspecs.patch</Patch>
<Patch level="1">qt6-base-nostrip.patch</Patch>
<Patch level="1">fedora/qtbase-mysql.patch</Patch>
<Patch level="1">fedora/qtbase-libglvnd.patch</Patch>
<Patch level="1">fedora/qtbase-gcc11.patch</Patch>
</Patches>
@@ -267836,7 +267990,7 @@ components such as the Settings and gnome-shell.</Description>
<Summary xml:lang="en">Development files for Qt 5</Summary>
<Description xml:lang="en">Development files for Qt 5</Description>
<RuntimeDependencies>
<Dependency release="1">qt6-base</Dependency>
<Dependency release="2">qt6-base</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>vulkan-headers</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
@@ -267851,7 +268005,7 @@ components such as the Settings and gnome-shell.</Description>
<Package>
<Name>qt6-sql-mysql</Name>
<RuntimeDependencies>
<Dependency version="6.4.0">qt6-base</Dependency>
<Dependency version="6.4.2">qt6-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>mariadb-lib</Dependency>
</RuntimeDependencies>
@@ -267862,7 +268016,7 @@ components such as the Settings and gnome-shell.</Description>
<Package>
<Name>qt6-sql-postgresql</Name>
<RuntimeDependencies>
<Dependency version="6.4.0">qt6-base</Dependency>
<Dependency version="6.4.2">qt6-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>postgresql-lib</Dependency>
</RuntimeDependencies>
@@ -267873,7 +268027,7 @@ components such as the Settings and gnome-shell.</Description>
<Package>
<Name>qt6-sql-sqlite</Name>
<RuntimeDependencies>
<Dependency version="6.4.0">qt6-base</Dependency>
<Dependency version="6.4.2">qt6-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>sqlite</Dependency>
</RuntimeDependencies>
@@ -267884,7 +268038,7 @@ components such as the Settings and gnome-shell.</Description>
<Package>
<Name>qt6-sql-odbc</Name>
<RuntimeDependencies>
<Dependency version="6.4.0">qt6-base</Dependency>
<Dependency version="6.4.2">qt6-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>unixODBC</Dependency>
</RuntimeDependencies>
@@ -267893,6 +268047,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-03</Date>
<Version>6.4.0</Version>
@@ -267980,18 +268141,18 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.toolkit.qt6</PartOf>
<Summary xml:lang="en">Network authentication module</Summary>
<Description xml:lang="en">Ağ kimlik doğrulama modülü</Description>
<Archive type="tarxz" sha1sum="05b4e630eb99919223b18cf7832379e993696a4b" name="qtnetworkauth-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtnetworkauth-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="26ec97a1fb50d05304d15f059158fc5032c0b08c" name="qtnetworkauth-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtnetworkauth-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/toolkit/qt6/qt6-networkauth/pspec.xml</SourceURI>
</Source>
<Package>
<Name>qt6-networkauth</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
<Dependency versionFrom="6.4.2">qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -268002,8 +268163,8 @@ components such as the Settings and gnome-shell.</Description>
<Name>qt6-networkauth-devel</Name>
<Summary xml:lang="en">Development files for qt6-networkauth</Summary>
<RuntimeDependencies>
<Dependency release="1">qt6-networkauth</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency release="2">qt6-networkauth</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -268012,6 +268173,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-06</Date>
<Version>6.4.0</Version>
@@ -268165,7 +268333,7 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.toolkit.qt6</PartOf>
<Summary xml:lang="en">Plugins for additional image formats: TIFF, MNG, TGA, WBMP</Summary>
<Description xml:lang="en">Plugins for additional image formats: TIFF, MNG, TGA, WBMP</Description>
<Archive type="tarxz" sha1sum="8505066d08ce41dd9e5e88eec0034efa61563b60" name="qtimageformats-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtimageformats-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="cc656143e47e5917753fc71420759127e68eb0a5" name="qtimageformats-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtimageformats-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
@@ -268177,15 +268345,15 @@ components such as the Settings and gnome-shell.</Description>
<Dependency>tiff-devel</Dependency>
<Dependency>webp-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-sql-sqlite</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-sql-sqlite</Dependency>
</BuildDependencies>
<SourceURI>desktop/toolkit/qt6/qt6-imageformats/pspec.xml</SourceURI>
</Source>
<Package>
<Name>qt6-imageformats</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
<Dependency versionFrom="6.4.2">qt6-base</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>tiff</Dependency>
<Dependency>webp</Dependency>
@@ -268199,6 +268367,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-06</Date>
<Version>6.4.0</Version>
@@ -268487,18 +268662,18 @@ components such as the Settings and gnome-shell.</Description>
<Description xml:lang="en">An implementation of the Language Server Protocol</Description>
<Description xml:lang="tr">An implementation of the Language Server Protocol</Description>
<Icon>qt6-languageserver</Icon>
<Archive type="tarxz" sha1sum="c99914359763aa18c7cc5ec9412466d100e7b656" name="qtlanguageserver-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtlanguageserver-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="2926b5f662f07c4c8ca5fdb6cf277340fabea8d9" name="qtlanguageserver-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtlanguageserver-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/toolkit/qt6/qt6-languageserver/pspec.xml</SourceURI>
</Source>
<Package>
<Name>qt6-languageserver</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
<Dependency versionFrom="6.4.2">qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -268510,7 +268685,7 @@ components such as the Settings and gnome-shell.</Description>
<Name>qt6-languageserver-devel</Name>
<Summary xml:lang="en">Development files for qt6-languageserver</Summary>
<RuntimeDependencies>
<Dependency release="1">qt6-languageserver</Dependency>
<Dependency release="2">qt6-languageserver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -268519,6 +268694,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-06</Date>
<Version>6.4.0</Version>
@@ -268540,20 +268722,20 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.toolkit.qt6</PartOf>
<Summary xml:lang="en">Provides access to hardware and virtual serial ports</Summary>
<Description xml:lang="en">Provides access to hardware and virtual serial ports</Description>
<Archive type="tarxz" sha1sum="9ef00d710ed62c3221c9f96e5094eeadf478b1f1" name="qtserialport-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtserialport-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="b3af6ed618451da2484fe3075bf8e15f80de6412" name="qtserialport-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtserialport-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-sql-sqlite</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-sql-sqlite</Dependency>
</BuildDependencies>
<SourceURI>desktop/toolkit/qt6/qt6-serialport/pspec.xml</SourceURI>
</Source>
<Package>
<Name>qt6-serialport</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
<Dependency versionFrom="6.4.2">qt6-base</Dependency>
<Dependency versionFrom="3.2.1">eudev</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
@@ -268567,8 +268749,8 @@ components such as the Settings and gnome-shell.</Description>
<Package>
<Name>qt6-serialport-devel</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency release="1">qt6-serialport</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
<Dependency release="2">qt6-serialport</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
@@ -268576,6 +268758,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-07</Date>
<Version>6.4.0</Version>
@@ -269209,12 +269398,12 @@ components such as the Settings and gnome-shell.</Description>
<Description xml:lang="en">OpenGL&apos;ye ek olarak Qt Quick&apos;in Vulkan, Metal ve Direct3D üzerinde çalışmasına izin veren gölgelendirici ardışık düzeni için işlevsellik sağlar</Description>
<Description xml:lang="tr">OpenGL&apos;ye ek olarak Qt Quick&apos;in Vulkan, Metal ve Direct3D üzerinde çalışmasına izin veren gölgelendirici ardışık düzeni için işlevsellik sağlar</Description>
<Icon>qt6-shadertools</Icon>
<Archive type="tarxz" sha1sum="c6bb15568362317d27d80a134248d3fc6244ce19" name="qtshadertools-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtshadertools-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="31d57be0e883922d6a685cf2eed24499da4c1ca1" name="qtshadertools-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtshadertools-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>vulkan-headers</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/toolkit/qt6/qt6-shadertools/pspec.xml</SourceURI>
</Source>
@@ -269238,8 +269427,8 @@ components such as the Settings and gnome-shell.</Description>
<Name>qt6-shadertools-devel</Name>
<Summary xml:lang="en">Development files for qt6-shadertools</Summary>
<RuntimeDependencies>
<Dependency release="1">qt6-shadertools</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency release="2">qt6-shadertools</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -269248,6 +269437,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-06</Date>
<Version>6.4.0</Version>
@@ -269333,14 +269529,14 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.toolkit.qt6</PartOf>
<Summary xml:lang="en">Classes for displaying the contents of SVG files</Summary>
<Description xml:lang="en">Classes for displaying the contents of SVG files</Description>
<Archive type="tarxz" sha1sum="96acb69ea81f7793d4820a3522181ed2024c0e22" name="qtsvg-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtsvg-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="3d38905c67c5dc922ea7c5204fccad1305d72672" name="qtsvg-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtsvg-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>vulkan-headers</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/toolkit/qt6/qt6-svg/pspec.xml</SourceURI>
</Source>
@@ -269348,7 +269544,7 @@ components such as the Settings and gnome-shell.</Description>
<Name>qt6-svg</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
<Dependency versionFrom="6.4.2">qt6-base</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies>
<Files>
@@ -269363,8 +269559,8 @@ components such as the Settings and gnome-shell.</Description>
<Name>qt6-svg-devel</Name>
<Summary xml:lang="en">Development files for qt6-svg</Summary>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency release="1">qt6-svg</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
<Dependency release="2">qt6-svg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/qt6/</Path>
@@ -269372,6 +269568,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-07</Date>
<Version>6.4.0</Version>
@@ -269906,21 +270109,21 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.toolkit.qt6</PartOf>
<Summary xml:lang="en">Classes for QML and JavaScript languages</Summary>
<Description xml:lang="en">Classes for QML and JavaScript languages</Description>
<Archive type="tarxz" sha1sum="6507c431fb870847fc9ae27d970a25f054eed9ee" name="qtdeclarative-everywhere-src-6.4.0.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtdeclarative-everywhere-src-6.4.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="c70710e0261312a0a64600ac64aacd82622b13cc" name="qtdeclarative-everywhere-src-6.4.2.tar.xz">https://download.qt.io/official_releases/qt/6.4/6.4.2/submodules/qtdeclarative-everywhere-src-6.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency>python3</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
<Dependency versionFrom="13.0.4">mesa-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-sql-sqlite</Dependency>
<Dependency versionFrom="6.4.0">qt6-sql-mysql</Dependency>
<Dependency versionFrom="6.4.0">qt6-sql-odbc</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-sql-postgresql</Dependency>
<Dependency versionFrom="6.4.0">qt6-imageformats</Dependency>
<Dependency versionFrom="6.4.0">qt6-shadertools-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-languageserver-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-sql-sqlite</Dependency>
<Dependency versionFrom="6.4.2">qt6-sql-mysql</Dependency>
<Dependency versionFrom="6.4.2">qt6-sql-odbc</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-sql-postgresql</Dependency>
<Dependency versionFrom="6.4.2">qt6-imageformats</Dependency>
<Dependency versionFrom="6.4.2">qt6-shadertools-devel</Dependency>
<Dependency versionFrom="6.4.2">qt6-languageserver-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/toolkit/qt6/qt6-declarative/pspec.xml</SourceURI>
</Source>
@@ -269928,8 +270131,8 @@ components such as the Settings and gnome-shell.</Description>
<Name>qt6-declarative</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
<Dependency versionFrom="6.4.0">qt6-languageserver</Dependency>
<Dependency versionFrom="6.4.2">qt6-base</Dependency>
<Dependency versionFrom="6.4.2">qt6-languageserver</Dependency>
<Dependency>libglvnd</Dependency>
</RuntimeDependencies>
<Files>
@@ -269944,8 +270147,8 @@ components such as the Settings and gnome-shell.</Description>
<Package>
<Name>qt6-declarative-devel</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency release="1">qt6-declarative</Dependency>
<Dependency versionFrom="6.4.2">qt6-base-devel</Dependency>
<Dependency release="2">qt6-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
@@ -269954,6 +270157,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2023-01-08</Date>
<Version>6.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-10-05</Date>
<Version>6.4.0</Version>
@@ -271351,7 +271561,7 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.toolkit.gtk</PartOf>
<Summary xml:lang="en">A text widget implementing syntax highlighting and other features</Summary>
<Description xml:lang="en">Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor.</Description>
<Archive type="tarxz" sha1sum="07577ecf5fff58621d50f424a1cd0673e5c50c54" name="gtksourceview-5.6.1.tar.xz">mirrors://gnome/gtksourceview/5.6/gtksourceview-5.6.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="484997defe4686c27873f16cf2650677dd50ba5a" name="gtksourceview-5.6.2.tar.xz">mirrors://gnome/gtksourceview/5.6/gtksourceview-5.6.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>python3</Dependency>
@@ -271411,7 +271621,7 @@ components such as the Settings and gnome-shell.</Description>
<Name>gtksourceview5-devel</Name>
<Summary xml:lang="en">Development files for gtksourceview</Summary>
<RuntimeDependencies>
<Dependency release="4">gtksourceview5</Dependency>
<Dependency release="5">gtksourceview5</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
@@ -271426,6 +271636,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-01-11</Date>
<Version>5.6.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2022-09-22</Date>
<Version>5.6.1</Version>
@@ -317501,7 +317718,7 @@ components such as the Settings and gnome-shell.</Description>
</Package>
<History>
<Update release="1">
<Date>2023-01-08</Date>
<Date>2023-01-09</Date>
<Version>0.039</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
@@ -317841,7 +318058,7 @@ components such as the Settings and gnome-shell.</Description>
</Package>
<History>
<Update release="1">
<Date>2023-01-08</Date>
<Date>2023-01-09</Date>
<Version>0.07</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
@@ -319197,7 +319414,7 @@ components such as the Settings and gnome-shell.</Description>
</Package>
<History>
<Update release="1">
<Date>2023-01-08</Date>
<Date>2023-01-09</Date>
<Version>0.05</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
+1 -1
View File
@@ -1 +1 @@
1097163c78b094a1ce65c58a64d51dfbd338779b
ef2f2504b3eaac66da503c18edc6750b8f27b23c
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
b345f35eaa390a85df76608352e89c92d498c053
39c873d0223de6cdcdb81ab78e0970f63730b607