diff --git a/pkg.info b/pkg.info index 32003d7..26f8d9a 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,29 @@ name: fltk description: cross-platform C++ GUI toolkit -version: 1.4.4 +version: 1.4.5 +revision: 1 url: https://www.fltk.org/ license: LGPL2-only-with-fltk-exception +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["fontconfig", "gcc-libs", "glibc", "hicolor-icon-theme", "libglvnd", "libjpeg-turbo", "libpng", "libx11", "libxcursor", "libxext", "libxfixes", "libxft", "libxinerama", "libxrender"] -make_depends: ["alsa-lib", "cmake", "mesa"] type: source +depends: + - fontconfig + - gcc-libs + - glibc + - hicolor-icon-theme + - libglvnd + - libjpeg-turbo + - libpng + - libx11 + - libxcursor + - libxext + - libxfixes + - libxft + - libxinerama + - libxrender +make_depends: + - alsa-lib + - cmake + - mesa