diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-08-03 12:01:32 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-08-03 12:01:32 +0800 |
commit | 05092690b27a77cdae732c6eb4e18bb7c73a3149 (patch) | |
tree | cb8b672e4a2ec39f156e73e2f360e6cc687f45a5 /x11-toolkits | |
parent | c80094dfc49bed231fae7c28ae61569091a097d4 (diff) | |
download | freebsd-ports-gnome-05092690b27a77cdae732c6eb4e18bb7c73a3149.tar.gz freebsd-ports-gnome-05092690b27a77cdae732c6eb4e18bb7c73a3149.tar.zst freebsd-ports-gnome-05092690b27a77cdae732c6eb4e18bb7c73a3149.zip |
x11-toolkits/libhandy: update to 0.0.10
- Backport fix to init codegen
PR: 239056
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libhandy/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/libhandy/distinfo | 8 | ||||
-rw-r--r-- | x11-toolkits/libhandy/pkg-plist | 8 |
3 files changed, 19 insertions, 7 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> diff --git a/x11-toolkits/libhandy/distinfo b/x11-toolkits/libhandy/distinfo index a6a23462c50c..8024d3b560c2 100644 --- a/x11-toolkits/libhandy/distinfo +++ b/x11-toolkits/libhandy/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1552327729 -SHA256 (gnome/Librem5-libhandy-56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c_GL0.tar.gz) = a8e6bfa75602080a01228cdabf4f51bde9d4093f8eb95c957990bd97e96f8568 -SIZE (gnome/Librem5-libhandy-56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c_GL0.tar.gz) = 136905 +TIMESTAMP = 1562631211 +SHA256 (gnome/Librem5-libhandy-2d777677352d037b6f5cc24d9c1c8d9a74ac0ded_GL0.tar.gz) = 0337a7879523c49eec53b75d4fd8e60d27baee5eec9e870f8b47df151c8fd038 +SIZE (gnome/Librem5-libhandy-2d777677352d037b6f5cc24d9c1c8d9a74ac0ded_GL0.tar.gz) = 355632 +SHA256 (gnome/e1c500dd02b1.patch) = 7ef98cb4e3f16916a47f945aca7eada49e788b46c5d870eb4d5b2d36cfb98c5b +SIZE (gnome/e1c500dd02b1.patch) = 924 diff --git a/x11-toolkits/libhandy/pkg-plist b/x11-toolkits/libhandy/pkg-plist index c2e3d771f4b8..ec0c4e11f40f 100644 --- a/x11-toolkits/libhandy/pkg-plist +++ b/x11-toolkits/libhandy/pkg-plist @@ -12,15 +12,23 @@ include/libhandy-0.0/hdy-enum-value-object.h include/libhandy-0.0/hdy-enums.h include/libhandy-0.0/hdy-expander-row.h include/libhandy-0.0/hdy-fold.h +include/libhandy-0.0/hdy-header-bar.h include/libhandy-0.0/hdy-header-group.h include/libhandy-0.0/hdy-leaflet.h include/libhandy-0.0/hdy-list-box.h include/libhandy-0.0/hdy-main.h +include/libhandy-0.0/hdy-preferences-group.h +include/libhandy-0.0/hdy-preferences-page.h +include/libhandy-0.0/hdy-preferences-row.h +include/libhandy-0.0/hdy-preferences-window.h include/libhandy-0.0/hdy-search-bar.h +include/libhandy-0.0/hdy-squeezer.h include/libhandy-0.0/hdy-string-utf8.h include/libhandy-0.0/hdy-title-bar.h include/libhandy-0.0/hdy-value-object.h include/libhandy-0.0/hdy-version.h +include/libhandy-0.0/hdy-view-switcher-bar.h +include/libhandy-0.0/hdy-view-switcher.h lib/girepository-1.0/Handy-0.0.typelib lib/glade/modules/libglade-handy.so lib/libhandy-0.0.so |