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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,30 +91,30 @@ Currently packages are tested on / crosscompiled for the following architectures

| package | version | maintainer | notes |
|:--------|:--------|:-----------|:------|
| aquamarine | 0.9.5 | [Encoded14](https://github.com/Encoded14) | |
| glaze | 6.0.3 | [Encoded14](https://github.com/Encoded14) | |
| aquamarine | 0.10.0 | [Encoded14](https://github.com/Encoded14) | |
| glaze | 6.1.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprcursor | 0.1.13 | [Encoded14](https://github.com/Encoded14) | |
| hyprgraphics | 0.3.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprgraphics | 0.4.0 | [Encoded14](https://github.com/Encoded14) | |
| hypridle | 0.1.7 | [Encoded14](https://github.com/Encoded14) | |
| hyprland-guiutils | 0.1.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprland-guiutils | 0.2.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprland-protocols | 0.7.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprland-qt-support | 0.1.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprland | 0.52.1 | [Encoded14](https://github.com/Encoded14) | |
| hyprlang | 0.6.4 | [Encoded14](https://github.com/Encoded14) | |
| hyprland | 0.52.2 | [Encoded14](https://github.com/Encoded14) | |
| hyprlang | 0.6.7 | [Encoded14](https://github.com/Encoded14) | |
| hyprlock | 0.9.2 | [Encoded14](https://github.com/Encoded14) | |
| hyprpaper | 0.7.5 | [Encoded14](https://github.com/Encoded14) | |
| hyprpaper | 0.7.6 | [Encoded14](https://github.com/Encoded14) | |
| hyprpicker | 0.4.5 | [Encoded14](https://github.com/Encoded14) | Due to this package being in the upstream repos you need to either build it manually or temporarily give this repo higher priority `sudo xbps-install --repository=https://raw.githubusercontent.com/Encoded14/void-extra/repository-x86_64 hyprpicker` |
| hyprpolkitagent | 0.1.3 | [Encoded14](https://github.com/Encoded14) | |
| hyprshot | 1.3.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprsunset | 0.3.3 | [Encoded14](https://github.com/Encoded14) | |
| hyprsysteminfo | 0.1.3 | [Encoded14](https://github.com/Encoded14) | |
| hyprtoolkit | 0.3.0 | [Encoded14](https://github.com/Encoded14) | |
| hyprutils | 0.10.2 | [Encoded14](https://github.com/Encoded14) | |
| hyprtoolkit | 0.4.1 | [Encoded14](https://github.com/Encoded14) | |
| hyprutils | 0.10.4 | [Encoded14](https://github.com/Encoded14) | |
| hyprwayland-scanner | 0.4.5 | [Encoded14](https://github.com/Encoded14) | |
| xdg-desktop-portal-hyprland | 3.4.0 | [Encoded14](https://github.com/Encoded14) | |
| libspng | 0.7.4 | [Encoded14](https://github.com/Encoded14) | |
| ly | 1.0.3 | [Encoded14](https://github.com/Encoded14) | compatibility: i686 x86_64 only |
| sdbus-cpp | 2.1.0 | [Encoded14](https://github.com/Encoded14) | |
| sdbus-cpp | 2.2.1 | [Encoded14](https://github.com/Encoded14) | |
| tomlplusplus | 3.4.0 | [Encoded14](https://github.com/Encoded14) | |
| zen-browser (stable) | 1.17.6b | [Encoded14](https://github.com/Encoded14) | compatibility: glibc only |

Expand Down
6 changes: 3 additions & 3 deletions shlibs_append
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libaquamarine.so.8 aquamarine-0.9.5_1
libaquamarine.so.9 aquamarine-0.10.0_1
libhyprcursor.so.0 hyprcursor-0.1.13_1
libhyprlang.so.2 hyprlang-0.6.4_2
libhyprgraphics.so.2 hyprgraphics-0.3.0_1
libhyprtoolkit.so.3 hyprtoolkit-0.3.0_1
libhyprgraphics.so.3 hyprgraphics-0.4.0_1
libhyprtoolkit.so.4 hyprtoolkit-0.4.0_1
libhyprutils.so.9 hyprutils-0.10.0_1
libsdbus-c++.so.2 sdbus-cpp-2.1.0_1
libspng.so.0 libspng-0.7.4_1
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/aquamarine/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'aquamarine'
pkgname=aquamarine
version=0.9.5
revision=2
version=0.10.0
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr"
Expand All @@ -14,5 +14,5 @@ license="LGPL-3.0-only"
homepage="https://hyprland.org/hyprlang/index.html"
changelog="https://github.com/hyprwm/aquamarine/releases"
distfiles="https://github.com/hyprwm/aquamarine/archive/refs/tags/v${version}.tar.gz"
checksum=657e4752542872549a556d9facb8a525276b4edd5ca197818835904768aaad40
checksum=0ec80c86dd94d7f2836aac9ed415b9170109bd77048de791d837ee729f1ad76a
make_check=no # cant run in sandbox
4 changes: 2 additions & 2 deletions srcpkgs/glaze/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'glaze'
pkgname=glaze
version=6.0.3
version=6.1.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release \
Expand All @@ -11,7 +11,7 @@ maintainer="Encoded14 <linusken@tuta.io>"
license="MIT"
homepage="https://github.com/stephenberry/glaze"
distfiles="https://github.com/stephenberry/glaze/archive/refs/tags/v${version}.tar.gz"
checksum=f73f70b813df0bf1536c4bb868aec7c0e55f9160b8798b6fc9d66735ab475ef4
checksum=4ec01e893363701735d1ef3842fa77a74c4a664edaf08d6a1da0e744900d4125

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/hyprgraphics/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprgraphics'
pkgname=hyprgraphics
version=0.3.0
version=0.4.0
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr"
Expand All @@ -13,7 +13,7 @@ maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprgraphics"
distfiles="https://github.com/hyprwm/hyprgraphics/archive/refs/tags/v${version}.tar.gz"
checksum=01ccac9fdb269be7990358e14eccfda07e641885ba6a14fbafa1dfa7617d16ff
checksum=1ee818778eafd36919a463481fe0838ea3440d53fbd2305a5bf1449c61148678
make_check=no # cant run in sandbox

post_install() {
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/hyprland-guiutils/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Template file for 'hyprland-guiutils'
pkgname=hyprland-guiutils
version=0.1.0
version=0.2.0
revision=2
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr"
hostmakedepends="cmake ninja pkgconf"
makedepends="aquamarine cairo-devel hyprgraphics hyprlang
hyprtoolkit hyprutils libdrm-devel pixman-devel"
hyprtoolkit hyprutils libdrm-devel pixman-devel libxkbcommon-devel"
depends="hyprland-qt-support"
short_desc="Hyprland GUI utilities (successor to hyprland-qtutils)"
maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprland-guiutils"
distfiles="https://github.com/hyprwm/hyprland-guiutils/archive/refs/tags/v${version}.tar.gz"
checksum=4edb387a49b29cc547c991e3238a3e6de69336408ba4d9881ab1ba4d6a9dd542
checksum=9b24c0662dd0fca18ad171300a09517ee05ab8a2099749792975259db5d2bc21

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/hyprland/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprland'
pkgname=hyprland
version=0.52.1
version=0.52.2
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
Expand All @@ -18,7 +18,7 @@ license="BSD-3-Clause"
homepage="https://hyprland.org/"
changelog="https://github.com/hyprwm/Hyprland/releases"
distfiles="https://github.com/hyprwm/Hyprland/releases/download/v${version}/source-v${version}.tar.gz"
checksum=c43dac6064abdc51b62065cbae8130887ece0b5834a61d6d99fdb2624111ff25
checksum=57b4db99896cad8388482b945b119b206fd7ea94638793b550210be08274d7dd
make_check=no # cant run in sandbox

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/hyprlang/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprlang'
pkgname=hyprlang
version=0.6.4
version=0.6.7
revision=2
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
Expand All @@ -13,4 +13,4 @@ license="LGPL-3.0-only"
homepage="https://hyprland.org/hyprlang/index.html"
changelog="https://github.com/hyprwm/hyprlang/releases"
distfiles="https://github.com/hyprwm/hyprlang/archive/refs/tags/v${version}.tar.gz"
checksum=cd7395eaeb1eee90ebeba9c1330a7635709dd0900ebbe349a7aa5702ba4d613f
checksum=e8d54af895ec04fe99553c68d1255dceddb43723ada4a134acdd46bfe1dbf924
4 changes: 2 additions & 2 deletions srcpkgs/hyprpaper/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprpaper'
pkgname=hyprpaper
version=0.7.5
version=0.7.6
revision=3
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr"
Expand All @@ -12,7 +12,7 @@ maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprpaper"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum="93efc089c7051e6727ac5eac402ebd254199e93ac3efd6fe7dd37a52ddc1cc33"
checksum=a19f59e21abb8b1e3f4103ffeeac7c4658c1c09433047979836b2210a4edc40e

post_install() {
vlicense LICENSE
Expand Down

This file was deleted.

12 changes: 0 additions & 12 deletions srcpkgs/hyprtoolkit/patches/0002-fix-waylandpopup-value_or.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/hyprtoolkit/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprtoolkit'
pkgname=hyprtoolkit
version=0.3.0
version=0.4.1
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
Expand All @@ -14,7 +14,7 @@ maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprgraphics"
distfiles="https://github.com/hyprwm/hyprtoolkit/archive/refs/tags/v${version}.tar.gz"
checksum=9f7e1a0a7bfe31ef769bfa9dfaef211f193f38b10e0823320336578ecee13d55
checksum=4728566eaafcfb5cf14022642b5ae0e8dd8a38cba902e4b37857f6e5d86a5b19
make_check=no # cant run in sandbox

post_install() {
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/hyprutils/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprutils'
pkgname=hyprutils
version=0.10.2
version=0.10.4
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
Expand All @@ -12,7 +12,7 @@ maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprutils"
distfiles="https://github.com/hyprwm/hyprutils/archive/refs/tags/v${version}.tar.gz"
checksum=f468997ee10d2f38413f65e099f717a88c6b7c0a0aba64d2c663d5508dfb5439
checksum=054464eec86b1da8c91b950dc4db88e69f1364290c8cfa5e40d5a21df3944421

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/sdbus-cpp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'sdbus-cpp'
pkgname=sdbus-cpp
version=2.1.0
version=2.2.1
revision=1
build_style=cmake
hostmakedepends="pkgconf"
Expand All @@ -11,7 +11,7 @@ license="LGPL-2.1-only"
homepage="https://github.com/Kistler-Group/sdbus-cpp"
changelog="https://github.com/Kistler-Group/${pkgname}/releases"
distfiles="https://github.com/Kistler-Group/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum=6025e5dc6cddd532ff960d14e68ced5f42a1916b23a73fea6bcb437f06992eaf
checksum=da69a0104beb6e51415a59f1571a47beb1eacc65cc6027b250eb1cf13ff4f802

post_install() {
vlicense COPYING
Expand Down