Skip to content

Commit

Permalink
micro: Bump to add .desktop and .metainfo.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitymdm committed Sep 16, 2024
1 parent 8979f67 commit 0c6b35b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 3 additions & 1 deletion packages/m/micro/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : micro
version : 2.0.14
release : 30
release : 31
source :
- git|https://github.com/zyedidia/micro.git : v2.0.14
license : MIT
Expand All @@ -20,6 +20,8 @@ build : |
install : |
install -Dm00755 $workdir/micro $installdir/usr/bin/micro
install -Dm00644 $workdir/assets/packaging/micro.1 $installdir/usr/share/man/man1/micro.1
install -Dm00644 $workdir/assets/packaging/micro.desktop -t $installdir/usr/share/applications
install -Dm00644 $workdir/data/io.github.zyedidia.micro.metainfo.xml -t $installdir/usr/share/metainfo
# Set EDITOR and VISUAL defaults should nano be removed.
Expand Down
14 changes: 8 additions & 6 deletions packages/m/micro/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>micro</Name>
<Homepage>https://micro-editor.github.io</Homepage>
<Packager>
<Name>Troy Harvey</Name>
<Email>harveydevel@gmail.com</Email>
<Name>Marcus Mellor</Name>
<Email>infinitymdm@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>editor</PartOf>
Expand All @@ -21,18 +21,20 @@
<PartOf>editor</PartOf>
<Files>
<Path fileType="executable">/usr/bin/micro</Path>
<Path fileType="data">/usr/share/applications/micro.desktop</Path>
<Path fileType="data">/usr/share/defaults/etc/profile.d/80-micro-is-default-EDITOR-and-VISUAL.fish</Path>
<Path fileType="data">/usr/share/defaults/etc/profile.d/80-micro-is-default-EDITOR-and-VISUAL.sh</Path>
<Path fileType="man">/usr/share/man/man1/micro.1</Path>
<Path fileType="data">/usr/share/metainfo/io.github.zyedidia.micro.metainfo.xml</Path>
</Files>
</Package>
<History>
<Update release="30">
<Date>2024-08-28</Date>
<Update release="31">
<Date>2024-09-16</Date>
<Version>2.0.14</Version>
<Comment>Packaging update</Comment>
<Name>Troy Harvey</Name>
<Email>harveydevel@gmail.com</Email>
<Name>Marcus Mellor</Name>
<Email>infinitymdm@gmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 0c6b35b

Please sign in to comment.