kde.güncellendi

This commit is contained in:
giresun28 2016-07-25 12:32:46 +00:00
parent f519403ec8
commit 2f1b4ac9db
12 changed files with 57 additions and 23 deletions

View File

@ -1,7 +1,7 @@
# Description : This package going install KDE5 Applications
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: akonadi akonadi-calendar akonadi-search ark baloo-widgets calendarsupport dolphin dolphin-plugins eventviews ffmpegthumbs grantleetheme gwenview incidenceeditor kaccounts-integration kaccounts-providers kalarmcal kate kblog kcalc kcalcore kcalutils kcontacts kde5-l10n kdeconnect kdegraphics-thumbnailers kdenlive kdepim kdepim-addons kdepim-apps-libs kdepimlibs kdepim-runtime kdgantt2 kdiamond khelpcenter kholidays kidentitymanagement kimap kio-extras kldap kmahjongg kmailtransport kmbox kmime kmix konsole kontactinterface konversation kpat kpimtextedit ktnef libgravatar libkdcraw libkdegames libkdepim libkexiv2 libkgapi libkipi libkleo libkmahjongg libksieve mailcommon mailimporter messagelib okular pimcommon print-manager signon-kwallet-extension spectacle syndication telepathy-kde-accounts-kcm telepathy-kde-approver telepathy-kde-auth-handler telepathy-kde-call-ui telepathy-kde-common-internals telepathy-kde-contact-list telepathy-kde-contact-runner telepathy-kde-desktop-applets telepathy-kde-filetransfer-handler telepathy-kde-integration-module telepathy-kde-send-file telepathy-kde-text-ui
# Depends on: akonadi akonadi-calendar akonadi-search ark baloo-widgets calendarsupport dolphin dolphin-plugins eventviews ffmpegthumbs grantleetheme gwenview incidenceeditor kaccounts-integration kaccounts-providers kalarmcal kate kblog kcalc kcalcore kcalutils kcontacts kde5-l10n kdeconnect kdegraphics-thumbnailers kdenlive kdepim kdepim-addons kdepim-apps-libs kdepimlibs kdepim-runtime kdgantt2 kdiamond khelpcenter kholidays kidentitymanagement kimap kio-extras kldap kmahjongg kmailtransport kmbox kmime kmix konsole kontactinterface konversation kpat kpimtextedit ktnef libgravatar libkdcraw libkdegames libkdepim libkexiv2 libkgapi libkipi libkleo libkmahjongg libksieve mailcommon mailimporter messagelib okular pimcommon print-manager signon-kwallet-extension spectacle syndication
name=kde-app
release=1

View File

@ -1,7 +1,7 @@
# Description : This package going install KDE5 and its dependencies
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: kf5 plasma kde-app xorg phonon-backend-gstreamer-qt5 oxygen-gtk2 oxygen-gtk3 gnupg alsa-plugins noto-fonts sddm
# Depends on: kf5 plasma kde-app telepathy xorg phonon-backend-gstreamer-qt5 oxygen-gtk2 oxygen-gtk3 gnupg alsa-plugins noto-fonts sddm
name=kde5
release=1

View File

@ -13,11 +13,13 @@ source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version
build() {
cd ${_name}-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
-Wno-dev ..
make
make DESTDIR=$PKG install
}

View File

@ -13,11 +13,13 @@ source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version
build() {
cd ${_name}-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
-Wno-dev ..
make
make DESTDIR=$PKG install
}

View File

@ -13,8 +13,6 @@ source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version
build() {
cd ${_name}-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \

View File

@ -12,7 +12,7 @@ _version=5.24
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
cd ${_name}-$version
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \

View File

@ -12,13 +12,12 @@ source=( http://download.kde.org/stable/plasma/$version/${_name}-$version.tar.xz
build() {
cd ${_name}-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-KACTIVITIES_ENABLE_EXCEPTIONS=OFF \
-KACTIVITIES_LIBRARY_ONLY=OFF \
-Wno-dev
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF ..
make
make DESTDIR=$PKG install

View File

@ -12,12 +12,13 @@ source=( http://download.kde.org/stable/plasma/$version/${_name}-$version.tar.xz
build() {
cd ${_name}-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
-Wno-dev ..
make
make DESTDIR=$PKG install
}

View File

@ -11,13 +11,13 @@ source=( http://download.kde.org/stable/plasma/$version/$name-$version.tar.xz)
build() {
cd $name-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
-Wno-dev ..
make
make DESTDIR=$PKG install
}

View File

@ -12,10 +12,9 @@ source=(http://download.kde.org/stable/$name/${_version}/src/$name-$version.tar.
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--disable-static
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,19 @@
# Description: Python libraries for use in Telepathy clients and connection managers
# URL: http://telepathy.freedesktop.org
# Packager: alihan-ozturk28@hotmail.com
# Depends on: dbus-python libxslt
name=telepathy-python
version=0.15.19
release=1
source=(http://telepathy.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
python -m compileall $PKG/usr/lib/python2.7/site-packages/telepathy/
}

View File

@ -0,0 +1,14 @@
# Description : This package installs Telepathy packages
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: telepathy-kde-accounts-kcm telepathy-kde-approver telepathy-kde-auth-handler telepathy-kde-call-ui telepathy-kde-contact-runner telepathy-kde-contact-list telepathy-kde-desktop-applets telepathy-kde-filetransfer-handler telepathy-kde-integration-module telepathy-kde-send-file telepathy-kde-text-ui telepathy-mission-control telepathy-idle telepathy-logger telepathy-gabble telepathy-python
name=telepathy
version=16.04.3
release=1
source=(talimat)
build() {
echo "KDE Telepathy"
}