[arch-commits] Commit in lesstif/repos (12 files)

Eric Bélanger eric at nymeria.archlinux.org
Sat Oct 26 22:55:11 UTC 2013


    Date: Sunday, October 27, 2013 @ 00:55:10
  Author: eric
Revision: 197561

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

Added:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
    (from rev 197560, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-i686/LICENSE
    (from rev 197560, lesstif/trunk/LICENSE)
  lesstif/repos/extra-i686/PKGBUILD
    (from rev 197560, lesstif/trunk/PKGBUILD)
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
    (from rev 197560, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
  lesstif/repos/extra-x86_64/LICENSE
    (from rev 197560, lesstif/trunk/LICENSE)
  lesstif/repos/extra-x86_64/PKGBUILD
    (from rev 197560, lesstif/trunk/PKGBUILD)
Deleted:
  lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-i686/LICENSE
  lesstif/repos/extra-i686/PKGBUILD
  lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff
  lesstif/repos/extra-x86_64/LICENSE
  lesstif/repos/extra-x86_64/PKGBUILD

-------------------------------------------------+
 /040_fedora_XxxxProperty-64bit.diff             |   40 +++++++
 /LICENSE                                        |   52 ++++++++++
 /PKGBUILD                                       |  114 ++++++++++++++++++++++
 extra-i686/040_fedora_XxxxProperty-64bit.diff   |   20 ---
 extra-i686/LICENSE                              |   26 -----
 extra-i686/PKGBUILD                             |   58 -----------
 extra-x86_64/040_fedora_XxxxProperty-64bit.diff |   20 ---
 extra-x86_64/LICENSE                            |   26 -----
 extra-x86_64/PKGBUILD                           |   58 -----------
 9 files changed, 206 insertions(+), 208 deletions(-)

Deleted: extra-i686/040_fedora_XxxxProperty-64bit.diff
===================================================================
--- extra-i686/040_fedora_XxxxProperty-64bit.diff	2013-10-26 22:53:53 UTC (rev 197560)
+++ extra-i686/040_fedora_XxxxProperty-64bit.diff	2013-10-26 22:55:10 UTC (rev 197561)
@@ -1,20 +0,0 @@
-Description: Copy/paste segfaults on i386
-Forwarded: yes
-Author: Hans de Goede <hdegoede at redhat.com>
-diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
---- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64	2007-09-12 22:05:58.000000000 +0200
-+++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c	2009-07-28 11:32:20.000000000 +0200
-@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
- 	/* XChangeProperty expects a buffer of longs when receiving 32 bits
- 	   data, MEUHH */
- 	if (sizeof(long) != 4)
-+	{
- 	    convert_buf = XtMalloc(len * sizeof(long));
--        for (i = 0; i < len; i++)
--            convert_buf[i] = data[i];
-+	    for (i = 0; i < len; i++)
-+                convert_buf[i] = data[i];
-+	}
- 	break;
- 
-     case 16:

Copied: lesstif/repos/extra-i686/040_fedora_XxxxProperty-64bit.diff (from rev 197560, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
===================================================================
--- extra-i686/040_fedora_XxxxProperty-64bit.diff	                        (rev 0)
+++ extra-i686/040_fedora_XxxxProperty-64bit.diff	2013-10-26 22:55:10 UTC (rev 197561)
@@ -0,0 +1,20 @@
+Description: Copy/paste segfaults on i386
+Forwarded: yes
+Author: Hans de Goede <hdegoede at redhat.com>
+diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
+--- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64	2007-09-12 22:05:58.000000000 +0200
++++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c	2009-07-28 11:32:20.000000000 +0200
+@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
+ 	/* XChangeProperty expects a buffer of longs when receiving 32 bits
+ 	   data, MEUHH */
+ 	if (sizeof(long) != 4)
++	{
+ 	    convert_buf = XtMalloc(len * sizeof(long));
+-        for (i = 0; i < len; i++)
+-            convert_buf[i] = data[i];
++	    for (i = 0; i < len; i++)
++                convert_buf[i] = data[i];
++	}
+ 	break;
+ 
+     case 16:

Deleted: extra-i686/LICENSE
===================================================================
--- extra-i686/LICENSE	2013-10-26 22:53:53 UTC (rev 197560)
+++ extra-i686/LICENSE	2013-10-26 22:55:10 UTC (rev 197561)
@@ -1,26 +0,0 @@
-/*****************************************************************************/
-/**       Copyright 1988 by Evans & Sutherland Computer Corporation,        **/
-/**                          Salt Lake City, Utah                           **/
-/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
-/**                        Cambridge, Massachusetts                         **/
-/**                                                                         **/
-/**                           All Rights Reserved                           **/
-/**                                                                         **/
-/**    Permission to use, copy, modify, and distribute this software and    **/
-/**    its documentation  for  any  purpose  and  without  fee is hereby    **/
-/**    granted, provided that the above copyright notice appear  in  all    **/
-/**    copies and that both  that  copyright  notice  and  this  permis-    **/
-/**    sion  notice appear in supporting  documentation,  and  that  the    **/
-/**    names of Evans & Sutherland and M.I.T. not be used in advertising    **/
-/**    in publicity pertaining to distribution of the  software  without    **/
-/**    specific, written prior permission.                                  **/
-/**                                                                         **/
-/**    EVANS & SUTHERLAND AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD    **/
-/**    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES  OF  MERCHANT-    **/
-/**    ABILITY  AND  FITNESS,  IN  NO  EVENT SHALL EVANS & SUTHERLAND OR    **/
-/**    M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL  DAM-    **/
-/**    AGES OR  ANY DAMAGES WHATSOEVER  RESULTING FROM LOSS OF USE, DATA    **/
-/**    OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER    **/
-/**    TORTIOUS ACTION, ARISING OUT OF OR IN  CONNECTION  WITH  THE  USE    **/
-/**    OR PERFORMANCE OF THIS SOFTWARE.                                     **/
-/*****************************************************************************/

Copied: lesstif/repos/extra-i686/LICENSE (from rev 197560, lesstif/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE	                        (rev 0)
+++ extra-i686/LICENSE	2013-10-26 22:55:10 UTC (rev 197561)
@@ -0,0 +1,26 @@
+/*****************************************************************************/
+/**       Copyright 1988 by Evans & Sutherland Computer Corporation,        **/
+/**                          Salt Lake City, Utah                           **/
+/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
+/**                        Cambridge, Massachusetts                         **/
+/**                                                                         **/
+/**                           All Rights Reserved                           **/
+/**                                                                         **/
+/**    Permission to use, copy, modify, and distribute this software and    **/
+/**    its documentation  for  any  purpose  and  without  fee is hereby    **/
+/**    granted, provided that the above copyright notice appear  in  all    **/
+/**    copies and that both  that  copyright  notice  and  this  permis-    **/
+/**    sion  notice appear in supporting  documentation,  and  that  the    **/
+/**    names of Evans & Sutherland and M.I.T. not be used in advertising    **/
+/**    in publicity pertaining to distribution of the  software  without    **/
+/**    specific, written prior permission.                                  **/
+/**                                                                         **/
+/**    EVANS & SUTHERLAND AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD    **/
+/**    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES  OF  MERCHANT-    **/
+/**    ABILITY  AND  FITNESS,  IN  NO  EVENT SHALL EVANS & SUTHERLAND OR    **/
+/**    M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL  DAM-    **/
+/**    AGES OR  ANY DAMAGES WHATSOEVER  RESULTING FROM LOSS OF USE, DATA    **/
+/**    OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER    **/
+/**    TORTIOUS ACTION, ARISING OUT OF OR IN  CONNECTION  WITH  THE  USE    **/
+/**    OR PERFORMANCE OF THIS SOFTWARE.                                     **/
+/*****************************************************************************/

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-10-26 22:53:53 UTC (rev 197560)
+++ extra-i686/PKGBUILD	2013-10-26 22:55:10 UTC (rev 197561)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=lesstif
-pkgver=0.95.2
-pkgrel=5
-pkgdesc="LGPL'd re-implementation of Motif"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/lesstif/"
-license=('LGPL' 'MIT')
-depends=('freetype2' 'libxt' 'libxp')
-options=('!libtool' '!buildflags')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'LICENSE'
-        '040_fedora_XxxxProperty-64bit.diff')
-md5sums=('754187dbac09fcf5d18296437e72a32f'
-         'b1f320192a9154f72d83e9d3d5a25a2f'
-         '30e2c0babc84696af089d55cb9cb2908')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  # https://bugs.archlinux.org/task/17712
-  patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-    --enable-production \
-    --enable-nonstandard-conversions \
-    --enable-editres \
-    --with-xdnd \
-    --enable-build-21 \
-    --disable-debug \
-    --enable-static
-
-  # fix linkage against already installed version
-  perl -pi -e 's/^(hardcode_into_libs)=.*/$1=no/' libtool
-
-  make
-
-  # fix linkage against already installed version
-  for f in $(find . -name \*.la -type f) ; do
-    perl -pi -e 's/^(relink_command=.*)/# $1/' $f
-  done
-
-  make -C lib/Mrm-2.1
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults rootdir=/usr/share/doc/LessTif install
-  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: lesstif/repos/extra-i686/PKGBUILD (from rev 197560, lesstif/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-26 22:55:10 UTC (rev 197561)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+
+pkgname=lesstif
+pkgver=0.95.2
+pkgrel=6
+pkgdesc="LGPL'd re-implementation of Motif"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/lesstif/"
+license=('LGPL' 'MIT')
+depends=('freetype2' 'libxt' 'libxp')
+options=('!buildflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'LICENSE'
+        '040_fedora_XxxxProperty-64bit.diff')
+md5sums=('754187dbac09fcf5d18296437e72a32f'
+         'b1f320192a9154f72d83e9d3d5a25a2f'
+         '30e2c0babc84696af089d55cb9cb2908')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # https://bugs.archlinux.org/task/17712
+  patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --enable-production \
+    --enable-nonstandard-conversions \
+    --enable-editres \
+    --with-xdnd \
+    --enable-build-21 \
+    --disable-debug
+
+  # fix linkage against already installed version
+  perl -pi -e 's/^(hardcode_into_libs)=.*/$1=no/' libtool
+
+  make
+
+  # fix linkage against already installed version
+  for f in $(find . -name \*.la -type f) ; do
+    perl -pi -e 's/^(relink_command=.*)/# $1/' $f
+  done
+
+  make -C lib/Mrm-2.1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults rootdir=/usr/share/doc/LessTif install
+  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/040_fedora_XxxxProperty-64bit.diff
===================================================================
--- extra-x86_64/040_fedora_XxxxProperty-64bit.diff	2013-10-26 22:53:53 UTC (rev 197560)
+++ extra-x86_64/040_fedora_XxxxProperty-64bit.diff	2013-10-26 22:55:10 UTC (rev 197561)
@@ -1,20 +0,0 @@
-Description: Copy/paste segfaults on i386
-Forwarded: yes
-Author: Hans de Goede <hdegoede at redhat.com>
-diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
---- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64	2007-09-12 22:05:58.000000000 +0200
-+++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c	2009-07-28 11:32:20.000000000 +0200
-@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
- 	/* XChangeProperty expects a buffer of longs when receiving 32 bits
- 	   data, MEUHH */
- 	if (sizeof(long) != 4)
-+	{
- 	    convert_buf = XtMalloc(len * sizeof(long));
--        for (i = 0; i < len; i++)
--            convert_buf[i] = data[i];
-+	    for (i = 0; i < len; i++)
-+                convert_buf[i] = data[i];
-+	}
- 	break;
- 
-     case 16:

Copied: lesstif/repos/extra-x86_64/040_fedora_XxxxProperty-64bit.diff (from rev 197560, lesstif/trunk/040_fedora_XxxxProperty-64bit.diff)
===================================================================
--- extra-x86_64/040_fedora_XxxxProperty-64bit.diff	                        (rev 0)
+++ extra-x86_64/040_fedora_XxxxProperty-64bit.diff	2013-10-26 22:55:10 UTC (rev 197561)
@@ -0,0 +1,20 @@
+Description: Copy/paste segfaults on i386
+Forwarded: yes
+Author: Hans de Goede <hdegoede at redhat.com>
+diff -up lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64 lesstif-0.95.2/lib/Xm-2.1/CutPaste.c
+--- lesstif-0.95.2/lib/Xm-2.1/CutPaste.c.long64	2007-09-12 22:05:58.000000000 +0200
++++ lesstif-0.95.2/lib/Xm-2.1/CutPaste.c	2009-07-28 11:32:20.000000000 +0200
+@@ -1028,9 +1028,11 @@ _XmClipboardReplaceItem(Display *display
+ 	/* XChangeProperty expects a buffer of longs when receiving 32 bits
+ 	   data, MEUHH */
+ 	if (sizeof(long) != 4)
++	{
+ 	    convert_buf = XtMalloc(len * sizeof(long));
+-        for (i = 0; i < len; i++)
+-            convert_buf[i] = data[i];
++	    for (i = 0; i < len; i++)
++                convert_buf[i] = data[i];
++	}
+ 	break;
+ 
+     case 16:

Deleted: extra-x86_64/LICENSE
===================================================================
--- extra-x86_64/LICENSE	2013-10-26 22:53:53 UTC (rev 197560)
+++ extra-x86_64/LICENSE	2013-10-26 22:55:10 UTC (rev 197561)
@@ -1,26 +0,0 @@
-/*****************************************************************************/
-/**       Copyright 1988 by Evans & Sutherland Computer Corporation,        **/
-/**                          Salt Lake City, Utah                           **/
-/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
-/**                        Cambridge, Massachusetts                         **/
-/**                                                                         **/
-/**                           All Rights Reserved                           **/
-/**                                                                         **/
-/**    Permission to use, copy, modify, and distribute this software and    **/
-/**    its documentation  for  any  purpose  and  without  fee is hereby    **/
-/**    granted, provided that the above copyright notice appear  in  all    **/
-/**    copies and that both  that  copyright  notice  and  this  permis-    **/
-/**    sion  notice appear in supporting  documentation,  and  that  the    **/
-/**    names of Evans & Sutherland and M.I.T. not be used in advertising    **/
-/**    in publicity pertaining to distribution of the  software  without    **/
-/**    specific, written prior permission.                                  **/
-/**                                                                         **/
-/**    EVANS & SUTHERLAND AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD    **/
-/**    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES  OF  MERCHANT-    **/
-/**    ABILITY  AND  FITNESS,  IN  NO  EVENT SHALL EVANS & SUTHERLAND OR    **/
-/**    M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL  DAM-    **/
-/**    AGES OR  ANY DAMAGES WHATSOEVER  RESULTING FROM LOSS OF USE, DATA    **/
-/**    OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER    **/
-/**    TORTIOUS ACTION, ARISING OUT OF OR IN  CONNECTION  WITH  THE  USE    **/
-/**    OR PERFORMANCE OF THIS SOFTWARE.                                     **/
-/*****************************************************************************/

Copied: lesstif/repos/extra-x86_64/LICENSE (from rev 197560, lesstif/trunk/LICENSE)
===================================================================
--- extra-x86_64/LICENSE	                        (rev 0)
+++ extra-x86_64/LICENSE	2013-10-26 22:55:10 UTC (rev 197561)
@@ -0,0 +1,26 @@
+/*****************************************************************************/
+/**       Copyright 1988 by Evans & Sutherland Computer Corporation,        **/
+/**                          Salt Lake City, Utah                           **/
+/**  Portions Copyright 1989 by the Massachusetts Institute of Technology   **/
+/**                        Cambridge, Massachusetts                         **/
+/**                                                                         **/
+/**                           All Rights Reserved                           **/
+/**                                                                         **/
+/**    Permission to use, copy, modify, and distribute this software and    **/
+/**    its documentation  for  any  purpose  and  without  fee is hereby    **/
+/**    granted, provided that the above copyright notice appear  in  all    **/
+/**    copies and that both  that  copyright  notice  and  this  permis-    **/
+/**    sion  notice appear in supporting  documentation,  and  that  the    **/
+/**    names of Evans & Sutherland and M.I.T. not be used in advertising    **/
+/**    in publicity pertaining to distribution of the  software  without    **/
+/**    specific, written prior permission.                                  **/
+/**                                                                         **/
+/**    EVANS & SUTHERLAND AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD    **/
+/**    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES  OF  MERCHANT-    **/
+/**    ABILITY  AND  FITNESS,  IN  NO  EVENT SHALL EVANS & SUTHERLAND OR    **/
+/**    M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL  DAM-    **/
+/**    AGES OR  ANY DAMAGES WHATSOEVER  RESULTING FROM LOSS OF USE, DATA    **/
+/**    OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER    **/
+/**    TORTIOUS ACTION, ARISING OUT OF OR IN  CONNECTION  WITH  THE  USE    **/
+/**    OR PERFORMANCE OF THIS SOFTWARE.                                     **/
+/*****************************************************************************/

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-10-26 22:53:53 UTC (rev 197560)
+++ extra-x86_64/PKGBUILD	2013-10-26 22:55:10 UTC (rev 197561)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=lesstif
-pkgver=0.95.2
-pkgrel=5
-pkgdesc="LGPL'd re-implementation of Motif"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/lesstif/"
-license=('LGPL' 'MIT')
-depends=('freetype2' 'libxt' 'libxp')
-options=('!libtool' '!buildflags')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'LICENSE'
-        '040_fedora_XxxxProperty-64bit.diff')
-md5sums=('754187dbac09fcf5d18296437e72a32f'
-         'b1f320192a9154f72d83e9d3d5a25a2f'
-         '30e2c0babc84696af089d55cb9cb2908')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  # https://bugs.archlinux.org/task/17712
-  patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-    --enable-production \
-    --enable-nonstandard-conversions \
-    --enable-editres \
-    --with-xdnd \
-    --enable-build-21 \
-    --disable-debug \
-    --enable-static
-
-  # fix linkage against already installed version
-  perl -pi -e 's/^(hardcode_into_libs)=.*/$1=no/' libtool
-
-  make
-
-  # fix linkage against already installed version
-  for f in $(find . -name \*.la -type f) ; do
-    perl -pi -e 's/^(relink_command=.*)/# $1/' $f
-  done
-
-  make -C lib/Mrm-2.1
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults rootdir=/usr/share/doc/LessTif install
-  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: lesstif/repos/extra-x86_64/PKGBUILD (from rev 197560, lesstif/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-26 22:55:10 UTC (rev 197561)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:
+
+pkgname=lesstif
+pkgver=0.95.2
+pkgrel=6
+pkgdesc="LGPL'd re-implementation of Motif"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/lesstif/"
+license=('LGPL' 'MIT')
+depends=('freetype2' 'libxt' 'libxp')
+options=('!buildflags')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+        'LICENSE'
+        '040_fedora_XxxxProperty-64bit.diff')
+md5sums=('754187dbac09fcf5d18296437e72a32f'
+         'b1f320192a9154f72d83e9d3d5a25a2f'
+         '30e2c0babc84696af089d55cb9cb2908')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # https://bugs.archlinux.org/task/17712
+  patch -p1 -i "${srcdir}"/040_fedora_XxxxProperty-64bit.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+    --enable-production \
+    --enable-nonstandard-conversions \
+    --enable-editres \
+    --with-xdnd \
+    --enable-build-21 \
+    --disable-debug
+
+  # fix linkage against already installed version
+  perl -pi -e 's/^(hardcode_into_libs)=.*/$1=no/' libtool
+
+  make
+
+  # fix linkage against already installed version
+  for f in $(find . -name \*.la -type f) ; do
+    perl -pi -e 's/^(relink_command=.*)/# $1/' $f
+  done
+
+  make -C lib/Mrm-2.1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make -C lib/Mrm-2.1 DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" appdir=/usr/share/X11/app-defaults rootdir=/usr/share/doc/LessTif install
+  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list