[arch-commits] Commit in libytnef/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 19:00:51 UTC 2021


    Date: Monday, November 8, 2021 @ 19:00:51
  Author: heftig
Revision: 427535

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libytnef/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 427534, libytnef/trunk/PKGBUILD)
Deleted:
  libytnef/repos/gnome-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-08 19:00:45 UTC (rev 427534)
+++ PKGBUILD	2021-11-08 19:00:51 UTC (rev 427535)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Andre Klitzing <aklitzing () online () de>
-
-pkgname=libytnef
-pkgver=2.0
-pkgrel=1
-epoch=1
-pkgdesc="Yerase's TNEF Stream Reader library (decodes winmail.dat)"
-url="https://github.com/Yeraze/ytnef"
-license=(GPL)
-arch=(x86_64)
-depends=(glibc)
-makedepends=(perl git)
-optdepends=('perl: ytnefprocess')
-_commit=f80f624d373997afa3e3bfc074948b26d171d210  # tags/v2.0
-source=("git+https://github.com/Yeraze/ytnef#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ytnef
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd ytnef
-  ./autogen.sh
-}
-
-build() {
-  cd ytnef
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ytnef
-  make DESTDIR="$pkgdir" install
-}

Copied: libytnef/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427534, libytnef/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-08 19:00:51 UTC (rev 427535)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andre Klitzing <aklitzing () online () de>
+
+pkgname=libytnef
+pkgver=2.0
+pkgrel=2
+epoch=1
+pkgdesc="Yerase's TNEF Stream Reader library (decodes winmail.dat)"
+url="https://github.com/Yeraze/ytnef"
+license=(GPL)
+arch=(x86_64)
+depends=(glibc)
+makedepends=(perl git)
+optdepends=('perl: ytnefprocess')
+provides=(libytnef.so)
+_commit=f80f624d373997afa3e3bfc074948b26d171d210  # tags/v2.0
+source=("git+https://github.com/Yeraze/ytnef#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ytnef
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd ytnef
+  ./autogen.sh
+}
+
+build() {
+  cd ytnef
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ytnef
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list