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

Antonio Rojas arojas at archlinux.org
Fri Mar 20 20:41:35 UTC 2015


    Date: Friday, March 20, 2015 @ 21:41:35
  Author: arojas
Revision: 234268

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

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

----------------------------------------+
 /PKGBUILD                              |   68 +++++++++++++++++++++++++++++++
 /libkgeomap.install                    |   22 ++++++++++
 kde-unstable-i686/PKGBUILD             |   34 ---------------
 kde-unstable-i686/libkgeomap.install   |   11 -----
 kde-unstable-x86_64/PKGBUILD           |   34 ---------------
 kde-unstable-x86_64/libkgeomap.install |   11 -----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-03-20 20:40:35 UTC (rev 234267)
+++ kde-unstable-i686/PKGBUILD	2015-03-20 20:41:35 UTC (rev 234268)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkgeomap
-pkgver=15.03.90
-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=('kdeedu-marble')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('609df24dd96effb075d34d56e4ab2fd1c2401cc2')
-
-prepare() {
-  mkdir build
-}
-
-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: libkgeomap/repos/kde-unstable-i686/PKGBUILD (from rev 234267, libkgeomap/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-03-20 20:41:35 UTC (rev 234268)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgeomap
+pkgver=15.03.95
+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=('kdeedu-marble')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0ea98397aea251c444c09790bd84b13a3c2cc1b8')
+
+prepare() {
+  mkdir build
+}
+
+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: kde-unstable-i686/libkgeomap.install
===================================================================
--- kde-unstable-i686/libkgeomap.install	2015-03-20 20:40:35 UTC (rev 234267)
+++ kde-unstable-i686/libkgeomap.install	2015-03-20 20:41:35 UTC (rev 234268)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: libkgeomap/repos/kde-unstable-i686/libkgeomap.install (from rev 234267, libkgeomap/kde-unstable/libkgeomap.install)
===================================================================
--- kde-unstable-i686/libkgeomap.install	                        (rev 0)
+++ kde-unstable-i686/libkgeomap.install	2015-03-20 20:41:35 UTC (rev 234268)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-03-20 20:40:35 UTC (rev 234267)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-20 20:41:35 UTC (rev 234268)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkgeomap
-pkgver=15.03.90
-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=('kdeedu-marble')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('609df24dd96effb075d34d56e4ab2fd1c2401cc2')
-
-prepare() {
-  mkdir build
-}
-
-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: libkgeomap/repos/kde-unstable-x86_64/PKGBUILD (from rev 234267, libkgeomap/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-20 20:41:35 UTC (rev 234268)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgeomap
+pkgver=15.03.95
+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=('kdeedu-marble')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0ea98397aea251c444c09790bd84b13a3c2cc1b8')
+
+prepare() {
+  mkdir build
+}
+
+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: kde-unstable-x86_64/libkgeomap.install
===================================================================
--- kde-unstable-x86_64/libkgeomap.install	2015-03-20 20:40:35 UTC (rev 234267)
+++ kde-unstable-x86_64/libkgeomap.install	2015-03-20 20:41:35 UTC (rev 234268)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: libkgeomap/repos/kde-unstable-x86_64/libkgeomap.install (from rev 234267, libkgeomap/kde-unstable/libkgeomap.install)
===================================================================
--- kde-unstable-x86_64/libkgeomap.install	                        (rev 0)
+++ kde-unstable-x86_64/libkgeomap.install	2015-03-20 20:41:35 UTC (rev 234268)
@@ -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