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

Bruno Pagani archange at archlinux.org
Thu May 31 21:30:30 UTC 2018


    Date: Thursday, May 31, 2018 @ 21:30:30
  Author: archange
Revision: 335315

archrelease: copy trunk to community-x86_64

Added:
  ftjam/repos/community-x86_64/PKGBUILD
    (from rev 335314, ftjam/trunk/PKGBUILD)
  ftjam/repos/community-x86_64/license.txt
    (from rev 335314, ftjam/trunk/license.txt)
Deleted:
  ftjam/repos/community-x86_64/PKGBUILD
  ftjam/repos/community-x86_64/license.txt

-------------+
 PKGBUILD    |   61 ++++++++++++++++++++++++++++++----------------------------
 license.txt |   14 ++++++-------
 2 files changed, 39 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 21:30:18 UTC (rev 335314)
+++ PKGBUILD	2018-05-31 21:30:30 UTC (rev 335315)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych <roman at gmail.com>
-# Contributor: Roman Kyrylych <roman at gmail.com>
-
-pkgname=ftjam
-pkgver=2.5.3rc2
-pkgrel=4
-pkgdesc='FT Jam - an enhanced version of the Jam build tool'
-arch=('i686' 'x86_64')
-url="http://freetype.org/jam/"
-license=('custom')
-depends=('glibc')
-provides=('jam')
-#source=(http://downloads.sourceforge.net/freetype/$pkgname-$pkgver.tar.bz2 \
-source=(http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2 license.txt)
-md5sums=('911cc4191b3e7213905d107962b4529b'
-         'ef8ff7da77fe60e25d1e3e740600f1f0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 "${srcdir}/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-}

Copied: ftjam/repos/community-x86_64/PKGBUILD (from rev 335314, ftjam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 21:30:30 UTC (rev 335315)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Roman Kyrylych <roman at gmail.com>
+
+pkgname=ftjam
+pkgver=2.5.3rc2
+pkgrel=5
+pkgdesc="FT Jam - an enhanced version of the Jam build tool"
+arch=('x86_64')
+url="http://freetype.org/jam/"
+license=('custom')
+depends=('glibc')
+provides=('jam')
+#source=("http://downloads.sourceforge.net/freetype/${pkgname}-${pkgver}.tar.bz2"
+source=("http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2"
+        'license.txt')
+md5sums=('911cc4191b3e7213905d107962b4529b'
+         'ef8ff7da77fe60e25d1e3e740600f1f0')
+sha256sums=('a9f8a274049893a4d1f1ad82f7b04f3ebc2554635dd606185e20ba97cb4d64ec'
+            '78a6448f2e349e807741fa0abec0724bd35fd63cde0a4f6a46fee4b3ce4568fa')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 ../license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Deleted: license.txt
===================================================================
--- license.txt	2018-05-31 21:30:18 UTC (rev 335314)
+++ license.txt	2018-05-31 21:30:30 UTC (rev 335315)
@@ -1,7 +0,0 @@
-Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
-
-License is hereby granted to use this software and distribute it
-freely, as long as this copyright notice is retained and modifications 
-are clearly marked.
-
-ALL WARRANTIES ARE HEREBY DISCLAIMED.

Copied: ftjam/repos/community-x86_64/license.txt (from rev 335314, ftjam/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2018-05-31 21:30:30 UTC (rev 335315)
@@ -0,0 +1,7 @@
+Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
+
+License is hereby granted to use this software and distribute it
+freely, as long as this copyright notice is retained and modifications 
+are clearly marked.
+
+ALL WARRANTIES ARE HEREBY DISCLAIMED.



More information about the arch-commits mailing list