[arch-commits] Commit in subsurface/repos/community-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Thu Jan 24 18:13:34 UTC 2019
Date: Thursday, January 24, 2019 @ 18:13:33
Author: bisson
Revision: 427563
archrelease: copy trunk to community-x86_64
Added:
subsurface/repos/community-x86_64/PKGBUILD
(from rev 427562, subsurface/trunk/PKGBUILD)
Deleted:
subsurface/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-24 18:13:11 UTC (rev 427562)
+++ PKGBUILD 2019-01-24 18:13:33 UTC (rev 427563)
@@ -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.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
-}
Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 427562, subsurface/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-24 18:13:33 UTC (rev 427563)
@@ -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.5
+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=('74702ec4cbbe92c21e125b697c7012520ac4cf370f1c1baf393361e05a41ebb7')
+
+# 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