[arch-commits] Commit in gparted/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed May 5 08:42:16 UTC 2021
Date: Wednesday, May 5, 2021 @ 08:42:16
Author: eworm
Revision: 414400
upgpkg: gparted 1.3.0-3: make xorg-xhost an optional dependency
Modified:
gparted/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-05 07:39:08 UTC (rev 414399)
+++ PKGBUILD 2021-05-05 08:42:16 UTC (rev 414400)
@@ -4,12 +4,12 @@
pkgname=gparted
pkgver=1.3.0
-pkgrel=2
+pkgrel=3
pkgdesc='A Partition Magic clone, frontend to GNU Parted'
arch=('x86_64')
url='https://gparted.org/'
license=('GPL')
-depends=('parted' 'gtkmm3' 'xorg-xhost')
+depends=('parted' 'gtkmm3')
makedepends=('intltool' 'itstool' 'pkg-config' 'yelp-tools' 'polkit')
optdepends=('dosfstools: for FAT16 and FAT32 partitions'
'jfsutils: for jfs partitions'
@@ -23,7 +23,8 @@
'nilfs-utils: for nilfs2 support'
'polkit: to run gparted from application menu'
'gpart: for recovering corrupt partition tables'
- 'mtools: utilities to access MS-DOS disks')
+ 'mtools: utilities to access MS-DOS disks'
+ 'xorg-xhost: authorization from wayland')
validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak <gedakc at gmail.com>"
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('8dc180245dd9ea45e6e2f4bc69512f187e08be7f799c98a825a0b04c161cbd2a'
More information about the arch-commits
mailing list