Commit Graph

398 Commits

Author SHA1 Message Date
clsty 0bfade5c36 Fix microtex build failure (#3422) 2026-06-05 14:49:57 +08:00
clsty 3cb611c04e No more sleep 0 2026-05-29 13:46:40 +08:00
end-4 7aad60eb2c install script: add check for hyprland.conf rename 2026-05-12 10:31:40 +02:00
end-4 a9f87c06ca install script: rename hyprland.conf to not use it 2026-05-12 10:06:10 +02:00
end-4 281b3e5627 previous commit but in the "legacy" script 2026-05-12 09:59:17 +02:00
end-4 388783e992 hyprland: exclude monitors and workspaces conf 2026-05-12 09:55:24 +02:00
fb24m adb36f435e replace tested note 2026-05-08 17:49:55 +04:00
fb24m c67c8840e4 rewrite script to use RPM built using GitHub action 2026-05-08 17:32:53 +04:00
clsty bfad75c93a Fix quickshell PKGBUILD to work with some packages (fix #3286) 2026-05-08 08:31:42 +08:00
fb24m 84cd4582dd install every package right after building 2026-05-05 00:49:38 +04:00
fb24m 242de398c3 add linunwind-devel to dependencies for cpptrace 2026-05-02 01:29:43 +04:00
fb24m e79c9a8792 fedora: remove hyprland-qt-support from SPECS 2026-04-29 14:41:16 +04:00
MVN123123123123123 7596509777 Modify commit hash and snapshot date in matugen.spec
Updated commit hash and snapshot date in matugen.spec
2026-04-28 20:59:23 +07:00
MVN123123123123123 e6570bbe75 Update version tag to 4.1.0 in matugen.spec 2026-04-28 20:50:24 +07:00
jwihardi 25de796710 ID strips string and single quote 2026-04-17 20:15:48 -04:00
fb24m eae36f4d4f fedora: skip up to date packages while installing 2026-04-12 15:32:01 +04:00
fb24m 4b4e1fd53c unquickshell matugen.spec 2026-04-11 22:23:08 +04:00
fb24m 5e6db59bfc compile matugen from sources instead of installing it from copr 2026-04-11 22:07:16 +04:00
end-4 a8761bc6f2 installation: not overwrite whole quickshell dir, overwrite hyprland.conf 2026-04-08 12:04:25 +02:00
clsty 771cc18be5 Use install_dir__skip_ifexist() for hypr/custom/ (#3201) 2026-04-08 14:59:31 +08:00
clsty ada4b856f6 Override hyprland entry by default (#3201)
and provide --skip-hyprland-entry to skip that
2026-04-08 14:01:22 +08:00
end-4 64b52f6a90 add screen translation 2026-04-03 19:31:24 +02:00
jwihardi 7948d01d94 gentoo: removed oneui 2026-04-01 18:45:54 -04:00
clsty 56ad8b80b2 Remove file check before bibata-modern-classic-bin 2026-04-01 08:43:06 +08:00
clsty bcb815aac5 Add group metadata into PKGBUILDs (#3165) 2026-03-31 19:26:15 +08:00
Martin Hanzlowsky ba2da84e7b fix: sudo check 2026-03-30 21:31:11 +02:00
clsty b4a57bbbec Update dist-nix 2026-03-30 21:48:45 +08:00
clsty 687beedc4a remove install-OneUI() 2026-03-30 21:42:24 +08:00
clsty 2243f8e489 Remove oneui4-icons deps (#3166) 2026-03-30 21:39:05 +08:00
Minh 33f2865967 clarify plasma browser integration size note 2026-03-28 10:00:33 +01:00
KAGEYAM4 257abdf80a fix typo 2026-03-28 11:38:17 +05:30
fb24m 842d1323e9 return local_specs to local scope 2026-03-27 17:55:10 +04:00
fb24m 26adce8fc0 fedora: add a spec for cpptrace (now required by quickshell) and its dependencies 2026-03-27 17:50:40 +04:00
fb24m bdc6026cc2 fedora: update quickshell version 2026-03-27 16:35:39 +04:00
jwihardi 2ed29f5c46 gentoo: updated widget deps to use guru songrec
oops
2026-03-24 16:43:02 -04:00
jwihardi f974dea8e5 fixed comment 2026-03-23 17:58:56 -04:00
jwihardi 41b6c190d2 moved depclean to the end 2026-03-22 20:50:55 -04:00
jwihardi 795f4042b0 updated use flags 2026-03-22 20:33:08 -04:00
jwihardi aff4705d6a added version number, updated deps, added := slots 2026-03-22 20:20:08 -04:00
jwihardi 9dcf63b54a disabled breakpad, i3, and i3-ipc by default 2026-03-21 21:37:30 -04:00
jwihardi b61ae3abe7 gentoo updated keyword 2026-03-21 21:30:10 -04:00
jwihardi 42f14b92d0 gentoo updated quickshell ebuild 2026-03-21 21:29:48 -04:00
end-4 4a9d6a2665 update quickshell version 2026-03-19 16:42:24 +01:00
clsty a7f1cddd45 Fix uv not idempotent (close #3016) 2026-03-09 09:01:34 +08:00
jwihardi 01f2ebb246 updated keywords 2026-03-03 21:06:57 -05:00
jwihardi 1f9a8ea37c updated quickshell commit no. and added vulkan-headers BDEPEND 2026-03-03 20:59:23 -05:00
end-4 ba4ac764aa installation: add vulkan-headers to quickshell build dep 2026-03-03 15:20:19 +01:00
end-4 ea0dd2c9a4 update quickshell 2026-03-03 10:35:59 +01:00
GokuPlay609 9a3bb5e59e fix: sudo keepalive cleanup leaking exit code 143
wait on a SIGTERM-killed process returns 143 (128+15).
With set -e active in the setup script, this overrides the
script's exit code, making a successful install appear failed.

Amp-Thread-ID: https://ampcode.com/threads/T-019c93b6-b135-743f-8844-6a1ca8875506
Co-authored-by: Amp <amp@ampcode.com>
2026-02-25 13:16:46 +05:30
jwihardi 145731d8bb removed glaze 2026-02-02 12:01:50 -05:00