Unbreak:
- add missing LDEP on libhandy - add missing SHARED_LIBS - regent WANTLIB & PLIST
This commit is contained in:
parent
4e628f434d
commit
f8a7677010
@ -1,27 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2021/05/13 09:32:49 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2021/05/14 21:37:12 ajacoutot Exp $
|
||||
|
||||
COMMENT= GNOME desktop calculator
|
||||
|
||||
GNOME_PROJECT= gnome-calculator
|
||||
GNOME_VERSION= 40.1
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= math
|
||||
|
||||
SHARED_LIBS += gcalc-2 0.0 # 1
|
||||
SHARED_LIBS += gci-1 0.0 # 0
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += atk-1.0 c gdk-3 gio-2.0 glib-2.0 gobject-2.0 gtk-3
|
||||
WANTLIB += gtksourceview-4 intl mpc mpfr soup-2.4 xml2 gee-0.8
|
||||
WANTLIB += atk-1.0 c gdk-3 gee-0.8 gio-2.0 glib-2.0 gobject-2.0
|
||||
WANTLIB += gtk-3 gtksourceview-4 handy-1 intl mpc mpfr soup-2.4
|
||||
WANTLIB += xml2
|
||||
|
||||
MODULES= devel/dconf \
|
||||
devel/meson \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS+= devel/libgee \
|
||||
LIB_DEPENDS= devel/libgee \
|
||||
devel/libmpc \
|
||||
devel/libsoup \
|
||||
devel/mpfr \
|
||||
x11/gtksourceview4
|
||||
x11/gtksourceview4 \
|
||||
x11/libhandy
|
||||
|
||||
MODGNOME_TOOLS= desktop-file-utils gobject-introspection \
|
||||
gtk-update-icon-cache vala yelp
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2020/11/07 11:23:00 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.19 2021/05/14 21:37:12 ajacoutot Exp $
|
||||
@conflict gcalctool-*
|
||||
@pkgpath x11/gnome/gcalctool
|
||||
@bin bin/gcalccmd
|
||||
@ -11,12 +11,8 @@ include/gci-2/gci/
|
||||
include/gci-2/gci/gci.h
|
||||
lib/girepository-1.0/GCalc-2.typelib
|
||||
lib/girepository-1.0/GCi-1.typelib
|
||||
@so lib/libgcalc-2.so
|
||||
@bin lib/libgcalc-2.so.1
|
||||
lib/libgcalc-2.so.1.0.1
|
||||
@so lib/libgci-1.so
|
||||
@bin lib/libgci-1.so.0
|
||||
lib/libgci-1.so.0.0.0
|
||||
@lib lib/libgcalc-2.so.${LIBgcalc-2_VERSION}
|
||||
@lib lib/libgci-1.so.${LIBgci-1_VERSION}
|
||||
lib/pkgconfig/gcalc-2.pc
|
||||
lib/pkgconfig/gci-1.pc
|
||||
@bin libexec/gnome-calculator-search-provider
|
||||
|
Loading…
Reference in New Issue
Block a user