diff options
Diffstat (limited to 'games/atomix')
-rw-r--r-- | games/atomix/Makefile | 9 | ||||
-rw-r--r-- | games/atomix/distinfo | 6 | ||||
-rw-r--r-- | games/atomix/files/patch-git_d3317c0b | 46 | ||||
-rw-r--r-- | games/atomix/pkg-plist | 1 |
4 files changed, 7 insertions, 55 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 96dbbc983775..7e68f05a5c7b 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -1,13 +1,12 @@ PORTNAME= atomix -PORTVERSION= 3.34.0 -PORTREVISION= 2 +PORTVERSION= 44.0 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Yet another little mind game -WWW= https://wiki.gnome.org/Apps/Atomix +WWW= https://gitlab.gnome.org/GNOME/atomix LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING @@ -15,10 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= appstream-util:devel/appstream-glib LIB_DEPENDS= libgnome-games-support-1.so:games/libgnome-games-support -PORTSCOUT= limitw:1,even - USES= gettext gnome meson pkgconfig tar:xz -USE_GNOME= cairo gdkpixbuf gtk30 +USE_GNOME= cairo gdkpixbuf glib20 gtk30 LDFLAGS= -lm .include <bsd.port.mk> diff --git a/games/atomix/distinfo b/games/atomix/distinfo index 450341709a60..270e50d3572b 100644 --- a/games/atomix/distinfo +++ b/games/atomix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660070313 -SHA256 (gnome/atomix-3.34.0.tar.xz) = 0054c3b3830f1fe4383e17d716e6034b608859f4352a102130c13156894a2041 -SIZE (gnome/atomix-3.34.0.tar.xz) = 532096 +TIMESTAMP = 1697983509 +SHA256 (gnome/atomix-44.0.tar.xz) = c8849317688d87da734c9063035631052007f2a8799b6c6cc915265880b55fb4 +SIZE (gnome/atomix-44.0.tar.xz) = 535508 diff --git a/games/atomix/files/patch-git_d3317c0b b/games/atomix/files/patch-git_d3317c0b deleted file mode 100644 index c5e65f1d90d4..000000000000 --- a/games/atomix/files/patch-git_d3317c0b +++ /dev/null @@ -1,46 +0,0 @@ -Obtained from: - https://gitlab.gnome.org/GNOME/atomix/-/commit/be7f44f1945a569494d46c60eaf6e7b39b2bb48b.patch - -From be7f44f1945a569494d46c60eaf6e7b39b2bb48b Mon Sep 17 00:00:00 2001 -From: Hans de Goede <hdegoede@redhat.com> -Date: Tue, 25 Feb 2020 10:15:42 +0100 -Subject: [PATCH] Fix compilation with gcc10 / -fno-common - -gcc10 defaults to -fno-common, meaning that non static symbols can -only be declared once. Make the parent_class variable in level.c and -theme.c static to fix building with gcc10. ---- - src/level.c | 2 +- - src/theme.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/level.c b/src/level.c -index 160672d..5fbf6af 100644 ---- src/level.c -+++ src/level.c -@@ -31,7 +31,7 @@ static void level_class_init (GObjectClass *class); - static void level_init (Level *level); - static void level_finalize (GObject *object); - --GObjectClass *parent_class; -+static GObjectClass *parent_class; - - /*================================================================= - -diff --git a/src/theme.c b/src/theme.c -index 45f3086..88acb00 100644 ---- src/theme.c -+++ src/theme.c -@@ -32,7 +32,7 @@ static void theme_init (Theme *theme); - static void theme_finalize (GObject *object); - static void destroy_theme_image (gpointer data); - --GObjectClass *parent_class; -+static GObjectClass *parent_class; - - GType theme_get_type (void) - { --- -GitLab - - diff --git a/games/atomix/pkg-plist b/games/atomix/pkg-plist index e3e4a0bfce48..e52eefd2fec1 100644 --- a/games/atomix/pkg-plist +++ b/games/atomix/pkg-plist @@ -122,6 +122,7 @@ share/locale/mk/LC_MESSAGES/atomix.mo share/locale/ml/LC_MESSAGES/atomix.mo share/locale/ms/LC_MESSAGES/atomix.mo share/locale/nb/LC_MESSAGES/atomix.mo +share/locale/ne/LC_MESSAGES/atomix.mo share/locale/nl/LC_MESSAGES/atomix.mo share/locale/oc/LC_MESSAGES/atomix.mo share/locale/pa/LC_MESSAGES/atomix.mo |