gnu: emacs-lice-el: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-lice-el): Update to 0.3.
This commit is contained in:
		
							parent
							
								
									bbf9adf525
								
							
						
					
					
						commit
						7fd9c40f60
					
				
					 1 changed files with 34 additions and 35 deletions
				
			
		|  | @ -21897,47 +21897,46 @@ Magit.") | ||||||
|     (license license:gpl3+))) |     (license license:gpl3+))) | ||||||
| 
 | 
 | ||||||
| (define-public emacs-lice-el | (define-public emacs-lice-el | ||||||
|   (let ((commit "482e58ab83fff86ed754b00be27b62a219597e7c")) |   (package | ||||||
|     (package |     (name "emacs-lice-el") | ||||||
|       (name "emacs-lice-el") |     (version "0.3") | ||||||
|       (version (git-version "0.2" "2" commit)) |     (source (origin | ||||||
|       (source (origin |               (method git-fetch) | ||||||
|                 (method git-fetch) |               (uri (git-reference | ||||||
|                 (uri (git-reference |                     (url "https://github.com/buzztaiki/lice-el") | ||||||
|                       (url "https://github.com/buzztaiki/lice-el") |                     (commit (string-append "v" version)))) | ||||||
|                       (commit commit))) |               (file-name (git-file-name name version)) | ||||||
|                 (file-name (git-file-name name version)) |               (sha256 | ||||||
|                 (sha256 |                (base32 | ||||||
|                  (base32 |                 "06plnrxj6kgnl9mjcbc48mgagpa60yyyyribwicmcgg9pgrs0wad")))) | ||||||
|                   "0yxkjyhfk8kpr8yqz54gdx6xwkj4s8bnbz60162jh12crj0bs5n7")))) |     (build-system emacs-build-system) | ||||||
|       (build-system emacs-build-system) |     (arguments | ||||||
|       (arguments |      `(#:phases | ||||||
|        `(#:phases |        (modify-phases %standard-phases | ||||||
|          (modify-phases %standard-phases |          (add-after 'unpack 'patch-template-directory | ||||||
|            (add-after 'unpack 'patch-template-directory |            (lambda* (#:key outputs #:allow-other-keys) | ||||||
|              (lambda* (#:key outputs #:allow-other-keys) |              (chmod "lice.el" #o666) | ||||||
|                (chmod "lice.el" #o666) |              (emacs-substitute-variables "lice.el" | ||||||
|                (emacs-substitute-variables "lice.el" |                ("lice:system-template-directory" | ||||||
|                  ("lice:system-template-directory" |  | ||||||
|                   (string-append (assoc-ref outputs "out") |  | ||||||
|                                  "/share/emacs-lice-el/template"))) |  | ||||||
|                #t)) |  | ||||||
|            (add-after 'install 'install-templates |  | ||||||
|              (lambda* (#:key outputs #:allow-other-keys) |  | ||||||
|                (copy-recursively |  | ||||||
|                 "template" |  | ||||||
|                 (string-append (assoc-ref outputs "out") |                 (string-append (assoc-ref outputs "out") | ||||||
|                                "/share/emacs-lice-el/template")) |                                "/share/emacs-lice-el/template"))) | ||||||
|                #t))))) |              #t)) | ||||||
|       (home-page "https://github.com/buzztaiki/lice-el") |          (add-after 'install 'install-templates | ||||||
|       (synopsis "License and header template for Emacs") |            (lambda* (#:key outputs #:allow-other-keys) | ||||||
|       (description "@code{lice.el} provides following features: |              (copy-recursively | ||||||
|  |               "template" | ||||||
|  |               (string-append (assoc-ref outputs "out") | ||||||
|  |                              "/share/emacs-lice-el/template")) | ||||||
|  |              #t))))) | ||||||
|  |     (home-page "https://github.com/buzztaiki/lice-el") | ||||||
|  |     (synopsis "License and header template for Emacs") | ||||||
|  |     (description "@code{lice.el} provides following features: | ||||||
| 
 | 
 | ||||||
| @itemize | @itemize | ||||||
| @item License template management. | @item License template management. | ||||||
| @item File header insertion. | @item File header insertion. | ||||||
| @end itemize\n") | @end itemize\n") | ||||||
|       (license license:gpl3+)))) |     (license license:gpl3+))) | ||||||
| 
 | 
 | ||||||
| (define-public emacs-academic-phrases | (define-public emacs-academic-phrases | ||||||
|   (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656")) |   (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656")) | ||||||
|  |  | ||||||
		Reference in a new issue