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

Gaetan Bisson bisson at archlinux.org
Wed Mar 23 00:13:18 UTC 2016


    Date: Wednesday, March 23, 2016 @ 01:13:17
  Author: bisson
Revision: 167948

db-move: moved subsurface from [community-testing] to [community] (i686, x86_64)

Added:
  subsurface/repos/community-i686/PKGBUILD
    (from rev 167947, subsurface/repos/community-testing-i686/PKGBUILD)
  subsurface/repos/community-i686/install
    (from rev 167947, subsurface/repos/community-testing-i686/install)
  subsurface/repos/community-x86_64/PKGBUILD
    (from rev 167947, subsurface/repos/community-testing-x86_64/PKGBUILD)
  subsurface/repos/community-x86_64/install
    (from rev 167947, subsurface/repos/community-testing-x86_64/install)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-i686/install
  subsurface/repos/community-testing-i686/
  subsurface/repos/community-testing-x86_64/
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/install

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 /install                  |   22 +++++++++++
 community-i686/PKGBUILD   |   41 ----------------------
 community-i686/install    |   11 -----
 community-x86_64/PKGBUILD |   41 ----------------------
 community-x86_64/install  |   11 -----
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-23 00:12:47 UTC (rev 167947)
+++ community-i686/PKGBUILD	2016-03-23 00:13:17 UTC (rev 167948)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.3
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
-         'subsurface-libdc' 'subsurface-marble'
-         'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('46981e8ecf4c51094851ee089f4725c3c0f47b62')
-
-install=install
-
-prepare() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	sed 's:<marble:<subsurface/marble:g' -i qt-ui/globe.*
-}
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DMARBLE_LIBRARIES=/usr/lib/libssrfmarblewidget.so \
-		-DUSE_LIBGIT23_API=1 \
-		.
-	make
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-i686/PKGBUILD (from rev 167947, subsurface/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-23 00:13:17 UTC (rev 167948)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.4
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+         'subsurface-libdc' 'subsurface-marble'
+         'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('e4ff548171b0a317a1f3f762bde2f62fd2152088')
+
+install=install
+
+prepare() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	sed 's:<marble:<subsurface/marble:g' -i qt-ui/globe.*
+}
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	cmake \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DMARBLE_LIBRARIES=/usr/lib/libssrfmarblewidget.so \
+		-DUSE_LIBGIT23_API=1 \
+		.
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/install
===================================================================
--- community-i686/install	2016-03-23 00:12:47 UTC (rev 167947)
+++ community-i686/install	2016-03-23 00:13:17 UTC (rev 167948)
@@ -1,11 +0,0 @@
-post_upgrade() {
-	type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-	post_upgrade
-}
-
-post_remove() {
-	post_upgrade
-}

Copied: subsurface/repos/community-i686/install (from rev 167947, subsurface/repos/community-testing-i686/install)
===================================================================
--- community-i686/install	                        (rev 0)
+++ community-i686/install	2016-03-23 00:13:17 UTC (rev 167948)
@@ -0,0 +1,11 @@
+post_upgrade() {
+	type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+	post_upgrade
+}
+
+post_remove() {
+	post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-23 00:12:47 UTC (rev 167947)
+++ community-x86_64/PKGBUILD	2016-03-23 00:13:17 UTC (rev 167948)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.5.3
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'asciidoc')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
-         'subsurface-libdc' 'subsurface-marble'
-         'qt5-connectivity' 'grantlee-qt5')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('46981e8ecf4c51094851ee089f4725c3c0f47b62')
-
-install=install
-
-prepare() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	sed 's:<marble:<subsurface/marble:g' -i qt-ui/globe.*
-}
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	cmake \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DMARBLE_LIBRARIES=/usr/lib/libssrfmarblewidget.so \
-		-DUSE_LIBGIT23_API=1 \
-		.
-	make
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: subsurface/repos/community-x86_64/PKGBUILD (from rev 167947, subsurface/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-23 00:13:17 UTC (rev 167948)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.4
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+         'subsurface-libdc' 'subsurface-marble'
+         'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('e4ff548171b0a317a1f3f762bde2f62fd2152088')
+
+install=install
+
+prepare() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	sed 's:<marble:<subsurface/marble:g' -i qt-ui/globe.*
+}
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	cmake \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DMARBLE_LIBRARIES=/usr/lib/libssrfmarblewidget.so \
+		-DUSE_LIBGIT23_API=1 \
+		.
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install	2016-03-23 00:12:47 UTC (rev 167947)
+++ community-x86_64/install	2016-03-23 00:13:17 UTC (rev 167948)
@@ -1,11 +0,0 @@
-post_upgrade() {
-	type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-	post_upgrade
-}
-
-post_remove() {
-	post_upgrade
-}

Copied: subsurface/repos/community-x86_64/install (from rev 167947, subsurface/repos/community-testing-x86_64/install)
===================================================================
--- community-x86_64/install	                        (rev 0)
+++ community-x86_64/install	2016-03-23 00:13:17 UTC (rev 167948)
@@ -0,0 +1,11 @@
+post_upgrade() {
+	type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+	post_upgrade
+}
+
+post_remove() {
+	post_upgrade
+}



More information about the arch-commits mailing list