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

21 lines
553 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GNOME Bluetooth altsistemi.
# URL: https://wiki.gnome.org/Projects/GnomeBluetooth
# Paketçi: yasarciv67@gmail.com
# Gerekler: itstool gtk3 gobject-introspection bluez gtk-doc libnotify libcanberra gtk-update-icon-cache
name=gnome-bluetooth
version=3.20.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-gtk-doc \
--disable-icon-update \
--disable-schemas-compile \
--disable-desktop-update
make
make DESTDIR=$PKG install
}