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

Felix Yan felixonmars at archlinux.org
Fri Feb 17 13:05:38 UTC 2017


    Date: Friday, February 17, 2017 @ 13:05:38
  Author: felixonmars
Revision: 212870

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-17 13:04:44 UTC (rev 212869)
+++ community-i686/PKGBUILD	2017-02-17 13:05:38 UTC (rev 212870)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
- 
-pkgname=deepin-metacity
-pkgver=3.22.0
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 'git')
-url="https://github.com/linuxdeepin/deepin-metacity"
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver")
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-               --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-i686/PKGBUILD (from rev 212869, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-17 13:05:38 UTC (rev 212870)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+ 
+pkgname=deepin-metacity
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 'git')
+url="https://github.com/linuxdeepin/deepin-metacity"
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver")
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+               --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-17 13:04:44 UTC (rev 212869)
+++ community-x86_64/PKGBUILD	2017-02-17 13:05:38 UTC (rev 212870)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
- 
-pkgname=deepin-metacity
-pkgver=3.22.0
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 'git')
-url="https://github.com/linuxdeepin/deepin-metacity"
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver")
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-               --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-x86_64/PKGBUILD (from rev 212869, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-17 13:05:38 UTC (rev 212870)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+ 
+pkgname=deepin-metacity
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python' 'git')
+url="https://github.com/linuxdeepin/deepin-metacity"
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver")
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+               --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list