[arch-commits] Commit in deepin-metacity/repos (6 files)
Felix Yan
fyan at archlinux.org
Tue Jan 12 10:16:31 UTC 2016
Date: Tuesday, January 12, 2016 @ 11:16:31
Author: fyan
Revision: 156103
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
deepin-metacity/repos/community-staging-i686/
deepin-metacity/repos/community-staging-i686/PKGBUILD
(from rev 156102, deepin-metacity/trunk/PKGBUILD)
deepin-metacity/repos/community-staging-i686/deepin-metacity.install
(from rev 156102, deepin-metacity/trunk/deepin-metacity.install)
deepin-metacity/repos/community-staging-x86_64/
deepin-metacity/repos/community-staging-x86_64/PKGBUILD
(from rev 156102, deepin-metacity/trunk/PKGBUILD)
deepin-metacity/repos/community-staging-x86_64/deepin-metacity.install
(from rev 156102, deepin-metacity/trunk/deepin-metacity.install)
--------------------------------------------------+
community-staging-i686/PKGBUILD | 33 +++++++++++++++++++++
community-staging-i686/deepin-metacity.install | 11 +++++++
community-staging-x86_64/PKGBUILD | 33 +++++++++++++++++++++
community-staging-x86_64/deepin-metacity.install | 11 +++++++
4 files changed, 88 insertions(+)
Copied: deepin-metacity/repos/community-staging-i686/PKGBUILD (from rev 156102, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-12 10:16:31 UTC (rev 156103)
@@ -0,0 +1,33 @@
+# $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.5
+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#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-staging-i686/deepin-metacity.install (from rev 156102, deepin-metacity/trunk/deepin-metacity.install)
===================================================================
--- community-staging-i686/deepin-metacity.install (rev 0)
+++ community-staging-i686/deepin-metacity.install 2016-01-12 10:16:31 UTC (rev 156103)
@@ -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-staging-x86_64/PKGBUILD (from rev 156102, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-01-12 10:16:31 UTC (rev 156103)
@@ -0,0 +1,33 @@
+# $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.5
+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#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-staging-x86_64/deepin-metacity.install (from rev 156102, deepin-metacity/trunk/deepin-metacity.install)
===================================================================
--- community-staging-x86_64/deepin-metacity.install (rev 0)
+++ community-staging-x86_64/deepin-metacity.install 2016-01-12 10:16:31 UTC (rev 156103)
@@ -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