diff --git a/srcpkgs/cfitsio/patches/restore_gethostbyname_declaration.patch b/srcpkgs/cfitsio/patches/restore_gethostbyname_declaration.patch index fb4952dd8dfff9..821a045f26a168 100644 --- a/srcpkgs/cfitsio/patches/restore_gethostbyname_declaration.patch +++ b/srcpkgs/cfitsio/patches/restore_gethostbyname_declaration.patch @@ -4,12 +4,13 @@ diff --git a/configure b/configure index fc5b8712251..d6f39e056b2 100755 --- a/configure +++ b/configure -@@ -18925,8 +18925,6 @@ fi +@@ -20564,8 +20564,6 @@ if test "x$BUILD_REENTRANT" = xyes; then if test "x$BUILD_REENTRANT" = xyes; then - printf "%s\n" "#define _REENTRANT 1" >>confdefs.h + printf '%s\n' "#define _REENTRANT 1" >>confdefs.h -- printf "%s\n" "#define _XOPEN_SOURCE 700" >>confdefs.h +- printf '%s\n' "#define _XOPEN_SOURCE 700" >>confdefs.h - # Additional definition needed to get 'union semun' when using # _XOPEN_SOURCE on a Mac: if test "x$EXT" = xdarwin; then + diff --git a/srcpkgs/cfitsio/template b/srcpkgs/cfitsio/template index 5ae9c6d5b4d3e9..ebdb1c7eadd743 100644 --- a/srcpkgs/cfitsio/template +++ b/srcpkgs/cfitsio/template @@ -1,6 +1,6 @@ # Template file for 'cfitsio' pkgname=cfitsio -version=4.6.3 +version=4.7.0 revision=1 build_style=gnu-configure configure_args="--enable-reentrant" @@ -10,7 +10,7 @@ maintainer="Helmut Pozimski " license="custom:NASA license" homepage="https://heasarc.gsfc.nasa.gov/fitsio/" distfiles="https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${pkgname}-${version}.tar.gz" -checksum=fad44fff274fdda5ffcc0c0fff3bc3c596362722b9292fc8944db91187813600 +checksum=ce573bbea8e75b429f8c3d3e86498741ba3dc9628a1530d2f65268397ad059e8 if [ -z "$CROSS_BUILD" ]; then makedepends+=" gcc-fortran" diff --git a/srcpkgs/pcmanfm-qt/template b/srcpkgs/pcmanfm-qt/template index 746b5fe7aadca7..84136d977bda93 100644 --- a/srcpkgs/pcmanfm-qt/template +++ b/srcpkgs/pcmanfm-qt/template @@ -1,6 +1,6 @@ # Template file for 'pcmanfm-qt' pkgname=pcmanfm-qt -version=2.4.0 +version=2.4.1 revision=1 build_style=cmake hostmakedepends="lxqt-build-tools qt6-base qt6-tools libfm-qt-devel perl" @@ -12,5 +12,5 @@ maintainer="Helmut Pozimski " license="GPL-2.0-or-later" homepage="https://lxqt-project.org" distfiles="https://github.com/lxqt/pcmanfm-qt/archive/${version}.tar.gz" -checksum=feeacc7c359f2ab5ff095a53b00a01a2ee6a1bf262ed58584bc844f6a148184c +checksum=b78d1a677d260e61d55eba76307e9f987f9479b106d0185c5f76832aad0b3de4 replaces="lxqt-common>=0" diff --git a/srcpkgs/smplayer/template b/srcpkgs/smplayer/template index aabf9ce505240e..d8d15bc9747c75 100644 --- a/srcpkgs/smplayer/template +++ b/srcpkgs/smplayer/template @@ -1,6 +1,6 @@ # Template file for 'smplayer' pkgname=smplayer -version=25.6.0 +version=26.8.29 revision=1 build_style=gnu-makefile build_helper=qmake @@ -12,7 +12,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-or-later" homepage="https://www.smplayer.info" distfiles="https://github.com/smplayer-dev/smplayer/releases/download/v$version/$pkgname-$version.tar.bz2" -checksum=f4a01e61d469edebaab617fa39b9014f7adeab05f95910b9400aafb2fc7e2ee5 +checksum=64a04328396069b4d8e1c1bca9aebf11f771707a4a1cb49125377d3ecca68450 export QT_SELECT=5 diff --git a/srcpkgs/wxWidgets-gtk3/template b/srcpkgs/wxWidgets-gtk3/template index 1f73ef604f3afb..db479434360601 100644 --- a/srcpkgs/wxWidgets-gtk3/template +++ b/srcpkgs/wxWidgets-gtk3/template @@ -1,7 +1,7 @@ # Template file for 'wxWidgets-gtk3' pkgname=wxWidgets-gtk3 -version=3.2.8.1 -revision=2 +version=3.2.11 +revision=1 build_style=cmake cmake_builddir="build-gtk3" configure_args="-DwxBUILD_TOOLKIT=gtk3 -DwxUSE_OPENGL=ON -DwxUSE_LIBMSPACK=ON @@ -19,7 +19,7 @@ maintainer="Helmut Pozimski " license="custom:wxWindows" homepage="https://www.wxwidgets.org" distfiles="https://github.com/wxWidgets/wxWidgets/releases/download/v${version}/wxWidgets-${version}.tar.bz2" -checksum=ad0cf6c18815dcf1a6a89ad3c3d21a306cd7b5d99a602f77372ef1d92cb7d756 +checksum=6a129015bce2e914e4bf61ec4411854ad962801d47e92f2eb8340adb6a90af08 CXXFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" @@ -37,11 +37,11 @@ post_install() { if [ "$CROSS_BUILD" ]; then # Remove $XBPS_CROSS_TRIPLET from cmake helper... local _xprefix="${XBPS_CROSS_BASE}/usr/" - sed -i -e "s@${_xprefix}@\${_IMPORT_PREFIX}/@g" \ - ${DESTDIR}/usr/lib/cmake/wxWidgets/wxWidgetsTargets.cmake + vsed -i -e "s@${_xprefix}@\${_IMPORT_PREFIX}/@g" \ + ${DESTDIR}/usr/lib/cmake/wxWidgets-3.2/wxWidgetsTargets.cmake # ...and the output of the wx-config utility - sed -i -e "s@${_xprefix}@\${prefix}/@g" \ + vsed -i -e "s@${_xprefix}@\${prefix}/@g" \ ${DESTDIR}/usr/lib/wx/config/${_config} fi