aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libhandy/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-08-03 04:01:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-08-03 04:01:32 +0000
commit76307822319528d20340b3d264b13bc4bb12876f (patch)
treecb8b672e4a2ec39f156e73e2f360e6cc687f45a5 /x11-toolkits/libhandy/Makefile
parent29e4a06700ea23bab44e3bb0abc7f06f21b31655 (diff)
downloadports-76307822319528d20340b3d264b13bc4bb12876f.tar.gz
ports-76307822319528d20340b3d264b13bc4bb12876f.zip
Notes
Diffstat (limited to 'x11-toolkits/libhandy/Makefile')
-rw-r--r--x11-toolkits/libhandy/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/libhandy/Makefile b/x11-toolkits/libhandy/Makefile
index cbd39e176cfd..a3d020d35ac8 100644
--- a/x11-toolkits/libhandy/Makefile
+++ b/x11-toolkits/libhandy/Makefile
@@ -1,11 +1,13 @@
# $FreeBSD$
PORTNAME= libhandy
-PORTVERSION= 0.0.9
-PORTREVISION= 1
+PORTVERSION= 0.0.10
CATEGORIES= x11-toolkits gnome
DIST_SUBDIR= gnome
+PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/
+PATCHFILES+= e1c500dd02b1.patch:-p1
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library with GTK+ widgets for mobile phones
@@ -15,7 +17,7 @@ BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgladeui-2.so:devel/glade
USES= compiler:c11 gettext gnome meson pkgconfig
-USE_GNOME= cairo gtk30 introspection:build
+USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false
@@ -23,6 +25,6 @@ MESON_ARGS= -Dtests=false
USE_GITLAB= yes
GL_SITE= https://source.puri.sm/
GL_ACCOUNT= Librem5
-GL_COMMIT= 56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c
+GL_COMMIT= 2d777677352d037b6f5cc24d9c1c8d9a74ac0ded
.include <bsd.port.mk>