diff --git a/talimatname/genel/blueman/talimat b/talimatname/genel/blueman/talimat index 61e903e9e..bfa7b2afe 100644 --- a/talimatname/genel/blueman/talimat +++ b/talimatname/genel/blueman/talimat @@ -1,7 +1,7 @@ # Description: A GTK+ Bluetooth Yƶneticisi # URL: https://github.com/blueman-project/blueman # Packager: milisarge -# Depends on: cython intltool bluez dbus-glib gconf gtk3 notification-daemon libnotify polkit python3-cairo dbus-python python3-gobject startup-notification +# Depends on: cython intltool bluez dbus-glib gconf gtk3 notification-daemon libnotify polkit python-cairo dbus-python python-gobject startup-notification name=blueman version=2.0.5 @@ -11,19 +11,13 @@ source=(https://github.com/blueman-project/blueman/releases/download/2.0.5/$name build() { cd "${SRC}/${name}-${version}" NOCONFIGURE=1 ./autogen.sh - export PYTHON=/usr/bin/python3 + export PYTHON=/usr/bin/python2 export CYTHONEXEC=/usr/bin/cython - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/${name} \ - --with-gtk=3.0 \ - --disable-hal \ - --disable-sendto \ - --disable-static - + --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/$pkgname \ + --disable-schemas-compile make make DESTDIR="${PKG}" install - rm -r $PKG/etc/dbus-1 }