Date: Tuesday, February 25, 2020 @ 18:46:32
  Author: cesura
Revision: 581831

archrelease: copy trunk to community-x86_64

Added:
  libmateweather/repos/community-x86_64/PKGBUILD
    (from rev 581830, libmateweather/trunk/PKGBUILD)
Deleted:
  libmateweather/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-25 18:46:25 UTC (rev 581830)
+++ PKGBUILD    2020-02-25 18:46:32 UTC (rev 581831)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella <ces...@archlinux.org
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=libmateweather
-pkgver=1.22.1
-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')
-conflicts=('libmateweather-gtk3')
-replaces=('libmateweather-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
-
-build() {
-       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
-
-       make
-}
-
-package() {
-       cd "${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: libmateweather/repos/community-x86_64/PKGBUILD (from rev 581830, 
libmateweather/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-25 18:46:32 UTC (rev 581831)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+pkgname=libmateweather
+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' 'gettext')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('0d6d18296a7011459c92785052ee9a8d695e7fd0bf9d8fa4cc2ce1fe19b59524')
+
+build() {
+       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
+
+       make
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to