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

Florian Pritz bluewind at archlinux.org
Wed Jan 21 09:55:58 UTC 2015


    Date: Wednesday, January 21, 2015 @ 10:55:57
  Author: bluewind
Revision: 126352

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

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

---------------------------+
 /PKGBUILD                 |   92 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   44 ---------------------
 community-x86_64/PKGBUILD |   44 ---------------------
 3 files changed, 92 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-21 09:55:53 UTC (rev 126351)
+++ community-i686/PKGBUILD	2015-01-21 09:55:57 UTC (rev 126352)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: mickele
-# Contributor: marcus fritzsch <fritschy at googlemail.com>
-
-pkgname=soqt
-pkgver=1.5.0
-pkgrel=7
-pkgdesc='A library which provides the glue between Coin and Qt'
-arch=('i686' 'x86_64')
-url='http://www.coin3d.org/lib/soqt/'
-license=('GPL')
-depends=('coin' 'qt4')
-makedepends=('doxygen')
-source=("https://bitbucket.org/Coin3D/coin/downloads/SoQt-${pkgver}.tar.gz")
-sha256sums=('f6a34b4c19e536c00f21aead298cdd274a7a0b03a31826fbe38fc96f3d82ab91')
-
-build() {
-	cd "${srcdir}/SoQt-${pkgver}/"
-
-	# fix prefix in soqt-config
-	sed -i '/^prefix/c prefix="/usr/"' src/Inventor/Qt/common/sogui-config.in
-
-	./configure --prefix=/usr \
-		--enable-optimization \
-		--enable-man \
-		--enable-exceptions \
-		--disable-debug \
-		--disable-maintainer-mode \
-		--disable-dependency-tracking \
-		--enable-shared \
-		--disable-static \
-		--with-qt=/usr
-
-	make
-}
-
-package() {
-	cd "${srcdir}/SoQt-${pkgver}/"
-
-	make DESTDIR=${pkgdir} install
-}
-

Copied: soqt/repos/community-i686/PKGBUILD (from rev 126351, soqt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-21 09:55:57 UTC (rev 126352)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: mickele
+# Contributor: marcus fritzsch <fritschy at googlemail.com>
+
+pkgname=soqt
+pkgver=1.5.0
+pkgrel=8
+pkgdesc='A library which provides the glue between Coin and Qt'
+arch=('i686' 'x86_64')
+url='http://www.coin3d.org/lib/soqt/'
+license=('GPL')
+depends=('coin' 'qt4')
+makedepends=('doxygen')
+source=("https://bitbucket.org/Coin3D/coin/downloads/SoQt-${pkgver}.tar.gz")
+sha256sums=('f6a34b4c19e536c00f21aead298cdd274a7a0b03a31826fbe38fc96f3d82ab91')
+
+build() {
+	cd "${srcdir}/SoQt-${pkgver}/"
+
+	# fix prefix in soqt-config
+	sed -i '/^prefix/c prefix="/usr/"' src/Inventor/Qt/common/sogui-config.in
+
+	./configure --prefix=/usr \
+		--enable-optimization \
+		--enable-man \
+		--enable-exceptions \
+		--disable-debug \
+		--disable-maintainer-mode \
+		--disable-dependency-tracking \
+		--enable-shared \
+		--disable-static \
+		--with-qt=/usr
+
+	make
+}
+
+package() {
+	cd "${srcdir}/SoQt-${pkgver}/"
+
+	make DESTDIR=${pkgdir} install
+
+	rm -f "$pkgdir/usr/share/man/man3/_build"*
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-21 09:55:53 UTC (rev 126351)
+++ community-x86_64/PKGBUILD	2015-01-21 09:55:57 UTC (rev 126352)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: mickele
-# Contributor: marcus fritzsch <fritschy at googlemail.com>
-
-pkgname=soqt
-pkgver=1.5.0
-pkgrel=7
-pkgdesc='A library which provides the glue between Coin and Qt'
-arch=('i686' 'x86_64')
-url='http://www.coin3d.org/lib/soqt/'
-license=('GPL')
-depends=('coin' 'qt4')
-makedepends=('doxygen')
-source=("https://bitbucket.org/Coin3D/coin/downloads/SoQt-${pkgver}.tar.gz")
-sha256sums=('f6a34b4c19e536c00f21aead298cdd274a7a0b03a31826fbe38fc96f3d82ab91')
-
-build() {
-	cd "${srcdir}/SoQt-${pkgver}/"
-
-	# fix prefix in soqt-config
-	sed -i '/^prefix/c prefix="/usr/"' src/Inventor/Qt/common/sogui-config.in
-
-	./configure --prefix=/usr \
-		--enable-optimization \
-		--enable-man \
-		--enable-exceptions \
-		--disable-debug \
-		--disable-maintainer-mode \
-		--disable-dependency-tracking \
-		--enable-shared \
-		--disable-static \
-		--with-qt=/usr
-
-	make
-}
-
-package() {
-	cd "${srcdir}/SoQt-${pkgver}/"
-
-	make DESTDIR=${pkgdir} install
-}
-

Copied: soqt/repos/community-x86_64/PKGBUILD (from rev 126351, soqt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-21 09:55:57 UTC (rev 126352)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: mickele
+# Contributor: marcus fritzsch <fritschy at googlemail.com>
+
+pkgname=soqt
+pkgver=1.5.0
+pkgrel=8
+pkgdesc='A library which provides the glue between Coin and Qt'
+arch=('i686' 'x86_64')
+url='http://www.coin3d.org/lib/soqt/'
+license=('GPL')
+depends=('coin' 'qt4')
+makedepends=('doxygen')
+source=("https://bitbucket.org/Coin3D/coin/downloads/SoQt-${pkgver}.tar.gz")
+sha256sums=('f6a34b4c19e536c00f21aead298cdd274a7a0b03a31826fbe38fc96f3d82ab91')
+
+build() {
+	cd "${srcdir}/SoQt-${pkgver}/"
+
+	# fix prefix in soqt-config
+	sed -i '/^prefix/c prefix="/usr/"' src/Inventor/Qt/common/sogui-config.in
+
+	./configure --prefix=/usr \
+		--enable-optimization \
+		--enable-man \
+		--enable-exceptions \
+		--disable-debug \
+		--disable-maintainer-mode \
+		--disable-dependency-tracking \
+		--enable-shared \
+		--disable-static \
+		--with-qt=/usr
+
+	make
+}
+
+package() {
+	cd "${srcdir}/SoQt-${pkgver}/"
+
+	make DESTDIR=${pkgdir} install
+
+	rm -f "$pkgdir/usr/share/man/man3/_build"*
+}
+



More information about the arch-commits mailing list