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

Jan de Groot jgc at archlinux.org
Wed Dec 24 11:10:43 UTC 2014


    Date: Wednesday, December 24, 2014 @ 12:10:43
  Author: jgc
Revision: 227991

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-12-24 11:10:34 UTC (rev 227990)
+++ extra-i686/PKGBUILD	2014-12-24 11:10:43 UTC (rev 227991)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  <jgc at archlinux.org>
-
-pkgname=libgweather
-pkgver=3.14.1
-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' 'python2')
-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=('4db10404ac91bc1f85ae977bdaa98413836429c3de6244dc68567c402afed800')
-
-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/extra-i686/PKGBUILD (from rev 227990, libgweather/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-24 11:10:43 UTC (rev 227991)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.14.2
+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' 'python2')
+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=('aa0d03132fc6c446cf549df1d91e319e1abcc676f1d9f8bc1dc01f033dcff493')
+
+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: extra-i686/libgweather.install
===================================================================
--- extra-i686/libgweather.install	2014-12-24 11:10:34 UTC (rev 227990)
+++ extra-i686/libgweather.install	2014-12-24 11:10:43 UTC (rev 227991)
@@ -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/extra-i686/libgweather.install (from rev 227990, libgweather/trunk/libgweather.install)
===================================================================
--- extra-i686/libgweather.install	                        (rev 0)
+++ extra-i686/libgweather.install	2014-12-24 11:10:43 UTC (rev 227991)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-12-24 11:10:34 UTC (rev 227990)
+++ extra-x86_64/PKGBUILD	2014-12-24 11:10:43 UTC (rev 227991)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  <jgc at archlinux.org>
-
-pkgname=libgweather
-pkgver=3.14.1
-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' 'python2')
-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=('4db10404ac91bc1f85ae977bdaa98413836429c3de6244dc68567c402afed800')
-
-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/extra-x86_64/PKGBUILD (from rev 227990, libgweather/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-24 11:10:43 UTC (rev 227991)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.14.2
+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' 'python2')
+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=('aa0d03132fc6c446cf549df1d91e319e1abcc676f1d9f8bc1dc01f033dcff493')
+
+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: extra-x86_64/libgweather.install
===================================================================
--- extra-x86_64/libgweather.install	2014-12-24 11:10:34 UTC (rev 227990)
+++ extra-x86_64/libgweather.install	2014-12-24 11:10:43 UTC (rev 227991)
@@ -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/extra-x86_64/libgweather.install (from rev 227990, libgweather/trunk/libgweather.install)
===================================================================
--- extra-x86_64/libgweather.install	                        (rev 0)
+++ extra-x86_64/libgweather.install	2014-12-24 11:10:43 UTC (rev 227991)
@@ -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