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

2015-10-14 Thread Gaetan Bisson
Date: Wednesday, October 14, 2015 @ 22:14:30
  Author: bisson
Revision: 144008

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

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 144007, subsurface/repos/community-staging-i686/PKGBUILD)
  subsurface/repos/community-i686/install
(from rev 144007, subsurface/repos/community-staging-i686/install)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 144007, subsurface/repos/community-staging-x86_64/PKGBUILD)
  subsurface/repos/community-x86_64/install
(from rev 144007, subsurface/repos/community-staging-x86_64/install)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-i686/install
  subsurface/repos/community-i686/libgit2.patch
  subsurface/repos/community-staging-i686/
  subsurface/repos/community-staging-x86_64/
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/install
  subsurface/repos/community-x86_64/libgit2.patch

+
 /PKGBUILD  |   82 +++
 /install   |   22 ++
 community-i686/PKGBUILD|   40 ---
 community-i686/install |   11 -
 community-i686/libgit2.patch   |   19 -
 community-x86_64/PKGBUILD  |   40 ---
 community-x86_64/install   |   11 -
 community-x86_64/libgit2.patch |   19 -
 8 files changed, 104 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-14 20:05:16 UTC (rev 144007)
+++ community-i686/PKGBUILD 2015-10-14 20:14:30 UTC (rev 144008)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.4.2
-pkgrel=2
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";
-'libgit2.patch')
-sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea'
-  'd36e5d3182254a0a5d1940308a7878febdcfdef8')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   patch -p1 -i ../libgit2.patch
-}
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   qmake-qt5 \
-   -config release \
-   SPECIAL_MARBLE_PREFIX=1 \
-   INCLUDEPATH+='/usr/include/subsurface' \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make INSTALL_ROOT="${pkgdir}" install
-}

Copied: subsurface/repos/community-i686/PKGBUILD (from rev 144007, 
subsurface/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-14 20:14:30 UTC (rev 144008)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.0
+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=('1e5e72076d329b8283d4871609af080b787c71f1')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:/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 144007, 
subsurface/repos/community-staging-i686/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2015-10-14 20:14:30 UTC (rev 144008)
@@ -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-i686/libgit2.patch
===
--- community-i686/libgit2.patch2015-10-14 20:05:16 UTC (rev 144007)
+++ community-i686/libgit2.patch2015-10-14 20:14:30 UTC (rev 144008)
@@ -1,19 +0,0 @@
-diff -Naur old/save-git.c new/save-git.c
 old/save-git.c 2015-05-04 07:59:10.0 -1000
-+++ new/save-git.c 2015-08-28 15:33:01.298869918 -1000
-@@ -34,6 +34,15 @@
- 

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

2015-09-02 Thread Gaetan Bisson
Date: Thursday, September 3, 2015 @ 07:39:07
  Author: bisson
Revision: 139125

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

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 139122, subsurface/repos/community-testing-i686/PKGBUILD)
  subsurface/repos/community-i686/install
(from rev 139122, subsurface/repos/community-testing-i686/install)
  subsurface/repos/community-i686/libgit2.patch
(from rev 139122, subsurface/repos/community-testing-i686/libgit2.patch)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 139122, subsurface/repos/community-testing-x86_64/PKGBUILD)
  subsurface/repos/community-x86_64/install
(from rev 139122, subsurface/repos/community-testing-x86_64/install)
  subsurface/repos/community-x86_64/libgit2.patch
(from rev 139122, subsurface/repos/community-testing-x86_64/libgit2.patch)
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  |   80 +++
 /install   |   22 ++
 community-i686/PKGBUILD|   33 
 community-i686/install |   11 -
 community-i686/libgit2.patch   |   19 +
 community-x86_64/PKGBUILD  |   33 
 community-x86_64/install   |   11 -
 community-x86_64/libgit2.patch |   19 +
 8 files changed, 140 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-03 05:39:05 UTC (rev 139124)
+++ community-i686/PKGBUILD 2015-09-03 05:39:07 UTC (rev 139125)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface
-_pkgname=Subsurface
-pkgver=4.4.2
-pkgrel=1
-pkgdesc='Divelog program'
-url='http://subsurface-divelog.org/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
- 'subsurface-libdc' 'subsurface-marble')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea')
-
-install=install
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   qmake-qt5 \
-   -config release \
-   SPECIAL_MARBLE_PREFIX=1 \
-   INCLUDEPATH+='/usr/include/subsurface' \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make INSTALL_ROOT="${pkgdir}" install
-}

Copied: subsurface/repos/community-i686/PKGBUILD (from rev 139122, 
subsurface/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-03 05:39:07 UTC (rev 139125)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.4.2
+pkgrel=2
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";
+'libgit2.patch')
+sha1sums=('40dd3e3693170219d58dd9c1484274f724bedbea'
+  'd36e5d3182254a0a5d1940308a7878febdcfdef8')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   patch -p1 -i ../libgit2.patch
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   qmake-qt5 \
+   -config release \
+   SPECIAL_MARBLE_PREFIX=1 \
+   INCLUDEPATH+='/usr/include/subsurface' \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-i686/install
===
--- community-i686/install  2015-09-03 05:39:05 UTC (rev 139124)
+++ community-i686/install  2015-09-03 05:39:07 UTC (rev 139125)
@@ -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 139122, 
subsurface/repos/community-testing-i686/install)
===
--- community-i686/install  (rev 0)
+++ community-i686/install  2015-09-03 05:39:07 UTC (rev 139125)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   type 

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

2015-05-23 Thread Gaetan Bisson
Date: Sunday, May 24, 2015 @ 01:08:23
  Author: bisson
Revision: 134020

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

Added:
  subsurface/repos/community-i686/PKGBUILD
(from rev 134019, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-i686/install
(from rev 134019, subsurface/trunk/install)
  subsurface/repos/community-x86_64/PKGBUILD
(from rev 134019, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-x86_64/install
(from rev 134019, subsurface/trunk/install)
Deleted:
  subsurface/repos/community-i686/PKGBUILD
  subsurface/repos/community-i686/install
  subsurface/repos/community-i686/qt-5.4.1.patch
  subsurface/repos/community-i686/revert-detect.patch
  subsurface/repos/community-x86_64/PKGBUILD
  subsurface/repos/community-x86_64/install
  subsurface/repos/community-x86_64/qt-5.4.1.patch
  subsurface/repos/community-x86_64/revert-detect.patch

--+
 /PKGBUILD|   66 +++
 /install |   22 +
 community-i686/PKGBUILD  |   43 --
 community-i686/install   |   11 
 community-i686/qt-5.4.1.patch|  583 -
 community-i686/revert-detect.patch   |   58 ---
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/install |   11 
 community-x86_64/qt-5.4.1.patch  |  583 -
 community-x86_64/revert-detect.patch |   58 ---
 10 files changed, 88 insertions(+), 1390 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 134019:134020 to see the changes.