Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 16:50:11 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550055 - in head/deskutils/go-for-it: . files
Message-ID:  <202009251650.08PGoBAT041955@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Fri Sep 25 16:50:11 2020
New Revision: 550055
URL: https://svnweb.freebsd.org/changeset/ports/550055

Log:
  Update to 1.8.1
  
  Release notes:
  - https://github.com/mank319/Go-For-It/releases/tag/1.8.0
  - https://github.com/mank319/Go-For-It/releases/tag/1.8.1
  
  Reported by:	Repology

Deleted:
  head/deskutils/go-for-it/files/
Modified:
  head/deskutils/go-for-it/Makefile
  head/deskutils/go-for-it/distinfo
  head/deskutils/go-for-it/pkg-plist

Modified: head/deskutils/go-for-it/Makefile
==============================================================================
--- head/deskutils/go-for-it/Makefile	Fri Sep 25 16:49:28 2020	(r550054)
+++ head/deskutils/go-for-it/Makefile	Fri Sep 25 16:50:11 2020	(r550055)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	go-for-it
-DISTVERSION=	1.7.3
+DISTVERSION=	1.8.1
 CATEGORIES=	deskutils
 
 MAINTAINER=	ports@FreeBSD.org
@@ -13,13 +13,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libnotify.so:devel/libnotify
 
-USES=		cmake gnome gettext pkgconfig
+USES=		cmake gettext gnome pkgconfig
+CMAKE_ARGS=	-DAPP_SYSTEM_NAME:STRING=${PORTNAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	JMoerman
 GH_PROJECT=	Go-For-It
 USE_GNOME=	cairo glib20 gtk30 intltool
+GLIB_SCHEMAS=	com.github.jmoerman.go-for-it.gschema.xml
+INSTALLS_ICONS=	yes
 
 GNU_CONFIGURE=	yes
-INSTALLS_ICONS=	yes
 
 .include <bsd.port.mk>

Modified: head/deskutils/go-for-it/distinfo
==============================================================================
--- head/deskutils/go-for-it/distinfo	Fri Sep 25 16:49:28 2020	(r550054)
+++ head/deskutils/go-for-it/distinfo	Fri Sep 25 16:50:11 2020	(r550055)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567624004
-SHA256 (JMoerman-Go-For-It-1.7.3_GH0.tar.gz) = 582ec27876dbfdab71c5fc681a74c3e4f5a4d0d73cd634a0c5db64e5c4c51ea7
-SIZE (JMoerman-Go-For-It-1.7.3_GH0.tar.gz) = 260881
+TIMESTAMP = 1601050355
+SHA256 (JMoerman-Go-For-It-1.8.1_GH0.tar.gz) = a0e53c80ce43aa4ce15c71d239cc1a1847ab600821d9c77ba528f47d32173e08
+SIZE (JMoerman-Go-For-It-1.8.1_GH0.tar.gz) = 326572

Modified: head/deskutils/go-for-it/pkg-plist
==============================================================================
--- head/deskutils/go-for-it/pkg-plist	Fri Sep 25 16:49:28 2020	(r550054)
+++ head/deskutils/go-for-it/pkg-plist	Fri Sep 25 16:50:11 2020	(r550055)
@@ -1,24 +1,11 @@
 bin/go-for-it
 share/applications/go-for-it.desktop
-share/metainfo/go-for-it.appdata.xml
+share/icons/hicolor/128x128/apps/go-for-it.svg
 share/icons/hicolor/16x16/apps/go-for-it.svg
 share/icons/hicolor/24x24/apps/go-for-it.svg
 share/icons/hicolor/32x32/apps/go-for-it.svg
 share/icons/hicolor/48x48/apps/go-for-it.svg
 share/icons/hicolor/64x64/apps/go-for-it.svg
-share/icons/hicolor/128x128/apps/go-for-it.svg
-share/icons/hicolor/24x24/actions/go-for-it-open-menu-fallback.svg
-share/icons/hicolor/16x16/actions/go-for-it-go-to-done.svg
-share/icons/hicolor/16x16/actions/go-for-it-go-to-list-symbolic.svg
-share/icons/hicolor/24x24/actions/go-for-it-go-to-done.svg
-share/icons/hicolor/24x24/actions/go-for-it-go-to-list-symbolic.svg
-%%DATADIR%%/style/widgets-3.10.css
-%%DATADIR%%/style/widgets-3.20.css
-%%DATADIR%%/style/palettes/elementary-dark.css
-%%DATADIR%%/style/palettes/elementary.css
-%%DATADIR%%/style/palettes/theme-based.css
-%%DATADIR%%/style/widgets-minimal-3.10.css
-%%DATADIR%%/style/widgets-minimal-3.20.css
 share/locale/aa/LC_MESSAGES/go-for-it.mo
 share/locale/ab/LC_MESSAGES/go-for-it.mo
 share/locale/ae/LC_MESSAGES/go-for-it.mo
@@ -213,3 +200,4 @@ share/locale/zh/LC_MESSAGES/go-for-it.mo
 share/locale/zh_HK/LC_MESSAGES/go-for-it.mo
 share/locale/zh_TW/LC_MESSAGES/go-for-it.mo
 share/locale/zu/LC_MESSAGES/go-for-it.mo
+share/metainfo/go-for-it.appdata.xml



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