Update to 0.0.19-1

This commit is contained in:
Jonathan Liu 2020-01-08 11:21:49 +11:00
parent 90f981a615
commit 58aad5fa21
3 changed files with 8 additions and 27 deletions

View file

@ -1,16 +1,15 @@
pkgbase = wxedid pkgbase = wxedid
pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor pkgdesc = wxWidgets-based EDID (Extended Display Identification Data) editor
pkgver = 0.0.18 pkgver = 0.0.19
pkgrel = 1 pkgrel = 1
url = https://sourceforge.net/projects/wxedid/ url = https://sourceforge.net/projects/wxedid/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = GPL3 license = GPL3
depends = wxgtk2 depends = wxgtk2
source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.18.tar.gz options = !buildflags
source = configure.patch source = https://downloads.sourceforge.net/wxedid/wxedid-0.0.19.tar.gz
md5sums = 4098b6355d6a0ed76d06c33bb9499b27 md5sums = d9a1a2de8483128a51ac0866e3c28d46
md5sums = 1443b5b6e81b32df7c4a5c036603c52f
pkgname = wxedid pkgname = wxedid

View file

@ -1,22 +1,15 @@
# Maintainer: Jonathan Liu <net147@gmail.com> # Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=wxedid pkgname=wxedid
pkgver=0.0.18 pkgver=0.0.19
pkgrel=1 pkgrel=1
pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor" pkgdesc="wxWidgets-based EDID (Extended Display Identification Data) editor"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/wxedid/" url="https://sourceforge.net/projects/wxedid/"
license=('GPL3') license=('GPL3')
depends=('wxgtk2') depends=('wxgtk2')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" options=('!buildflags')
'configure.patch') source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('4098b6355d6a0ed76d06c33bb9499b27' md5sums=('d9a1a2de8483128a51ac0866e3c28d46')
'1443b5b6e81b32df7c4a5c036603c52f')
prepare() {
cd "$pkgname-$pkgver"
patch -Np1 -i "$srcdir/configure.patch"
}
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"

View file

@ -1,11 +0,0 @@
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,6 @@
AS_VAR_SET([ac_lang_cflags], [$CFLAGS])
dnl AC_ARG_SWITCH_DEBUG([DEFINE-DBG-VAR], [DBG-CFLAGS], [DBG-LDFLAGS], [RELEASE-CFLAGS], [RELEASE-LDLAGS])
-AC_BUILD_SWITCH([-g -Wall -Wextra -fno-exceptions], [],
- [-O1 -finline-functions-called-once -fno-exceptions -Wall -Wfatal-errors], [-s])
AC_SUBST([ac_lang_cflags])