[arch-commits] Commit in deepin-mutter/repos (4 files)

Felix Yan felixonmars at archlinux.org
Mon Jun 5 13:32:05 UTC 2017


    Date: Monday, June 5, 2017 @ 13:32:04
  Author: felixonmars
Revision: 234180

archrelease: copy trunk to community-i686, community-x86_64

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
    (from rev 234179, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/PKGBUILD
    (from rev 234179, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   40 ----------------------
 community-x86_64/PKGBUILD |   40 ----------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-05 13:31:09 UTC (rev 234179)
+++ community-i686/PKGBUILD	2017-06-05 13:32:04 UTC (rev 234180)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# 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.17
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' '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=('c863132bb7e4890d66ca7991050767deed21e28341fcd368fefe124ee7388680e34291fbb64f93b929fe13b5a88215d65bd977d3d5e6eb9076ba768aba64fb42')
-
-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
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 234179, deepin-mutter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-05 13:32:04 UTC (rev 234180)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# 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.18
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' '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=('fe1f114a019955a62166cfc9e6c9298cc44e337d27e36e167863a796f25f274084e05815cc4194a946a06238115c130caa05a82e1410c2f8ec8588b2e347e3da')
+
+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
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-05 13:31:09 UTC (rev 234179)
+++ community-x86_64/PKGBUILD	2017-06-05 13:32:04 UTC (rev 234180)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# 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.17
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' '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=('c863132bb7e4890d66ca7991050767deed21e28341fcd368fefe124ee7388680e34291fbb64f93b929fe13b5a88215d65bd977d3d5e6eb9076ba768aba64fb42')
-
-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
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-x86_64/PKGBUILD (from rev 234179, deepin-mutter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-05 13:32:04 UTC (rev 234180)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# 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.18
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' '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=('fe1f114a019955a62166cfc9e6c9298cc44e337d27e36e167863a796f25f274084e05815cc4194a946a06238115c130caa05a82e1410c2f8ec8588b2e347e3da')
+
+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
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list