gnu: pantheon-calculator: Update to 2.0.2.
* gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2. [inputs]: Replace gtk+ with gtk. [native-inputs]: Remove labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									cc3fbfbb21
								
							
						
					
					
						commit
						88abdb43d6
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -75,7 +75,7 @@ in apps built for the Pantheon desktop.")
 | 
				
			||||||
(define-public pantheon-calculator
 | 
					(define-public pantheon-calculator
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "pantheon-calculator")
 | 
					    (name "pantheon-calculator")
 | 
				
			||||||
    (version "1.7.2")
 | 
					    (version "2.0.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -85,7 +85,7 @@ in apps built for the Pantheon desktop.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "11rwwi6nlhwpcm29dn2mbz0239nfjdwlqlqbchm0j9sr1ypifk2k"))))
 | 
					         "1w59sgznzybawhz411avqayws8jq0471n6hwhkplvcz7inxlzdrw"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:glib-or-gtk? #t
 | 
					     `(#:glib-or-gtk? #t
 | 
				
			||||||
| 
						 | 
					@ -97,15 +97,15 @@ in apps built for the Pantheon desktop.")
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      (list granite
 | 
					      (list granite
 | 
				
			||||||
            glib
 | 
					            glib
 | 
				
			||||||
            gtk+
 | 
					            gtk
 | 
				
			||||||
            libgee
 | 
					            libgee
 | 
				
			||||||
            libhandy))
 | 
					            libhandy))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("cmake" ,cmake)
 | 
					      (list cmake
 | 
				
			||||||
       ("glib:bin" ,glib "bin") ; for glib-compile-schemas
 | 
					            `(,glib "bin") ; for glib-compile-schemas
 | 
				
			||||||
       ("gettext" ,gettext-minimal)
 | 
					            gettext-minimal
 | 
				
			||||||
       ("pkg-config" ,pkg-config)
 | 
					            pkg-config
 | 
				
			||||||
       ("vala" ,vala)))
 | 
					            vala))
 | 
				
			||||||
    (home-page "https://github.com/elementary/calculator")
 | 
					    (home-page "https://github.com/elementary/calculator")
 | 
				
			||||||
    (synopsis "Desktop calculator")
 | 
					    (synopsis "Desktop calculator")
 | 
				
			||||||
    (description "Calculator is an application for performing simple
 | 
					    (description "Calculator is an application for performing simple
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue