Package Details: gentoo 0.20.7-1

Git Clone URL: https://aur.archlinux.org/gentoo.git (read-only, click to copy)
Package Base: gentoo
Description: A lightweight file manager for GTK
Upstream URL: http://www.obsession.se/gentoo/
Licenses: GPL2
Submitter: Snowman
Maintainer: ghostlovescore
Last Packager: ghostlovescore
Votes: 48
Popularity: 0.000000
First Submitted: 2007-11-27 03:33 (UTC)
Last Updated: 2016-08-31 10:25 (UTC)

Latest Comments

1 2 3 Next › Last »

TheBearodactyl commented on 2023-04-06 02:38 (UTC)

Omg I just installed Gentoo in less than 5 minutes

ghostlovescore commented on 2015-10-14 21:15 (UTC)

Hi Rasi, I updated PKGBUILD. Thanks for help.

Rasi commented on 2015-10-13 21:58 (UTC)

this needs an update. PKGBUILD is 2 major releases behind and doesnt build against latest gtk3. here a working one: # Maintainer: gls < ghostlovescorebg at gmail dot com > pkgname=gentoo pkgver=0.20.6 pkgrel=1 pkgdesc="A lightweight file manager for GTK" arch=('i686' 'x86_64') url="http://www.obsession.se/gentoo/" license=('GPL2') depends=('gtk3' 'gamin') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('3532dfc03abacbe06ba6639160ed46d7') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc make ln -s ${pkgname}-${pkgver}/mkinstalldirs .. } package() { cd ${srcdir}/${pkgname}-${pkgver} make prefix=${pkgdir}/usr sysconfdir=${pkgdir}/etc install }

ghostlovescore commented on 2014-05-06 13:40 (UTC)

Uploaded new PKGBUILD. Thanks for help.

bidulock commented on 2014-05-05 21:57 (UTC)

Here is a PKGBUILD that works: https://gist.github.com/bbidulock/a0a6c597ffac1471f367

Rasi commented on 2014-05-05 18:10 (UTC)

the proposed solution works fine here... those are 2 lines, just like bunder said..

ghostlovescore commented on 2014-02-16 12:20 (UTC)

Hello, Adding 'sed -i -e '/GTK_DISABLE_DEPRECATED/s/^/# /' configure.in and autoconf configure.in > configure' to PKGBUILD doesn't fix building problem. Still seeking for solution.

bunder commented on 2014-01-27 16:19 (UTC)

Add following code just before `configure` invocation: ---- sed -i -e '/GTK_DISABLE_DEPRECATED/s/^/# /' configure.in autoconf configure.in > configure ----

ghostlovescore commented on 2014-01-06 08:37 (UTC)

Hello, I am still searching a solution for mentioned error.

bidulock commented on 2014-01-04 15:57 (UTC)

0.20.4 has the same error