Skip to content

Commit

Permalink
Fix various PKGBUILD errors (msys2#2631)
Browse files Browse the repository at this point in the history
These PKGBUILD files could no longer be openend by makepkg due to
stricter parsing in regard to variable types. This fixes the types.
  • Loading branch information
lazka authored and Alexpux committed Jun 26, 2017
1 parent 00f57d8 commit d853893
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mingw-w64-assimp-git/PKGBUILD
Expand Up @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"git")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://assimp.sourceforge.io/')
url='https://assimp.sourceforge.io/'
source=("${_realname}"::"git+https://github.com/assimp/assimp.git"
'build-fixes.patch')
options=(!strip staticlibs)
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-coin3d-hg/PKGBUILD
Expand Up @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-simage"
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/coin')
url='https://bitbucket.org/Coin3D/coin'
source=("${_realname}"::"hg+https://bitbucket.org/msys2/coin"
hg+https://bitbucket.org/msys2/generalmsvcgeneration
hg+https://bitbucket.org/msys2/boost-header-libs-full)
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-dime-hg/PKGBUILD
Expand Up @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-coin3d")
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/dime')
url='https://bitbucket.org/Coin3D/dime'
source=("${_realname}"::"hg+https://bitbucket.org/Alexpux/dime")
options=(!strip staticlibs)
sha256sums=('SKIP')
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-hclient/PKGBUILD
Expand Up @@ -3,8 +3,8 @@
_realname=hclient
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
provides="${MINGW_PACKAGE_PREFIX}-${_realname}"
conflicts="${MINGW_PACKAGE_PREFIX}-${_realname}"
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=37.efd8c0a
pkgrel=1
pkgdesc='Sample GUI for communicating with HIDs (mingw-w64)'
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-kcwsh-qt5-git/PKGBUILD
Expand Up @@ -8,7 +8,7 @@ _ver_base=0.1.0
pkgver=0.1.0.236.be0e645
pkgrel=1
arch=('any')
url=('https://projects.kde.org/projects/frameworks/${_basename}')
url='https://projects.kde.org/projects/frameworks/${_basename}'
pkgdesc="Plugins to allow QImage to support extra file formats (mingw-w64-qt5${_namesuff})"
license=('LGPL')
makedepends=("${MINGW_PACKAGE_PREFIX}-extra-cmake-modules"
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-libkcw-qt5-git/PKGBUILD
Expand Up @@ -8,7 +8,7 @@ _ver_base=0.1.0
pkgver=0.1.0.70.810b71c
pkgrel=1
arch=('any')
url=('https://projects.kde.org/projects/frameworks/${_basename}')
url='https://projects.kde.org/projects/frameworks/${_basename}'
pkgdesc="Plugins to allow QImage to support extra file formats (mingw-w64-qt5${_namesuff})"
license=('LGPL')
makedepends=("${MINGW_PACKAGE_PREFIX}-extra-cmake-modules" "git")
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-libsmallchange-hg/PKGBUILD
Expand Up @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-coin3d")
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/dime')
url='https://bitbucket.org/Coin3D/dime'
source=("${_realname}"::"hg+https://bitbucket.org/Alexpux/smallchange")
options=(!strip staticlibs)
sha256sums=('SKIP')
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-nutsnbolts-hg/PKGBUILD
Expand Up @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-coin3d")
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/dime')
url='https://bitbucket.org/Coin3D/dime'
source=("${_realname}"::"hg+https://bitbucket.org/Alexpux/nutsnbolts"
#"hg+https://bitbucket.org/Alexpux/coincodeshare"
)
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-profit-hg/PKGBUILD
Expand Up @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/dime')
url='https://bitbucket.org/Coin3D/dime'
source=("${_realname}"::"hg+https://bitbucket.org/Alexpux/profit")
options=(!strip staticlibs)
sha256sums=('SKIP')
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-quarter-hg/PKGBUILD
Expand Up @@ -14,7 +14,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-qt5"
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/simage/overview')
url='https://bitbucket.org/Coin3D/simage/overview'
source=("${_realname}"::"hg+https://bitbucket.org/Alexpux/quarter")
options=(!strip staticlibs)
sha256sums=('SKIP')
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-simage-hg/PKGBUILD
Expand Up @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-libjpeg-turbo"
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/simage/overview')
url='https://bitbucket.org/Coin3D/simage/overview'
source=("${_realname}"::"hg+https://bitbucket.org/msys2/simage")
options=(!strip staticlibs)
sha256sums=('SKIP')
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-simvoleon-hg/PKGBUILD
Expand Up @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-coin3d")
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/dime')
url='https://bitbucket.org/Coin3D/dime'
source=("${_realname}"::"hg+https://bitbucket.org/Alexpux/simvoleon"
"hg+https://bitbucket.org/Alexpux/coincodeshare")
options=(!strip staticlibs)
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-solid-qt5/PKGBUILD
Expand Up @@ -7,7 +7,7 @@ _kde_f5_init_package "${_variant}" "solid"
pkgver=5.12.0
pkgrel=1
arch=('any')
url=('https://projects.kde.org/projects/frameworks/${_basename}')
url='https://projects.kde.org/projects/frameworks/${_basename}'
pkgdesc="Plugins to allow QImage to support extra file formats (mingw-w64-qt5${_namesuff})"
license=('LGPL')
makedepends=("${MINGW_PACKAGE_PREFIX}-extra-cmake-modules")
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-soqt-hg/PKGBUILD
Expand Up @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-coin3d" "${MINGW_PACKAGE_PREFIX}-qt5")
makedepends=("mercurial" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-gcc")
provides=("${MINGW_PACKAGE_PREFIX}-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}")
url=('https://bitbucket.org/Coin3D/dime')
url='https://bitbucket.org/Coin3D/dime'
source=("${_realname}"::"hg+https://bitbucket.org/Alexpux/soqt"
"hg+https://bitbucket.org/Alexpux/generalmsvcgeneration"
"hg+https://bitbucket.org/Alexpux/soanydata"
Expand Down

0 comments on commit d853893

Please sign in to comment.