diff options
Diffstat (limited to 'wayland')
88 files changed, 443 insertions, 65 deletions
diff --git a/wayland/cage/build b/wayland/cage/build index b323addb..77a0e800 100755 --- a/wayland/cage/build +++ b/wayland/cage/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Dman-pages=enabled \ diff --git a/wayland/cage/checksums b/wayland/cage/checksums index e28095ce..28168be2 100644 --- a/wayland/cage/checksums +++ b/wayland/cage/checksums @@ -1 +1,2 @@ -dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90 cage-0.1.4.tar.gz +%BLAKE3 +49fd3a8acf8adb3de24eb625dc5ea526c676b5262c4eb0f2c9915fb98eff701c cage-0.2.0.tar.gz diff --git a/wayland/cage/sources b/wayland/cage/sources index a7665907..68573972 100644 --- a/wayland/cage/sources +++ b/wayland/cage/sources @@ -1 +1 @@ -https://github.com/Hjdskes/cage/releases/download/v0.1.4/cage-0.1.4.tar.gz +https://github.com/cage-kiosk/cage/releases/download/v0.2.0/cage-0.2.0.tar.gz diff --git a/wayland/cage/version b/wayland/cage/version index 3aefaafc..8c676773 100644 --- a/wayland/cage/version +++ b/wayland/cage/version @@ -1 +1 @@ -0.1.4 1 +2.0 1 diff --git a/wayland/fcft/build b/wayland/fcft/build index 3fb5a269..ef5908cf 100755 --- a/wayland/fcft/build +++ b/wayland/fcft/build @@ -1,13 +1,10 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ - -Dtext-shaping=enabled \ + -Drun-shaping=enabled \ . output ninja -C output ninja -C output install - -# Remove unneeded files -rm -r "$1/usr/share/doc" diff --git a/wayland/fcft/checksums b/wayland/fcft/checksums index 41675176..6ea5dc6a 100644 --- a/wayland/fcft/checksums +++ b/wayland/fcft/checksums @@ -1 +1,2 @@ -b17fcf556e2beecacd0b5dbcdf4441b737850576446f33342a3577b6afd09ee9 2.4.5.tar.gz +%BLAKE3 +f66aa7604dd1045e697fe10b0002ebba951b04c8c13eecca6d90ee92e46314a0 3.1.8.tar.gz diff --git a/wayland/fcft/depends b/wayland/fcft/depends index 2d3469db..b8ff1add 100644 --- a/wayland/fcft/depends +++ b/wayland/fcft/depends @@ -1,5 +1,6 @@ fontconfig freetype-harfbuzz +libutf8proc make pixman scdoc make tllist make diff --git a/wayland/fcft/sources b/wayland/fcft/sources index 7eeb16ed..02deec9c 100644 --- a/wayland/fcft/sources +++ b/wayland/fcft/sources @@ -1 +1 @@ -https://codeberg.org/dnkl/fcft/archive/2.4.5.tar.gz +https://codeberg.org/dnkl/fcft/archive/3.1.8.tar.gz diff --git a/wayland/fcft/version b/wayland/fcft/version index 63387896..e0370c9f 100644 --- a/wayland/fcft/version +++ b/wayland/fcft/version @@ -1 +1 @@ -2.4.5 1 +3.1.8 1 diff --git a/wayland/foot/build b/wayland/foot/build index ae86f435..3156b9d5 100755 --- a/wayland/foot/build +++ b/wayland/foot/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Ddocs=enabled \ diff --git a/wayland/foot/checksums b/wayland/foot/checksums index 20ea0067..3735935d 100644 --- a/wayland/foot/checksums +++ b/wayland/foot/checksums @@ -1,2 +1,2 @@ %BLAKE3 -5ab5439190c4ff3e6008aaa826b9f3dee684929854d0f6d404caa30791238d9b 1.9.0.tar.gz +191b6286e7652e513e5df2d4511deac3e07c4e4d59543718f471a636b739f46a 1.16.2.tar.gz diff --git a/wayland/foot/sources b/wayland/foot/sources index c84d7ec3..3b9b9edc 100644 --- a/wayland/foot/sources +++ b/wayland/foot/sources @@ -1 +1 @@ -https://codeberg.org/dnkl/foot/archive/1.9.0.tar.gz +https://codeberg.org/dnkl/foot/archive/1.16.2.tar.gz diff --git a/wayland/foot/version b/wayland/foot/version index 67fe23c8..a973c446 100644 --- a/wayland/foot/version +++ b/wayland/foot/version @@ -1 +1 @@ -1.9.0 1 +1.16.2 1 diff --git a/wayland/grim/checksums b/wayland/grim/checksums index 81fb5ade..27fa3cf7 100644 --- a/wayland/grim/checksums +++ b/wayland/grim/checksums @@ -1 +1,2 @@ -42c2952e98389506156c08e40e0c37afdc2ec5ef4d55a5a4febde6acdac4d1c8 grim-1.3.2.tar.gz +%BLAKE3 +70170a919083394bb8013eb9bac56130e95db48af3e9af75d16046cf6c8f825f v1.4.1.tar.gz diff --git a/wayland/grim/meta b/wayland/grim/meta new file mode 100644 index 00000000..1f2ab364 --- /dev/null +++ b/wayland/grim/meta @@ -0,0 +1,3 @@ +description: Grab images from a Wayland compositor +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/grim/sources b/wayland/grim/sources index 961c4086..cc1875cc 100644 --- a/wayland/grim/sources +++ b/wayland/grim/sources @@ -1 +1 @@ -https://github.com/emersion/grim/releases/download/v1.3.2/grim-1.3.2.tar.gz +https://git.sr.ht/~emersion/grim/archive/v1.4.1.tar.gz diff --git a/wayland/grim/version b/wayland/grim/version index a8cebfe5..e187c17e 100644 --- a/wayland/grim/version +++ b/wayland/grim/version @@ -1 +1 @@ -1.3.2 1 +1.4.1 1 diff --git a/wayland/imv/build b/wayland/imv/build new file mode 100755 index 00000000..3217d9ad --- /dev/null +++ b/wayland/imv/build @@ -0,0 +1,17 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +clsed '/^directory =/s/=.*/= inih/' subprojects/inih.wrap + +cl-meson \ + -Dlibjpeg=enabled \ + -Dlibpng=enabled \ + -Dlibtiff=enabled \ + -Dlibrsvg="$(cpt l -C librsvg enabled disabled)" \ + -Dunicode=grapheme \ + -Dwindows=wayland \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/imv/checksums b/wayland/imv/checksums new file mode 100644 index 00000000..b4136788 --- /dev/null +++ b/wayland/imv/checksums @@ -0,0 +1,3 @@ +%BLAKE3 +bbcc11b702ed9554ddc460f629b3ed39be0395aaf1f8d6ead2d2cb32780c4f14 v4.4.0.tar.gz +3f3775e97c033b812a8a45c1587d6003fff54c99b64102ec366fe2e86f649e9b r52.tar.gz diff --git a/wayland/imv/depends b/wayland/imv/depends new file mode 100644 index 00000000..2427b84e --- /dev/null +++ b/wayland/imv/depends @@ -0,0 +1,11 @@ +cairo +glib +libgrapheme +libjpeg-turbo +libpng +libxkbcommon +mesa +meson make +pango +tiff +wayland diff --git a/wayland/imv/meta b/wayland/imv/meta new file mode 100644 index 00000000..3850de6a --- /dev/null +++ b/wayland/imv/meta @@ -0,0 +1,3 @@ +description: Image viewer for Wayland +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/imv/patches/0001-support-libgrapheme.patch b/wayland/imv/patches/0001-support-libgrapheme.patch new file mode 100644 index 00000000..693a8921 --- /dev/null +++ b/wayland/imv/patches/0001-support-libgrapheme.patch @@ -0,0 +1,129 @@ +From a83304d4d673aae6efed51da1986bd7315a4d642 Mon Sep 17 00:00:00 2001 +From: Cem Keylan <cem@ckyln.com> +Date: Tue, 7 Dec 2021 14:40:57 +0100 +Subject: [PATCH] Add support for libgrapheme as an icu replacement + +--- + meson.build | 11 ++++++++++- + meson_options.txt | 8 ++++++++ + src/console.c | 28 ++++++++++++++++++++++++++++ + 3 files changed, 46 insertions(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index 7cf64b5..26ee0a1 100644 +--- a/meson.build ++++ b/meson.build +@@ -38,6 +38,15 @@ else + target_single_ws = false + endif + ++_unicode = get_option('unicode') ++if _unicode == 'icu' ++ unicode_lib = dependency('icu-io') ++ add_project_arguments('-DIMV_USE_ICU', language: 'c') ++elif _unicode == 'grapheme' ++ unicode_lib = cc.find_library('grapheme') ++ add_project_arguments('-DIMV_USE_GRAPHEME', language: 'c') ++endif ++ + gl_dep = dependency('gl', required: false) + if not gl_dep.found() + # libglvnd fallback for pure-wayland systems +@@ -49,7 +58,7 @@ deps_for_imv = [ + gl_dep, + dependency('threads'), + dependency('xkbcommon'), +- dependency('icu-io'), ++ unicode_lib, + dependency('inih', fallback : ['inih', 'inih_dep']), + m_dep, + ] +diff --git a/meson_options.txt b/meson_options.txt +index 389b7fd..c13ef7a 100644 +--- a/meson_options.txt ++++ b/meson_options.txt +@@ -8,6 +8,14 @@ option('windows', + description : 'window system to use' + ) + ++# Unicode backend - default is ICU ++option('unicode', ++ type: 'combo', ++ value: 'icu', ++ choices : ['icu', 'grapheme'], ++ description : 'unicode library to use' ++) ++ + option('test', + type : 'feature', + description : 'enable tests' +diff --git a/src/console.c b/src/console.c +index 073274f..323383f 100644 +--- a/src/console.c ++++ b/src/console.c +@@ -6,8 +6,15 @@ + #include <ctype.h> + #include <stdlib.h> + #include <string.h> ++ ++#ifdef IMV_USE_ICU + #include <unicode/utext.h> + #include <unicode/ubrk.h> ++#endif ++ ++#ifdef IMV_USE_GRAPHEME ++#include <grapheme.h> ++#endif + + struct imv_console { + char *buffer; +@@ -25,6 +32,7 @@ struct imv_console { + /* Iterates forwards over characters in a UTF-8 string */ + static size_t next_char(char *buffer, size_t position) + { ++ #if defined(IMV_USE_ICU) + size_t result = position; + UErrorCode status = U_ZERO_ERROR; + UText *ut = utext_openUTF8(NULL, buffer, -1, &status); +@@ -42,11 +50,19 @@ static size_t next_char(char *buffer, size_t position) + utext_close(ut); + assert(U_SUCCESS(status)); + return result; ++ #elif defined(IMV_USE_GRAPHEME) ++ if (buffer[position] != 0) { ++ return position + grapheme_bytelen(buffer + position); ++ } else { ++ return position; ++ } ++ #endif + } + + /* Iterates backwards over characters in a UTF-8 string */ + static size_t prev_char(char *buffer, size_t position) + { ++ #if defined(IMV_USE_ICU) + size_t result = position; + UErrorCode status = U_ZERO_ERROR; + UText *ut = utext_openUTF8(NULL, buffer, -1, &status); +@@ -64,6 +80,18 @@ static size_t prev_char(char *buffer, size_t position) + utext_close(ut); + assert(U_SUCCESS(status)); + return result; ++ ++ #elif defined(IMV_USE_GRAPHEME) ++ size_t result = 0; ++ size_t step; ++ do { ++ step = grapheme_bytelen(buffer + result); ++ if (result + step >= position) ++ break; ++ result += step; ++ } while (step > 0); ++ return result; ++ #endif + } + + static void add_to_history(struct list *history, const char *line) +-- +2.32.0 + diff --git a/wayland/imv/patches/0002-console-update-libgrapheme-API-to-version-1.patch b/wayland/imv/patches/0002-console-update-libgrapheme-API-to-version-1.patch new file mode 100644 index 00000000..d92eaef2 --- /dev/null +++ b/wayland/imv/patches/0002-console-update-libgrapheme-API-to-version-1.patch @@ -0,0 +1,39 @@ +From 3e76c68e6de460e0b49402962eee47555e2711ce Mon Sep 17 00:00:00 2001 +From: Cem Keylan <cem@ckyln.com> +Date: Wed, 22 Dec 2021 18:45:43 +0100 +Subject: [PATCH imv] console: update libgrapheme API to version 1 + +--- +libgrapheme has recently seen its first release, along with some API +changes. I have updated the functions to match the current API. The +dedicated page for the library is now on +<https://libs.suckless.org/libgrapheme>. + + src/console.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/console.c b/src/console.c +index 323383f..9db18e7 100644 +--- a/src/console.c ++++ b/src/console.c +@@ -52,7 +52,7 @@ static size_t next_char(char *buffer, size_t position) + return result; + #elif defined(IMV_USE_GRAPHEME) + if (buffer[position] != 0) { +- return position + grapheme_bytelen(buffer + position); ++ return position + grapheme_next_character_break(buffer + position, SIZE_MAX); + } else { + return position; + } +@@ -85,7 +85,7 @@ static size_t prev_char(char *buffer, size_t position) + size_t result = 0; + size_t step; + do { +- step = grapheme_bytelen(buffer + result); ++ step = grapheme_next_character_break(buffer + result, SIZE_MAX); + if (result + step >= position) + break; + result += step; +-- +2.34.1 + diff --git a/wayland/imv/patches/0003-console-update-libgrapheme-API-to-version-2.0.0.patch b/wayland/imv/patches/0003-console-update-libgrapheme-API-to-version-2.0.0.patch new file mode 100644 index 00000000..3afdf52d --- /dev/null +++ b/wayland/imv/patches/0003-console-update-libgrapheme-API-to-version-2.0.0.patch @@ -0,0 +1,38 @@ +From 10ddb6571e811be121ed62d5725ddaf40e3923dc Mon Sep 17 00:00:00 2001 +From: Cem Keylan <cem@ckyln.com> +Date: Fri, 7 Oct 2022 13:03:15 +0200 +Subject: [PATCH] console: update libgrapheme API to version 2.0.0 + +libgrapheme recently saw its second major version which was "refactored +for correctness and conformance"[1]. + +[1]: http://lists.suckless.org/news/2210/0036.html +--- + src/console.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/console.c b/src/console.c +index 9db18e7..22803e1 100644 +--- a/src/console.c ++++ b/src/console.c +@@ -52,7 +52,7 @@ static size_t next_char(char *buffer, size_t position) + return result; + #elif defined(IMV_USE_GRAPHEME) + if (buffer[position] != 0) { +- return position + grapheme_next_character_break(buffer + position, SIZE_MAX); ++ return position + grapheme_next_character_break_utf8(buffer + position, SIZE_MAX); + } else { + return position; + } +@@ -85,7 +85,7 @@ static size_t prev_char(char *buffer, size_t position) + size_t result = 0; + size_t step; + do { +- step = grapheme_next_character_break(buffer + result, SIZE_MAX); ++ step = grapheme_next_character_break_utf8(buffer + result, SIZE_MAX); + if (result + step >= position) + break; + result += step; +-- +2.38.0 + diff --git a/wayland/imv/sources b/wayland/imv/sources new file mode 100644 index 00000000..267de77d --- /dev/null +++ b/wayland/imv/sources @@ -0,0 +1,2 @@ +https://git.sr.ht/~exec64/imv/archive/v4.4.0.tar.gz +https://github.com/benhoyt/inih/archive/r52.tar.gz subprojects/inih diff --git a/wayland/imv/version b/wayland/imv/version new file mode 100644 index 00000000..2ee55c7f --- /dev/null +++ b/wayland/imv/version @@ -0,0 +1 @@ +4.4.0 1 diff --git a/wayland/libxkbcommon/build b/wayland/libxkbcommon/build new file mode 100755 index 00000000..c93bcb7a --- /dev/null +++ b/wayland/libxkbcommon/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + -Denable-docs=false \ + -Denable-wayland=true \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/libxkbcommon/checksums b/wayland/libxkbcommon/checksums new file mode 100644 index 00000000..600f29b2 --- /dev/null +++ b/wayland/libxkbcommon/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +b74fa481f2dc82589d943791e0880060794dcf7a8a848c95171def4ccceddc38 xkbcommon-1.7.0.tar.gz diff --git a/wayland/libxkbcommon/depends b/wayland/libxkbcommon/depends new file mode 100644 index 00000000..c3ffd0c1 --- /dev/null +++ b/wayland/libxkbcommon/depends @@ -0,0 +1,4 @@ +libxcb +libxml2 +meson make +wayland diff --git a/wayland/libxkbcommon/meta b/wayland/libxkbcommon/meta new file mode 100644 index 00000000..cb74ff1c --- /dev/null +++ b/wayland/libxkbcommon/meta @@ -0,0 +1,3 @@ +description: Library to handle keyboard descriptions +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/libxkbcommon/sources b/wayland/libxkbcommon/sources new file mode 100644 index 00000000..18ff9487 --- /dev/null +++ b/wayland/libxkbcommon/sources @@ -0,0 +1 @@ +https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-1.7.0.tar.gz diff --git a/wayland/libxkbcommon/version b/wayland/libxkbcommon/version new file mode 100644 index 00000000..abd32472 --- /dev/null +++ b/wayland/libxkbcommon/version @@ -0,0 +1 @@ +1.7.0 1 diff --git a/wayland/mako/checksums b/wayland/mako/checksums index 5af719e8..e1c2c438 100644 --- a/wayland/mako/checksums +++ b/wayland/mako/checksums @@ -1 +1,2 @@ -9f43cba9e1b43c69be8c9e4a79c358b3cd22153ca3ffb8bf0ee7aa30c59b2fc2 mako-1.6.tar.gz +%BLAKE3 +83a230dc811435999fab0cb2e14e03098b885145746f17733561cfe597c61aa1 mako-1.9.0.tar.gz diff --git a/wayland/mako/depends b/wayland/mako/depends index 34655818..488cbf1b 100644 --- a/wayland/mako/depends +++ b/wayland/mako/depends @@ -1,3 +1,4 @@ +basu cairo dbus meson make diff --git a/wayland/mako/meta b/wayland/mako/meta new file mode 100644 index 00000000..c626dc59 --- /dev/null +++ b/wayland/mako/meta @@ -0,0 +1,3 @@ +description: Lightweight Wayland notification daemon +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/mako/sources b/wayland/mako/sources index eacd639f..8c3aa384 100644 --- a/wayland/mako/sources +++ b/wayland/mako/sources @@ -1 +1 @@ -https://github.com/emersion/mako/releases/download/v1.6/mako-1.6.tar.gz +https://github.com/emersion/mako/releases/download/v1.9.0/mako-1.9.0.tar.gz diff --git a/wayland/mako/version b/wayland/mako/version index bfa5a6a4..67fe23c8 100644 --- a/wayland/mako/version +++ b/wayland/mako/version @@ -1 +1 @@ -1.6.0 1 +1.9.0 1 diff --git a/wayland/slurp/checksums b/wayland/slurp/checksums index 39fd8fcd..dc92ecab 100644 --- a/wayland/slurp/checksums +++ b/wayland/slurp/checksums @@ -1 +1,2 @@ -005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876 slurp-1.3.2.tar.gz +%BLAKE3 +7f8de66904374efcb2f843e673aa48efdf26429f271539570c3eae28be1d15aa slurp-1.4.0.tar.gz diff --git a/wayland/slurp/meta b/wayland/slurp/meta new file mode 100644 index 00000000..4eed9bd0 --- /dev/null +++ b/wayland/slurp/meta @@ -0,0 +1,3 @@ +description: Select a region in a Wayland compositor +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/slurp/sources b/wayland/slurp/sources index 2eaddc06..0d16cbeb 100644 --- a/wayland/slurp/sources +++ b/wayland/slurp/sources @@ -1 +1 @@ -https://github.com/emersion/slurp/releases/download/v1.3.2/slurp-1.3.2.tar.gz +https://github.com/emersion/slurp/releases/download/v1.4.0/slurp-1.4.0.tar.gz diff --git a/wayland/slurp/version b/wayland/slurp/version index a8cebfe5..bf41768f 100644 --- a/wayland/slurp/version +++ b/wayland/slurp/version @@ -1 +1 @@ -1.3.2 1 +1.4.0 1 diff --git a/wayland/sway/checksums b/wayland/sway/checksums index 19467442..7603ba55 100644 --- a/wayland/sway/checksums +++ b/wayland/sway/checksums @@ -1 +1,2 @@ -8b138867cd83217de07138144b1279fe58e0421eb10c91122aa33c8770fe7391 1.6.1.tar.gz +%BLAKE3 +ce0796116a444729b68bd03da4b76d2ddf14958baac84179ee535dad7c0ebc44 1.9.tar.gz diff --git a/wayland/sway/depends b/wayland/sway/depends index d101aa71..ed68f652 100644 --- a/wayland/sway/depends +++ b/wayland/sway/depends @@ -2,8 +2,8 @@ cairo gdk-pixbuf json-c meson make -pcre +pcre2 scdoc make wayland wayland-protocols make -wlroots +wlroots-0.17 diff --git a/wayland/sway/sources b/wayland/sway/sources index 5b28eedd..5ad57976 100644 --- a/wayland/sway/sources +++ b/wayland/sway/sources @@ -1 +1 @@ -https://github.com/swaywm/sway/archive/1.6.1.tar.gz +https://github.com/swaywm/sway/archive/1.9.tar.gz diff --git a/wayland/sway/version b/wayland/sway/version index b109a380..6346e5cc 100644 --- a/wayland/sway/version +++ b/wayland/sway/version @@ -1 +1 @@ -1.6.1 1 +1.9 1 diff --git a/wayland/swaybg/build b/wayland/swaybg/build index 6a83672a..62f40e47 100755 --- a/wayland/swaybg/build +++ b/wayland/swaybg/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Dgdk-pixbuf=enabled \ diff --git a/wayland/swaybg/checksums b/wayland/swaybg/checksums index 63ece8bb..469f9d6c 100644 --- a/wayland/swaybg/checksums +++ b/wayland/swaybg/checksums @@ -1 +1,2 @@ -958f425310514ae2aae064595c3e7efba2187b0d2947136c49188558fdb367b1 v1.1.tar.gz +%BLAKE3 +92034d5d6a85f8de3d8dc74ba811f4eb540d8c13ce5b44f1630353a6501fa963 v1.2.0.tar.gz diff --git a/wayland/swaybg/sources b/wayland/swaybg/sources index 022de9de..b83b8514 100644 --- a/wayland/swaybg/sources +++ b/wayland/swaybg/sources @@ -1 +1 @@ -https://github.com/swaywm/swaybg/archive/refs/tags/v1.1.tar.gz +https://github.com/swaywm/swaybg/archive/refs/tags/v1.2.0.tar.gz diff --git a/wayland/swaybg/version b/wayland/swaybg/version index f8b0b375..8b9a47f0 100644 --- a/wayland/swaybg/version +++ b/wayland/swaybg/version @@ -1 +1 @@ -1.1 1 +1.2.0 1 diff --git a/wayland/swayidle/checksums b/wayland/swayidle/checksums index fb350027..5fce51c7 100644 --- a/wayland/swayidle/checksums +++ b/wayland/swayidle/checksums @@ -1,2 +1,2 @@ %BLAKE3 -c30e3492311e150248e5c014b6d0cfb5b6921cf7631692e136a54f7e96d40df7 swayidle-1.7.tar.gz +9508537f77e219f2924a8a56d2c07866d2e5516dae87683ff29b99ce55751fec swayidle-1.8.0.tar.gz diff --git a/wayland/swayidle/sources b/wayland/swayidle/sources index acb6cc2b..57521c68 100644 --- a/wayland/swayidle/sources +++ b/wayland/swayidle/sources @@ -1 +1 @@ -https://github.com/swaywm/swayidle/releases/download/1.7/swayidle-1.7.tar.gz +https://github.com/swaywm/swayidle/releases/download/1.8.0/swayidle-1.8.0.tar.gz diff --git a/wayland/swayidle/version b/wayland/swayidle/version index 46b73aef..ab764544 100644 --- a/wayland/swayidle/version +++ b/wayland/swayidle/version @@ -1 +1 @@ -1.7 1 +1.8.0 1 diff --git a/wayland/wayland-protocols/build b/wayland/wayland-protocols/build index 8539e86a..20b55fd4 100755 --- a/wayland/wayland-protocols/build +++ b/wayland/wayland-protocols/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ . output diff --git a/wayland/wayland-protocols/checksums b/wayland/wayland-protocols/checksums index 5551995b..92a6ef22 100644 --- a/wayland/wayland-protocols/checksums +++ b/wayland/wayland-protocols/checksums @@ -1,2 +1,2 @@ %BLAKE3 -71f68c09a26b1928083bf926343b263ba8c2e6925fda723e7b64cfc1d97a9b1c wayland-protocols-1.23.tar.xz +7d5256d4fcd67434f86b9178f6e70e145a1f00d3a258bd7ea7aa15726094f51c wayland-protocols-1.37.tar.xz diff --git a/wayland/wayland-protocols/sources b/wayland/wayland-protocols/sources index 7e69c715..dbefb6a3 100644 --- a/wayland/wayland-protocols/sources +++ b/wayland/wayland-protocols/sources @@ -1 +1 @@ -https://wayland.freedesktop.org/releases/wayland-protocols-1.23.tar.xz +https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.37/downloads/wayland-protocols-1.37.tar.xz diff --git a/wayland/wayland-protocols/version b/wayland/wayland-protocols/version index 843b2ed1..f1e30544 100644 --- a/wayland/wayland-protocols/version +++ b/wayland/wayland-protocols/version @@ -1 +1 @@ -1.23 1 +1.37 1 diff --git a/wayland/wayland/build b/wayland/wayland/build index c4ea832a..06250677 100755 --- a/wayland/wayland/build +++ b/wayland/wayland/build @@ -1,9 +1,12 @@ #!/bin/sh -e -./configure \ - --prefix=/usr \ - --enable-static \ - --disable-documentation +export DESTDIR="$1" -make -make DESTDIR="$1" install +cl-meson \ + --default-library=both \ + -Ddocumentation=false \ + -Dtests=false \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/wayland/checksums b/wayland/wayland/checksums index 91a202f1..c83286b7 100644 --- a/wayland/wayland/checksums +++ b/wayland/wayland/checksums @@ -1 +1,2 @@ -baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 wayland-1.19.0.tar.xz +%BLAKE3 +403b31c48beeb88a8d04435b427e2d1fc8e50e81e936b50885325ca9f87ae0db wayland-1.23.1.tar.xz diff --git a/wayland/wayland/sources b/wayland/wayland/sources index 9e20a50b..42b8883c 100644 --- a/wayland/wayland/sources +++ b/wayland/wayland/sources @@ -1 +1 @@ -https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz +https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.1/downloads/wayland-1.23.1.tar.xz diff --git a/wayland/wayland/version b/wayland/wayland/version index bc3efcee..90864156 100644 --- a/wayland/wayland/version +++ b/wayland/wayland/version @@ -1 +1 @@ -1.19.0 2 +1.23.1 1 diff --git a/wayland/wl-clipboard/build b/wayland/wl-clipboard/build index 7645e195..21be521d 100755 --- a/wayland/wl-clipboard/build +++ b/wayland/wl-clipboard/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ . output diff --git a/wayland/wl-clipboard/checksums b/wayland/wl-clipboard/checksums index 9814d63c..98b30891 100644 --- a/wayland/wl-clipboard/checksums +++ b/wayland/wl-clipboard/checksums @@ -1 +1,3 @@ -2c42f182432adabe56da0f1144d5fcc40b7aae3d8e14d2bc4dc4c3f91b51808d v2.0.0.tar.gz +%BLAKE3 +f6542deead64f0804935a704c958bfd4baa4d2db2861d733f86f41b8874e9af1 v2.2.1.tar.gz +0fbf07e80bb2eca3b188941762a4d8d0881043842aa854078abd157f56f25b83 v5.tar.gz diff --git a/wayland/wl-clipboard/sources b/wayland/wl-clipboard/sources index 9cd9b7b6..9235bbbb 100644 --- a/wayland/wl-clipboard/sources +++ b/wayland/wl-clipboard/sources @@ -1,2 +1,2 @@ -https://github.com/bugaevc/wl-clipboard/archive/v2.0.0.tar.gz +https://github.com/bugaevc/wl-clipboard/archive/v2.2.1.tar.gz https://github.com/brunelli/wl-clipboard-x11/archive/refs/tags/v5.tar.gz xclip diff --git a/wayland/wl-clipboard/version b/wayland/wl-clipboard/version index b31a7f39..abdf944c 100644 --- a/wayland/wl-clipboard/version +++ b/wayland/wl-clipboard/version @@ -1 +1 @@ -2.0.0 1 +2.2.1 1 diff --git a/wayland/wlr-randr/checksums b/wayland/wlr-randr/checksums index 44e074d8..b466c5cb 100644 --- a/wayland/wlr-randr/checksums +++ b/wayland/wlr-randr/checksums @@ -1 +1,2 @@ -e1b60992e41aebf733f13c2bdd2c70375fd3ddf7f0735bc4183858fda9c18e51 v0.2.0.tar.gz +%BLAKE3 +77a6a14d9b6fa39c86ce8a0f01ec01d76813ca1fab71ab6ab1f17c5ca90c1a50 v0.3.0.tar.gz diff --git a/wayland/wlr-randr/sources b/wayland/wlr-randr/sources index 15c5d848..44cf052d 100644 --- a/wayland/wlr-randr/sources +++ b/wayland/wlr-randr/sources @@ -1 +1 @@ -https://github.com/emersion/wlr-randr/archive/v0.2.0.tar.gz +https://git.sr.ht/~emersion/wlr-randr/archive/v0.3.0.tar.gz diff --git a/wayland/wlr-randr/version b/wayland/wlr-randr/version index 2f7905df..19de110f 100644 --- a/wayland/wlr-randr/version +++ b/wayland/wlr-randr/version @@ -1 +1 @@ -0.2.0 1 +0.3.0 1 diff --git a/wayland/wlroots-0.17/build b/wayland/wlroots-0.17/build new file mode 100755 index 00000000..06b86f6a --- /dev/null +++ b/wayland/wlroots-0.17/build @@ -0,0 +1,16 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + --default-library=both \ + -Db_lto=true \ + -Dexamples=false \ + -Dxwayland=enabled \ + -Dbackends=drm,libinput,x11 \ + -Drenderers=gles2 \ + -Dsession=enabled \ + . build + +ninja -C build +ninja -C build install diff --git a/wayland/wlroots-0.17/checksums b/wayland/wlroots-0.17/checksums new file mode 100644 index 00000000..40717fbb --- /dev/null +++ b/wayland/wlroots-0.17/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +dcf576789777b8a9e02e715730d7647d01c6a9b4f64e4ee10f8c740fd2d58cff wlroots-0.17.4.tar.gz diff --git a/wayland/wlroots-0.17/depends b/wayland/wlroots-0.17/depends new file mode 100644 index 00000000..1432657f --- /dev/null +++ b/wayland/wlroots-0.17/depends @@ -0,0 +1,17 @@ +eudev +hwdata +libX11 +libdisplay-info make +libdrm +libinput +libxcb +libxkbcommon +mesa +meson make +pixman +seatd +wayland +wayland-protocols make +xcb-util-renderutil +xcb-util-wm +xkeyboard-config diff --git a/wayland/wlroots-0.17/meta b/wayland/wlroots-0.17/meta new file mode 100644 index 00000000..40a905e1 --- /dev/null +++ b/wayland/wlroots-0.17/meta @@ -0,0 +1,3 @@ +description: Modular Wayland compositor library (version 0.17) +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/wlroots-0.17/sources b/wayland/wlroots-0.17/sources new file mode 100644 index 00000000..968f9300 --- /dev/null +++ b/wayland/wlroots-0.17/sources @@ -0,0 +1 @@ +https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.17.4/wlroots-0.17.4.tar.gz diff --git a/wayland/wlroots-0.17/version b/wayland/wlroots-0.17/version new file mode 100644 index 00000000..61dcb673 --- /dev/null +++ b/wayland/wlroots-0.17/version @@ -0,0 +1 @@ +0.17.4 1 diff --git a/wayland/wlroots/build b/wayland/wlroots/build index e92a1ff4..06b86f6a 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -4,10 +4,12 @@ export DESTDIR="$1" cl-meson \ --default-library=both \ + -Db_lto=true \ -Dexamples=false \ -Dxwayland=enabled \ - -Dx11-backend=enabled \ + -Dbackends=drm,libinput,x11 \ -Drenderers=gles2 \ + -Dsession=enabled \ . build ninja -C build diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums index 60dff76d..534ea488 100644 --- a/wayland/wlroots/checksums +++ b/wayland/wlroots/checksums @@ -1 +1,2 @@ -448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db 0.14.1.tar.gz +%BLAKE3 +c13009860715083e38d74f091c5791a48965d71a6f44ddf547c5b664e43c04e0 wlroots-0.18.1.tar.gz diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends index 8bda3c4c..1432657f 100644 --- a/wayland/wlroots/depends +++ b/wayland/wlroots/depends @@ -1,5 +1,7 @@ eudev +hwdata libX11 +libdisplay-info make libdrm libinput libxcb @@ -7,7 +9,9 @@ libxkbcommon mesa meson make pixman +seatd wayland wayland-protocols make +xcb-util-renderutil xcb-util-wm xkeyboard-config diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources index bff2e858..c01a501f 100644 --- a/wayland/wlroots/sources +++ b/wayland/wlroots/sources @@ -1 +1 @@ -https://github.com/swaywm/wlroots/archive/0.14.1.tar.gz +https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.18.1/wlroots-0.18.1.tar.gz diff --git a/wayland/wlroots/version b/wayland/wlroots/version index 4afcf818..10895720 100644 --- a/wayland/wlroots/version +++ b/wayland/wlroots/version @@ -1 +1 @@ -0.14.1 1 +0.18.1 1 diff --git a/wayland/wlsunset/build b/wayland/wlsunset/build index b323addb..77a0e800 100755 --- a/wayland/wlsunset/build +++ b/wayland/wlsunset/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Dman-pages=enabled \ diff --git a/wayland/wlsunset/checksums b/wayland/wlsunset/checksums index d224ec78..1c99485c 100644 --- a/wayland/wlsunset/checksums +++ b/wayland/wlsunset/checksums @@ -1 +1,2 @@ -88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03 0.2.0.tar.gz +%BLAKE3 +a8c7719ae9b5e5f7d0e152f663f1bc206e70f927f8be506e61e128cd762b4c49 0.3.0.tar.gz diff --git a/wayland/wlsunset/sources b/wayland/wlsunset/sources index 73d71c4b..9e0b4934 100644 --- a/wayland/wlsunset/sources +++ b/wayland/wlsunset/sources @@ -1 +1 @@ -https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.2.0.tar.gz +https://git.sr.ht/~kennylevinsen/wlsunset/archive/0.3.0.tar.gz diff --git a/wayland/wlsunset/version b/wayland/wlsunset/version index 2f7905df..19de110f 100644 --- a/wayland/wlsunset/version +++ b/wayland/wlsunset/version @@ -1 +1 @@ -0.2.0 1 +0.3.0 1 diff --git a/wayland/xwayland/build b/wayland/xwayland/build new file mode 100755 index 00000000..dd8e094e --- /dev/null +++ b/wayland/xwayland/build @@ -0,0 +1,19 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +# I don't know why these build systems add these "optional" dependencies, then +# don't let you disable them when your system has it. +clsed "/libbsd\_dep/s/'libbsd'/'libnothankyou'/" meson.build + +cl-meson \ + -Ddefault_font_path=/usr/share/fonts \ + -Dsha1=libcrypto \ + -Dinput_thread=true \ + -Ddri3=true \ + -Dxdmcp=false \ + -Dsecure-rpc=false \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/xwayland/checksums b/wayland/xwayland/checksums new file mode 100644 index 00000000..d214143a --- /dev/null +++ b/wayland/xwayland/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +69696b860d02a0f9114952ff3c6f5531a68a56eb5b86a14d6ebb9bd8c4098006 xwayland-23.2.0.tar.xz diff --git a/wayland/xwayland/depends b/wayland/xwayland/depends new file mode 100644 index 00000000..7a81afe2 --- /dev/null +++ b/wayland/xwayland/depends @@ -0,0 +1,17 @@ +libXau +libXext +libXfont2 +libdrm +libepoxy +libressl +libtirpc +libxcvt make +libxkbfile +libxshmfence +mesa +meson make +pixman +wayland +wayland-protocols make +xorgproto make +xtrans make diff --git a/wayland/xwayland/meta b/wayland/xwayland/meta new file mode 100644 index 00000000..8314ec66 --- /dev/null +++ b/wayland/xwayland/meta @@ -0,0 +1,3 @@ +description: X Server for Wayland compositors +license: MIT, BSD-3-Clause +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/xwayland/sources b/wayland/xwayland/sources new file mode 100644 index 00000000..d6fa2e52 --- /dev/null +++ b/wayland/xwayland/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/xserver/xwayland-23.2.0.tar.xz diff --git a/wayland/xwayland/version b/wayland/xwayland/version new file mode 100644 index 00000000..89d524dd --- /dev/null +++ b/wayland/xwayland/version @@ -0,0 +1 @@ +23.2.0 1 |