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

Felix Yan felixonmars at archlinux.org
Fri Mar 9 07:41:18 UTC 2018


    Date: Friday, March 9, 2018 @ 07:41:17
  Author: felixonmars
Revision: 305038

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: deepin-metacity/repos/community-testing-x86_64/PKGBUILD (from rev 305037, deepin-metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-09 07:41:17 UTC (rev 305038)
@@ -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.14
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('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=('a4fa8bd68e6694384752fc86ba9e8d5fd5619bbec8d7cf840a9f1a4257702ac26148eec9ed7bca1c65946b55f482935494a54c162d17eab520d5b35db3a06f53')
+
+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