git: 368e4b9267da - main - x11/yad: Update to 13.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jul 2023 21:12:52 UTC
The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/ports/commit/?id=368e4b9267dad87af357710edfa640f0b3354203 commit 368e4b9267dad87af357710edfa640f0b3354203 Author: Danilo Egea Gondolfo <danilo@FreeBSD.org> AuthorDate: 2023-07-10 10:41:43 +0000 Commit: Danilo Egea Gondolfo <danilo@FreeBSD.org> CommitDate: 2023-07-10 21:12:46 +0000 x11/yad: Update to 13.0 - Add new TOOLS option - Remove PFD option. This functionality was consolidated in yad-tools (enabled with the new TOOLS option). --- x11/yad/Makefile | 11 +++++------ x11/yad/distinfo | 6 +++--- x11/yad/pkg-plist | 8 +++++--- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/x11/yad/Makefile b/x11/yad/Makefile index 925f59ae18f0..4779f513052b 100644 --- a/x11/yad/Makefile +++ b/x11/yad/Makefile @@ -1,6 +1,5 @@ PORTNAME= yad -PORTVERSION= 7.3 -PORTREVISION= 2 +PORTVERSION= 13.0 DISTVERSIONPREFIX= v CATEGORIES= x11 gnome @@ -25,12 +24,12 @@ GLIB_SCHEMAS= yad.gschema.xml USE_GITHUB= yes GH_ACCOUNT= v1cont -OPTIONS_DEFINE= HTML ICONBROWSER NLS PFD GTKSOURCEVIEW SPELL +OPTIONS_DEFINE= HTML ICONBROWSER NLS GTKSOURCEVIEW SPELL TOOLS HTML_DESC= Build with HTML widget ICONBROWSER_DESC= Build YAD icon browser -PFD_DESC= Build PFD fontnames transformation utility GTKSOURCEVIEW_DESC= Build with GtkSourceView support SPELL_DESC= Build with Spell check support +TOOLS_DESC= Build with yad-tools utility OPTIONS_DEFAULT= SPELL OPTIONS_SUB= yes @@ -41,8 +40,6 @@ HTML_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ ICONBROWSER_CONFIGURE_ENABLE= icon-browser -PFD_CONFIGURE_ENABLE= pfd - GTKSOURCEVIEW_CONFIGURE_ENABLE= sourceview GTKSOURCEVIEW_USE= GNOME=gtksourceview3 @@ -50,4 +47,6 @@ SPELL_CONFIGURE_ENABLE= spell SPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell \ libenchant-2.so:textproc/enchant2 +TOOLS_CONFIGURE_ENABLE= tools + .include <bsd.port.mk> diff --git a/x11/yad/distinfo b/x11/yad/distinfo index 6e17ed204f8d..bcce4cb7d7f1 100644 --- a/x11/yad/distinfo +++ b/x11/yad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603819104 -SHA256 (v1cont-yad-v7.3_GH0.tar.gz) = e73b9d817872a5a349ce408d979c6fe0977290e685d0785a90ee516850c0c7cd -SIZE (v1cont-yad-v7.3_GH0.tar.gz) = 272890 +TIMESTAMP = 1688741732 +SHA256 (v1cont-yad-v13.0_GH0.tar.gz) = 54a2e78e66063573cd081a321e64c03cd1deb18d4e0a27ccaf5f42b3411a4bf5 +SIZE (v1cont-yad-v13.0_GH0.tar.gz) = 300536 diff --git a/x11/yad/pkg-plist b/x11/yad/pkg-plist index 92444c46e3de..75eca43b11f4 100644 --- a/x11/yad/pkg-plist +++ b/x11/yad/pkg-plist @@ -1,8 +1,10 @@ -%%PFD%%bin/pfd bin/yad +bin/yad-settings +%%TOOLS%%bin/yad-tools +%%TOOLS%%man/man1/yad-tools.1.gz %%ICONBROWSER%%bin/yad-icon-browser -%%PFD%%man/man1/pfd.1.gz man/man1/yad.1.gz +share/applications/yad-settings.desktop share/aclocal/yad.m4 %%ICONBROWSER%%share/applications/yad-icon-browser.desktop share/icons/hicolor/128x128/apps/yad.png @@ -15,8 +17,8 @@ share/icons/hicolor/96x96/apps/yad.png %%NLS%%share/locale/es/LC_MESSAGES/yad.mo %%NLS%%share/locale/fr/LC_MESSAGES/yad.mo %%NLS%%share/locale/it/LC_MESSAGES/yad.mo +%%NLS%%share/locale/ka/LC_MESSAGES/yad.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/yad.mo -%%NLS%%share/locale/ru/LC_MESSAGES/yad.mo %%NLS%%share/locale/sk/LC_MESSAGES/yad.mo %%NLS%%share/locale/uk/LC_MESSAGES/yad.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/yad.mo