mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
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:
parent
9c1f5ce609
commit
e0d0f7c2b1
4 changed files with 4 additions and 41 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= elementary-photos
|
||||
DISTVERSION= 2.7.4
|
||||
DISTVERSION= 2.7.5
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= miguel@gocobachi.dev
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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},
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue