Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
metacity


Commits:
49768ee0 by Balló György at 2024-07-20T20:03:08+02:00
Formatting

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -17,8 +17,8 @@ pkgbase = metacity
        depends = gsettings-desktop-schemas
        depends = gtk3
        depends = libcanberra
-       depends = libice
        depends = libgtop
+       depends = libice
        depends = libsm
        depends = libx11
        depends = libxcomposite
@@ -29,8 +29,8 @@ pkgbase = metacity
        depends = libxinerama
        depends = libxpresent
        depends = libxrandr
-       depends = libxres
        depends = libxrender
+       depends = libxres
        depends = pango
        depends = startup-notification
        depends = zenity


=====================================
PKGBUILD
=====================================
@@ -5,19 +5,51 @@ pkgname=metacity
 pkgver=3.52.0
 pkgrel=2
 pkgdesc='Window manager of GNOME Flashback'
-arch=('x86_64')
+arch=(x86_64)
 url='https://wiki.gnome.org/Projects/Metacity'
-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' 'zenity')
-makedepends=('autoconf-archive' 'git' 'glib2-devel')
-source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git?signed#tag=$pkgver";
-        '0001-frames-Add-basic-color-scheme-support.patch')
-b2sums=('99cf83b1792c3d723564f409b61bcf7da9b279bb707a5a00add48d9a331b21ec0ab15335b858a54d8a0000d9ba7cb96890588c75ac9b3c640e95c6617720445e'
-        
'3b0c2ae18687912b8d67d11b6046a534bff3c0cdaed1907e9b840a19fdc7ab8a9894cc13351f4dfa51e73acde057c054b5d3c1a98b4e8672abed37bc9b025cd4')
-validpgpkeys=('7B44FD78E49334EC10B3B288A3D013EC303E1894') # Alberts 
Muktupāvels <alberts.muktupav...@gmail.com>
+license=(GPL-2.0-or-later)
+depends=(
+  at-spi2-core
+  cairo
+  dconf
+  gdk-pixbuf2
+  glib2
+  glibc
+  gsettings-desktop-schemas
+  gtk3
+  libcanberra
+  libgtop
+  libice
+  libsm
+  libx11
+  libxcomposite
+  libxcursor
+  libxdamage
+  libxext
+  libxfixes
+  libxinerama
+  libxpresent
+  libxrandr
+  libxrender
+  libxres
+  pango
+  startup-notification
+  zenity
+)
+makedepends=(
+  autoconf-archive
+  git
+  glib2-devel
+)
+source=(
+  "git+https://gitlab.gnome.org/GNOME/$pkgname.git?signed#tag=$pkgver";
+  0001-frames-Add-basic-color-scheme-support.patch
+)
+b2sums=(
+  
99cf83b1792c3d723564f409b61bcf7da9b279bb707a5a00add48d9a331b21ec0ab15335b858a54d8a0000d9ba7cb96890588c75ac9b3c640e95c6617720445e
+  
3b0c2ae18687912b8d67d11b6046a534bff3c0cdaed1907e9b840a19fdc7ab8a9894cc13351f4dfa51e73acde057c054b5d3c1a98b4e8672abed37bc9b025cd4
+)
+validpgpkeys=(7B44FD78E49334EC10B3B288A3D013EC303E1894) # Alberts Muktupāvels 
<alberts.muktupav...@gmail.com>
 
 prepare() {
   cd $pkgname
@@ -30,7 +62,13 @@ prepare() {
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --disable-debug --enable-compile-warnings 
--disable-vulkan
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug \
+    --enable-compile-warnings \
+    --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/49768ee0a64f4a07664e31883d2503c870c597ba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/metacity/-/commit/49768ee0a64f4a07664e31883d2503c870c597ba
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to