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

Gaëtan Bisson bisson at archlinux.org
Mon Jan 16 09:09:08 UTC 2017


    Date: Monday, January 16, 2017 @ 09:09:07
  Author: bisson
Revision: 207582

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

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

---------------------------+
 /PKGBUILD                 |  102 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   51 ----------------------
 community-x86_64/PKGBUILD |   51 ----------------------
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-16 09:08:37 UTC (rev 207581)
+++ community-i686/PKGBUILD	2017-01-16 09:09:07 UTC (rev 207582)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface-marble
-_pkgname=marble-subsurface-branch
-pkgver=4.5.6
-pkgrel=1
-pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
-license=('GPL' 'LGPL' 'FDL')
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DQT5BUILD=ON \
-		-DQTONLY=ON \
-		-DBUILD_MARBLE_APPS=OFF \
-		-DBUILD_MARBLE_EXAMPLES=OFF \
-		-DBUILD_MARBLE_TESTS=OFF \
-		-DBUILD_MARBLE_TOOLS=OFF \
-		-DBUILD_TESTING=OFF \
-		-DWITH_DESIGNER_PLUGIN=OFF \
-		-DBUILD_WITH_DBUS=OFF \
-		.
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	cd "${pkgdir}/usr"
-	mv include subsurface
-	install -d include
-	mv subsurface include
-        rm -fr share/{appdata,icons}
-
-	# Provided by marble-data, avoids conflicts.
-	rm share/marble/cmake/FindMarble.cmake
-	rm -fr share/marble/data
-
-	# Conflicts with libastro
-	rm lib/libastro.so{,.1,.0.17.20}
-}

Copied: subsurface-marble/repos/community-i686/PKGBUILD (from rev 207581, subsurface-marble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-16 09:09:07 UTC (rev 207582)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='https://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('52c107eef0b8e7686c96df9557c36849d5ff8871')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	cmake \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DQT5BUILD=ON \
+		-DQTONLY=ON \
+		-DBUILD_MARBLE_APPS=OFF \
+		-DBUILD_MARBLE_EXAMPLES=OFF \
+		-DBUILD_MARBLE_TESTS=OFF \
+		-DBUILD_MARBLE_TOOLS=OFF \
+		-DBUILD_TESTING=OFF \
+		-DWITH_DESIGNER_PLUGIN=OFF \
+		-DBUILD_WITH_DBUS=OFF \
+		.
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+
+	cd "${pkgdir}/usr"
+	mv include subsurface
+	install -d include
+	mv subsurface include
+        rm -fr share/{appdata,icons}
+
+	# Provided by marble-data, avoids conflicts.
+	rm share/marble/cmake/FindMarble.cmake
+	rm -fr share/marble/data
+
+	# Conflicts with libastro
+	rm lib/libastro.so{,.1,.0.17.20}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-16 09:08:37 UTC (rev 207581)
+++ community-x86_64/PKGBUILD	2017-01-16 09:09:07 UTC (rev 207582)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface-marble
-_pkgname=marble-subsurface-branch
-pkgver=4.5.6
-pkgrel=1
-pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
-license=('GPL' 'LGPL' 'FDL')
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	cmake \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DQT5BUILD=ON \
-		-DQTONLY=ON \
-		-DBUILD_MARBLE_APPS=OFF \
-		-DBUILD_MARBLE_EXAMPLES=OFF \
-		-DBUILD_MARBLE_TESTS=OFF \
-		-DBUILD_MARBLE_TOOLS=OFF \
-		-DBUILD_TESTING=OFF \
-		-DWITH_DESIGNER_PLUGIN=OFF \
-		-DBUILD_WITH_DBUS=OFF \
-		.
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	cd "${pkgdir}/usr"
-	mv include subsurface
-	install -d include
-	mv subsurface include
-        rm -fr share/{appdata,icons}
-
-	# Provided by marble-data, avoids conflicts.
-	rm share/marble/cmake/FindMarble.cmake
-	rm -fr share/marble/data
-
-	# Conflicts with libastro
-	rm lib/libastro.so{,.1,.0.17.20}
-}

Copied: subsurface-marble/repos/community-x86_64/PKGBUILD (from rev 207581, subsurface-marble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-16 09:09:07 UTC (rev 207582)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='https://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('52c107eef0b8e7686c96df9557c36849d5ff8871')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	cmake \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DQT5BUILD=ON \
+		-DQTONLY=ON \
+		-DBUILD_MARBLE_APPS=OFF \
+		-DBUILD_MARBLE_EXAMPLES=OFF \
+		-DBUILD_MARBLE_TESTS=OFF \
+		-DBUILD_MARBLE_TOOLS=OFF \
+		-DBUILD_TESTING=OFF \
+		-DWITH_DESIGNER_PLUGIN=OFF \
+		-DBUILD_WITH_DBUS=OFF \
+		.
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+
+	cd "${pkgdir}/usr"
+	mv include subsurface
+	install -d include
+	mv subsurface include
+        rm -fr share/{appdata,icons}
+
+	# Provided by marble-data, avoids conflicts.
+	rm share/marble/cmake/FindMarble.cmake
+	rm -fr share/marble/data
+
+	# Conflicts with libastro
+	rm lib/libastro.so{,.1,.0.17.20}
+}



More information about the arch-commits mailing list