diff options
Diffstat (limited to 'libre/hexchat')
-rw-r--r-- | libre/hexchat/PKGBUILD | 7 | ||||
-rw-r--r-- | libre/hexchat/hexchat.install | 14 |
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: |