Update to 0.1.47:
* The graphical interface can now be displayed in Italian. * Conjugation table fixes. * The regressions tests now succeed and are enabled in the port. Follow some suggestions from portlint and the stage QA checks. Approved by: maintainer timeout (9 weeks for update to 0.1.46)
This commit is contained in:
parent
74b80b2a2e
commit
7656518b22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513766
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= verbiste
|
||||
PORTVERSION= 0.1.44
|
||||
PORTVERSION= 0.1.47
|
||||
CATEGORIES= french textproc
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
@ -11,22 +11,27 @@ COMMENT= French verb conjugator/deconjugator
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES
|
||||
|
||||
USES= pathfix pkgconfig iconv:wchar_t libtool shebangfix
|
||||
SHEBANG_FILES= ${WRKSRC}/examples/*.pl
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gnome pathfix pkgconfig iconv:wchar_t libtool shebangfix
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
SHEBANG_FILES= ${WRKSRC}/examples/*.pl
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK2}
|
||||
USE_GNOME+= gtk20
|
||||
USE_GNOME+= cairo gdkpixbuf2 gtk20
|
||||
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
PLIST_SUB+= HASGTK=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-gtk-app
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1481227293
|
||||
SHA256 (verbiste-0.1.44.tar.gz) = 5ca77a342d234a10a376e2765f69ad358131b502520325c2f0c4303c38cab26e
|
||||
SIZE (verbiste-0.1.44.tar.gz) = 780465
|
||||
TIMESTAMP = 1570142696
|
||||
SHA256 (verbiste-0.1.47.tar.gz) = 75761c24a013a01ec89108f75f319e83000f8147906518ad1458f879878d7f0a
|
||||
SIZE (verbiste-0.1.47.tar.gz) = 781085
|
||||
|
@ -20,8 +20,9 @@ man/man3/verbiste.3.gz
|
||||
%%HASGNOME%%share/applications/verbiste.desktop
|
||||
%%HASGUI%%share/locale/da/LC_MESSAGES/verbiste.mo
|
||||
%%HASGUI%%share/locale/de/LC_MESSAGES/verbiste.mo
|
||||
%%HASGUI%%share/locale/fr/LC_MESSAGES/verbiste.mo
|
||||
%%HASGUI%%share/locale/el/LC_MESSAGES/verbiste.mo
|
||||
%%HASGUI%%share/locale/fr/LC_MESSAGES/verbiste.mo
|
||||
%%HASGUI%%share/locale/it/LC_MESSAGES/verbiste.mo
|
||||
%%HASGUI%%share/icons/hicolor/16x16/apps/verbiste.png
|
||||
%%HASGUI%%share/icons/hicolor/32x32/apps/verbiste.png
|
||||
%%HASGUI%%share/icons/hicolor/48x48/apps/verbiste.png
|
||||
|
Loading…
Reference in New Issue
Block a user