summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2016-05-13 17:34:43 +0300
committerIvan Puntiy2016-05-13 17:34:43 +0300
commite5c89985b74fbf48fde263c24cbf2ea4ace51af3 (patch)
treea506f5a89b9a6a745b68f5a18f9c4c52442b4294
parent5eb311ccd9ea8a18833d890183c44b53e559a7d0 (diff)
downloadaur-e5c89985b74fbf48fde263c24cbf2ea4ace51af3.tar.gz
Forked out dev branch
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD18
2 files changed, 16 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e87e13b476d0..68e2d0a8de42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
-pkgbase = mingw-w64-wxmsw
- pkgdesc = Win32 implementation of wxWidgets API for GUI (mingw-w64)
- pkgver = 3.0.2
+# Generated by mksrcinfo v8
+# Fri May 13 14:34:15 UTC 2016
+pkgbase = mingw-w64-wxmsw3.1
+ pkgdesc = Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)
+ pkgver = 3.1.0
pkgrel = 1
epoch = 1
url = http://wxwidgets.org
@@ -11,16 +13,11 @@ pkgbase = mingw-w64-wxmsw
depends = mingw-w64-libpng
depends = mingw-w64-libjpeg-turbo
depends = mingw-w64-libtiff
- provides = mingw-w64-wxmsw2.9
- provides = mingw-w64-wxmsw-static
- conflicts = mingw-w64-wxmsw2.9
- conflicts = mingw-w64-wxmsw-static
- replaces = mingw-w64-wxmsw2.9
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.sourceforge.net/wxwindows/wxWidgets-3.0.2.tar.bz2
- sha1sums = 6461eab4428c0a8b9e41781b8787510484dea800
+ source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.0/wxWidgets-3.1.0.tar.bz2
+ sha1sums = 2170839cfa9d9322e8ee8368b21a15a2497b4f11
-pkgname = mingw-w64-wxmsw
+pkgname = mingw-w64-wxmsw3.1
diff --git a/PKGBUILD b/PKGBUILD
index a64e467e9054..dd19b4a3b102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
# Maintainer: Ivan Puntiy <ivan.puntiy-at-gmail>
# Contributor: Schala
-pkgname=mingw-w64-wxmsw
+pkgname=mingw-w64-wxmsw3.1
epoch=1
-pkgver=3.0.2
+pkgver=3.1.0
pkgrel=1
-pkgdesc="Win32 implementation of wxWidgets API for GUI (mingw-w64)"
+pkgdesc="Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)"
arch=(any)
url="http://wxwidgets.org"
license=("custom:wxWindows")
makedepends=(mingw-w64-gcc)
depends=(mingw-w64-crt mingw-w64-libpng mingw-w64-libjpeg-turbo mingw-w64-libtiff)
options=(staticlibs !strip !buildflags)
-conflicts=(mingw-w64-wxmsw2.9 mingw-w64-wxmsw-static)
-provides=(mingw-w64-wxmsw2.9 mingw-w64-wxmsw-static)
-replaces=(mingw-w64-wxmsw2.9)
-source=("http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2")
-sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800')
+source=("https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2")
+sha1sums=('2170839cfa9d9322e8ee8368b21a15a2497b4f11')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -88,8 +85,9 @@ package() {
find "$pkgdir/usr/${_arch}" -name '*.exe' | xargs -rtl1 rm
find "$pkgdir/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip --strip-unneeded
find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs -rtl1 ${_arch}-strip -g
- ln -s "/usr/${_arch}/lib/wx/config/${_arch}-msw-unicode-${pkgver%.*}" "$pkgdir/usr/bin/${_arch}-wx-config"
- rm "$pkgdir/usr/${_arch}/bin/wxrc-3.0"
+ ln -s "/usr/${_arch}/lib/wx/config/${_arch}-msw-unicode-${pkgver%.*}" "$pkgdir/usr/bin/${_arch}-wx-config-3.1"
+ mv "$pkgdir/usr/${_arch}/bin/wx-config"{,-3.1}
+ rm "$pkgdir/usr/${_arch}/bin/wxrc-3.1"
rm -r "$pkgdir/usr/${_arch}/share"
done
}