telephaty-*.paketlendi
This commit is contained in:
parent
16604c3480
commit
f430986f76
|
@ -1,6 +1,6 @@
|
|||
# Description: GNOME keyring client library
|
||||
# URL: http://www.gnome.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: python dbus glib intltool libgcrypt gobject-introspection vala
|
||||
|
||||
name=libgnome-keyring
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# Description: OTR messaging allows you to have private conversations over instant messaging.
|
||||
# URL: http://www.cypherpunks.ca/otr/
|
||||
# Packager: milisarge
|
||||
# Depends on: libusb libgcrypt
|
||||
|
||||
name=libotr
|
||||
version=4.1.1
|
||||
release=1
|
||||
|
||||
source=( https://otr.cypherpunks.ca/$name-$version.tar.gz)
|
||||
|
||||
build(){
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
# Description: GLib-based client library for applications handling account authentication
|
||||
# URL: https://gitlab.com/accounts-sso/libsignon-glib
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: signond python-gobject gobject-introspection
|
||||
|
||||
name=libsignon-glib
|
||||
version=1.14
|
||||
release=1
|
||||
|
||||
PKGMK_KEEP_SOURCES="no"
|
||||
|
||||
source=(https://gitlab.com/accounts-sso/libsignon-glib/repository/archive.tar.gz)
|
||||
|
||||
build() {
|
||||
cd libsignon-glib*
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr \
|
||||
--localstatedir=/var \
|
||||
--sysconfdir=/etc
|
||||
make -j1
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
# Description: A mission control plugin for Telepathy, integrating with libaccounts and libsignon to provide IM accounts
|
||||
# URL: https://gitlab.com/accounts-sso/telepathy-accounts-signon
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: qt5 telepathy-mission-control libaccounts-glib libsignon-glib
|
||||
|
||||
name=telepathy-accounts-signon
|
||||
version=1.0
|
||||
release=1
|
||||
|
||||
source=(https://gitlab.com/accounts-sso/$name/repository/archive.tar.gz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
qmake-qt5 ../$name*
|
||||
make INSTALL_ROOT=$PKG install
|
||||
}
|
|
@ -7,7 +7,7 @@ name=telepathy-farstream
|
|||
version=0.6.0
|
||||
release=1
|
||||
|
||||
source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
|
|
@ -7,12 +7,12 @@ name=telepathy-glib
|
|||
version=0.24.1
|
||||
release=1
|
||||
|
||||
source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/${name%-*} \
|
||||
--libexecdir=/usr/lib/telepathy \
|
||||
--enable-vala-bindings \
|
||||
--disable-static
|
||||
make
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Description: An IRC connection manager for Telepathy
|
||||
# URL: http://telepathy.freedesktop.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: telepathy-glib
|
||||
|
||||
name=telepathy-idle
|
||||
version=0.1.16
|
||||
release=1
|
||||
|
||||
source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/${name%-*}
|
||||
--libexecdir=/usr/lib/telepathy
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
# Description: Qt Wrapper around TpLogger client library.
|
||||
# URL: http://telepathy.freedesktop.org/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: kf5-extra-cmake-modules qt5 doxygen telepathy-qt5 glib dbus-glib telepathy-logger
|
||||
|
||||
name=telepathy-logger-qt
|
||||
version=15.04.0
|
||||
_version=15.04
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/$name/${_version}/src/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/telepathy \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -1,19 +1,18 @@
|
|||
# Description: Telepathy framework logging daemon
|
||||
# URL: http://telepathy.freedesktop.org/
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: intltool sqlite telepathy-glib gobject-introspection
|
||||
|
||||
name=telepathy-logger
|
||||
version=0.8.0
|
||||
version=0.8.2
|
||||
release=1
|
||||
|
||||
source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.bz2)
|
||||
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/${name%-*} \
|
||||
--enable-vala-bindings \
|
||||
--libexecdir=/usr/lib/telepathy \
|
||||
--disable-static
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
|
|
@ -7,12 +7,12 @@ name=telepathy-mission-control
|
|||
version=5.16.3
|
||||
release=1
|
||||
|
||||
source=(http://${name%-*-*}.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/${name%-*} \
|
||||
--libexecdir=/usr/lib/telepathy \
|
||||
--with-connectivity=nm \
|
||||
--enable-gtk-doc \
|
||||
--disable-upower \
|
||||
|
|
Loading…
Reference in New Issue