Page MenuHomeSolus

D9598.diff
No OneTemporary

D9598.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Troy Harvey
+ - IRC: Harvey
+ - Email: harveydevel@gmail.com
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,10 @@
name : micro
-version : 2.0.6
-release : 19
+version : 2.0.7
+release : 20
source :
- - git|https://github.com/zyedidia/micro.git : v2.0.6
+ - git|https://github.com/zyedidia/micro.git : v2.0.7
license : MIT
+homepage : https://micro-editor.github.io
component : editor
summary : Micro is a terminal-based text editor that aims to be easy to use and intuitive
description: |
@@ -23,3 +24,4 @@
cd src/github.com/zyedidia/micro
%make install-all
install -Dm00755 $GOPATH/bin/micro $installdir/usr/bin/micro
+ install -Dm00644 $workdir/src/github.com/zyedidia/micro/assets/packaging/micro.1 $installdir/usr/share/man/man1/micro.1
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,6 +1,7 @@
<PISI>
<Source>
<Name>micro</Name>
+ <Homepage>https://micro-editor.github.io</Homepage>
<Packager>
<Name>Troy Harvey</Name>
<Email>harveydevel@gmail.com</Email>
@@ -20,15 +21,16 @@
<PartOf>editor</PartOf>
<Files>
<Path fileType="executable">/usr/bin/micro</Path>
+ <Path fileType="man">/usr/share/man/man1/micro.1</Path>
</Files>
</Package>
<History>
- <Update release="19">
- <Date>2020-06-26</Date>
- <Version>2.0.6</Version>
+ <Update release="20">
+ <Date>2020-09-07</Date>
+ <Version>2.0.7</Version>
<Comment>Packaging update</Comment>
<Name>Troy Harvey</Name>
<Email>harveydevel@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 9:27 PM (1 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5819229
Default Alt Text
D9598.diff (2 KB)

Event Timeline