2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Apple Keynote sunumlarını okumak ve dönüştürmek için kullanılan kütüphane ve araçlar
|
2017-09-21 10:05:32 +02:00
|
|
|
|
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: Cihan Alkan
|
|
|
|
|
# Gerekler: libxml2 boost librevenge doxygen mdds libwpd liblangtag glm
|
2017-09-21 10:05:32 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=libetonyek
|
|
|
|
|
surum=0.1.6
|
|
|
|
|
devir=1
|
2017-09-21 10:05:32 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(https://dev-www.libreoffice.org/src/$isim/$isim-$surum.tar.xz
|
2017-09-21 10:05:32 +02:00
|
|
|
|
0001-Allow-building-with-mdds-1.2.patch
|
|
|
|
|
0001-drop-test-that-violates-Unicode-tr-35.patch
|
|
|
|
|
0001-fix-test-on-i686.patch)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-09-21 10:05:32 +02:00
|
|
|
|
patch -Np1 -i ../0001-Allow-building-with-mdds-1.2.patch
|
|
|
|
|
patch -Np1 -i ../0001-drop-test-that-violates-Unicode-tr-35.patch
|
|
|
|
|
patch -Np1 -i ../0001-fix-test-on-i686.patch
|
|
|
|
|
autoreconf -vfi
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr --with-mdds=1.2
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|