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

Balló György bgyorgy at archlinux.org
Tue Apr 20 20:44:21 UTC 2021


    Date: Tuesday, April 20, 2021 @ 20:44:21
  Author: bgyorgy
Revision: 920370

upgpkg: metacity 3.40.0-1: Update to version 3.40.0

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 20:44:16 UTC (rev 920369)
+++ PKGBUILD	2021-04-20 20:44:21 UTC (rev 920370)
@@ -2,21 +2,21 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=metacity
-pkgver=3.38.0
+pkgver=3.40.0
 pkgrel=1
-pkgdesc="Window manager of GNOME Flashback"
+pkgdesc='Window manager of GNOME Flashback'
 arch=('x86_64')
+url='https://wiki.gnome.org/Projects/Metacity'
 license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity' 'libxres' 'libxpresent')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'libxpresent' 'libxres'
+         'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
 makedepends=('intltool' 'vulkan-headers')
-url="https://wiki.gnome.org/Projects/Metacity"
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('81193121b0d85dc93fef5701c00d0caf5313d10d9b19008403a4286cb04e11ac')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile
+  ./configure --prefix=/usr --disable-schemas-compile
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list