Skip to content

Commit

Permalink
mingw-w64-doxygen - 1.8.15 - Update to latest release, drop clang-fix…
Browse files Browse the repository at this point in the history
… patch because it is not needed. (#4858)
  • Loading branch information
JPeterMugaas authored and Alexpux committed Jan 14, 2019
1 parent 69c1ee9 commit fccae09
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
29 changes: 18 additions & 11 deletions mingw-w64-doxygen/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=doxygen
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.8.14
pkgrel=3
pkgver=1.8.15
pkgrel=1
pkgdesc="A documentation system for C++, C, Java, IDL and PHP (mingw-w64)"
arch=('any')
url="http://www.doxygen.org/"
Expand All @@ -25,21 +25,28 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-clang-tools-extra"
'flex'
'bison')
optdepends=("${MINGW_PACKAGE_PREFIX}-qt5")
source=("https://ftp.stack.nl/pub/users/dimitri/${_realname}-${pkgver}.src.tar.gz"
# http://doxygen.nl/files/doxygen-1.8.15.src.tar.gz
source=("http://doxygen.nl/files/${_realname}-${pkgver}.src.tar.gz"
'cmake-mingw.patch'
'fix-casts.patch'
'clang-fix.patch')
sha256sums=('d1757e02755ef6f56fd45f1f4398598b920381948d6fcfa58f5ca6aa56f59d4d'
'fix-casts.patch')
sha256sums=('bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d'
'c760a8d583c1d27ef7dbdc7e43ec6bc9d4af8ead6fdb95d539b4857f2c41dbf6'
'0cbf92d80e757287bfe1bb86168751de8a467e31e8ed26baf7c2b75450ce1f4c'
'8d65265483722dea4d00476fd6ce46ba52ef0c03c455fcc5fc0d2333b1006f05')
'0cbf92d80e757287bfe1bb86168751de8a467e31e8ed26baf7c2b75450ce1f4c')

apply_patch_with_msg() {
for _patch in "$@"
do
msg2 "Applying $_patch"
patch -Nbp1 -i "${srcdir}/$_patch"
done
}


prepare() {
cd "${srcdir}/${_realname}-${pkgver}"

patch -p1 -i "${srcdir}/cmake-mingw.patch"
patch -p1 -i "${srcdir}/fix-casts.patch"
patch -p1 -i "${srcdir}/clang-fix.patch"
apply_patch_with_msg "cmake-mingw.patch" \
"fix-casts.patch"
}

build() {
Expand Down
10 changes: 0 additions & 10 deletions mingw-w64-doxygen/clang-fix.patch

This file was deleted.

0 comments on commit fccae09

Please sign in to comment.