[arch-commits] Commit in libstrophe/repos (4 files)

2017-07-11 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:44:34
  Author: bpiotrowski
Revision: 243961

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libstrophe/repos/community-i686/PKGBUILD
(from rev 243960, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 243960, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-i686/PKGBUILD
  libstrophe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   52 --
 community-x86_64/PKGBUILD |   52 --
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:44:18 UTC (rev 243960)
+++ community-i686/PKGBUILD 2017-07-11 06:44:34 UTC (rev 243961)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=libstrophe
-pkgname=('libstrophe' 'libstrophe-doc')
-pkgver=0.9.1
-pkgrel=2
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-url='http://strophe.im/libstrophe/'
-arch=('i686' 'x86_64')
-license=('GPL3' 'MIT')
-makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
-checkdepends=('check')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
-sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  ./bootstrap.sh
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C ${pkgbase}-${pkgver} check
-}
-
-package_libstrophe() {
-  depends=('openssl' 'expat')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-package_libstrophe-doc() {
-  pkgdesc+=' (documentation and samples)'
-  options=('!strip')
-  optdepends=('libstrophe')
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 243960, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:44:34 UTC (rev 243961)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=libstrophe
+pkgname=('libstrophe' 'libstrophe-doc')
+pkgver=0.9.1
+pkgrel=3
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libstrophe() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libstrophe-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libstrophe')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-11 06:44:18 UTC (rev 243960)
+++ community-x86_64/PKGBUILD   2017-07-11 06:44:34 UTC (rev 243961)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=libstrophe
-pkgname=('libstrophe' 'libstrophe-doc')
-pkgver=0.9.1
-pkgrel=2
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP 

[arch-commits] Commit in libstrophe/repos (4 files)

2017-03-02 Thread Levente Polyak
Date: Friday, March 3, 2017 @ 01:26:19
  Author: anthraxx
Revision: 214599

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libstrophe/repos/community-staging-i686/
  libstrophe/repos/community-staging-i686/PKGBUILD
(from rev 214598, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-staging-x86_64/
  libstrophe/repos/community-staging-x86_64/PKGBUILD
(from rev 214598, libstrophe/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: libstrophe/repos/community-staging-i686/PKGBUILD (from rev 214598, 
libstrophe/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 01:26:19 UTC (rev 214599)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=libstrophe
+pkgname=('libstrophe' 'libstrophe-doc')
+pkgver=0.9.1
+pkgrel=2
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libstrophe() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libstrophe-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libstrophe')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libstrophe/repos/community-staging-x86_64/PKGBUILD (from rev 214598, 
libstrophe/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-03 01:26:19 UTC (rev 214599)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=libstrophe
+pkgname=('libstrophe' 'libstrophe-doc')
+pkgver=0.9.1
+pkgrel=2
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libstrophe() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libstrophe-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libstrophe')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libstrophe/repos (4 files)

2016-10-12 Thread Levente Polyak
Date: Wednesday, October 12, 2016 @ 23:55:25
  Author: anthraxx
Revision: 192104

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libstrophe/repos/community-i686/PKGBUILD
(from rev 192103, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 192103, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-i686/PKGBUILD
  libstrophe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   39 
 community-x86_64/PKGBUILD |   39 
 3 files changed, 104 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-12 23:55:13 UTC (rev 192103)
+++ community-i686/PKGBUILD 2016-10-12 23:55:25 UTC (rev 192104)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=libstrophe
-pkgver=0.8.8
-pkgrel=2
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-url='http://strophe.im/libstrophe/'
-arch=('i686' 'x86_64')
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git')
-checkdepends=('check')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
-sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d7343d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  ./bootstrap.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C ${pkgname}-${pkgver} check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 192103, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-12 23:55:25 UTC (rev 192104)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=libstrophe
+pkgname=('libstrophe' 'libstrophe-doc')
+pkgver=0.9.1
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libstrophe() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libstrophe-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libstrophe')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-12 23:55:13 UTC (rev 192103)
+++ community-x86_64/PKGBUILD   2016-10-12 23:55:25 UTC (rev 192104)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=libstrophe
-pkgver=0.8.8
-pkgrel=2
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-url='http://strophe.im/libstrophe/'
-arch=('i686' 'x86_64')
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git')
-checkdepends=('check')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
-sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d7343d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  ./bootstrap.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C 

[arch-commits] Commit in libstrophe/repos (4 files)

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 11:41:33
  Author: bpiotrowski
Revision: 164700

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libstrophe/repos/community-staging-i686/
  libstrophe/repos/community-staging-i686/PKGBUILD
(from rev 164699, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-staging-x86_64/
  libstrophe/repos/community-staging-x86_64/PKGBUILD
(from rev 164699, libstrophe/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: libstrophe/repos/community-staging-i686/PKGBUILD (from rev 164699, 
libstrophe/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 10:41:33 UTC (rev 164700)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=libstrophe
+pkgver=0.8.8
+pkgrel=2
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d7343d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C ${pkgname}-${pkgver} check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libstrophe/repos/community-staging-x86_64/PKGBUILD (from rev 164699, 
libstrophe/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 10:41:33 UTC (rev 164700)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=libstrophe
+pkgver=0.8.8
+pkgrel=2
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d7343d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C ${pkgname}-${pkgver} check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libstrophe/repos (4 files)

2015-08-23 Thread Levente Polyak
Date: Sunday, August 23, 2015 @ 17:34:48
  Author: anthraxx
Revision: 138690

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libstrophe/repos/community-i686/PKGBUILD
(from rev 138689, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 138689, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-i686/PKGBUILD
  libstrophe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-23 15:34:37 UTC (rev 138689)
+++ community-i686/PKGBUILD 2015-08-23 15:34:48 UTC (rev 138690)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.7
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('30be74c566028b31cfbc91d11a36dce8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 138689, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-23 15:34:48 UTC (rev 138690)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.8
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d7343d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C ${pkgname}-${pkgver} check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 MIT-LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-23 15:34:37 UTC (rev 138689)
+++ community-x86_64/PKGBUILD   2015-08-23 15:34:48 UTC (rev 138690)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.7
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('30be74c566028b31cfbc91d11a36dce8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 138689, 
libstrophe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-23 15:34:48 UTC (rev 138690)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.8
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')

[arch-commits] Commit in libstrophe/repos (4 files)

2014-11-20 Thread Bartłomiej Piotrowski
Date: Thursday, November 20, 2014 @ 21:49:02
  Author: bpiotrowski
Revision: 122845

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libstrophe/repos/community-i686/PKGBUILD
(from rev 122844, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 122844, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-i686/PKGBUILD
  libstrophe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-20 20:48:47 UTC (rev 122844)
+++ community-i686/PKGBUILD 2014-11-20 20:49:02 UTC (rev 122845)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git' 'doxygen')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 122844, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-20 20:49:02 UTC (rev 122845)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.7
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('30be74c566028b31cfbc91d11a36dce8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-20 20:48:47 UTC (rev 122844)
+++ community-x86_64/PKGBUILD   2014-11-20 20:49:02 UTC (rev 122845)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=0.8.6
-pkgrel=1
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-depends=('openssl' 'expat')
-makedepends=('git' 'doxygen')
-checkdepends=('check')
-source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
-}

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 122844, 
libstrophe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-20 20:49:02 UTC (rev 122845)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.7
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('30be74c566028b31cfbc91d11a36dce8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {

[arch-commits] Commit in libstrophe/repos (4 files)

2014-08-14 Thread Bartłomiej Piotrowski
Date: Thursday, August 14, 2014 @ 09:46:54
  Author: bpiotrowski
Revision: 117387

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libstrophe/repos/community-i686/PKGBUILD
(from rev 117386, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 117386, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-i686/PKGBUILD
  libstrophe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   40 ---
 community-x86_64/PKGBUILD |   40 ---
 3 files changed, 76 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-14 07:46:47 UTC (rev 117386)
+++ community-i686/PKGBUILD 2014-08-14 07:46:54 UTC (rev 117387)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=20131107
-pkgrel=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-makedepends=('git' 'doxygen' 'expat')
-checkdepends=('check')
-options=('staticlibs')
-source=(git://github.com/strophe/libstrophe.git#commit=d408eaf)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git log -1 --format=%cd --date=short | tr -d '-'
-}
-
-prepare() {
-  cd $pkgname
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 117386, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-14 07:46:54 UTC (rev 117387)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.6
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git' 'doxygen')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 MIT-LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-14 07:46:47 UTC (rev 117386)
+++ community-x86_64/PKGBUILD   2014-08-14 07:46:54 UTC (rev 117387)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=libstrophe
-pkgver=20131107
-pkgrel=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
-license=('MIT' 'GPL3')
-makedepends=('git' 'doxygen' 'expat')
-checkdepends=('check')
-options=('staticlibs')
-source=(git://github.com/strophe/libstrophe.git#commit=d408eaf)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git log -1 --format=%cd --date=short | tr -d '-'
-}
-
-prepare() {
-  cd $pkgname
-  ./bootstrap.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 117386, 
libstrophe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-14 07:46:54 UTC (rev 117387)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=0.8.6
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+depends=('openssl' 'expat')
+makedepends=('git' 'doxygen')
+checkdepends=('check')
+source=(https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
+md5sums=('5ab28dc86c47177819ca49ed9c0041e0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 MIT-LICENSE.txt 

[arch-commits] Commit in libstrophe/repos (4 files)

2014-03-17 Thread Bartłomiej Piotrowski
Date: Monday, March 17, 2014 @ 13:50:07
  Author: bpiotrowski
Revision: 107463

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libstrophe/repos/community-i686/
  libstrophe/repos/community-i686/PKGBUILD
(from rev 107462, libstrophe/trunk/PKGBUILD)
  libstrophe/repos/community-x86_64/
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 107462, libstrophe/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 107462, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-17 12:50:07 UTC (rev 107463)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=20131107
+pkgrel=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+makedepends=('git' 'doxygen' 'expat')
+checkdepends=('check')
+options=('staticlibs')
+source=(git://github.com/strophe/libstrophe.git#commit=d408eaf)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git log -1 --format=%cd --date=short | tr -d '-'
+}
+
+prepare() {
+  cd $pkgname
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 107462, 
libstrophe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-17 12:50:07 UTC (rev 107463)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=libstrophe
+pkgver=20131107
+pkgrel=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+arch=('i686' 'x86_64')
+url='http://strophe.im/libstrophe/'
+license=('MIT' 'GPL3')
+makedepends=('git' 'doxygen' 'expat')
+checkdepends=('check')
+options=('staticlibs')
+source=(git://github.com/strophe/libstrophe.git#commit=d408eaf)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git log -1 --format=%cd --date=short | tr -d '-'
+}
+
+prepare() {
+  cd $pkgname
+  ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}