gnu: gnote: Update to 42.1.
* gnu/packages/gnome.scm (gnote): Update to 42.1. [native-inputs]: Remove intltool; add gettext-minimal.
This commit is contained in:
		
							parent
							
								
									57c86aaba2
								
							
						
					
					
						commit
						6f4424282e
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -11904,7 +11904,7 @@ index files needed for Adwaita to be used outside of GNOME.")
 | 
				
			||||||
(define-public gnote
 | 
					(define-public gnote
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gnote")
 | 
					    (name "gnote")
 | 
				
			||||||
    (version "41.2")
 | 
					    (version "42.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -11912,7 +11912,7 @@ index files needed for Adwaita to be used outside of GNOME.")
 | 
				
			||||||
                           (version-major version)  "/"
 | 
					                           (version-major version)  "/"
 | 
				
			||||||
                           "gnote-" version ".tar.xz"))
 | 
					                           "gnote-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0gs2j988rwfrxckb8qxlkyxnvqsv30q32myqish6hssfa51yzc11"))))
 | 
					        (base32 "0fam3v9na4ndqdc63866bvhcxrzj478jsx34vsh0777d4ixw883c"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:glib-or-gtk? #t
 | 
					     `(#:glib-or-gtk? #t
 | 
				
			||||||
| 
						 | 
					@ -11924,9 +11924,9 @@ index files needed for Adwaita to be used outside of GNOME.")
 | 
				
			||||||
                        (("gtk-update-icon-cache") "true")))))))
 | 
					                        (("gtk-update-icon-cache") "true")))))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list desktop-file-utils
 | 
					     (list desktop-file-utils
 | 
				
			||||||
 | 
					           gettext-minimal
 | 
				
			||||||
           `(,glib "bin")
 | 
					           `(,glib "bin")
 | 
				
			||||||
           gobject-introspection
 | 
					           gobject-introspection
 | 
				
			||||||
           intltool
 | 
					 | 
				
			||||||
           itstool
 | 
					           itstool
 | 
				
			||||||
           pkg-config
 | 
					           pkg-config
 | 
				
			||||||
           python))
 | 
					           python))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue