New Package: dia-0.97.2, a GTK+ based diagram creation program
This commit is contained in:
parent
5c151ad7ae
commit
1b0de1d0fc
2 changed files with 26 additions and 0 deletions
13
srcpkgs/dia/patches/changedFTincluding.patch
Normal file
13
srcpkgs/dia/patches/changedFTincluding.patch
Normal file
|
@ -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
|
||||
|
13
srcpkgs/dia/template
Normal file
13
srcpkgs/dia/template
Normal file
|
@ -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"
|
||||
makedepends="intltool gtk+-devel libxml2-devel freetype-devel libpng-devel libart-devel libxslt-devel"
|
Loading…
Add table
Add a link
Reference in a new issue