Move msys2-runtime to msys2-runtime-3.5
This commit is contained in:
parent
b1ce0b5348
commit
e7673212e1
@ -1,10 +1,10 @@
|
|||||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||||
# Contributor: Ray Donnelly <mingw.android@gmail.com>
|
# Contributor: Ray Donnelly <mingw.android@gmail.com>
|
||||||
|
|
||||||
pkgbase=msys2-runtime
|
pkgbase=msys2-runtime-3.5
|
||||||
pkgname=('msys2-runtime' 'msys2-runtime-devel')
|
pkgname=('msys2-runtime-3.5' 'msys2-runtime-3.5-devel')
|
||||||
pkgver=3.5.7
|
pkgver=3.5.7
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Cygwin POSIX emulation engine"
|
pkgdesc="Cygwin POSIX emulation engine"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.cygwin.com/"
|
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
|
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"
|
pkgdesc="Posix emulation engine for Windows"
|
||||||
conflicts=('catgets' 'libcatgets' 'msys2-runtime-3.4' 'msys2-runtime-3.5')
|
provides=("msys2-runtime=${pkgver}")
|
||||||
replaces=('catgets' 'libcatgets' 'msys2-runtime-3.5')
|
conflicts=('catgets' 'libcatgets' 'msys2-runtime')
|
||||||
|
replaces=('catgets' 'libcatgets')
|
||||||
|
|
||||||
mkdir -p "${pkgdir}"/usr
|
mkdir -p "${pkgdir}"/usr
|
||||||
cp -rf "${srcdir}"/dest/usr/bin "${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/
|
cp -rf "${srcdir}"/dest/usr/share "${pkgdir}"/usr/
|
||||||
}
|
}
|
||||||
|
|
||||||
package_msys2-runtime-devel() {
|
package_msys2-runtime-3.5-devel() {
|
||||||
pkgdesc="MSYS2 headers and libraries"
|
pkgdesc="MSYS2 headers and libraries"
|
||||||
depends=("msys2-runtime=${pkgver}")
|
depends=("msys2-runtime-3.5=${pkgver}")
|
||||||
conflicts=('libcatgets-devel' 'msys2-runtime-3.4-devel' 'msys2-runtime-3.5-devel')
|
provides=("msys2-runtime-devel=${pkgver}")
|
||||||
replaces=('libcatgets-devel' 'msys2-runtime-3.5-devel')
|
conflicts=('libcatgets-devel' 'msys2-runtime-devel')
|
||||||
|
replaces=('libcatgets-devel')
|
||||||
# strip breaks the split debug info. msys2/msys2-pacman#52
|
# strip breaks the split debug info. msys2/msys2-pacman#52
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
0
msys2-runtime/update-patches.sh → msys2-runtime-3.5/update-patches.sh
Executable file → Normal file
0
msys2-runtime/update-patches.sh → msys2-runtime-3.5/update-patches.sh
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user