gnu: xdg-desktop-portal-gtk: Update to 1.10.0.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.10.0. [arguments]: Adjust configure-flags for Gnome backends in new version (defaults to disabled in this version) Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									419a778e46
								
							
						
					
					
						commit
						7c5a4025f5
					
				
					 1 changed files with 16 additions and 8 deletions
				
			
		| 
						 | 
					@ -2342,16 +2342,15 @@ and others.")
 | 
				
			||||||
(define-public xdg-desktop-portal-gtk
 | 
					(define-public xdg-desktop-portal-gtk
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xdg-desktop-portal-gtk")
 | 
					    (name "xdg-desktop-portal-gtk")
 | 
				
			||||||
    (version "1.7.1")
 | 
					    (version "1.10.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (string-append
 | 
				
			||||||
                     (url "https://github.com/flatpak/xdg-desktop-portal-gtk")
 | 
					                    "https://github.com/flatpak/xdg-desktop-portal-gtk/releases/download/"
 | 
				
			||||||
                     (commit version)))
 | 
					                    version "/xdg-desktop-portal-gtk-" version ".tar.xz"))
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "183iha9dxmvprn99ymgz17jx1lyn1fj5jyj6ghxl716zn9mxmird"))))
 | 
					                "0nlbnd6qvs92fanrmmn123vy0y2ml0v3ndxyk5x0cpfbnmxpa2f8"))))
 | 
				
			||||||
    (build-system glib-or-gtk-build-system)
 | 
					    (build-system glib-or-gtk-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					@ -2362,7 +2361,16 @@ and others.")
 | 
				
			||||||
             (for-each (lambda (po)
 | 
					             (for-each (lambda (po)
 | 
				
			||||||
                         (chmod po #o666))
 | 
					                         (chmod po #o666))
 | 
				
			||||||
                       (find-files "po" "\\.po$"))
 | 
					                       (find-files "po" "\\.po$"))
 | 
				
			||||||
             #t)))))
 | 
					             #t)))
 | 
				
			||||||
 | 
					       ;; Enable Gnome portal backends
 | 
				
			||||||
 | 
					       #:configure-flags
 | 
				
			||||||
 | 
					       (list
 | 
				
			||||||
 | 
					        "--enable-appchooser"
 | 
				
			||||||
 | 
					        "--enable-wallpaper"
 | 
				
			||||||
 | 
					        "--enable-screenshot"
 | 
				
			||||||
 | 
					        "--enable-screencast"
 | 
				
			||||||
 | 
					        "--enable-background"
 | 
				
			||||||
 | 
					        "--enable-settings")))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("autoconf" ,autoconf)
 | 
					       ("autoconf" ,autoconf)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue