1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: hyprtoolkit
Section: libs
Priority: optional
Maintainer: Debian Hyprland Maintainers <team+hyprland@tracker.debian.org>
Uploaders:
Carl Keinath <carl.keinath@gmail.com>,
Chow Loong Jin <hyperair@debian.org>,
Build-Depends:
debhelper-compat (= 13),
cmake,
pkgconf,
libegl-dev,
libgles-dev,
hyprwayland-scanner (>= 0.4.0),
libwayland-dev,
wayland-protocols,
libhyprutils-dev (>= 0.11.0),
libhyprlang-dev (>= 0.6.0),
libpixman-1-dev,
libdrm-dev,
libgbm-dev,
libxkbcommon-dev,
libpango1.0-dev,
libcairo2-dev,
libiniparser-dev,
libhyprgraphics-dev (>= 0.5.0),
libaquamarine-dev (>= 0.10.0),
libgtest-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/hyprwm/hyprtoolkit
Vcs-Browser: https://salsa.debian.org/hyprland-team/hyprtoolkit
Vcs-Git: https://salsa.debian.org/hyprland-team/hyprtoolkit.git
Package: libhyprtoolkit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libhyprtoolkit5 (= ${binary:Version}),
libhyprutils-dev (>= 0.11.0),
libhyprgraphics-dev (>= 0.5.0),
libaquamarine-dev (>= 0.10.0),
${misc:Depends},
Description: Modern, wayland-native C++ GUI toolkit -- development files
Hyprtoolkit is designed to be a small, simple, and modern C++ toolkit for
making wayland GUI apps, with a few goals:
.
- Simple C++ API for making a GUI app
- Smooth animations
- Easy usage
- Simple system theming
.
This package contains the headers and other development support files needed
for compiling and linking applications and libraries which use this library.
Package: libhyprtoolkit5
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Modern, wayland-native C++ GUI toolkit -- binary files
Hyprtoolkit is designed to be a small, simple, and modern C++ toolkit for
making wayland GUI apps, with a few goals:
.
- Simple C++ API for making a GUI app
- Smooth animations
- Easy usage
- Simple system theming
.
This package contains the shared library needed for running applications which
use this library.
|