unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob f982f0be8b95d845e8a7ae4ce112891eef845f90 2155 bytes (raw)
name: gnu/packages/nautilus.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
 
2016-02-01  Rene Saavedra  <rennes@openmailbox.org>

	*  gnu/packages/nautilus.scm: New file.
	*  gnu-system (GNU_SYSTEM_MODULES): Add it.

(define-module (gnu packages nautilus)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix utils)
  #:use-module (gnu packages freedesktop)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages gnome)
  #:use-module (gnu packages gtk)
  #:use-module (gnu packages photo)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages xml)
  #:use-module (gnu packages xorg))
(define-public nautilus
  (package
    (name "nautilus")
    (version "3.18.2")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "mirror://gnome/sources/" name "/"
                          (version-major+minor version) "/"
                           name "-" version ".tar.xz"))
      (sha256
       (base32
        "0jj23n8vmmyc4gp5xhiz7slsxwksydp26blxi5m154yaw9lgdp38"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags
       (list "--disable-tracker" "--disable-packagekit")
       #:tests? #f))
    (native-inputs
     `(("glib" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
       ("intltool" ,intltool)
       ("pkg-config" ,pkg-config)))
    (inputs
     `(("adwaita-icon-theme" ,adwaita-icon-theme)
       ("exempi" ,exempi)
       ("glib" ,glib)
       ("gnome-desktop" ,gnome-desktop)
       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
       ("gtk+" ,gtk+)
       ("gvfs" ,gvfs)
       ("libexif" ,libexif)
       ("libnotify" ,libnotify)
       ("libx11" ,libx11)
       ("libxml2" ,libxml2)
       ("pango" ,pango)))
    (home-page "https://wiki.gnome.org/Apps/Nautilus")
    (synopsis "GNOME file manager")
    (description
     "Nautilus is a file manager designed for the GNOME desktop.
Nautilus design provides the user a simple way and elegant to
managing files and applications, through simple menus and
notifications.")
    (license license:gpl2+)))  ; libnautilus-extenstions under lgpl

debug log:

solving f982f0b ...
found f982f0b in https://yhetil.org/guix-devel/81cb4d87f795011de938341a065bbccb@openmailbox.org/

applying [1/1] https://yhetil.org/guix-devel/81cb4d87f795011de938341a065bbccb@openmailbox.org/
diff --git a/gnu/packages/nautilus.scm b/gnu/packages/nautilus.scm
new file mode 100644
index 0000000..f982f0b

Checking patch gnu/packages/nautilus.scm...
Applied patch gnu/packages/nautilus.scm cleanly.

index at:
100644 f982f0be8b95d845e8a7ae4ce112891eef845f90	gnu/packages/nautilus.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).