Date: Sunday, March 5, 2023 @ 22:12:52
Author: arojas
Revision: 1415123
archrelease: copy trunk to multilib-x86_64
Added:
lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD
(from rev 1415122, lib32-sdl2_ttf/trunk/PKGBUILD)
lib32-sdl2_ttf/repos/multilib-x86_64/keys/
Deleted:
lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD
lib32-sdl2_ttf/repos/multilib-x86_64/keys/
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-05 22:12:41 UTC (rev 1415122)
+++ PKGBUILD 2023-03-05 22:12:52 UTC (rev 1415123)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sven-Hendrik Haase <[email protected]>
-# Contributor: carstene1ns <arch carsten-teibes de>
-
-pkgname=lib32-sdl2_ttf
-pkgver=2.20.1
-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://github.com/libsdl-org/SDL_ttf/releases/download/release-${pkgver}/SDL2_ttf-${pkgver}.tar.gz"{,.sig})
-sha512sums=('5745a318583a771dff30421d79c5940bdb0fe2f8908a0192e98a2a80076722ba53f6488e922de5b49e078f0c7d9d358e681886ebc8862d89ca6671b5be471134'
- 'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-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 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-sdl2_ttf/repos/multilib-x86_64/PKGBUILD (from rev 1415122,
lib32-sdl2_ttf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-05 22:12:52 UTC (rev 1415123)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sven-Hendrik Haase <[email protected]>
+# Contributor: carstene1ns <arch carsten-teibes de>
+
+pkgname=lib32-sdl2_ttf
+pkgver=2.20.2
+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://github.com/libsdl-org/SDL_ttf/releases/download/release-${pkgver}/SDL2_ttf-${pkgver}.tar.gz"{,.sig})
+sha512sums=('b54e93b100712e3764cd80d4e4b16cd4c2a6853620f675941a4214320b0ee29a583d57ad56cd5fdb5c7a32d7615cbf43bc3fa55337b01623cee7219ebb43667c'
+ 'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+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 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et: