[arch-commits] Commit in openmotif/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Apr 4 11:11:28 UTC 2016


    Date: Monday, April 4, 2016 @ 13:11:27
  Author: spupykin
Revision: 169430

upgpkg: openmotif 2.3.5-1

upd

Modified:
  openmotif/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-04 10:23:11 UTC (rev 169429)
+++ PKGBUILD	2016-04-04 11:11:27 UTC (rev 169430)
@@ -3,8 +3,8 @@
 # Contributor: Enrico Morelli <morelli at cerm.unifi.it>
 
 pkgname=openmotif
-pkgver=2.3.4
-pkgrel=3
+pkgver=2.3.5
+pkgrel=1
 pkgdesc="Open Motif"
 arch=('i686' 'x86_64')
 url="http://www.motifzone.org/"
@@ -12,16 +12,12 @@
 depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
 makedepends=(xbitmaps xproto printproto xextproto automake)
 conflicts=(lesstif)
-source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver-src.tgz")
-md5sums=('612bb8127d0d31da6e5474edf8a5c247')
+source=("http://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz")
+md5sums=('a91686b23a6b70ce3f624dd4e43bfa41')
 
 build() {
   cd $srcdir/motif-$pkgver
   export LDFLAGS="-lX11"
-  sed -i \
-    -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' \
-    -e 's|AM_PROG_CC_STDC|AC_PROG_CC|g' \
-    configure.ac
   [ -x configure ] || ./autogen.sh --prefix=/usr
   [ -f Makefile ] || ./configure --prefix=/usr
   make -j1



More information about the arch-commits mailing list