Update package version to 0.4.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: river
|
name: river
|
||||||
description: A non-monolithic Wayland compositor
|
description: A non-monolithic Wayland compositor
|
||||||
version: 0.4.3
|
version: 0.4.5
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://isaacfreund.com/software/river/
|
url: https://isaacfreund.com/software/river/
|
||||||
license: GPL3-only
|
license: GPL3-only
|
||||||
@@ -24,23 +24,22 @@ make_depends:
|
|||||||
conflicts:
|
conflicts:
|
||||||
- river-classic
|
- river-classic
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://codeberg.org/river/river.git
|
- url: https://codeberg.org/river/river/releases/download/v${BPM_PKG_VERSION}/river-${BPM_PKG_VERSION}.tar.gz
|
||||||
type: git
|
extract_to: ${BPM_SOURCE}
|
||||||
clone_to: ${BPM_SOURCE}
|
extract_strip_components: 1
|
||||||
git_branch: v${BPM_PKG_VERSION}
|
checksum: 91d77f58bd20c7cfbd6656000474967635f9ddaa9779824c3684270e34f28147
|
||||||
checksum: 80eeeff0472b1a993e73ce240b5c9cea28c48be0
|
|
||||||
- url: https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz
|
- url: https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz
|
||||||
extract_to: zig-pixman
|
extract_to: zig-pixman
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: cd7fe3415d4d58685a94fdedd308e9994a37f012828940cfb603461de7f2c6ad
|
checksum: cd7fe3415d4d58685a94fdedd308e9994a37f012828940cfb603461de7f2c6ad
|
||||||
- url: https://codeberg.org/ifreund/zig-wayland/archive/v0.5.0.tar.gz
|
- url: https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz
|
||||||
extract_to: zig-wayland
|
extract_to: zig-wayland
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: fa9705e83613b5555d7117ce5c602f10591d6598e69a73fba2e6039200db4f4b
|
checksum: 67fdecba19a5c1b7c2cd98321745fe6cf26a7fdfd5f71140db43c6469b523cc9
|
||||||
- url: https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.0.tar.gz
|
- url: https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.1.tar.gz
|
||||||
extract_to: zig-wlroots
|
extract_to: zig-wlroots
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 75af3510386c639582693d01788579abde4dca9ce1ae6703c1e877ec8123d106
|
checksum: 6c960f1805aa187b3217809dab3f9f6e079312c93ab14e3fed5bf948ef4e400f
|
||||||
- url: https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz
|
- url: https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz
|
||||||
extract_to: zig-xkbcommon
|
extract_to: zig-xkbcommon
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
# The prepare function is executed in the root of the temp directory
|
# The prepare function is executed in the root of the temp directory
|
||||||
# This function is used for putting downloaded files to the correct location or applying patches
|
# This function is used for putting downloaded files to the correct location or applying patches
|
||||||
prepare() {
|
prepare() {
|
||||||
|
cd "$BPM_SOURCE"
|
||||||
|
|
||||||
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-pixman
|
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-pixman
|
||||||
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wayland
|
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wayland
|
||||||
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wlroots
|
zig fetch --global-cache-dir ./zig-global-cache "$BPM_WORKDIR"/zig-wlroots
|
||||||
|
|||||||
Reference in New Issue
Block a user