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

Antonio Rojas arojas at archlinux.org
Tue Feb 16 08:37:11 UTC 2016


    Date: Tuesday, February 16, 2016 @ 09:37:10
  Author: arojas
Revision: 259495

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

Added:
  libkgeomap/repos/testing-i686/
  libkgeomap/repos/testing-i686/PKGBUILD
    (from rev 259494, libkgeomap/trunk/PKGBUILD)
  libkgeomap/repos/testing-i686/libkgeomap.install
    (from rev 259494, libkgeomap/trunk/libkgeomap.install)
  libkgeomap/repos/testing-x86_64/
  libkgeomap/repos/testing-x86_64/PKGBUILD
    (from rev 259494, libkgeomap/trunk/PKGBUILD)
  libkgeomap/repos/testing-x86_64/libkgeomap.install
    (from rev 259494, libkgeomap/trunk/libkgeomap.install)

-----------------------------------+
 testing-i686/PKGBUILD             |   37 ++++++++++++++++++++++++++++++++++++
 testing-i686/libkgeomap.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD           |   37 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/libkgeomap.install |   11 ++++++++++
 4 files changed, 96 insertions(+)

Copied: libkgeomap/repos/testing-i686/PKGBUILD (from rev 259494, libkgeomap/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:37:10 UTC (rev 259495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgeomap
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A wrapper around world map components for browsing and arranging photos on a map"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(marble)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('b82f25787be514a7570b0dc1ceddb7576a31c965')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkgeomap/repos/testing-i686/libkgeomap.install (from rev 259494, libkgeomap/trunk/libkgeomap.install)
===================================================================
--- testing-i686/libkgeomap.install	                        (rev 0)
+++ testing-i686/libkgeomap.install	2016-02-16 08:37:10 UTC (rev 259495)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: libkgeomap/repos/testing-x86_64/PKGBUILD (from rev 259494, libkgeomap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:37:10 UTC (rev 259495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgeomap
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="A wrapper around world map components for browsing and arranging photos on a map"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(marble)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('b82f25787be514a7570b0dc1ceddb7576a31c965')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkgeomap/repos/testing-x86_64/libkgeomap.install (from rev 259494, libkgeomap/trunk/libkgeomap.install)
===================================================================
--- testing-x86_64/libkgeomap.install	                        (rev 0)
+++ testing-x86_64/libkgeomap.install	2016-02-16 08:37:10 UTC (rev 259495)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list