Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions srcpkgs/cfitsio/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -10,7 +10,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
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"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/pcmanfm-qt/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,5 +12,5 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
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"
4 changes: 2 additions & 2 deletions srcpkgs/smplayer/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
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

Expand Down
12 changes: 6 additions & 6 deletions srcpkgs/wxWidgets-gtk3/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,7 +19,7 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
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"

Expand All @@ -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

Expand Down
Loading