Date: Tuesday, November 1, 2022 @ 09:34:07
  Author: arojas
Revision: 1340062

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-01 09:34:00 UTC (rev 1340061)
+++ PKGBUILD    2022-11-01 09:34:07 UTC (rev 1340062)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <[email protected]>
-
-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
-}

Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 1340061, 
metacity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-01 09:34:07 UTC (rev 1340062)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=metacity
+pkgver=3.46.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=('4ba777e938547bfccbf9acca0967574c46643022e054c93a033419cb3cc7c1ec')
+
+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
+}

Reply via email to