summaryrefslogtreecommitdiff
path: root/gparted
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-05-06 22:50:38 +1000
committerDanny Rawlins <contact@romster.me>2021-05-06 22:50:47 +1000
commit996bc805b8ef83b72d5c82f4e23b0d5011c8356f (patch)
tree84867bcd54dfefa036a252506926a06cf0a6bbcf /gparted
parent251fe468c375569f683301dd9bfdf06a29ea400a (diff)
downloadcontrib-996bc805b8ef83b72d5c82f4e23b0d5011c8356f.tar.gz
contrib-996bc805b8ef83b72d5c82f4e23b0d5011c8356f.tar.xz
gparted: 1.2.0 -> 1.3.0
Diffstat (limited to 'gparted')
-rw-r--r--gparted/.footprint3
-rw-r--r--gparted/.signature8
-rw-r--r--gparted/Pkgfile8
3 files changed, 13 insertions, 6 deletions
diff --git a/gparted/.footprint b/gparted/.footprint
index e5f2fa1ff..2a5871b36 100644
--- a/gparted/.footprint
+++ b/gparted/.footprint
@@ -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
diff --git a/gparted/.signature b/gparted/.signature
index f180b94de..0d8b292e5 100644
--- a/gparted/.signature
+++ b/gparted/.signature
@@ -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
diff --git a/gparted/Pkgfile b/gparted/Pkgfile
index 5cb699bce..ac8a4bb51 100644
--- a/gparted/Pkgfile
+++ b/gparted/Pkgfile
@@ -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

Generated by cgit