hyprutils/debian/control

29 lines
811 B
Plaintext
Raw Normal View History

2024-07-01 21:15:02 +02:00
Source: hyprutils
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
cmake-extras,
cmake,
2024-07-01 21:15:02 +02:00
libpixman-1-dev
2023-06-10 21:49:37 +02:00
Rules-Requires-Root: no
2024-07-01 21:15:02 +02:00
Package: libhyprutils
2023-06-10 21:49:37 +02:00
Architecture: linux-any
2023-06-10 22:18:06 +02:00
Depends:
${shlibs:Depends},
${misc:Depends},
2024-07-01 21:15:02 +02:00
libpixman-1-0
Provides: hyprutils (= ${binary:Version}),
Description: Hyprland utilities library used across the ecosystem.
2023-10-07 12:46:35 +02:00
2024-07-01 21:15:02 +02:00
Package: libhyprutils-dev
2023-10-07 12:46:35 +02:00
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
2024-07-01 21:15:02 +02:00
libhyprutils (= ${binary:Version}),
Provides: hyprutils-dev (= ${binary:Version}),
Description: Development files for the Hyprland utilities library used across the ecosystem.