[arch-general] sudo 1.8.14.p2-1 breaks gksudo
Ralf Mardorf
ralf.mardorf at rocketmail.com
Tue Jul 21 17:32:08 UTC 2015
On Tue, 21 Jul 2015 19:14:22 +0200, runical at gmx.com wrote:
>Did you try rebuilding gksudo? Sudo now has an extra option enabled
>IIRC, so that might help.
No I didn't try that before you mentioned it. Yet I rebuild it, but
with the same configure options. This doesn't solve the issue.
I don't know what to change:
$ cat PKGBUILD
# $Id: PKGBUILD 216095 2014-07-01 15:38:15Z fyan $
# Maintainer: Jan de Groot <jgc at archlinux.org>
# Contributor: Eduardo Lopes (eduol at gmx.net)
pkgname=gksu
pkgver=2.0.2
pkgrel=6
pkgdesc="A graphical frontend for su"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/gksu/index.html"
license=('GPL')
depends=('libgksu>=2.0.12' 'xorg-xauth')
makedepends=('gtk-doc' 'intltool')
source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
md5sums=('cacbcac3fc272dce01c6ea38354489e2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's|/usr/bin/x-terminal-emulator|-l gnome-terminal|g'
gksu.desktop echo "TryExec=gnome-terminal" >> gksu.desktop
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--disable-nautilus-extension
make
}
[snip]
Regards,
Ralf
More information about the arch-general
mailing list