diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile index f7277de4940e..7c5e1711666a 100644 --- a/graphics/elementary-photos/Makefile +++ b/graphics/elementary-photos/Makefile @@ -1,6 +1,5 @@ PORTNAME= elementary-photos -DISTVERSION= 2.7.0 -PORTREVISION= 3 +DISTVERSION= 2.7.1 CATEGORIES= graphics MAINTAINER= miguel@gocobachi.dev @@ -22,6 +21,7 @@ LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \ libgstbase-1.0.so:multimedia/gstreamer1 \ libgudev-1.0.so:devel/libgudev \ libjson-glib-1.0.so:devel/json-glib \ + libhandy-1.so:x11-toolkits/libhandy \ libraw.so:graphics/libraw \ librest-0.7.so:devel/librest \ libsoup-2.4.so:devel/libsoup \ diff --git a/graphics/elementary-photos/distinfo b/graphics/elementary-photos/distinfo index 4c5db7742da8..74e4ebee3447 100644 --- a/graphics/elementary-photos/distinfo +++ b/graphics/elementary-photos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593111169 -SHA256 (elementary-photos-2.7.0_GH0.tar.gz) = 9f6ad409d053e3239b9ec7fc59429afe9ce89e40878697a73c2c3f215556a074 -SIZE (elementary-photos-2.7.0_GH0.tar.gz) = 5822895 +TIMESTAMP = 1628900913 +SHA256 (elementary-photos-2.7.1_GH0.tar.gz) = a42f7d61b2cbaa21ab2a03d07dcd59304c90664d34421e38db383f37f87c6316 +SIZE (elementary-photos-2.7.1_GH0.tar.gz) = 6717005 diff --git a/graphics/elementary-photos/files/patch-meson__options.txt b/graphics/elementary-photos/files/patch-meson__options.txt deleted file mode 100644 index e5736e05d5d1..000000000000 --- a/graphics/elementary-photos/files/patch-meson__options.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- meson_options.txt.orig 2020-04-08 20:18:53 UTC -+++ meson_options.txt -@@ -1,3 +1,4 @@ --option ('libunity', type : 'boolean', value : true) -+option ('libunity', type : 'boolean', value : false) - option ('documentation', type : 'boolean', value : false) - option ('plugins', type : 'boolean', value : true) -+option ('use-svg-images', type : 'boolean', value : true)