Magellan Linux

Diff of /trunk/extras/networkmanager-openvpn/networkmanager-openvpn-1.8.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33290 by niro, Thu Oct 24 14:25:14 2019 UTC revision 33291 by niro, Fri Oct 25 10:19:59 2019 UTC
# Line 10  DESCRIPTION="NetworkManager plugin to su Line 10  DESCRIPTION="NetworkManager plugin to su
10  HOMEPAGE="http://projects.gnome.org/NetworkManager/"  HOMEPAGE="http://projects.gnome.org/NetworkManager/"
11    
12  DEPEND=">= net-misc/networkmanager-1.20  DEPEND=">= net-misc/networkmanager-1.20
13   >= net-libs/libnm-gtk-1.20   >= net-libs/libnm-1.20
14   >= net-libs/libnma-1.8   >= net-libs/libnma-1.8
15   >= x11-libs/gtk3+-3.22   >= x11-libs/gtk3+-3.22
  >= gnome-base/libgnome-keyring-3.12  
16   >= app-crypt/libsecret-0.18   >= app-crypt/libsecret-0.18
17   >= net-vpn/openvpn-2.4"   >= net-vpn/openvpn-2.4"
18    
# Line 43  src_compile() Line 42  src_compile()
42  {  {
43   cd ${SRCDIR}   cd ${SRCDIR}
44    
45     # libnm-glib/gtk are deprecated and upstream discourages to use them
46   mconfigure \   mconfigure \
47   --libexecdir=/usr/$(mlibdir)/networkmanager \   --libexecdir=/usr/$(mlibdir)/networkmanager \
48   --localstatedir=/var \   --localstatedir=/var \
49   --enable-more-warnings=yes \   --enable-more-warnings=yes \
50   --with-gtkver=3 \   --with-gtkver=3 \
51   --with-gnome \   --with-gnome \
52     --without-libnm-glib \
53   || die   || die
54    
55   mmake || die   mmake || die

Legend:
Removed from v.33290  
changed lines
  Added in v.33291