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!
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!
FS#5569 - gksu outdated
|
Detailsgksu 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 ( #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
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.