From ec029943b5c388fa7c70f83660bc183db9f91646 Mon Sep 17 00:00:00 2001 From: FAb7D <135358277+fdb-aitic@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:55:48 +0200 Subject: [PATCH] amule: inclusion of homepage **Summary** - The inclusion of "homepage" to package.yml - Part of https://github.com/getsolus/packages/issues/411 **Test Plan** - Launched the application **Checklist** - [x] Package was built and tested against unstable --- common/Taskfile.yml | 10 ++++------ packages/a/amule/abi_used_symbols | 1 - packages/a/amule/package.yml | 3 ++- packages/a/amule/pspec_x86_64.xml | 13 +++++++------ 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/common/Taskfile.yml b/common/Taskfile.yml index 42e46e9ad406..c766f363e452 100644 --- a/common/Taskfile.yml +++ b/common/Taskfile.yml @@ -1,11 +1,5 @@ version : '3' -includes: - infra: - dir: ../infrastructure-tooling - taskfile: ../infrastructure-tooling/Infra.yml - optional: true - set: [pipefail] vars: @@ -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 diff --git a/packages/a/amule/abi_used_symbols b/packages/a/amule/abi_used_symbols index 36f7a2db1857..783a17a12909 100644 --- a/packages/a/amule/abi_used_symbols +++ b/packages/a/amule/abi_used_symbols @@ -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 diff --git a/packages/a/amule/package.yml b/packages/a/amule/package.yml index cbce80e349f1..5f65a595bae0 100644 --- a/packages/a/amule/package.yml +++ b/packages/a/amule/package.yml @@ -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 diff --git a/packages/a/amule/pspec_x86_64.xml b/packages/a/amule/pspec_x86_64.xml index 38490e664a81..585ccb386605 100644 --- a/packages/a/amule/pspec_x86_64.xml +++ b/packages/a/amule/pspec_x86_64.xml @@ -1,9 +1,10 @@ amule + http://www.amule.org/ - Joey Riches - josephriches@gmail.com + Fabio db + fifu7fi@gmail.com GPL-2.0-or-later network.util @@ -99,12 +100,12 @@ - - 2023-07-25 + + 2023-10-02 2.3.3 Packaging update - Joey Riches - josephriches@gmail.com + Fabio db + fifu7fi@gmail.com \ No newline at end of file