diff --git a/x11/driver/xcb-util-image/actions.py b/x11/driver/xcb-util-image/actions.py
new file mode 100644
index 0000000000..e4123cdda4
--- /dev/null
+++ b/x11/driver/xcb-util-image/actions.py
@@ -0,0 +1,29 @@
+#!/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 get
+
+def setup():
+ autotools.autoreconf("-vif")
+ options = "--disable-static \
+ --with-pic"
+
+ if get.buildTYPE() == "emul32":
+ options += " --libdir=/usr/lib32"
+
+ autotools.configure(options)
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ if get.buildTYPE() == "emul32":
+ return
+
+ pisitools.dodoc("README*")
diff --git a/x11/driver/xcb-util-image/pspec.xml b/x11/driver/xcb-util-image/pspec.xml
new file mode 100644
index 0000000000..079d002144
--- /dev/null
+++ b/x11/driver/xcb-util-image/pspec.xml
@@ -0,0 +1,132 @@
+
+
+
+
+ xcb-util-image
+ https://xcb.freedesktop.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ A number of libraries which sit on top of libxcb
+ The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
+ http://xcb.freedesktop.org/dist/xcb-util-image-0.4.1.tar.xz
+
+ util-macros
+ libxcb-devel
+ xcb-util-devel
+
+
+
+
+ xcb-util-image
+
+ xcb-util
+ libxcb
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ xcb-util-image-devel
+ Development files for xcb-util
+
+ xcb-util-image
+ libxcb-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ xcb-util-image-32bit
+ emul32
+ 32-bit shared libraries for xcb-util
+ emul32
+
+ libxcb-32bit
+ xcb-util-32bit
+
+
+ xcb-util-32bit
+ libxcb-32bit
+
+
+ /usr/lib32
+
+
+
+
+
+ 2022-10-19
+ 0.4.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-05-22
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-03-19
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2019-02-20
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-11-05
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-07-24
+ 0.4.0
+ Rebuild.
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2017-02-05
+ 0.4.0
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2016-04-30
+ 0.4.0
+ Release bump
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2015-12-13
+ 0.4.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/x11/driver/xcb-util-image/translations.xml b/x11/driver/xcb-util-image/translations.xml
new file mode 100644
index 0000000000..f78ac53b48
--- /dev/null
+++ b/x11/driver/xcb-util-image/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ xcb-util-image
+ libxcb temelli birtakım kitaplıklar
+ xcb-util-image modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
+
+
+
+ xcb-util-image-devel
+ xcb-util-image için geliştirme dosyaları
+
+
+
+ xcb-util-image-32bit
+ xcb-util-image için 32-bit paylaşımlı kitaplıklar
+
+
diff --git a/x11/driver/xcb-util-keysyms/actions.py b/x11/driver/xcb-util-keysyms/actions.py
new file mode 100644
index 0000000000..e4123cdda4
--- /dev/null
+++ b/x11/driver/xcb-util-keysyms/actions.py
@@ -0,0 +1,29 @@
+#!/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 get
+
+def setup():
+ autotools.autoreconf("-vif")
+ options = "--disable-static \
+ --with-pic"
+
+ if get.buildTYPE() == "emul32":
+ options += " --libdir=/usr/lib32"
+
+ autotools.configure(options)
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ if get.buildTYPE() == "emul32":
+ return
+
+ pisitools.dodoc("README*")
diff --git a/x11/driver/xcb-util-keysyms/pspec.xml b/x11/driver/xcb-util-keysyms/pspec.xml
new file mode 100644
index 0000000000..c6b5cd03dc
--- /dev/null
+++ b/x11/driver/xcb-util-keysyms/pspec.xml
@@ -0,0 +1,132 @@
+
+
+
+
+ xcb-util-keysyms
+ https://xcb.freedesktop.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ A number of libraries which sit on top of libxcb
+ The xcb-util-keysyms module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
+ http://xcb.freedesktop.org/dist/xcb-util-keysyms-0.4.1.tar.xz
+
+ xorg-proto
+ util-macros
+ libxcb-devel
+
+
+
+
+ xcb-util-keysyms
+
+ libxcb
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ xcb-util-keysyms-devel
+ Development files for xcb-util-keysyms
+
+ xcb-util-keysyms
+ libxcb-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ xcb-util-keysyms-32bit
+ emul32
+ 32-bit shared libraries for xcb-util-keysyms
+ emul32
+
+ libxcb-32bit
+
+
+
+ xcb-util-keysyms
+ libxcb-32bit
+
+
+
+ /usr/lib32
+
+
+
+
+
+ 2022-12-09
+ 0.4.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-05-22
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-03-19
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2019-02-20
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-11-05
+ 0.4.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-07-24
+ 0.4.0
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2017-02-05
+ 0.4.0
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2016-04-30
+ 0.4.0
+ Release bump
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2015-12-13
+ 0.4.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/x11/driver/xcb-util-keysyms/translations.xml b/x11/driver/xcb-util-keysyms/translations.xml
new file mode 100644
index 0000000000..86041acfea
--- /dev/null
+++ b/x11/driver/xcb-util-keysyms/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ xcb-util-keysyms
+ libxcb temelli birtakım kitaplıklar
+ xcb-util-keysyms modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
+
+
+
+ xcb-util-keysyms-devel
+ xcb-util-keysyms için geliştirme dosyaları
+
+
+
+ xcb-uti-keysymsl-32bit
+ xcb-util-keysyms için 32-bit paylaşımlı kitaplıklar
+
+
diff --git a/x11/driver/xcb-util-renderutil/actions.py b/x11/driver/xcb-util-renderutil/actions.py
new file mode 100644
index 0000000000..89520f017c
--- /dev/null
+++ b/x11/driver/xcb-util-renderutil/actions.py
@@ -0,0 +1,29 @@
+#!/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.autoreconf("-vif")
+ options = "--disable-static \
+ --with-pic"
+
+ if get.buildTYPE() == "emul32":
+ options += " --libdir=/usr/lib32"
+
+ autotools.configure(options)
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ if get.buildTYPE() == "emul32":
+ return
+
+ pisitools.dodoc("README*")
diff --git a/x11/driver/xcb-util-renderutil/pspec.xml b/x11/driver/xcb-util-renderutil/pspec.xml
new file mode 100644
index 0000000000..64780ed23b
--- /dev/null
+++ b/x11/driver/xcb-util-renderutil/pspec.xml
@@ -0,0 +1,128 @@
+
+
+
+
+ xcb-util-renderutil
+ https://xcb.freedesktop.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ A number of libraries which sit on top of libxcb
+ The xcb-util-renderutil module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
+ http://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.10.tar.xz
+
+ xorg-proto
+ util-macros
+ libxcb-devel
+
+
+
+
+ xcb-util-renderutil
+
+ libxcb
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ xcb-util-renderutil-devel
+ Development files for xcb-util-renderutil
+
+ xcb-util-renderutil
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ xcb-util-renderutil-32bit
+ emul32
+ 32-bit shared libraries for xcb-util-renderutil
+ emul32
+
+ libxcb-32bit
+
+
+ libxcb-32bit
+
+
+ /usr/lib32
+
+
+
+
+
+ 2022-12-09
+ 0.3.10
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-03-19
+ 0.3.9
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-03-19
+ 0.3.9
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2019-02-20
+ 0.3.9
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-11-05
+ 0.3.9
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-07-24
+ 0.3.9
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2017-02-05
+ 0.3.9
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2016-04-30
+ 0.3.9
+ Release bump
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2014-09-01
+ 0.3.9
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/x11/driver/xcb-util-renderutil/translations.xml b/x11/driver/xcb-util-renderutil/translations.xml
new file mode 100644
index 0000000000..6bcd806ff8
--- /dev/null
+++ b/x11/driver/xcb-util-renderutil/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ xcb-util-renderutil
+ libxcb temelli birtakım kitaplıklar
+ xcb-util-renderutil modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
+
+
+
+ xcb-util-renderutil-devel
+ xcb-util-renderutil için geliştirme dosyaları
+
+
+
+ xcb-util-renderutil-32bit
+ xcb-util-renderutil için 32-bit paylaşımlı kitaplıklar
+
+
diff --git a/x11/driver/xcb-util-wm/actions.py b/x11/driver/xcb-util-wm/actions.py
new file mode 100644
index 0000000000..e4123cdda4
--- /dev/null
+++ b/x11/driver/xcb-util-wm/actions.py
@@ -0,0 +1,29 @@
+#!/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 get
+
+def setup():
+ autotools.autoreconf("-vif")
+ options = "--disable-static \
+ --with-pic"
+
+ if get.buildTYPE() == "emul32":
+ options += " --libdir=/usr/lib32"
+
+ autotools.configure(options)
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ if get.buildTYPE() == "emul32":
+ return
+
+ pisitools.dodoc("README*")
diff --git a/x11/driver/xcb-util-wm/pspec.xml b/x11/driver/xcb-util-wm/pspec.xml
new file mode 100644
index 0000000000..4088a320a9
--- /dev/null
+++ b/x11/driver/xcb-util-wm/pspec.xml
@@ -0,0 +1,130 @@
+
+
+
+
+ xcb-util-wm
+ https://xcb.freedesktop.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ A number of libraries which sit on top of libxcb
+ The xcb-util-wm module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
+ http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.2.tar.xz
+
+ util-macros
+ libxcb-devel
+
+
+
+
+ xcb-util-wm
+
+ libxcb
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ xcb-util-wm-devel
+ Development files for xcb-util-wm
+
+ xcb-util-wm
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ xcb-util-wm-32bit
+ emul32
+ 32-bit shared libraries for xcb-util-wm
+ emul32
+
+ libxcb-32bit
+
+
+
+ xcb-util-wm
+ libxcb-32bit
+
+
+
+ /usr/lib32
+
+
+
+
+
+ 2022-12-09
+ 0.4.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-05-22
+ 0.4.1
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2021-03-19
+ 0.4.1
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2019-02-20
+ 0.4.1
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-11-05
+ 0.4.1
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2018-07-24
+ 0.4.1
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2017-02-05
+ 0.4.1
+ Rebuild
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2016-04-30
+ 0.4.1
+ Release bump
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2014-05-16
+ 0.4.1
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/x11/driver/xcb-util-wm/translations.xml b/x11/driver/xcb-util-wm/translations.xml
new file mode 100644
index 0000000000..f10ef9faca
--- /dev/null
+++ b/x11/driver/xcb-util-wm/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ xcb-util-wm
+ libxcb temelli birtakım kitaplıklar
+ xcb-util-wm modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
+
+
+
+ xcb-util-wm-devel
+ xcb-util-wm için geliştirme dosyaları
+
+
+
+ xcb-util-wm-32bit
+ xcb-util-wm için 32-bit paylaşımlı kitaplıklar
+
+
diff --git a/x11/driver/xorg-input-elographics/pspec.xml b/x11/driver/xorg-input-elographics/pspec.xml
index bad0b68189..5754385c5b 100644
--- a/x11/driver/xorg-input-elographics/pspec.xml
+++ b/x11/driver/xorg-input-elographics/pspec.xml
@@ -12,7 +12,7 @@
driver
X.Org Elographics TouchScreen input driver
xorg-input-elographics contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about.
- mirrors://xorg/individual/driver/xf86-input-elographics-1.4.2.tar.bz2
+ mirrors://xorg/individual/driver/xf86-input-elographics-1.4.3.tar.xz
xorg-server-devel
libmtdev-devel
@@ -34,6 +34,13 @@
+
+ 2022-12-09
+ 1.4.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-12
1.4.2
diff --git a/x11/driver/xorg-input-joystick/pspec.xml b/x11/driver/xorg-input-joystick/pspec.xml
index c4562f41e8..18b6863504 100644
--- a/x11/driver/xorg-input-joystick/pspec.xml
+++ b/x11/driver/xorg-input-joystick/pspec.xml
@@ -13,7 +13,7 @@
X.Org joystick input driver
xorg-input-joystick contains the X.Org driver for joysticks.
- mirrors://xorg/individual/driver/xf86-input-joystick-1.6.3.tar.bz2
+ mirrors://xorg/individual/driver/xf86-input-joystick-1.6.4.tar.xz
xorg-server-devel
util-macros
@@ -44,6 +44,13 @@
+
+ 2022-12-09
+ 1.6.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-12
1.6.3
diff --git a/x11/driver/xorg-input-mouse/actions.py b/x11/driver/xorg-input-mouse/actions.py
index 6fe58752d9..f5f93c9f23 100644
--- a/x11/driver/xorg-input-mouse/actions.py
+++ b/x11/driver/xorg-input-mouse/actions.py
@@ -20,4 +20,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("COPYING", "ChangeLog", "README")
+ pisitools.dodoc("COPYING", "ChangeLog", "README*")
diff --git a/x11/driver/xorg-input-mouse/pspec.xml b/x11/driver/xorg-input-mouse/pspec.xml
index 4e053a1acc..7587096ac0 100644
--- a/x11/driver/xorg-input-mouse/pspec.xml
+++ b/x11/driver/xorg-input-mouse/pspec.xml
@@ -12,7 +12,7 @@
driver
X.Org mouse input driver
xorg-input-mouse contains the X.Org driver for mice.
- mirrors://xorg/individual/driver/xf86-input-mouse-1.9.3.tar.bz2
+ mirrors://xorg/individual/driver/xf86-input-mouse-1.9.4.tar.xz
xorg-server-devel
util-macros
@@ -47,6 +47,13 @@
+
+ 2022-12-09
+ 1.9.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-12
1.9.3
diff --git a/x11/driver/xorg-input-vmmouse/pspec.xml b/x11/driver/xorg-input-vmmouse/pspec.xml
index 8f06dd80ec..5427bddeb8 100644
--- a/x11/driver/xorg-input-vmmouse/pspec.xml
+++ b/x11/driver/xorg-input-vmmouse/pspec.xml
@@ -12,7 +12,7 @@
driver
X.Org vmmouse input driver
xorg-input-vmmouse contains the X.Org driver for mice in VMware virtual machines.
- mirrors://xorg/individual/driver/xf86-input-vmmouse-13.1.0.tar.bz2
+ mirrors://xorg/individual/driver/xf86-input-vmmouse-13.2.0.tar.xz
xorg-server-devel
util-macros
@@ -32,6 +32,13 @@
+
+ 2022-12-09
+ 13.2.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-12
13.1.0
diff --git a/x11/driver/xorg-input-void/pspec.xml b/x11/driver/xorg-input-void/pspec.xml
index dc0017af45..d2a25c28b9 100644
--- a/x11/driver/xorg-input-void/pspec.xml
+++ b/x11/driver/xorg-input-void/pspec.xml
@@ -12,7 +12,7 @@
driver
X.Org void input driver
xorg-input-void is a null input driver which allows the X server to operate without a core pointer and/or core keyboard.
- mirrors://xorg/individual/driver/xf86-input-void-1.4.1.tar.bz2
+ mirrors://xorg/individual/driver/xf86-input-void-1.4.2.tar.xz
xorg-server-devel
@@ -32,6 +32,13 @@
+
+ 2022-12-09
+ 1.4.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-12
1.4.1
diff --git a/x11/driver/xorg-video-r128/actions.py b/x11/driver/xorg-video-r128/actions.py
index 1594855f18..ff1e4dcdb5 100644
--- a/x11/driver/xorg-video-r128/actions.py
+++ b/x11/driver/xorg-video-r128/actions.py
@@ -15,4 +15,4 @@ def build():
def install():
autotools.install()
- pisitools.dodoc("COPYING", "ChangeLog", "README")
+ pisitools.dodoc("COPYING", "ChangeLog", "README*")
diff --git a/x11/driver/xorg-video-r128/pspec.xml b/x11/driver/xorg-video-r128/pspec.xml
index 08a153ba9a..3107995562 100644
--- a/x11/driver/xorg-video-r128/pspec.xml
+++ b/x11/driver/xorg-video-r128/pspec.xml
@@ -12,7 +12,7 @@
driver
X.Org r128 video driver
xorg-video-r128 contains the X.Org driver for ATI Rage128 video cards.
- mirrors://xorg/individual/driver/xf86-video-r128-6.12.0.tar.bz2
+ mirrors://xorg/individual/driver/xf86-video-r128-6.12.1.tar.xz
libdrm-devel
mesa-devel
@@ -34,6 +34,13 @@
+
+ 2022-12-09
+ 6.12.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-12
6.12.0
diff --git a/x11/util/font-util/pspec.xml b/x11/util/font-util/pspec.xml
index 969741551c..4709ede515 100644
--- a/x11/util/font-util/pspec.xml
+++ b/x11/util/font-util/pspec.xml
@@ -12,7 +12,7 @@
app:console
X.Org font utilities
font-util package contains core font utilities for the Xorg XWindow system.
- mirrors://xorg/individual/font/font-util-1.3.2.tar.bz2
+ mirrors://xorg/individual/font/font-util-1.3.3.tar.xz
zlib-devel
util-macros
@@ -32,6 +32,13 @@
+
+ 2022-12-09
+ 1.3.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-10
1.3.2