diff options
Diffstat (limited to 'graphics/hyprgraphics/Makefile')
-rw-r--r-- | graphics/hyprgraphics/Makefile | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile index f85750c606fa..d6430fe7ca65 100644 --- a/graphics/hyprgraphics/Makefile +++ b/graphics/hyprgraphics/Makefile @@ -1,10 +1,9 @@ PORTNAME= hyprgraphics DISTVERSIONPREFIX= v -DISTVERSION= 0.1.3 -PORTREVISION= 2 +DISTVERSION= 0.1.6 CATEGORIES= graphics -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= tagattie@FreeBSD.org COMMENT= Hyprland graphics / resource utilities WWW= https://github.com/hyprwm/hyprgraphics @@ -12,16 +11,24 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhyprutils.so:devel/hyprutils \ + libheif.so:graphics/libheif \ libjxl.so:graphics/libjxl \ - libspng.so:graphics/libspng \ + libpng.so:graphics/png \ libwebp.so:graphics/webp USES= cmake:testing compiler:c++11-lib gnome jpeg pkgconfig xorg + USE_GITHUB= yes -USE_GNOME= cairo +GH_ACCOUNT= hyprwm + USE_LDCONFIG= yes + +USE_GNOME= cairo pango USE_XORG= pixman -GH_ACCOUNT= hyprwm -PLIST_SUB= VERSION=${DISTVERSION:C/-.*//} + +LDFLAGS+= -pthread + +PLIST_SUB= SOVERSION_MAJOR=0 \ + SOVERSION_FULL=${DISTVERSION:C/-.*//} .include <bsd.port.mk> |