Update to nautilus-43.1.
This commit is contained in:
parent
bd4db9ad11
commit
0439e85e8c
@ -1,8 +1,7 @@
|
||||
COMMENT= GNOME file manager
|
||||
|
||||
GNOME_PROJECT= nautilus
|
||||
GNOME_VERSION= 43.0
|
||||
REVISION= 0
|
||||
GNOME_VERSION= 43.1
|
||||
|
||||
SHARED_LIBS += nautilus-extension 3.0 # 1.5.0
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/nautilus-43.0.tar.xz) = PPVPrAqKvuCQ4VVBf3sW9j6grAwmTvT1RXSvNFgBqRE=
|
||||
SIZE (gnome/nautilus-43.0.tar.xz) = 3165200
|
||||
SHA256 (gnome/nautilus-43.1.tar.xz) = DaEAPAzaCKwFRqTBQ+06FpfjaCPGD6c/TS9Np3I7zK8=
|
||||
SIZE (gnome/nautilus-43.1.tar.xz) = 3162772
|
||||
|
@ -1,20 +0,0 @@
|
||||
commit 5cb0b96dc1978f3488291c455be49a53aed30014
|
||||
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
|
||||
Date: Fri Sep 30 17:35:50 2022 -0500
|
||||
nautilus-file: Fix clang build errors
|
||||
|
||||
Index: src/nautilus-file.h
|
||||
--- src/nautilus-file.h.orig
|
||||
+++ src/nautilus-file.h
|
||||
@@ -244,9 +244,9 @@ gboolean nautilus_file_can_get_owner
|
||||
gboolean nautilus_file_can_set_owner (NautilusFile *file);
|
||||
gboolean nautilus_file_can_get_group (NautilusFile *file);
|
||||
gboolean nautilus_file_can_set_group (NautilusFile *file);
|
||||
-uid_t nautilus_file_get_uid (NautilusFile *file);
|
||||
+const uid_t nautilus_file_get_uid (NautilusFile *file);
|
||||
char * nautilus_file_get_owner_name (NautilusFile *file);
|
||||
-gid_t nautilus_file_get_gid (NautilusFile *file);
|
||||
+const gid_t nautilus_file_get_gid (NautilusFile *file);
|
||||
char * nautilus_file_get_group_name (NautilusFile *file);
|
||||
GList * nautilus_get_user_names (void);
|
||||
GList * nautilus_get_all_group_names (void);
|
@ -314,7 +314,6 @@ share/locale/zh_CN/LC_MESSAGES/nautilus.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/nautilus.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nautilus.mo
|
||||
share/locale/zu/LC_MESSAGES/nautilus.mo
|
||||
share/metainfo/
|
||||
share/metainfo/org.gnome.Nautilus.appdata.xml
|
||||
share/nautilus/
|
||||
share/nautilus/ontology/
|
||||
|
Loading…
x
Reference in New Issue
Block a user