hyprcursor/debian/control

31 lines
855 B
Plaintext
Raw Normal View History

2024-07-01 20:39:31 +02:00
Source: hyprcursor
2023-06-10 21:56:53 +02:00
Section: main
2023-06-10 21:49:37 +02:00
Priority: optional
2023-06-10 21:56:53 +02:00
Maintainer: ferrreo <harderthanfire@gmail.com>
2023-06-10 21:49:37 +02:00
Standards-Version: 4.6.1
2023-06-10 22:11:46 +02:00
Build-Depends: debhelper-compat (= 13),
2023-06-10 22:26:42 +02:00
build-essential,
cmake-extras,
cmake,
2023-06-10 21:49:37 +02:00
Rules-Requires-Root: no
2024-07-01 20:39:31 +02:00
Package: libhyprcursor
2023-06-10 21:49:37 +02:00
Architecture: linux-any
2023-06-10 22:18:06 +02:00
Depends:
${shlibs:Depends},
${misc:Depends},
2023-06-10 22:11:46 +02:00
hyprland,
2023-06-10 22:19:22 +02:00
qt6-wayland,
2023-06-10 22:11:46 +02:00
xdg-desktop-portal,
2024-07-01 20:39:31 +02:00
Provides: hyprcursor (= ${binary:Version}),
Description: The hyprland cursor format, library and utilities.
2023-10-07 12:46:35 +02:00
2024-07-01 20:39:31 +02:00
Package: libhyprcursor-dev
2023-10-07 12:46:35 +02:00
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
2024-07-01 20:39:31 +02:00
libhyprcursor (= ${binary:Version}),
Provides: hyprcursor-dev (= ${binary:Version}),
Description: Development files for The hyprland cursor format, library and utilities.