summaryrefslogtreecommitdiff
path: root/libre/xchat
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-08 05:47:39 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-08 05:47:39 -0300
commit7c4bea1e2fa46d2d34cd5bb543351a22f32ffc25 (patch)
tree949c04a0aa1b199af24e4d5b87a1b539de61b199 /libre/xchat
parent83b097af7c2996cabb5f8ea6b3b91ef36d4babe2 (diff)
downloadabslibre-7c4bea1e2fa46d2d34cd5bb543351a22f32ffc25.tar.gz
abslibre-7c4bea1e2fa46d2d34cd5bb543351a22f32ffc25.tar.bz2
abslibre-7c4bea1e2fa46d2d34cd5bb543351a22f32ffc25.zip
xchat-2.8.8-17.parabola1: hooks rebuild
Diffstat (limited to 'libre/xchat')
-rw-r--r--libre/xchat/PKGBUILD7
-rw-r--r--libre/xchat/xchat.install11
2 files changed, 3 insertions, 15 deletions
diff --git a/libre/xchat/PKGBUILD b/libre/xchat/PKGBUILD
index 681507b64..a2ff968e6 100644
--- a/libre/xchat/PKGBUILD
+++ b/libre/xchat/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 240318 2015-06-04 02:23:39Z eric $
+# $Id: PKGBUILD 267043 2016-05-06 18:52:47Z arojas $
# Maintainer (Arch): Eric Bélanger <eric@archlinux.org>
# Maintainer (ConnochaetOS): Henry Jensen <hjensen@connochaetos.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=xchat
pkgver=2.8.8
-pkgrel=16.parabola1
+pkgrel=17.parabola1
pkgdesc="A GTK+ based IRC client, without nonfree browser reference"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://www.xchat.org/"
replaces=('xchat-libre')
conflicts=('xchat-libre')
@@ -18,7 +18,6 @@ optdepends=('enchant: for spell checking support'
'perl: for perl plugin'
'tcl: for tcl plugin'
'python2: for python plugin')
-install=xchat.install
source=(http://www.xchat.org/files/source/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
http://xchat.org/files/icons/xchat-svg.tar.bz2
xchat-2.8.8-libnotify07.patch
diff --git a/libre/xchat/xchat.install b/libre/xchat/xchat.install
deleted file mode 100644
index eab82d16f..000000000
--- a/libre/xchat/xchat.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}