summaryrefslogtreecommitdiff
path: root/xchat
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2007-01-04 08:56:11 -0600
committerMatt Housh <jaeger@crux.nu>2007-01-04 08:56:11 -0600
commitf1d690b666af07dc30b0290b25d377533b260b86 (patch)
tree8d21e009307cdff51c511f829a68ba8833139e31 /xchat
parentc6e36f304c52fde6f206375a74e5384c1291d591 (diff)
downloadopt-f1d690b666af07dc30b0290b25d377533b260b86.tar.gz
opt-f1d690b666af07dc30b0290b25d377533b260b86.tar.xz
xchat: updated to version 2.8.0
Diffstat (limited to 'xchat')
-rw-r--r--xchat/.md5sum3
-rw-r--r--xchat/Pkgfile6
2 files changed, 6 insertions, 3 deletions
diff --git a/xchat/.md5sum b/xchat/.md5sum
index e9f9aada0..ab7300141 100644
--- a/xchat/.md5sum
+++ b/xchat/.md5sum
@@ -1 +1,2 @@
-940fd8560a4e4e5d905e53207c6cbb87 xchat-2.6.8.tar.bz2
+f41792f986d2b916630cb7de4bab0bfc xc280-fix-back.diff
+dddb703d1daf9be7a7bc9461cf11ede7 xchat-2.8.0.tar.bz2
diff --git a/xchat/Pkgfile b/xchat/Pkgfile
index cb1aee370..971361f62 100644
--- a/xchat/Pkgfile
+++ b/xchat/Pkgfile
@@ -4,12 +4,14 @@
# Depends on: openssl, gtk, perl
name=xchat
-version=2.6.8
+version=2.8.0
release=1
-source=(http://www.xchat.org/files/source/2.6/$name-$version.tar.bz2)
+source=(http://www.xchat.org/files/source/2.8/$name-$version.tar.bz2 \
+ http://www.xchat.org/files/source/2.8/patches/xc280-fix-back.diff)
build() {
cd $name-$version
+ patch -p1 -i $SRC/xc280-fix-back.diff
./configure --prefix=/usr \
--enable-openssl \
--enable-perl \

Generated by cgit