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

Antonio Rojas arojas at archlinux.org
Sat Mar 26 23:23:04 UTC 2016


    Date: Sunday, March 27, 2016 @ 00:23:04
  Author: arojas
Revision: 262740

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  libkgeomap/repos/staging-i686/
  libkgeomap/repos/staging-i686/PKGBUILD
    (from rev 262739, libkgeomap/kde-unstable/PKGBUILD)
  libkgeomap/repos/staging-i686/libkgeomap.install
    (from rev 262739, libkgeomap/kde-unstable/libkgeomap.install)
  libkgeomap/repos/staging-x86_64/
  libkgeomap/repos/staging-x86_64/PKGBUILD
    (from rev 262739, libkgeomap/kde-unstable/PKGBUILD)
  libkgeomap/repos/staging-x86_64/libkgeomap.install
    (from rev 262739, libkgeomap/kde-unstable/libkgeomap.install)

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

Copied: libkgeomap/repos/staging-i686/PKGBUILD (from rev 262739, libkgeomap/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 23:23:04 UTC (rev 262740)
@@ -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=16.03.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('fcb847cfb00679cbeadea0f397b7d3db4179e6af')
+
+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/staging-i686/libkgeomap.install (from rev 262739, libkgeomap/kde-unstable/libkgeomap.install)
===================================================================
--- staging-i686/libkgeomap.install	                        (rev 0)
+++ staging-i686/libkgeomap.install	2016-03-26 23:23:04 UTC (rev 262740)
@@ -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/staging-x86_64/PKGBUILD (from rev 262739, libkgeomap/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 23:23:04 UTC (rev 262740)
@@ -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=16.03.80
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('fcb847cfb00679cbeadea0f397b7d3db4179e6af')
+
+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/staging-x86_64/libkgeomap.install (from rev 262739, libkgeomap/kde-unstable/libkgeomap.install)
===================================================================
--- staging-x86_64/libkgeomap.install	                        (rev 0)
+++ staging-x86_64/libkgeomap.install	2016-03-26 23:23:04 UTC (rev 262740)
@@ -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