[arch-commits] Commit in subsurface/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jan 28 08:40:56 UTC 2021


    Date: Thursday, January 28, 2021 @ 08:40:55
  Author: arojas
Revision: 833220

archrelease: copy trunk to community-x86_64

Added:
  subsurface/repos/community-x86_64/PKGBUILD
    (from rev 833219, subsurface/trunk/PKGBUILD)
Deleted:
  subsurface/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 08:40:47 UTC (rev 833219)
+++ PKGBUILD	2021-01-28 08:40:55 UTC (rev 833220)
@@ -1,34 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: David Runge <dvzrv at archlinux.org>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.9.9
-pkgrel=1
-pkgdesc='Divelog program'
-url='https://subsurface-divelog.org/'
-license=('GPL2')
-arch=('x86_64')
-makedepends=('asciidoc' 'cmake' 'libgit2' 'libusb' 'qt5-tools')
-depends=('googlemaps' 'grantlee' 'hicolor-icon-theme' 'libzip' 'libxml2'
-         'libxslt' 'subsurface-libdc' 'qt5-svg' 'qt5-location' 'qt5-connectivity'
-         'qt5-webkit' 'sqlite')
-source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha512sums=('8e00b61dad580349bef615c0eaf735db1dd5a5ed8b309fe33367598034f5b22fd376a7ee9fcce8c2a2947326eafb010e5cec5bdc4ef0f8dc03d45f8f6bc3e27c')
-b2sums=('e33a00aed92a0751ff4d3d09dd42ce6d0e2eed0dab57f6cca6da4840468b1a43367cf3e14226f64cdac89015a88866b71cee73df0185185feded32d03da73f2c')
-
-# qt5-webkit still used for: printing, manual
-
-build() {
-  cmake -B build -S Subsurface-$pkgver \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
-        -Wno-dev
-  cmake --build build
-}
-
-package() {
-  depends+=('libgit2.so')
-  DESTDIR="${pkgdir}" cmake --install build
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 833219, subsurface/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-28 08:40:55 UTC (rev 833220)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: David Runge <dvzrv at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.9.10
+pkgrel=1
+pkgdesc='Divelog program'
+url='https://subsurface-divelog.org/'
+license=('GPL2')
+arch=('x86_64')
+makedepends=('asciidoc' 'cmake' 'libgit2' 'libusb' 'qt5-tools')
+depends=('googlemaps' 'grantlee' 'hicolor-icon-theme' 'libzip' 'libxml2'
+         'libxslt' 'subsurface-libdc' 'qt5-svg' 'qt5-location' 'qt5-connectivity'
+         'qt5-webkit' 'sqlite')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha512sums=('7957765a39aa44dc33426b36c86c6e3ab0053ef5e3fcaf2325e617d0f8f20a76879177c8143ab119ec374580581fbfc752cc8429af43343e402bd2b06594f31a')
+b2sums=('925a704f7fec4795af4c56b92d8729d9cc06a9de600d32ef3669f6736a23ae00f3122ccac0d3415d0f23c5aceb2be8165f12e5d45a51afedc7f259afc7d8ff7b')
+
+# qt5-webkit still used for: printing, manual
+
+build() {
+  cmake -B build -S Subsurface-$pkgver \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DLIBDIVECOMPUTER_INCLUDE_DIR=/usr/include/libdivecomputer \
+        -Wno-dev
+  cmake --build build
+}
+
+package() {
+  depends+=('libgit2.so')
+  DESTDIR="${pkgdir}" cmake --install build
+}



More information about the arch-commits mailing list