Date: Thursday, August 18, 2016 @ 09:47:05
  Author: felixonmars
Revision: 186936

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

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

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

Copied: deepin-metacity/repos/community-testing-i686/PKGBUILD (from rev 186935, 
deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2016-08-18 09:47:05 UTC (rev 186936)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <[email protected]>
+ 
+pkgname=deepin-metacity
+pkgver=3.20.3
+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-testing-x86_64/PKGBUILD (from rev 
186935, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-18 09:47:05 UTC (rev 186936)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <[email protected]>
+ 
+pkgname=deepin-metacity
+pkgver=3.20.3
+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
+}

Reply via email to