[arch-commits] Commit in minbif/trunk (PKGBUILD minbif.install)

2017-01-14 Thread Lukas Fleischer
Date: Saturday, January 14, 2017 @ 13:48:35
  Author: lfleischer
Revision: 207334

upgpkg: minbif 1.0.5-7

systemd-{sysusers,tmpfiles} hooks cleanup.

Modified:
  minbif/trunk/PKGBUILD
  minbif/trunk/minbif.install

+
 PKGBUILD   |3 +--
 minbif.install |2 --
 2 files changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-14 13:47:20 UTC (rev 207333)
+++ PKGBUILD2017-01-14 13:48:35 UTC (rev 207334)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Lukas Fleischer 
 # Contributor: AkiraYB 
 
 pkgname=minbif
 pkgver=1.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc='An IRC gateway to IM networks that uses libpurple.'
 arch=('i686' 'x86_64')
 url='http://minbif.im/'

Modified: minbif.install
===
--- minbif.install  2017-01-14 13:47:20 UTC (rev 207333)
+++ minbif.install  2017-01-14 13:48:35 UTC (rev 207334)
@@ -2,8 +2,6 @@
   grep -qs ^minbif: /etc/group || groupadd -g 67 minbif
   grep -qs ^minbif: /etc/passwd || useradd -u 67 -g minbif \
 -d /var/lib/minbif -s /bin/false minbif
