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

Felix Yan fyan at archlinux.org
Mon Dec 21 13:30:02 UTC 2015


    Date: Monday, December 21, 2015 @ 14:30:02
  Author: fyan
Revision: 153867

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 153866, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-testing-i686/deepin-metacity.install
    (from rev 153866, deepin-metacity/trunk/deepin-metacity.install)
  deepin-metacity/repos/community-testing-x86_64/
  deepin-metacity/repos/community-testing-x86_64/PKGBUILD
    (from rev 153866, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-testing-x86_64/deepin-metacity.install
    (from rev 153866, deepin-metacity/trunk/deepin-metacity.install)

--------------------------------------------------+
 community-testing-i686/PKGBUILD                  |   34 +++++++++++++++++++++
 community-testing-i686/deepin-metacity.install   |   11 ++++++
 community-testing-x86_64/PKGBUILD                |   34 +++++++++++++++++++++
 community-testing-x86_64/deepin-metacity.install |   11 ++++++
 4 files changed, 90 insertions(+)

Copied: deepin-metacity/repos/community-testing-i686/PKGBUILD (from rev 153866, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-12-21 13:30:02 UTC (rev 153867)
@@ -0,0 +1,34 @@
+# $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.18.1.2.20151221
+_commit=f8c8da894b4bd589e57f0f8e99ff6a533b9129f5
+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')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'git')
+url="https://github.com/linuxdeepin/deepin-metacity"
+install=deepin-metacity.install
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#commit=$_commit")
+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-i686/deepin-metacity.install (from rev 153866, deepin-metacity/trunk/deepin-metacity.install)
===================================================================
--- community-testing-i686/deepin-metacity.install	                        (rev 0)
+++ community-testing-i686/deepin-metacity.install	2015-12-21 13:30:02 UTC (rev 153867)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: deepin-metacity/repos/community-testing-x86_64/PKGBUILD (from rev 153866, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-12-21 13:30:02 UTC (rev 153867)
@@ -0,0 +1,34 @@
+# $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.18.1.2.20151221
+_commit=f8c8da894b4bd589e57f0f8e99ff6a533b9129f5
+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')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'git')
+url="https://github.com/linuxdeepin/deepin-metacity"
+install=deepin-metacity.install
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#commit=$_commit")
+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/deepin-metacity.install (from rev 153866, deepin-metacity/trunk/deepin-metacity.install)
===================================================================
--- community-testing-x86_64/deepin-metacity.install	                        (rev 0)
+++ community-testing-x86_64/deepin-metacity.install	2015-12-21 13:30:02 UTC (rev 153867)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list