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

Gaetan Bisson bisson at archlinux.org
Sat Feb 21 06:22:00 UTC 2015


    Date: Saturday, February 21, 2015 @ 07:22:00
  Author: bisson
Revision: 128058

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

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

---------------------------+
 community-i686/PKGBUILD   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: subsurface-marble/repos/community-i686/PKGBUILD (from rev 128057, subsurface-marble/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-21 06:22:00 UTC (rev 128058)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-marble
+_pkgname=marble
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('git' 'cmake')
+depends=('qt5-'{script,svg,tools,webkit})
+source=('git://git.subsurface-divelog.org/marble#commit=aa18d0af6951debf3a3a90916f3f772784dbf326')
+sha1sums=('SKIP')
+
+build() {
+	cd "${srcdir}/${_pkgname}"
+	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}"
+	make DESTDIR="${pkgdir}" install
+
+	cd "${pkgdir}/usr"
+	mv include subsurface
+	install -d include
+	mv subsurface include
+        rm -fr share/{appdata,icons}
+}

Copied: subsurface-marble/repos/community-x86_64/PKGBUILD (from rev 128057, subsurface-marble/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-21 06:22:00 UTC (rev 128058)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-marble
+_pkgname=marble
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('git' 'cmake')
+depends=('qt5-'{script,svg,tools,webkit})
+source=('git://git.subsurface-divelog.org/marble#commit=aa18d0af6951debf3a3a90916f3f772784dbf326')
+sha1sums=('SKIP')
+
+build() {
+	cd "${srcdir}/${_pkgname}"
+	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}"
+	make DESTDIR="${pkgdir}" install
+
+	cd "${pkgdir}/usr"
+	mv include subsurface
+	install -d include
+	mv subsurface include
+        rm -fr share/{appdata,icons}
+}



More information about the arch-commits mailing list