-
-  systemd-tmpfiles --create minbif.conf
 }
 
 post_upgrade() {


[arch-commits] Commit in minbif/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 00:13:06
  Author: bpiotrowski
Revision: 149345

C++11 ABI rebuild

Modified:
  minbif/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 23:11:45 UTC (rev 149344)
+++ PKGBUILD2015-12-06 23:13:06 UTC (rev 149345)
@@ -4,7 +4,7 @@
 
 pkgname=minbif
 pkgver=1.0.5
-pkgrel=5
+pkgrel=6
 pkgdesc='An IRC gateway to IM networks that uses libpurple.'
 arch=('i686' 'x86_64')
 url='http://minbif.im/'


[arch-commits] Commit in minbif/trunk (PKGBUILD minbif-imlib.patch)

2015-06-23 Thread Evangelos Foutras
Date: Wednesday, June 24, 2015 @ 05:53:00
  Author: foutrelis
Revision: 135791

Fix build with latest imlib

Added:
  minbif/trunk/minbif-imlib.patch
Modified:
  minbif/trunk/PKGBUILD

+
 PKGBUILD   |3 +++
 minbif-imlib.patch |   19 +++
 2 files changed, 22 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-24 03:48:00 UTC (rev 135790)
+++ PKGBUILD2015-06-24 03:53:00 UTC (rev 135791)
@@ -17,10 +17,12 @@
 install='minbif.install'
 source=(http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz;
 'minbif-gcc-4.7.patch'
+'minbif-imlib.patch'
 'minbif.service'
 'minbif.tmpfiles.conf')
 md5sums=('00c5c1abbe2b8a9d900961832c7909a8'
  '2235c45d5bdb01e9ef4b11d2a41d49bb'
+ 'c94ea3152b7d279da25947e0d1deff14'
  'b34876e339a37dfb1dc6cd0b9d8edf9d'
  '3360f5d1bf9bc69fd9b7c9326f321dc3')
 
@@ -29,6 +31,7 @@
 
   # build fixes
   patch -p1 -i ../minbif-gcc-4.7.patch
+  patch -p1 -i ../minbif-imlib.patch
 
   make PREFIX=/usr CONF_PREFIX=/etc/minbif ENABLE_MINBIF=ON ENABLE_IMLIB=ON 
ENABLE_CACA=ON \
ENABLE_VIDEO=OFF ENABLE_PLUGIN=OFF ENABLE_PAM=ON ENABLE_TLS=ON DEBUG=OFF

Added: minbif-imlib.patch
===
--- minbif-imlib.patch  (rev 0)
+++ minbif-imlib.patch  2015-06-24 03:53:00 UTC (rev 135791)
@@ -0,0 +1,19 @@
+commit 7aaf2a24260cabbfc04791291160a4100e550b5a
+Author: Romain Bignon rom...@budget-insight.com
+Date:   Tue May 5 10:42:49 2015 +0200
+
+ImlibLoadError has been renamed to Imlib_Load_Error in latest version of 
imlib2
+
+diff --git a/src/im/account.cpp b/src/im/account.cpp
+index efde142..4ac5163 100644
+--- a/src/im/account.cpp
 b/src/im/account.cpp
+@@ -275,7 +275,7 @@ void Account::setBuddyIcon(string filename)
+   else
+   {
+   char** prpl_formats = 
g_strsplit(prplinfo-icon_spec.format,,,0);
+-  ImlibLoadError err = 
IMLIB_LOAD_ERROR_UNKNOWN;
++  Imlib_Load_Error err = 
IMLIB_LOAD_ERROR_UNKNOWN;
+ 
+   close(temp_fd);
+   /* Try to encode in a supported format. 
*/


[arch-commits] Commit in minbif/trunk (PKGBUILD minbif.install)

2015-04-11 Thread Lukas Fleischer
Date: Saturday, April 11, 2015 @ 16:38:52
  Author: lfleischer
Revision: 131159

upgpkg: minbif 1.0.5-5

* gnutls 3.4.0 rebuild.
* Do not remove users on package removal.

Modified:
  minbif/trunk/PKGBUILD
  minbif/trunk/minbif.install

+
 PKGBUILD   |4 ++--
 minbif.install |9 -
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-11 09:13:40 UTC (rev 131158)
+++ PKGBUILD2015-04-11 14:38:52 UTC (rev 131159)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
 # Contributor: AkiraYB brunoyb!yahoo,com,br
 
 pkgname=minbif
 pkgver=1.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc='An IRC gateway to IM networks that uses libpurple.'
 arch=('i686' 'x86_64')
 url='http://minbif.im/'

Modified: minbif.install
===
--- minbif.install  2015-04-11 09:13:40 UTC (rev 131158)
+++ minbif.install  2015-04-11 14:38:52 UTC (rev 131159)
@@ -3,10 +3,6 @@
   grep -qs ^minbif: /etc/passwd || useradd -u 67 -g minbif \
 -d /var/lib/minbif -s /bin/false minbif
 
-  chown -R minbif:minbif /var/lib/minbif
-  chmod 0770 /var/lib/minbif
-  chmod 0770 /var/lib/minbif/users
-
   systemd-tmpfiles --create minbif.conf
 }
 
@@ -13,8 +9,3 @@
 post_upgrade() {
   post_install $1
 }
-
-pre_remove() {
-  grep -qs ^minbif: /etc/passwd  userdel minbif
-  grep -qs ^minbif: /etc/group  groupdel minbif
-}


[arch-commits] Commit in minbif/trunk (PKGBUILD)

2013-08-14 Thread Lukas Fleischer
Date: Wednesday, August 14, 2013 @ 11:30:55
  Author: lfleischer
Revision: 95561

upgpkg: minbif 1.0.5-4

Rebuild to include changes from r92800 in the repos.

Modified:
  minbif/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-14 08:50:51 UTC (rev 95560)
+++ PKGBUILD2013-08-14 09:30:55 UTC (rev 95561)
@@ -4,7 +4,7 @@
 
 pkgname=minbif
 pkgver=1.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc='An IRC gateway to IM networks that uses libpurple.'
 arch=('i686' 'x86_64')
 url='http://minbif.im/'



[arch-commits] Commit in minbif/trunk (PKGBUILD minbif)

2013-05-13 Thread Lukas Fleischer
Date: Monday, May 13, 2013 @ 10:02:23
  Author: lfleischer
Revision: 90560

upgpkg: minbif 1.0.5-3

Remove rc.d script.

Modified:
  minbif/trunk/PKGBUILD
Deleted:
  minbif/trunk/minbif

--+
 PKGBUILD |5 +
 minbif   |   49 -
 2 files changed, 1 insertion(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 07:47:15 UTC (rev 90559)
+++ PKGBUILD2013-05-13 08:02:23 UTC (rev 90560)
@@ -4,7 +4,7 @@
 
 pkgname=minbif
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='An IRC gateway to IM networks that uses libpurple.'
 arch=('i686' 'x86_64')
 url='http://minbif.im/'
@@ -17,12 +17,10 @@
 install='minbif.install'
 source=(http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz;
 'minbif-gcc-4.7.patch'
-'minbif'
 'minbif.service'
 'minbif.tmpfiles.conf')
 md5sums=('00c5c1abbe2b8a9d900961832c7909a8'
  '2235c45d5bdb01e9ef4b11d2a41d49bb'
- '307a6fab42bcaeed11a55b5fb4589778'
  'b34876e339a37dfb1dc6cd0b9d8edf9d'
  '3360f5d1bf9bc69fd9b7c9326f321dc3')
 
@@ -42,7 +40,6 @@
   install -dm0755 ${pkgdir}/var/lib
   install -dm0770 -o67 -g67 ${pkgdir}/var/lib/minbif
   install -dm0770 -o67 -g67 ${pkgdir}/var/lib/minbif/users
-  install -Dm0755 ${srcdir}/minbif ${pkgdir}/etc/rc.d/minbif
 
   make DESTDIR=${pkgdir} install
 

Deleted: minbif
===
--- minbif  2013-05-13 07:47:15 UTC (rev 90559)
+++ minbif  2013-05-13 08:02:23 UTC (rev 90560)
@@ -1,49 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/bin/minbif`
-case $1 in
-  start)
-stat_busy Starting minbif daemon
-if [ -z $PID ]; then
-  if [ ! -d /var/run/minbif ]; then
-mkdir -p /var/run/minbif  chown minbif:minbif /var/run/minbif
-  fi
-  [ -f /var/run/minbif/minbif.pid ]  rm -f /var/run/minbif/minbif.pid
-  CMD='/usr/bin/minbif --pidfile /var/run/minbif/minbif.pid \
-   /etc/minbif/minbif.conf'
-  su -s /bin/sh -c $CMD minbif
-
-  if [ $? -gt 0 ]; then
-stat_fail
-  else
-add_daemon minbif
-stat_done
-  fi
-else
-  stat_fail
-fi
-;;
-
-  stop)
-stat_busy Stopping minbif daemon
-[ ! -z $PID ]  kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm -f /var/run/minbif/minbif.pid
-  rm_daemon minbif
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}
-esac
-exit 0