Date: Saturday, February 23, 2019 @ 15:35:43
  Author: lfleischer
Revision: 435387

archrelease: copy trunk to community-x86_64

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

----------+
 LICENSE  |   24 ++++++++++++------------
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE     2019-02-23 15:35:34 UTC (rev 435386)
+++ LICENSE     2019-02-23 15:35:43 UTC (rev 435387)
@@ -1,12 +0,0 @@
-License:
-
-    Jhead is public domain software - that is, you can do whatever you want
-    with it, and include it software that is licensesed under the GNU or the 
-    BSD license, or whatever other licence you chose, including proprietary
-    closed source licenses.  Although not part of the liscense, I do expect
-    common courtesy, please.
-
-    If you do integrate the code into some software of yours, I'd appreciate
-    knowing about it though. 
-
-Matthias Wandel

Copied: jhead/repos/community-x86_64/LICENSE (from rev 435386, 
jhead/trunk/LICENSE)
===================================================================
--- LICENSE                             (rev 0)
+++ LICENSE     2019-02-23 15:35:43 UTC (rev 435387)
@@ -0,0 +1,12 @@
+License:
+
+    Jhead is public domain software - that is, you can do whatever you want
+    with it, and include it software that is licensesed under the GNU or the 
+    BSD license, or whatever other licence you chose, including proprietary
+    closed source licenses.  Although not part of the liscense, I do expect
+    common courtesy, please.
+
+    If you do integrate the code into some software of yours, I'd appreciate
+    knowing about it though. 
+
+Matthias Wandel

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-23 15:35:34 UTC (rev 435386)
+++ PKGBUILD    2019-02-23 15:35:43 UTC (rev 435387)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
-# Contributor: François Charette <francois ατ archlinux δοτ org>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-
-pkgname=jhead
-pkgver=3.00
-pkgrel=3
-pkgdesc='EXIF JPEG info parser and thumbnail remover'
-url="http://www.sentex.net/~mwandel/jhead/";
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('libjpeg: to up-right images according to rotation tag')
-source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-        LICENSE)
-md5sums=('86cc05ad59d049c35963c7c1a5296801'
-         '1f0db611d2642a981719f45252762a45')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
-  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
-  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: jhead/repos/community-x86_64/PKGBUILD (from rev 435386, 
jhead/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-02-23 15:35:43 UTC (rev 435387)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: François Charette <francois ατ archlinux δοτ org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+
+pkgname=jhead
+pkgver=3.03
+pkgrel=1
+pkgdesc='EXIF JPEG info parser and thumbnail remover'
+url="http://www.sentex.net/~mwandel/jhead/";
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+optdepends=('libjpeg: to up-right images according to rotation tag')
+source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+        LICENSE)
+md5sums=('de7d95def278331c040ea10116457921'
+         '1f0db611d2642a981719f45252762a45')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
+  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
+  install -Dm644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to