From 54ab3ddc69f51d34a741f48c524d9ba1e5344ffc Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 21 Nov 2015 20:00:07 +0200 Subject: [PATCH 1/5] portaudio:add pisi-2.0 --- multimedia/sound/portaudio/actions.py | 25 +++++++ multimedia/sound/portaudio/pspec.xml | 82 +++++++++++++++++++++ multimedia/sound/portaudio/translations.xml | 14 ++++ 3 files changed, 121 insertions(+) create mode 100644 multimedia/sound/portaudio/actions.py create mode 100644 multimedia/sound/portaudio/pspec.xml create mode 100644 multimedia/sound/portaudio/translations.xml diff --git a/multimedia/sound/portaudio/actions.py b/multimedia/sound/portaudio/actions.py new file mode 100644 index 0000000000..98d217e891 --- /dev/null +++ b/multimedia/sound/portaudio/actions.py @@ -0,0 +1,25 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +WorkDir = "portaudio" + +def setup(): + autotools.configure("--disable-static --prefix=/usr") + +def build(): + autotools.make() + + +def install(): + autotools.rawInstall('DESTDIR="%s" libdir=/usr/lib' % get.installDIR()) + + pisitools.insinto("/%s/%s" % (get.docDIR(), get.srcNAME()), "doc/html") + pisitools.dodoc("LICENSE.txt", "README.txt") diff --git a/multimedia/sound/portaudio/pspec.xml b/multimedia/sound/portaudio/pspec.xml new file mode 100644 index 0000000000..1c2e1c5d25 --- /dev/null +++ b/multimedia/sound/portaudio/pspec.xml @@ -0,0 +1,82 @@ + + + + + + portaudio + http://www.portaudio.com + + PisiLinux Community + admins@pisilinux.org + + as-is + library + Portable audio library + PortAudio is a free, cross platform, open-source, audio I/O library. + http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz + + alsa-lib-devel + jack-audio-connection-kit-devel + + + + + + + + + portaudio + + alsa-lib + jack-audio-connection-kit + + + /usr/lib + /usr/share/doc + + + + + portaudio-devel + Development files for portaudio + + portaudio + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/portaudio/html + + + + + + 2015-11-21 + 19.20140130 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-06-01 + 19.20140130 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-05 + 19.20140130 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-08-29 + 19 + First release + Fatih Turgel + admins@pisilinux.org + + + diff --git a/multimedia/sound/portaudio/translations.xml b/multimedia/sound/portaudio/translations.xml new file mode 100644 index 0000000000..b8affdb431 --- /dev/null +++ b/multimedia/sound/portaudio/translations.xml @@ -0,0 +1,14 @@ + + + + portaudio + Ses kütüphanesi + Birden çok platformda kullanılabilinen açıkkodlu ses kütüphanesi + Une API audio multi-plateforme libre. + + + + portaudio-devel + portaudio için geliştirme dosyaları + + From 8b68b4af33357aa3dc2110a0a59cf545ffbe7483 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 21 Nov 2015 20:07:46 +0200 Subject: [PATCH 2/5] telepathy-haze:add pisi-2.0 and v.bump --- network/chat/telepathy-haze/actions.py | 20 ++++++ network/chat/telepathy-haze/pspec.xml | 73 ++++++++++++++++++++ network/chat/telepathy-haze/translations.xml | 8 +++ 3 files changed, 101 insertions(+) create mode 100644 network/chat/telepathy-haze/actions.py create mode 100644 network/chat/telepathy-haze/pspec.xml create mode 100644 network/chat/telepathy-haze/translations.xml diff --git a/network/chat/telepathy-haze/actions.py b/network/chat/telepathy-haze/actions.py new file mode 100644 index 0000000000..4042d9c30e --- /dev/null +++ b/network/chat/telepathy-haze/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "NEWS") diff --git a/network/chat/telepathy-haze/pspec.xml b/network/chat/telepathy-haze/pspec.xml new file mode 100644 index 0000000000..ed480ef0fd --- /dev/null +++ b/network/chat/telepathy-haze/pspec.xml @@ -0,0 +1,73 @@ + + + + + telepathy-haze + http://developer.pidgin.im/wiki/Telepathy + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + A multi-protocol Libpurple connection manager for Telepathy + telepathy-haze is a connection manager built around libpurple, the core of Pidgin, as a Summer of Code project under the Pidgin umbrella. Ultimately, any protocol supported by libpurple will be supported by telepathy-haze; for now, XMPP, MSN and AIM are known to work acceptably, and other will probably work too. + http://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.0.tar.gz + + glib2-devel + dbus-devel + dbus-glib-devel + libpurple-devel + telepathy-glib-devel + libxslt-devel + + + + + telepathy-haze + + dbus + glib2 + dbus-glib + libpurple + telepathy-glib + + + /usr/libexec + /usr/share + /usr/share/doc + /usr/share/man + + + + + + 2015-11-21 + 0.8.0 + version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2013-09-19 + 0.5.0 + Fix dep, we have no kdenetwork package. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-29 + 0.5.0 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.5.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + \ No newline at end of file diff --git a/network/chat/telepathy-haze/translations.xml b/network/chat/telepathy-haze/translations.xml new file mode 100644 index 0000000000..2ba89b00cd --- /dev/null +++ b/network/chat/telepathy-haze/translations.xml @@ -0,0 +1,8 @@ + + + + telepathy-haze + Çok protokol destekli, libpurple üzerine kurulu bir Telepathy bağlantı yöneticisi + Telepathy-haze Pidgin'in de kullandığı libpurple üzerine kurulu bir bağlantı yöneticisidir. Libpurple tarafından desteklenen tüm protokol teoride telepathy-haze ile de desteklenmektedir. + + From 6ef4fe54bef45af723e0a2791afd58661ed76069 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 21 Nov 2015 20:31:05 +0200 Subject: [PATCH 3/5] gtk-doc:translations.xml edit --- desktop/toolkit/gtk/gtk-doc/translations.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/desktop/toolkit/gtk/gtk-doc/translations.xml b/desktop/toolkit/gtk/gtk-doc/translations.xml index a2e4bd7c7a..e106c1561e 100644 --- a/desktop/toolkit/gtk/gtk-doc/translations.xml +++ b/desktop/toolkit/gtk/gtk-doc/translations.xml @@ -5,9 +5,4 @@ GTK+ API belge oluşturucusu gtk-doc, GNOME ve GTK+ gibi kitaplıkların API'lerinin belgelendirilmesi için yazılmış bir uygulama projesidir. - - - gtk-doc-devel - gtk-doc geliştirme dosyaları - From bafb8a702c22681725aa160a3155eabd7ee8ba5e Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 21 Nov 2015 20:38:23 +0200 Subject: [PATCH 4/5] telepathy-gabble:add pisi-2.0 and v.bump --- network/chat/telepathy-gabble/actions.py | 20 ++++ network/chat/telepathy-gabble/pspec.xml | 94 +++++++++++++++++++ .../chat/telepathy-gabble/translations.xml | 8 ++ 3 files changed, 122 insertions(+) create mode 100644 network/chat/telepathy-gabble/actions.py create mode 100644 network/chat/telepathy-gabble/pspec.xml create mode 100644 network/chat/telepathy-gabble/translations.xml diff --git a/network/chat/telepathy-gabble/actions.py b/network/chat/telepathy-gabble/actions.py new file mode 100644 index 0000000000..2bbca8d65f --- /dev/null +++ b/network/chat/telepathy-gabble/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "README", "NEWS") diff --git a/network/chat/telepathy-gabble/pspec.xml b/network/chat/telepathy-gabble/pspec.xml new file mode 100644 index 0000000000..553c15ac2a --- /dev/null +++ b/network/chat/telepathy-gabble/pspec.xml @@ -0,0 +1,94 @@ + + + + + telepathy-gabble + http://telepathy.freedesktop.org/wiki + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + BSD + library + A Jabber/XMPP connection manager for Telepathy + telepathy-gabble is a Jabber/XMPP connection manager, that handles single and multi-user chats and voice calls. + http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.3.tar.gz + + + libnice-devel + gobject-introspection-devel + glib2-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + libxslt-devel + gnutls-devel + sqlite-devel + libsoup-devel + libnice-devel + cyrus-sasl-devel + + + + + telepathy-gabble + + dbus + glib2 + gnutls + sqlite + libnice + libsoup + libxml2 + dbus-glib + telepathy-glib + + + /usr/bin + /usr/libexec + /usr/lib + /usr/share + /usr/share/doc + /usr/share/man + + + + + + 2015-11-21 + 0.18.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.15.3 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-29 + 0.15.3 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-03 + 0.15.3 + Dep added + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.15.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/network/chat/telepathy-gabble/translations.xml b/network/chat/telepathy-gabble/translations.xml new file mode 100644 index 0000000000..37b750811a --- /dev/null +++ b/network/chat/telepathy-gabble/translations.xml @@ -0,0 +1,8 @@ + + + + telepathy-gabble + Telepathy için Jabber/XMPP bağlantı yöneticisi + telepathy-gabble, tek ve çoklu kullanıcılı sohbet, sesli aramalar gibi özellikler sunan Jabber/XMPP bağlantı yöneticisidir. + + From 2aa697be3e828214c758b7c26bcfcc7bfddbaddb Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 21 Nov 2015 21:06:42 +0200 Subject: [PATCH 5/5] kaccounts-integration --- desktop/kde/application/kaccounts-integration/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/kde/application/kaccounts-integration/actions.py b/desktop/kde/application/kaccounts-integration/actions.py index e54a76fe54..fc5823cca1 100644 --- a/desktop/kde/application/kaccounts-integration/actions.py +++ b/desktop/kde/application/kaccounts-integration/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import kde5 from pisi.actionsapi import pisitools def setup(): - kde5.configure("-DKDE_INSTALL_USE_QT_SYS_PATHS=ON") + kde5.configure() def build(): kde5.make()