- add missing module
- regen WANTLIB - add missing dependency - fix PLIST (regen + add goo)
This commit is contained in:
parent
1a4bdf5005
commit
c9475d29b7
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/01/16 10:39:25 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/01/16 11:49:39 jasper Exp $
|
||||
|
||||
COMMENT = complex graphical design & layout library
|
||||
DISTNAME = edje-1.0.0.beta2
|
||||
|
||||
REVISION = 0
|
||||
EPOCH = 1
|
||||
|
||||
SHARED_LIBS += edje 1.0
|
||||
@ -17,17 +18,17 @@ WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama
|
||||
WANTLIB += Xrandr Xrender Xss Xtst c cares crypto curl ecore ecore_con
|
||||
WANTLIB += ecore_evas ecore_file ecore_imf ecore_imf_evas ecore_input
|
||||
WANTLIB += ecore_input_evas ecore_x eet eina embryo evas expat fontconfig
|
||||
WANTLIB += freetype fribidi glib-2.0 iconv idn intl jpeg lua m pcre pthread
|
||||
WANTLIB += pthread-stubs ssl xcb z
|
||||
WANTLIB += freetype glib-2.0 idn jpeg m pcre pthread
|
||||
WANTLIB += pthread-stubs ssl xcb z lua
|
||||
|
||||
# use others modules ?
|
||||
#MODULES = converters/libiconv \
|
||||
# lang/python \
|
||||
# lang/lua
|
||||
MODULES = lang/lua
|
||||
MODULES = devel/gettext \
|
||||
lang/lua
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= misc/shared-mime-info>=0.21
|
||||
|
||||
LIB_DEPENDS += x11/e17/ecore>=1.0 \
|
||||
x11/e17/embryo>=1.0
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/01/16 00:48:45 laurent Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/01/16 11:49:39 jasper Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/edje_cc
|
||||
@bin bin/edje_convert
|
||||
@bin bin/edje_decc
|
||||
@bin bin/edje_player
|
||||
bin/edje_recc
|
||||
bin/inkscape2edc
|
||||
include/edje-1/
|
||||
include/edje-1/Edje.h
|
||||
include/edje-1/Edje_Edit.h
|
||||
@ -15,6 +14,6 @@ lib/pkgconfig/edje.pc
|
||||
share/edje/
|
||||
share/edje/include/
|
||||
share/edje/include/edje.inc
|
||||
share/mime/
|
||||
share/mime/packages/
|
||||
share/mime/packages/edje.xml
|
||||
@exec %D/bin/update-mime-database %D/share/mime
|
||||
@unexec-delete %D/bin/update-mime-database %D/share/mime
|
||||
|
Loading…
Reference in New Issue
Block a user