Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
gparted
Commits:
c9d2def4 by Tobias Powalowski at 2024-09-05T09:07:05+02:00
upgpkg: 1.6.0-2: update licenses, removed reiserfs from optdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = gparted
pkgdesc = A Partition Magic clone, frontend to GNU Parted
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://gparted.org/
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
+ license = GFDL-1.2-or-later
makedepends = intltool
makedepends = itstool
makedepends = pkg-config
@@ -18,7 +19,6 @@ pkgbase = gparted
optdepends = btrfs-progs: for btrfs partitions
optdepends = exfatprogs: for exFAT partitions
optdepends = ntfs-3g: for ntfs partitions
- optdepends = reiserfsprogs: for reiser partitions
optdepends = udftools: for UDF file system support
optdepends = xfsprogs: for xfs partitions
optdepends = nilfs-utils: for nilfs2 support
=====================================
PKGBUILD
=====================================
@@ -4,11 +4,11 @@
pkgname=gparted
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Partition Magic clone, frontend to GNU Parted'
arch=('x86_64')
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'
@@ -17,7 +17,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'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gparted/-/commit/c9d2def467478244fe1913504bef14b865081bdc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gparted/-/commit/c9d2def467478244fe1913504bef14b865081bdc
You're receiving this email because of your account on gitlab.archlinux.org.