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

Florian Pritz bluewind at archlinux.org
Fri Dec 5 17:22:20 UTC 2014


    Date: Friday, December 5, 2014 @ 18:22:19
  Author: bluewind
Revision: 123484

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

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

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

Copied: soqt/repos/community-i686/PKGBUILD (from rev 123483, soqt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-05 17:22:19 UTC (rev 123484)
@@ -0,0 +1,44 @@
+# 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 123483, soqt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-05 17:22:19 UTC (rev 123484)
@@ -0,0 +1,44 @@
+# 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
+}
+



More information about the arch-commits mailing list