[arch-commits] Commit in openmotif/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Jan 5 17:21:40 UTC 2020
Date: Sunday, January 5, 2020 @ 17:21:39
Author: arojas
Revision: 549354
archrelease: copy trunk to community-x86_64
Added:
openmotif/repos/community-x86_64/PKGBUILD
(from rev 549353, openmotif/trunk/PKGBUILD)
Deleted:
openmotif/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 55 +++++++++++++++++++++++++++----------------------------
1 file changed, 27 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-05 17:21:16 UTC (rev 549353)
+++ PKGBUILD 2020-01-05 17:21:39 UTC (rev 549354)
@@ -1,28 +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.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
-}
Copied: openmotif/repos/community-x86_64/PKGBUILD (from rev 549353, openmotif/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-05 17:21:39 UTC (rev 549354)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Enrico Morelli <morelli at cerm.unifi.it>
+
+pkgname=openmotif
+pkgver=2.3.8
+pkgrel=2
+pkgdesc="Open Motif"
+arch=('x86_64')
+url="https://motif.ics.com/"
+license=('LGPL')
+depends=(libxext libxp libxft libxt libxmu libpng libjpeg)
+makedepends=(xbitmaps xorgproto)
+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