summaryrefslogtreecommitdiff
path: root/hexchat/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-02-08 00:30:06 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-02-08 00:33:42 +1100
commit40be8daa8f67230929f461c40941e422bd23845c (patch)
tree6b180060c20e0e5d00edca59f5097d161283f4ce /hexchat/Pkgfile
parent912d745b6011f1ec9a050fc6bc9f92c93674f23d (diff)
downloadopt-40be8daa8f67230929f461c40941e422bd23845c.tar.gz
opt-40be8daa8f67230929f461c40941e422bd23845c.tar.xz
hexchat: fix soname for enchant dynlib loading
Diffstat (limited to 'hexchat/Pkgfile')
-rw-r--r--hexchat/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/hexchat/Pkgfile b/hexchat/Pkgfile
index bea6b285e..900065737 100644
--- a/hexchat/Pkgfile
+++ b/hexchat/Pkgfile
@@ -1,20 +1,21 @@
# Description: GTK+ based IRC client.
# URL: http://hexchat.github.io/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Danny Rawlins, crux at romster dot me
# Depends on: autoconf-archive gtk iso-codes libnotify pciutils xorg-libxdamage
# Optional: enchant libcanberra lua
name=hexchat
version=2.12.4
-release=2
+release=3
source=(http://dl.hexchat.net/hexchat/$name-$version.tar.xz
- hexchat-enchant2.0.patch)
+ hexchat-enchant2.0.patch
+ hexchat-enchant2.0_name.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/hexchat-enchant2.0.patch
+ patch -p1 -i $SRC/hexchat-enchant2.0_name.patch
local LUA
if [ "$(pkginfo -i | grep '^lua ')" ]; then

Generated by cgit