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

amule: Inclusion of homepage #429

Merged
merged 1 commit into from
Oct 3, 2023
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
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>