[arch-commits] Commit in libmateweather/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Sat Mar 30 01:45:24 UTC 2019


    Date: Saturday, March 30, 2019 @ 01:45:23
  Author: cesura
Revision: 446185

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 01:44:41 UTC (rev 446184)
+++ PKGBUILD	2019-03-30 01:45:23 UTC (rev 446185)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=libmateweather
-pkgver=1.20.2
-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=('bb4363c64a81885c0656be71a8965df22d0acff64df46cadd424d5116c0f57cf')
-
-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 446184, libmateweather/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 01:45:23 UTC (rev 446185)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=libmateweather
+pkgver=1.22.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')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
+
+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
+}



More information about the arch-commits mailing list