Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#5569 - gksu outdated

Attached to Project: Arch Linux
Opened by Benoit C (benoitc) - Tuesday, 10 October 2006, 17:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

gksu version is now 2.0

Here are pkgbuild :

gksu :
--------------------------------------------------
pkgname=gksu
pkgver=2.0.0
pkgrel=1
pkgdesc="A graphical frontend for su"
arch=(i686 x86_64 ppc)
url="http://www.nongnu.org/gksu/index.html"
license=(GPL)
depends=('libgksu>=2.0.0' gconf gnome-keyring)
makedepends=(gtk-doc pkgconfig)
source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)

build() {
cd ${startdir}/src/${pkgname}-${pkgver}
sed -i -e 's|/usr/bin/x-terminal-emulator|gnome-terminal|g' gksu.desktop
./configure --prefix=/opt/gnome
make || return 1
make DESTDIR=${startdir}/pkg install
}
md5sums=('f517302cff6f09e4f2f312c4b618bd40')

--------------------------------------------------

libgksu :
---------------------------------------------------
pkgname=libgksu
pkgver=2.0.1
pkgrel=1
pkgdesc="gksu authorization library"
arch=(i686 x86_64 ppc)
url="http://www.nongnu.org/gksu/index.html"
license=(GPL)
depends=(glib2)
makedepends=(gtk-doc pkgconfig)
options=(NOLIBTOOL)
source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)

build() {
cd ${startdir}/src/${pkgname}-${pkgver}
#Fix references to /usr/X11R6/bin/xauth ( bug 4024 )
#sed -i -e 's:X11R6/bin:bin:' libgksu/gksu-{context,run-helper}.c
./configure --prefix=/usr
make || return 1
make DESTDIR=${startdir}/pkg/ install
}
md5sums=('77d650da7b0ed70ec773f8ad329e4ecc')
-------------------------------------------------------------------------

This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 13 October 2006, 21:57 GMT
Reason for closing:  Fixed
Additional comments about closing:  Updated in testing
Comment by Benoit C (benoitc) - Tuesday, 10 October 2006, 17:05 GMT
path in current pkgbuilds (on ftp) are wrong now.

Loading...