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

Gaëtan Bisson bisson at archlinux.org
Mon Feb 20 08:34:12 UTC 2017


    Date: Monday, February 20, 2017 @ 08:34:11
  Author: bisson
Revision: 213161

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-20 08:33:41 UTC (rev 213160)
+++ community-i686/PKGBUILD	2017-02-20 08:34:11 UTC (rev 213161)
@@ -1,57 +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.6.1
-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=('a21caaac617f602cb71cf0f62842c912e4ca1cc8')
-
-prepare() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	sed '/<QPrint/d' -i src/lib/marble/TinyWebBrowser.cpp
-}
-
-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 \
-		-DMOBILE=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 213160, subsurface-marble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-20 08:34:11 UTC (rev 213161)
@@ -0,0 +1,57 @@
+# $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.2
+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=('b58bcbb8598c80d0c524684a4543a2afc4ca0cfd')
+
+prepare() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	sed '/<QPrint/d' -i src/lib/marble/TinyWebBrowser.cpp
+}
+
+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 \
+		-DMOBILE=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-02-20 08:33:41 UTC (rev 213160)
+++ community-x86_64/PKGBUILD	2017-02-20 08:34:11 UTC (rev 213161)
@@ -1,57 +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.6.1
-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=('a21caaac617f602cb71cf0f62842c912e4ca1cc8')
-
-prepare() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	sed '/<QPrint/d' -i src/lib/marble/TinyWebBrowser.cpp
-}
-
-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 \
-		-DMOBILE=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 213160, subsurface-marble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-20 08:34:11 UTC (rev 213161)
@@ -0,0 +1,57 @@
+# $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.2
+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=('b58bcbb8598c80d0c524684a4543a2afc4ca0cfd')
+
+prepare() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	sed '/<QPrint/d' -i src/lib/marble/TinyWebBrowser.cpp
+}
+
+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 \
+		-DMOBILE=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