Update to stable gtkspell3-3.0.0.
This commit is contained in:
parent
1725cdc243
commit
08ffe27692
@ -1,12 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/09/21 14:48:06 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/11/15 14:49:14 ajacoutot Exp $
|
||||
|
||||
COMMENT= gtk+3 spelling checker
|
||||
|
||||
V= 2.99.99
|
||||
DISTNAME= gtkspell-${V}
|
||||
PKGNAME= gtkspell3-${V}
|
||||
DISTNAME= gtkspell3-3.0.0
|
||||
|
||||
SHARED_LIBS += gtkspell-3 0.0 # 0.0
|
||||
SHARED_LIBS += gtkspell3-3 0.0 # unknown
|
||||
|
||||
CATEGORIES= textproc x11
|
||||
|
||||
@ -20,17 +18,16 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
|
||||
WANTLIB += drm enchant expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
||||
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 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
|
||||
WANTLIB += pixman-1 png pthread-stubs stdc++ xcb xcb-render xcb-shm
|
||||
WANTLIB += z
|
||||
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
|
||||
|
||||
# Debian: gtkspell3_3.0.0~hg20110814.orig.tar.gz
|
||||
MASTER_SITES= http://distfiles.bsdfrog.org/
|
||||
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/}
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
@ -38,6 +35,8 @@ USE_GMAKE= Yes
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
|
||||
BUILD_DEPENDS= devel/gobject-introspection
|
||||
|
||||
LIB_DEPENDS= textproc/enchant \
|
||||
x11/gtk+3
|
||||
|
||||
@ -45,7 +44,8 @@ CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-gtk-doc
|
||||
--disable-gtk-doc \
|
||||
--enable-introspection
|
||||
|
||||
# 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,5 +1,2 @@
|
||||
MD5 (gtkspell-2.99.99.tar.gz) = ibft4LAK8GwKeiPHKk0OSA==
|
||||
RMD160 (gtkspell-2.99.99.tar.gz) = LdBdcnJv4mQiYsS1OXlLnjWDmtI=
|
||||
SHA1 (gtkspell-2.99.99.tar.gz) = aRpkuVE+1NwnF5Rc9FEPCpPaB4o=
|
||||
SHA256 (gtkspell-2.99.99.tar.gz) = TciVVi/YSAIGgRtpOOC5LCCvB3jSvFlHTN4AqT4Rg3c=
|
||||
SIZE (gtkspell-2.99.99.tar.gz) = 364606
|
||||
SHA256 (gtkspell3-3.0.0.tar.gz) = 5wFhUyyK4TG53zFk06OFYt4goTaikz8Ca04WM627d5Y=
|
||||
SIZE (gtkspell3-3.0.0.tar.gz) = 396130
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/04/12 18:04:26 ajacoutot Exp $
|
||||
@lib lib/libgtkspell-3.so.${LIBgtkspell-3_VERSION}
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2012/11/15 14:49:14 ajacoutot Exp $
|
||||
@lib lib/libgtkspell3-3.so.${LIBgtkspell3-3_VERSION}
|
||||
|
@ -1,28 +1,36 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/12 18:04:26 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/11/15 14:49:14 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
include/gtkspell-3.0/
|
||||
include/gtkspell-3.0/gtkspell/
|
||||
include/gtkspell-3.0/gtkspell/gtkspell.h
|
||||
lib/libgtkspell-3.a
|
||||
lib/libgtkspell-3.la
|
||||
lib/girepository-1.0/
|
||||
lib/girepository-1.0/GtkSpell-3.0.typelib
|
||||
lib/libgtkspell3-3.a
|
||||
lib/libgtkspell3-3.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gtkspell-3.0.pc
|
||||
lib/pkgconfig/gtkspell3-3.0.pc
|
||||
share/gir-1.0/
|
||||
share/gir-1.0/GtkSpell-3.0.gir
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/html/
|
||||
share/gtk-doc/html/gtkspell3/
|
||||
share/gtk-doc/html/gtkspell3/annotation-glossary.html
|
||||
share/gtk-doc/html/gtkspell3/api-index-full.html
|
||||
share/gtk-doc/html/gtkspell3/ch02.html
|
||||
share/gtk-doc/html/gtkspell3/chapter-tutorial.html
|
||||
share/gtk-doc/html/gtkspell3/deprecated-api-index.html
|
||||
share/gtk-doc/html/gtkspell3/gtkspell3-gtkspell.html
|
||||
share/gtk-doc/html/gtkspell3/gtkspell3.devhelp
|
||||
share/gtk-doc/html/gtkspell3/gtkspell3.devhelp2
|
||||
share/gtk-doc/html/gtkspell3/home.png
|
||||
share/gtk-doc/html/gtkspell3/index.html
|
||||
share/gtk-doc/html/gtkspell3/index.sgml
|
||||
share/gtk-doc/html/gtkspell3/left.png
|
||||
share/gtk-doc/html/gtkspell3/reference.html
|
||||
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-building.html
|
||||
share/gtk-doc/html/gtkspell3/tutorial.html
|
||||
share/gtk-doc/html/gtkspell3/tutorial-lang.html
|
||||
share/gtk-doc/html/gtkspell3/up.png
|
||||
share/locale/af/
|
||||
share/locale/af/LC_MESSAGES/
|
||||
@ -42,6 +50,8 @@ share/locale/fi/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
|
||||
share/locale/he/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/hr/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/hu/LC_MESSAGES/gtkspell3.mo
|
||||
share/locale/hy/
|
||||
share/locale/hy/LC_MESSAGES/
|
||||
|
Loading…
Reference in New Issue
Block a user