milis/talimatname/genel/c/caribou/talimat

21 lines
588 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Bir metin girişi ve UI gezinme uygulaması (ekran klavyesi).
2017-07-08 15:20:58 +02:00
# URL: http://live.gnome.org/Caribou
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: at-spi2-atk python-atspi python-gobject gtk2 gtk3 xorg-libxklavier libgee clutter dconf libxkbcommon
2017-12-24 00:47:53 +01:00
# Grup: sistem
2017-07-08 15:20:58 +02:00
2017-10-28 14:10:23 +02:00
isim=caribou
surum=0.4.21
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-08 15:20:58 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-25 22:21:02 +02:00
./configure --prefix=/usr --sysconfdir=/etc \
2017-10-28 14:10:23 +02:00
--libexecdir=/usr/lib/$isim \
2017-07-25 22:21:02 +02:00
--disable-static \
--disable-schemas-compile
make -j1
2017-07-08 15:20:58 +02:00
make DESTDIR=$PKG install
}