[arch-commits] Commit in firewalld/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Mar 27 15:21:39 UTC 2015


    Date: Friday, March 27, 2015 @ 16:21:39
  Author: alucryd
Revision: 130038

FS#44338: firewalld 0.3.13-2

Modified:
  firewalld/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-27 15:20:42 UTC (rev 130037)
+++ PKGBUILD	2015-03-27 15:21:39 UTC (rev 130038)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org.com>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 # Contributor: unikum <unikum.pm at gmail.com>
 # Contributor: speed145a <jonathan at tagchapter.com>
 
 pkgname=firewalld
 pkgver=0.3.13
-pkgrel=1
+pkgrel=2
 pkgdesc='A dynamic firewall daemon with a D-BUS interface'
 arch=('any')
 url='http://fedorahosted.org/firewalld'
 license=('GPL2')
-depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'python-slip')
+depends=('dbus-glib' 'ebtables' 'gtk3' 'iptables' 'libnotify' 'python-slip')
 makedepends=('intltool' 'docbook-xsl')
 optdepends=('networkmanager: firewall-config and firewall-applet')
 backup=('etc/conf.d/firewalld'
@@ -33,11 +33,12 @@
 build() {
   cd firewalld-${pkgver}
 
-  ./configure --prefix='/usr'\
-              --localstatedir='/var' \
-              --sbindir='/usr/bin' \
-              --sysconfdir='/etc' \
-              --disable-schemas-compile
+  ./configure \
+    --prefix='/usr'\
+    --localstatedir='/var' \
+    --sbindir='/usr/bin' \
+    --sysconfdir='/etc' \
+    --disable-schemas-compile
   make
 }
 
@@ -45,6 +46,7 @@
   cd firewalld-${pkgver}
 
   make DESTDIR="${pkgdir}" install
+  chmod 755 "${pkgdir}"/usr/bin/firewall-applet
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list