gnu: Add gnome-js-common.
* gnu/packages/gnome.scm (gnome-js-common): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
		
							parent
							
								
									d668963d3e
								
							
						
					
					
						commit
						c1082b0287
					
				
					 1 changed files with 28 additions and 0 deletions
				
			
		| 
						 | 
					@ -264,6 +264,34 @@ Desktop.  It is designed to be as simple as possible and has some unique
 | 
				
			||||||
features to enable users to create their discs easily and quickly.")
 | 
					features to enable users to create their discs easily and quickly.")
 | 
				
			||||||
    (license license:gpl2+)))
 | 
					    (license license:gpl2+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public gnome-js-common
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "gnome-js-common")
 | 
				
			||||||
 | 
					    (version "0.1.2")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri
 | 
				
			||||||
 | 
					        (string-append "mirror://gnome/sources/" name "/"
 | 
				
			||||||
 | 
					                       (version-major+minor version) "/"
 | 
				
			||||||
 | 
					                       name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32 "1zv5b9bcbclzj64xd9kgql4ndmbwvvi6cl937ykw8fp21xgh8z7y"))))
 | 
				
			||||||
 | 
					    (build-system glib-or-gtk-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:configure-flags
 | 
				
			||||||
 | 
					       (list
 | 
				
			||||||
 | 
					        "--disable-static")))
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("gettext" ,gettext-minimal)
 | 
				
			||||||
 | 
					       ("intltool" ,intltool)
 | 
				
			||||||
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
 | 
					    (synopsis "Common JS Modules")
 | 
				
			||||||
 | 
					    (description "GNOME-JS-Common provides common modules for GNOME JavaScript
 | 
				
			||||||
 | 
					bindings.")
 | 
				
			||||||
 | 
					    (home-page "https://wiki.gnome.org/Projects/Seed")
 | 
				
			||||||
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public libdmapsharing
 | 
					(define-public libdmapsharing
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libdmapsharing")
 | 
					    (name "libdmapsharing")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue