pcb: update to 4.1.2.
Closes: #1618 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
9d1a54f10f
commit
4cedf90950
|
@ -1,20 +0,0 @@
|
|||
--- src/report.c 2014-03-11 04:09:51.000000000 +0100
|
||||
+++ src/report.c 2015-11-01 21:18:33.491342878 +0100
|
||||
@@ -32,6 +32,7 @@
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
+#include <locale.h>
|
||||
|
||||
#include "report.h"
|
||||
#include "crosshair.h"
|
||||
--- src/hid/gtk/gui.h 2012-12-29 16:59:54.000000000 +0100
|
||||
+++ src/hid/gtk/gui.h 2015-11-01 21:20:51.515335415 +0100
|
||||
@@ -33,6 +33,7 @@
|
||||
#include "data.h"
|
||||
#include "misc.h"
|
||||
#include <sys/stat.h>
|
||||
+#include <locale.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "ghid-coord-entry.h"
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'pcb'
|
||||
pkgname=pcb
|
||||
version=20140316
|
||||
revision=4
|
||||
reverts=20140316_4
|
||||
version=4.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-update-desktop-database --disable-update-mime-database"
|
||||
hostmakedepends="flex intltool pkg-config desktop-file-utils"
|
||||
makedepends="MesaLib-devel glu-devel gtk+-devel gtkglext-devel gd-devel tk-devel"
|
||||
makedepends="gd-devel gtkglext-devel tk-devel"
|
||||
depends="pcb-data geda"
|
||||
short_desc="Interactive printed circuit board editor"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://pcb.geda-project.org/news.html"
|
||||
distfiles="http://ftp.geda-project.org/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=82c4f39438ee4e278196a3b67ef021145dcfbb00519508ccf51aa7832121c950
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=c6b4df11930d2b3d27032475850e15dd95797fb43876caa6e77c288724fdf05b
|
||||
|
||||
pcb-data_package() {
|
||||
noarch=yes
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
site=http://ftp.geda-project.org/pcb/
|
||||
pattern='\K[\d]{8}'
|
Loading…
Reference in New Issue