File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change
1
+ seahorse-caja 1.18.4
2
+ * Remove unused libgnome-keyring dependency.
3
+
1
4
seahorse-caja 1.18.3
2
5
* Support gnupg 2.1 and 2.2.
3
6
* Fix desktop files to use valid field code with Exec key.
Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ To build you will need:
16
16
* gtk3-devel
17
17
* intltool
18
18
* libcryptui-devel
19
- * libgnome-keyring-devel
20
19
* libnotify-devel
21
20
22
21
Then execute:
23
22
24
- NONCONFIGURE =1 ./autogen.sh
23
+ NOCONFIGURE =1 ./autogen.sh
25
24
26
25
./configure
27
26
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.63] )
2
- AC_INIT ( [ seahorse-caja] , [ 1.18.3 ] ,
2
+ AC_INIT ( [ seahorse-caja] , [ 1.18.4 ] ,
3
3
[ https://github.com/darkshram/seahorse-caja/issues] ,
4
4
[ seahorse-caja] )
5
5
@@ -146,13 +146,6 @@ else
146
146
fi
147
147
AC_SUBST ( CAJA_EXTENSION_DIR )
148
148
149
- # -----------------------------------------------------------------------------
150
- # Keyring
151
-
152
- PKG_CHECK_MODULES([ GNOME_KEYRING] , [ gnome-keyring-1] )
153
- SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GNOME_KEYRING_CFLAGS"
154
- SEAHORSE_LIBS="$SEAHORSE_LIBS $GNOME_KEYRING_LIBS"
155
-
156
149
# -----------------------------------------------------------------------------
157
150
# DBus
158
151
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ BuildRequires: pkgconfig(gck-1)
15
15
BuildRequires: pkgconfig(gcr-3)
16
16
BuildRequires: pkgconfig(gcr-base-3)
17
17
BuildRequires: pkgconfig(gcr-ui-3)
18
- BuildRequires: pkgconfig(gnome-keyring-1)
19
18
BuildRequires: pkgconfig(gtk+-3.0)
20
19
BuildRequires: pkgconfig(libcaja-extension) >= 1.17.0
21
20
BuildRequires: pkgconfig(libnotify)
You can’t perform that action at this time.
0 commit comments