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
6 changes: 5 additions & 1 deletion srcpkgs/dinit/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'dinit'
pkgname=dinit
version=0.22.1
revision=1
revision=2
build_style=configure
configure_args="--sbindir=/usr/bin --shutdown-prefix=dinit- --enable-shutdown
--enable-cgroups --enable-capabilities --enable-ioprio --enable-oom-adj
Expand All @@ -20,4 +20,8 @@ post_install() {
vmkdir usr/share/doc/dinit
vcopy doc/linux/* usr/share/doc/dinit/
vdoc doc/getting_started.md

vcompletion contrib/shell-completion/bash/dinitctl bash dinitctl
vcompletion contrib/shell-completion/fish/dinitctl.fish fish dinitctl
vcompletion contrib/shell-completion/zsh/_dinit zsh dinit
}
5 changes: 3 additions & 2 deletions srcpkgs/kdevelop-php/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Template file for 'kdevelop-php'
# group=kde-gear
pkgname=kdevelop-php
version=26.04.1
version=26.04.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
Expand All @@ -15,4 +16,4 @@ license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="https://www.kdevelop.org/"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kdev-php"
distfiles="${KDE_SITE}/release-service/${version}/src/kdev-php-${version}.tar.xz"
checksum=26c660e0e27b23460e9400a4b91fe730fb2ee8dc8ac300dcae2374a190614d8b
checksum=d25d4ec3c20fa6d4569ab6f0beb6b18bd33b35914957348a1d5ea8e09f4a1693
5 changes: 3 additions & 2 deletions srcpkgs/kdevelop-python/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Template file for 'kdevelop-python'
# group=kde-gear
pkgname=kdevelop-python
version=26.04.1
version=26.04.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
Expand All @@ -16,7 +17,7 @@ license="LGPL-2.0-or-later, GPL-2.0-or-later"
homepage="https://www.kdevelop.org/"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kdev-python"
distfiles="${KDE_SITE}/release-service/${version}/src/kdev-python-${version}.tar.xz"
checksum=fad514d7081d24c8f6d4b2673c1d6121676657d40bb496cc181452cb05226910
checksum=1ad26eccfd1cc28b4cf5ffb91b252739b1b954d9a989446e1e0809ecda8c5a52
python_version=3

post_install() {
Expand Down
5 changes: 3 additions & 2 deletions srcpkgs/kdevelop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Template file for 'kdevelop'
# group=kde-gear
pkgname=kdevelop
version=26.04.1
version=26.04.3
revision=1
_llvmver=21
build_style=cmake
Expand Down Expand Up @@ -58,7 +59,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.kdevelop.org/"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#kdevelop"
distfiles="${KDE_SITE}/release-service/${version}/src/kdevelop-${version}.tar.xz"
checksum=c9354e8f9e2a881eb664c16355bf2341ed83747771cfa3b23eeb1701dcf7486b
checksum=a940a83b0752578fb04b700b8d274044e23543a68850cbc448dbdcb874ae75f4

if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
broken="no qt6-webengine"
Expand Down
Loading