Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] micro: Update to 2.0.8
@ 2020-10-07 21:40 priner
  2020-10-07 21:53 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: priner @ 2020-10-07 21:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

There is a new pull request by priner against master on the void-packages repository

https://github.com/priner/void-packages micro
https://github.com/void-linux/void-packages/pull/25422

micro: Update to 2.0.8
I have also added manpage, .desktop file and icon (used by that .desktop file)

A patch file from https://github.com/void-linux/void-packages/pull/25422.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-micro-25422.patch --]
[-- Type: text/x-diff, Size: 1763 bytes --]

From 13ff1f019b671736e93c4cef4b48bc6d6178fb88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A1n=20Priner?= <johnkie4@gmail.com>
Date: Wed, 7 Oct 2020 17:39:16 +0200
Subject: [PATCH 1/2] micro: update to 2.0.8

---
 srcpkgs/micro/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template
index d3184e82ef5..639680b955a 100644
--- a/srcpkgs/micro/template
+++ b/srcpkgs/micro/template
@@ -1,6 +1,6 @@
 # Template file for 'micro'
 pkgname=micro
-version=2.0.6
+version=2.0.8
 revision=1
 build_style=go
 go_import_path="github.com/zyedidia/micro/v2"
@@ -14,7 +14,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="MIT"
 homepage="https://micro-editor.github.io"
 distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
-checksum=55bd3ab880905d45639a1f902ec1a84cb385e73de9a3e16d8175b3cd7f7fe908
+checksum=3e1b7483aa2afffa8afc2c710e22541961ac3de5e026efb4bdddc8ade00d4de0
 
 post_install() {
 	vlicense LICENSE

From 9abcd66c01073c8aad06b9605ac79f6bd1c6f442 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A1n=20Priner?= <johnkie4@gmail.com>
Date: Wed, 7 Oct 2020 21:22:47 +0200
Subject: [PATCH 2/2] micro: add manpage, icon, and .desktop

---
 srcpkgs/micro/template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/srcpkgs/micro/template b/srcpkgs/micro/template
index 639680b955a..27b87e22b7f 100644
--- a/srcpkgs/micro/template
+++ b/srcpkgs/micro/template
@@ -18,4 +18,7 @@ checksum=3e1b7483aa2afffa8afc2c710e22541961ac3de5e026efb4bdddc8ade00d4de0
 
 post_install() {
 	vlicense LICENSE
+	vman assets/packaging/micro.1
+	vinstall assets/packaging/micro.desktop 644 usr/share/applications
+	vinstall assets/micro-logo-mark.svg 644 usr/share/pixmaps micro.svg
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-09 12:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 21:40 [PR PATCH] micro: Update to 2.0.8 priner
2020-10-07 21:53 ` ericonr
2020-10-07 22:05 ` [PR PATCH] [Updated] " priner
2020-10-07 22:07 ` priner
2020-10-09 12:11 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).