From 7656518b22425f2aca07c31c13164aa5b7758e3e Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Fri, 4 Oct 2019 15:30:17 +0000 Subject: [PATCH] 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) --- french/verbiste/Makefile | 19 ++++++++++++------- french/verbiste/distinfo | 6 +++--- french/verbiste/pkg-plist | 3 ++- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/french/verbiste/Makefile b/french/verbiste/Makefile index aed4b2253412..cc412bd104f0 100644 --- a/french/verbiste/Makefile +++ b/french/verbiste/Makefile @@ -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 .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 diff --git a/french/verbiste/distinfo b/french/verbiste/distinfo index e2959d331a06..37ed53d19008 100644 --- a/french/verbiste/distinfo +++ b/french/verbiste/distinfo @@ -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 diff --git a/french/verbiste/pkg-plist b/french/verbiste/pkg-plist index f455a06b97b0..ade0329505ab 100644 --- a/french/verbiste/pkg-plist +++ b/french/verbiste/pkg-plist @@ -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