Update package version to 4.25

This commit is contained in:
2025-12-19 15:09:45 +02:00
parent 1604ca25d3
commit ebda6bbe5e
2 changed files with 29 additions and 14 deletions
+29 -4
View File
@@ -1,10 +1,35 @@
name: i3 name: i3
description: Improved tiling window manager description: Improved tiling window manager
version: 4.24 version: "4.25"
revision: 1
url: https://i3wm.org/ url: https://i3wm.org/
license: BSD license: BSD
architecture: any architecture: any
depends: ["libev","libxkbcommon","pango","ttf-font","startup-notification","xcb-util-cursor","xcb-util-image","xcb-util-keysyms","xcb-util-wm","xcb-util-xrm","yajl"]
optional_depends: ["dmenu","i3-lock","i3-status","rofi","xss-lock"]
make_depends: ["asciidoc","meson","xmlto"]
type: source type: source
depends:
- libev
- libxkbcommon
- pango
- ttf-font
- startup-notification
- xcb-util-cursor
- xcb-util-image
- xcb-util-keysyms
- xcb-util-wm
- xcb-util-xrm
- yajl
optional_depends:
- dmenu
- i3-lock
- i3-status
- rofi
- xss-lock
make_depends:
- asciidoc
- meson
- xmlto
downloads:
- url: https://i3wm.org/downloads/i3-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 7eebdef9b14a4f56242764d102c5a30507a97967f1507457e44ec4b775762e42
-10
View File
@@ -2,16 +2,6 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
DOWNLOAD="https://i3wm.org/downloads/i3-${BPM_PKG_VERSION}.tar.xz"
FILENAME="${DOWNLOAD##*/}"
# The prepare function is executed in the root of the temp directory
# This function is used for downloading files and putting them into the correct location
prepare() {
wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
}
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {