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

Christian Hesse eworm at archlinux.org
Thu Oct 12 20:16:34 UTC 2017


    Date: Thursday, October 12, 2017 @ 20:16:26
  Author: eworm
Revision: 307798

upgpkg: gparted 0.30.0-3

enable workaround to run from wayland session

Modified:
  gparted/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-12 20:08:34 UTC (rev 307797)
+++ PKGBUILD	2017-10-12 20:16:26 UTC (rev 307798)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net"
@@ -36,8 +36,9 @@
   ./configure --prefix=/usr \
       --sbindir=/usr/bin \
       --enable-online-resize \
-      --enable-libparted-dmraid
-  make all org.gnome.gparted.policy
+      --enable-libparted-dmraid \
+      --enable-xhost-root
+  make
 }
 
 package() {



More information about the arch-commits mailing list