mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update gtkspell3 to 3.0.7.
Drop :keepla from USES=libtool, drop gnomeprefix from USE_GNOME. Use INSTALL_TARGET=install-strip instead of post-install strip_cmd.
This commit is contained in:
parent
74a49f66a2
commit
394cbec564
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384722
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gtkspell3
|
||||
PORTVERSION= 3.0.6
|
||||
PORTVERSION= 3.0.7
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= SF/gtkspell/${PORTVERSION}
|
||||
|
||||
@ -12,17 +12,15 @@ COMMENT= GTK+ 3 spell checking component
|
||||
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala
|
||||
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
|
||||
|
||||
USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
|
||||
USES= gettext gmake libtool:keepla pathfix pkgconfig
|
||||
USE_GNOME= gtk30 intlhack introspection:build
|
||||
USES= gettext gmake libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGEt= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkspell3-3.so.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gtkspell3-3.0.6.tar.gz) = 01372e5b1648d6c752bad390eda048f52ea44ca3d32a78f5a589cbfe5f6b0ac3
|
||||
SIZE (gtkspell3-3.0.6.tar.gz) = 427484
|
||||
SHA256 (gtkspell3-3.0.7.tar.gz) = 13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2
|
||||
SIZE (gtkspell3-3.0.7.tar.gz) = 447648
|
||||
|
@ -1,7 +1,6 @@
|
||||
include/gtkspell-3.0/gtkspell/gtkspell.h
|
||||
lib/girepository-1.0/GtkSpell-3.0.typelib
|
||||
lib/libgtkspell3-3.a
|
||||
lib/libgtkspell3-3.la
|
||||
lib/libgtkspell3-3.so
|
||||
lib/libgtkspell3-3.so.0
|
||||
lib/libgtkspell3-3.so.0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user