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

Jan de Groot jgc at archlinux.org
Mon Mar 23 07:13:36 UTC 2015


    Date: Monday, March 23, 2015 @ 08:13:36
  Author: jgc
Revision: 234490

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/PKGBUILD
    (from rev 234489, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-i686/libgweather.install
    (from rev 234489, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 234489, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/libgweather.install
    (from rev 234489, libgweather/trunk/libgweather.install)
Deleted:
  libgweather/repos/gnome-unstable-i686/PKGBUILD
  libgweather/repos/gnome-unstable-i686/libgweather.install
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
  libgweather/repos/gnome-unstable-x86_64/libgweather.install

-------------------------------------------+
 /PKGBUILD                                 |   56 ++++++++++++++++++++++++++++
 /libgweather.install                      |   36 ++++++++++++++++++
 gnome-unstable-i686/PKGBUILD              |   28 --------------
 gnome-unstable-i686/libgweather.install   |   18 ---------
 gnome-unstable-x86_64/PKGBUILD            |   28 --------------
 gnome-unstable-x86_64/libgweather.install |   18 ---------
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2015-03-23 07:13:29 UTC (rev 234489)
+++ gnome-unstable-i686/PKGBUILD	2015-03-23 07:13:36 UTC (rev 234490)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  <jgc at archlinux.org>
-
-pkgname=libgweather
-pkgver=3.15.91
-pkgrel=1
-pkgdesc="Provides access to weather information from the net"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libsoup' 'gtk3' 'geocode-glib')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs')
-url="http://www.gnome.org/"
-install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('28e6174a6828af71a038dc8659a23132f713bd3bf12d5da671ac42d138675b64')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --prefix=/usr --sysconfdir=/etc \
-        --localstatedir=/var --disable-static
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/gnome-unstable-i686/PKGBUILD (from rev 234489, libgweather/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-03-23 07:13:36 UTC (rev 234490)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the net"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gtk3' 'geocode-glib')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs')
+url="http://www.gnome.org/"
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eacb755a95268bb65f6e027ec236de36fb0f486a8bb938e98e82377836373f74')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr --sysconfdir=/etc \
+        --localstatedir=/var --disable-static
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/libgweather.install
===================================================================
--- gnome-unstable-i686/libgweather.install	2015-03-23 07:13:29 UTC (rev 234489)
+++ gnome-unstable-i686/libgweather.install	2015-03-23 07:13:36 UTC (rev 234490)
@@ -1,18 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
-    gconfpkg --uninstall libgweather
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libgweather/repos/gnome-unstable-i686/libgweather.install (from rev 234489, libgweather/trunk/libgweather.install)
===================================================================
--- gnome-unstable-i686/libgweather.install	                        (rev 0)
+++ gnome-unstable-i686/libgweather.install	2015-03-23 07:13:36 UTC (rev 234490)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+    gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2015-03-23 07:13:29 UTC (rev 234489)
+++ gnome-unstable-x86_64/PKGBUILD	2015-03-23 07:13:36 UTC (rev 234490)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  <jgc at archlinux.org>
-
-pkgname=libgweather
-pkgver=3.15.91
-pkgrel=1
-pkgdesc="Provides access to weather information from the net"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libsoup' 'gtk3' 'geocode-glib')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-options=('!emptydirs')
-url="http://www.gnome.org/"
-install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('28e6174a6828af71a038dc8659a23132f713bd3bf12d5da671ac42d138675b64')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --prefix=/usr --sysconfdir=/etc \
-        --localstatedir=/var --disable-static
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234489, libgweather/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-03-23 07:13:36 UTC (rev 234490)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the net"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gtk3' 'geocode-glib')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+options=('!emptydirs')
+url="http://www.gnome.org/"
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eacb755a95268bb65f6e027ec236de36fb0f486a8bb938e98e82377836373f74')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr --sysconfdir=/etc \
+        --localstatedir=/var --disable-static
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/libgweather.install
===================================================================
--- gnome-unstable-x86_64/libgweather.install	2015-03-23 07:13:29 UTC (rev 234489)
+++ gnome-unstable-x86_64/libgweather.install	2015-03-23 07:13:36 UTC (rev 234490)
@@ -1,18 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
-    gconfpkg --uninstall libgweather
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libgweather/repos/gnome-unstable-x86_64/libgweather.install (from rev 234489, libgweather/trunk/libgweather.install)
===================================================================
--- gnome-unstable-x86_64/libgweather.install	                        (rev 0)
+++ gnome-unstable-x86_64/libgweather.install	2015-03-23 07:13:36 UTC (rev 234490)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+    gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list