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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Nov 20 20:49:03 UTC 2014


    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 <bpiotrowski at 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 <bpiotrowski at 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 <bpiotrowski at 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 <bpiotrowski at 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
+}



More information about the arch-commits mailing list