[arch-commits] Commit in libreoffice/trunk (PKGBUILD old-install-behaviour.diff)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Apr 21 07:07:53 UTC 2011


    Date: Thursday, April 21, 2011 @ 03:07:53
  Author: andyrtr
Revision: 120189

prepare 3.4 branch builds, apply latest upstream install patch, make install still doesn't work

Modified:
  libreoffice/trunk/PKGBUILD
  libreoffice/trunk/old-install-behaviour.diff

----------------------------+
 PKGBUILD                   |    2 +-
 old-install-behaviour.diff |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-20 22:10:34 UTC (rev 120188)
+++ PKGBUILD	2011-04-21 07:07:53 UTC (rev 120189)
@@ -150,7 +150,7 @@
          '765cdd3c64b332e5c279b8ecd9663936'
          '6eb230c49f747c0b9e74d0cfb0c8ef38'
          'eee273f501ff45dc5f1365e78c6d57c0'
-         '3c4dd8a4a35aee7feca9dd5c2a80a999')
+         '4bd1a068a3065c5c59b01985247a875e')
 
 build() {
 

Modified: old-install-behaviour.diff
===================================================================
--- old-install-behaviour.diff	2011-04-20 22:10:34 UTC (rev 120188)
+++ old-install-behaviour.diff	2011-04-21 07:07:53 UTC (rev 120189)
@@ -101,3 +101,25 @@
  $strip='';
 --
 cgit v0.8.3-6-g21f6
+From 6326baaba7534667c95c6cc8aac6287bb140580e Mon Sep 17 00:00:00 2001
+From: Petr Mladek <pmladek at suse.cz>
+Date: Wed, 20 Apr 2011 14:42:09 +0000
+Subject: set default install dirname from AC_PACKAGE_NAME
+
+idea by Hanno Meyer-Thurow <h.mth at web.de>
+---
+diff --git a/configure.in b/configure.in
+index 8cbcd74..64f88ec 100755
+--- a/configure.in
++++ b/configure.in
+@@ -7831,7 +7831,7 @@ else
+ fi
+ AC_SUBST(UNIXWRAPPERNAME)
+ 
+-INSTALL_DIRNAME=libreoffice
++INSTALL_DIRNAME=`echo AC_PACKAGE_NAME | tr [[:upper:]] [[:lower:]]`
+ AC_MSG_CHECKING([for install dirname])
+ if test -n "$with_install_dirname" -a "$with_install_dirname" != "no" -a "$with_install_dirname" != "yes" ; then
+    INSTALL_DIRNAME="$with_install_dirname"
+--
+cgit v0.8.3-6-g21f6




More information about the arch-commits mailing list