* update gparted to 1.6.0-2

This commit is contained in:
Alexander Baldeck 2024-10-09 17:30:53 +02:00
parent 3c7bd84595
commit 5a3621b176
2 changed files with 42 additions and 4 deletions

39
gparted/.SRCINFO Normal file
View File

@ -0,0 +1,39 @@
pkgbase = gparted
pkgdesc = A Partition Magic clone, frontend to GNU Parted
pkgver = 1.6.0
pkgrel = 2
url = https://gparted.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-or-later
license = GFDL-1.2-or-later
makedepends = intltool
makedepends = itstool
makedepends = pkg-config
makedepends = yelp-tools
makedepends = polkit
depends = parted
depends = gtkmm3
optdepends = dosfstools: for FAT16 and FAT32 partitions
optdepends = jfsutils: for jfs partitions
optdepends = f2fs-tools: for Flash-Friendly File System
optdepends = btrfs-progs: for btrfs partitions
optdepends = exfatprogs: for exFAT partitions
optdepends = ntfs-3g: for ntfs partitions
optdepends = udftools: for UDF file system support
optdepends = xfsprogs: for xfs partitions
optdepends = nilfs-utils: for nilfs2 support
optdepends = polkit: to run gparted from application menu
optdepends = gpart: for recovering corrupt partition tables
optdepends = mtools: utilities to access MS-DOS disks
optdepends = xorg-xhost: authorization from wayland
source = https://downloads.sourceforge.net/project/gparted/gparted/gparted-1.6.0/gparted-1.6.0.tar.gz
source = https://downloads.sourceforge.net/project/gparted/gparted/gparted-1.6.0/gparted-1.6.0.tar.gz.sig
validpgpkeys = BB09FFB87563FA2E1A22146817A6D3FF338C9570
sha256sums = 9b9f51b3ce494ddcb59a55e1ae6679c09436604e331dbf5a536d60ded6c6ea5b
sha256sums = SKIP
pkgname = gparted

View File

@ -5,11 +5,11 @@
pkgname=gparted
pkgver=1.6.0
pkgrel=1
pkgrel=2
pkgdesc='A Partition Magic clone, frontend to GNU Parted'
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://gparted.org/'
license=('GPL')
license=('GPL-2.0-or-later' 'GFDL-1.2-or-later')
depends=('parted' 'gtkmm3')
makedepends=('intltool' 'itstool' 'pkg-config' 'yelp-tools' 'polkit')
optdepends=('dosfstools: for FAT16 and FAT32 partitions'
@ -18,7 +18,6 @@ optdepends=('dosfstools: for FAT16 and FAT32 partitions'
'btrfs-progs: for btrfs partitions'
'exfatprogs: for exFAT partitions'
'ntfs-3g: for ntfs partitions'
'reiserfsprogs: for reiser partitions'
'udftools: for UDF file system support'
'xfsprogs: for xfs partitions'
'nilfs-utils: for nilfs2 support'