diff --git a/debian/control b/debian/control index 6e2fc60..b739bfb 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,35 @@ -Source: hyprutils +Source: hyprgraphics Section: main Priority: optional Maintainer: ferrreo Standards-Version: 4.6.1 Build-Depends: debhelper-compat (= 13), + build-essential, cmake-extras, cmake, - libpixman-1-dev + libpixman-1-dev, + libjxl-dev, + libmagic-dev, + libcairo2-dev, + libpixman-1-dev, + libwebp-dev, + libjpeg-dev, + libhyprutils-dev, Rules-Requires-Root: no -Package: libhyprutils +Package: libhyprgraphics Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, - libpixman-1-0 -Provides: hyprutils (= ${binary:Version}), -Description: Hyprland utilities library used across the ecosystem. +Provides: hyprgraphics (= ${binary:Version}), +Description: Hyprland graphics library used across the ecosystem. -Package: libhyprutils-dev +Package: libhyprgraphics-dev Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, - libhyprutils (= ${binary:Version}), -Provides: hyprutils-dev (= ${binary:Version}), -Description: Development files for the Hyprland utilities library used across the ecosystem. + libhyprgraphics (= ${binary:Version}), +Provides: hyprgraphics-dev (= ${binary:Version}), +Description: Development files for the Hyprland graphics library used across the ecosystem.