aboutsummaryrefslogtreecommitdiffstats
path: root/testing/amule
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-09-01 17:05:57 +0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-01 21:28:48 -0300
commit9d1738b2f1302439dcb3acfc6b581956eae7775b (patch)
treefe701abab0bec84c9a54d44d1c22d2033f7beb5c /testing/amule
parentd0c8c5573ffb8cd882e186576ecd8a024c43bf34 (diff)
downloadaports-9d1738b2f1302439dcb3acfc6b581956eae7775b.tar.bz2
aports-9d1738b2f1302439dcb3acfc6b581956eae7775b.tar.xz
testing/amule: upgrade to 11025, switch to wxgtk3
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'testing/amule')
-rw-r--r--testing/amule/APKBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/testing/amule/APKBUILD b/testing/amule/APKBUILD
index 37fb536a3c..1c22cc3223 100644
--- a/testing/amule/APKBUILD
+++ b/testing/amule/APKBUILD
@@ -1,14 +1,15 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=amule
-_commit=21c3aa111bc8ff04c876494054580a7ccaa6a3a4
-pkgver=11015
-pkgrel=1
+_commit=314e62e87ff0481d3171f74751aaf0179e518765
+pkgver=11025
+pkgrel=0
pkgdesc="An eMule-like client for the eD2k and Kademlia networks"
url="http://www.amule.org"
arch="all"
license="GPL-2.0-or-later"
-makedepends="bison boost-dev crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk-dev"
+makedepends="bison boost-dev crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev
+ wxgtk3-dev"
subpackages="$pkgname-lang $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://repo.or.cz/amule.git/snapshot/$_commit.tar.gz"
@@ -33,13 +34,13 @@ build() {
--enable-upnp \
--enable-ccache \
--disable-debug \
- --with-boost
+ --with-boost \
+ --with-wx-config=wx-config-gtk3
make
}
package() {
make DESTDIR="$pkgdir" install
- rm -f "$pkgdir"/usr/lib/charset.alias
}
-sha512sums="7c39aaff50c419197996123a77a9795dfeff302e22d7d3c11bee50d319c7839fb6e22393a13e789ca084ee9fd1748f842348bc7c71085dc318a8e8593f673a3b amule-11015.tar.gz"
+sha512sums="26be2ce0c504091a6f668832b8dcd2b5b806a8a968e2d6db756be87c1eac7efe9bad587de7708542f21b70008da0fad36278428f62d8c86c6a9ba7db00044675 amule-11025.tar.gz"