diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-02-01 19:15:43 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-02-01 19:15:43 +1100 |
commit | 424a273c4ab9fd0db8bae221169fa8ed5f63524e (patch) | |
tree | 5cba944abc752b5fceeba8299dc0da8cc2500307 /hexchat | |
parent | 89159bdb9e1d946a45fa20ee64e67d7407b07e0b (diff) | |
download | opt-424a273c4ab9fd0db8bae221169fa8ed5f63524e.tar.gz opt-424a273c4ab9fd0db8bae221169fa8ed5f63524e.tar.xz |
hexchat: fix for enchant
Diffstat (limited to 'hexchat')
-rw-r--r-- | hexchat/.md5sum | 1 | ||||
-rw-r--r-- | hexchat/.signature | 5 | ||||
-rw-r--r-- | hexchat/Pkgfile | 7 |
3 files changed, 9 insertions, 4 deletions
diff --git a/hexchat/.md5sum b/hexchat/.md5sum index 0d61d63c8..7365dd6a9 100644 --- a/hexchat/.md5sum +++ b/hexchat/.md5sum @@ -1 +1,2 @@ 8f1ac351752d149a98aa3a77d40e1f7c hexchat-2.12.4.tar.xz +3ac82bdef880de4bd8c7ead4ea3328bf hexchat-enchant2.0.patch diff --git a/hexchat/.signature b/hexchat/.signature index 5859064be..a054af8e4 100644 --- a/hexchat/.signature +++ b/hexchat/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dQd9HyIzGs0cC8iaVTBsFgFUVqRDjibYl2UuRDH24xO5UbK8BCANOWaWgGySI52LOYADQum42n00rmHCDVZmwE= -SHA256 (Pkgfile) = c58bb26d0bd7551e625d6ea551aadfe6626bca460a8fac956c3a12f9ed9088fe +RWSE3ohX2g5d/RwHNC4xhb07BhrDOHxToqigYcqyz0HSPfPF4FfYEQ1iumJ2073WTRipD3btTRP+MB715Xr7cT9EHgGDPo6g9Q4= +SHA256 (Pkgfile) = 3e678d73a0aa289f7168c7645e5f536e408db8f35b0276fe3b9d15a673c3cbff SHA256 (.footprint) = 23bf408e9ed745eb12003a6b2270de16b3a651b03374c34b29edec11ceac6cdd SHA256 (hexchat-2.12.4.tar.xz) = fa35913158bbc7d0d99de79371b6df3e8d21802f1d2c7c92f0e5db694acf2c3a +SHA256 (hexchat-enchant2.0.patch) = d5f1e70b696337b15d40386292748483d2b27631a9bba6cfa5c97eae4f6987f1 diff --git a/hexchat/Pkgfile b/hexchat/Pkgfile index 16c04c4fd..bea6b285e 100644 --- a/hexchat/Pkgfile +++ b/hexchat/Pkgfile @@ -7,12 +7,15 @@ name=hexchat version=2.12.4 -release=1 -source=(http://dl.hexchat.net/hexchat/$name-$version.tar.xz) +release=2 +source=(http://dl.hexchat.net/hexchat/$name-$version.tar.xz + hexchat-enchant2.0.patch) build() { cd $name-$version + patch -p1 -i $SRC/hexchat-enchant2.0.patch + local LUA if [ "$(pkginfo -i | grep '^lua ')" ]; then LUA='--enable-lua' |