From ce90bdea349003d7c4eb85e48366fb6874e75a08 Mon Sep 17 00:00:00 2001 From: poyraz76 Date: Thu, 8 Sep 2016 11:37:40 +0300 Subject: [PATCH] blueman for xfce4 --- hardware/bluetooth/blueman/actions.py | 26 +++++++++ hardware/bluetooth/blueman/pspec.xml | 62 +++++++++++++++++++++ hardware/bluetooth/blueman/translations.xml | 8 +++ 3 files changed, 96 insertions(+) create mode 100644 hardware/bluetooth/blueman/actions.py create mode 100644 hardware/bluetooth/blueman/pspec.xml create mode 100644 hardware/bluetooth/blueman/translations.xml diff --git a/hardware/bluetooth/blueman/actions.py b/hardware/bluetooth/blueman/actions.py new file mode 100644 index 0000000000..540fe4ef99 --- /dev/null +++ b/hardware/bluetooth/blueman/actions.py @@ -0,0 +1,26 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.system("NOCONFIGURE=1 ./autogen.sh") + autotools.configure("--disable-static \ + --sysconfdir=/etc \ + --enable-polkit") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("CHANGELOG.*", "COPYING") diff --git a/hardware/bluetooth/blueman/pspec.xml b/hardware/bluetooth/blueman/pspec.xml new file mode 100644 index 0000000000..a1de840977 --- /dev/null +++ b/hardware/bluetooth/blueman/pspec.xml @@ -0,0 +1,62 @@ + + + + + blueman + http://blueman-project.org + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + bluetooth + app:gui + library + GTK+ Bluetooth Manager + blueman is a bluetooth manager application which is designed to be simple and intuitive for everyday bluetooth tasks. It's written with GTK+ toolkit. + https://github.com/blueman-project/blueman/releases/download/2.0.4/blueman-2.0.4.tar.gz + + cython + gtk3-devel + glib2-devel + notify-python + bluez-libs-devel + python-gtk-devel + python-pygobject3-devel + python-pygobject-devel + startup-notification-devel + + + + + blueman + + gtk3 + bluez-libs + startup-notification + + + /usr/bin + /usr/libexec + /usr/share/locale + /usr/lib/python2* + /usr/lib/nautilus-sendto/ + /usr/share + /usr/share/polkit-1 + /usr/share/doc + /usr/share/man + /etc/dbus-1/system.d + /etc/xdg/autostart + + + + + + 2016-09-13 + 2.0.4 + First release + Ergün Salman + poyraz76@pisilinux.org + + + diff --git a/hardware/bluetooth/blueman/translations.xml b/hardware/bluetooth/blueman/translations.xml new file mode 100644 index 0000000000..1eb7dd9aef --- /dev/null +++ b/hardware/bluetooth/blueman/translations.xml @@ -0,0 +1,8 @@ + + + + blueman + GTK+ Bluetooth Yöneticisi + blueman, kullanıcının günlük bluetooth görevlerini kolaylıkla yerine getirmesi için basit bir şekilde tasarlanmış ve GTK+ grafik arayüz kitaplığı kullanılarak yazılmış bir bluetooth yöneticisidir. + +