Date: Sat, 16 Feb 2019 18:03:09 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493055 - in head/x11-toolkits: . libhandy Message-ID: <201902161803.x1GI393T022741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Feb 16 18:03:08 2019 New Revision: 493055 URL: https://svnweb.freebsd.org/changeset/ports/493055 Log: Add libhandy, a library with GTK+ widgets for mobile phones. Obtained from: GNOME development repo Added: head/x11-toolkits/libhandy/ head/x11-toolkits/libhandy/Makefile (contents, props changed) head/x11-toolkits/libhandy/distinfo (contents, props changed) head/x11-toolkits/libhandy/pkg-descr (contents, props changed) head/x11-toolkits/libhandy/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Sat Feb 16 17:55:34 2019 (r493054) +++ head/x11-toolkits/Makefile Sat Feb 16 18:03:08 2019 (r493055) @@ -103,6 +103,7 @@ SUBDIR += libgnomeui SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 + SUBDIR += libhandy SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 Added: head/x11-toolkits/libhandy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/Makefile Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libhandy +PORTVERSION= 0.0.8 +CATEGORIES= x11-toolkits gnome +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library with GTK+ widgets for mobile phones + +LICENSE= LGPL21 + +BUILD_DEPENDS= valac:lang/vala +LIB_DEPENDS= libgladeui-2.so:devel/glade + +USES= gettext gnome meson pkgconfig +USE_GNOME= cairo gtk30 introspection:build + +USE_LDCONFIG= yes +MESON_ARGS= -Dtests=false + +USE_GITLAB= yes +GL_SITE= https://source.puri.sm/ +GL_ACCOUNT= Librem5 +GL_COMMIT= 3721b490b6aacd0a8c755bf445b0a91ee9c347bc + +.include <bsd.port.mk> Added: head/x11-toolkits/libhandy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/distinfo Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,3 @@ +TIMESTAMP = 1550337986 +SHA256 (gnome/Librem5-libhandy-3721b490b6aacd0a8c755bf445b0a91ee9c347bc_GL0.tar.gz) = e67b337aeae94e8473f27524efaaef86c6e689439b303c550c4ace7a95ab09fd +SIZE (gnome/Librem5-libhandy-3721b490b6aacd0a8c755bf445b0a91ee9c347bc_GL0.tar.gz) = 134637 Added: head/x11-toolkits/libhandy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/pkg-descr Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,4 @@ +The aim of The handy library is to help with developing UI for mobile devices +using GTK+/GNOME. + +WWW: https://source.puri.sm/Librem5/libhandy Added: head/x11-toolkits/libhandy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libhandy/pkg-plist Sat Feb 16 18:03:08 2019 (r493055) @@ -0,0 +1,32 @@ +bin/handy-demo +include/libhandy-0.0/handy.h +include/libhandy-0.0/hdy-action-row.h +include/libhandy-0.0/hdy-arrows.h +include/libhandy-0.0/hdy-column.h +include/libhandy-0.0/hdy-combo-row.h +include/libhandy-0.0/hdy-dialer-button.h +include/libhandy-0.0/hdy-dialer-cycle-button.h +include/libhandy-0.0/hdy-dialer.h +include/libhandy-0.0/hdy-dialog.h +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-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-search-bar.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 +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902161803.x1GI393T022741>