File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,25 @@ Source: nemo-share
22Section: gnome
33Priority: optional
44Maintainer: Clement Lefebvre <
[email protected] >
5- Build-Depends: debhelper-compat (= 12),
6- meson,
7- libglib2.0-dev (>= 2.35.9),
8- libnemo-extension-dev,
9- libcinnamon-desktop-dev (>= 3.0.0)
5+ Build-Depends:
6+ debhelper-compat (= 12),
7+ libcinnamon-desktop-dev (>= 3.0.0),
8+ libglib2.0-dev (>= 2.35.9),
9+ libnemo-extension-dev,
10+ meson,
1011Standards-Version: 3.9.6
1112
1213Package: nemo-share
1314Architecture: any
14- Depends: nemo,
15- samba-common (>= 3.0.27a),
16- samba-common-bin | samba-common (<< 2:3.4.0~pre2-1~0),
17- gir1.2-cinnamondesktop-3.0,
18- ${shlibs:Depends}, ${misc:Depends},
15+ Depends:
16+ ${misc:Depends},
17+ ${shlibs:Depends},
18+ aptkit,
19+ gir1.2-cinnamondesktop-3.0,
20+ nemo,
21+ pkexec,
22+ samba-common (>= 3.0.27a),
23+ samba-common-bin | samba-common (<< 2:3.4.0~pre2-1~0),
1924Enhances: nemo
2025Suggests: samba (>= 3.0.27a)
2126Description: Nemo extension to share folder using Samba
Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ create_property_page (NemoFileInfo *fileinfo)
896896 gtk_widget_show (page -> samba_infobar );
897897 gtk_widget_set_sensitive (page -> switch_share_folder , FALSE);
898898
899- if (!g_find_program_in_path ("mint-remove-application " )) {
899+ if (!g_find_program_in_path ("aptk " )) {
900900 gtk_widget_hide (page -> install_samba_button );
901901 }
902902 } else {
You can’t perform that action at this time.
0 commit comments