gnome base ver. bump
This commit is contained in:
@@ -18,5 +18,5 @@ def build():
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Gui editor for dconf; simple low-level configuration system</Summary>
|
||||
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive sha1sum="29fc68e47810bce19240183846cef80944146ccc" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.34/dconf-editor-3.34.3.tar.xz</Archive>
|
||||
<Archive sha1sum="d4b4031817dff86c32fe4dc3a90f7058938f3d06" type="tarxz">https://download.gnome.org/sources/dconf-editor/3.38/dconf-editor-3.38.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>dconf-devel</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>3.38.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-31</Date>
|
||||
<Version>3.34.3</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Simple low-level configuration system</Summary>
|
||||
<Description>dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.</Description>
|
||||
<Archive sha1sum="009b25dc2ff0c8de6ad814284faee9288682f955" type="tarxz">http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.35/dconf-0.35.1.tar.xz</Archive>
|
||||
<Archive sha1sum="c8e12b98b2b10ccae4ee13395a39b3e913f58ab6" type="tarxz">http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.40/dconf-0.40.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
@@ -70,6 +70,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>0.40.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-01-31</Date>
|
||||
<Version>0.35.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Icon>file-roller</Icon>
|
||||
<Summary>GNOME archive manager</Summary>
|
||||
<Description>File-manager is a archive manager that create, modify and extract various archive formats with compression support</Description>
|
||||
<Archive sha1sum="b1e3057b489c3798b441de49c5e61b868d67ae37" type="tarxz">mirrors://gnome/file-roller/3.38/file-roller-3.38.0.tar.xz</Archive>
|
||||
<Archive sha1sum="15e7da37a8f04d68aba6d70cfaee0bce37868651" type="tarxz">mirrors://gnome/file-roller/3.40/file-roller-3.40.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zip</Dependency>
|
||||
<Dependency>unzip</Dependency>
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>3.40.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2021-04-05</Date>
|
||||
<Version>3.38.0</Version>
|
||||
|
||||
@@ -4,22 +4,21 @@
|
||||
# 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 mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("""sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml""")
|
||||
autotools.configure("--prefix=/usr \
|
||||
--sysconfdir=/etc")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
shelltools.system("""sed -i 's:"/desktop:"/org:' schema/*.xml""")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
#def check():
|
||||
#mesontools.build("test")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog","COPYING", "README", "NEWS")
|
||||
mesontools.install()
|
||||
pisitools.dodoc("COPYING*", "README*")
|
||||
|
||||
@@ -12,14 +12,16 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The Gcr package contains libraries used for displaying certificates and accessing key stores.</Summary>
|
||||
<Description>The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop.</Description>
|
||||
<Archive sha1sum="947ca5958d20f9d648e82210f056ff5ed63d9ccc" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/gcr/3.28/gcr-3.28.1.tar.xz</Archive>
|
||||
<Archive sha1sum="d1267ce6f7821c8bf0d2a7df06d458d0df3769ce" type="tarxz">https://download.gnome.org/sources/gcr/3.40/gcr-3.40.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gnupg</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>p11-kit-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>libgcrypt-devel</Dependency>
|
||||
@@ -92,6 +94,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>3.40.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-07</Date>
|
||||
<Version>3.28.1</Version>
|
||||
|
||||
@@ -18,7 +18,7 @@ settings shared by various components of a desktop.</Summary>
|
||||
<Dependency versionFrom="2.66.2">glib2-devel</Dependency>
|
||||
<Dependency versionFrom="1.66.1">gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="3a78c37fc91975a8fb700de36cb28c8fc21d576e" type="tarxz">https://download.gnome.org/sources/gsettings-desktop-schemas/3.38/gsettings-desktop-schemas-3.38.0.tar.xz</Archive>
|
||||
<Archive sha1sum="0ce5d005700488882a5bdbe73ebcbc31c319bdf4" type="tarxz">https://download.gnome.org/sources/gsettings-desktop-schemas/40/gsettings-desktop-schemas-40.0.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gsettings-desktop-schemas</Name>
|
||||
@@ -46,6 +46,13 @@ settings shared by various components of a desktop.</Summary>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>40.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2021-04-06</Date>
|
||||
<Version>3.38.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>New generation gnome-virtual-file-system</Summary>
|
||||
<Description>GVFS is a userspace virtual filesystem designed to work with the I/O abstractions, especially HAL. It supports fuse for directly access for GVFS mounts. It installs several modules and backends that are automatically used by applications.</Description>
|
||||
<Archive sha1sum="a3d21bd3a0f7f8af4a1c66698fc1e92c377d6ec7" type="tarxz">http://ftp.gnome.org/mirror/gnome.org/sources/gvfs/1.45/gvfs-1.45.2.tar.xz</Archive>
|
||||
<Archive sha1sum="d49f1e5247ad09d07e9a9ec0a936959e9fbdb7f1" type="tarxz">https://download.gnome.org/sources/gvfs/1.48/gvfs-1.48.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -55,7 +55,7 @@
|
||||
<Dependency versionFrom="1.1.5">libimobiledevice-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0001-afc-Add-support-for-libplist-2.2.patch</Patch>
|
||||
<!-- <Patch level="1">0001-afc-Add-support-for-libplist-2.2.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -299,6 +299,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>1.48.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>1.45.2</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Compatibility library for accessing gnome-keyring3</Summary>
|
||||
<Description>libgnome-keyring is a library that used by applications to integrate with the gnome-keyring system.</Description>
|
||||
<Archive sha1sum="a28f2e9ddee20c28922e7979cd3a4bb2b5c2e2ab" type="tarxz">https://download.gnome.org/sources/gnome-keyring/3.28/gnome-keyring-3.28.2.tar.xz</Archive>
|
||||
<Archive sha1sum="0e5287f5e0c8a0dcce960824bd4e43b223ada2a7" type="tarxz">https://download.gnome.org/sources/gnome-keyring/40/gnome-keyring-40.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -74,6 +74,13 @@
|
||||
</Package-->
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>40.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>3.28.2</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library full of GTK+ widgets for mobile phones</Summary>
|
||||
<Description>Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
|
||||
<Archive sha1sum="eaa463859a949a5808dc9415358a3909fb093f11" type="tarxz">https://download.gnome.org/sources/libhandy/1.2/libhandy-1.2.1.tar.xz</Archive>
|
||||
<Archive sha1sum="6dcf4ce1238fab99706abb05d12ba5181f5071c6" type="tarxz">https://download.gnome.org/sources/libhandy/1.2/libhandy-1.2.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
@@ -67,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>1.2.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-04-23</Date>
|
||||
<Version>1.2.1</Version>
|
||||
|
||||
@@ -12,11 +12,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A gobject-based plugins engine</Summary>
|
||||
<Description>libpeas is a gobject-based plugins engine, and is targetted at giving every application the chance to assume its own extensibility.</Description>
|
||||
<Archive sha1sum="96ef3f416398fda91f210c80de6befe8ecc59ba9" type="tarxz">mirrors://gnome/libpeas/1.24/libpeas-1.24.1.tar.xz</Archive>
|
||||
<Archive sha1sum="6b40355a4b6a29b39e01159d5166e5762258cf8b" type="tarxz">mirrors://gnome/libpeas/1.30/libpeas-1.30.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glade-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -73,6 +75,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>1.30.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-29</Date>
|
||||
<Version>1.24.1</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>The libsecret package contains a GObject based library</Summary>
|
||||
<Description>The libsecret package contains a GObject based library for accessing the Secret Service API.</Description>
|
||||
<Archive sha1sum="9373ea13d39048ae7ac5c9cbb8547f4459f91688" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/libsecret/0.20/libsecret-0.20.0.tar.xz</Archive>
|
||||
<Archive sha1sum="772953526c734debfd9c07bdd623e1c8ed5a7f09" type="tarxz">https://ftp.gnome.org/pub/gnome/sources/libsecret/0.20/libsecret-0.20.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
@@ -55,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>0.20.4</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>0.20.0</Version>
|
||||
|
||||
@@ -11,9 +11,10 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux.</Summary>
|
||||
<Description>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.</Description>
|
||||
<Archive sha1sum="a92869d88cba97b54d634a5a37b573182627961a" type="tarbz2">https://github.com/linuxwacom/libwacom/releases/download/libwacom-1.2/libwacom-1.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="d9a294783d44d9ee21d1ca2b28cefed261c4b83c" type="tarbz2">https://github.com/linuxwacom/libwacom/releases/download/libwacom-1.10/libwacom-1.10.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -47,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>1.10</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-05-16</Date>
|
||||
<Version>1.2</Version>
|
||||
|
||||
@@ -1,21 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
# 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 mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README", "NEWS", "ChangeLog", "AUTHORS")
|
||||
pisitools.dodoc("COPYING", "README", "NEWS", "AUTHORS")
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<Summary>Tools for creating Yelp documentation</Summary>
|
||||
<Description>Mate için Çeşitli ağ araçları arayüzü uygulaması.</Description>
|
||||
<Description>yelp-tools is a collection of scripts and build utilities to help create, manage, and publish documentation for Yelp and the web.</Description>
|
||||
<Archive sha1sum="da57a7e59e5ffe92ebc1af93b50ccb579e0b3f8b" type="tarxz">mirrors://gnome/yelp-tools/3.38/yelp-tools-3.38.0.tar.xz</Archive>
|
||||
<Archive sha1sum="bf3d8a5855233843924ee28e846407a699ad1986" type="tarxz">mirrors://gnome/yelp-tools/40/yelp-tools-40.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>yelp-xsl-devel</Dependency>
|
||||
@@ -35,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>40.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-03-01</Date>
|
||||
<Version>3.38.0</Version>
|
||||
|
||||
@@ -12,11 +12,12 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Help viewer for GNOME desktop</Summary>
|
||||
<Description>Yelp is a help viewer which serves as a DocBook viewer, a man page viewer, and an info page viewer.</Description>
|
||||
<Archive sha1sum="5b8c4f11e7abed2bb140dece5942b241af8ab73f" type="tarxz">mirrors://gnome/yelp/3.38/yelp-3.38.3.tar.xz</Archive>
|
||||
<Archive sha1sum="6e9283f54297098775cfe99eb0c1bf97c7880f42" type="tarxz">mirrors://gnome/yelp/40/yelp-40.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -32,6 +33,7 @@
|
||||
<Package>
|
||||
<Name>yelp</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
@@ -67,6 +69,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-05-24</Date>
|
||||
<Version>40.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-03-01</Date>
|
||||
<Version>3.38.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user