summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2023-01-08 12:30:43 +0000
committereugene2023-01-08 12:30:43 +0000
commit4bdd2242e0493007f89d5c435fc4894a1fbe0371 (patch)
tree16cb61653412f5772fd954ebd3ca6c4e23f4ec1d /PKGBUILD
parented699a55c7fffe40f517833d7164740bbd535172 (diff)
downloadaur-4bdd2242e0493007f89d5c435fc4894a1fbe0371.tar.gz
SDL2_Pango v2.1.5 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e674ffad5d21..56efea5f6c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
+# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Sergio Jovani Guzman <moret.sjg@gmail.com>
# Contributor: royrocks <royrocks13@gmail.com>
@@ -6,10 +6,10 @@
_pkgtype=sdl2
pkgname=tuxpaint
pkgver=0.9.28
-pkgrel=1
+pkgrel=2
pkgdesc='Drawing program designed for young children'
arch=('x86_64')
-url='http://tuxpaint.org/' # no https available
+url='https://tuxpaint.org/'
license=('GPL')
backup=('etc/tuxpaint/tuxpaint.conf')
depends=('fribidi' 'libpaper' 'librsvg' 'libimagequant' 'sdl2_image'
@@ -18,8 +18,8 @@ makedepends=('gperf' 'setconf' 'imagemagick')
optdepends=('tuxpaint-stamps: more stamps'
'tuxpaint-config: configuration manager'
'python2: zh_tw font generator script')
-source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver-$_pkgtype.tar.gz")
-sha256sums=('4f1ed9330feab324070b93630d79ced50ccc4816ab76750119f012b5d904709d')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver-$_pkgtype.tar.gz" "freetype2.patch")
+sha256sums=('4f1ed9330feab324070b93630d79ced50ccc4816ab76750119f012b5d904709d' SKIP)
prepare() {
cd "$pkgname-$pkgver-$_pkgtype"
@@ -40,6 +40,8 @@ prepare() {
# no KDE4-related requirements at installation-time
setconf Makefile ARCH_INSTALL='install-man install-importscript install-bash-completion'
+
+ patch -Np1 < "../freetype2.patch"
}
build() {