[arch-commits] Commit in libvisio/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Nov 12 17:53:07 UTC 2014


    Date: Wednesday, November 12, 2014 @ 18:53:06
  Author: andyrtr
Revision: 226125

archrelease: copy trunk to extra-x86_64

Added:
  libvisio/repos/extra-x86_64/PKGBUILD
    (from rev 226124, libvisio/trunk/PKGBUILD)
Deleted:
  libvisio/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-12 17:52:57 UTC (rev 226124)
+++ PKGBUILD	2014-11-12 17:53:06 UTC (rev 226125)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-# 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/extra-x86_64/PKGBUILD (from rev 226124, libvisio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-11-12 17:53:06 UTC (rev 226125)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+# 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
+}



More information about the arch-commits mailing list