Skip to content

Commit 96e04b8

Browse files
committed
Remove unused libgnome-keyring dependency.
1 parent 13f6ca0 commit 96e04b8

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
seahorse-caja 1.18.4
2+
* Remove unused libgnome-keyring dependency.
3+
14
seahorse-caja 1.18.3
25
* Support gnupg 2.1 and 2.2.
36
* Fix desktop files to use valid field code with Exec key.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ To build you will need:
1616
* gtk3-devel
1717
* intltool
1818
* libcryptui-devel
19-
* libgnome-keyring-devel
2019
* libnotify-devel
2120

2221
Then execute:
2322

24-
NONCONFIGURE=1 ./autogen.sh
23+
NOCONFIGURE=1 ./autogen.sh
2524

2625
./configure
2726

configure.ac

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.63])
2-
AC_INIT([seahorse-caja], [1.18.3],
2+
AC_INIT([seahorse-caja], [1.18.4],
33
[https://github.com/darkshram/seahorse-caja/issues],
44
[seahorse-caja])
55

@@ -146,13 +146,6 @@ else
146146
fi
147147
AC_SUBST(CAJA_EXTENSION_DIR)
148148

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-
156149
# -----------------------------------------------------------------------------
157150
# DBus
158151

seahorse-caja.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ BuildRequires: pkgconfig(gck-1)
1515
BuildRequires: pkgconfig(gcr-3)
1616
BuildRequires: pkgconfig(gcr-base-3)
1717
BuildRequires: pkgconfig(gcr-ui-3)
18-
BuildRequires: pkgconfig(gnome-keyring-1)
1918
BuildRequires: pkgconfig(gtk+-3.0)
2019
BuildRequires: pkgconfig(libcaja-extension) >= 1.17.0
2120
BuildRequires: pkgconfig(libnotify)

0 commit comments

Comments
 (0)