Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 08:50:11 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544790 - head/graphics/akira
Message-ID:  <202008130850.07D8oBWL097721@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Aug 13 08:50:10 2020
New Revision: 544790
URL: https://svnweb.freebsd.org/changeset/ports/544790

Log:
  - Update `graphics/akira' to version 0.0.12
  - Do not use the L-word in couple of places
  
  Reported by:	portscout

Modified:
  head/graphics/akira/Makefile
  head/graphics/akira/distinfo

Modified: head/graphics/akira/Makefile
==============================================================================
--- head/graphics/akira/Makefile	Thu Aug 13 07:44:47 2020	(r544789)
+++ head/graphics/akira/Makefile	Thu Aug 13 08:50:10 2020	(r544790)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	akira
-PORTVERSION=	0.0.11
+PORTVERSION=	0.0.12
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
@@ -28,11 +28,10 @@ INSTALLS_ICONS=	yes
 SHEBANG_FILES=	build-aux/meson/post_install.py
 
 post-patch:
-# XXX: workaround for segfault in gtk_application_set_accels_for_action(),
-# see https://github.com/akiraux/Akira/issues/392 and also potentially
-# related https://gitlab.gnome.org/GNOME/vala/-/issues/626 bug reports.
-	@${REINPLACE_CMD} -e 's,[^ ]*\.to_array (),{ &[0] },' \
-		${WRKSRC}/src/Services/ActionManager.vala
+	@${REINPLACE_CMD} -e 's,The Linux,The UI/UX,' \
+		${WRKSRC}/data/com.github.akiraux.akira.appdata.xml.in.in \
+		${WRKSRC}/data/com.github.akiraux.akira.desktop.in.in \
+		${WRKSRC}/README.md ${WRKSRC}/src/Dialogs/SettingsDialog.vala
 
 post-install:
 	${LN} -sf com.github.akiraux.akira ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

Modified: head/graphics/akira/distinfo
==============================================================================
--- head/graphics/akira/distinfo	Thu Aug 13 07:44:47 2020	(r544789)
+++ head/graphics/akira/distinfo	Thu Aug 13 08:50:10 2020	(r544790)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596557147
-SHA256 (akiraux-Akira-v0.0.11_GH0.tar.gz) = 56d11b1688e41e1495fbad4f47220403d8823a48a18d6f48c6780baf1f27c993
-SIZE (akiraux-Akira-v0.0.11_GH0.tar.gz) = 879904
+TIMESTAMP = 1597265646
+SHA256 (akiraux-Akira-v0.0.12_GH0.tar.gz) = 1fd59caf8d4d32934552ac643fca5f31fe9365ae46080d9bb2fac88e73c0faed
+SIZE (akiraux-Akira-v0.0.12_GH0.tar.gz) = 885492



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008130850.07D8oBWL097721>