graphics/minder: Update to 1.7.0
Drop the meson.build patch. The libarchive dependency is now actually used for something. Changes: https://github.com/phase1geo/Minder/releases/tag/1.7.0
This commit is contained in:
parent
d934895791
commit
e158ac77f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528894
3 changed files with 6 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= minder
|
||||
PORTVERSION= 1.6.0
|
||||
PORTVERSION= 1.7.0
|
||||
CATEGORIES= graphics
|
||||
# avoid PKGBASE collision with net-p2p/minder
|
||||
PKGNAMESUFFIX= -app
|
||||
|
@ -17,8 +17,8 @@ BUILD_DEPENDS= discount>0:textproc/discount \
|
|||
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
|
||||
libgranite.so:x11-toolkits/granite
|
||||
|
||||
USES= desktop-file-utils gettext gnome localbase:ldflags meson \
|
||||
pkgconfig python:3.5+,build shared-mime-info shebangfix
|
||||
USES= desktop-file-utils gettext gnome libarchive localbase:ldflags \
|
||||
meson pkgconfig python:3.5+,build shared-mime-info shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= phase1geo
|
||||
GH_PROJECT= Minder
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1577434107
|
||||
SHA256 (phase1geo-Minder-1.6.0_GH0.tar.gz) = 5a4031105c2d97a253a46e88b45fa7883562af166176ccab9ad334b133b3489f
|
||||
SIZE (phase1geo-Minder-1.6.0_GH0.tar.gz) = 1040920
|
||||
TIMESTAMP = 1584843889
|
||||
SHA256 (phase1geo-Minder-1.7.0_GH0.tar.gz) = 260a3bf7c8c28903d5621da01bd892753cdb505cd06c7491ee6e10ed0bccb51a
|
||||
SIZE (phase1geo-Minder-1.7.0_GH0.tar.gz) = 1059567
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
Remove unused libarchive dependency
|
||||
|
||||
--- meson.build.orig 2019-12-27 05:24:27 UTC
|
||||
+++ meson.build
|
||||
@@ -61,7 +61,6 @@ dependencies = [
|
||||
dependency('granite'),
|
||||
dependency('gtk+-3.0'),
|
||||
dependency('libxml-2.0'),
|
||||
- dependency('libarchive'),
|
||||
dependency('gtksourceview-3.0'),
|
||||
libmarkdown,
|
||||
math_dep
|
Loading…
Reference in a new issue