gnu: evisum: Update to 0.4.0.
* gnu/packages/enlighenment.scm (evisum): Update to 0.4.0. [build-system]: Switch to meson-build-system. [arguments]: Remove make-flags, custom phases. [inputs]: Remove alsa-lib, perl.
This commit is contained in:
		
							parent
							
								
									67c8f879c5
								
							
						
					
					
						commit
						13d3a9bf14
					
				
					 1 changed files with 5 additions and 13 deletions
				
			
		|  | @ -564,7 +564,7 @@ directories. | ||||||
| (define-public evisum | (define-public evisum | ||||||
|   (package |   (package | ||||||
|     (name "evisum") |     (name "evisum") | ||||||
|     (version "0.2.6") |     (version "0.4.0") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|         (method url-fetch) |         (method url-fetch) | ||||||
|  | @ -572,22 +572,14 @@ directories. | ||||||
|                             "evisum/evisum-" version ".tar.xz")) |                             "evisum/evisum-" version ".tar.xz")) | ||||||
|         (sha256 |         (sha256 | ||||||
|          (base32 |          (base32 | ||||||
|           "1rg3kri6j8nmab0kdljnmcc096c8ibgwzvbhqr0b25xpmrq8bcac")))) |           "0gh3y2348pgf683sljnfry9k545h42dx75idyigcspsjsk7khisz")))) | ||||||
|     (build-system gnu-build-system) |     (build-system meson-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:tests? #f   ; no tests |      '(#:tests? #f))    ; no tests | ||||||
|        #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) |  | ||||||
|        #:phases |  | ||||||
|        (modify-phases %standard-phases |  | ||||||
|          (delete 'configure) ; no configure phase |  | ||||||
|          (add-after 'unpack 'set-environmental-variables |  | ||||||
|            (lambda _ (setenv "CC" (which "gcc")) #t))))) |  | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config))) |      `(("pkg-config" ,pkg-config))) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("alsa-lib" ,alsa-lib) |      `(("efl" ,efl))) | ||||||
|        ("efl" ,efl) |  | ||||||
|        ("perl" ,perl))) |  | ||||||
|     (home-page "https://www.enlightenment.org") |     (home-page "https://www.enlightenment.org") | ||||||
|     (synopsis "EFL process viewer") |     (synopsis "EFL process viewer") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue