forked from linuxmint/nemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
147 lines (141 loc) · 4.11 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Source: nemo
Section: misc
Priority: optional
Maintainer: Linux Mint <[email protected]>
Build-Depends:
cinnamon-l10n,
debhelper-compat (= 12),
dh-python,
gobject-introspection,
gtk-doc-tools (>= 1.4),
intltool (>= 0.40.1),
itstool,
libatk1.0-dev (>= 1.32.0),
libcinnamon-desktop-dev (>= 4.8),
libexempi-dev (>= 2.2.0),
libexif-dev (>= 0.6.20),
libgail-3-dev,
libgirepository1.0-dev (>= 0.9.12),
libglib2.0-dev (>= 2.45.7),
libglib2.0-doc,
libgsf-1-dev,
libgtk-3-dev (>= 3.10),
libgtk-3-doc,
libpango1.0-dev,
libx11-dev,
libxapp-dev (>= 2.0.0),
libxext-dev,
libxml2-dev (>= 2.7.8),
libxrender-dev,
meson,
python3,
python3-gi,
x11proto-core-dev,
Homepage: http://www.github.com/linuxmint/nemo/
Standards-Version: 3.9.5
Package: gir1.2-nemo-3.0
Architecture: any
Section: introspection
Depends: ${gir:Depends}, ${misc:Depends}
Conflicts: gir1.0-nemo-3.0
Replaces: gir1.0-nemo-3.0
Description: libraries for nemo components - gir bindings
Nemo is the official file manager and graphical shell for the
Cinnamon desktop.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: libnemo-extension-dev
Architecture: any
Section: libdevel
Depends:
gir1.2-nemo-3.0 (= ${binary:Version}),
libglib2.0-dev (>= 2.45.7),
libgtk-3-dev (>= 3.10),
libnemo-extension1 (= ${binary:Version}),
${misc:Depends},
Description: libraries for nemo components - development version
Nemo is the official file manager and graphical shell for the
Cinnamon desktop.
.
This package provides the necessary development libraries and include
files to develop and compile Nemo extensions.
Package: libnemo-extension1
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: libnemo-extension1a
Replaces: libnemo-extension1a
breaks: libnemo-extension1a
Description: libraries for nemo components - runtime version
Nemo is the official file manager and graphical shell for the
Cinnamon desktop.
.
This package contains a few runtime libraries needed by nemo' extensions.
Package: nemo
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
cinnamon-desktop-data (>= 4.8.0),
cinnamon-l10n,
desktop-file-utils (>= 0.7),
gsettings-desktop-schemas,
gvfs (>= 1.3.2),
libglib2.0-data,
libnemo-extension1 (= ${binary:Version}),
nemo-data (= ${source:Version}),
shared-mime-info (>= 0.50),
poppler-utils,
exif,
id3,
odt2txt,
catdoc,
untex,
html2text,
python3-xlrd,
${misc:Depends},
${shlibs:Depends},
Recommends:
gvfs-backends,
gvfs-fuse,
librsvg2-common,
nemo-fileroller,
gnome-disk-utility
Suggests: eog, evince | pdf-viewer, totem | mp3-decoder, xdg-user-dirs
Description: file manager and graphical shell for Cinnamon
Nemo is the official file manager for the Cinnamon desktop. It allows
to browse directories, preview files and launch applications associated
with them. It is also responsible for handling the icons on the Cinnamon
desktop. It works on local and remote filesystems.
.
Several icon themes and components for viewing different kinds of files
are available in separate packages.
Package: nemo-data
Architecture: all
Depends: python3, ${misc:Depends}, ${python3:Depends}
Suggests: nemo
Description: data files for nemo
Nemo is the official file manager and graphical shell for the
Cinnamon desktop.
.
This package contains pictures, localization files and other data
needed by nemo.
Package: nemo-dbg
Section: debug
Architecture: any
Priority: optional
Depends: nemo (= ${binary:Version}), ${misc:Depends}
Replaces: libnemo-extension1-dbg
Description: file manager and graphical shell for Cinnamon - debugging version
Nemo is the official file manager for the Cinnamon desktop. It allows
to browse directories, preview files and launch applications associated
with them. It is also responsible for handling the icons on the Cinnamon
desktop. It works on local and remote filesystems.
.
Several icon themes and components for viewing different kinds of files
are available in separate packages.
.
This development package contains unstripped binaries compiled with
debugging symbols needed by gdb.