diff options
Diffstat (limited to 'games/gnome-tetravex/Makefile')
-rw-r--r-- | games/gnome-tetravex/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/games/gnome-tetravex/Makefile b/games/gnome-tetravex/Makefile index 847879e1a4c6..47a2be62e987 100644 --- a/games/gnome-tetravex/Makefile +++ b/games/gnome-tetravex/Makefile @@ -1,28 +1,23 @@ PORTNAME= gnome-tetravex -PORTVERSION= 3.38.2 -PORTREVISION= 3 +PORTVERSION= 3.38.3 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome -PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ -PATCHFILES+= 80912d06f5e5.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-tetravex/-/merge_requests/20 - MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome tetravex -WWW= https://wiki.gnome.org/Apps/Tetravex +COMMENT= Complete the puzzle by matching numbered tiles +WWW= https://gitlab.gnome.org/GNOME/gnome-tetravex -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool -PORTSCOUT= limitw:1,even - -USES= gettext gmake gnome localbase meson pathfix pkgconfig \ - python tar:xz vala:build -USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build +USES= desktop-file-utils gettext-tools gnome localbase meson \ + pkgconfig python shebangfix tar:xz vala:build +USE_GNOME= glib20 gtk30 +SHEBANG_FILES= build-aux/meson_post_install.py BINARY_ALIAS= python3=${PYTHON_VERSION} GLIB_SCHEMAS= org.gnome.Tetravex.gschema.xml |