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
|
||||
# URL: http://gnome.org
|
||||
# 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
|
||||
version=1.38.1
|
||||
|
|
|
@ -48,8 +48,6 @@ xorg-mesa
|
|||
xorg-glu
|
||||
xorg-libxxf86vm
|
||||
cairo
|
||||
libdatrie
|
||||
libthai
|
||||
xorg-libxft
|
||||
gobject-introspection
|
||||
icu
|
||||
|
|
Loading…
Reference in New Issue