diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-11-25 20:52:49 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-25 21:59:00 +0100 |
commit | 3bb17f149f24322ca8df6d2057e43cdadb95eed1 (patch) | |
tree | 546aa264aaa0449c49c09eed6aab2ba1f2cbc1ae /community/gparted | |
parent | b92ba6b7f5520df737de80ab3256285beafe84d9 (diff) | |
download | aports-3bb17f149f24322ca8df6d2057e43cdadb95eed1.tar.bz2 aports-3bb17f149f24322ca8df6d2057e43cdadb95eed1.tar.xz |
community/gparted: enable polkit support
Polkit support is *required* for running GParted under most Wayland sessions,
since most of them do not allow GUIs running as 'root' to access the user's
Wayland session. As such GParted fails to start in such scenarios.
Diffstat (limited to 'community/gparted')
-rw-r--r-- | community/gparted/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gparted/APKBUILD b/community/gparted/APKBUILD index 7819b4a069..6f6de5336d 100644 --- a/community/gparted/APKBUILD +++ b/community/gparted/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gparted pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="a graphical partition editor for creating, reorganizing, and deleting disk partitions" options="!check" # Requires eudev url="http://gparted.sourceforge.net/" arch="all" license="GPL-2.0-or-later" depends="e2fsprogs ntfs-3g-progs" -makedepends="gtkmm3-dev parted-dev util-linux-dev intltool" +makedepends="gtkmm3-dev parted-dev util-linux-dev intltool polkit-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://downloads.sourceforge.net/project/gparted/gparted/gparted-$pkgver/gparted-$pkgver.tar.gz gparted.in-Use-reliable-way-of-detecting-gpartedbin-.patch |