[arch-commits] Commit in subsurface-marble/repos (6 files)
Gaetan Bisson
bisson at archlinux.org
Fri Apr 29 02:06:52 UTC 2016
Date: Friday, April 29, 2016 @ 04:06:52
Author: bisson
Revision: 172493
db-move: moved subsurface-marble from [community-staging] to [community] (i686, x86_64)
Added:
subsurface-marble/repos/community-i686/PKGBUILD
(from rev 172492, subsurface-marble/repos/community-staging-i686/PKGBUILD)
subsurface-marble/repos/community-x86_64/PKGBUILD
(from rev 172492, subsurface-marble/repos/community-staging-x86_64/PKGBUILD)
Deleted:
subsurface-marble/repos/community-i686/PKGBUILD
subsurface-marble/repos/community-staging-i686/
subsurface-marble/repos/community-staging-x86_64/
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 2016-04-29 02:06:50 UTC (rev 172492)
+++ community-i686/PKGBUILD 2016-04-29 02:06:52 UTC (rev 172493)
@@ -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.5
-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=('6f166303218066ac19bf74afa5905fd8c61ad619')
-
-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 172492, subsurface-marble/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 02:06:52 UTC (rev 172493)
@@ -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.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}
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-29 02:06:50 UTC (rev 172492)
+++ community-x86_64/PKGBUILD 2016-04-29 02:06:52 UTC (rev 172493)
@@ -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.5
-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=('6f166303218066ac19bf74afa5905fd8c61ad619')
-
-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 172492, subsurface-marble/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-29 02:06:52 UTC (rev 172493)
@@ -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.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}
+}
More information about the arch-commits
mailing list