Merge pull request #382 from grauehaare/master
New Package: dia-0.97.2, a GTK+ based diagram creation program
This commit is contained in:
commit
699319e83e
|
@ -0,0 +1,13 @@
|
|||
--- plug-ins/postscript/diapsft2renderer.c.orig 2014-05-07 13:13:51.997988792 +0200
|
||||
+++ plug-ins/postscript/diapsft2renderer.c 2014-05-07 13:14:35.810986950 +0200
|
||||
@@ -29,8 +29,8 @@
|
||||
#include <pango/pangoft2.h>
|
||||
#include <pango/pango-engine.h>
|
||||
/* I'd really rather avoid this */
|
||||
-#include <freetype/ftglyph.h>
|
||||
-#include <freetype/ftoutln.h>
|
||||
+#include <ftglyph.h>
|
||||
+#include <ftoutln.h>
|
||||
|
||||
#define DPI 300
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'dia'
|
||||
pkgname=dia
|
||||
version=0.97.2
|
||||
revision=1
|
||||
short_desc="GTK+ based diagram creation program"
|
||||
maintainer="Martin Riese <grauehaare@gmx.de>"
|
||||
license="GPL-2"
|
||||
homepage="https://wiki.gnome.org/Apps/Dia"
|
||||
distfiles="http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-${version}.tar.xz"
|
||||
checksum="a761478fb98697f71b00d3041d7c267f3db4b94fe33ac07c689cb89c4fe5eae1"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+-devel libxml2-devel freetype-devel libpng-devel libart-devel libxslt-devel"
|
Loading…
Reference in New Issue