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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 10 00:28:30 UTC 2018


    Date: Saturday, November 10, 2018 @ 00:28:29
  Author: foutrelis
Revision: 405532

archrelease: copy trunk to community-staging-x86_64

Added:
  mx/repos/community-staging-x86_64/
  mx/repos/community-staging-x86_64/PKGBUILD
    (from rev 405530, mx/trunk/PKGBUILD)

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

Copied: mx/repos/community-staging-x86_64/PKGBUILD (from rev 405530, mx/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-10 00:28:29 UTC (rev 405532)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: GGR <gaby.greboval at yahoo dot com>
+
+pkgname=mx
+pkgver=1.4.7+13+g24efb0cc
+pkgrel=2
+pkgdesc="A widget toolkit using Clutter"
+arch=('x86_64')
+url="http://www.clutter-project.org"
+license=('LGPL')
+depends=('clutter' 'dbus-glib' 'gtk2' 'startup-notification')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'libtool' 'vala' git)
+_commit=24efb0cc16007bee02d3b077e8e11cfb5747b256  # mx-1.4
+source=("git+https://github.com/clutter-project/mx#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+    cd "${srcdir}/$pkgname"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/$pkgname"
+    ./configure \
+        --prefix=/usr
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    make
+}
+
+package() {
+    cd "${srcdir}/$pkgname"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list