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

Jan Steffens heftig at archlinux.org
Mon May 9 19:43:08 UTC 2016


    Date: Monday, May 9, 2016 @ 21:43:08
  Author: heftig
Revision: 267262

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
    (from rev 267261, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/PKGBUILD
    (from rev 267261, libgweather/trunk/PKGBUILD)
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                        |   62 +++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD              |   29 -----------------
 extra-i686/libgweather.install   |   18 ----------
 extra-x86_64/PKGBUILD            |   29 -----------------
 extra-x86_64/libgweather.install |   18 ----------
 5 files changed, 62 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-09 19:41:11 UTC (rev 267261)
+++ extra-i686/PKGBUILD	2016-05-09 19:43:08 UTC (rev 267262)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  <jgc at archlinux.org>
-
-pkgname=libgweather
-pkgver=3.20.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=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('52629b8e9fcd979377f43a2223cf0e7096d3c3e940faa94021132ee0f879b8d6')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --prefix=/usr --sysconfdir=/etc \
-        --localstatedir=/var --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-i686/PKGBUILD (from rev 267261, libgweather/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-09 19:43:08 UTC (rev 267262)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib)
+makedepends=(intltool gobject-introspection vala)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/libgweather.install
===================================================================
--- extra-i686/libgweather.install	2016-05-09 19:41:11 UTC (rev 267261)
+++ extra-i686/libgweather.install	2016-05-09 19:43:08 UTC (rev 267262)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-09 19:41:11 UTC (rev 267261)
+++ extra-x86_64/PKGBUILD	2016-05-09 19:43:08 UTC (rev 267262)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot  <jgc at archlinux.org>
-
-pkgname=libgweather
-pkgver=3.20.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=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('52629b8e9fcd979377f43a2223cf0e7096d3c3e940faa94021132ee0f879b8d6')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --prefix=/usr --sysconfdir=/etc \
-        --localstatedir=/var --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-}

Copied: libgweather/repos/extra-x86_64/PKGBUILD (from rev 267261, libgweather/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-09 19:43:08 UTC (rev 267262)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="Location and timezone database and weather-lookup library"
+url="https://wiki.gnome.org/Projects/LibGWeather"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libsoup gtk3 geocode-glib)
+makedepends=(intltool gobject-introspection vala)
+options=(!emptydirs)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81eb829fab6375cc9a4d448ae0f790e48f9720e91eb74678b22264cfbc8938d0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/libgweather.install
===================================================================
--- extra-x86_64/libgweather.install	2016-05-09 19:41:11 UTC (rev 267261)
+++ extra-x86_64/libgweather.install	2016-05-09 19:43:08 UTC (rev 267262)
@@ -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
-}



More information about the arch-commits mailing list