summarylogtreecommitdiffstats
path: root/00-remove-libgnome-keyring.patch
blob: 0924e236ebc962f0ed448d6adfe6b42a9c8f023f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 ----