extra/graphite to 1.3.6-1

This commit is contained in:
Kevin Mihelich 2016-03-01 19:09:36 +00:00
parent 477125a0d9
commit 3eaa2e3cd1
2 changed files with 3 additions and 12 deletions

View file

@ -5,7 +5,7 @@
# - patch for arm
pkgname=graphite
pkgver=1.3.5
pkgver=1.3.6
pkgrel=1
epoch=1
arch=('i686' 'x86_64')
@ -18,9 +18,9 @@ makedepends=('cmake' 'freetype2' 'python2'
'doxygen' 'dblatex' 'graphviz' 'asciidoc')
checkdepends=('python2-fonttools')
options=('!emptydirs')
source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite2-${pkgver}.tgz
source=(https://github.com/silnrsi/graphite/releases/download/${pkgver}/graphite-${pkgver}.tgz
graphite-arm-nodefaultlibs.patch)
md5sums=('5b8d22a8bbf031838e31432868c0109c'
sha1sums=('052ed2e3653f7a026bf9ff63ca42683ce0bcefb4'
'35a628ad03433fa8e3febe7222844d4c')

View file

@ -1,9 +0,0 @@
diff -urN graphite2-1.2.0.orig/src/CMakeLists.txt graphite2-1.2.0/src/CMakeLists.txt
--- graphite2-1.2.0.orig/src/CMakeLists.txt 2013-01-29 15:47:32.465841769 +0530
+++ graphite2-1.2.0/src/CMakeLists.txt 2013-01-29 15:48:24.056843352 +0530
@@ -136,4 +136,4 @@
install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} PUBLIC_HEADER DESTINATION include/graphite2 RUNTIME DESTINATION bin)
-install(EXPORT graphite2 DESTINATION share/graphite2 NAMESPACE gr2_)
+install(EXPORT graphite2 DESTINATION lib${LIB_SUFFIX}/graphite2 NAMESPACE gr2_)