summarylogtreecommitdiffstats
path: root/00-remove-libgnome-keyring.patch
diff options
context:
space:
mode:
Diffstat (limited to '00-remove-libgnome-keyring.patch')
-rw-r--r--00-remove-libgnome-keyring.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/00-remove-libgnome-keyring.patch b/00-remove-libgnome-keyring.patch
new file mode 100644
index 000000000000..0924e236ebc9
--- /dev/null
+++ b/00-remove-libgnome-keyring.patch
@@ -0,0 +1,40 @@
+*** build-gnu.sh.orig 2016-01-21 10:34:46.466974595 +0100
+--- build-gnu.sh 2016-01-21 10:36:23.261971370 +0100
+***************
+*** 34,40 ****
+ debian)
+ deps=(fetchmail msmtp mutt pinentry-curses)
+ deps+=(wipe notmuch sqlite3 alot abook elinks)
+! deps+=(gcc make libglib2.0-dev libgnome-keyring-dev)
+
+ print "Building on Debian"
+ print "Checking software to install"
+--- 34,40 ----
+ debian)
+ deps=(fetchmail msmtp mutt pinentry-curses)
+ deps+=(wipe notmuch sqlite3 alot abook elinks)
+! deps+=(gcc make libglib2.0-dev)
+
+ print "Building on Debian"
+ print "Checking software to install"
+***************
+*** 126,143 ****
+ print OK
+ }
+
+-
+- { test "$target" = "gnome-keyring" } || {
+- test "$target" = "all" } && {
+- print -n "Compiling gnome-keyring... "
+- pushd src/gnome-keyring
+- ${=cc} jaro-gnome-keyring.c -o jaro-gnome-keyring \
+- `pkg-config --cflags --libs glib-2.0 gnome-keyring-1`
+- popd
+- cp src/gnome-keyring/jaro-gnome-keyring build/gnu/
+- print OK
+- }
+-
+ # build mixmaster only if specified
+ { test "$target" = "mixmaster" } && {
+ print "Compiling Mixmaster (anonymous remailer)"
+--- 126,131 ----