summaryrefslogtreecommitdiff
path: root/nonprism/bitlbee-libre-nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-14 00:27:43 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-14 00:27:43 -0300
commit3a4f9f0c99f13919b62623bedb162890ec5bb109 (patch)
treec83092bafcd5fd8775a31428640933a7f201fe47 /nonprism/bitlbee-libre-nonprism
parentc52c63dadb2f88f118028c1f8bbb73de3ef4624e (diff)
downloadabslibre-3a4f9f0c99f13919b62623bedb162890ec5bb109.tar.gz
abslibre-3a4f9f0c99f13919b62623bedb162890ec5bb109.tar.bz2
abslibre-3a4f9f0c99f13919b62623bedb162890ec5bb109.zip
bitlbee-libre-nonprism-3.2.2-1: updating version
* libotr3 => libotr * drop unmaintained xinetd config
Diffstat (limited to 'nonprism/bitlbee-libre-nonprism')
-rw-r--r--nonprism/bitlbee-libre-nonprism/PKGBUILD27
-rw-r--r--nonprism/bitlbee-libre-nonprism/xinetd12
2 files changed, 9 insertions, 30 deletions
diff --git a/nonprism/bitlbee-libre-nonprism/PKGBUILD b/nonprism/bitlbee-libre-nonprism/PKGBUILD
index bb2ad0f09..533aa2cb7 100644
--- a/nonprism/bitlbee-libre-nonprism/PKGBUILD
+++ b/nonprism/bitlbee-libre-nonprism/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 202378 2013-12-21 14:01:44Z andyrtr $
+# $Id: PKGBUILD 216588 2014-07-07 01:27:38Z dreisner $
# Contributor (Arch): FUBAR <mrfubar@gmail.com>
# Contributor (Arch): simo <simo@archlinux.org>
@@ -10,28 +10,24 @@
_pkgname=bitlbee
pkgname=bitlbee-libre-nonprism
-pkgver=3.2.1
-pkgrel=2.1
+pkgver=3.2.2
+pkgrel=1
pkgdesc='Brings XMPP to IRC, without nonfree Skype support and support for unsafe and dangerous for privacy protocols'
url='http://www.bitlbee.org/'
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('gnutls' 'glib2')
-makedepends=('asciidoc' 'libotr3')
-optdepends=('libotr3: for OTR encryption support'
- 'xinetd: to run bitlbee through xinetd')
+makedepends=('asciidoc' 'libotr')
+optdepends=('libotr: for OTR encryption support')
provides=($_pkgname=$pkgver)
conflicts=($_pkgname)
replaces=("$_pkgname" "$_pkgname-libre" "$_pkgname-coherence")
-source=("http://get.bitlbee.org/src/${_pkgname}-${pkgver}.tar.gz"
- 'xinetd'
+source=("http://get.bitlbee.org/src/$_pkgname-$pkgver.tar.gz"
'bitlbee.tmpfiles')
-sha1sums=('954471ab87206826c072f31b3def40a1be5a78f5'
- '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+sha1sums=('7e3cfe2b6bf4e8e603c74e7587307a6f5d267e9c'
'3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
backup=('etc/bitlbee/bitlbee.conf'
- 'etc/bitlbee/motd.txt'
- 'etc/xinetd.d/bitlbee')
+ 'etc/bitlbee/motd.txt')
install=bitlbee.install
build() {
@@ -54,17 +50,12 @@ build() {
--otr=plugin \
--skype=0
- # hacky: build against libotr3
- sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings
- sed -i 's,#include.*libotr,&3,' otr.h
-
make
}
package() {
- make -C "$_pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev}
+ make -C "$_pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev,-systemd}
install -o65 -g65 -dm770 "$pkgdir/var/lib/bitlbee"
- install -Dm644 "$srcdir/xinetd" "$pkgdir/etc/xinetd.d/bitlbee"
install -Dm644 "$srcdir/bitlbee.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf"
}
diff --git a/nonprism/bitlbee-libre-nonprism/xinetd b/nonprism/bitlbee-libre-nonprism/xinetd
deleted file mode 100644
index d671a8cfc..000000000
--- a/nonprism/bitlbee-libre-nonprism/xinetd
+++ /dev/null
@@ -1,12 +0,0 @@
-service bitlbee
-{
- type = UNLISTED
- socket_type = stream
- protocol = tcp
- wait = no
- user = bitlbee
- group = bitlbee
- server = /usr/sbin/bitlbee
- port = 6667
- disable = yes
-}