summaryrefslogtreecommitdiff
path: root/libre/hexchat-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:20:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:20:12 -0300
commit8cb075f1720b3a2febbc847279f39fe1602d7772 (patch)
tree53e4b0039dacc47c066bebaf77f8812200a269aa /libre/hexchat-libre
parentc6faf6b8a2f8db0b3308a136352dfc2f5678bf0e (diff)
hexchat: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/hexchat-libre')
-rw-r--r--libre/hexchat-libre/PKGBUILD52
-rw-r--r--libre/hexchat-libre/hexchat.install14
2 files changed, 0 insertions, 66 deletions
diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat-libre/PKGBUILD
deleted file mode 100644
index af29f3a6c..000000000
--- a/libre/hexchat-libre/PKGBUILD
+++ /dev/null
@@ -1,52 +0,0 @@
-# $Id: PKGBUILD 116500 2014-07-28 22:25:29Z alucryd $
-# Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com>
-# Contributor (Arch): TingPing <tingping@tingping.se>
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-_pkgname=hexchat
-pkgname=hexchat-libre
-pkgver=2.10.1
-pkgrel=1
-pkgdesc='A popular and easy to use graphical IRC (chat) client, without nonfree browser reference (Parabola rebranded)'
-arch=('i686' 'x86_64' 'mips64el')
-url='http://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'libcanberra' 'libnotify' 'libproxy' 'pciutils')
-makedepends=('intltool' 'iso-codes' 'perl' 'python')
-optdepends=('enchant: Spell check'
- 'perl: Perl plugin'
- 'python: Python plugin')
-install="${_pkgname}.install"
-replaces=($_pkgname)
-conflicts=($_pkgname)
-provides=($_pkgname=$pkgver)
-source=("http://dl.hexchat.org/${_pkgname}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9')
-
-prepare() {
- cd ${_pkgname}-${pkgver}
-
- sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure
-
-# Rebrand to Parabola
- sed -i 's#ArchLinux#Parabola GNU/Linux-libre#' plugins/sysinfo/parse.c
-
-# Remove nonfree browser references
- sed -i '\|NAME Open Link| s|Firefox|Iceweasel|' src/common/hexchat.c
- sed -i '\|NAME Open Link| s|firefox -private %s\\n\\n";|iceweasel -private %s\\n\\n"\\\n "NAME Open Link in Private Icecat Window\\n" "CMD !icecat -private %s\\n\\n";|' src/common/hexchat.c
-}
-
-build() {
- cd ${_pkgname}-${pkgver}
-
- ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe}
- make
-}
-
-package() {
- cd ${_pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
diff --git a/libre/hexchat-libre/hexchat.install b/libre/hexchat-libre/hexchat.install
deleted file mode 100644
index 214da2ef9..000000000
--- a/libre/hexchat-libre/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: