1
0
forked from ports/contrib

gparted: 1.2.0 -> 1.3.0

This commit is contained in:
Danny Rawlins 2021-05-06 22:50:38 +10:00
parent 251fe468c3
commit 996bc805b8
3 changed files with 13 additions and 6 deletions

View File

@ -31,3 +31,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/gparted.8.gz
drwxr-xr-x root/root usr/share/polkit-1/
drwxr-xr-x root/root usr/share/polkit-1/actions/
-rw-r--r-- root/root usr/share/polkit-1/actions/org.gnome.gparted.policy

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31CJwPTVQVM4GSY1IPwfdOtblVy3MFovRdUCHjXtjiwb61rR/903yBQ9SiuKMxvHkRQuFxpF54Ih7qNo6M5oGgA=
SHA256 (Pkgfile) = 3b377d548ae96264128880402ca759586050f5fcc1966c099ac22858574c737c
SHA256 (.footprint) = 86035cdb9b8471cada09def8a48c20a01285f421ea0652eea3f10f86b1921b44
SHA256 (gparted-1.2.0.tar.gz) = 6c90715d254d7a7ec0208b29007b64160dd9fb7df4c4aa7f8ec2c9d23114c719
RWSagIOpLGJF38g7L9gR4b8QIvnpSUg69rHaq9EWyayvDQ9crasBrs0l19bPwHx8bj8UPglJd8Sb0AoxMGituWkDx/Zv5OIOVQo=
SHA256 (Pkgfile) = c68eba64754d2ec87d3afc7a1c752692b589e18436fd200c87ec8ebe04308c1e
SHA256 (.footprint) = f11e32d34abb576173f1d2a1db2aef958cf8f08675e5420b250ef1bc671d2870
SHA256 (gparted-1.3.0.tar.gz) = 8dc180245dd9ea45e6e2f4bc69512f187e08be7f799c98a825a0b04c161cbd2a

View File

@ -1,10 +1,10 @@
# Description: Gnome Partition Editor.
# URL: http://gparted.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtkmm3 parted
# Depends on: gtkmm3 parted polkit
name=gparted
version=1.2.0
version=1.3.0
release=1
source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
@ -13,6 +13,10 @@ build() {
./configure \
--prefix=/usr \
--libexecdir=/usr/sbin \
--enable-online-resize \
--enable-libparted-dmraid \
--enable-xhost-root \
--disable-nls \
--disable-dependency-tracking \
--disable-doc