[arch-commits] Commit in metacity/repos (2 files)
Balló György
bgyorgy at archlinux.org
Fri Mar 23 19:06:58 UTC 2018
Date: Friday, March 23, 2018 @ 19:06:56
Author: bgyorgy
Revision: 311628
archrelease: copy trunk to community-testing-x86_64
Added:
metacity/repos/community-testing-x86_64/
metacity/repos/community-testing-x86_64/PKGBUILD
(from rev 311627, metacity/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: metacity/repos/community-testing-x86_64/PKGBUILD (from rev 311627, metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2018-03-23 19:06:56 UTC (rev 311628)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Window manager of GNOME Flashback"
+arch=('x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool')
+url="https://wiki.gnome.org/Projects/Metacity"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c0dadfc26c7296bbdbb5d3b86fc8df70b9bf9eb461038949d8f4dfa29b8ea4f')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --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