Skip to content

Commit

Permalink
mosh: include homepage
Browse files Browse the repository at this point in the history
**Summary**
- Inclusion of "homepage" to package.yml
- Part of #411

**Test plan**
- Checked that homepage was added correctly

**Check list**
- [X] Package was built and tested against unstable
  • Loading branch information
androidnisse committed Mar 16, 2024
1 parent 0df3999 commit 8e84461
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 2 additions & 4 deletions packages/m/mosh/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_strtol
libc.so.6:__libc_single_threaded
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
Expand Down Expand Up @@ -91,7 +92,6 @@ libc.so.6:strlen
libc.so.6:strncasecmp
libc.so.6:strncmp
libc.so.6:strspn
libc.so.6:strtol
libc.so.6:system
libc.so.6:tcdrain
libc.so.6:tcgetattr
Expand Down Expand Up @@ -159,7 +159,6 @@ libprotobuf.so.32:_ZNK6google8protobuf8internal12ExtensionSet8ByteSizeEv
libprotobuf.so.32:_ZNK6google8protobuf8internal15ThreadSafeArena14SpaceAllocatedEv
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEcm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc
libstdc++.so.6:_ZNSi4readEPcl
libstdc++.so.6:_ZNSt12__basic_fileIcED1Ev
libstdc++.so.6:_ZNSt13basic_filebufIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode
Expand Down Expand Up @@ -197,8 +196,6 @@ libstdc++.so.6:_ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev
libstdc++.so.6:_ZNSt8__detail15_List_node_base11_M_transferEPS0_S1_
libstdc++.so.6:_ZNSt8__detail15_List_node_base7_M_hookEPS0_
libstdc++.so.6:_ZNSt8__detail15_List_node_base9_M_unhookEv
libstdc++.so.6:_ZNSt8ios_base4InitC1Ev
libstdc++.so.6:_ZNSt8ios_base4InitD1Ev
libstdc++.so.6:_ZNSt8ios_baseC2Ev
libstdc++.so.6:_ZNSt8ios_baseD2Ev
libstdc++.so.6:_ZNSt9bad_allocD1Ev
Expand All @@ -209,6 +206,7 @@ libstdc++.so.6:_ZSt17__throw_bad_allocv
libstdc++.so.6:_ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base
libstdc++.so.6:_ZSt19__throw_logic_errorPKc
libstdc++.so.6:_ZSt20__throw_length_errorPKc
libstdc++.so.6:_ZSt21ios_base_library_initv
libstdc++.so.6:_ZSt24__throw_out_of_range_fmtPKcz
libstdc++.so.6:_ZSt28__throw_bad_array_new_lengthv
libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_
Expand Down
3 changes: 2 additions & 1 deletion packages/m/mosh/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : mosh
version : 1.3.2
release : 17
release : 18
source :
- https://github.com/mobile-shell/mosh/archive/mosh-1.3.2.tar.gz : e7f69404816f1ca5b44762d010e406a56d18e133d31efd0783970de8d6c80ed4
homepage : https://mosh.org
license : GPL-3.0-or-later
summary : Mosh is a remote terminal application that supports intermittent connectivity.
component : network.clients
Expand Down
15 changes: 8 additions & 7 deletions packages/m/mosh/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>mosh</Name>
<Homepage>https://mosh.org</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>network.clients</PartOf>
<Summary xml:lang="en">Mosh is a remote terminal application that supports intermittent connectivity.</Summary>
<Description xml:lang="en">Mosh is a remote terminal application that supports intermittent connectivity
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>mosh</Name>
Expand All @@ -28,12 +29,12 @@
</Files>
</Package>
<History>
<Update release="17">
<Date>2023-08-21</Date>
<Update release="18">
<Date>2024-03-16</Date>
<Version>1.3.2</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Update>
</History>
</PISI>

0 comments on commit 8e84461

Please sign in to comment.