Merge pull request #47 from giresun28/master

kde-paket.eklendi
This commit is contained in:
Milis İşletim Sistemi 2016-08-01 12:48:33 +00:00 committed by GitHub
commit 69bb7f1217
4 changed files with 68 additions and 1 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: ark baloo-widgets dolphin dolphin-plugins gwenview kate kcalc kde5-l10n kdeconnect kio-extras konsole konversation okular print-manager spectacle
# Depends on: ark baloo-widgets dolphin dolphin-plugins gwenview kate kcalc kde5-l10n kdeconnect kio-extras konsole konversation kpmcore okular partitionmanager print-manager spectacle yakuake
name=kde-app
release=1

View File

@ -0,0 +1,23 @@
# Description : Library for managing partitions
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: kf5-extra-cmake-modules qt5 kf5-kauth kf5-ki18n kf5-kiconthemes kf5-kio kf5-kservice kf5-kwidgetsaddons xfsprogs reiserfsprogs ntfs-3g jfsutils e2fsprogs dosfstools parted
name=kpmcore
version=2.2.1
release=1
source=( http://download.kde.org/stable/$name/$version/src/$name-$version.tar.xz)
build() {
cd $name-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,23 @@
# Description : A KDE utility that allows you to manage disks, partitions, and file systems
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: kf5-extra-cmake-modules qt5 kpmcore kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kdoctools kf5-ki18n kf5-kiconthemes kf5-kjobwidgets kf5-kio kf5-kservice kf5-kxmlgui kf5-kwidgetsaddons
name=partitionmanager
version=2.2.1
release=1
source=( http://download.kde.org/stable/$name/$version/src/$name-$version.tar.xz)
build() {
cd $name-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,21 @@
# Description : A drop-down terminal emulator based on KDE konsole technology
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: qt5 kf5-extra-cmake-modules konsole kf5-karchive kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kglobalaccel kf5-ki18n kf5-kiconthemes kf5-kio kf5-knewstuff kf5-knotifications kf5-knotifyconfig kf5-kparts kf5-kwidgetsaddons kf5-windowsystem
name=yakuake
version=3.0.2
release=1
source=( http://download.kde.org/stable/$name/$version/src/$name-$version.tar.xz)
build() {
cd $name-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
make
make DESTDIR=$PKG install
}