diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 01:20:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 01:20:12 -0300 |
commit | 8cb075f1720b3a2febbc847279f39fe1602d7772 (patch) | |
tree | 53e4b0039dacc47c066bebaf77f8812200a269aa /libre | |
parent | c6faf6b8a2f8db0b3308a136352dfc2f5678bf0e (diff) |
hexchat: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre')
-rw-r--r-- | libre/hexchat/PKGBUILD (renamed from libre/hexchat-libre/PKGBUILD) | 20 | ||||
-rw-r--r-- | libre/hexchat/hexchat.install (renamed from libre/hexchat-libre/hexchat.install) | 0 |
2 files changed, 9 insertions, 11 deletions
diff --git a/libre/hexchat-libre/PKGBUILD b/libre/hexchat/PKGBUILD index af29f3a6c..f2ecdbfbc 100644 --- a/libre/hexchat-libre/PKGBUILD +++ b/libre/hexchat/PKGBUILD @@ -3,10 +3,9 @@ # Contributor (Arch): TingPing <tingping@tingping.se> # Maintainer: André Silva <emulatorman@parabola.nu> -_pkgname=hexchat -pkgname=hexchat-libre +pkgname=hexchat pkgver=2.10.1 -pkgrel=1 +pkgrel=1.parabola1 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/' @@ -16,15 +15,14 @@ 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") +install="${pkgname}.install" +replaces=(${pkgname}-libre) +conflicts=(${pkgname}-libre) +source=("http://dl.hexchat.org/${pkgname}/${pkgname}-${pkgver}.tar.xz") sha256sums=('ffccee6a3470d2f9539e75bd0dd2e3f35c65737004cb02e6d2106c1d5dcde9a9') prepare() { - cd ${_pkgname}-${pkgver} + cd ${pkgname}-${pkgver} sed 's/CFLAGS="$PERL_CFLAGS"/CFLAGS="$PERL_CFLAGS -fuse-ld=gold"/' -i configure @@ -37,14 +35,14 @@ prepare() { } build() { - cd ${_pkgname}-${pkgver} + cd ${pkgname}-${pkgver} ./configure --prefix='/usr' --enable-{perl,python='python3.4',textfe} make } package() { - cd ${_pkgname}-${pkgver} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } diff --git a/libre/hexchat-libre/hexchat.install b/libre/hexchat/hexchat.install index 214da2ef9..214da2ef9 100644 --- a/libre/hexchat-libre/hexchat.install +++ b/libre/hexchat/hexchat.install |