Move msys2-runtime to msys2-runtime-3.5

This commit is contained in:
Christoph Reiter 2025-04-10 09:17:14 +02:00
parent b1ce0b5348
commit e7673212e1
61 changed files with 12 additions and 10 deletions

View File

@ -1,10 +1,10 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
# Contributor: Ray Donnelly <mingw.android@gmail.com>
pkgbase=msys2-runtime
pkgname=('msys2-runtime' 'msys2-runtime-devel')
pkgbase=msys2-runtime-3.5
pkgname=('msys2-runtime-3.5' 'msys2-runtime-3.5-devel')
pkgver=3.5.7
pkgrel=4
pkgrel=5
pkgdesc="Cygwin POSIX emulation engine"
arch=('x86_64')
url="https://www.cygwin.com/"
@ -273,10 +273,11 @@ build() {
mv -f usr/bin/msys-2.0.dll.new usr/bin/msys-2.0.dll
}
package_msys2-runtime() {
package_msys2-runtime-3.5() {
pkgdesc="Posix emulation engine for Windows"
conflicts=('catgets' 'libcatgets' 'msys2-runtime-3.4' 'msys2-runtime-3.5')
replaces=('catgets' 'libcatgets' 'msys2-runtime-3.5')
provides=("msys2-runtime=${pkgver}")
conflicts=('catgets' 'libcatgets' 'msys2-runtime')
replaces=('catgets' 'libcatgets')
mkdir -p "${pkgdir}"/usr
cp -rf "${srcdir}"/dest/usr/bin "${pkgdir}"/usr/
@ -289,11 +290,12 @@ package_msys2-runtime() {
cp -rf "${srcdir}"/dest/usr/share "${pkgdir}"/usr/
}
package_msys2-runtime-devel() {
package_msys2-runtime-3.5-devel() {
pkgdesc="MSYS2 headers and libraries"
depends=("msys2-runtime=${pkgver}")
conflicts=('libcatgets-devel' 'msys2-runtime-3.4-devel' 'msys2-runtime-3.5-devel')
replaces=('libcatgets-devel' 'msys2-runtime-3.5-devel')
depends=("msys2-runtime-3.5=${pkgver}")
provides=("msys2-runtime-devel=${pkgver}")
conflicts=('libcatgets-devel' 'msys2-runtime-devel')
replaces=('libcatgets-devel')
# strip breaks the split debug info. msys2/msys2-pacman#52
options=('!strip')