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

Jan Steffens heftig at nymeria.archlinux.org
Mon Jun 30 18:48:10 UTC 2014


    Date: Monday, June 30, 2014 @ 20:48:10
  Author: heftig
Revision: 215864

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

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

------------------------------+
 /PKGBUILD                    |   60 +++++++++++++++++++++++++++++++++++++++++
 /geoclue.install             |   22 +++++++++++++++
 extra-i686/PKGBUILD          |   30 --------------------
 extra-i686/geoclue.install   |   11 -------
 extra-x86_64/PKGBUILD        |   30 --------------------
 extra-x86_64/geoclue.install |   11 -------
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-06-30 18:46:48 UTC (rev 215863)
+++ extra-i686/PKGBUILD	2014-06-30 18:48:10 UTC (rev 215864)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=geoclue
-pkgver=0.12.99
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/"
-license=(LGPL)
-depends=(dbus-glib libxml2 dconf)
-makedepends=(networkmanager libsoup-gnome gtk-doc)
-optdepends=('networkmanager: geolocation'
-            'libsoup-gnome: Skyhook location provider')
-install=geoclue.install
-source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.gz)
-md5sums=('779245045bfeeec4853da8baaa3a18e6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue/repos/extra-i686/PKGBUILD (from rev 215863, geoclue/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-06-30 18:48:10 UTC (rev 215864)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=geoclue
+pkgver=0.12.99
+pkgrel=2
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/"
+license=(LGPL)
+depends=(dbus-glib libxml2 dconf)
+makedepends=(networkmanager libsoup-gnome gtk-doc)
+optdepends=('networkmanager: geolocation'
+            'libsoup-gnome: Skyhook location provider')
+install=geoclue.install
+source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.gz)
+md5sums=('779245045bfeeec4853da8baaa3a18e6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/geoclue.install
===================================================================
--- extra-i686/geoclue.install	2014-06-30 18:46:48 UTC (rev 215863)
+++ extra-i686/geoclue.install	2014-06-30 18:48:10 UTC (rev 215864)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: geoclue/repos/extra-i686/geoclue.install (from rev 215863, geoclue/trunk/geoclue.install)
===================================================================
--- extra-i686/geoclue.install	                        (rev 0)
+++ extra-i686/geoclue.install	2014-06-30 18:48:10 UTC (rev 215864)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-06-30 18:46:48 UTC (rev 215863)
+++ extra-x86_64/PKGBUILD	2014-06-30 18:48:10 UTC (rev 215864)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=geoclue
-pkgver=0.12.99
-pkgrel=1
-pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
-arch=(i686 x86_64)
-url="http://geoclue.freedesktop.org/"
-license=(LGPL)
-depends=(dbus-glib libxml2 dconf)
-makedepends=(networkmanager libsoup-gnome gtk-doc)
-optdepends=('networkmanager: geolocation'
-            'libsoup-gnome: Skyhook location provider')
-install=geoclue.install
-source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.gz)
-md5sums=('779245045bfeeec4853da8baaa3a18e6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: geoclue/repos/extra-x86_64/PKGBUILD (from rev 215863, geoclue/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-06-30 18:48:10 UTC (rev 215864)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=geoclue
+pkgver=0.12.99
+pkgrel=2
+pkgdesc="Modular geoinformation service built on the D-Bus messaging system."
+arch=(i686 x86_64)
+url="http://geoclue.freedesktop.org/"
+license=(LGPL)
+depends=(dbus-glib libxml2 dconf)
+makedepends=(networkmanager libsoup-gnome gtk-doc)
+optdepends=('networkmanager: geolocation'
+            'libsoup-gnome: Skyhook location provider')
+install=geoclue.install
+source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.gz)
+md5sums=('779245045bfeeec4853da8baaa3a18e6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/geoclue.install
===================================================================
--- extra-x86_64/geoclue.install	2014-06-30 18:46:48 UTC (rev 215863)
+++ extra-x86_64/geoclue.install	2014-06-30 18:48:10 UTC (rev 215864)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: geoclue/repos/extra-x86_64/geoclue.install (from rev 215863, geoclue/trunk/geoclue.install)
===================================================================
--- extra-x86_64/geoclue.install	                        (rev 0)
+++ extra-x86_64/geoclue.install	2014-06-30 18:48:10 UTC (rev 215864)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list