[arch-commits] Commit in subsurface/repos/community-x86_64 (PKGBUILD PKGBUILD)
Gaƫtan Bisson
bisson at archlinux.org
Fri Nov 16 00:23:13 UTC 2018
Date: Friday, November 16, 2018 @ 00:23:12
Author: bisson
Revision: 407794
archrelease: copy trunk to community-x86_64
Added:
subsurface/repos/community-x86_64/PKGBUILD
(from rev 407793, subsurface/trunk/PKGBUILD)
Deleted:
subsurface/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-16 00:21:37 UTC (rev 407793)
+++ PKGBUILD 2018-11-16 00:23:12 UTC (rev 407794)
@@ -1,37 +0,0 @@
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.8.3
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('cmake' 'asciidoc' 'qt5-tools')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'qt5-svg' 'qt5-location'
- 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha256sums=('1184881f50506220b84bf5dc2291078ecaf48a06d47648afda7a62b75a09101e')
-
-# qt5-webkit still used for: printing, manual, facebook
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- install -d build
- cd build
- cmake \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
- ..
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 407793, subsurface/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-16 00:23:12 UTC (rev 407794)
@@ -0,0 +1,37 @@
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.8.4
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('cmake' 'asciidoc' 'qt5-tools')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'qt5-svg' 'qt5-location'
+ 'qt5-connectivity' 'qt5-webkit' 'grantlee' 'googlemaps')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha256sums=('3e806442e602da188666e3905c2b66232e2b99f4bf4ff4bd42002ee1585ef3eb')
+
+# qt5-webkit still used for: printing, manual, facebook
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ install -d build
+ cd build
+ cmake \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+ ..
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list