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

Felix Yan fyan at archlinux.org
Fri Jan 16 08:50:43 UTC 2015


    Date: Friday, January 16, 2015 @ 09:50:42
  Author: fyan
Revision: 125984

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

Added:
  subsurface/repos/community-staging-i686/
  subsurface/repos/community-staging-i686/PKGBUILD
    (from rev 125983, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-staging-x86_64/
  subsurface/repos/community-staging-x86_64/PKGBUILD
    (from rev 125983, subsurface/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: subsurface/repos/community-staging-i686/PKGBUILD (from rev 125983, subsurface/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-01-16 08:50:42 UTC (rev 125984)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.3
+pkgrel=2
+pkgdesc='Divelog program'
+url='http://subsurface.hohndel.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 'libusbx'
+         'libgit2' 'libdivecomputer')
+source=("http://subsurface.hohndel.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('29f27537ef2ee91234244b0d984ddb30253fc69a')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	qmake-qt4 -config release
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make INSTALL_ROOT="${pkgdir}" install
+}

Copied: subsurface/repos/community-staging-x86_64/PKGBUILD (from rev 125983, subsurface/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-01-16 08:50:42 UTC (rev 125984)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.3
+pkgrel=2
+pkgdesc='Divelog program'
+url='http://subsurface.hohndel.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt4' 'kdeedu-marble' 'libzip' 'libxml2' 'libxslt' 'sqlite' 'libusbx'
+         'libgit2' 'libdivecomputer')
+source=("http://subsurface.hohndel.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('29f27537ef2ee91234244b0d984ddb30253fc69a')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	qmake-qt4 -config release
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list