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

Gaëtan Bisson bisson at archlinux.org
Thu Apr 27 06:44:42 UTC 2017


    Date: Thursday, April 27, 2017 @ 06:44:41
  Author: bisson
Revision: 225924

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

Added:
  subsurface-marble/repos/community-i686/PKGBUILD
    (from rev 225923, subsurface-marble/repos/community-testing-i686/PKGBUILD)
  subsurface-marble/repos/community-x86_64/PKGBUILD
    (from rev 225923, subsurface-marble/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  subsurface-marble/repos/community-i686/PKGBUILD
  subsurface-marble/repos/community-testing-i686/
  subsurface-marble/repos/community-testing-x86_64/
  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-04-27 06:44:38 UTC (rev 225923)
+++ community-i686/PKGBUILD	2017-04-27 06:44:41 UTC (rev 225924)
@@ -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.3
-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")
-sha256sums=('6a3c5ab94f316d7d609b60640df59b1cf9b35ed852d857216b6a3dc5d729c6e2')
-
-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 225923, subsurface-marble/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-27 06:44:41 UTC (rev 225924)
@@ -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.4
+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")
+sha256sums=('1b4021d4ad197207bd557416c253f0b2b490438307f0379b266354072cbeb18d')
+
+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-04-27 06:44:38 UTC (rev 225923)
+++ community-x86_64/PKGBUILD	2017-04-27 06:44:41 UTC (rev 225924)
@@ -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.3
-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")
-sha256sums=('6a3c5ab94f316d7d609b60640df59b1cf9b35ed852d857216b6a3dc5d729c6e2')
-
-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 225923, subsurface-marble/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-27 06:44:41 UTC (rev 225924)
@@ -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.4
+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")
+sha256sums=('1b4021d4ad197207bd557416c253f0b2b490438307f0379b266354072cbeb18d')
+
+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