Index: PKGBUILD =================================================================== --- PKGBUILD (revision 85763) +++ PKGBUILD (working copy) @@ -5,13 +5,14 @@ pkgname=firewalld pkgver=0.2.12 -pkgrel=5 +pkgrel=6 pkgdesc="Firewall service daemon that provides a dynamic customizable firewall with a D-BUS interface" arch=('any') url="http://fedorahosted.org/firewalld" license=('GPL2') -depends=('desktop-file-utils' 'ebtables' 'gtk3' 'hicolor-icon-theme' 'iptables' 'python2-slip') +depends=('ebtables' 'gtk3' 'hicolor-icon-theme' 'iptables' 'python2-slip' 'libnotify' 'networkmanager') makedepends=('intltool') +backup=('etc/conf.d/firewalld' 'etc/firewalld/firewalld.conf') install=${pkgname}.install source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'default-zone.patch' 'paths.patch' 'python2.patch') sha256sums=('02da3b1660ba87056615f64714dcdcc13694e953d07fb415b1b23d57d94b3071' @@ -37,11 +38,6 @@ # Install make DESTDIR="${pkgdir}" install - -# Fix permissions - find "${pkgdir}" -type d -exec chmod 755 {} + - find "${pkgdir}" -type f -exec chmod 644 {} + - chmod -R 755 "${pkgdir}"/usr/{bin,sbin} } # vim: ts=2 sw=2 et: Index: firewalld.install =================================================================== --- firewalld.install (revision 85763) +++ firewalld.install (working copy) @@ -1,7 +1,6 @@ post_install() { glib-compile-schemas usr/share/glib-2.0/schemas gtk-update-icon-cache -ftq usr/share/icons/hicolor - update-desktop-database -q } post_upgrade() {