[arch-commits] Commit in networkmanager-pptp/trunk (2 files)

Jan Steffens heftig at nymeria.archlinux.org
Thu Feb 21 06:14:57 UTC 2013


    Date: Thursday, February 21, 2013 @ 07:14:57
  Author: heftig
Revision: 178395

0.9.8.0; removed auth-dialog patch. network-manager-applet specifically looks for the basename in libexecdir

Modified:
  networkmanager-pptp/trunk/PKGBUILD
Deleted:
  networkmanager-pptp/trunk/fix-path-to-auth-dialog.patch

-------------------------------+
 PKGBUILD                      |   15 ++++++---------
 fix-path-to-auth-dialog.patch |   26 --------------------------
 2 files changed, 6 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-21 06:01:22 UTC (rev 178394)
+++ PKGBUILD	2013-02-21 06:14:57 UTC (rev 178395)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=networkmanager-pptp
-pkgver=0.9.6.0
-pkgrel=2
+pkgver=0.9.8.0
+pkgrel=1
 pkgdesc="NetworkManager VPN plugin for pptp "
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,20 +14,17 @@
 options=('!libtool')
 install=networkmanager-pptp.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.9/NetworkManager-pptp-${pkgver}.tar.xz
-        fix-path-to-auth-dialog.patch
         gtk_table_to_gtk_grid.patch)
-sha256sums=('a84cbbf24827229e3dd3611bbde191398275c3b7ecd03913047197644f27a2b4'
-            '35f9c2cb4d046c8f215617e1a0bfd8551965bd0655af0cd25f89c17ea5e9081a'
+sha256sums=('34d0981462d8948ace0dd4f49478c86017b53516afbbf62e2a4c6c0adc679cc8'
             '17c194c605bca780bf657711e9cff910c63ab27eae70c11cb6c53e9c75ad3215')
 
 build() {
   cd NetworkManager-pptp-${pkgver}
-  patch -Np1 -i ../fix-path-to-auth-dialog.patch
   patch -Np1 -i ../gtk_table_to_gtk_grid.patch
   ./configure --prefix=/usr \
-  	--sysconfdir=/etc \
-	--libexecdir=/usr/lib/networkmanager \
-	--disable-static
+        --sysconfdir=/etc \
+        --libexecdir=/usr/lib/networkmanager \
+        --disable-static
   make
 }
 

Deleted: fix-path-to-auth-dialog.patch
===================================================================
--- fix-path-to-auth-dialog.patch	2013-02-21 06:01:22 UTC (rev 178394)
+++ fix-path-to-auth-dialog.patch	2013-02-21 06:14:57 UTC (rev 178395)
@@ -1,26 +0,0 @@
-From a2f52d4455bd81732b6b3c16bdab206c56818c07 Mon Sep 17 00:00:00 2001
-From: Clemens Buchacher <drizzd at aon.at>
-Date: Sun, 1 Jul 2012 18:35:50 +0200
-Subject: [PATCH] fix path to auth-dialog
-
-
-Signed-off-by: Clemens Buchacher <drizzd at aon.at>
----
- nm-pptp-service.name.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/nm-pptp-service.name.in b/nm-pptp-service.name.in
-index 9ee79b8..ea5f0e5 100644
---- a/nm-pptp-service.name.in
-+++ b/nm-pptp-service.name.in
-@@ -4,6 +4,6 @@ service=org.freedesktop.NetworkManager.pptp
- program=@LIBEXECDIR@/nm-pptp-service
- 
- [GNOME]
--auth-dialog=nm-pptp-auth-dialog
-+auth-dialog=@LIBEXECDIR@/nm-pptp-auth-dialog
- properties=libnm-pptp-properties
- supports-external-ui-mode=true
--- 
-1.7.11.1
-




More information about the arch-commits mailing list