Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htop: add appstream metainfo #3318

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/h/htop/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ libncursesw.so.6:waddch
libncursesw.so.6:waddnstr
libncursesw.so.6:wattr_off
libncursesw.so.6:wattr_on
libncursesw.so.6:wattrset
libncursesw.so.6:wclear
libncursesw.so.6:wgetch
libncursesw.so.6:whline
Expand Down
37 changes: 37 additions & 0 deletions packages/h/htop/files/htop.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>dev.htop.htop</id>

<name>htop</name>
<summary>htop is an interactive process viewer for Linux.</summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>

<description>
<p>
htop allows scrolling the list of processes vertically and horizontally to see their full command lines and related information like memory and CPU consumption. Also system wide information, like load average or swap usage, is shown.
</p>
<p>
The information displayed is configurable through a graphical setup and can be sorted and filtered interactively.
</p>
<p>
Tasks related to processes (e.g. killing and renicing) can be done without entering their PIDs.
</p>
</description>

<launchable type="desktop-id">htop.desktop</launchable>

<icon type="stock">htop</icon>

<categories>
<category>System</category>
<category>Monitor</category>
</categories>

<url type="homepage">https://htop.dev/</url>

<provides>
<binary>htop</binary>
</provides>
</component>
3 changes: 2 additions & 1 deletion packages/h/htop/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : htop
version : 3.3.0
release : 22
release : 23
source :
- https://github.com/htop-dev/htop/releases/download/3.3.0/htop-3.3.0.tar.xz : a69acf9b42ff592c4861010fce7d8006805f0d6ef0e8ee647a6ee6e59b743d5c
homepage : https://htop.dev
Expand All @@ -19,3 +19,4 @@ build : |
%make
install : |
%make_install
install -Dm00644 $pkgfiles/htop.metainfo.xml -t $installdir/usr/share/metainfo
13 changes: 7 additions & 6 deletions packages/h/htop/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>htop</Name>
<Homepage>https://htop.dev</Homepage>
<Packager>
<Name>Troy Harvey</Name>
<Email>harveydevel@gmail.com</Email>
<Name>Robert Gonzalez</Name>
<Email>uni.dos12@outlook.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>system.utils</PartOf>
Expand All @@ -24,16 +24,17 @@
<Path fileType="data">/usr/share/applications/htop.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/htop.svg</Path>
<Path fileType="man">/usr/share/man/man1/htop.1</Path>
<Path fileType="data">/usr/share/metainfo/htop.metainfo.xml</Path>
<Path fileType="data">/usr/share/pixmaps/htop.png</Path>
</Files>
</Package>
<History>
<Update release="22">
<Date>2024-01-10</Date>
<Update release="23">
<Date>2024-07-15</Date>
<Version>3.3.0</Version>
<Comment>Packaging update</Comment>
<Name>Troy Harvey</Name>
<Email>harveydevel@gmail.com</Email>
<Name>Robert Gonzalez</Name>
<Email>uni.dos12@outlook.com</Email>
</Update>
</History>
</PISI>