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

Antonio Rojas arojas at gemini.archlinux.org
Sun Nov 14 13:47:13 UTC 2021


    Date: Sunday, November 14, 2021 @ 13:47:13
  Author: arojas
Revision: 1047438

archrelease: copy trunk to community-x86_64

Added:
  metacity/repos/community-x86_64/PKGBUILD
    (from rev 1047437, metacity/trunk/PKGBUILD)
Deleted:
  metacity/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-14 13:47:05 UTC (rev 1047437)
+++ PKGBUILD	2021-11-14 13:47:13 UTC (rev 1047438)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=metacity
-pkgver=3.40.0
-pkgrel=1
-pkgdesc='Window manager of GNOME Flashback'
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/Metacity'
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'libxpresent' 'libxres'
-         'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'vulkan-headers')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('224c1f65487eac21f0c1d9856152343768ee726c48b1a8a2835a46a8ad9015b5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 1047437, metacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-14 13:47:13 UTC (rev 1047438)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.42.0
+pkgrel=1
+pkgdesc='Window manager of GNOME Flashback'
+arch=('x86_64')
+url='https://wiki.gnome.org/Projects/Metacity'
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'libxpresent' 'libxres'
+         'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('vulkan-headers')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('d89d679dcfed9b5eef18f06e2dcb33a7ab543d53b358fa89ce65593c231eeebc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  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