gnu: networkmanager-qt: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (networkmanager-qt): Update to 5.27.0 and fix indentation.
This commit is contained in:
		
							parent
							
								
									48e789daa8
								
							
						
					
					
						commit
						c3fefc81ce
					
				
					 1 changed files with 32 additions and 32 deletions
				
			
		| 
						 | 
				
			
			@ -971,41 +971,41 @@ messages.")
 | 
			
		|||
(define-public networkmanager-qt
 | 
			
		||||
  (package
 | 
			
		||||
    (name "networkmanager-qt")
 | 
			
		||||
    (version "5.24.0")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method url-fetch)
 | 
			
		||||
        (uri (string-append "mirror://kde/stable/frameworks/"
 | 
			
		||||
                            (version-major+minor version) "/"
 | 
			
		||||
                            name "-" version ".tar.xz"))
 | 
			
		||||
        (sha256
 | 
			
		||||
         (base32
 | 
			
		||||
          "11wy0ds0hqbba900ggkcxjfqc9n65xlzc3h1zv9433nn5d75v6fy"))))
 | 
			
		||||
     (build-system cmake-build-system)
 | 
			
		||||
     (native-inputs
 | 
			
		||||
      `(("extra-cmake-modules" ,extra-cmake-modules)
 | 
			
		||||
        ("dbus" ,dbus)
 | 
			
		||||
        ("pkg-config" ,pkg-config)))
 | 
			
		||||
     (propagated-inputs
 | 
			
		||||
      ; Headers contain #include <NetworkManager.h> and
 | 
			
		||||
      ;                 #include <libnm/NetworkManager.h>
 | 
			
		||||
      `(("network-manager" ,network-manager)))
 | 
			
		||||
     (inputs
 | 
			
		||||
      `(("qtbase" ,qtbase)))
 | 
			
		||||
     (arguments
 | 
			
		||||
      `(#:phases
 | 
			
		||||
         (modify-phases %standard-phases
 | 
			
		||||
           (replace 'check
 | 
			
		||||
             (lambda* _
 | 
			
		||||
               (setenv "DBUS_FATAL_WARNINGS" "0")
 | 
			
		||||
               (zero? (system* "dbus-launch" "ctest" ".")))))))
 | 
			
		||||
     (home-page "https://community.kde.org/Frameworks")
 | 
			
		||||
     (synopsis "Qt wrapper for NetworkManager DBus API")
 | 
			
		||||
     (description "NetworkManagerQt provides access to all NetworkManager
 | 
			
		||||
    (version "5.27.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
                    "mirror://kde/stable/frameworks/"
 | 
			
		||||
                    (version-major+minor version) "/"
 | 
			
		||||
                    name "-" version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0fnj0b2j4v51f12b3v59psdza2krdkidj22b9a9jwn224lg4852y"))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("extra-cmake-modules" ,extra-cmake-modules)
 | 
			
		||||
       ("dbus" ,dbus)
 | 
			
		||||
       ("pkg-config" ,pkg-config)))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     ;; Headers contain #include <NetworkManager.h> and
 | 
			
		||||
     ;;                 #include <libnm/NetworkManager.h>
 | 
			
		||||
     `(("network-manager" ,network-manager)))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("qtbase" ,qtbase)))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (replace 'check
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (setenv "DBUS_FATAL_WARNINGS" "0")
 | 
			
		||||
             (zero? (system* "dbus-launch" "ctest" ".")))))))
 | 
			
		||||
    (home-page "https://community.kde.org/Frameworks")
 | 
			
		||||
    (synopsis "Qt wrapper for NetworkManager DBus API")
 | 
			
		||||
    (description "NetworkManagerQt provides access to all NetworkManager
 | 
			
		||||
features exposed on DBus.  It allows you to manage your connections and control
 | 
			
		||||
your network devices and also provides a library for parsing connection settings
 | 
			
		||||
which are used in DBus communication.")
 | 
			
		||||
     (license license:lgpl2.1+)))
 | 
			
		||||
    (license license:lgpl2.1+)))
 | 
			
		||||
 | 
			
		||||
(define-public oxygen-icons
 | 
			
		||||
  (package
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue