summaryrefslogtreecommitdiff
path: root/graphics/hyprgraphics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hyprgraphics/Makefile')
-rw-r--r--graphics/hyprgraphics/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile
index 66b4fc1069ea..c6af0877dab7 100644
--- a/graphics/hyprgraphics/Makefile
+++ b/graphics/hyprgraphics/Makefile
@@ -1,7 +1,6 @@
PORTNAME= hyprgraphics
DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.5
-PORTREVISION= 2
+DISTVERSION= 0.2.0
CATEGORIES= graphics
MAINTAINER= tagattie@FreeBSD.org
@@ -12,16 +11,24 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libhyprutils.so:devel/hyprutils \
+ libheif.so:graphics/libheif \
libjxl.so:graphics/libjxl \
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 librsvg2 pango
USE_XORG= pixman
-GH_ACCOUNT= hyprwm
-PLIST_SUB= VERSION=${DISTVERSION:C/-.*//}
+
+LDFLAGS+= -pthread
+
+PLIST_SUB= SOVERSION_MAJOR=1 \
+ SOVERSION_FULL=${DISTVERSION:C/-.*//}
.include <bsd.port.mk>