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

Jan de Groot jgc at archlinux.org
Sun Feb 5 12:21:19 UTC 2017


    Date: Sunday, February 5, 2017 @ 12:21:18
  Author: jgc
Revision: 209955

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mx/repos/community-i686/PKGBUILD
    (from rev 209954, mx/trunk/PKGBUILD)
  mx/repos/community-x86_64/PKGBUILD
    (from rev 209954, mx/trunk/PKGBUILD)
Deleted:
  mx/repos/community-i686/PKGBUILD
  mx/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 --------------------
 community-x86_64/PKGBUILD |   36 --------------------
 3 files changed, 78 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-05 12:21:06 UTC (rev 209954)
+++ community-i686/PKGBUILD	2017-02-05 12:21:18 UTC (rev 209955)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: GGR <gaby.greboval at yahoo dot com>
-
-pkgname=mx
-pkgver=1.4.7
-pkgrel=3
-pkgdesc="A widget toolkit using Clutter"
-arch=('i686' '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')
-source=("https://github.com/clutter-project/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('8a7514ea33c1dec7251d0141e24a702e7701dc9f00348cbcf1816925b7f74dbc')
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    NOCONFIGURE=1 ./autogen.sh
-    # patch to resolv GL errors
-    # source : https://github.com/clutter-project/mx/pull/62
-    sed -i 's/GLushort/gushort/g' mx/mx-deform-texture.c
-    sed -i 's/GLfloat/gfloat/g' mx/mx-texture-frame.c
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mx/repos/community-i686/PKGBUILD (from rev 209954, mx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-05 12:21:18 UTC (rev 209955)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: GGR <gaby.greboval at yahoo dot com>
+
+pkgname=mx
+pkgver=1.4.7+13+g24efb0cc
+pkgrel=1
+pkgdesc="A widget toolkit using Clutter"
+arch=('i686' '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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-05 12:21:06 UTC (rev 209954)
+++ community-x86_64/PKGBUILD	2017-02-05 12:21:18 UTC (rev 209955)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: GGR <gaby.greboval at yahoo dot com>
-
-pkgname=mx
-pkgver=1.4.7
-pkgrel=3
-pkgdesc="A widget toolkit using Clutter"
-arch=('i686' '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')
-source=("https://github.com/clutter-project/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('8a7514ea33c1dec7251d0141e24a702e7701dc9f00348cbcf1816925b7f74dbc')
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    NOCONFIGURE=1 ./autogen.sh
-    # patch to resolv GL errors
-    # source : https://github.com/clutter-project/mx/pull/62
-    sed -i 's/GLushort/gushort/g' mx/mx-deform-texture.c
-    sed -i 's/GLfloat/gfloat/g' mx/mx-texture-frame.c
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mx/repos/community-x86_64/PKGBUILD (from rev 209954, mx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-05 12:21:18 UTC (rev 209955)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: GGR <gaby.greboval at yahoo dot com>
+
+pkgname=mx
+pkgver=1.4.7+13+g24efb0cc
+pkgrel=1
+pkgdesc="A widget toolkit using Clutter"
+arch=('i686' '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