summaryrefslogtreecommitdiff
path: root/libre/hexchat
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 01:53:10 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 02:12:20 -0300
commit9c5bcf8d1ff8ded857df203936ebb49f45f8dc89 (patch)
tree3e6a95c76074b45094159172fdf16f8e90468bff /libre/hexchat
parent01a83e47a032c3327d036f1c0ebed6ea32077988 (diff)
hexchat: remove install file and add armv7h
Diffstat (limited to 'libre/hexchat')
-rw-r--r--libre/hexchat/PKGBUILD7
-rw-r--r--libre/hexchat/hexchat.install14
2 files changed, 3 insertions, 18 deletions
diff --git a/libre/hexchat/PKGBUILD b/libre/hexchat/PKGBUILD
index 712a501ae..f2b8efbf7 100644
--- a/libre/hexchat/PKGBUILD
+++ b/libre/hexchat/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 167398 2016-03-18 12:07:30Z alucryd $
+# $Id: PKGBUILD 172208 2016-04-27 21:31:27Z alucryd $
# Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org>
# Contributor (Arch): TingPing <tingping@tingping.se>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=hexchat
pkgver=2.12.0
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='http://hexchat.github.io/'
license=('GPL')
depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
@@ -16,7 +16,6 @@ makedepends=('intltool' 'iso-codes' 'perl' 'python')
optdepends=('enchant: Spell check'
'perl: Perl plugin'
'python: Python plugin')
-install="${pkgname}.install"
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)
source=("http://dl.hexchat.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
diff --git a/libre/hexchat/hexchat.install b/libre/hexchat/hexchat.install
deleted file mode 100644
index 214da2ef9..000000000
--- a/libre/hexchat/hexchat.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: