Package Details: sunflower 0.5.63-1

Git Clone URL: https://aur.archlinux.org/sunflower.git (read-only, click to copy)
Package Base: sunflower
Description: Small and highly customizable twin-panel file manager for Linux with support for plugins
Upstream URL: https://sunflower-fm.org
Licenses: GPL3
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 112
Popularity: 0.000018
First Submitted: 2011-05-25 09:32 (UTC)
Last Updated: 2022-03-02 21:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

nemstar commented on 2020-08-06 19:55 (UTC) (edited on 2020-08-06 19:57 (UTC) by nemstar)

Maintainer: Please update this package to use a working PKGBUILD. I do not understand why you would take an orphanged package and not update it. Either update the package or let someone else do it. In the meantime I have updated sunflower-git with the appropriate fixes.

jiri.one commented on 2020-08-05 08:11 (UTC)

PKGBUILD from duht is working for me.

duht commented on 2020-07-25 16:07 (UTC) (edited on 2020-07-25 21:27 (UTC) by duht)

Uupss.. I mistakely deleted my previous comment so I post it again:

Hi guys. I made PKGBUILD that works for me.

pkgname=sunflower
pkgver=0.4
pkgrel=63
pkgdesc="Small and highly customizable twin-panel file manager for Linux with support for plugins."
url="https://sunflower-fm.org"
arch=('any')
license=('GPL3')
depends=('desktop-file-utils' 'gtk3' 'librsvg' 'python-chardet' 'python-gobject')
optdepends=('vte: integrated vte-based terminal'
            'python-mutagen: audio-metadata support'
            'gvfs: mount-management')
options=(!strip !zipman)
#source=($url/pub/${pkgname}-${pkgver}-${pkgrel}.tgz)
source=('git://github.com/MeanEYE/Sunflower.git')
#md5sums=('89bb1633966d0bbd22938717bafd4d1e')
md5sums=('SKIP')

package() {
    cd "Sunflower"
    python setup.py install --root="$pkgdir/" --optimize=1
    install -Dm644 images/sunflower.png "${pkgdir}/usr/share/pixmaps/sunflower.png"
    rm "${pkgdir}/usr/share/sunflower/images/sunflower.png"
    rm -rd "${pkgdir}/usr/share/sunflower/trasnaltions"
    #install -d "${pkgdir}/usr/share/locale"
    cp -r "${srcdir}/Sunflower/translations/" "${pkgdir}/usr/share/locale"
    rm -f ${pkgdir}/usr/share/locale/*/LC_MESSAGES/*.po
    rm -f ${pkgdir}/usr/share/locale/*.pot
}

It's not perfect, so feel free to upgrade it/make it better.

Techman35 commented on 2020-07-25 01:41 (UTC)

@duht Thanks for the update it's grate, mount manager is not working, hope they fix it soon. i like the look and feel and the popup window that show the progress when i copy and paste a file, looks awesome!

jiri.one commented on 2020-07-15 08:09 (UTC)

Hi guys, so where is the new version?

MeanEYE commented on 2020-05-23 22:14 (UTC)

I would recommend waiting for a bit with this release. We did fix number of issues, but feature parity is not there yet. It will be soon.

boenki commented on 2020-05-23 21:57 (UTC)

Your PKGBUILD does not work for me. And I think we should wait to update, this because the new version is not yet stable.