summaryrefslogtreecommitdiff
path: root/libre/xchat-gnome-libre/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/xchat-gnome-libre/PKGBUILD')
-rw-r--r--libre/xchat-gnome-libre/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/libre/xchat-gnome-libre/PKGBUILD b/libre/xchat-gnome-libre/PKGBUILD
index 94c6b5c40..64099ba34 100644
--- a/libre/xchat-gnome-libre/PKGBUILD
+++ b/libre/xchat-gnome-libre/PKGBUILD
@@ -19,16 +19,18 @@ optdepends=('libnotify: notifications'
options=('!libtool')
install=xchat-gnome.install
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.26/${pkgname}-${pkgver}.tar.gz
- gtk2-2.20.patch xchat-gnome-0.26.1-deprecated-symbol.patch)
-md5sums=('e355d71d76cd97a0764e37bfacf09101' 'dafc2536a0c5ee3f8015af81fce69656'\
- 'f82417277f0b5e83334147c4bf63d531')
-sha1sums=('303bfbf2f1bda83fbc4edab148df4764cb4b8998' 'f1bfc5af50be7c10a9db96be20185325636d8da9'\
- '9aa0abc4b7999e09cafdeb8da1ad4641552a421b')
+ gtk2-2.20.patch xchat-gnome-0.26.1-deprecated-symbol.patch
+ no-opera.patch)
+md5sums=('e355d71d76cd97a0764e37bfacf09101'
+ 'dafc2536a0c5ee3f8015af81fce69656'
+ 'f82417277f0b5e83334147c4bf63d531'
+ 'b3e5a2e9f7ac96d36ee3567687a546bc')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
patch -Np1 -i "$srcdir/gtk2-2.20.patch"
patch -Np1 -i "$srcdir/xchat-gnome-0.26.1-deprecated-symbol.patch"
+ patch -Np0 -i "$srcdir/no-opera.patch"
sed -i 's/notify_notification_new (summary, escaped, NULL, NULL);/notify_notification_new (summary, escaped, NULL);/' plugins/notify-osd/notify-osd.c
sed -i -e "s/ /\t/" src/common/dbus/Makefile.in