all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ison111 <ison111@protonmail.com>
To: 32529@debbugs.gnu.org
Subject: [bug#32529] Submitting package for SpaceFM
Date: Sat, 25 Aug 2018 20:27:58 +0000	[thread overview]
Message-ID: <C4TIVs2sC5pUGnCRdn7gjE1Z5DCIV4bQ0p3gBBYERI7iYUqPi5e2bn8MWt0EV06Mjj0t2B1lTsGKQpIriQTCD4HdKUi0zzDszs_yUyW9FRI=@protonmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 72 bytes --]

Hello,
I would like to submit this package for the SpaceFM file manager.

[-- Attachment #1.2: Type: text/html, Size: 101 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: spacefm.scm --]
[-- Type: text/x-scheme; name="spacefm.scm", Size: 2279 bytes --]

(define-module (gnu packages spacefm)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix utils)
  #:use-module (guix build-system gnu)
  #:use-module (gnu packages)
  #:use-module (gnu packages bash)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages gtk)
  #:use-module (gnu packages linux)
  #:use-module (gnu packages freedesktop)
  #:use-module (gnu packages gnome)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages video)
  #:use-module (gnu packages lsof))

(define-public spacefm
  (package
    (name "spacefm")
    (version "1.0.6")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/IgnorantGuru/spacefm/archive/" version ".tar.gz"))
              (sha256 (base32 "1jg7xfyr7kihjnalxp8wxyb9qjk8hqf5l36rp3s0lvkpmpyakppy"))
              (file-name (string-append name "-" version ".tar.gz"))))

    (build-system gnu-build-system)

    (native-inputs `(("pkg-config"         ,pkg-config)))
    (inputs `(("bash"               ,bash)
              ("gtk+"               ,gtk+)
              ("eudev"              ,eudev)
              ("desktop-file-utils" ,desktop-file-utils)
              ("shared-mime-info"   ,shared-mime-info)
              ("intltool"           ,intltool)
              ("ffmpegthumbnailer"  ,ffmpegthumbnailer)
              ("jmtpfs"             ,jmtpfs)
              ("lsof"               ,lsof)
              ("udisks"             ,udisks)))

    (arguments
     `(#:configure-flags (list (string-append "--with-bash-path="
                                              (assoc-ref %build-inputs "bash")
                                              "/bin/bash")
                               (string-append "--sysconfdir="
                                              (assoc-ref %outputs "out")
                                              "/etc"))))

    (home-page "http://ignorantguru.github.io/spacefm/")
    (synopsis "A multi-panel tabbed file manager")
    (description "Multi-panel tabbed file and desktop manager for GNU/Linux
with built-in VFS, udev- or HAL-based device manager,
customizable menu system, and bash integration")
    (license license:gpl3+)))

             reply	other threads:[~2018-08-25 20:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-25 20:27 Ison111 [this message]
2018-08-25 22:20 ` [bug#32529] Submitting package for SpaceFM Ludovic Courtès
2018-08-26  8:57 ` [bug#32529] [PATCH] Submit SpaceFM package Ison111
2018-08-28 10:37   ` bug#32529: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='C4TIVs2sC5pUGnCRdn7gjE1Z5DCIV4bQ0p3gBBYERI7iYUqPi5e2bn8MWt0EV06Mjj0t2B1lTsGKQpIriQTCD4HdKUi0zzDszs_yUyW9FRI=@protonmail.com' \
    --to=ison111@protonmail.com \
    --cc=32529@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.