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

Jan de Groot jgc at archlinux.org
Thu Sep 28 10:45:31 UTC 2017


    Date: Thursday, September 28, 2017 @ 10:45:30
  Author: jgc
Revision: 260753

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

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

Copied: deepin-metacity/repos/community-testing-i686/PKGBUILD (from rev 260752, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-28 10:45:30 UTC (rev 260753)
@@ -0,0 +1,29 @@
+# $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.10
+pkgrel=2
+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')
+url="https://github.com/linuxdeepin/deepin-metacity"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz")
+sha512sums=('49a0c6c0c3531c12ca0877fed3cf2b53a0dbf1ad0d0ef8699e08a0fa3e8edeef9bf60e20889b17001e8d66f8e2f3642f557a2af4bdee74c65b823073a60d5e06')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+               --disable-static --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: deepin-metacity/repos/community-testing-x86_64/PKGBUILD (from rev 260752, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-28 10:45:30 UTC (rev 260753)
@@ -0,0 +1,29 @@
+# $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.10
+pkgrel=2
+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')
+url="https://github.com/linuxdeepin/deepin-metacity"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz")
+sha512sums=('49a0c6c0c3531c12ca0877fed3cf2b53a0dbf1ad0d0ef8699e08a0fa3e8edeef9bf60e20889b17001e8d66f8e2f3642f557a2af4bdee74c65b823073a60d5e06')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+               --disable-static --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list