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
2 changes: 1 addition & 1 deletion gui-apps/hyprmod/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ DIST hyprmod-0.4.0.gh.tar.gz 609939 BLAKE2B 6aa9bbf1795745bbc3965d66de202cc072de
EBUILD hyprmod-0.1.0.ebuild 1292 BLAKE2B 5adcc1ef1a9175465b1c6e5c3f7070e91b40094583eecad9d5e518062b8fccbcb0af041988fee2b064a5955cddeaa5b4b345c3f083c0960fe57e11bbf081c1e6 SHA512 0836fd00a9c9f924a3eb0499f585defe29c1b586d7bfd1ab45faf0ac9083984d04f385c103b62ade51d2442efbbb7b929f441a4ef7d7b7c1c202e5917c984882
EBUILD hyprmod-0.2.0.ebuild 1292 BLAKE2B f8cfae5c5a03439b6394e4c7bd6df8af61b41e1f839c2bc521b024bb1b21cfdacaa9000bb29fba62f856cb1f00e2b9fd20319d63c8ec7c11ce7d5fa0f03f3e68 SHA512 7061782de4b299ef5e6290ad43a80caa37957e02ab21791e4c64c359f2e27b6a2622989049ad8b9aee49492f9aae159f3f1bf1c7882bfe03523489378297b15e
EBUILD hyprmod-0.3.0.ebuild 1293 BLAKE2B 7319aa90e13d5049d2dd5a4d71e866691dd2d0affe2e1fbf6d8717ad02f4ff69cf8a2c33ba173fc6204775c1e13cf28df6607fef343b5fbf45c7a55f91280f02 SHA512 05fc9d4b314eda0652b8d9542116a8bde0c6f5302b82f1fd4ffc1b99366be260cc62416243cbff3e2fc811a63a88410d5fe9bf9785c38b5dc3f72c11dd382a72
EBUILD hyprmod-0.4.0.ebuild 1293 BLAKE2B 7319aa90e13d5049d2dd5a4d71e866691dd2d0affe2e1fbf6d8717ad02f4ff69cf8a2c33ba173fc6204775c1e13cf28df6607fef343b5fbf45c7a55f91280f02 SHA512 05fc9d4b314eda0652b8d9542116a8bde0c6f5302b82f1fd4ffc1b99366be260cc62416243cbff3e2fc811a63a88410d5fe9bf9785c38b5dc3f72c11dd382a72
EBUILD hyprmod-0.4.0.ebuild 1294 BLAKE2B f5cb82562de8f56fb59dec71654173d033c7ce7726fbbd53afc33015814388b28e882ce7d7707afe58f6dbf029e519fade41b815ef5c9b0280c9e0d7a5c0c519 SHA512 313aed8d25d448134531689843adcb9b6cd68410d10727b5400d42aebf1837946f88f344f80fd8b95d87c68e923f5a76e9c4b7a1c36a318431bf0d93b5494cd6
MISC metadata.xml 687 BLAKE2B c21129b77932ed64edb32c3ed80ac8d29dc7de6689320596006265257042a463696c9531a7adb82305245a3bd10eb4e94311294ef8e2a68a3a38b5782e40b60c SHA512 df1eaafcfafa07754302442f219d683ad1a89e122c3c752a5f22e91886e3f513e083bc8add0562a25c78c0a812599697ade47c6fdc8312446f2d4d23e75d4108
12 changes: 6 additions & 6 deletions gui-apps/hyprmod/hyprmod-0.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ KEYWORDS="~amd64"

RDEPEND="
dev-libs/glib:2
>=dev-python/hyprland-config-0.9.2[${PYTHON_USEDEP}]
>=dev-python/hyprland-monitors-0.7.0[${PYTHON_USEDEP}]
>=dev-python/hyprland-schema-0.6.1[${PYTHON_USEDEP}]
>=dev-python/hyprland-socket-0.12.1[${PYTHON_USEDEP}]
>=dev-python/hyprland-state-0.4.2[${PYTHON_USEDEP}]
>=dev-python/pygobject-3.50.1:3[${PYTHON_USEDEP}]
>=dev-python/hyprland-config-0.9.10[${PYTHON_USEDEP}]
>=dev-python/hyprland-monitors-0.8.0[${PYTHON_USEDEP}]
>=dev-python/hyprland-schema-0.6.3[${PYTHON_USEDEP}]
>=dev-python/hyprland-socket-0.12.2[${PYTHON_USEDEP}]
>=dev-python/hyprland-state-0.4.3[${PYTHON_USEDEP}]
>=dev-python/pygobject-3.56.2:3[${PYTHON_USEDEP}]
gnome-base/gnome-desktop:4
gui-libs/gtk:4[introspection]
gui-libs/libadwaita[introspection]
Expand Down
Loading