Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2018 10:58:05 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480164 - in head/graphics/minder: . files
Message-ID:  <201809201058.w8KAw5X9031642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Sep 20 10:58:04 2018
New Revision: 480164
URL: https://svnweb.freebsd.org/changeset/ports/480164

Log:
  graphics/minder: Update to 1.1.0
  
  Changes:	https://github.com/phase1geo/Minder/releases/tag/1.1.0

Added:
  head/graphics/minder/files/
  head/graphics/minder/files/patch-meson.build   (contents, props changed)
Modified:
  head/graphics/minder/Makefile
  head/graphics/minder/distinfo
  head/graphics/minder/pkg-plist

Modified: head/graphics/minder/Makefile
==============================================================================
--- head/graphics/minder/Makefile	Thu Sep 20 10:22:31 2018	(r480163)
+++ head/graphics/minder/Makefile	Thu Sep 20 10:58:04 2018	(r480164)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	minder
-PORTVERSION=	1.0.8
+PORTVERSION=	1.1.0
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	-app # avoid PKGBASE collision with net-p2p/minder
 

Modified: head/graphics/minder/distinfo
==============================================================================
--- head/graphics/minder/distinfo	Thu Sep 20 10:22:31 2018	(r480163)
+++ head/graphics/minder/distinfo	Thu Sep 20 10:58:04 2018	(r480164)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534518017
-SHA256 (phase1geo-Minder-1.0.8_GH0.tar.gz) = 51100d995b8240f30130dfd6eb5c37eddfbfc46308e4d44a7475716d5635dac5
-SIZE (phase1geo-Minder-1.0.8_GH0.tar.gz) = 372949
+TIMESTAMP = 1537432457
+SHA256 (phase1geo-Minder-1.1.0_GH0.tar.gz) = 37705dd3520ef52cfb93525696757d88a0b2bedece51be611fd7b9f2cabdeebc
+SIZE (phase1geo-Minder-1.1.0_GH0.tar.gz) = 870236

Added: head/graphics/minder/files/patch-meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/minder/files/patch-meson.build	Thu Sep 20 10:58:04 2018	(r480164)
@@ -0,0 +1,12 @@
+Remove unused libarchive dependency
+
+--- meson.build.orig	2018-09-20 10:32:05 UTC
++++ meson.build
+@@ -47,7 +47,6 @@ dependencies = [
+     dependency('granite'),
+     dependency('gtk+-3.0'),
+     dependency('libxml-2.0'),
+-    dependency('libarchive')
+ ]
+ 
+ e = executable('com.github.phase1geo.minder',

Modified: head/graphics/minder/pkg-plist
==============================================================================
--- head/graphics/minder/pkg-plist	Thu Sep 20 10:22:31 2018	(r480163)
+++ head/graphics/minder/pkg-plist	Thu Sep 20 10:58:04 2018	(r480164)
@@ -2,26 +2,12 @@ bin/com.github.phase1geo.minder
 share/applications/com.github.phase1geo.minder.desktop
 share/icons/hicolor/128x128/apps/com.github.phase1geo.minder.svg
 share/icons/hicolor/16x16/apps/com.github.phase1geo.minder.svg
-share/icons/hicolor/16x16/apps/minder-balance-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-detach-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-fold-completed-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-layout-down-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-layout-horizontal-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-layout-left-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-layout-manual-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-layout-right-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-layout-up-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-layout-vertical-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-note-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-task-done-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-task-todo-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-title-symbolic.svg
-share/icons/hicolor/16x16/apps/minder-unfold-symbolic.svg
 share/icons/hicolor/24x24/apps/com.github.phase1geo.minder.svg
 share/icons/hicolor/32x32/apps/com.github.phase1geo.minder.svg
 share/icons/hicolor/48x48/apps/com.github.phase1geo.minder.svg
 share/icons/hicolor/64x64/apps/com.github.phase1geo.minder.svg
 share/locale/cs/LC_MESSAGES/com.github.phase1geo.minder.mo
 share/locale/fr/LC_MESSAGES/com.github.phase1geo.minder.mo
+share/locale/pl/LC_MESSAGES/com.github.phase1geo.minder.mo
 share/locale/pt_BR/LC_MESSAGES/com.github.phase1geo.minder.mo
 share/metainfo/com.github.phase1geo.minder.appdata.xml



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