summaryrefslogtreecommitdiff
path: root/community/mx
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
commitad45d1982b97faa9372d99e51daa687c7c09de7d (patch)
treeaf490221f2b733b8f0cf68f3898566d5049c3ab4 /community/mx
parent7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (diff)
Tue Apr 15 03:22:01 UTC 2014
Diffstat (limited to 'community/mx')
-rw-r--r--community/mx/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/mx/PKGBUILD b/community/mx/PKGBUILD
deleted file mode 100644
index 66b99a6bb..000000000
--- a/community/mx/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 107203 2014-03-14 13:54:54Z flexiondotorg $
-#Maintainer : Martin Wimpress <code@flexion.org>
-#Contributor: GGR <gaby.greboval at yahoo dot com>
-
-pkgname=mx
-pkgver=1.4.7
-pkgrel=2
-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
-}