[arch-commits] Commit in fig2dev/repos/community-x86_64 (4 files)

Baptiste Jonglez zorun at archlinux.org
Wed Apr 11 22:36:41 UTC 2018


    Date: Wednesday, April 11, 2018 @ 22:36:41
  Author: zorun
Revision: 315826

archrelease: copy trunk to community-x86_64

Added:
  fig2dev/repos/community-x86_64/LICENSE
    (from rev 315825, fig2dev/trunk/LICENSE)
  fig2dev/repos/community-x86_64/PKGBUILD
    (from rev 315825, fig2dev/trunk/PKGBUILD)
Deleted:
  fig2dev/repos/community-x86_64/LICENSE
  fig2dev/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |   46 ++++++++++++++++++++---------------------
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 57 insertions(+), 56 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-04-11 22:36:20 UTC (rev 315825)
+++ LICENSE	2018-04-11 22:36:41 UTC (rev 315826)
@@ -1,23 +0,0 @@
-/*
- * TransFig: Facility for Translating Fig code
- * Copyright (c) 1991 by Micah Beck
- * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
- *
- * Any party obtaining a copy of these files is granted, free of charge, a
- * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
- * nonexclusive right and license to deal in this software and
- * documentation files (the "Software"), including without limitation the
- * rights to use, copy, modify, merge, publish and/or distribute copies of
- * the Software, and to permit persons who receive copies from any such 
- * party to do so, with the only requirement being that this copyright 
- * notice remain intact.
- *
- */
-
-THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
-REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
-INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.

Copied: fig2dev/repos/community-x86_64/LICENSE (from rev 315825, fig2dev/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-04-11 22:36:41 UTC (rev 315826)
@@ -0,0 +1,23 @@
+/*
+ * TransFig: Facility for Translating Fig code
+ * Copyright (c) 1991 by Micah Beck
+ * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
+ *
+ * Any party obtaining a copy of these files is granted, free of charge, a
+ * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ * nonexclusive right and license to deal in this software and
+ * documentation files (the "Software"), including without limitation the
+ * rights to use, copy, modify, merge, publish and/or distribute copies of
+ * the Software, and to permit persons who receive copies from any such 
+ * party to do so, with the only requirement being that this copyright 
+ * notice remain intact.
+ *
+ */
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 22:36:20 UTC (rev 315825)
+++ PKGBUILD	2018-04-11 22:36:41 UTC (rev 315826)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=fig2dev
-pkgver=3.2.6a
-pkgrel=1
-pkgdesc="Format conversion utility that can be used with xfig"
-arch=('x86_64')
-url="http://mcj.sourceforge.net/"
-license=('custom')
-depends=('libpng' 'libxpm' 'bc')
-makedepends=()
-conflicts=('transfig')
-replaces=('transfig')
-provides=('transfig')
-source=("https://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz"
-        "LICENSE")
-sha1sums=('e09145435f3306010eb006f9d7e118fccf77cd2b'
-          'b8b712871615308b8b6add92f86d218437d652f2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-transfig
-  make FIG2DEV_LIBDIR=/usr/share/fig2dev XFIGLIBDIR=/usr/share/xfig
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" XFIGLIBDIR=/usr/share/xfig \
-    FIG2DEV_LIBDIR=/usr/share/fig2dev MANPATH=/usr/share/man \
-    install
-  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fig2dev/repos/community-x86_64/PKGBUILD (from rev 315825, fig2dev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-11 22:36:41 UTC (rev 315826)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fig2dev
+pkgver=3.2.6.a
+_upstreamver="3.2.6a"
+pkgrel=1
+pkgdesc="Format conversion utility that can be used with xfig"
+arch=('x86_64')
+url="http://mcj.sourceforge.net/"
+license=('custom')
+depends=('libpng' 'libxpm' 'bc')
+makedepends=()
+conflicts=('transfig')
+replaces=('transfig')
+provides=('transfig')
+source=("https://downloads.sourceforge.net/mcj/${pkgname}-${_upstreamver}.tar.xz"
+        "LICENSE")
+sha1sums=('e09145435f3306010eb006f9d7e118fccf77cd2b'
+          'b8b712871615308b8b6add92f86d218437d652f2')
+
+build() {
+  cd "${pkgname}-${_upstreamver}"
+  ./configure --prefix=/usr --enable-transfig
+  make FIG2DEV_LIBDIR=/usr/share/fig2dev XFIGLIBDIR=/usr/share/xfig
+}
+
+package() {
+  cd "${pkgname}-${_upstreamver}"
+  make DESTDIR="${pkgdir}" XFIGLIBDIR=/usr/share/xfig \
+    FIG2DEV_LIBDIR=/usr/share/fig2dev MANPATH=/usr/share/man \
+    install
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list