andy great
8d99d12882
- Update to version 4.6.0. * Remove autogenerated files from tree * nemo-python: be compatible with python 3.8 * nemo-dropbox: PEP 394 support * nemo-preview: Don't override the window's gravity, and remove an icon lookup flag that was throwing warnings (it's incompatible with the function it's used in). * nemo-dropbox: Get rid of stuff that we haven't been using, because the dropbox package provides it all now. * nemo-seahorse: Remove build-dependency on libgnome-keyring * Add a build-order file needed by mint-build to install nemo-python before testing the other subprojects. * Fix nemo-python fails to compile with gcc-10 (#351) * Use mint-common for installing samba, and hide the install button. * nemo-pastebin: Fix shebang * l10n: Update makepot - Build extensions. * nemo-dropbox * nemo-repairer * nemo-share * nemo-seahorse * nemo-audio-tab * nemo-gtkhash - Did not build it, no clue why it make nemo segfault. gh#linuxmint/nemo-extensions#378 - Rebase nemo-dropbox_no-dropbox-bin.patch - Rebase nemo-seahorse_no-nautilus-conflicts.patch. OBS-URL: https://build.opensuse.org/request/show/838454 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=57
8 lines
338 B
Diff
8 lines
338 B
Diff
diff -ruN a/nemo-dropbox/data/icons/Makefile.am c/nemo-dropbox/data/icons/Makefile.am
|
|
--- a/nemo-dropbox/data/icons/Makefile.am 2020-05-13 20:20:10.000000000 +0700
|
|
+++ c/nemo-dropbox/data/icons/Makefile.am 2020-09-26 23:36:50.507877568 +0700
|
|
@@ -1 +1 @@
|
|
-SUBDIRS = hicolor nemo-dropbox
|
|
\ No newline at end of file
|
|
+SUBDIRS = nemo-dropbox
|