diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-05-23 18:34:29 +0000 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-05-23 18:38:13 +0000 |
commit | 10896145b514a0d77bc9f3999d77502b0f5f4c08 (patch) | |
tree | 6023f709cda5d0a20dd1bf63bcfc9e24a649b0dd | |
parent | a39a00bddf995d665bb4ba4e89d7403d14060a6f (diff) | |
download | ports-10896145b514a0d77bc9f3999d77502b0f5f4c08.tar.gz ports-10896145b514a0d77bc9f3999d77502b0f5f4c08.zip |
x11-toolkits/libhandy0: disable glade
Only consumer is Fractal, which may not need glade. Long-forgotten
local change.
While here, refresh COMMENT and use GNOME GitLab
Reported by: Eirik Øverby <ltning[at]anduin[dot]net>
Event: Kitchener-Waterloo Hackathon 202305
-rw-r--r-- | x11-toolkits/libhandy0/Makefile | 17 | ||||
-rw-r--r-- | x11-toolkits/libhandy0/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/libhandy0/pkg-plist | 2 |
3 files changed, 10 insertions, 15 deletions
diff --git a/x11-toolkits/libhandy0/Makefile b/x11-toolkits/libhandy0/Makefile index 49801e77925c..2941a1c69be4 100644 --- a/x11-toolkits/libhandy0/Makefile +++ b/x11-toolkits/libhandy0/Makefile @@ -1,29 +1,26 @@ PORTNAME= libhandy PORTVERSION= 0.0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome DIST_SUBDIR= gnome PKGNAMESUFFIX= 0 MAINTAINER= gnome@FreeBSD.org -COMMENT= Library with GTK+ widgets for mobile phones -WWW= https://source.puri.sm/Librem5/libhandy +COMMENT= Building blocks for modern adaptive GNOME apps +WWW= https://gitlab.gnome.org/GNOME/libhandy/ LICENSE= LGPL21 -BROKEN= fails to build with glade >= 3.36 - -LIB_DEPENDS= libgladeui-2.so:devel/glade - USES= compiler:c11 gettext gnome meson pkgconfig vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_LDCONFIG= yes -MESON_ARGS= -Dtests=false +MESON_ARGS= -Dtests=false \ + -Dglade_catalog=disabled USE_GITLAB= yes -GL_SITE= https://source.puri.sm/ -GL_ACCOUNT= Librem5 +GL_SITE= https://gitlab.gnome.org/ +GL_ACCOUNT= GNOME GL_COMMIT= 7a193d7692c9c76a1a94f17c4d30b585f77d177c .include <bsd.port.mk> diff --git a/x11-toolkits/libhandy0/distinfo b/x11-toolkits/libhandy0/distinfo index 63de73513579..8c4886054e81 100644 --- a/x11-toolkits/libhandy0/distinfo +++ b/x11-toolkits/libhandy0/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617892732 -SHA256 (gnome/Librem5-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 45171636f62d200fad7a9182b5e021031ccdf42574bf9b56132d3fa35a77b2f4 -SIZE (gnome/Librem5-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 443737 +TIMESTAMP = 1684866623 +SHA256 (gnome/GNOME-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 45171636f62d200fad7a9182b5e021031ccdf42574bf9b56132d3fa35a77b2f4 +SIZE (gnome/GNOME-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 443737 diff --git a/x11-toolkits/libhandy0/pkg-plist b/x11-toolkits/libhandy0/pkg-plist index f6f8218046c7..f72796ebb5a8 100644 --- a/x11-toolkits/libhandy0/pkg-plist +++ b/x11-toolkits/libhandy0/pkg-plist @@ -36,11 +36,9 @@ 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 lib/libhandy-0.0.so.0 libdata/pkgconfig/libhandy-0.0.pc share/gir-1.0/Handy-0.0.gir -share/glade/catalogs/libhandy.xml share/vala/vapi/libhandy-0.0.deps share/vala/vapi/libhandy-0.0.vapi |