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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 14:09:13 UTC 2022


    Date: Wednesday, May 4, 2022 @ 14:09:13
  Author: arojas
Revision: 1194370

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 14:09:04 UTC (rev 1194369)
+++ PKGBUILD	2022-05-04 14:09:13 UTC (rev 1194370)
@@ -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.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
-}

Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 1194369, metacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 14:09:13 UTC (rev 1194370)
@@ -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.44.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' 'python')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('19c3c5d79d2171f45baa0f632cc8995f8607bf1231a16014439bac9ba165a7c0')
+
+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