[arch-commits] Commit in lib32-sdl2_ttf/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 17:11:21 UTC 2022


    Date: Wednesday, May 4, 2022 @ 17:11:21
  Author: arojas
Revision: 1194461

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD
    (from rev 1194460, lib32-sdl2_ttf/trunk/PKGBUILD)
Deleted:
  lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 17:11:10 UTC (rev 1194460)
+++ PKGBUILD	2022-05-04 17:11:21 UTC (rev 1194461)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: carstene1ns <arch carsten-teibes de>
-
-pkgname=lib32-sdl2_ttf
-pkgver=2.0.15
-pkgrel=1
-pkgdesc='Library that allows you to use TrueType fonts in your SDL applications (Version 2) (32-bit)'
-url='https://www.libsdl.org/projects/SDL_ttf'
-arch=('x86_64')
-license=('MIT')
-depends=('lib32-sdl2' 'lib32-freetype2')
-source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz)
-sha512sums=('30d685932c3dd6f2c94e2778357a5c502f0421374293d7102a64d92f9c7861229bf36bedf51c1a698b296a58c858ca442d97afb908b7df1592fc8d4f8ae8ddfd')
-
-prepare() {
-  cd SDL2_ttf-${pkgver}
-  touch NEWS README AUTHORS ChangeLog
-  autoreconf -vi
-}
-
-build() {
-  cd SDL2_ttf-${pkgver}
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-  ./configure --disable-static --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd SDL2_ttf-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/include"
-  install -Dm 644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD (from rev 1194460, lib32-sdl2_ttf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 17:11:21 UTC (rev 1194461)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: carstene1ns <arch carsten-teibes de>
+
+pkgname=lib32-sdl2_ttf
+pkgver=2.0.18
+pkgrel=1
+pkgdesc='Library that allows you to use TrueType fonts in your SDL applications (Version 2) (32-bit)'
+url='https://www.libsdl.org/projects/SDL_ttf'
+arch=('x86_64')
+license=('MIT')
+depends=('lib32-sdl2' 'lib32-freetype2')
+source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz)
+sha512sums=('9a211c07d4180fe3fb2f7614e907d1002ddf3bb77b57f62116f22dc29a6043f091deb6a8113656d26a44d2f06b9abcc372aa3e0761500fcf47b455406973a1c7')
+
+prepare() {
+  cd SDL2_ttf-${pkgver}
+  touch NEWS README AUTHORS ChangeLog
+  autoreconf -vi
+}
+
+build() {
+  cd SDL2_ttf-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure --disable-static --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd SDL2_ttf-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/include"
+  install -Dm 644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list