mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
added extra/imake
This commit is contained in:
parent
25cdd8b723
commit
08d2bbdf2f
4 changed files with 256 additions and 0 deletions
131
extra/imake/LICENSE
Normal file
131
extra/imake/LICENSE
Normal file
|
@ -0,0 +1,131 @@
|
|||
gccmakedep:
|
||||
|
||||
XFree86 code without an explicit copyright is covered by the following copy-
|
||||
right/license:
|
||||
|
||||
Copyright (C) 1994-2003 The XFree86 Project, Inc. All Rights Reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is fur-
|
||||
nished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
|
||||
NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
|
||||
NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of the XFree86 Project shall not
|
||||
be used in advertising or otherwise to promote the sale, use or other deal-
|
||||
ings in this Software without prior written authorization from the XFree86
|
||||
Project.
|
||||
|
||||
imake:
|
||||
|
||||
Copyright (c) 1985, 1986, 1987, 1998 The Open Group
|
||||
|
||||
Permission to use, copy, modify, distribute, and sell this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided that
|
||||
the above copyright notice appear in all copies and that both that
|
||||
copyright notice and this permission notice appear in supporting
|
||||
documentation.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of The Open Group shall not be
|
||||
used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization from The Open Group.
|
||||
*
|
||||
* Original Author:
|
||||
* Todd Brunhoff
|
||||
* Tektronix, inc.
|
||||
* While a guest engineer at Project Athena, MIT
|
||||
|
||||
lndir:
|
||||
|
||||
Copyright (c) 1990, 1998 The Open Group
|
||||
|
||||
Permission to use, copy, modify, distribute, and sell this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided that
|
||||
the above copyright notice appear in all copies and that both that
|
||||
copyright notice and this permission notice appear in supporting
|
||||
documentation.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of The Open Group shall not be
|
||||
used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization from The Open Group.
|
||||
|
||||
makedepend:
|
||||
|
||||
Copyright (c) 1993, 1994, 1998 The Open Group
|
||||
|
||||
Permission to use, copy, modify, distribute, and sell this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided that
|
||||
the above copyright notice appear in all copies and that both that
|
||||
copyright notice and this permission notice appear in supporting
|
||||
documentation.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of The Open Group shall not be
|
||||
used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization from The Open Group.
|
||||
|
||||
util-macros:
|
||||
|
||||
Copyright 2005 Sun Microsystems, Inc. All rights reserved.
|
||||
|
||||
Permission to use, copy, modify, distribute, and sell this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided that
|
||||
the above copyright notice appear in all copies and that both that
|
||||
copyright notice and this permission notice appear in supporting
|
||||
documentation.
|
||||
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Except as contained in this notice, the name of the copyright holders shall
|
||||
not be used in advertising or otherwise to promote the sale, use or
|
||||
other dealings in this Software without prior written authorization
|
||||
from the copyright holders.
|
62
extra/imake/PKGBUILD
Normal file
62
extra/imake/PKGBUILD
Normal file
|
@ -0,0 +1,62 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch for AArch64
|
||||
|
||||
pkgname=imake
|
||||
pkgver=1.0.7
|
||||
pkgrel=1
|
||||
pkgdesc="X.Org imake program and related utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
makedepends=('pkgconfig' 'xproto' 'perl' 'xorg-util-macros' 'xorg-font-util')
|
||||
optdepends=('perl: for mkhtmlindex')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/util/imake-${pkgver}.tar.bz2
|
||||
http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.3.tar.bz2
|
||||
http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.3.tar.bz2
|
||||
http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2
|
||||
http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.5.tar.bz2
|
||||
linuxconfig.patch
|
||||
aarch64.patch
|
||||
LICENSE)
|
||||
sha1sums=('52e236776133f217d438622034b8603d201a6ec5'
|
||||
'03018e2fb9d7df4fec1623cedb1c090bc224f971'
|
||||
'fc71a6ff2cc0a1065cfb608796ffd6b4f0ce76fe'
|
||||
'2599afa039d2070bae9df6ce43da288b3a4adf97'
|
||||
'ae22eb81d56d018f0b3b149f70965ebfef2385fd'
|
||||
'72f2d4cc4d4cc5f85ba6982718ae1bbb7e56e0d0'
|
||||
'970cd4750ac0d73acb638205e58977a03ef8dc22'
|
||||
'c5ecffb25ad079ba3858e3aec047d046df603a89')
|
||||
|
||||
|
||||
prepare() {
|
||||
cd xorg-cf-files-1.0.5
|
||||
patch -p1 -i ../linuxconfig.patch
|
||||
patch -p2 -i ../aarch64.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
for i in *; do
|
||||
if [ -d "${i}" ]; then
|
||||
pushd "${i}"
|
||||
autoreconf -fi
|
||||
./configure --prefix=/usr --mandir=/usr/share/man
|
||||
make
|
||||
popd
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
package() {
|
||||
for i in *; do
|
||||
if [ -d "${i}" ]; then
|
||||
pushd "${i}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
popd
|
||||
fi
|
||||
done
|
||||
install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
32
extra/imake/aarch64.patch
Normal file
32
extra/imake/aarch64.patch
Normal file
|
@ -0,0 +1,32 @@
|
|||
diff -urN a/xorg-cf-files-1.0.5/xfree86.cf b/xorg-cf-files-1.0.5/xfree86.cf
|
||||
--- a/xorg-cf-files-1.0.5/xfree86.cf 2013-07-22 23:23:14.000000000 -0600
|
||||
+++ b/xorg-cf-files-1.0.5/xfree86.cf 2015-07-11 13:51:14.803581068 -0600
|
||||
@@ -2028,6 +2028,12 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
+#if HasGcc2 && defined(AArch64Architecture)
|
||||
+# ifndef DefaultGcc2AArch64Opt
|
||||
+# define DefaultGcc2AArch64Opt -O2 GccAliasingArgs
|
||||
+# endif
|
||||
+#endif
|
||||
+
|
||||
#if HasGcc2 && defined(AlphaArchitecture)
|
||||
# ifndef DefaultGcc2AxpOpt
|
||||
# define DefaultGcc2AxpOpt -O2 GccAliasingArgs
|
||||
diff -urN a/xorg-cf-files-1.0.5/xorg.cf b/xorg-cf-files-1.0.5/xorg.cf
|
||||
--- a/xorg-cf-files-1.0.5/xorg.cf 2013-07-22 23:23:14.000000000 -0600
|
||||
+++ b/xorg-cf-files-1.0.5/xorg.cf 2015-07-11 13:54:31.580466492 -0600
|
||||
@@ -1561,6 +1561,12 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
+#if HasGcc2 && defined(AArch64Architecture)
|
||||
+# ifndef DefaultGcc2AArch64Opt
|
||||
+# define DefaultGcc2AArch64Opt -O2 GccAliasingArgs
|
||||
+# endif
|
||||
+#endif
|
||||
+
|
||||
#if HasGcc2 && defined(AMD64Architecture)
|
||||
# ifndef DefaultGcc2AMD64Opt
|
||||
# define DefaultGcc2AMD64Opt -O2 -fno-strength-reduce GccAliasingArgs
|
31
extra/imake/linuxconfig.patch
Normal file
31
extra/imake/linuxconfig.patch
Normal file
|
@ -0,0 +1,31 @@
|
|||
--- xorg-cf-files-1.0.1/linux.cf.orig 2006-03-04 18:40:43.000000000 +0000
|
||||
+++ xorg-cf-files-1.0.1/linux.cf 2006-03-04 18:41:48.000000000 +0000
|
||||
@@ -193,6 +193,13 @@
|
||||
#define FSUseSyslog YES
|
||||
#endif
|
||||
|
||||
+#define FSUseSyslog YES
|
||||
+#define BuildRman NO
|
||||
+#define BuildHtmlManPages NO
|
||||
+#define ProjectRoot /usr
|
||||
+#define ManPath /usr/share/man
|
||||
+#define XappLoadDir /usr/share/X11/app-defaults
|
||||
+
|
||||
#ifndef HasDevRandom
|
||||
# define HasDevRandom YES
|
||||
# ifndef RandomDeviceName
|
||||
--- xorg-cf-files-1.0.2/X11.tmpl.orig 2006-07-15 10:45:23.000000000 +0000
|
||||
+++ xorg-cf-files-1.0.2/X11.tmpl 2006-07-15 10:46:19.000000000 +0000
|
||||
@@ -1502,10 +1502,10 @@
|
||||
#define DocPdfDir $(DOCDIR)/PDF
|
||||
#endif
|
||||
#ifndef FontDir
|
||||
-#define FontDir $(LIBDIR)/fonts
|
||||
+#define FontDir /usr/share/fonts
|
||||
#endif
|
||||
#ifndef FontEncDir
|
||||
-#define FontEncDir $(LIBDIR)/fonts/encodings
|
||||
+#define FontEncDir /usr/share/fonts/encodings
|
||||
#endif
|
||||
#ifndef AdmDir
|
||||
#define AdmDir /usr/adm
|
Loading…
Reference in a new issue