Skip to content

Commit 081eee3

Browse files
committed
nemo-dropbox: Update plugin from upstream, fix missing symbolic
icon. The dropbox package itself provides dropbox.* icons, but we still want to provide our symbolic one.
1 parent dbca573 commit 081eee3

File tree

11 files changed

+48
-19
lines changed

11 files changed

+48
-19
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

nemo-dropbox/data/meson.build

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ install_subdir('emblems',
33
)
44

55
if get_option('install-dropbox-files')
6-
install_subdir('icons/hicolor',
7-
install_dir: get_option('datadir') / 'icons',
8-
)
9-
install_data('icons/nemo-dropbox/nemo-dropbox-symbolic.svg',
10-
install_dir: project_datadir / 'icons',
6+
install_subdir('icons',
7+
install_dir: get_option('datadir'),
118
)
129
endif

nemo-dropbox/debian/rules

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ override_dh_makeshlibs:
1010

1111
override_dh_auto_install:
1212
dh_auto_install
13-
# Drop useless files
14-
rm -rf debian/nemo-dropbox/usr/share/icons/*

0 commit comments

Comments
 (0)