From 9c5bcf8d1ff8ded857df203936ebb49f45f8dc89 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 28 Apr 2016 01:53:10 -0300 Subject: hexchat: remove install file and add armv7h --- libre/hexchat/PKGBUILD | 7 +++---- libre/hexchat/hexchat.install | 14 -------------- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 libre/hexchat/hexchat.install (limited to 'libre/hexchat') 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 # Contributor (Arch): TingPing # Maintainer: André Silva 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: -- cgit v1.2.3