diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile index e2b01659545b..d993048fbd84 100644 --- a/graphics/elementary-photos/Makefile +++ b/graphics/elementary-photos/Makefile @@ -1,39 +1,39 @@ PORTNAME= elementary-photos -DISTVERSION= 2.7.4 +DISTVERSION= 2.7.5 CATEGORIES= graphics MAINTAINER= miguel@gocobachi.dev COMMENT= Photo viewer and organizer designed for elementary OS LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libexif.so:graphics/libexif \ libgee-0.8.so:devel/libgee \ libgeocode-glib.so:net/geocode-glib \ libgexiv2.so:graphics/gexiv2 \ libgphoto2.so:graphics/libgphoto2 \ libgphoto2_port.so:graphics/libgphoto2 \ libgranite.so:x11-toolkits/granite \ 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 \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libwebp.so:graphics/webp USES= compiler:c11 desktop-file-utils gettext gnome gstreamer meson \ pkgconfig sqlite:3 xorg USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= photos USE_GNOME= cairo glib20 gdkpixbuf2 gtk30 libxml2 GLIB_SCHEMAS= io.elementary.photos-extras.gschema.xml \ io.elementary.photos.gschema.xml USE_LDCONFIG= yes USE_XORG= x11 .include diff --git a/graphics/elementary-photos/distinfo b/graphics/elementary-photos/distinfo index ab6e721f5bad..e459c6066dc9 100644 --- a/graphics/elementary-photos/distinfo +++ b/graphics/elementary-photos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650719197 -SHA256 (elementary-photos-2.7.4_GH0.tar.gz) = 3227f498e483b150f0a1407f4cf244d69f1c7453fc9bcba164fe3ab944283315 -SIZE (elementary-photos-2.7.4_GH0.tar.gz) = 6755365 +TIMESTAMP = 1652821213 +SHA256 (elementary-photos-2.7.5_GH0.tar.gz) = dbf1161fa88635fff7b890605ed5d753e581a7efd691b3c9c4ad33d424e06974 +SIZE (elementary-photos-2.7.5_GH0.tar.gz) = 6718026 diff --git a/graphics/elementary-photos/files/patch-src_main.vala b/graphics/elementary-photos/files/patch-src_main.vala deleted file mode 100644 index d8d231836066..000000000000 --- a/graphics/elementary-photos/files/patch-src_main.vala +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.vala.orig 2022-02-01 18:38:16 UTC -+++ src/main.vala -@@ -273,7 +273,7 @@ namespace CommandlineOptions { - bool show_version = false; - bool debug_enabled = false; - -- public const OptionEntry[] APP_OPTIONS = { -+ const OptionEntry[] APP_OPTIONS = { - { "datadir", 'd', 0, OptionArg.FILENAME, out data_dir, N_("Path to Photos' private data"), N_("DIRECTORY")}, - { "no-runtime-monitoring", 0, 0, OptionArg.NONE, out no_runtime_monitoring, N_("Do not monitor library directory at runtime for changes"), null}, - { "no-startup-progress", 0, 0, OptionArg.NONE, out no_startup_progress, N_("Don't display startup progress meter"), null}, diff --git a/graphics/elementary-photos/files/patch-vapi_config.vapi b/graphics/elementary-photos/files/patch-vapi_config.vapi deleted file mode 100644 index 9d9f0ec681b0..000000000000 --- a/graphics/elementary-photos/files/patch-vapi_config.vapi +++ /dev/null @@ -1,26 +0,0 @@ ---- vapi/config.vapi.orig 2022-02-01 18:38:16 UTC -+++ vapi/config.vapi -@@ -5,16 +5,16 @@ - */ - - [CCode (cheader_filename="config.h")] --extern const string _PREFIX; -+public const string _PREFIX; - [CCode (cheader_filename="config.h")] --extern const string _VERSION; -+public const string _VERSION; - [CCode (cheader_filename="config.h")] --extern const string GETTEXT_PACKAGE; -+public const string GETTEXT_PACKAGE; - [CCode (cheader_filename="config.h")] --extern const string LOCALEDIR; -+public const string LOCALEDIR; - [CCode (cheader_filename="config.h")] --extern const string _LIB; -+public const string _LIB; - [CCode (cheader_filename="config.h")] --extern const string _LIBEXECDIR; -+public const string _LIBEXECDIR; - [CCode (cheader_filename="config.h")] --extern const string PROJECT_NAME; -+public const string PROJECT_NAME;