geda: update to 1.10.2
This commit is contained in:
parent
ad6e7d4904
commit
6006e664f1
|
@ -2249,6 +2249,8 @@ libffmpegthumbnailer.so.4 ffmpegthumbnailer-2.0.10_1
|
|||
libopenraw.so.7 libopenraw-0.1.0_1
|
||||
libopenrawgnome.so.7 libopenraw-0.1.0_1
|
||||
libgeda.so.47 geda-1.10.1_1
|
||||
libgedacairo.so.1 geda-1.10.2_1
|
||||
libxornstorage.so.0 geda-1.10.2_1
|
||||
libclutter-gst-3.0.so.0 clutter-gst3-3.0.4_1
|
||||
libgsound.so.0 gsound-1.0.1_1
|
||||
libgegl-0.3.so.0 gegl3-0.3.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'geda'
|
||||
pkgname=geda
|
||||
version=1.10.1
|
||||
version=1.10.2
|
||||
revision=1
|
||||
wrksrc="${pkgname}-gaf-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -15,12 +15,11 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.geda-project.org/"
|
||||
distfiles="http://ftp.geda-project.org/geda-gaf/stable/v${version%.*}/${version}/geda-gaf-${version}.tar.gz"
|
||||
checksum=76d282ddeebfb63da8d9b347951e67ce9282b9547df81bde4b46a3851eb13359
|
||||
CFLAGS="-Wno-deprecated-declarations -fcommon"
|
||||
checksum=e862ab241528538fa3bee2739261f568011102b60c5e39a2f0358663c042c8a4
|
||||
python_version=2
|
||||
replaces="geda-data>=0"
|
||||
|
||||
CFLAGS="-Wno-unused-function"
|
||||
CFLAGS="-Wno-deprecated-declarations -fcommon -Wno-unused-function"
|
||||
|
||||
pre_configure() {
|
||||
mkdir -p gnu
|
||||
|
|
Loading…
Reference in New Issue