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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 15:20:18 UTC 2014


    Date: Thursday, January 16, 2014 @ 16:20:18
  Author: flexiondotorg
Revision: 104174

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

Added:
  libmateweather/repos/community-i686/
  libmateweather/repos/community-i686/PKGBUILD
    (from rev 104173, libmateweather/trunk/PKGBUILD)
  libmateweather/repos/community-i686/libmateweather.install
    (from rev 104173, libmateweather/trunk/libmateweather.install)
  libmateweather/repos/community-x86_64/
  libmateweather/repos/community-x86_64/PKGBUILD
    (from rev 104173, libmateweather/trunk/PKGBUILD)
  libmateweather/repos/community-x86_64/libmateweather.install
    (from rev 104173, libmateweather/trunk/libmateweather.install)

-----------------------------------------+
 community-i686/PKGBUILD                 |   35 ++++++++++++++++++++++++++++++
 community-i686/libmateweather.install   |   12 ++++++++++
 community-x86_64/PKGBUILD               |   35 ++++++++++++++++++++++++++++++
 community-x86_64/libmateweather.install |   12 ++++++++++
 4 files changed, 94 insertions(+)

Copied: libmateweather/repos/community-i686/PKGBUILD (from rev 104173, libmateweather/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 15:20:18 UTC (rev 104174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=libmateweather
+pkgver=1.6.2
+pkgrel=5
+pkgdesc="Provides access to weather information from the net"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('56f30e35345864954a37228ad8103350f4bc3651')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --disable-static \
+        --enable-python \
+        --enable-locations-compression
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: libmateweather/repos/community-i686/libmateweather.install (from rev 104173, libmateweather/trunk/libmateweather.install)
===================================================================
--- community-i686/libmateweather.install	                        (rev 0)
+++ community-i686/libmateweather.install	2014-01-16 15:20:18 UTC (rev 104174)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: libmateweather/repos/community-x86_64/PKGBUILD (from rev 104173, libmateweather/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 15:20:18 UTC (rev 104174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=libmateweather
+pkgver=1.6.2
+pkgrel=5
+pkgdesc="Provides access to weather information from the net"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('56f30e35345864954a37228ad8103350f4bc3651')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --disable-static \
+        --enable-python \
+        --enable-locations-compression
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: libmateweather/repos/community-x86_64/libmateweather.install (from rev 104173, libmateweather/trunk/libmateweather.install)
===================================================================
--- community-x86_64/libmateweather.install	                        (rev 0)
+++ community-x86_64/libmateweather.install	2014-01-16 15:20:18 UTC (rev 104174)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list