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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:54:07 UTC 2014


    Date: Friday, September 26, 2014 @ 12:54:06
  Author: jgc
Revision: 223067

db-move: moved libgweather from [gnome-unstable] to [testing] (i686, x86_64)

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

------------------------------------+
 testing-i686/PKGBUILD              |   28 ++++++++++++++++++++++++++++
 testing-i686/libgweather.install   |   18 ++++++++++++++++++
 testing-x86_64/PKGBUILD            |   28 ++++++++++++++++++++++++++++
 testing-x86_64/libgweather.install |   18 ++++++++++++++++++
 4 files changed, 92 insertions(+)

Copied: libgweather/repos/testing-i686/PKGBUILD (from rev 223030, libgweather/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:54:06 UTC (rev 223067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.14.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' '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=('337c9a8331cabc2422e23a556264dad0fde1f13c8bbba2726db5b54a5bccbb5b')
+
+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/testing-i686/libgweather.install (from rev 223030, libgweather/repos/gnome-unstable-i686/libgweather.install)
===================================================================
--- testing-i686/libgweather.install	                        (rev 0)
+++ testing-i686/libgweather.install	2014-09-26 10:54:06 UTC (rev 223067)
@@ -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
+}

Copied: libgweather/repos/testing-x86_64/PKGBUILD (from rev 223030, libgweather/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:54:06 UTC (rev 223067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  <jgc at archlinux.org>
+
+pkgname=libgweather
+pkgver=3.14.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' '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=('337c9a8331cabc2422e23a556264dad0fde1f13c8bbba2726db5b54a5bccbb5b')
+
+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/testing-x86_64/libgweather.install (from rev 223030, libgweather/repos/gnome-unstable-x86_64/libgweather.install)
===================================================================
--- testing-x86_64/libgweather.install	                        (rev 0)
+++ testing-x86_64/libgweather.install	2014-09-26 10:54:06 UTC (rev 223067)
@@ -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