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

Antonio Rojas arojas at archlinux.org
Thu Apr 28 10:57:48 UTC 2016


    Date: Thursday, April 28, 2016 @ 12:57:48
  Author: arojas
Revision: 266449

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

Added:
  libkgeomap4/repos/extra-i686/PKGBUILD
    (from rev 266448, libkgeomap4/trunk/PKGBUILD)
  libkgeomap4/repos/extra-x86_64/PKGBUILD
    (from rev 266448, libkgeomap4/trunk/PKGBUILD)
Deleted:
  libkgeomap4/repos/extra-i686/PKGBUILD
  libkgeomap4/repos/extra-i686/libkgeomap4.install
  libkgeomap4/repos/extra-x86_64/PKGBUILD
  libkgeomap4/repos/extra-x86_64/libkgeomap4.install

----------------------------------+
 /PKGBUILD                        |   80 +++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD              |   41 ------------------
 extra-i686/libkgeomap4.install   |   11 -----
 extra-x86_64/PKGBUILD            |   41 ------------------
 extra-x86_64/libkgeomap4.install |   11 -----
 5 files changed, 80 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-04-28 10:57:17 UTC (rev 266448)
+++ extra-i686/PKGBUILD	2016-04-28 10:57:48 UTC (rev 266449)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkgeomap4
-_pkgname=libkgeomap
-pkgver=15.08.3
-pkgrel=2
-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=(kdelibs libmarble4)
-makedepends=(cmake automoc4)
-replaces=('libkgeomap<15.11')
-conflicts=('libkgeomap<15.11')
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
-sha1sums=('d6cf746741b9e344890db7dac36a7900b8f9ad62')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with libmarble4
-  sed -e 's|#include <marble|#include <marble4|' -i $_pkgname-$pkgver/libkgeomap/*.cpp -i $_pkgname-$pkgver/libkgeomap/*.h
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgeomap4/repos/extra-i686/PKGBUILD (from rev 266448, libkgeomap4/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-04-28 10:57:48 UTC (rev 266449)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgeomap4
+_pkgname=libkgeomap
+pkgver=15.08.3
+pkgrel=3
+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=(kdelibs libmarble4)
+makedepends=(cmake automoc4)
+replaces=('libkgeomap<15.11')
+conflicts=('libkgeomap<15.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+sha1sums=('d6cf746741b9e344890db7dac36a7900b8f9ad62')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with libmarble4
+  sed -e 's|#include <marble|#include <marble4|' -i $_pkgname-$pkgver/libkgeomap/*.cpp -i $_pkgname-$pkgver/libkgeomap/*.h
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/libkgeomap4.install
===================================================================
--- extra-i686/libkgeomap4.install	2016-04-28 10:57:17 UTC (rev 266448)
+++ extra-i686/libkgeomap4.install	2016-04-28 10:57:48 UTC (rev 266449)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-04-28 10:57:17 UTC (rev 266448)
+++ extra-x86_64/PKGBUILD	2016-04-28 10:57:48 UTC (rev 266449)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkgeomap4
-_pkgname=libkgeomap
-pkgver=15.08.3
-pkgrel=2
-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=(kdelibs libmarble4)
-makedepends=(cmake automoc4)
-replaces=('libkgeomap<15.11')
-conflicts=('libkgeomap<15.11')
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
-sha1sums=('d6cf746741b9e344890db7dac36a7900b8f9ad62')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with libmarble4
-  sed -e 's|#include <marble|#include <marble4|' -i $_pkgname-$pkgver/libkgeomap/*.cpp -i $_pkgname-$pkgver/libkgeomap/*.h
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgeomap4/repos/extra-x86_64/PKGBUILD (from rev 266448, libkgeomap4/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-04-28 10:57:48 UTC (rev 266449)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgeomap4
+_pkgname=libkgeomap
+pkgver=15.08.3
+pkgrel=3
+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=(kdelibs libmarble4)
+makedepends=(cmake automoc4)
+replaces=('libkgeomap<15.11')
+conflicts=('libkgeomap<15.11')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+sha1sums=('d6cf746741b9e344890db7dac36a7900b8f9ad62')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with libmarble4
+  sed -e 's|#include <marble|#include <marble4|' -i $_pkgname-$pkgver/libkgeomap/*.cpp -i $_pkgname-$pkgver/libkgeomap/*.h
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/libkgeomap4.install
===================================================================
--- extra-x86_64/libkgeomap4.install	2016-04-28 10:57:17 UTC (rev 266448)
+++ extra-x86_64/libkgeomap4.install	2016-04-28 10:57:48 UTC (rev 266449)
@@ -1,11 +0,0 @@
-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