2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Vte GTK+ 3 için bir terminal emülatörü widget'ı uygulayan bir kitaplıktır (libvte)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://developer.gnome.org/arch/gnome/widgets/vte.html
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: gtk3 perl-xml-parser python-gtk gobject-introspection pcre2
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=vte3
|
|
|
|
|
surum=0.49.1
|
|
|
|
|
devir=1
|
|
|
|
|
_isim=vte
|
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${_name}/${surum%.*}-$surum.tar.xz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${_name}-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure --prefix=/usr\
|
2017-10-28 14:10:23 +02:00
|
|
|
|
--libexecdir=/usr/lib/$isim \
|
2016-02-24 01:27:23 +01:00
|
|
|
|
--enable-introspection \
|
|
|
|
|
--with-xft2 \
|
|
|
|
|
--with-pangox
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|