mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Add libhandy, a library with GTK+ widgets for mobile phones.
Obtained from: GNOME development repo
This commit is contained in:
parent
1ae99083f3
commit
0d97cd495d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493055
@ -103,6 +103,7 @@
|
||||
SUBDIR += libgnomeui
|
||||
SUBDIR += libgnomeui-reference
|
||||
SUBDIR += libgnomeuimm26
|
||||
SUBDIR += libhandy
|
||||
SUBDIR += libsexy
|
||||
SUBDIR += libsexymm
|
||||
SUBDIR += libunique3
|
||||
|
27
x11-toolkits/libhandy/Makefile
Normal file
27
x11-toolkits/libhandy/Makefile
Normal file
@ -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>
|
3
x11-toolkits/libhandy/distinfo
Normal file
3
x11-toolkits/libhandy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1550337986
|
||||
SHA256 (gnome/Librem5-libhandy-3721b490b6aacd0a8c755bf445b0a91ee9c347bc_GL0.tar.gz) = e67b337aeae94e8473f27524efaaef86c6e689439b303c550c4ace7a95ab09fd
|
||||
SIZE (gnome/Librem5-libhandy-3721b490b6aacd0a8c755bf445b0a91ee9c347bc_GL0.tar.gz) = 134637
|
4
x11-toolkits/libhandy/pkg-descr
Normal file
4
x11-toolkits/libhandy/pkg-descr
Normal file
@ -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
|
32
x11-toolkits/libhandy/pkg-plist
Normal file
32
x11-toolkits/libhandy/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user