hyprwayland-scanner/debian/control

28 lines
765 B
Plaintext
Raw Normal View History

2024-07-01 19:44:53 +02:00
Source: hyprwayland-scanner
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,
2024-07-01 19:52:18 +02:00
cmake,
2024-07-01 19:54:53 +02:00
libpugixml-dev
2023-06-10 21:49:37 +02:00
Rules-Requires-Root: no
2024-07-01 19:44:53 +02:00
Package: hyprwayland-scanner
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 19:44:53 +02:00
libpugixml1v5
Description: A Hyprland implementation of wayland-scanner.
2023-10-07 12:46:35 +02:00
2024-07-01 19:44:53 +02:00
Package: hyprwayland-scanner-dev
2023-10-07 12:46:35 +02:00
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
2024-07-01 19:44:53 +02:00
hyprwayland-scanner (= ${binary:Version}),
Description: Development files for the Hyprland implementation of wayland-scanner.