blueman.paketlendi
This commit is contained in:
parent
b7501ade30
commit
5012cc35d3
1 changed files with 6 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Description: A GTK+ Bluetooth Yöneticisi
|
# Description: A GTK+ Bluetooth Yöneticisi
|
||||||
# URL: https://github.com/blueman-project/blueman
|
# URL: https://github.com/blueman-project/blueman
|
||||||
# Packager: milisarge
|
# 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
|
name=blueman
|
||||||
version=2.0.5
|
version=2.0.5
|
||||||
|
@ -11,19 +11,13 @@ source=(https://github.com/blueman-project/blueman/releases/download/2.0.5/$name
|
||||||
build() {
|
build() {
|
||||||
cd "${SRC}/${name}-${version}"
|
cd "${SRC}/${name}-${version}"
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
export PYTHON=/usr/bin/python3
|
export PYTHON=/usr/bin/python2
|
||||||
export CYTHONEXEC=/usr/bin/cython
|
export CYTHONEXEC=/usr/bin/cython
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--libexecdir=/usr/lib/${name} \
|
--libexecdir=/usr/lib/$pkgname \
|
||||||
--with-gtk=3.0 \
|
--disable-schemas-compile
|
||||||
--disable-hal \
|
|
||||||
--disable-sendto \
|
|
||||||
--disable-static
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="${PKG}" install
|
make DESTDIR="${PKG}" install
|
||||||
rm -r $PKG/etc/dbus-1
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue