graphics/elementary-photos: update to 2.7.5

ChangeLog: https://github.com/elementary/photos/releases/tag/2.7.5

Remove unneeded patches.

PR:	264053
Reported by:	duchateau.olivier@gmail.com
Approved by:	miguel@gocobachi.dev (maintainer, timeout from previous PRs)
This commit is contained in:
Olivier Duchateau 2022-05-18 09:44:27 +02:00 committed by Fernando Apesteguía
parent 9c1f5ce609
commit e0d0f7c2b1
4 changed files with 4 additions and 41 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= elementary-photos
DISTVERSION= 2.7.4
DISTVERSION= 2.7.5
CATEGORIES= graphics
MAINTAINER= miguel@gocobachi.dev

View file

@ -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

View file

@ -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},

View file

@ -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;