[arch-commits] Commit in deepin-mutter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Mar 12 00:07:19 UTC 2020
Date: Thursday, March 12, 2020 @ 00:07:12
Author: bgyorgy
Revision: 594780
archrelease: copy trunk to community-x86_64
Added:
deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 594779, deepin-mutter/trunk/PKGBUILD)
Deleted:
deepin-mutter/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-12 00:07:08 UTC (rev 594779)
+++ PKGBUILD 2020-03-12 00:07:12 UTC (rev 594780)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-mutter
-pkgver=3.20.38
-pkgrel=3
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter"
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower'
- 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 'gtk-doc' 'intltool')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz")
-sha512sums=('19aa7c56bfde874ba58622c8c6928999020dcfce9dc30d7982ea53ef4d91f06ec90ed605d6ff4eaa6bd81181c52e8d5e693a4f4aecd9e790c3bc5d34464e6cce')
-
-prepare() {
- cd deepin-mutter-$pkgver
- sed -i '/SCANNERFLAGS/s/ --warn-error//' src/Makefile.am
-}
-
-build() {
- cd deepin-mutter-$pkgver
- ./autogen.sh \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/deepin-mutter \
- --localstatedir=/var \
- --enable-gtk-doc \
- --enable-wayland \
- --enable-native-backend \
- --disable-static \
- --disable-schemas-compile \
- --enable-compile-warnings=minimum
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd deepin-mutter-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-mutter/repos/community-x86_64/PKGBUILD (from rev 594779, deepin-mutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-12 00:07:12 UTC (rev 594780)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-mutter
+pkgver=3.20.38
+pkgrel=4
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter"
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gobject-introspection' 'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz")
+sha512sums=('19aa7c56bfde874ba58622c8c6928999020dcfce9dc30d7982ea53ef4d91f06ec90ed605d6ff4eaa6bd81181c52e8d5e693a4f4aecd9e790c3bc5d34464e6cce')
+
+prepare() {
+ cd deepin-mutter-$pkgver
+ sed -i '/SCANNERFLAGS/s/ --warn-error//' src/Makefile.am
+}
+
+build() {
+ cd deepin-mutter-$pkgver
+ ./autogen.sh \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/deepin-mutter \
+ --localstatedir=/var \
+ --enable-gtk-doc \
+ --enable-wayland \
+ --enable-native-backend \
+ --disable-static \
+ --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd deepin-mutter-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list