Update to gtkspell3-3.0.2.
This commit is contained in:
parent
09d030bc0c
commit
b4b29533a8
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:42:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/14 19:41:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= gtk+3 spelling checker
|
||||
|
||||
DISTNAME= gtkspell3-3.0.0
|
||||
DISTNAME= gtkspell3-3.0.2
|
||||
|
||||
SHARED_LIBS += gtkspell3-3 0.0 # unknown
|
||||
|
||||
@ -15,14 +15,14 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
||||
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
|
||||
WANTLIB += atk-bridge-2.0 atspi cairo cairo-gobject dbus-1 drm
|
||||
WANTLIB += enchant expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += gtk-3 harfbuzz icudata icule icuuc m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
||||
WANTLIB += stdc++ xcb xcb-render xcb-shm z
|
||||
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
||||
WANTLIB += cairo cairo-gobject dbus-1 enchant expat ffi fontconfig
|
||||
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 icudata icule icuuc m
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread pthread-stubs stdc++ xcb xcb-render xcb-shm
|
||||
WANTLIB += harfbuzz z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/}
|
||||
|
||||
@ -32,7 +32,8 @@ USE_GMAKE= Yes
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
BUILD_DEPENDS= devel/gobject-introspection \
|
||||
lang/vala
|
||||
|
||||
LIB_DEPENDS= textproc/enchant \
|
||||
x11/gtk+3
|
||||
@ -42,7 +43,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc \
|
||||
--enable-introspection
|
||||
--enable-introspection \
|
||||
--enable-vala
|
||||
|
||||
# If one of these tools is found at configure stage, it might be used,
|
||||
# no matter whether we use --disable-gtk-doc or not.
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gtkspell3-3.0.0.tar.gz) = 5wFhUyyK4TG53zFk06OFYt4goTaikz8Ca04WM627d5Y=
|
||||
SIZE (gtkspell3-3.0.0.tar.gz) = 396130
|
||||
SHA256 (gtkspell3-3.0.2.tar.gz) = Fao5Erbxv4Us3YAr4ssfOVStYF1MfzyBhGTlYeR7aHk=
|
||||
SIZE (gtkspell3-3.0.2.tar.gz) = 410985
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2012/11/15 14:49:14 ajacoutot Exp $
|
||||
@lib lib/libgtkspell3-3.so.${LIBgtkspell3-3_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/11/15 14:49:14 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/03/14 19:41:42 ajacoutot Exp $
|
||||
include/gtkspell-3.0/
|
||||
include/gtkspell-3.0/gtkspell/
|
||||
include/gtkspell-3.0/gtkspell/gtkspell.h
|
||||
@ -7,6 +6,7 @@ lib/girepository-1.0/
|
||||
lib/girepository-1.0/GtkSpell-3.0.typelib
|
||||
lib/libgtkspell3-3.a
|
||||
lib/libgtkspell3-3.la
|
||||
@lib lib/libgtkspell3-3.so.${LIBgtkspell3-3_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gtkspell3-3.0.pc
|
||||
share/gir-1.0/
|
||||
@ -29,12 +29,16 @@ share/gtk-doc/html/gtkspell3/object-tree.html
|
||||
share/gtk-doc/html/gtkspell3/right.png
|
||||
share/gtk-doc/html/gtkspell3/style.css
|
||||
share/gtk-doc/html/gtkspell3/tutorial-advanced.html
|
||||
share/gtk-doc/html/gtkspell3/tutorial-bindings.html
|
||||
share/gtk-doc/html/gtkspell3/tutorial-building.html
|
||||
share/gtk-doc/html/gtkspell3/tutorial-lang.html
|
||||
share/gtk-doc/html/gtkspell3/up.png
|
||||
share/locale/af/
|
||||
share/locale/af/LC_MESSAGES/
|
||||
share/locale/af/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/ak/
|
||||
share/locale/ak/LC_MESSAGES/
|
||||
share/locale/ak/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/ast/
|
||||
share/locale/ast/LC_MESSAGES/
|
||||
share/locale/ast/LC_MESSAGES/gtkspell3.mo
|
||||
@ -46,7 +50,13 @@ share/locale/el/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/eo/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/es/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/eu/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/ff/
|
||||
share/locale/ff/LC_MESSAGES/
|
||||
share/locale/ff/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/fi/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/fo/
|
||||
share/locale/fo/LC_MESSAGES/
|
||||
share/locale/fo/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/fr/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/ga/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/gl/LC_MESSAGES/gtkspell3.mo
|
||||
@ -65,6 +75,9 @@ share/locale/ja/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/ky/
|
||||
share/locale/ky/LC_MESSAGES/
|
||||
share/locale/ky/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/lg/
|
||||
share/locale/lg/LC_MESSAGES/
|
||||
share/locale/lg/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/gtkspell3.mo
|
||||
@ -77,6 +90,9 @@ share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/nb/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/nl/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/nso/
|
||||
share/locale/nso/LC_MESSAGES/
|
||||
share/locale/nso/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/pl/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/pt/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gtkspell3.mo
|
||||
@ -90,10 +106,16 @@ share/locale/rw/LC_MESSAGES/
|
||||
share/locale/rw/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/sk/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/sl/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/son/
|
||||
share/locale/son/LC_MESSAGES/
|
||||
share/locale/son/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/sr/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/st/
|
||||
share/locale/st/LC_MESSAGES/
|
||||
share/locale/st/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/sv/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/th/
|
||||
share/locale/th/LC_MESSAGES/
|
||||
@ -107,3 +129,10 @@ share/locale/wa/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/zu/
|
||||
share/locale/zu/LC_MESSAGES/
|
||||
share/locale/zu/LC_MESSAGES/gtkspell3.mo
|
||||
share/vala/
|
||||
share/vala/vapi/
|
||||
share/vala/vapi/gtkspell3-3.0.deps
|
||||
share/vala/vapi/gtkspell3-3.0.vapi
|
||||
|
Loading…
Reference in New Issue
Block a user