[arch-commits] Commit in openmotif/repos (4 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Sat Nov 2 08:45:18 UTC 2013
Date: Saturday, November 2, 2013 @ 09:45:17
Author: spupykin
Revision: 100263
archrelease: copy trunk to community-i686, community-x86_64
Added:
openmotif/repos/community-i686/PKGBUILD
(from rev 100262, openmotif/trunk/PKGBUILD)
openmotif/repos/community-x86_64/PKGBUILD
(from rev 100262, openmotif/trunk/PKGBUILD)
Deleted:
openmotif/repos/community-i686/PKGBUILD
openmotif/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 ----------------------
community-x86_64/PKGBUILD | 33 ----------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-11-02 08:44:56 UTC (rev 100262)
+++ community-i686/PKGBUILD 2013-11-02 08:45:17 UTC (rev 100263)
@@ -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=2
-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 100262, openmotif/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 08:45:17 UTC (rev 100263)
@@ -0,0 +1,33 @@
+# $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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-11-02 08:44:56 UTC (rev 100262)
+++ community-x86_64/PKGBUILD 2013-11-02 08:45:17 UTC (rev 100263)
@@ -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=2
-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 100262, openmotif/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-02 08:45:17 UTC (rev 100263)
@@ -0,0 +1,33 @@
+# $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
+}
More information about the arch-commits
mailing list