[arch-commits] Commit in opencollada/repos (8 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jul 2 00:40:18 UTC 2015


    Date: Thursday, July 2, 2015 @ 02:40:17
  Author: svenstaro
Revision: 136226

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

Added:
  opencollada/repos/community-staging-i686/PKGBUILD
    (from rev 136225, opencollada/trunk/PKGBUILD)
  opencollada/repos/community-staging-i686/opencollada.conf
    (from rev 136225, opencollada/trunk/opencollada.conf)
  opencollada/repos/community-staging-x86_64/PKGBUILD
    (from rev 136225, opencollada/trunk/PKGBUILD)
  opencollada/repos/community-staging-x86_64/opencollada.conf
    (from rev 136225, opencollada/trunk/opencollada.conf)
Deleted:
  opencollada/repos/community-staging-i686/PKGBUILD
  opencollada/repos/community-staging-i686/opencollada.conf
  opencollada/repos/community-staging-x86_64/PKGBUILD
  opencollada/repos/community-staging-x86_64/opencollada.conf

-------------------------------------------+
 /PKGBUILD                                 |   78 ++++++++++++++++++++++++++++
 /opencollada.conf                         |    2 
 community-staging-i686/PKGBUILD           |   39 --------------
 community-staging-i686/opencollada.conf   |    1 
 community-staging-x86_64/PKGBUILD         |   39 --------------
 community-staging-x86_64/opencollada.conf |    1 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2015-07-02 00:40:12 UTC (rev 136225)
+++ community-staging-i686/PKGBUILD	2015-07-02 00:40:17 UTC (rev 136226)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=opencollada
-pkgver=20150702
-_commit=0496c15
-pkgrel=1
-pkgdesc="Stream based reader and writer library for COLLADA files"
-arch=(i686 x86_64)
-url="https://github.com/KhronosGroup/OpenCOLLADA"
-license=('GPL')
-depends=('libxml2' 'pcre')
-makedepends=('git' 'cmake')
-source=('opencollada.conf'
-        "git://github.com/KhronosGroup/OpenCOLLADA.git#commit=$_commit")
-md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
-         'SKIP')
-
-build() {
-  cd "$srcdir"/OpenCOLLADA
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_SHARED=ON \
-    -DUSE_STATIC=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/OpenCOLLADA/build
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/opencollada.conf $pkgdir/etc/ld.so.conf.d/opencollada.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencollada/repos/community-staging-i686/PKGBUILD (from rev 136225, opencollada/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-07-02 00:40:17 UTC (rev 136226)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=opencollada
+pkgver=20150702
+_commit=3335ac164e68b2512a40914b14c74db260e6ff7d # Magic blender commit
+pkgrel=2
+pkgdesc="Stream based reader and writer library for COLLADA files"
+arch=(i686 x86_64)
+url="https://github.com/KhronosGroup/OpenCOLLADA"
+license=('GPL')
+depends=('libxml2' 'pcre')
+makedepends=('git' 'cmake')
+source=('opencollada.conf'
+        "git://github.com/KhronosGroup/OpenCOLLADA.git#commit=$_commit")
+md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
+         'SKIP')
+
+build() {
+  cd "$srcdir"/OpenCOLLADA
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_SHARED=ON \
+    -DUSE_STATIC=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/OpenCOLLADA/build
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/opencollada.conf $pkgdir/etc/ld.so.conf.d/opencollada.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-i686/opencollada.conf
===================================================================
--- community-staging-i686/opencollada.conf	2015-07-02 00:40:12 UTC (rev 136225)
+++ community-staging-i686/opencollada.conf	2015-07-02 00:40:17 UTC (rev 136226)
@@ -1 +0,0 @@
-/usr/lib/opencollada

Copied: opencollada/repos/community-staging-i686/opencollada.conf (from rev 136225, opencollada/trunk/opencollada.conf)
===================================================================
--- community-staging-i686/opencollada.conf	                        (rev 0)
+++ community-staging-i686/opencollada.conf	2015-07-02 00:40:17 UTC (rev 136226)
@@ -0,0 +1 @@
+/usr/lib/opencollada

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2015-07-02 00:40:12 UTC (rev 136225)
+++ community-staging-x86_64/PKGBUILD	2015-07-02 00:40:17 UTC (rev 136226)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=opencollada
-pkgver=20150702
-_commit=0496c15
-pkgrel=1
-pkgdesc="Stream based reader and writer library for COLLADA files"
-arch=(i686 x86_64)
-url="https://github.com/KhronosGroup/OpenCOLLADA"
-license=('GPL')
-depends=('libxml2' 'pcre')
-makedepends=('git' 'cmake')
-source=('opencollada.conf'
-        "git://github.com/KhronosGroup/OpenCOLLADA.git#commit=$_commit")
-md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
-         'SKIP')
-
-build() {
-  cd "$srcdir"/OpenCOLLADA
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_SHARED=ON \
-    -DUSE_STATIC=OFF
-  make
-}
-
-package() {
-  cd "$srcdir"/OpenCOLLADA/build
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/opencollada.conf $pkgdir/etc/ld.so.conf.d/opencollada.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opencollada/repos/community-staging-x86_64/PKGBUILD (from rev 136225, opencollada/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-07-02 00:40:17 UTC (rev 136226)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=opencollada
+pkgver=20150702
+_commit=3335ac164e68b2512a40914b14c74db260e6ff7d # Magic blender commit
+pkgrel=2
+pkgdesc="Stream based reader and writer library for COLLADA files"
+arch=(i686 x86_64)
+url="https://github.com/KhronosGroup/OpenCOLLADA"
+license=('GPL')
+depends=('libxml2' 'pcre')
+makedepends=('git' 'cmake')
+source=('opencollada.conf'
+        "git://github.com/KhronosGroup/OpenCOLLADA.git#commit=$_commit")
+md5sums=('5f7e9d79ab86756648b648ee5ed6ce1d'
+         'SKIP')
+
+build() {
+  cd "$srcdir"/OpenCOLLADA
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_SHARED=ON \
+    -DUSE_STATIC=OFF
+  make
+}
+
+package() {
+  cd "$srcdir"/OpenCOLLADA/build
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/opencollada.conf $pkgdir/etc/ld.so.conf.d/opencollada.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-x86_64/opencollada.conf
===================================================================
--- community-staging-x86_64/opencollada.conf	2015-07-02 00:40:12 UTC (rev 136225)
+++ community-staging-x86_64/opencollada.conf	2015-07-02 00:40:17 UTC (rev 136226)
@@ -1 +0,0 @@
-/usr/lib/opencollada

Copied: opencollada/repos/community-staging-x86_64/opencollada.conf (from rev 136225, opencollada/trunk/opencollada.conf)
===================================================================
--- community-staging-x86_64/opencollada.conf	                        (rev 0)
+++ community-staging-x86_64/opencollada.conf	2015-07-02 00:40:17 UTC (rev 136226)
@@ -0,0 +1 @@
+/usr/lib/opencollada



More information about the arch-commits mailing list