milis/talimatname/genel/g/gnome-terminal/talimat

23 lines
635 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GNOME için terminal emülatörü
2017-07-25 22:21:02 +02:00
# URL: http://www.gnome.org
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache dconf gconf gtk2 gnome-doc-utils gsettings-desktop-schemas vte3 nautilus
2017-07-25 22:21:02 +02:00
name=gnome-terminal
version=3.22.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-25 22:21:02 +02:00
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--disable-migration \
--disable-search-provider \
--without-pcre2 --with-nautilus-extension
make
make DESTDIR=$PKG install
}