* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-01-12 10:38 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2023-01-12 10:38 UTC (permalink / raw
To: gentoo-commits
commit: d1ccac6042c83e62816b56747b44187d5228805b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Thu Jan 12 01:37:24 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 01:37:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1ccac60
gui-wm/hyprland: new package, add 0.20.1
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/Manifest | 4 ++
gui-wm/hyprland/hyprland-0.20.1.ebuild | 91 ++++++++++++++++++++++++++++++++++
gui-wm/hyprland/metadata.xml | 21 ++++++++
3 files changed, 116 insertions(+)
diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
new file mode 100644
index 000000000..7ee4bd073
--- /dev/null
+++ b/gui-wm/hyprland/Manifest
@@ -0,0 +1,4 @@
+DIST contrib.tar.gz 7408 BLAKE2B 03c3733a0b7b747f759b1b13f6fbd5342bc5cdea31f142730f69af85abf576f2c35bd7ea01e1aafba8ad7ae63505d7a9372279538ffb8cea3d61839e2bf4ea21 SHA512 671ea675b8f3de9b6ff8cce62297b5c14947b458de88ffa4bca5c51aafb66fc475782d0ed609a18e5281147f89aa531d4480ee46bb888f98651e4620f58318b4
+DIST hyprland-0.20.1.tar.gz 708773 BLAKE2B 9ade26890c269d36212ca7eee4946d152a222cdbd67e508e10a61b2bc3f63eff36a3a385b90126db951aa6a83568342fc91cd1e3cdc3ed40516e3b31acef07b8 SHA512 37f7d1279f4b1d8e441842287dd812e5118d0a54a7e660cb1035970c8b651f889292e8bd065f019a79397e99a0c160aa55375709b7357ef888ca02d6cd273d6a
+DIST hyprland-protocols.tar.gz 4858 BLAKE2B 565532803fe6975efdba621c9ef69e4a7c18f040a65818e9f0f61d1dda15a3927f4aca25972989172554d5be5332f014d57dc8e1d0bb207ea5ba64aaec0e65f2 SHA512 03e176149fb0749f63fc58aea1175bfed92f0a30895d17e022ebdf9bb6f786e3a1018244379d0a6d205c590b25eccba0d7bea273bb389dd1031fad3d8467ef23
+DIST wlr.tar.bz2 448534 BLAKE2B 35ff3e316ce5fa5d444e623597fdc61f143aa07440b8821faecc131aa5376b4ed691e84511ef438dfe4d429941d09fe0ab2d403414fd6a91e54a5bef890a4d68 SHA512 98af3902be681b11989f7d0c3b147ef3e4ef27dd377dd74b4e2a5151be1eeb0ff99d7738f2be4050116a7233820b0bb4f581ae0229d44043bfbd0f6af59108d4
diff --git a/gui-wm/hyprland/hyprland-0.20.1.ebuild b/gui-wm/hyprland/hyprland-0.20.1.ebuild
new file mode 100644
index 000000000..b74605a15
--- /dev/null
+++ b/gui-wm/hyprland/hyprland-0.20.1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson toolchain-funcs
+
+DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its looks"
+HOMEPAGE="https://github.com/hyprwm/Hyprland/releases"
+
+PROTOCOMMIT=301733ae466b229066ba15a53e6d8b91c5dcef5b
+WLRCOMMIT=dc7cc98cf21a8dc19ab8895505500e3700646af0
+CONTRIBCOMMIT=37c8121f98d76f57caa00dd7106877876e0d7483
+SRC_URI="https://github.com/hyprwm/${PN^}/archive/v${PV}beta.tar.gz -> ${P}.tar.gz
+ https://github.com/hyprwm/hyprland-protocols/archive/${PROTOCOMMIT}.tar.gz -> hyprland-protocols.tar.gz
+ https://github.com/hyprwm/contrib/archive/${CONTRIBCOMMIT}.tar.gz -> contrib.tar.gz
+ https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${WLRCOMMIT}/wlroots-${WLRCOMMIT}.tar.bz2 -> wlr.tar.bz2"
+S="${WORKDIR}/${PN^}-${PV}beta"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+IUSE="X grimblast shellevents systemd"
+
+RDEPEND="
+ dev-libs/libevdev
+ dev-libs/libinput
+ dev-libs/wayland
+ >=dev-libs/wayland-protocols-1.31
+ dev-util/glslang
+ dev-util/vulkan-headers
+ gui-libs/gtk-layer-shell
+ gui-libs/wlroots[X?]
+ media-libs/libglvnd[X?]
+ media-libs/mesa[gles2,wayland,X?]
+ media-libs/vulkan-loader
+ x11-base/xcb-proto
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/libxkbcommon
+ x11-libs/pixman
+ virtual/libudev
+ grimblast? (
+ app-misc/jq
+ gui-apps/grim
+ gui-apps/slurp
+ gui-apps/wl-clipboard
+ x11-libs/libnotify
+ )
+ X? (
+ x11-base/xwayland
+ x11-libs/libxcb
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-wm
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ grimblast? ( app-text/scdoc )
+ shellevents? ( app-text/scdoc )
+"
+
+src_unpack() {
+ default
+
+ rmdir "${S}/subprojects/wlroots"
+ rmdir "${S}/subprojects/hyprland-protocols"
+ mv "${WORKDIR}/wlroots-${WLRCOMMIT}" "${S}/subprojects/wlroots" || die
+ mv "${WORKDIR}/hyprland-protocols-${PROTOCOMMIT}" "${S}/subprojects/hyprland-protocols" || die
+}
+
+src_configure() {
+ if ! (tc-is-gcc && [[ $(gcc-major-version) -ge 12 ]] && [[ $(gcc-minor-version) -ge 1 ]]) \
+ && ! (tc-is-clang && [[ $(clang-major-version) -ge 15 ]]); then
+ die "Hyprland requires >=sys-devel/gcc-12.1.0 or >=sys-devel/clang-15.0.0 to build"
+ fi
+
+ local emesonargs=(
+ $(meson_feature X xwayland)
+ $(meson_feature systemd)
+ )
+
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install --skip-subprojects wlroots
+
+ use grimblast && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install
+ use shellevents && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/shellevents" install
+}
diff --git a/gui-wm/hyprland/metadata.xml b/gui-wm/hyprland/metadata.xml
new file mode 100644
index 000000000..151d36f31
--- /dev/null
+++ b/gui-wm/hyprland/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
+ <upstream>
+ <changelog>https://github.com/hyprwm/Hyprland/releases</changelog>
+ <doc>https://wiki.hyprland.org/</doc>
+ <bugs-to>https://github.com/hyprwm/Hyprland/issues</bugs-to>
+ <remote-id type="github">hyprwm/Hyprland</remote-id>
+ <remote-id type="github">hyprwm/hyprland-protocols</remote-id>
+ <remote-id type="github">hyprwm/contrib</remote-id>
+ <remote-id type="freedesktop-gitlab">wlroots/wlroots</remote-id>
+ </upstream>
+ <use>
+ <flag name="grimblast">Install 'grimblast': a Hyprland version of the sway script for taking screenshots</flag>
+ <flag name="shellevents">Install 'shellevents': Invoke shell functions in response to Hyprland socket2 events.</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-01-14 18:43 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2023-01-14 18:43 UTC (permalink / raw
To: gentoo-commits
commit: edaffc71d407a17c5c74d5b0e6fb9fd1c331f350
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jan 14 14:58:26 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 14:59:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edaffc71
gui-wm/hyprland: update dependencies
Closes: https://bugs.gentoo.org/890770
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/hyprland-0.20.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-wm/hyprland/hyprland-0.20.1.ebuild b/gui-wm/hyprland/hyprland-0.20.1.ebuild
index b74605a15..2f306f143 100644
--- a/gui-wm/hyprland/hyprland-0.20.1.ebuild
+++ b/gui-wm/hyprland/hyprland-0.20.1.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
IUSE="X grimblast shellevents systemd"
RDEPEND="
+ app-misc/jq
dev-libs/libevdev
dev-libs/libinput
dev-libs/wayland
@@ -41,7 +42,6 @@ RDEPEND="
x11-libs/pixman
virtual/libudev
grimblast? (
- app-misc/jq
gui-apps/grim
gui-apps/slurp
gui-apps/wl-clipboard
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-01-22 8:21 Viorel Munteanu
0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2023-01-22 8:21 UTC (permalink / raw
To: gentoo-commits
commit: feacda92bb1444be37d8855e26c3cc4ec23e2bfe
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jan 21 22:54:24 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 22:54:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=feacda92
gui-wm/hyprland: update failure for GCC12
no revbump since -r1 was merged yet
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/hyprland-0.20.1-r1.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gui-wm/hyprland/hyprland-0.20.1-r1.ebuild b/gui-wm/hyprland/hyprland-0.20.1-r1.ebuild
index 2f306f143..3901b7500 100644
--- a/gui-wm/hyprland/hyprland-0.20.1-r1.ebuild
+++ b/gui-wm/hyprland/hyprland-0.20.1-r1.ebuild
@@ -69,12 +69,17 @@ src_unpack() {
mv "${WORKDIR}/hyprland-protocols-${PROTOCOMMIT}" "${S}/subprojects/hyprland-protocols" || die
}
-src_configure() {
- if ! (tc-is-gcc && [[ $(gcc-major-version) -ge 12 ]] && [[ $(gcc-minor-version) -ge 1 ]]) \
- && ! (tc-is-clang && [[ $(clang-major-version) -ge 15 ]]); then
- die "Hyprland requires >=sys-devel/gcc-12.1.0 or >=sys-devel/clang-15.0.0 to build"
+src_prepare() {
+ STDLIBVER=$(echo '#include <string>' | $(tc-getCXX) -x c++ -dM -E - | \
+ grep GLIBCXX_RELEASE | sed 's/.*\([1-9][0-9]\)/\1/')
+ if ! [[ ${STDLIBVER} -ge 12 ]]; then
+ die "Hyprland requires >=sys-devel/gcc-12.1.0 to build"
fi
+ default
+}
+
+src_configure() {
local emesonargs=(
$(meson_feature X xwayland)
$(meson_feature systemd)
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-01-29 10:40 Viorel Munteanu
0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2023-01-29 10:40 UTC (permalink / raw
To: gentoo-commits
commit: baeb793893bbdff59b263523362e2f3366533c9d
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jan 28 16:27:40 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 16:27:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=baeb7938
gui-wm/hyprland: add 0.21.0, drop 0.20.1-r1
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/Manifest | 2 +-
gui-wm/hyprland/{hyprland-0.20.1-r1.ebuild => hyprland-0.21.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index 7ee4bd073..9d633de92 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,4 +1,4 @@
DIST contrib.tar.gz 7408 BLAKE2B 03c3733a0b7b747f759b1b13f6fbd5342bc5cdea31f142730f69af85abf576f2c35bd7ea01e1aafba8ad7ae63505d7a9372279538ffb8cea3d61839e2bf4ea21 SHA512 671ea675b8f3de9b6ff8cce62297b5c14947b458de88ffa4bca5c51aafb66fc475782d0ed609a18e5281147f89aa531d4480ee46bb888f98651e4620f58318b4
-DIST hyprland-0.20.1.tar.gz 708773 BLAKE2B 9ade26890c269d36212ca7eee4946d152a222cdbd67e508e10a61b2bc3f63eff36a3a385b90126db951aa6a83568342fc91cd1e3cdc3ed40516e3b31acef07b8 SHA512 37f7d1279f4b1d8e441842287dd812e5118d0a54a7e660cb1035970c8b651f889292e8bd065f019a79397e99a0c160aa55375709b7357ef888ca02d6cd273d6a
+DIST hyprland-0.21.0.tar.gz 714547 BLAKE2B bb15a809aac60cfda88d0c0149a3aa8bb0d6762145cef1307a82fe716e0d0123c477df064c014e1eca9c6ebd311bb1b618110114ac26783f5fc2f223fe04ccdd SHA512 8ce22fe5be4d1594339d96e230aa72c88243700bdc6cf600efd3248d2eefa06d24a09550749a2c1398a838feed1488f2717af371f146e8e846f8c8a6bdafced2
DIST hyprland-protocols.tar.gz 4858 BLAKE2B 565532803fe6975efdba621c9ef69e4a7c18f040a65818e9f0f61d1dda15a3927f4aca25972989172554d5be5332f014d57dc8e1d0bb207ea5ba64aaec0e65f2 SHA512 03e176149fb0749f63fc58aea1175bfed92f0a30895d17e022ebdf9bb6f786e3a1018244379d0a6d205c590b25eccba0d7bea273bb389dd1031fad3d8467ef23
DIST wlr.tar.bz2 448534 BLAKE2B 35ff3e316ce5fa5d444e623597fdc61f143aa07440b8821faecc131aa5376b4ed691e84511ef438dfe4d429941d09fe0ab2d403414fd6a91e54a5bef890a4d68 SHA512 98af3902be681b11989f7d0c3b147ef3e4ef27dd377dd74b4e2a5151be1eeb0ff99d7738f2be4050116a7233820b0bb4f581ae0229d44043bfbd0f6af59108d4
diff --git a/gui-wm/hyprland/hyprland-0.20.1-r1.ebuild b/gui-wm/hyprland/hyprland-0.21.0.ebuild
similarity index 100%
rename from gui-wm/hyprland/hyprland-0.20.1-r1.ebuild
rename to gui-wm/hyprland/hyprland-0.21.0.ebuild
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-01-30 10:29 Viorel Munteanu
0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2023-01-30 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 4a03e2cad8ef106a9e6aac7203b5dca1604b0408
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jan 29 22:46:47 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 22:46:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a03e2ca
gui-wm/hyprland: update Manifest
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index 9d633de92..ce25b0cf3 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,4 +1,4 @@
DIST contrib.tar.gz 7408 BLAKE2B 03c3733a0b7b747f759b1b13f6fbd5342bc5cdea31f142730f69af85abf576f2c35bd7ea01e1aafba8ad7ae63505d7a9372279538ffb8cea3d61839e2bf4ea21 SHA512 671ea675b8f3de9b6ff8cce62297b5c14947b458de88ffa4bca5c51aafb66fc475782d0ed609a18e5281147f89aa531d4480ee46bb888f98651e4620f58318b4
-DIST hyprland-0.21.0.tar.gz 714547 BLAKE2B bb15a809aac60cfda88d0c0149a3aa8bb0d6762145cef1307a82fe716e0d0123c477df064c014e1eca9c6ebd311bb1b618110114ac26783f5fc2f223fe04ccdd SHA512 8ce22fe5be4d1594339d96e230aa72c88243700bdc6cf600efd3248d2eefa06d24a09550749a2c1398a838feed1488f2717af371f146e8e846f8c8a6bdafced2
+DIST hyprland-0.21.0.tar.gz 714570 BLAKE2B 6576765ec28e918be9aefa1252ad70019e2d77ae6f07b61161692ed1d0016d52376f1aae30b4200ae003585ca8ff907e810c635dc639d360f4f22be52d313b0d SHA512 a1fcd015be10267503d9ca529a538a0eebe8c197e91134de8377cca150efd99d0e51e7c9751ef8e81587fe04a497edff9d18b0e9dc5751a0f3eb4b3775c8ecad
DIST hyprland-protocols.tar.gz 4858 BLAKE2B 565532803fe6975efdba621c9ef69e4a7c18f040a65818e9f0f61d1dda15a3927f4aca25972989172554d5be5332f014d57dc8e1d0bb207ea5ba64aaec0e65f2 SHA512 03e176149fb0749f63fc58aea1175bfed92f0a30895d17e022ebdf9bb6f786e3a1018244379d0a6d205c590b25eccba0d7bea273bb389dd1031fad3d8467ef23
DIST wlr.tar.bz2 448534 BLAKE2B 35ff3e316ce5fa5d444e623597fdc61f143aa07440b8821faecc131aa5376b4ed691e84511ef438dfe4d429941d09fe0ab2d403414fd6a91e54a5bef890a4d68 SHA512 98af3902be681b11989f7d0c3b147ef3e4ef27dd377dd74b4e2a5151be1eeb0ff99d7738f2be4050116a7233820b0bb4f581ae0229d44043bfbd0f6af59108d4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-02-01 21:36 Viorel Munteanu
0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2023-02-01 21:36 UTC (permalink / raw
To: gentoo-commits
commit: d9ef68867ba2250b2465209b5fe441f26760254d
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Jan 31 17:45:46 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 17:46:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9ef6886
gui-wm/hyprland: update Manifest
Seems to be needed because of the GitHub changes from yesterday
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index 007dad7cf..030c8873f 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,4 +1,4 @@
DIST contrib.tar.gz 7408 BLAKE2B 03c3733a0b7b747f759b1b13f6fbd5342bc5cdea31f142730f69af85abf576f2c35bd7ea01e1aafba8ad7ae63505d7a9372279538ffb8cea3d61839e2bf4ea21 SHA512 671ea675b8f3de9b6ff8cce62297b5c14947b458de88ffa4bca5c51aafb66fc475782d0ed609a18e5281147f89aa531d4480ee46bb888f98651e4620f58318b4
-DIST hyprland-0.21.0-r1.tar.gz 715422 BLAKE2B b001e246c48d6f92a779abb1aaa41c03ca4154cdebf31b8916147f917e9ba020f39090d5d7476b54b1a63f29ede28da2dd7b6d20a0304826b73d4ca46d462f7c SHA512 cc4e917889afe0a2a9a3f7d508e9dc27c4a21ba2a4fc2e809c54102c2f1458ba5ccf7d29c28c37ac5b4eb75a51f460c39e1654a752d47c1120cb4cef0e65b98a
+DIST hyprland-0.21.0-r1.tar.gz 714570 BLAKE2B 6576765ec28e918be9aefa1252ad70019e2d77ae6f07b61161692ed1d0016d52376f1aae30b4200ae003585ca8ff907e810c635dc639d360f4f22be52d313b0d SHA512 a1fcd015be10267503d9ca529a538a0eebe8c197e91134de8377cca150efd99d0e51e7c9751ef8e81587fe04a497edff9d18b0e9dc5751a0f3eb4b3775c8ecad
DIST hyprland-protocols.tar.gz 4858 BLAKE2B 565532803fe6975efdba621c9ef69e4a7c18f040a65818e9f0f61d1dda15a3927f4aca25972989172554d5be5332f014d57dc8e1d0bb207ea5ba64aaec0e65f2 SHA512 03e176149fb0749f63fc58aea1175bfed92f0a30895d17e022ebdf9bb6f786e3a1018244379d0a6d205c590b25eccba0d7bea273bb389dd1031fad3d8467ef23
DIST wlr.tar.bz2 448534 BLAKE2B 35ff3e316ce5fa5d444e623597fdc61f143aa07440b8821faecc131aa5376b4ed691e84511ef438dfe4d429941d09fe0ab2d403414fd6a91e54a5bef890a4d68 SHA512 98af3902be681b11989f7d0c3b147ef3e4ef27dd377dd74b4e2a5151be1eeb0ff99d7738f2be4050116a7233820b0bb4f581ae0229d44043bfbd0f6af59108d4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-04-17 9:22 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2023-04-17 9:22 UTC (permalink / raw
To: gentoo-commits
commit: e8576ffbcd6f5a330c9e136fb403839ebc5c166f
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 17 01:58:07 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 01:58:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8576ffb
gui-wm/hyprland: add 0.24.1-r1
Drop workaround for meson issue
Add dependency for hyprland-protocols
Closes: https://bugs.gentoo.org/904299
Thanks to: Tano <ignamartinoli <AT> proton.me>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/Manifest | 1 +
gui-wm/hyprland/hyprland-0.24.1-r1.ebuild | 93 +++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+)
diff --git a/gui-wm/hyprland/Manifest b/gui-wm/hyprland/Manifest
index 66a8a26f9..65d3a5519 100644
--- a/gui-wm/hyprland/Manifest
+++ b/gui-wm/hyprland/Manifest
@@ -1,6 +1,7 @@
DIST contrib-0.22.0.tar.gz 11142 BLAKE2B 1d18956f69689eb737c079c3829ff47a47a36c05d151ad58a629621f2d6a0218368b2b41640d61dd670fb06f139c3c515ade9f4c301a8c4f82e70cf2d4a6b4e5 SHA512 655b9d98dc14205d5e42babbce2f89d63eb8f427db2a5fa7157c07d3021ea598cb3c4e5441a78f4a371b1e00bc32737263512ff137549c70bb5c09659a210b6d
DIST contrib-0.24.1.tar.gz 12262 BLAKE2B dcb971c345ada8bef50719fdd3ce081641c1eb92d19ced174f0a6a961d68785a130ff1b0c4cca1685983b02a6af3bfafa3e6a03567ce7280fa0bbc1e57802b3b SHA512 266d5e1dd258b1a0e1487794f06a8480a65c161c829ac59cc99632f0488dbc261390816a06a574a694c76be4374ac59bdcce8f473be80481c47ff52347956ba2
DIST hyprland-0.22.0.tar.gz 723020 BLAKE2B 54f682c5efd0061eb2ee1919be994c06c92e832b258ef4286086a6e0d5c5e0d6006f624103ddb05c722fd2b5db30557a489a06b8d11dd0f13bd77b1829317700 SHA512 e72ec2037ce23ba0d5d9af75d9ef2448b813a3e8862932e6780c2649e0df74cb9ff13cdaf41c5a09b06b3e51a09b48a13cbf923d73feaa5d5836ca023a7a551f
+DIST hyprland-0.24.1-r1.gh.tar.gz 1502909 BLAKE2B ddc2ed026c921061427799836a957efb35fb68f3628f0cf5cb3d4d3ec2c876f62275bf8c580cbb8fb480b0b0fc6f1bff690da3ce0459c2af170e4e0add8e898c SHA512 d6d232f597a5790818345b43c329c4fa225a0d2f5e5bbddef88fa8ca59a6ff1d867dfea208ea215dbd37049c301a45aa292ff133c6fdf5e4b73918396c57f6f2
DIST hyprland-0.24.1.tar.gz 758442 BLAKE2B 5bdbf0895f731515e3913eb82468dafac666b2bbe80cc611519698aefa68b6e01b6cc39115b69492d5d01f8bd62f7fd1e414297af72856f698ddbccde822fc1a SHA512 47e093e4afedac50b7d28cc8495d237369852cefac99bce1ed3c83935013a55ecd543ac3b337c6a6c711abb2a4ed745b8a33f65ba83fe8ed99edc1c360f3c2d4
DIST hyprland-protocols-0.22.0.tar.gz 4858 BLAKE2B 565532803fe6975efdba621c9ef69e4a7c18f040a65818e9f0f61d1dda15a3927f4aca25972989172554d5be5332f014d57dc8e1d0bb207ea5ba64aaec0e65f2 SHA512 03e176149fb0749f63fc58aea1175bfed92f0a30895d17e022ebdf9bb6f786e3a1018244379d0a6d205c590b25eccba0d7bea273bb389dd1031fad3d8467ef23
DIST hyprland-protocols-0.24.1.tar.gz 6343 BLAKE2B cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0 SHA512 f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5
diff --git a/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild b/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
new file mode 100644
index 000000000..888dbbce7
--- /dev/null
+++ b/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson toolchain-funcs
+
+DESCRIPTION="A dynamic tiling Wayland compositor that doesn't sacrifice on its looks"
+HOMEPAGE="https://github.com/hyprwm/Hyprland/releases"
+
+CONTRIBCOMMIT=1af47a008e850c595aeddc83bb3f04fd81935caa
+SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${PF}.gh.tar.gz
+ https://github.com/hyprwm/contrib/archive/${CONTRIBCOMMIT}.tar.gz \
+ -> contrib-${PV}.tar.gz
+"
+S="${WORKDIR}/${PN}-source"
+
+KEYWORDS="~amd64"
+LICENSE="BSD"
+SLOT="0"
+IUSE="X grimblast legacy-renderer scratchpad shellevents systemd"
+
+RDEPEND="
+ app-misc/jq
+ dev-libs/libevdev
+ dev-libs/libinput
+ dev-libs/wayland
+ >=dev-libs/wayland-protocols-1.31
+ dev-util/glslang
+ dev-util/vulkan-headers
+ gui-libs/gtk-layer-shell
+ >=gui-libs/wlroots-0.16.0[X?]
+ media-libs/libdisplay-info
+ media-libs/libglvnd[X?]
+ media-libs/mesa[gles2,wayland,X?]
+ media-libs/vulkan-loader
+ x11-base/xcb-proto
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/libxkbcommon
+ x11-libs/pixman
+ x11-misc/xkeyboard-config
+ virtual/libudev
+ grimblast? (
+ gui-apps/grim
+ gui-apps/slurp
+ gui-apps/wl-clipboard
+ x11-libs/libnotify
+ )
+ X? (
+ gui-libs/wlroots[x11-backend]
+ x11-base/xwayland
+ x11-libs/libxcb
+ x11-libs/xcb-util-image
+ x11-libs/xcb-util-renderutil
+ x11-libs/xcb-util-wm
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-libs/hyprland-protocols
+ dev-libs/libliftoff
+ grimblast? ( app-text/scdoc )
+ shellevents? ( app-text/scdoc )
+"
+
+src_prepare() {
+ STDLIBVER=$(echo '#include <string>' | $(tc-getCXX) -x c++ -dM -E - | \
+ grep GLIBCXX_RELEASE | sed 's/.*\([1-9][0-9]\)/\1/')
+ if ! [[ ${STDLIBVER} -ge 12 ]]; then
+ die "Hyprland requires >=sys-devel/gcc-12.1.0 to build"
+ fi
+
+ default
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature legacy-renderer legacy_renderer)
+ $(meson_feature X xwayland)
+ $(meson_feature systemd)
+ )
+
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install --skip-subprojects wlroots
+
+ use grimblast && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/grimblast" install
+ use scratchpad && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/scratchpad" install
+ use shellevents && emake PREFIX="${ED}/usr" -C "${WORKDIR}/contrib-${CONTRIBCOMMIT}/shellevents" install
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/
@ 2023-04-26 9:44 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2023-04-26 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 48977038421d49db874e0690f7b2dab90d4ac304
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Apr 23 19:53:10 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 19:53:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48977038
gui-wm/hyprland: add missing BDEPEND
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-wm/hyprland/hyprland-0.24.1-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild b/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
index 888dbbce7..df6fbb61d 100644
--- a/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
+++ b/gui-wm/hyprland/hyprland-0.24.1-r1.ebuild
@@ -29,7 +29,6 @@ RDEPEND="
dev-util/glslang
dev-util/vulkan-headers
gui-libs/gtk-layer-shell
- >=gui-libs/wlroots-0.16.0[X?]
media-libs/libdisplay-info
media-libs/libglvnd[X?]
media-libs/mesa[gles2,wayland,X?]
@@ -60,6 +59,8 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/hyprland-protocols
dev-libs/libliftoff
+ dev-vcs/git
+ >=gui-libs/wlroots-0.16.0[X?]
grimblast? ( app-text/scdoc )
shellevents? ( app-text/scdoc )
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-04-26 9:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-12 10:38 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/hyprland/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2023-01-14 18:43 Andrew Ammerlaan
2023-01-22 8:21 Viorel Munteanu
2023-01-29 10:40 Viorel Munteanu
2023-01-30 10:29 Viorel Munteanu
2023-02-01 21:36 Viorel Munteanu
2023-04-17 9:22 Florian Schmaus
2023-04-26 9:44 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox