Merge pull request #2203 from poyraz76/master
blueman and bluetooth headphones
This commit is contained in:
@@ -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")
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>blueman</Name>
|
||||
<Homepage>http://blueman-project.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Icon>bluetooth</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>GTK+ Bluetooth Manager</Summary>
|
||||
<Description>blueman is a bluetooth manager application which is designed to be simple and intuitive for everyday bluetooth tasks. It's written with GTK+ toolkit.</Description>
|
||||
<Archive sha1sum="b1638a4f798c8f23c14b53fd022dddad47069804" type="targz">https://github.com/blueman-project/blueman/releases/download/2.0.4/blueman-2.0.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cython</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>notify-python</Dependency>
|
||||
<Dependency>bluez-libs-devel</Dependency>
|
||||
<Dependency>python-gtk-devel</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
<Dependency>python-pygobject-devel</Dependency>
|
||||
<Dependency>startup-notification-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>blueman</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>bluez-libs</Dependency>
|
||||
<Dependency>startup-notification</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="library">/usr/lib/nautilus-sendto/</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/polkit-1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/etc/dbus-1/system.d</Path>
|
||||
<Path fileType="data">/etc/xdg/autostart</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-09-13</Date>
|
||||
<Version>2.0.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>blueman</Name>
|
||||
<Summary xml:lang="tr">GTK+ Bluetooth Yöneticisi</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -27,7 +27,6 @@ def setup():
|
||||
--disable-rpath \
|
||||
--disable-jack \
|
||||
--disable-systemd \
|
||||
--disable-bluez4 \
|
||||
--disable-oss-output \
|
||||
--enable-largefile \
|
||||
--with-system-user=pulse \
|
||||
@@ -43,8 +42,6 @@ def setup():
|
||||
--disable-gconf \
|
||||
--disable-gtk2 \
|
||||
--disable-jack \
|
||||
--disable-bluez4 \
|
||||
--disable-bluez5 \
|
||||
--disable-asyncns \
|
||||
--disable-lirc \
|
||||
--disable-x11 \
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A networked sound server with an advanced plugin system</Summary>
|
||||
<Description>pulseaudio is a sound server for POSIX and Win32 systems. It allows you to do advanced operations on your sound data as it passes between your application and your hardware.</Description>
|
||||
<Archive sha1sum="1399a2f6288ad743184b6c2192129fef033343ac" type="tarxz">https://freedesktop.org/software/pulseaudio/releases/pulseaudio-8.0.tar.xz</Archive>
|
||||
<Archive sha1sum="d9a9d7cb667ed95ee1de4b6544d5c7444c5a0064" type="tarxz">https://freedesktop.org/software/pulseaudio/releases/pulseaudio-9.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>orc-devel</Dependency>
|
||||
<Dependency>sbc-devel</Dependency>
|
||||
@@ -213,6 +213,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-09-10</Date>
|
||||
<Version>9.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>8.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user