Skip to content

Commit

Permalink
amule: inclusion of homepage
Browse files Browse the repository at this point in the history
**Summary**

- The inclusion of "homepage" to package.yml
- Part of getsolus#411

**Test Plan**

- Launched the application

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
fdb-aitic committed Oct 2, 2023
1 parent 638ed46 commit ec02994
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
10 changes: 4 additions & 6 deletions common/Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
version : '3'

includes:
infra:
dir: ../infrastructure-tooling
taskfile: ../infrastructure-tooling/Infra.yml
optional: true

set: [pipefail]

vars:
Expand All @@ -17,6 +11,10 @@ vars:
includes:
qt5:
taskfile: ./common/Tasks/Taskfile.qt5.yml
infra:
dir: ../infrastructure-tooling
taskfile: ../infrastructure-tooling/Infra.yml
optional: true

tasks:
# Ensure people new to go-task and used to 'make help' have an easier time
Expand Down
1 change: 0 additions & 1 deletion packages/a/amule/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__printf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__wmemcpy_chk
libc.so.6:__xpg_strerror_r
libc.so.6:abort
libc.so.6:backtrace
Expand Down
3 changes: 2 additions & 1 deletion packages/a/amule/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : amule
version : 2.3.3
release : 23
release : 24
source :
- git|https://github.com/amule-project/amule : 2.3.3
homepage : http://www.amule.org/
license : GPL-2.0-or-later
component : network.util
summary : aMule is a multi-platform ed2k client, fork of the eMule client
Expand Down
13 changes: 7 additions & 6 deletions packages/a/amule/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>amule</Name>
<Homepage>http://www.amule.org/</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Fabio db</Name>
<Email>fifu7fi@gmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>network.util</PartOf>
Expand Down Expand Up @@ -99,12 +100,12 @@
</Files>
</Package>
<History>
<Update release="23">
<Date>2023-07-25</Date>
<Update release="24">
<Date>2023-10-02</Date>
<Version>2.3.3</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Fabio db</Name>
<Email>fifu7fi@gmail.com</Email>
</Update>
</History>
</PISI>

1 comment on commit ec02994

@FAb7D
Copy link
Owner

@FAb7D FAb7D commented on ec02994 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this please

Please sign in to comment.