diff options
author | prspkt <prspkt@protonmail.com> | 2019-12-22 22:19:44 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-12-22 22:38:36 +0200 |
commit | 8fc1f7eb70d25d4f0f9dc505369f6640056bd9df (patch) | |
tree | cef6c867bd02bec21e3de24c12b58dcafcb0431d /community | |
parent | 52b1e428f8e60a4613754e830f592f10e0225fc0 (diff) | |
download | aports-8fc1f7eb70d25d4f0f9dc505369f6640056bd9df.tar.bz2 aports-8fc1f7eb70d25d4f0f9dc505369f6640056bd9df.tar.xz |
community/hexchat: modernize
Diffstat (limited to 'community')
-rw-r--r-- | community/hexchat/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/community/hexchat/APKBUILD b/community/hexchat/APKBUILD index 243c74761d..98d71d085a 100644 --- a/community/hexchat/APKBUILD +++ b/community/hexchat/APKBUILD @@ -6,17 +6,13 @@ pkgdesc="Graphical IRC client based on XChat" url="https://hexchat.github.io" arch="all !armhf !armv7" license="GPL-2.0-or-later" -depends="" makedepends="dbus-glib-dev gtk+2.0-dev iso-codes libnotify-dev libproxy-dev openssl-dev libsexy-dev libxml2-dev lua5.3-dev meson python3-dev" -install="" subpackages="$pkgname-doc $pkgname-lang $pkgname-python:_python" -source="https://dl.hexchat.net/$pkgname/$pkgname-$pkgver.tar.xz +source="https://dl.hexchat.net/hexchat/hexchat-$pkgver.tar.xz force-meson-build-order.patch" -builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" meson --prefix=/usr \ -Dwith-perl=false \ -Dwith-lua=lua5.3 \ @@ -27,9 +23,8 @@ build() { } package() { - cd "$builddir" DESTDIR="$pkgdir" ninja -C build_dir/ install - + # not worth a -dev pkg rm -fr "$pkgdir"/usr/include rm -fr "$pkgdir"/usr/lib/pkgconfig |