[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:53:12
  Author: cesura
Revision: 511270

upgpkg: libmateweather 1.22.1-1

Updated to version 1.22.1

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:47:59 UTC (rev 511269)
+++ PKGBUILD2019-09-20 21:53:12 UTC (rev 511270)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
+sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:46:25
  Author: cesura
Revision: 581829

upgpkg: libmateweather 1.24.0-1: Updated to version 1.24.0

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:45:40 UTC (rev 581828)
+++ PKGBUILD2020-02-25 18:46:25 UTC (rev 581829)
@@ -2,18 +2,17 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.22.1
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('LGPL')
-depends=('gtk3' 'libsoup')
-makedepends=('intltool')
+depends=('gtk3' 'libsoup' 'gettext')
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
+sha256sums=('0d6d18296a7011459c92785052ee9a8d695e7fd0bf9d8fa4cc2ce1fe19b59524')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 01:44:41
  Author: cesura
Revision: 446184

upgpkg: libmateweather 1.22.0-1

Updated to version 1.22

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 01:41:27 UTC (rev 446183)
+++ PKGBUILD2019-03-30 01:44:41 UTC (rev 446184)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.20.2
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
@@ -13,24 +13,24 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('bb4363c64a81885c0656be71a8965df22d0acff64df46cadd424d5116c0f57cf')
+sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
 
 build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-python \
---enable-locations-compression
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-python \
+   --enable-locations-compression
 
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-make
+   make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2018-02-07 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 7, 2018 @ 22:13:44
  Author: arojas
Revision: 290086

Update to 1.20

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-07 22:11:23 UTC (rev 290085)
+++ PKGBUILD2018-02-07 22:13:44 UTC (rev 290086)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('1e1912cda0162897276a653711cb3be2d4269232b72d985c8c8f8d516add79e0')
+sha256sums=('076eddad046454d8e8f90413b1b33594975fc2a51c2a0cec1fff40b09adf15b1')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

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

upgpkg: libmateweather 1.10.0-1 - New upstream release

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 44 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-07 11:22:35 UTC (rev 132872)
+++ PKGBUILD2015-05-07 11:39:26 UTC (rev 132873)
@@ -1,32 +1,64 @@
 # Maintainer : Martin Wimpress 
 
-pkgname=libmateweather
-pkgver=1.8.0
+_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' 'libsoup' 'pygtk' 'python2-gobject2')
-makedepends=('mate-common' 'perl-xml-parser')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
-install=${pkgname}.install
+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}/${pkgname}-${pkgver}"
-PYTHON=/usr/bin/python2 ./configure \
+cd "${srcdir}/${pkgbase}-gtk2"
+./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
 --with-gtk=2.0 \
 --disable-static \
---enable-python \
+--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() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+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
+}


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2016-09-11 Thread Antonio Rojas
Date: Sunday, September 11, 2016 @ 13:11:56
  Author: arojas
Revision: 189171

