libthai
This commit is contained in:
parent
fbb384a9f0
commit
73a433e5d4
|
@ -1,19 +0,0 @@
|
||||||
# Description: Junichi Aoe tarafından önerilen, bir tür dijital arama ağacı olan trie'yi temsil etmek için çift dizili yapının uygulanması
|
|
||||||
# URL: http://linux.thai.net/~thep/datrie/datrie.html
|
|
||||||
# Packager: milisarge
|
|
||||||
# Depends on:
|
|
||||||
name=libdatrie
|
|
||||||
version=0.2.9
|
|
||||||
release=1
|
|
||||||
|
|
||||||
source=(
|
|
||||||
http://linux.thai.net/pub/thailinux/software/libthai/$name-$version.tar.xz)
|
|
||||||
build() {
|
|
||||||
cd $name-$version
|
|
||||||
./configure --prefix=/usr \
|
|
||||||
--mandir=/usr/share/man \
|
|
||||||
--infodir=/usr/share/info \
|
|
||||||
--disable-static
|
|
||||||
make
|
|
||||||
make DESTDIR=$PKG install
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
# Description: Tay dili destek rutinleri
|
|
||||||
# URL: http://linux.thai.net/projects/libthai
|
|
||||||
# Packager: milisarge
|
|
||||||
# Depends on: libdatrie
|
|
||||||
|
|
||||||
name=libthai
|
|
||||||
version=0.1.24
|
|
||||||
release=1
|
|
||||||
|
|
||||||
source=(https://mirrors.kernel.org/debian/pool/main/libt/${name}/${name}_${version}.orig.tar.xz)
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd $name-$version
|
|
||||||
./configure --prefix=/usr \
|
|
||||||
--mandir=/usr/share/man \
|
|
||||||
--infodir=/usr/share/info \
|
|
||||||
--disable-static \
|
|
||||||
--disable-doxygen-doc
|
|
||||||
make
|
|
||||||
make DESTDIR=$PKG install
|
|
||||||
rm -rf $PKG/usr/share/man
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Description: Metin düzeni ve sunumu için bir kütüphane
|
# Description: Metin düzeni ve sunumu için bir kütüphane
|
||||||
# URL: http://gnome.org
|
# URL: http://gnome.org
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: python cairo libthai freetype xorg-libxft gobject-introspection harfbuzz xorg-libxxf86vm
|
# Depends on: python cairo freetype xorg-libxft gobject-introspection harfbuzz xorg-libxxf86vm
|
||||||
|
|
||||||
name=pango
|
name=pango
|
||||||
version=1.38.1
|
version=1.38.1
|
||||||
|
|
|
@ -48,8 +48,6 @@ xorg-mesa
|
||||||
xorg-glu
|
xorg-glu
|
||||||
xorg-libxxf86vm
|
xorg-libxxf86vm
|
||||||
cairo
|
cairo
|
||||||
libdatrie
|
|
||||||
libthai
|
|
||||||
xorg-libxft
|
xorg-libxft
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
icu
|
icu
|
||||||
|
|
Loading…
Reference in New Issue