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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 30 21:05:03 UTC 2021


    Date: Thursday, September 30, 2021 @ 21:05:03
  Author: arojas
Revision: 1026269

archrelease: copy trunk to community-x86_64

Added:
  jhead/repos/community-x86_64/LICENSE
    (from rev 1026268, jhead/trunk/LICENSE)
  jhead/repos/community-x86_64/PKGBUILD
    (from rev 1026268, 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	2021-09-30 21:04:17 UTC (rev 1026268)
+++ LICENSE	2021-09-30 21:05:03 UTC (rev 1026269)
@@ -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 1026268, jhead/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2021-09-30 21:05:03 UTC (rev 1026269)
@@ -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	2021-09-30 21:04:17 UTC (rev 1026268)
+++ PKGBUILD	2021-09-30 21:05:03 UTC (rev 1026269)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: François Charette <francois ατ archlinux δοτ org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=jhead
-pkgver=3.04
-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=('9c046e75a07c6e6e94945e8455c503c2'
-         '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 1026268, jhead/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-30 21:05:03 UTC (rev 1026269)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: François Charette <francois ατ archlinux δοτ org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=jhead
+pkgver=3.06.0.1
+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=(https://github.com/Matthias-Wandel/jhead/archive/$pkgver/$pkgname-$pkgver.tar.gz
+        LICENSE)
+md5sums=('649538af0ceebdaaed6eb5b87cb43bf0'
+         '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"
+}



More information about the arch-commits mailing list