Balló György pushed to branch main at Arch Linux / Packaging / Packages /
metacity
Commits:
4d210080 by Balló György at 2024-01-24T22:42:24+01:00
upgpkg: 3.50.0-3: Disable vulkan support as it's an incomplete functionality
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = metacity
pkgdesc = Window manager of GNOME Flashback
pkgver = 3.50.0
- pkgrel = 2
+ pkgrel = 3
url = https://wiki.gnome.org/Projects/Metacity
arch = x86_64
license = GPL-2.0-or-later
makedepends = python
- makedepends = vulkan-headers
depends = at-spi2-core
depends = cairo
depends = dconf
@@ -32,7 +31,6 @@ pkgbase = metacity
depends = libxrender
depends = pango
depends = startup-notification
- depends = vulkan-icd-loader
depends = zenity
source =
https://download.gnome.org/sources/metacity/3.50/metacity-3.50.0.tar.xz
source = 0001-frames-Add-basic-color-scheme-support.patch
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=metacity
pkgver=3.50.0
-pkgrel=2
+pkgrel=3
pkgdesc='Window manager of GNOME Flashback'
arch=('x86_64')
url='https://wiki.gnome.org/Projects/Metacity'
@@ -11,8 +11,8 @@ license=('GPL-2.0-or-later')
depends=('at-spi2-core' 'cairo' 'dconf' 'gdk-pixbuf2' 'glib2' 'glibc'
'gsettings-desktop-schemas'
'gtk3' 'libcanberra' 'libice' 'libgtop' 'libsm' 'libx11'
'libxcomposite' 'libxcursor'
'libxdamage' 'libxext' 'libxfixes' 'libxinerama' 'libxpresent'
'libxrandr' 'libxres'
- 'libxrender' 'pango' 'startup-notification' 'vulkan-icd-loader'
'zenity')
-makedepends=('python' 'vulkan-headers')
+ 'libxrender' 'pango' 'startup-notification' 'zenity')
+makedepends=('python')
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
'0001-frames-Add-basic-color-scheme-support.patch')
sha256sums=('18e9b106438d46394e4148bcb83acc6367312be54559cdb564e270c1ccaeb60f'
@@ -26,7 +26,7 @@ prepare() {
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-vulkan
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/4d2100808109a7dbf57ac875fcc48a4a5d284cdb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/4d2100808109a7dbf57ac875fcc48a4a5d284cdb
You're receiving this email because of your account on gitlab.archlinux.org.