- update to libhandy-0.0.13
- cleanup RUN_DEPENDS
This commit is contained in:
parent
ba64af95b1
commit
6e40289f2c
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2020/04/13 18:29:36 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2020/05/14 15:00:17 jasper Exp $
|
||||
|
||||
COMMENT = library to help in developing UIs for mobile devices
|
||||
|
||||
V = 0.0.11
|
||||
V = 0.0.13
|
||||
DISTNAME = libhandy-v$V
|
||||
PKGNAME = libhandy-$V
|
||||
CATEGORIES = x11
|
||||
|
||||
SHARED_LIBS += handy-0.0 1.0 # 0
|
||||
SHARED_LIBS += handy-0.0 2.0 # 0
|
||||
|
||||
MASTER_SITES = https://source.puri.sm/Librem5/libhandy/-/archive/v$V/
|
||||
|
||||
@ -24,9 +24,9 @@ MODULES = devel/meson
|
||||
WANTLIB += atk-1.0 cairo gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gobject-2.0 gtk-3 intl m pango-1.0
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/gobject-introspection \
|
||||
BUILD_DEPENDS = devel/gobject-introspection \
|
||||
lang/vala
|
||||
RUN_DEPENDS = devel/gobject-introspection
|
||||
LIB_DEPENDS = x11/gtk+3
|
||||
|
||||
CONFIGURE_ARGS += -Dglade_catalog=disabled \
|
||||
@ -40,6 +40,8 @@ LDFLAGS = -L${X11BASE}/lib
|
||||
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/src/meson.build
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libhandy-v0.0.11.tar.gz) = x+e1EgPZIhxQsaOLqB4K77WrkGxV6FtsotBQHpB+B30=
|
||||
SIZE (libhandy-v0.0.11.tar.gz) = 382243
|
||||
SHA256 (libhandy-v0.0.13.tar.gz) = E4vslOZtFaehk1C2WEXUUpvNlp6pE6s+tDj1b+R9XTc=
|
||||
SIZE (libhandy-v0.0.13.tar.gz) = 443408
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/11/02 11:12:35 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2020/05/14 15:00:17 jasper Exp $
|
||||
include/libhandy-0.0/
|
||||
include/libhandy-0.0/handy.h
|
||||
include/libhandy-0.0/hdy-action-row.h
|
||||
@ -6,6 +6,7 @@ include/libhandy-0.0/hdy-animation.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-deprecation-macros.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
|
||||
@ -16,6 +17,7 @@ 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-keypad.h
|
||||
include/libhandy-0.0/hdy-leaflet.h
|
||||
include/libhandy-0.0/hdy-list-box.h
|
||||
include/libhandy-0.0/hdy-main.h
|
||||
@ -27,6 +29,8 @@ 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-swipe-group.h
|
||||
include/libhandy-0.0/hdy-swipeable.h
|
||||
include/libhandy-0.0/hdy-title-bar.h
|
||||
include/libhandy-0.0/hdy-value-object.h
|
||||
include/libhandy-0.0/hdy-version.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user