Commit Graph

14 Commits

Author SHA1 Message Date
alan (NyxTrail) de03d7ba57
Fix perms on hyprland.pc 2024-02-04 07:53:54 +00:00
alan (NyxTrail) ce14c3bd3e
Add missing dependencies 2024-02-04 07:52:51 +00:00
alan (NyxTrail) 5a144bcaf9
Include diff from upstream commit for hyprland.pc
This is required for hyprpm to work correctly.
2024-02-03 12:25:45 +00:00
alan (NyxTrail) f3ad8a07bb
Implement lintian recommendations
- Add upstream/metadata
- Enable hardened rules
- Increment Standards-Version
2024-02-03 12:23:52 +00:00
alan (NyxTrail) 6e530bae6d
Remove DESTDIR patch for Makefile
There is no need to patch upstream Makefile. We can achieve similar
results by modifiying PREFIX in debian/rules to include the DESTDIR
2024-02-03 11:56:05 +00:00
alan (NyxTrail) 621a027600
Fix ldconfig trigger
dh_makeshlibs invokes ldconfig trigger for libwlroots.so.* which
is installed under /usr/lib/hyprland. We depend on RPATH on the
hyprland binary, so this is not required.
Reference: https://wiki.debian.org/RpathIssue
2024-02-02 11:04:24 +00:00
alan (NyxTrail) 95de7c438f
Use system version of hyprland-protocols
Patched CMakeLists.txt so that the system version of hyprland-protocols
is used.
2024-02-02 09:57:55 +00:00
alan (NyxTrail) 360e13833d
Add hyprland-protocols and udis86 as build time deps 2024-02-02 08:20:34 +00:00
alan (NyxTrail) e2779e7813
Modify udis86 dependency to refer system installed version 2024-01-29 13:03:19 +00:00
alan (NyxTrail) 3057c518bc
Split into several packages
- moved backgrounds to a 'hyprland-backgrounds' package
  Need further testing. Had noticed some artifacting a while back
  when no background is set.
- moved all include/* files to a 'hyprland-dev' package

Signed-off-by: alan (NyxTrail) <alan@digistorm.in>
2024-01-28 15:08:54 +00:00
alan 1ff689eb4b
Move libwlroots binary to private directory
The private directory is /usr/lib/hyprland.
This fixes the error:
E: hyprland: shared-library-is-multi-arch-foreign usr/lib/libwlroots.so.13032
N:
N:   The package is marked as Multi-Arch: foreign, but it includes a shared
N:   library in a public library directory.

But we now we also need to let the loader find it. We will use the RPATH
configured on the binary to achieve this. That is, the RPATH has been
modified to point to /usr/lib/hyprland.
2024-01-28 16:20:01 +05:30
alan (NyxTrail) 76394669a0 Fix: Lintian errors part 1
Control:
- Set section to X11. Rationale: sway is in x11 section
- Set hyprland homepage

copyright:
- set upstream name and contact, and source.
2024-01-26 09:06:00 +00:00
alan (NyxTrail) 5e7e52738e Remove patch to move libwlroots to a private dir
Couldn't get this working. dpkg-shlibdeps fails to find the library.
2024-01-22 16:23:58 +00:00
alan (NyxTrail) efbb3e5441 Initial commit 2024-01-22 15:17:07 +00:00