[arch-commits] Commit in gd/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Pierre Schmitz pierre at gemini.archlinux.org
Sun Sep 12 17:54:44 UTC 2021


    Date: Sunday, September 12, 2021 @ 17:54:43
  Author: pierre
Revision: 423949

archrelease: copy trunk to extra-x86_64

Added:
  gd/repos/extra-x86_64/PKGBUILD
    (from rev 423948, gd/trunk/PKGBUILD)
Deleted:
  gd/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-12 17:54:39 UTC (rev 423948)
+++ PKGBUILD	2021-09-12 17:54:43 UTC (rev 423949)
@@ -1,37 +0,0 @@
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=gd
-pkgver=2.3.2
-pkgrel=4
-pkgdesc="Library for the dynamic creation of images by programmers"
-arch=('x86_64')
-url="https://libgd.github.io/"
-license=('custom')
-depends=('fontconfig' 'libxpm' 'libwebp' 'libavif' 'libheif')
-optdepends=('perl: bdftogd script')
-checkdepends=('ttf-liberation')
-source=("https://github.com/libgd/libgd/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('dcc22244d775f469bee21dce1ea42552adbb72ba0cc423f9fa6a64601b3a1893')
-
-build() {
-  cd libgd-${pkgname}-${pkgver}
-
-  ./bootstrap.sh
-  ./configure \
-    --prefix=/usr \
-    --disable-rpath
-  make
-}
-
-check() {
-  cd libgd-${pkgname}-${pkgver}
-
-  make check
-}
-
-package() {
-  cd libgd-${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gd/repos/extra-x86_64/PKGBUILD (from rev 423948, gd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-12 17:54:43 UTC (rev 423949)
@@ -0,0 +1,37 @@
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=gd
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('x86_64')
+url="https://libgd.github.io/"
+license=('custom')
+depends=('fontconfig' 'libxpm' 'libwebp' 'libavif' 'libheif')
+optdepends=('perl: bdftogd script')
+checkdepends=('ttf-liberation')
+source=("https://github.com/libgd/libgd/archive/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('24429f9d0dbe0f865aaa4b1a63558242396ba9134e6cfd32ca5e486a84483350')
+
+build() {
+  cd libgd-${pkgname}-${pkgver}
+
+  ./bootstrap.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-rpath
+  make
+}
+
+check() {
+  cd libgd-${pkgname}-${pkgver}
+
+  TMP=$(mktemp -d) make check
+}
+
+package() {
+  cd libgd-${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list