[arch-commits] Commit in openmotif/repos (4 files)

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


    Date: Monday, April 4, 2016 @ 13:11:43
  Author: spupykin
Revision: 169431

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

Added:
  openmotif/repos/community-i686/PKGBUILD
    (from rev 169430, openmotif/trunk/PKGBUILD)
  openmotif/repos/community-x86_64/PKGBUILD
    (from rev 169430, openmotif/trunk/PKGBUILD)
Deleted:
  openmotif/repos/community-i686/PKGBUILD
  openmotif/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 -------------------------
 community-x86_64/PKGBUILD |   33 -------------------------
 3 files changed, 58 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-04 11:11:27 UTC (rev 169430)
+++ community-i686/PKGBUILD	2016-04-04 11:11:43 UTC (rev 169431)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
-
-pkgname=openmotif
-pkgver=2.3.4
-pkgrel=3
-pkgdesc="Open Motif"
-arch=('i686' 'x86_64')
-url="http://www.motifzone.org/"
-license=('GPL')
-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')
-
-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
-}
-
-package() {
-  cd $srcdir/motif-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openmotif/repos/community-i686/PKGBUILD (from rev 169430, openmotif/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-04 11:11:43 UTC (rev 169431)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
+
+pkgname=openmotif
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="Open Motif"
+arch=('i686' 'x86_64')
+url="http://www.motifzone.org/"
+license=('GPL')
+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.tar.gz")
+md5sums=('a91686b23a6b70ce3f624dd4e43bfa41')
+
+build() {
+  cd $srcdir/motif-$pkgver
+  export LDFLAGS="-lX11"
+  [ -x configure ] || ./autogen.sh --prefix=/usr
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd $srcdir/motif-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-04 11:11:27 UTC (rev 169430)
+++ community-x86_64/PKGBUILD	2016-04-04 11:11:43 UTC (rev 169431)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
-
-pkgname=openmotif
-pkgver=2.3.4
-pkgrel=3
-pkgdesc="Open Motif"
-arch=('i686' 'x86_64')
-url="http://www.motifzone.org/"
-license=('GPL')
-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')
-
-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
-}
-
-package() {
-  cd $srcdir/motif-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openmotif/repos/community-x86_64/PKGBUILD (from rev 169430, openmotif/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-04 11:11:43 UTC (rev 169431)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
+
+pkgname=openmotif
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="Open Motif"
+arch=('i686' 'x86_64')
+url="http://www.motifzone.org/"
+license=('GPL')
+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.tar.gz")
+md5sums=('a91686b23a6b70ce3f624dd4e43bfa41')
+
+build() {
+  cd $srcdir/motif-$pkgver
+  export LDFLAGS="-lX11"
+  [ -x configure ] || ./autogen.sh --prefix=/usr
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make -j1
+}
+
+package() {
+  cd $srcdir/motif-$pkgver
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list