diff --git a/desktop/gnome/addons/xdg-user-dirs-gtk/pspec.xml b/desktop/gnome/addons/xdg-user-dirs-gtk/pspec.xml
index 25d56a90ba..78005fb718 100644
--- a/desktop/gnome/addons/xdg-user-dirs-gtk/pspec.xml
+++ b/desktop/gnome/addons/xdg-user-dirs-gtk/pspec.xml
@@ -12,7 +12,7 @@
library
Creates user dirs and asks to relocalize them
Creates user dirs and asks to relocalize them
- https://download.gnome.org/sources/xdg-user-dirs-gtk/0.10/xdg-user-dirs-gtk-0.10.tar.xz
+ https://download.gnome.org/sources/xdg-user-dirs-gtk/0.11/xdg-user-dirs-gtk-0.11.tar.xz
intltool
gtk3-devel
@@ -45,6 +45,13 @@
+
+ 2022-10-13
+ 0.11
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-06-01
0.10
diff --git a/desktop/toolkit/qtermwidget5/actions.py b/desktop/toolkit/qtermwidget5/actions.py
index c88bb55769..6ff100d6e9 100644
--- a/desktop/toolkit/qtermwidget5/actions.py
+++ b/desktop/toolkit/qtermwidget5/actions.py
@@ -13,6 +13,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
+ -DQTERMWIDGET_BUILD_PYTHON_BINDING=ON \
-DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
def build():
diff --git a/desktop/xfce/base/thunar/pspec.xml b/desktop/xfce/base/thunar/pspec.xml
index 580514cee9..012c99ec81 100644
--- a/desktop/xfce/base/thunar/pspec.xml
+++ b/desktop/xfce/base/thunar/pspec.xml
@@ -15,7 +15,7 @@
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
- https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.9.tar.bz2
+ https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.10.tar.bz2
python3-devel
intltool
@@ -112,6 +112,13 @@
+
+ 2022-10-17
+ 4.17.10
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-07-10
4.17.9
diff --git a/hardware/virtualization/xdg-desktop-portal/pspec.xml b/hardware/virtualization/xdg-desktop-portal/pspec.xml
index 4644c04d51..f5a995e6f3 100644
--- a/hardware/virtualization/xdg-desktop-portal/pspec.xml
+++ b/hardware/virtualization/xdg-desktop-portal/pspec.xml
@@ -11,7 +11,7 @@
LGPLv2
A portal frontend service for Flatpak and possibly other desktop containment frameworks
A portal frontend service for Flatpak and possibly other desktop containment frameworks
- https://github.com/flatpak/xdg-desktop-portal/archive/1.14.6.tar.gz
+ https://github.com/flatpak/xdg-desktop-portal/archive/1.15.0.tar.gz
xmlto
python3
@@ -51,6 +51,13 @@
+
+ 2022-10-18
+ 1.15.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-08-22
1.14.6
diff --git a/multimedia/video/ffmpeg/pspec.xml b/multimedia/video/ffmpeg/pspec.xml
index 2a4646e7b6..3483eee1d9 100644
--- a/multimedia/video/ffmpeg/pspec.xml
+++ b/multimedia/video/ffmpeg/pspec.xml
@@ -15,7 +15,7 @@
app:console
A command-line tool to record, convert and stream audio and video
FFmpeg is a complete solution to record, convert and stream audio and video.
- https://ffmpeg.org/releases/ffmpeg-4.4.2.tar.xz
+ https://ffmpeg.org/releases/ffmpeg-4.4.3.tar.xz
srt-devel
freetype-devel
@@ -231,6 +231,13 @@
+
+ 2022-10-17
+ 4.4.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-06-24
4.4.2
diff --git a/network/connection/NetworkManager/actions.py b/network/connection/NetworkManager/actions.py
index f4c8bfde8f..1e41e26c48 100644
--- a/network/connection/NetworkManager/actions.py
+++ b/network/connection/NetworkManager/actions.py
@@ -18,10 +18,15 @@ def setup():
#pisitools.dosed("configure.ac", "\/var(\/run\/ConsoleKit)", "\\1")
#pisitools.dosed("configure.ac", "^initscript", deleteLine=True)
- shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
+ #shelltools.system("grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'")
+
+ #pisitools.dosed("src/core/nm-hostname-manager.c", "/etc/hostname", "/etc/env.d/01hostname")
pisitools.cxxflags.add("-O2 -fPIC")
mesontools.configure("-Dmodify_system=true \
+ -Difupdown=false \
+ -Dconfig_plugins_default=keyfile \
+ -Dhostname_persist=default \
-Dqt=false \
-Dselinux=false \
-Debpf=true \
@@ -40,8 +45,8 @@ def setup():
-Dpppd_plugin_dir=/usr/lib/pppd/2.4.9 \
-Ddbus_conf_dir=/usr/share/dbus-1/system.d \
-Ddhclient=enabled \
+ -D config_dns_rc_manager_default=symlink \
-Dudev_dir=/lib/udev \
- -Dresolvconf=/etc/resolv.default.conf \
-Diptables=/sbin/iptables \
-Ddnsmasq=/usr/sbin/dnsmasq \
-Dsystemdsystemunitdir=no \
@@ -61,4 +66,6 @@ def install():
pisitools.dodir("/etc/NetworkManager/VPN")
+ #pisitools.dosym("/etc/env.d/01hostname", "/etc/hostname")
+
pisitools.dodoc("AUTHORS", "ChangeLog", "CONTRIBUTING*", "COPYING", "NEWS", "README*")
diff --git a/network/connection/NetworkManager/pspec.xml b/network/connection/NetworkManager/pspec.xml
index d6189de515..9a3942db24 100644
--- a/network/connection/NetworkManager/pspec.xml
+++ b/network/connection/NetworkManager/pspec.xml
@@ -12,7 +12,7 @@
app:console
Network connection manager powered by D-Bus and UDEV
NetworkManager attempts to keep an active network connection available at all times.
- https://download.gnome.org/sources/NetworkManager/1.39/NetworkManager-1.39.12.tar.xz
+ https://download.gnome.org/sources/NetworkManager/1.40/NetworkManager-1.40.2.tar.xz
@@ -160,6 +160,13 @@
+
+ 2022-10-18
+ 1.40.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-07-29
1.39.12
diff --git a/programming/misc/libical/pspec.xml b/programming/misc/libical/pspec.xml
index 06bf9593e5..9029c9d83c 100644
--- a/programming/misc/libical/pspec.xml
+++ b/programming/misc/libical/pspec.xml
@@ -27,7 +27,7 @@
python-six
vala
- https://github.com/libical/libical/releases/download/v3.0.9/libical-3.0.9.tar.gz
+ https://github.com/libical/libical/releases/download/v3.0.16/libical-3.0.16.tar.gz
libical
@@ -70,6 +70,13 @@ contacts, tasks, and calendar information.
+
+ 2022-10-18
+ 3.0.16
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-04-10
3.0.9
diff --git a/programming/scm/git/pspec.xml b/programming/scm/git/pspec.xml
index efbe15700f..0d1a21fe57 100644
--- a/programming/scm/git/pspec.xml
+++ b/programming/scm/git/pspec.xml
@@ -13,7 +13,7 @@
git
Fast Version Control System
Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.
- https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.37.3.tar.xz
+ https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.38.1.tar.xz
openssl-devel
libpcre2-devel
@@ -95,6 +95,7 @@
/usr/share/man/man1/git-u*
/usr/share/man/man1/git-v*
/usr/share/man/man1/git-w*
+ /usr/share/man/man1/scalar.1
/usr/share/man/man5/
/usr/share/man/man7/
/usr/share/doc
@@ -248,6 +249,13 @@
-->
+
+ 2022-10-18
+ 2.38.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-08-31
2.37.3
diff --git a/science/mathematics/libqalculate/actions.py b/science/mathematics/libqalculate/actions.py
index 2f419886ad..6d1ad7a9b2 100644
--- a/science/mathematics/libqalculate/actions.py
+++ b/science/mathematics/libqalculate/actions.py
@@ -10,18 +10,20 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
- #autotools.autoreconf("-fiv")
- shelltools.system("./autogen.sh")
+ autotools.autoreconf("-fiv")
+ # shelltools.system("./autogen.sh")
autotools.configure("--disable-static")
# fix unused direct dependency analysis
+ pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
+ pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
-def check():
- autotools.make("check")
+# def check():
+ # autotools.make("check")
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
\ No newline at end of file
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/science/mathematics/libqalculate/pspec.xml b/science/mathematics/libqalculate/pspec.xml
index aae857505a..ccb2927401 100644
--- a/science/mathematics/libqalculate/pspec.xml
+++ b/science/mathematics/libqalculate/pspec.xml
@@ -14,7 +14,7 @@
app:console
Multi-purpose calculator library
libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux.
- https://github.com/Qalculate/libqalculate/archive/v3.10.0.tar.gz
+ https://github.com/Qalculate/libqalculate/releases/download/v4.4.0/libqalculate-4.4.0.tar.gz
doxygen
intltool
@@ -78,6 +78,13 @@
+
+ 2022-10-18
+ 4.4.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-05-26
3.10.0
diff --git a/util/crypt/gnupg/actions.py b/util/crypt/gnupg/actions.py
deleted file mode 100644
index beb385e8cb..0000000000
--- a/util/crypt/gnupg/actions.py
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
-
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
-
-def setup():
- #shelltools.export("CFLAGS","%s -fPIE" % get.CFLAGS())
- #shelltools.export("LDFLAGS", "%s -pie -Wl,-z,relro,-z,now" % get.LDFLAGS())
- shelltools.system("sed -e '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in")
- autotools.configure("--enable-symcryptrun \
- --disable-rpath \
- --enable-gpgtar \
- --enable-maintainer-mode")
-
-def build():
- autotools.make("-j1")
- autotools.make("-C doc html")
-
-# IMPORTANT: for packagers check disabled for build in farm. please test local if passed, commit
-#def check():
-# autotools.make("check")
-
-def install():
- autotools.rawInstall('DESTDIR=%s libexecdir="/usr/libexec"' % get.installDIR())
-
- # Compat symlinks
- pisitools.dosym("gpg", "/usr/bin/gpg2")
- pisitools.dosym("gpgv", "/usr/bin/gpgv2")
- pisitools.dosym("gpg.1", "/usr/share/man/man1/gpg2.1")
- pisitools.dosym("gpgv.1", "/usr/share/man/man1/gpgv2.1")
-
- # Lets make doc
- pisitools.dohtml("doc/*")
- pisitools.dohtml("doc/gnupg.html/*")
- pisitools.dodoc("ChangeLog", "NEWS", "README", "THANKS", "TODO")
diff --git a/util/crypt/gnupg/comar/package.py b/util/crypt/gnupg/comar/package.py
deleted file mode 100644
index 3b081d082d..0000000000
--- a/util/crypt/gnupg/comar/package.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/python
-
-import os
-
-def postInstall(fromVersion, fromRelease, toVersion, toRelease):
- os.system("/bin/chmod u+s,go-r /usr/bin/gpg2")
- os.system("/bin/chmod u+s,go-r /usr/bin/gpg-agent")
diff --git a/util/crypt/gnupg/files/gnupg-1.9.3-use-ImageMagick-for-photo.patch b/util/crypt/gnupg/files/gnupg-1.9.3-use-ImageMagick-for-photo.patch
deleted file mode 100644
index fc014400c3..0000000000
--- a/util/crypt/gnupg/files/gnupg-1.9.3-use-ImageMagick-for-photo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnupg-1.9.3/g10/photoid.c.display 2004-01-24 15:03:56.745060064 +0800
-+++ gnupg-1.9.3/g10/photoid.c 2004-01-24 15:04:21.560287576 +0800
-@@ -240,7 +240,7 @@
- #elif defined(__riscos__)
- return "Filer_Run %I";
- #else
-- return "xloadimage -fork -quiet -title 'KeyID 0x%k' stdin";
-+ return "display -title 'KeyID 0x%k'";
- #endif
- }
- #endif
diff --git a/util/crypt/gnupg/files/gnupg-2.0.14-tests-s2kcount.patch b/util/crypt/gnupg/files/gnupg-2.0.14-tests-s2kcount.patch
deleted file mode 100644
index 3c43277d0a..0000000000
--- a/util/crypt/gnupg/files/gnupg-2.0.14-tests-s2kcount.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-We have to use fixed s2k-count number otherwise the gpg2 would
-want to consult gpg-agent which is not yet installed in the mock
-chroot.
-Index: gnupg-2.0.17/tests/openpgp/conventional-mdc.test
-===================================================================
---- gnupg-2.0.17.orig/tests/openpgp/conventional-mdc.test
-+++ gnupg-2.0.17/tests/openpgp/conventional-mdc.test
-@@ -21,9 +21,9 @@ for ciph in `all_cipher_algos`; do
- dd if=data-80000 of=z bs=1 count=$i 2>/dev/null
- fi
- echo "Hier spricht HAL" | $GPG --passphrase-fd 0 \
-- --force-mdc --cipher $ciph -c -o x --yes z
-+ --force-mdc --cipher $ciph -c -o x --yes --s2k-count 65536 z
- echo "Hier spricht HAL" | $GPG --passphrase-fd 0 \
-- -o y --yes x
-+ -o y --yes --s2k-count 96 x
- cmp z y || error "$ciph/$i: mismatch"
- done
- done
-Index: gnupg-2.0.17/tests/openpgp/conventional.test
-===================================================================
---- gnupg-2.0.17.orig/tests/openpgp/conventional.test
-+++ gnupg-2.0.17/tests/openpgp/conventional.test
-@@ -12,8 +12,8 @@
-
- #info Checking conventional encryption
- for i in plain-2 data-32000 ; do
-- echo "Hier spricht HAL" | $GPG --passphrase-fd 0 -c -o x --yes $i
-- echo "Hier spricht HAL" | $GPG --passphrase-fd 0 -o y --yes x
-+ echo "Hier spricht HAL" | $GPG --passphrase-fd 0 -c -o x --yes --s2k-count 65536 $i
-+ echo "Hier spricht HAL" | $GPG --passphrase-fd 0 -o y --yes --s2k-count 65536 x
- cmp $i y || error "$i: mismatch"
- done
-
-@@ -21,8 +21,8 @@ for a in `all_cipher_algos`; do
- echo_n "$a "
- for i in plain-1 data-80000 ; do
- echo "Hier spricht HAL" | $GPG --passphrase-fd 0 \
-- --cipher-algo $a -c -o x --yes $i
-- echo "Hier spricht HAL" | $GPG --passphrase-fd 0 -o y --yes x
-+ --cipher-algo $a -c -o x --yes --s2k-count 65536 $i
-+ echo "Hier spricht HAL" | $GPG --passphrase-fd 0 -o y --yes --s2k-count 65536 x
- cmp $i y || error "$i: ($a) mismatch"
- done
- done
-Index: gnupg-2.0.17/tests/openpgp/genkey1024.test
-===================================================================
---- gnupg-2.0.17.orig/tests/openpgp/genkey1024.test
-+++ gnupg-2.0.17/tests/openpgp/genkey1024.test
-@@ -10,7 +10,7 @@
-
- . $srcdir/defs.inc || exit 3
-
--$GPG --quiet --batch --debug-quick-random --gen-key <
-Date: Mon, 3 Apr 2017 23:44:56 +0300
-Subject: [PATCH] gpgscm: Use shorter socket path lengts to improve test
- reliability
-
---
-As socket lengths are normally restricted to 108 characters
-(UNIX_PATH_MAX variable in /usr/include/linux/un.h), using 42 characters
-by default easily results in errors.
----
- tests/gpgscm/tests.scm | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/gpgscm/tests.scm b/tests/gpgscm/tests.scm
-index 592b36f..f54a387 100644
---- a/tests/gpgscm/tests.scm
-+++ b/tests/gpgscm/tests.scm
-@@ -273,9 +273,9 @@
- (canonical-path (_mkdtemp (if (null? components)
- (path-join
- (get-temp-path)
-- (string-append "gpgscm-" (get-isotime) "-"
-+ (string-append "gscm"
- (basename-suffix *scriptname* ".scm")
-- "-XXXXXX"))
-+ "XXXXXX"))
- (apply path-join components)))))
-
- ;; Make a temporary directory and remove it at interpreter shutdown.
---
-2.10.2
-
diff --git a/util/crypt/gnupg/files/protect-tool-env.patch b/util/crypt/gnupg/files/protect-tool-env.patch
deleted file mode 100644
index 132791fdd1..0000000000
--- a/util/crypt/gnupg/files/protect-tool-env.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naur old/agent/protect-tool.c new/agent/protect-tool.c
---- old/agent/protect-tool.c 2012-12-08 13:53:17.067611957 +1100
-+++ new/agent/protect-tool.c 2012-12-08 13:53:28.247633012 +1100
-@@ -102,6 +102,7 @@
- static int opt_status_msg;
- static const char *opt_p12_charset;
- static const char *opt_agent_program;
-+static session_env_t opt_session_env;
-
- static char *get_passphrase (int promptno);
- static void release_passphrase (char *pw);
-@@ -1040,6 +1041,7 @@
-
- opt_homedir = default_homedir ();
-
-+ opt_session_env = session_env_new ();
-
- pargs.argc = &argc;
- pargs.argv = &argv;
-@@ -1091,7 +1093,7 @@
- opt.verbose,
- opt_homedir,
- opt_agent_program,
-- NULL, NULL, NULL);
-+ NULL, NULL, opt_session_env);
-
- if (opt_prompt)
- opt_prompt = percent_plus_unescape (opt_prompt, 0);
diff --git a/util/crypt/gnupg/pspec.xml b/util/crypt/gnupg/pspec.xml
deleted file mode 100644
index d04f9c11bb..0000000000
--- a/util/crypt/gnupg/pspec.xml
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
- gnupg
- http://www.gnupg.org/
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv3+
- app:console
- The GNU Privacy Guard, a PGP replacement
- GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories.
- https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.27.tar.bz2
-
- openldap-client
- pinentry
- npth-devel
- libassuan-devel
- libksba-devel
- zlib-devel
- bzip2
- texinfo
- sqlite-devel
- gnutls-devel
- readline-devel
- libgcrypt-devel
- libgpg-error-devel
- libusb-compat-devel
-
-
- gnupg-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch
-
-
-
-
- gnupg
-
- dirmngr
-
-
- dirmngr
-
-
- openldap-client
- sqlite
- npth
- libassuan
- pinentry
- libksba
- zlib
- bzip2
- gnutls
- readline
- libgcrypt
- libgpg-error
- libusb
-
- libusb-compat
-
-
- /usr/bin
- /usr/sbin
- /usr/libexec
- /usr/share/doc
- /usr/share/doc/html
- /usr/share/gnupg
- /usr/share/info
- /usr/share/locale
- /usr/share/man
-
-
- System.Package
-
-
-
-
- gnupg-docs
- Documentation files for GnuPG
-
- gnupg
-
-
- /usr/share/doc/gnupg/html
- /usr/share/gnupg/help.*
- /usr/share/doc/gnupg/faq.html
-
-
-
-
-
- 2021-05-28
- 2.2.27
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2020-11-09
- 2.2.20
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2020-06-03
- 2.2.20
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2020-01-19
- 2.2.19
- Version bump.
- İdris Kalp
- idriskalp@gmail.com
-
-
- 2019-09-15
- 2.2.17
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2018-08-05
- 2.2.4
- Version bump
- PisiLinux Community
- admin@pisilinux.org
-
-
- 2017-01-25
- 2.1.18
- Version bump.
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
- 2016-12-24
- 2.1.17
- Version bump.
- Stefan Gronewold
- groni@pisilinux.org
-
-
- 2016-06-08
- 2.1.7
- Release Bump
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2015-08-21
- 2.1.7
- First release
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
-
diff --git a/util/crypt/gnupg/translations.xml b/util/crypt/gnupg/translations.xml
deleted file mode 100644
index 69214d838b..0000000000
--- a/util/crypt/gnupg/translations.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
- gnupg
- GNU Gizlilik Koruması
- GnuPG verilerinizin ve iletişimlerinizin şifrelenmesi ve imzalanmmasını sağlar, her tür genel anahtar dizinleri için modullere erişiminde olduğu gibi çok yönlü anahtar yönetim sistemi avantajı vardır.
-
-
-
- gnupg-docs
- GnuPG paketine ait API dokümantasyonu
-
-
diff --git a/x11/library/libXmu/pspec.xml b/x11/library/libXmu/pspec.xml
index c483d8d5ae..307fbc5bd9 100644
--- a/x11/library/libXmu/pspec.xml
+++ b/x11/library/libXmu/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org Xmu library
libXmu provides a set of miscellaneous utility convenience functions for X libraries to use.
- mirrors://xorg/individual/lib/libXmu-1.1.3.tar.bz2
+ https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz
util-macros
libXt-devel
@@ -73,6 +73,13 @@
+
+ 2022-10-18
+ 1.1.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-17
1.1.3
diff --git a/x11/library/libXpresent/pspec.xml b/x11/library/libXpresent/pspec.xml
index c0e5fc9853..b5fd2b6e73 100644
--- a/x11/library/libXpresent/pspec.xml
+++ b/x11/library/libXpresent/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org Xpm library
X Present Extension library
- https://www.x.org/archive/individual/lib/libXpresent-1.0.0.tar.bz2
+ https://www.x.org/archive/individual/lib/libXpresent-1.0.1.tar.xz
util-macros
xorg-proto
@@ -74,7 +74,14 @@
-
+
+
+ 2022-10-18
+ 1.0.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-11-22
1.0.0
diff --git a/x11/library/libpciaccess/pspec.xml b/x11/library/libpciaccess/pspec.xml
index 3bc31d3087..30f9f286e3 100644
--- a/x11/library/libpciaccess/pspec.xml
+++ b/x11/library/libpciaccess/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org PCI access library
libpciaccess is the Xorg library for portable PCI access routines across multiple operating systems.
- mirrors://xorg/individual/lib/libpciaccess-0.16.tar.bz2
+ mirrors://xorg/individual/lib/libpciaccess-0.17.tar.xz
util-macros
@@ -53,6 +53,13 @@
+
+ 2022-10-18
+ 0.17
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-11-27
0.16
diff --git a/x11/library/libxkbfile/pspec.xml b/x11/library/libxkbfile/pspec.xml
index e8d8e54e17..18da91e0c3 100644
--- a/x11/library/libxkbfile/pspec.xml
+++ b/x11/library/libxkbfile/pspec.xml
@@ -12,7 +12,7 @@
library
X.Org xkbfile library
Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension.
- mirrors://xorg/individual/lib/libxkbfile-1.1.0.tar.bz2
+ mirrors://xorg/individual/lib/libxkbfile-1.1.1.tar.xz
util-macros
libX11-devel
@@ -45,6 +45,13 @@
+
+ 2022-10-18
+ 1.1.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-10
1.1.0
diff --git a/x11/library/pixman/actions.py b/x11/library/pixman/actions.py
index 39cd676b25..68df8e5da6 100644
--- a/x11/library/pixman/actions.py
+++ b/x11/library/pixman/actions.py
@@ -4,18 +4,41 @@
# 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.autoreconf("-vif")
- autotools.configure("--disable-static")
+ # shelltools.system("sed -i 's/120/600/' test/meson.build")
+ options = " --buildtype=release -Dloongson-mmi=disabled \
+ --prefix=/usr \
+ -Dvmx=disabled \
+ -Darm-simd=disabled \
+ -Dneon=disabled \
+ -Diwmmxt=disabled \
+ -Dmips-dspr2=disabled \
+ -Dgtk=disabled"
+
+ if get.buildTYPE() == "_emul32":
+ options += " -Dtests=disabled \
+ --libdir=/usr/lib32 \
+ "
+
+ mesontools.configure(options)
def build():
- autotools.make()
+ mesontools.build()
+
+# def check():
+ # mesontools.build("test")
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
+
+ if get.buildTYPE() == "_emul32":
+ return
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "README")
diff --git a/x11/library/pixman/pspec.xml b/x11/library/pixman/pspec.xml
index 5c5eb7e97e..d08d0ce2a5 100644
--- a/x11/library/pixman/pspec.xml
+++ b/x11/library/pixman/pspec.xml
@@ -12,8 +12,9 @@
library
Pixel manipulation library
Pixman contains lowlevel pixel manipulation routines.
- mirrors://xorg/individual/lib/pixman-0.40.0.tar.xz
+ mirrors://xorg/individual/lib/pixman-0.42.0.tar.xz
+ meson
libpng-devel
@@ -41,9 +42,9 @@
pixman-32bit
- emul32
+ _emul32
32-bit shared libraries for pixman
- emul32
+ _emul32
libpng-32bit
@@ -56,6 +57,13 @@
+
+ 2022-10-18
+ 0.42.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-06-06
0.40.0
diff --git a/x11/library/xcb-util-cursor/actions.py b/x11/library/xcb-util-cursor/actions.py
index c399782ad4..e4123cdda4 100644
--- a/x11/library/xcb-util-cursor/actions.py
+++ b/x11/library/xcb-util-cursor/actions.py
@@ -26,4 +26,4 @@ def install():
if get.buildTYPE() == "emul32":
return
- pisitools.dodoc("README")
+ pisitools.dodoc("README*")
diff --git a/x11/library/xcb-util-cursor/pspec.xml b/x11/library/xcb-util-cursor/pspec.xml
index 519e2193f5..b072ad8c64 100644
--- a/x11/library/xcb-util-cursor/pspec.xml
+++ b/x11/library/xcb-util-cursor/pspec.xml
@@ -12,7 +12,7 @@
library
XCB cursor library
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.
- https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2
+ https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.4.tar.xz
util-macros
libxcb-devel
@@ -69,6 +69,13 @@
+
+ 2022-10-19
+ 0.1.4
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-22
0.1.3
diff --git a/x11/library/xcb-util-image/actions.py b/x11/library/xcb-util-image/actions.py
index c399782ad4..e4123cdda4 100644
--- a/x11/library/xcb-util-image/actions.py
+++ b/x11/library/xcb-util-image/actions.py
@@ -26,4 +26,4 @@ def install():
if get.buildTYPE() == "emul32":
return
- pisitools.dodoc("README")
+ pisitools.dodoc("README*")
diff --git a/x11/library/xcb-util-image/pspec.xml b/x11/library/xcb-util-image/pspec.xml
index a373675524..079d002144 100644
--- a/x11/library/xcb-util-image/pspec.xml
+++ b/x11/library/xcb-util-image/pspec.xml
@@ -12,7 +12,7 @@
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.0.tar.bz2
+ http://xcb.freedesktop.org/dist/xcb-util-image-0.4.1.tar.xz
util-macros
libxcb-devel
@@ -65,6 +65,13 @@
+
+ 2022-10-19
+ 0.4.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-05-22
0.4.0