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

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Mar 1 00:25:27 UTC 2013


    Date: Friday, March 1, 2013 @ 01:25:27
  Author: alucryd
Revision: 85314

upgpkg: firewalld 0.2.12-5

Modified:
  firewalld/trunk/PKGBUILD
  firewalld/trunk/firewalld.install

-------------------+
 PKGBUILD          |    3 +--
 firewalld.install |    4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-28 21:20:56 UTC (rev 85313)
+++ PKGBUILD	2013-03-01 00:25:27 UTC (rev 85314)
@@ -5,14 +5,13 @@
 
 pkgname=firewalld
 pkgver=0.2.12
-pkgrel=4
+pkgrel=5
 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')
 makedepends=('intltool')
-conflicts=('firewalld-git')
 install=${pkgname}.install
 source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'default-zone.patch' 'paths.patch' 'python2.patch')
 sha256sums=('02da3b1660ba87056615f64714dcdcc13694e953d07fb415b1b23d57d94b3071'

Modified: firewalld.install
===================================================================
--- firewalld.install	2013-02-28 21:20:56 UTC (rev 85313)
+++ firewalld.install	2013-03-01 00:25:27 UTC (rev 85314)
@@ -1,7 +1,7 @@
 post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
   gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database
-  glib-compile-schemas /usr/share/glib-2.0/schemas/
+  update-desktop-database -q
 }
 
 post_upgrade() {




More information about the arch-commits mailing list