@@ -40,6 +40,40 @@ supported hash functions include
40
40
41
41
This package contains the GTK+2 version of the program.
42
42
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
+
43
77
44
78
#----------------------------------------------------------------------------
45
79
@@ -67,5 +101,19 @@ This package contains the GTK+2 version of the program.
67
101
%{_datadir }/applications/org.gtkhash.gtkhash.desktop
68
102
%{_datadir }/glib-2.0/schemas/org.gtkhash.gschema.xml
69
103
%{_datadir }/metainfo/org.gtkhash.gtkhash.appdata.xml
104
+ %{_datadir }/glib-2.0/schemas/org.gtkhash.plugin.gschema.xml
70
105
%{_iconsdir }/hicolor/* x* /apps/org.gtkhash.gtkhash.png
71
106
%{_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