Update to 1.14.3 (FS#50531)

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-11 09:08:19 UTC (rev 189170)
+++ PKGBUILD2016-09-11 13:11:56 UTC (rev 189171)
@@ -3,7 +3,7 @@
 _ver=1.14
 pkgbase=libmateweather
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.3
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="http://mate-desktop.org";
@@ -12,7 +12,7 @@
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8f94aee849e613f2e869f096bbc618180016d885')
+sha1sums=('0bf0b4b06ab9b43782b982c46c5876eb02410ef6')
 
 prepare() {
 cd "${srcdir}"


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 12:24:05
  Author: arojas
Revision: 190246

Update to 1.16.0

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 12:23:22 UTC (rev 190245)
+++ PKGBUILD2016-09-24 12:24:05 UTC (rev 190246)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 pkgbase=libmateweather
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.3
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="http://mate-desktop.org";
@@ -12,7 +12,7 @@
 depends=('gtk2' 'gtk3')
 makedepends=('intltool')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0bf0b4b06ab9b43782b982c46c5876eb02410ef6')
+sha1sums=('db775a80ec76ea0f8f9277a4b2011471eabaee65')
 
 prepare() {
 cd "${srcdir}"


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2016-10-28 Thread Antonio Rojas
Date: Friday, October 28, 2016 @ 19:56:01
  Author: arojas
Revision: 193947

Update to 1.16.1

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-28 19:53:30 UTC (rev 193946)
+++ PKGBUILD2016-10-28 19:56:01 UTC (rev 193947)
@@ -3,7 +3,7 @@
 _ver=1.16
 pkgbase=libmateweather
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="http://mate-desktop.org";
@@ -10,9 +10,9 @@
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gtk2' 'gtk3')
-makedepends=('intltool')
+makedepends=('intltool' 'libsoup')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('db775a80ec76ea0f8f9277a4b2011471eabaee65')
+sha1sums=('912eb67104da9414eb47c4a9b0631735d2528794')
 
 prepare() {
 cd "${srcdir}"
@@ -62,7 +62,7 @@
 package_libmateweather-gtk3() {
 pkgdesc+=' (GTK3 version)'
 conflicts=("${pkgbase}")
-depends=('gtk3')
+depends=('gtk3' 'libsoup')
 
 cd "${srcdir}/${pkgbase}-gtk3"
 make DESTDIR="${pkgdir}" install


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2016-08-06 Thread Balló György
Date: Saturday, August 6, 2016 @ 16:49:55
  Author: bgyorgy
Revision: 185641

upgpkg: libmateweather 1.14.0-1

Update to new version

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 16:48:48 UTC (rev 185640)
+++ PKGBUILD2016-08-06 16:49:55 UTC (rev 185641)
@@ -1,4 +1,4 @@
-# Maintainer : Martin Wimpress 
+# Contributor: Martin Wimpress 
 
 _ver=1.14
 pkgbase=libmateweather


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 21:48:13
  Author: flexiondotorg
Revision: 106538

Updated to 1.8

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 20:47:54 UTC (rev 106537)
+++ PKGBUILD2014-03-05 20:48:13 UTC (rev 106538)
@@ -1,12 +1,9 @@
-# $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"
+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')
@@ -13,8 +10,8 @@
 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')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
 install=${pkgname}.install
 
 build() {
@@ -23,6 +20,7 @@
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
+--with-gtk=2.0 \
 --disable-static \
 --enable-python \
 --enable-locations-compression



[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:09:53
  Author: flexiondotorg
Revision: 107629

Remove unneccessary options.

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:09:50 UTC (rev 107628)
+++ PKGBUILD2014-03-18 11:09:53 UTC (rev 107629)
@@ -9,7 +9,6 @@
 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



[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

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

upgpkg: libmateweather 1.12.0-1 - New upstream release

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 21:49:31 UTC (rev 146068)
+++ PKGBUILD2015-11-05 21:59:06 UTC (rev 146069)
@@ -1,6 +1,6 @@
 # Maintainer : Martin Wimpress 
 
-_ver=1.10
+_ver=1.12
 pkgbase=libmateweather
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
 pkgver=${_ver}.0
@@ -12,7 +12,7 @@
 depends=('dconf' 'gtk2' 'gtk3' 'libsoup')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('938c0063bf622c729b9ab33ea05cf37ea012be5e')
+sha1sums=('9ccbfa31a4c315138e61c6459e2c521ba1f96e63')
 install=${pkgbase}.install
 
 prepare() {


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:21:03
  Author: flexiondotorg
Revision: 148347

upgpkg: libmateweather 1.12.1-1 - New upstream release

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 11:04:22 UTC (rev 148346)
+++ PKGBUILD2015-12-04 11:21:03 UTC (rev 148347)
@@ -3,7 +3,7 @@
 _ver=1.12
 pkgbase=libmateweather
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="http://mate-desktop.org";
@@ -12,7 +12,7 @@
 depends=('dconf' 'gtk2' 'gtk3' 'libsoup')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('9ccbfa31a4c315138e61c6459e2c521ba1f96e63')
+sha1sums=('dfd58b8fa7ec93e04773f61006b34b21a08e66d2')
 install=${pkgbase}.install
 
 prepare() {


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 17:57:42
  Author: arojas
Revision: 228783

Update to 1.18.1

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 17:52:33 UTC (rev 228782)
+++ PKGBUILD2017-05-20 17:57:42 UTC (rev 228783)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="http://mate-desktop.org";
@@ -12,7 +12,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b0f158847c02a22ca2fc802a855a681f5970ce9a')
+sha1sums=('ad6536d05b257405ca7a5b64a0a122915f65a07e')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 19:58:53
  Author: arojas
Revision: 216951

Update to 1.18.0

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |   56 +++-
 1 file changed, 11 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 19:52:42 UTC (rev 216950)
+++ PKGBUILD2017-03-17 19:58:53 UTC (rev 216951)
@@ -1,32 +1,25 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
-pkgbase=libmateweather
-pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgname=libmateweather
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('gtk2' 'gtk3')
-makedepends=('intltool' 'libsoup')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('912eb67104da9414eb47c4a9b0631735d2528794')
+depends=('gtk3' 'libsoup')
+makedepends=('intltool')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('b0f158847c02a22ca2fc802a855a681f5970ce9a')
 
-prepare() {
-cd "${srcdir}"
-mv "${pkgname}-${pkgver}" "${pkgbase}-gtk2"
-cp -a "${pkgbase}-gtk2" "${pkgbase}-gtk3"
-}
-
 build() {
-cd "${srcdir}/${pkgbase}-gtk2"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
---with-gtk=2.0 \
 --disable-python \
 --enable-locations-compression
 
@@ -34,36 +27,9 @@
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
 make
-
-cd "${srcdir}/${pkgbase}-gtk3"
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---disable-python \
---enable-locations-compression
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
 }
 
-package_libmateweather() {
-pkgdesc+=' (GTK2 version)'
-conflicts=("${pkgbase}-gtk3")
-depends=('dconf' 'gtk2' 'libsoup')
-
-cd "${srcdir}/${pkgbase}-gtk2"
+package() {
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }
-
-package_libmateweather-gtk3() {
-pkgdesc+=' (GTK3 version)'
-conflicts=("${pkgbase}")
-depends=('gtk3' 'libsoup')
-
-cd "${srcdir}/${pkgbase}-gtk3"
-make DESTDIR="${pkgdir}" install
-}


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2017-11-08 Thread Antonio Rojas
Date: Wednesday, November 8, 2017 @ 21:09:07
  Author: arojas
Revision: 265759

Update to 1.18.2

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-08 21:06:09 UTC (rev 265758)
+++ PKGBUILD2017-11-08 21:09:07 UTC (rev 265759)
@@ -1,10 +1,11 @@
+# Maintainer:
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
-url="http://mate-desktop.org";
+url="https://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('gtk3' 'libsoup')
@@ -11,8 +12,8 @@
 makedepends=('intltool')
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('ad6536d05b257405ca7a5b64a0a122915f65a07e')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('1e1912cda0162897276a653711cb3be2d4269232b72d985c8c8f8d516add79e0')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2018-12-17 Thread Brad Fanella via arch-commits
Date: Monday, December 17, 2018 @ 18:53:47
  Author: cesura
Revision: 416559

upgpkg: libmateweather 1.20.2-1

Updated to version 1.20.2

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 18:48:46 UTC (rev 416558)
+++ PKGBUILD2018-12-17 18:53:47 UTC (rev 416559)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('21f35e05bb586c1a01b9754ad48726470ab456778350de32b6c5bdb286b5e12e')
+sha256sums=('bb4363c64a81885c0656be71a8965df22d0acff64df46cadd424d5116c0f57cf')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmateweather/trunk (PKGBUILD)

2018-07-17 Thread Brad Fanella via arch-commits
Date: Tuesday, July 17, 2018 @ 18:25:19
  Author: cesura
Revision: 361103

upgpkg: libmateweather 1.20.1-1

Updated to version 1.20.1

Modified:
  libmateweather/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-17 18:22:02 UTC (rev 361102)
+++ PKGBUILD2018-07-17 18:25:19 UTC (rev 361103)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 
 pkgname=libmateweather
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('076eddad046454d8e8f90413b1b33594975fc2a51c2a0cec1fff40b09adf15b1')
+sha256sums=('21f35e05bb586c1a01b9754ad48726470ab456778350de32b6c5bdb286b5e12e')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmateweather/trunk (PKGBUILD libmateweather.install)

2016-08-06 Thread Balló György
Date: Saturday, August 6, 2016 @ 16:48:43
  Author: bgyorgy
Revision: 185639

upgpkg: libmateweather 1.14.0-1

Update to new version

Modified:
  libmateweather/trunk/PKGBUILD
Deleted:
  libmateweather/trunk/libmateweather.install

+
 PKGBUILD   |   25 +++--
 libmateweather.install |   12 
 2 files changed, 15 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 16:11:08 UTC (rev 185638)
+++ PKGBUILD2016-08-06 16:48:43 UTC (rev 185639)
@@ -1,19 +1,18 @@
 # Maintainer : Martin Wimpress 
 
-_ver=1.12
+_ver=1.14
 pkgbase=libmateweather
 pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.1
+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')
+depends=('gtk2' 'gtk3')
+makedepends=('intltool')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('dfd58b8fa7ec93e04773f61006b34b21a08e66d2')
-install=${pkgbase}.install
+sha1sums=('8f94aee849e613f2e869f096bbc618180016d885')
 
 prepare() {
 cd "${srcdir}"
@@ -28,9 +27,12 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --with-gtk=2.0 \
---disable-static \
 --disable-python \
 --enable-locations-compression
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
 make
 
 cd "${srcdir}/${pkgbase}-gtk3"
@@ -39,9 +41,12 @@
 --sysconfdir=/etc \
 --localstatedir=/var \
 --with-gtk=3.0 \
---disable-static \
 --disable-python \
 --enable-locations-compression
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
 make
 }
 
@@ -55,9 +60,9 @@
 }
 
 package_libmateweather-gtk3() {
-pkgdesc+=' (GTK3 version [EXPERIMENTAL])'
+pkgdesc+=' (GTK3 version)'
 conflicts=("${pkgbase}")
-depends=('dconf' 'gtk3' 'libsoup')
+depends=('gtk3')
 
 cd "${srcdir}/${pkgbase}-gtk3"
 make DESTDIR="${pkgdir}" install

Deleted: libmateweather.install
===
--- libmateweather.install  2016-08-06 16:11:08 UTC (rev 185638)
+++ libmateweather.install  2016-08-06 16:48:43 UTC (rev 185639)
@@ -1,12 +0,0 @@
-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
-}