From 2643fc35d4cc0691004b1e548922b69a95a2d395 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 15 Jul 2022 12:45:05 -0500 Subject: [PATCH] [community-testing] -> [community] 'amule-1:2.3.3-5' move --- x86_64/community-testing/PKGBUILD | 67 ------------------------- x86_64/community-testing/amule.sysusers | 1 - x86_64/community-testing/amule.tmpfiles | 1 - x86_64/community/PKGBUILD | 13 +++-- 4 files changed, 6 insertions(+), 76 deletions(-) delete mode 100644 x86_64/community-testing/PKGBUILD delete mode 100644 x86_64/community-testing/amule.sysusers delete mode 100644 x86_64/community-testing/amule.tmpfiles diff --git a/x86_64/community-testing/PKGBUILD b/x86_64/community-testing/PKGBUILD deleted file mode 100644 index f536b6c..0000000 --- a/x86_64/community-testing/PKGBUILD +++ /dev/null @@ -1,67 +0,0 @@ -# Maintainer: Nathan Owens -# Contributor: Giovanni Scafora -# Contributor: Henrik Ronellenfitsch -# Contributor: Alessio Sergi -# Contributor: Dario 'Dax' Vilardi -# Contributor: Anatol Pomozov - -pkgname=amule -epoch=1 -pkgver=2.3.3 -pkgrel=5 -pkgdesc='An eMule-like client for ed2k p2p network' -arch=(x86_64) -url='http://www.amule.org' -license=(GPL) -depends=(wxwidgets-gtk3 gd geoip libupnp crypto++) -makedepends=(boost cmake) -source=(https://download.sourceforge.net/project/amule/aMule/$pkgver/aMule-$pkgver.tar.gz - amule.sysusers amule.tmpfiles - https://github.com/amule-project/amule/commit/9bcd201.patch - https://github.com/amule-project/amule/commit/8085232.patch - https://github.com/amule-project/amule/commit/f186b3a.patch - https://github.com/amule-project/amule/commit/9e1d9eb.patch - https://github.com/amule-project/amule/commit/d22e057.patch - https://github.com/amule-project/amule/commit/a667c61.patch) -sha256sums=('fa85a054153c9787fce2d35a5c5590a3d390429b8fa0c5d8f9ea69e9904c7b72' - 'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502' - 'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d' - '3d5a852a20685022fa00b899d13a0fb34d20b59a7a7c6e24cade6ce2b4806bb4' - '13f90b3aec3d9a5cb0bf6b1c59266bf45dabe6d0d500a8b7e596be29e5f93e83' - '443f354611f356e9fe1132fd88812a21f9faad6bbcfdf61aa7a9462fdbdd161b' - '2d63d92f0fc3c8a48591d6629bad1eee1b4c80526199a41eefdf4b059f99264f' - 'af9e8bee9363de10d3e8b4ef517c37d4c51c14bd781751c023fd2affd05d8768' - 'd702dbc1fc40ee0b9c209eaabf9ac1c9522d09c83647270ac7560d40d4906cdf') - -prepare() { - patch -d aMule-$pkgver -p1 < 9bcd201.patch # Fix translations install - patch -d aMule-$pkgver -p1 < 8085232.patch - patch -d aMule-$pkgver -p1 < f186b3a.patch - patch -d aMule-$pkgver -p1 < d22e057.patch # Fix build - patch -d aMule-$pkgver -p1 < 9e1d9eb.patch - patch -d aMule-$pkgver -p1 < a667c61.patch # Install icons -} - -build() { - cmake -B build -S aMule-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_ALC=ON \ - -DBUILD_ALCC=ON \ - -DBUILD_AMULECMD=ON \ - -DBUILD_CAS=ON \ - -DBUILD_DAEMON=ON \ - -DBUILD_REMOTEGUI=ON \ - -DBUILD_WEBSERVER=ON \ - -DBUILD_WXCAS=ON \ - -DBUILD_FILEVIEW=ON \ - -DSYSTEMD=OFF \ - -DENABLE_NLS=ON - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build - - install -Dm644 "$srcdir"/amule.sysusers "$pkgdir"/usr/lib/sysusers.d/amule.conf - install -Dm644 "$srcdir"/amule.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/amule.conf -} diff --git a/x86_64/community-testing/amule.sysusers b/x86_64/community-testing/amule.sysusers deleted file mode 100644 index 4f46b42..0000000 --- a/x86_64/community-testing/amule.sysusers +++ /dev/null @@ -1 +0,0 @@ -u amule - "aMule Client" /var/lib/amule diff --git a/x86_64/community-testing/amule.tmpfiles b/x86_64/community-testing/amule.tmpfiles deleted file mode 100644 index 7f74ba8..0000000 --- a/x86_64/community-testing/amule.tmpfiles +++ /dev/null @@ -1 +0,0 @@ -d /var/lib/amule 0750 amule amule diff --git a/x86_64/community/PKGBUILD b/x86_64/community/PKGBUILD index 024b8c4..f536b6c 100644 --- a/x86_64/community/PKGBUILD +++ b/x86_64/community/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Antonio Rojas +# Maintainer: Nathan Owens # Contributor: Giovanni Scafora # Contributor: Henrik Ronellenfitsch # Contributor: Alessio Sergi @@ -8,12 +8,12 @@ pkgname=amule epoch=1 pkgver=2.3.3 -pkgrel=4 +pkgrel=5 pkgdesc='An eMule-like client for ed2k p2p network' arch=(x86_64) url='http://www.amule.org' license=(GPL) -depends=(wxgtk3 gd geoip libupnp crypto++) +depends=(wxwidgets-gtk3 gd geoip libupnp crypto++) makedepends=(boost cmake) source=(https://download.sourceforge.net/project/amule/aMule/$pkgver/aMule-$pkgver.tar.gz amule.sysusers amule.tmpfiles @@ -26,11 +26,11 @@ source=(https://download.sourceforge.net/project/amule/aMule/$pkgver/aMule-$pkgv sha256sums=('fa85a054153c9787fce2d35a5c5590a3d390429b8fa0c5d8f9ea69e9904c7b72' 'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502' 'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d' - 'e9232db05ee377137b644120b8264bf865bc5fdbf13830b656fc8a23c8eb881e' + '3d5a852a20685022fa00b899d13a0fb34d20b59a7a7c6e24cade6ce2b4806bb4' '13f90b3aec3d9a5cb0bf6b1c59266bf45dabe6d0d500a8b7e596be29e5f93e83' '443f354611f356e9fe1132fd88812a21f9faad6bbcfdf61aa7a9462fdbdd161b' - '3f7cd631add57498b262797c241fb5791b106ab1f9fbf43f9228141ceb94a60b' - '5dd2edd7b028a59b7389721b98878abebe9d2054c457de608a3130ebd07a44aa' + '2d63d92f0fc3c8a48591d6629bad1eee1b4c80526199a41eefdf4b059f99264f' + 'af9e8bee9363de10d3e8b4ef517c37d4c51c14bd781751c023fd2affd05d8768' 'd702dbc1fc40ee0b9c209eaabf9ac1c9522d09c83647270ac7560d40d4906cdf') prepare() { @@ -45,7 +45,6 @@ prepare() { build() { cmake -B build -S aMule-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \ -DBUILD_ALC=ON \ -DBUILD_ALCC=ON \ -DBUILD_AMULECMD=ON \