[arch-commits] Commit in openmotif/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Dec 10 21:48:39 UTC 2017


    Date: Sunday, December 10, 2017 @ 21:48:38
  Author: arojas
Revision: 273633

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-10 21:48:05 UTC (rev 273632)
+++ PKGBUILD	2017-12-10 21:48:38 UTC (rev 273633)
@@ -1,29 +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.7
-pkgrel=1
-pkgdesc="Open Motif"
-arch=('i686' 'x86_64')
-url="http://www.motifzone.org/"
-license=('LGPL')
-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")
-sha256sums=('8f7aadbb0f42df2093d4690735a2b9a02ea2bf69dfb15ae0a39cae28f1580d14')
-
-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
-}

Copied: openmotif/repos/community-x86_64/PKGBUILD (from rev 273632, openmotif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-10 21:48:38 UTC (rev 273633)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
+
+pkgname=openmotif
+pkgver=2.3.8
+pkgrel=1
+pkgdesc="Open Motif"
+arch=('x86_64')
+url="https://motif.ics.com/"
+license=('LGPL')
+depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+makedepends=(xbitmaps xproto printproto xextproto automake)
+conflicts=(lesstif)
+source=("https://downloads.sourceforge.net/project/motif/Motif%20$pkgver%20Source%20Code/motif-$pkgver.tar.gz")
+sha256sums=('859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7')
+
+build() {
+  cd motif-$pkgver
+  export LDFLAGS="-lX11"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd motif-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list