Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various package updates #25085

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/bCNC/template
@@ -1,7 +1,7 @@
# Template file for 'bCNC'
pkgname=bCNC
version=0.9.14.306
revision=2
version=0.9.14.307
revision=1
archs=noarch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove noarch.

build_style=python3-module
hostmakedepends="python3-setuptools"
Expand All @@ -11,7 +11,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="GPL-2.0-only"
homepage="https://github.com/vlachoudis/bCNC"
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=3af8590e3d2b6320fc1d0db019ba5584736c7a30dd205de531656f6d8f3b04cc
checksum=005c3f2a0b244abab81dc3f6df2001f530db655165611165e7009e28b94cda5f

post_install() {
vmkdir usr/share/applications
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/perl-Mojolicious/template
@@ -1,6 +1,6 @@
# Template file for 'perl-Mojolicious'
pkgname=perl-Mojolicious
version=8.42
version=8.59
revision=1
archs=noarch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same

wrksrc="${pkgname//perl-/}-${version}"
Expand All @@ -12,4 +12,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Mojolicious"
distfiles="${CPAN_SITE}/${pkgname//perl-/}/${pkgname//perl-/}-${version}.tar.gz"
checksum=f61ceb04565714d18915b12d90bfda069286c7244d5545e811970d103aab3ff9
checksum=02e43fec088c4fc2ad0a9eaec51c4500bb1976dd97f43be58f1e5b03c74b0197
28 changes: 0 additions & 28 deletions srcpkgs/renderdoc/files/swig-py38.patch

This file was deleted.

40 changes: 0 additions & 40 deletions srcpkgs/renderdoc/patches/QPainterPath.patch

This file was deleted.

48 changes: 0 additions & 48 deletions srcpkgs/renderdoc/patches/cmake-py38.patch

This file was deleted.

9 changes: 4 additions & 5 deletions srcpkgs/renderdoc/template
@@ -1,12 +1,11 @@
# Template file for 'renderdoc'
pkgname=renderdoc
version=1.4
revision=2
version=1.10
revision=1
build_style=cmake
configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON
-DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON
-DENABLE_PYRENDERDOC=ON
-DRENDERDOC_SWIG_PATCH=${XBPS_SRCPKGDIR}/${pkgname}/files/swig-py38.patch"
-DENABLE_PYRENDERDOC=ON"
hostmakedepends="bison autoconf automake pkg-config python3"
makedepends="libX11-devel libxcb-devel xcb-util-keysyms-devel qt5-devel
qt5-svg-devel qt5-x11extras-devel pcre-devel python3-devel"
Expand All @@ -15,7 +14,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
license="MIT"
homepage="https://github.com/baldurk/renderdoc"
distfiles="https://github.com/baldurk/${pkgname}/archive/v${version}.tar.gz"
checksum=9a78951f386fb7c3ecf7df6919d300db59719d14f0621438963ae30a75d33677
checksum=6200099987c7cfc52360d24845742883dcfe6cb31b71c6f85372a543a9608486
patch_args="-p1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be necessary anymore.


if [ "$XBPS_TARGET_LIBC" = musl ]; then
Expand Down