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

2015-11-05 Thread Martin Wimpress
Date: Thursday, November 5, 2015 @ 22:59:17
  Author: flexiondotorg
Revision: 146070

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

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

-+
 community-staging-i686/PKGBUILD |   64 ++
 community-staging-i686/libmateweather.install   |   12 
 community-staging-x86_64/PKGBUILD   |   64 ++
 community-staging-x86_64/libmateweather.install |   12 
 4 files changed, 152 insertions(+)

Copied: libmateweather/repos/community-staging-i686/PKGBUILD (from rev 146069, 
libmateweather/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-05 21:59:17 UTC (rev 146070)
@@ -0,0 +1,64 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+pkgbase=libmateweather
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'libsoup')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('9ccbfa31a4c315138e61c6459e2c521ba1f96e63')
+install=${pkgbase}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--disable-python \
+--enable-locations-compression
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--disable-static \
+--disable-python \
+--enable-locations-compression
+make
+}
+
+package_libmateweather() {
+pkgdesc+=' (GTK2 version)'
+conflicts=("${pkgbase}-gtk3")
+depends=('dconf' 'gtk2' 'libsoup')
+
+cd "${srcdir}/${pkgbase}-gtk2"
+make DESTDIR="${pkgdir}" install
+}
+
+package_libmateweather-gtk3() {
+pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
+conflicts=("${pkgbase}")
+depends=('dconf' 'gtk3' 'libsoup')
+
+cd "${srcdir}/${pkgbase}-gtk3"
+make DESTDIR="${pkgdir}" install
+}

Copied: libmateweather/repos/community-staging-i686/libmateweather.install 
(from rev 146069, libmateweather/trunk/libmateweather.install)
===
--- community-staging-i686/libmateweather.install   
(rev 0)
+++ community-staging-i686/libmateweather.install   2015-11-05 21:59:17 UTC 
(rev 146070)
@@ -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-staging-x86_64/PKGBUILD (from rev 
146069, libmateweather/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-05 21:59:17 UTC (rev 146070)
@@ -0,0 +1,64 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+pkgbase=libmateweather
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'libsoup')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('9ccbfa31a4c315138e61c6459e2c521ba1f96e63')
+install=${pkgbase}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--disabl

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

2015-05-07 Thread Martin Wimpress
Date: Thursday, May 7, 2015 @ 13:39:39
  Author: flexiondotorg
Revision: 132874

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

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

-+
 community-staging-i686/PKGBUILD |   64 ++
 community-staging-i686/libmateweather.install   |   12 
 community-staging-x86_64/PKGBUILD   |   64 ++
 community-staging-x86_64/libmateweather.install |   12 
 4 files changed, 152 insertions(+)

Copied: libmateweather/repos/community-staging-i686/PKGBUILD (from rev 132873, 
libmateweather/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 11:39:39 UTC (rev 132874)
@@ -0,0 +1,64 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+pkgbase=libmateweather
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'libsoup')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('938c0063bf622c729b9ab33ea05cf37ea012be5e')
+install=${pkgbase}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--disable-python \
+--enable-locations-compression
+make
+
+cd "${srcdir}/${pkgbase}-gtk3"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--disable-static \
+--disable-python \
+--enable-locations-compression
+make
+}
+
+package_libmateweather() {
+pkgdesc+=' (GTK2 version)'
+conflicts=("${pkgbase}-gtk3")
+depends=('dconf' 'gtk2' 'libsoup')
+
+cd "${srcdir}/${pkgbase}-gtk2"
+make DESTDIR="${pkgdir}" install
+}
+
+package_libmateweather-gtk3() {
+pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
+conflicts=("${pkgbase}")
+depends=('dconf' 'gtk3' 'libsoup')
+
+cd "${srcdir}/${pkgbase}-gtk3"
+make DESTDIR="${pkgdir}" install
+}

Copied: libmateweather/repos/community-staging-i686/libmateweather.install 
(from rev 132873, libmateweather/trunk/libmateweather.install)
===
--- community-staging-i686/libmateweather.install   
(rev 0)
+++ community-staging-i686/libmateweather.install   2015-05-07 11:39:39 UTC 
(rev 132874)
@@ -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-staging-x86_64/PKGBUILD (from rev 
132873, libmateweather/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-07 11:39:39 UTC (rev 132874)
@@ -0,0 +1,64 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+pkgbase=libmateweather
+pkgname=(${pkgbase} ${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'libsoup')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('938c0063bf622c729b9ab33ea05cf37ea012be5e')
+install=${pkgbase}.install
+
+prepare() {
+cd "${srcdir}"
+mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
+cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--disable-pyt

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

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 22:39:17
  Author: flexiondotorg
Revision: 106569

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

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

-+
 community-staging-i686/PKGBUILD |   33 ++
 community-staging-i686/libmateweather.install   |   12 
 community-staging-x86_64/PKGBUILD   |   33 ++
 community-staging-x86_64/libmateweather.install |   12 
 4 files changed, 90 insertions(+)

Copied: libmateweather/repos/community-staging-i686/PKGBUILD (from rev 106568, 
libmateweather/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-05 21:39:17 UTC (rev 106569)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=libmateweather
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+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.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--enable-python \
+--enable-locations-compression
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: libmateweather/repos/community-staging-i686/libmateweather.install 
(from rev 106568, libmateweather/trunk/libmateweather.install)
===
--- community-staging-i686/libmateweather.install   
(rev 0)
+++ community-staging-i686/libmateweather.install   2014-03-05 21:39:17 UTC 
(rev 106569)
@@ -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-staging-x86_64/PKGBUILD (from rev 
106568, libmateweather/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-05 21:39:17 UTC (rev 106569)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=libmateweather
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+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.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--disable-static \
+--enable-python \
+--enable-locations-compression
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: libmateweather/repos/community-staging-x86_64/libmateweather.install 
(from rev 106568, libmateweather/trunk/libmateweather.install)
===
--- community-staging-x86_64/libmateweather.install 
(rev 0)
+++ community-staging-x86_64/libmateweather.install 2014-03-05 21:39:17 UTC 
(rev 106569)
@@ -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
+}



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

2014-01-16 Thread Martin Wimpress
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 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+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 
+# Contributor: Giovanni "Talorno" Ricciardi 
+# Contributor: Xpander 
+
+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
+}