Skip to content

Commit d524e9c

Browse files
authoredMar 1, 2023
fix files
1 parent f0860e1 commit d524e9c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
 

‎gtkhash.spec

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,40 @@ supported hash functions include
4040

4141
This package contains the GTK+2 version of the program.
4242

43+
%package thunar
44+
Summary: GtkHash extension for Thunar
45+
Group: Graphical desktop/Xfce
46+
Requires: thunar
47+
Requires: %{name} >= %{version}-%{release}
48+
49+
%description thunar
50+
GtkHash extension for the Thunar file manger. It adds adds an additional tab
51+
called "Digests" to the file properties dialog.
52+
53+
#----------------------------------------------------------------------------
54+
55+
%package nemo
56+
Summary: GtkHash extension for Nemo
57+
Group: Graphical desktop/Cinnamon
58+
Requires: nemo
59+
Requires: %{name} >= %{version}-%{release}
60+
61+
%description nemo
62+
GtkHash extension for the Nemo file manger. It adds adds an additional tab
63+
called "Digests" to the file properties dialog.
64+
65+
#----------------------------------------------------------------------------
66+
67+
%package caja
68+
Summary: GtkHash extension for Caja
69+
Group: Graphical desktop/MATE
70+
Requires: caja
71+
Requires: %{name} >= %{version}-%{release}
72+
73+
%description caja
74+
GtkHash extension for the Caja file manger. It adds adds an additional tab
75+
called "Digests" to the file properties dialog.
76+
4377

4478
#----------------------------------------------------------------------------
4579

@@ -67,5 +101,19 @@ This package contains the GTK+2 version of the program.
67101
%{_datadir}/applications/org.gtkhash.gtkhash.desktop
68102
%{_datadir}/glib-2.0/schemas/org.gtkhash.gschema.xml
69103
%{_datadir}/metainfo/org.gtkhash.gtkhash.appdata.xml
104+
%{_datadir}/glib-2.0/schemas/org.gtkhash.plugin.gschema.xml
70105
%{_iconsdir}/hicolor/*x*/apps/org.gtkhash.gtkhash.png
71106
%{_iconsdir}/hicolor/scalable/apps/org.gtkhash.gtkhash.svg
107+
108+
%files caja
109+
%{_libdir}/caja/extensions-2.0/libgtkhash-properties-caja.so
110+
%{_datadir}/caja/extensions/libgtkhash-properties-caja.caja-extension
111+
%{_datadir}/metainfo/org.gtkhash.caja.metainfo.xml
112+
113+
%files nemo
114+
%{_libdir}/nemo/extensions-3.0/libgtkhash-properties-nemo.so
115+
%{_datadir}/metainfo/org.gtkhash.nemo.metainfo.xml
116+
117+
%files thunar
118+
%{_libdir}/thunarx-3/libgtkhash-properties-thunar.so
119+
%{_datadir}/metainfo/org.gtkhash.thunar.metainfo.xml

0 commit comments

Comments
 (0)
Please sign in to comment.