signond,signon-*,libaccounts-*.paketlendi

This commit is contained in:
giresun28 2016-07-22 15:24:44 +00:00
parent b995935348
commit 04318daa31
7 changed files with 108 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Description: Set of free outline fonts covering the Unicode character set # Description: Set of free outline fonts covering the Unicode character set
# URL: http://www.nongnu.org/freefont/ # URL: http://www.nongnu.org/freefont/
# Packager: pierre at nutyx dot org # Packager: alihan-ozturk28@hotmail.com
# Depends on: xorg-server # Depends on: xorg-server
name=freefont-ttf name=freefont-ttf

View File

@ -0,0 +1,23 @@
# Description: Glib-based client library for accessing the online accounts database
# URL: https://gitlab.com/accounts-sso/libaccounts-glib
# Packager : alihan-ozturk28@hotmail.com
# Depends on : dbus-glib libxml2 sqlite python-gobject docbook-xsl
name=libaccounts-glib
version=1.21
release=1
PKGMK_KEEP_SOURCES="no"
source=(https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.zip)
build() {
cd libaccounts*
./autogen.sh
./configure \
--prefix=/usr \
--disable-static \
--disable-gtk-doc
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,19 @@
# Description: t5-based client library for accessing the online accounts database
# URL: https://gitlab.com/accounts-sso/libaccounts-qt
# Packager : alihan-ozturk28@hotmail.com
# Depends on : qt5 libaccounts-glib
name=libaccounts-qt5
version=1.14
release=1
PKGMK_KEEP_SOURCES="no"
source=(https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.zip)
build() {
cd libaccounts*
sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}

View File

@ -0,0 +1,23 @@
# Description: OAuth 2 plugin for signon
# URL: https://gitlab.com/accounts-sso/signon-plugin-oauth2
# Packager: alihan-ozturk28@hotmail.com
# Depends on: signond qt5
name=signon-plugin-oauth2
version=0.23
release=1
source=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz)
build() {
cd signon-plugin-oauth2*
sed -i '/-Werror/d' common-project-config.pri
# Do not install tests and example
echo 'INSTALLS =' >>tests/tests.pro
echo 'INSTALLS =' >>example/example.pro
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}

View File

@ -0,0 +1,20 @@
# Description : UI component responsible for handling the user interactions during the login process of an online account
# URL : https://launchpad.net/online-accounts-signon-ui
# Packager : alihan-ozturk28@hotmail.com
# Depends on : qt5 libaccounts-qt5 qt5-webkit signond libnotify
name=signon-ui
version=0.17+15.10.20150810
release=1
source=(http://archive.ubuntu.com/ubuntu/pool/main/s/$name/${name}_$version.orig.tar.gz)
build() {
cd $name-$version
echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}

View File

@ -0,0 +1,20 @@
# Description : A D-Bus service which performs user authentication on behalf of its clients
# URL : https://gitlab.com/accounts-sso/signond/
# Packager : alihan-ozturk28@hotmail.com
# Depends on : qt5 libproxy doxygen dejavu-ttf freefont-ttf ttf-liberation noto-fonts
name=signond
version=8.58
release=1
source=(https://gitlab.com/accounts-sso/signond/repository/archive.tar.bz2)
build() {
cd $name*
sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt5/' src/signond/signond.pro
qmake-qt5 CONFIG+=coverage PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}

View File

@ -1,8 +1,8 @@
# Description: Red Hats Liberation fonts. # Description: Red Hats Liberation fonts.
# URL: https://www.redhat.com/promo/fonts/ # URL: https://www.redhat.com/promo/fonts/
# Packager: alienus at nutyx dot org, tnut at nutyx # Packager: alihan-ozturk28@hotmail.com
# Depends on: xorg-fontconfig xorg-font-util xorg-encodings fontforge # Depends on: xorg-fontconfig xorg-font-util xorg-encodings fontforge
run=( xorg-fontconfig xorg-font-util xorg-encodings fontforge )
name=ttf-liberation name=ttf-liberation
version=2.00.1 version=2.00.1
release=1 release=1