[arch-commits] Commit in gufw/repos/community-any (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Jul 1 09:18:17 UTC 2014


    Date: Tuesday, July 1, 2014 @ 11:18:17
  Author: flexiondotorg
Revision: 113905

archrelease: copy trunk to community-any

Added:
  gufw/repos/community-any/PKGBUILD
    (from rev 113904, gufw/trunk/PKGBUILD)
  gufw/repos/community-any/gufw.install
    (from rev 113904, gufw/trunk/gufw.install)
Deleted:
  gufw/repos/community-any/PKGBUILD
  gufw/repos/community-any/gufw.install

--------------+
 PKGBUILD     |   67 ++++++++++++++++++++++++++++-----------------------------
 gufw.install |   22 +++++++++---------
 2 files changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 09:18:10 UTC (rev 113904)
+++ PKGBUILD	2014-07-01 09:18:17 UTC (rev 113905)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=gufw
-pkgver=14.04.2
-pkgrel=2
-pkgdesc="An uncomplicated way to manage your Linux firewall."
-arch=('any')
-url="http://gufw.org"
-license=('GPL3')
-depends=('gnome-icon-theme-symbolic' 'gtk3' 'polkit' 'python2-gobject'
-         'python2-netifaces' 'ufw' 'webkitgtk')
-optdepends=('polkit-gnome: run from the menu in GNOME shell/flashback'
-            'lxpolkit: run from the menu in LXDE'
-            'mate-polkit: run from the menu in MATE')
-makedepends=('intltool' 'python2-distutils-extra')
-source=("https://launchpad.net/gui-ufw/gufw-14.04/14.04/+download/gui-ufw-${pkgver}.tar.gz")
-md5sums=('51950602cf058fe8a3858762e19c8624')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/gui-ufw-${pkgver}"
-    sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/env python2|" \
-           -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-              $(find . -name '*.py')
-    sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" bin/gufw
-    sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" bin/gufw-pkexec
-}
-
-package(){
-    cd "${srcdir}/gui-ufw-${pkgver}"
-    python2 ./setup.py build install --root="${pkgdir}"
-}

Copied: gufw/repos/community-any/PKGBUILD (from rev 113904, gufw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 09:18:17 UTC (rev 113905)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=gufw
+pkgver=14.10.0
+pkgrel=1
+pkgdesc="An uncomplicated way to manage your Linux firewall."
+arch=('any')
+url="http://gufw.org"
+license=('GPL3')
+depends=('gnome-icon-theme-symbolic' 'gtk3' 'polkit' 'python2-gobject'
+         'python2-netifaces' 'ufw' 'webkitgtk')
+optdepends=('polkit-gnome: run from the menu in GNOME shell/flashback'
+            'lxpolkit: run from the menu in LXDE'
+            'mate-polkit: run from the menu in MATE')
+makedepends=('intltool' 'python2-distutils-extra')
+source=("https://launchpad.net/gui-ufw/gufw-14.10/14.10/+download/gui-ufw-${pkgver}.tar.gz")
+sha1sums=('3c140e3591e4c05b04118416eb2f9181fe4c6971')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/gui-ufw-${pkgver}"
+    sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/env python2|" \
+           -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+              $(find . -name '*.py')
+    sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" bin/gufw
+    sed -i "s|python ${LOCATIONS[${i}]}|python2 ${LOCATIONS[${i}]}|" bin/gufw-pkexec
+}
+
+package(){
+    cd "${srcdir}/gui-ufw-${pkgver}"
+    export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+    python2 ./setup.py install --root="${pkgdir}"
+}

Deleted: gufw.install
===================================================================
--- gufw.install	2014-07-01 09:18:10 UTC (rev 113904)
+++ gufw.install	2014-07-01 09:18:17 UTC (rev 113905)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: gufw/repos/community-any/gufw.install (from rev 113904, gufw/trunk/gufw.install)
===================================================================
--- gufw.install	                        (rev 0)
+++ gufw.install	2014-07-01 09:18:17 UTC (rev 113905)
@@ -0,0 +1,11 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list