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.000017
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 »

<deleted-account> commented on 2020-05-23 15:06 (UTC)

Hey @boenki. The package has been out of date for a bit. Do you need help with maintaining it?

pkgname=sunflower
pkgver=0.4
pkgrel=62
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'
            'mutagen: audio-metadata support'
            'gvfs: mount-management')
options=()
source=($url/pub/${pkgname}-${pkgver}-${pkgrel}.tgz)
md5sums=('89bb1633966d0bbd22938717bafd4d1e')

package() {
  cd "Sunflower"
  python setup.py install --root="$pkgdir/" --optimize=1
}

MeanEYE commented on 2020-05-11 18:38 (UTC)

Am preparing for a 0.4 release as we speak and there's need to update this package. Namely Sunflower 0.4 now depends on GTK3, GObject Introspection (python3-gi), character detection module (python3-chardet).

In addition to that, Sunflower is now started as a Python3 module. Shell script in dist/sunflower has been replaced with a python file which runs this module.

These changes should be the only ones that are "breaking" so to speak. Dependencies like pygtk, python2-dbus, python2-gnomekeyring, python2-notify are no longer needed. We use everything through GObject Introspection.

Thank you once again for helping maintain Sunflower for Arch. If you have any questions, please feel free to email me.

boenki commented on 2016-09-08 20:14 (UTC)

@ulukyn: thanks, I updated the lauchner. The desktop-file is taken from upstream, so you might want to file a bug here: https://github.com/MeanEYE/Sunflower/issues

ulukyn commented on 2016-09-07 22:11 (UTC) (edited on 2016-09-07 22:17 (UTC) by ulukyn)

@boenki: The "sunflower" script on the snapshot don't start Sunflower.py with any arguments. I have modified the file "/usr/bin/sunflower" to : > #!/bin/bash > exec python2 /usr/share/sunflower/Sunflower.py $* Another suggestion, the /usr/share/application/sunflower.desktop have the line: > Exec=sunflower %U But sunflower need -l or -r argument to open an URI. I have changed that by: > Exec=sunflower -l %U

MeanEYE commented on 2016-01-18 08:44 (UTC)

Version 0.3 is out. :)

whoami commented on 2014-12-18 13:07 (UTC)

dependency required gnome-icon-theme. Not enough hicolor-icon-theme http://rghost.ru/59767472.view http://rghost.ru/59767487.view

MeanEYE commented on 2014-08-29 08:47 (UTC)

Apparently librsvg is also required. Most systems get this library pre-installed. If absent GLib just ignores it and throws an error when we try to set window icon.

MeanEYE commented on 2014-08-03 10:15 (UTC)

If you wish. Without it Sunflower doesn't accept command line parameters, but it's not required.

boenki commented on 2014-08-03 10:14 (UTC)

thanks: in the DEPENDS-file I read: optional depends on python2-argparse. Should I add it as another optdepend? Again a SHORT explanaition please, if it can be used. Thanks.

MeanEYE commented on 2014-08-03 09:51 (UTC)

@boenki: I'd say "single application instance support".