2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Guake, Gnome için tepeden inişli bir terminaldir (KDE Yakuake, Tilda veya Quake'de kullanılan terminal tarzında)
|
2017-01-31 01:37:09 +01:00
|
|
|
|
# URL: http://guake-project.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge aydinyakar
|
|
|
|
|
# Gerekler: intltool gnome-common python-notify vte python-vte python-gconf dbus-python python-keybinder python-xdg libutempter
|
2016-10-16 01:28:31 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=guake
|
|
|
|
|
surum=0.8.7
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/Guake/$isim/archive/$surum.tar.gz)
|
2016-10-16 01:28:31 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-10-16 01:28:31 +02:00
|
|
|
|
# Python2 fix
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-10-16 01:28:31 +02:00
|
|
|
|
sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
|
|
|
|
|
|
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
--disable-schemas-install \
|
|
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas \
|
|
|
|
|
PYTHON=python2
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR="$PKG" install
|
|
|
|
|
python2 -m compileall "$PKG"/usr/lib/python2.7/site-packages/guake/
|
2017-01-31 01:37:09 +01:00
|
|
|
|
|
2016-10-16 01:28:31 +02:00
|
|
|
|
}
|