[arch-commits] Commit in libvisio/repos (4 files)
Date: Sunday, November 5, 2017 @ 13:00:22 Author: andyrtr Revision: 308924 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libvisio/repos/testing-i686/ libvisio/repos/testing-i686/PKGBUILD (from rev 308923, libvisio/trunk/PKGBUILD) libvisio/repos/testing-x86_64/ libvisio/repos/testing-x86_64/PKGBUILD (from rev 308923, libvisio/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 33 + testing-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: libvisio/repos/testing-i686/PKGBUILD (from rev 308923, libvisio/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2017-11-05 13:00:22 UTC (rev 308924) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.6 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +sha256sums=('fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make -k check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/testing-x86_64/PKGBUILD (from rev 308923, libvisio/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2017-11-05 13:00:22 UTC (rev 308924) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.6 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +sha256sums=('fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make -k check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Tuesday, April 25, 2017 @ 05:06:49 Author: foutrelis Revision: 294598 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libvisio/repos/staging-i686/ libvisio/repos/staging-i686/PKGBUILD (from rev 294596, libvisio/trunk/PKGBUILD) libvisio/repos/staging-x86_64/ libvisio/repos/staging-x86_64/PKGBUILD (from rev 294596, libvisio/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 35 +++ staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 294596, libvisio/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-04-25 05:06:49 UTC (rev 294598) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=4 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('691522167fe3b0c94becfe5d957883be') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 294596, libvisio/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-04-25 05:06:49 UTC (rev 294598) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=4 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('691522167fe3b0c94becfe5d957883be') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Saturday, November 26, 2016 @ 14:33:31 Author: foutrelis Revision: 282050 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libvisio/repos/staging-i686/ libvisio/repos/staging-i686/PKGBUILD (from rev 282049, libvisio/trunk/PKGBUILD) libvisio/repos/staging-x86_64/ libvisio/repos/staging-x86_64/PKGBUILD (from rev 282049, libvisio/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 35 +++ staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 282049, libvisio/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-11-26 14:33:31 UTC (rev 282050) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=3 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('691522167fe3b0c94becfe5d957883be') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 282049, libvisio/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-11-26 14:33:31 UTC (rev 282050) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=3 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('691522167fe3b0c94becfe5d957883be') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Sunday, April 3, 2016 @ 00:58:59 Author: foutrelis Revision: 263799 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libvisio/repos/staging-i686/ libvisio/repos/staging-i686/PKGBUILD (from rev 263798, libvisio/trunk/PKGBUILD) libvisio/repos/staging-x86_64/ libvisio/repos/staging-x86_64/PKGBUILD (from rev 263798, libvisio/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 35 +++ staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 263798, libvisio/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-04-02 22:58:59 UTC (rev 263799) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('691522167fe3b0c94becfe5d957883be') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 263798, libvisio/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-04-02 22:58:59 UTC (rev 263799) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('691522167fe3b0c94becfe5d957883be') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Thursday, December 31, 2015 @ 13:00:32 Author: andyrtr Revision: 257405 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libvisio/repos/extra-i686/PKGBUILD (from rev 257404, libvisio/trunk/PKGBUILD) libvisio/repos/extra-x86_64/PKGBUILD (from rev 257404, libvisio/trunk/PKGBUILD) Deleted: libvisio/repos/extra-i686/PKGBUILD libvisio/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 35 extra-x86_64/PKGBUILD | 35 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-12-31 12:00:21 UTC (rev 257404) +++ extra-i686/PKGBUILD 2015-12-31 12:00:32 UTC (rev 257405) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Maintainer: Bartłomiej Piotrowski -# Contributor: ponsfoot -# Contributor: philacs - -pkgname=libvisio -pkgver=0.1.4 -pkgrel=1 -pkgdesc='Library providing ability to interpret and import visio diagrams' -arch=('i686' 'x86_64') -url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; -license=('LGPL') -depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') -makedepends=('boost' 'gperf' 'doxygen' 'cppunit') -source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('bf5f66ef14b789cd5824de8b31841867') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -check() { - cd $pkgname-$pkgver - # Need to set timezone to CET to work around a test failure - # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 - make -k check TZ=CET -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libvisio/repos/extra-i686/PKGBUILD (from rev 257404, libvisio/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-12-31 12:00:32 UTC (rev 257405) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('691522167fe3b0c94becfe5d957883be') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + # Need to set timezone to CET to work around a test failure + # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 + make -k check TZ=CET +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-12-31 12:00:21 UTC (rev 257404) +++ extra-x86_64/PKGBUILD 2015-12-31 12:00:32 UTC (rev 257405) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Maintainer: Bartłomiej Piotrowski -# Contributor: ponsfoot -# Contributor: philacs - -pkgname=libvisio -pkgver=0.1.4 -pkgrel=1 -pkgdesc='Library providing ability to interpret and import visio diagrams' -arch=('i686' 'x86_64') -url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; -license=('LGPL') -depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') -makedepends=('boost' 'gperf' 'doxygen' 'cppunit') -source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('bf5f66ef14b789cd5824de8b31841867') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -check() { - cd $pkgname-$pkgver - # Need to set timezone to CET to work around a test failure - # https://bugs.documentfoundation.org/show_bug.cgi?id=92396 - make -k check TZ=CET -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libvisio/repos/extra-x86_64/PKGBUILD (from rev 257404, libvisio/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-12-31 12:00:32 UTC (rev 257405) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.5 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"; +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http:
[arch-commits] Commit in libvisio/repos (4 files)
Date: Saturday, April 4, 2015 @ 20:01:27 Author: andyrtr Revision: 235470 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libvisio/repos/staging-i686/ libvisio/repos/staging-i686/PKGBUILD (from rev 235469, libvisio/trunk/PKGBUILD) libvisio/repos/staging-x86_64/ libvisio/repos/staging-x86_64/PKGBUILD (from rev 235469, libvisio/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 33 + staging-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 235469, libvisio/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2015-04-04 18:01:27 UTC (rev 235470) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.1 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make -k check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 235469, libvisio/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2015-04-04 18:01:27 UTC (rev 235470) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.1 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make -k check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Friday, January 2, 2015 @ 18:44:49 Author: andyrtr Revision: 228351 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libvisio/repos/extra-i686/PKGBUILD (from rev 228350, libvisio/trunk/PKGBUILD) libvisio/repos/extra-x86_64/PKGBUILD (from rev 228350, libvisio/trunk/PKGBUILD) Deleted: libvisio/repos/extra-i686/PKGBUILD libvisio/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 66 extra-i686/PKGBUILD | 28 extra-x86_64/PKGBUILD | 28 3 files changed, 66 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-01-02 17:44:37 UTC (rev 228350) +++ extra-i686/PKGBUILD 2015-01-02 17:44:49 UTC (rev 228351) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Maintainer: Bartłomiej Piotrowski -# Contributor: ponsfoot -# Contributor: philacs - -pkgname=libvisio -pkgver=0.1.0 -pkgrel=2 -pkgdesc='Library providing ability to interpret and import visio diagrams' -arch=('i686' 'x86_64') -url='http://www.freedesktop.org/wiki/Software/libvisio' -license=('LGPL') -depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') -makedepends=('boost' 'gperf' 'doxygen') -source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('41e156acfd269dcaf99b37a1d979b746') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libvisio/repos/extra-i686/PKGBUILD (from rev 228350, libvisio/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-01-02 17:44:49 UTC (rev 228351) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.1 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make -k check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-01-02 17:44:37 UTC (rev 228350) +++ extra-x86_64/PKGBUILD 2015-01-02 17:44:49 UTC (rev 228351) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Maintainer: Bartłomiej Piotrowski -# Contributor: ponsfoot -# Contributor: philacs - -pkgname=libvisio -pkgver=0.1.0 -pkgrel=2 -pkgdesc='Library providing ability to interpret and import visio diagrams' -arch=('i686' 'x86_64') -url='http://www.freedesktop.org/wiki/Software/libvisio' -license=('LGPL') -depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') -makedepends=('boost' 'gperf' 'doxygen') -source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('41e156acfd269dcaf99b37a1d979b746') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: libvisio/repos/extra-x86_64/PKGBUILD (from rev 228350, libvisio/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-01-02 17:44:49 UTC (rev 228351) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.1 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen' 'cppunit') +source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +check() { + cd $pkgname-$pkgver + make -k check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Thursday, October 16, 2014 @ 21:54:33 Author: andyrtr Revision: 224651 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libvisio/repos/staging-i686/ libvisio/repos/staging-i686/PKGBUILD (from rev 224650, libvisio/trunk/PKGBUILD) libvisio/repos/staging-x86_64/ libvisio/repos/staging-x86_64/PKGBUILD (from rev 224650, libvisio/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 28 staging-x86_64/PKGBUILD | 28 2 files changed, 56 insertions(+) Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 224650, libvisio/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2014-10-16 19:54:33 UTC (rev 224651) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.0 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('41e156acfd269dcaf99b37a1d979b746') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 224650, libvisio/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2014-10-16 19:54:33 UTC (rev 224651) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.0 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('41e156acfd269dcaf99b37a1d979b746') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Sunday, May 25, 2014 @ 22:21:41 Author: andyrtr Revision: 213589 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libvisio/repos/staging-i686/ libvisio/repos/staging-i686/PKGBUILD (from rev 213588, libvisio/trunk/PKGBUILD) libvisio/repos/staging-x86_64/ libvisio/repos/staging-x86_64/PKGBUILD (from rev 213588, libvisio/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 28 staging-x86_64/PKGBUILD | 28 2 files changed, 56 insertions(+) Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 213588, libvisio/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2014-05-25 20:21:41 UTC (rev 213589) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.0 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('41e156acfd269dcaf99b37a1d979b746') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 213588, libvisio/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2014-05-25 20:21:41 UTC (rev 213589) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.1.0 +pkgrel=1 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge') +makedepends=('boost' 'gperf' 'doxygen') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('41e156acfd269dcaf99b37a1d979b746') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Friday, April 4, 2014 @ 21:11:46 Author: andyrtr Revision: 209819 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libvisio/repos/staging-i686/ libvisio/repos/staging-i686/PKGBUILD (from rev 209818, libvisio/trunk/PKGBUILD) libvisio/repos/staging-x86_64/ libvisio/repos/staging-x86_64/PKGBUILD (from rev 209818, libvisio/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 28 staging-x86_64/PKGBUILD | 28 2 files changed, 56 insertions(+) Copied: libvisio/repos/staging-i686/PKGBUILD (from rev 209818, libvisio/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2014-04-04 19:11:46 UTC (rev 209819) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.0.31 +pkgrel=3 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'gperf' 'icu') +makedepends=('boost') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('12ceec054cdec55b4dc9fc931507d1cd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/staging-x86_64/PKGBUILD (from rev 209818, libvisio/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2014-04-04 19:11:46 UTC (rev 209819) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: AndyRTR +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.0.31 +pkgrel=3 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'gperf' 'icu') +makedepends=('boost') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('12ceec054cdec55b4dc9fc931507d1cd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in libvisio/repos (4 files)
Date: Wednesday, January 22, 2014 @ 12:23:30 Author: bpiotrowski Revision: 204534 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libvisio/repos/extra-i686/ libvisio/repos/extra-i686/PKGBUILD (from rev 204533, libvisio/trunk/PKGBUILD) libvisio/repos/extra-x86_64/ libvisio/repos/extra-x86_64/PKGBUILD (from rev 204533, libvisio/trunk/PKGBUILD) ---+ extra-i686/PKGBUILD | 27 +++ extra-x86_64/PKGBUILD | 27 +++ 2 files changed, 54 insertions(+) Copied: libvisio/repos/extra-i686/PKGBUILD (from rev 204533, libvisio/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-01-22 11:23:30 UTC (rev 204534) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.0.31 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'gperf' 'icu') +makedepends=('boost') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('12ceec054cdec55b4dc9fc931507d1cd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: libvisio/repos/extra-x86_64/PKGBUILD (from rev 204533, libvisio/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-01-22 11:23:30 UTC (rev 204534) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Bartłomiej Piotrowski +# Contributor: ponsfoot +# Contributor: philacs + +pkgname=libvisio +pkgver=0.0.31 +pkgrel=2 +pkgdesc='Library providing ability to interpret and import visio diagrams' +arch=('i686' 'x86_64') +url='http://www.freedesktop.org/wiki/Software/libvisio' +license=('LGPL') +depends=('libwpd' 'libwpg' 'libxml2' 'gperf' 'icu') +makedepends=('boost') +source=(http://dev-www.libreoffice.org/src/$pkgname-$pkgver.tar.xz) +md5sums=('12ceec054cdec55b4dc9fc931507d1cd') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}