[arch-commits] Commit in unrtf/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:06:07 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:06:07
  Author: felixonmars
Revision: 659548

archrelease: copy trunk to community-staging-x86_64

Added:
  unrtf/repos/community-staging-x86_64/
  unrtf/repos/community-staging-x86_64/PKGBUILD
    (from rev 659544, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-staging-x86_64/unrtf.changelog
    (from rev 659546, unrtf/trunk/unrtf.changelog)

-----------------+
 PKGBUILD        |   30 ++++++++++++++++++++++++++++++
 unrtf.changelog |   29 +++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

Copied: unrtf/repos/community-staging-x86_64/PKGBUILD (from rev 659544, unrtf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:06:07 UTC (rev 659548)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: froggie <sullivanva at gmail.com>
+
+pkgname=unrtf
+pkgver=0.21.10
+pkgrel=2
+pkgdesc="Command-line program which converts RTF documents to other formats"
+arch=('x86_64')
+url="https://www.gnu.org/software/unrtf/unrtf.html"
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('b49f20211fa69fff97d42d6e782a62d7e2da670b064951f14bbff968c93734ae'
+            'SKIP')
+validpgpkeys=('46EA854F5FC5F5A0A9D2BFE89175BF0B3EC83090') # Dave Davey (lgf) <daved at windclimber.id.au>
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: unrtf/repos/community-staging-x86_64/unrtf.changelog (from rev 659546, unrtf/trunk/unrtf.changelog)
===================================================================
--- community-staging-x86_64/unrtf.changelog	                        (rev 0)
+++ community-staging-x86_64/unrtf.changelog	2020-07-07 17:06:07 UTC (rev 659548)
@@ -0,0 +1,29 @@
+2018-11-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* unrtf 0.21.10-1
+
+2017-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* unrtf 0.21.9-2 FS#52362 fix
+
+2015-03-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* unrtf 0.21.9-1
+
+2014-12-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* unrtf 0.21.7-1
+
+2013-08-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* unrtf 0.21.5-1
+
+2013-04-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 0.21.0



More information about the arch-commits mailing list