Connor Behan pushed to branch main at Arch Linux / Packaging / Packages / ming
Commits: f5432641 by Connor Behan at 2024-04-15T15:17:51-03:00 upgpkg: 0.4.8.r68.g04aee523-6: Update to 0.4.8-6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,26 @@ +pkgbase = ming + pkgdesc = SWF output library + pkgver = 0.4.8.r68.g04aee523 + pkgrel = 6 + url = https://github.com/libming + arch = x86_64 + license = GPL + license = LGPL + makedepends = bison + makedepends = pkgconf + makedepends = swig + makedepends = python-setuptools + makedepends = git + depends = freetype2 + depends = libpng + depends = flex + depends = giflib + options = !emptydirs + source = git+https://github.com/libming/libming.git#commit=04aee52363688426eab74f5d6180c149654a6473 + source = py3.patch + source = ming-0.4.8-swig-4.1.patch + sha256sums = SKIP + sha256sums = c33000d71c4e7308c6c4b7a3be05087d6b088b86caa841d0e11585c26cbc1e64 + sha256sums = 33cca7f5f5b17805a0ca1b56e4ef1e2be3492169bbb8500a3d872b3ac762758e + +pkgname = ming ===================================== PKGBUILD ===================================== @@ -3,13 +3,13 @@ pkgname=ming pkgver=0.4.8.r68.g04aee523 -pkgrel=5 +pkgrel=6 pkgdesc="SWF output library" arch=('x86_64') url="https://github.com/libming" license=('GPL' 'LGPL') depends=('freetype2' 'libpng' 'flex' 'giflib') -makedepends=('bison' 'pkgconf' 'swig' 'python' 'git') +makedepends=('bison' 'pkgconf' 'swig' 'python-setuptools' 'git') options=('!emptydirs') source=(git+https://github.com/libming/libming.git#commit=04aee52363688426eab74f5d6180c149654a6473 py3.patch ming-0.4.8-swig-4.1.patch) sha256sums=('SKIP' @@ -35,6 +35,7 @@ build() { bison -y -p swf4 -b swf4compiler swf4compiler.y bison -y -p swf5 -b swf5compiler swf5compiler.y popd + ln -s ../ming.i py_ext/ming.i make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ming/-/commit/f543264105b93a640066f8cb9063001daddec5ce -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ming/-/commit/f543264105b93a640066f8cb9063001daddec5ce You're receiving this email because of your account on gitlab.archlinux.org.
