kde5.güncellendi
This commit is contained in:
parent
a6845221c9
commit
2aa2f83eaa
|
@ -1,10 +1,10 @@
|
|||
# Description : Akonadi calendar
|
||||
# URL : https://projects.kde.org/akonadi
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kdelibs4support kf5-kcodecs kf5-kio kf5-kwallet kmailtransport kcontacts kcalcore kidentitymanagement kcalutils akonadi kdepimlibs
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kdelibs4support kf5-kcodecs kf5-kio kf5-kwallet kmailtransport kcontacts kcalcore kidentitymanagement kcalutils akonadi-contacts
|
||||
|
||||
name=akonadi-calendar
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
# Description : Akonadi contacts
|
||||
# URL : https://projects.kde.org/kdepimlibs
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox grantlee-qt5 qt5-webengine akonadi-mime
|
||||
|
||||
name=akonadi-contacts
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../$name-$version \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
# Description : Akonadi mime
|
||||
# URL : https://projects.kde.org/kdepimlibs
|
||||
# Packager : alihan-ozturk8@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox grantlee-qt5
|
||||
|
||||
name=akonadi-mime
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../$name-$version \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
# Description : Akonadi notes
|
||||
# URL : https://projects.kde.org/kdepimlibs
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox grantlee-qt5
|
||||
|
||||
name=akonadi-notes
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../$name-$version \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
|
@ -1,10 +1,10 @@
|
|||
# Description : Libraries and daemons to implement searching in Akonadi
|
||||
# URL : https://projects.kde.org/akonadi
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kdelibs4support xapian akonadi kf5-ki18n kf5-kconfig kf5-kcrash kdepimlibs kcontacts kmime kcalcore kf5-kcmutils kf5-krunner
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kdelibs4support xapian akonadi kf5-ki18n kf5-kconfig kf5-kcrash kcontacts kmime kcalcore kf5-kcmutils kf5-krunner akonadi-mime
|
||||
|
||||
name=akonadi-search
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules postgresql kf5-kdesignerplugin qt5 boost kf5-kio kf5-kitemmodels mariadb
|
||||
|
||||
name=akonadi
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on: kf5-extra-cmake-modules kf5-karchive kf5-kconfig kf5-kcrash kf5-kdbusaddons kf5-kdoctools kf5-ki18n kf5-kiconthemes kf5-kio kf5-kservice kf5-kparts kf5-kpty kf5-kwidgetsaddons qjson p7zip zip unzip unrar
|
||||
|
||||
name=ark
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=baloo-widgets
|
||||
release=1
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Description : Calendar support library
|
||||
# URL : https://community.kde.org/KDE_PIM
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kdepim-apps-libs pimcommon kdepimlibs kholidays akonadi-calendar kf5-extra-cmake-modules kf5-kdoctools qt5
|
||||
# Depends on : kdepim-apps-libs pimcommon kholidays akonadi-calendar kf5-extra-cmake-modules kf5-kdoctools qt5
|
||||
|
||||
name=calendarsupport
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=dolphin-plugins
|
||||
release=1
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=dolphin
|
||||
release=1
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules kf5-kdoctools qt5 boost calendarsupport kdgantt2
|
||||
|
||||
name=eventviews
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,15 +4,13 @@
|
|||
# Depends on : kf5-extra-cmake-modules kf5-kdoctools kf5-kio ffmpeg
|
||||
|
||||
name=ffmpegthumbs
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz
|
||||
ffmpegthumbs-ffmpeg3.patch)
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
patch -p1 -i ../ffmpegthumbs-ffmpeg3.patch
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules grantlee-qt5 kf5-knewstuff
|
||||
|
||||
name=grantleetheme
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Description : fast and easy to use image viewer for KDE 5
|
||||
# URL: https://www.kde.org/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: qt5 kf5-extra-cmake-modules phonon-qt5 kf5-kio kf5-kactivities kf5-kdelibs4support libjpeg-turbo libpng exiv2 lcms2 kf5-baloo hicolor-icon-theme libkdcraw libkipi
|
||||
# Depends on: qt5 kf5-extra-cmake-modules phonon-qt5 kf5-kio kf5-kactivities kf5-kdelibs4support libjpeg-turbo libpng exiv2 lcms2 kf5-baloo hicolor-icon-theme libkdcraw libkipi
|
||||
|
||||
|
||||
name=gwenview
|
||||
release=1
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules kf5-kdoctools boost eventviews
|
||||
|
||||
name=incidenceeditor
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
name=kaccounts-integration
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on: kf5-extra-cmake-modules kf5-kdoctools kaccounts-integration intltool
|
||||
|
||||
name=kaccounts-providers
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Description : Library to provides access and handling of KAlarm calendar data
|
||||
# URL : https://projects.kde.org/kalarcal
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kdelibs4support akonadi kcalcore kholidays kidentitymanagement kdepimlibs
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kdelibs4support akonadi kcalcore kholidays kidentitymanagement
|
||||
|
||||
name=kalarmcal
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=kate
|
||||
release=1
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kxmlrpcclient syndication kcalcore
|
||||
|
||||
name=kblog
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=kcalc
|
||||
release=1
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules python kf5-kdoctools libical kf5-kdelibs4support
|
||||
|
||||
name=kcalcore
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules python kf5-kdoctools kcalcore kidentitymanagement
|
||||
|
||||
name=kcalutils
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=( http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kio kf5-kcodecs
|
||||
|
||||
name=kcontacts
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# 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 partitionmanager print-manager spectacle yakuake
|
||||
# Depends on: ark baloo-widgets dolphin dolphin-plugins gwenview kate kcalc kde5-l10n kdeconnect kio-extras kolourpaint konsole konversation okular partitionmanager print-manager spectacle yakuake
|
||||
|
||||
name=kde-app
|
||||
release=1
|
||||
version=20160722
|
||||
version=20160822
|
||||
|
||||
source=(talimat)
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Description : This package going install KDE5 Applications
|
||||
# URL: https://www.kde.org/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: akonadi akonadi-calendar akonadi-search calendarsupport eventviews ffmpegthumbs grantleetheme incidenceeditor kaccounts-integration kaccounts-providers kalarmcal kblog kcalcore kcalutils kcontacts kdegraphics-thumbnailers kdenlive kdepim kdepim-addons kdepim-apps-libs kdepimlibs kdepim-runtime kdgantt2 kdiamond khelpcenter kholidays kidentitymanagement kimap kldap kmahjongg kmailtransport kmbox kmime kmix kontactinterface kpat kpimtextedit ktnef libgravatar libkdcraw libkdegames libkdepim libkexiv2 libkgapi libkipi libkleo libkmahjongg libksieve mailcommon mailimporter messagelib pimcommon signon-kwallet-extension syndication telepathy
|
||||
# Depends on: akonadi akonadi-calendar akonadi-search akonadi-contacts akonadi-mime akonadi-notes calendarsupport eventviews ffmpegthumbs grantleetheme incidenceeditor kaccounts-integration kaccounts-providers kalarmcal kblog kcalcore kcalutils kcontacts kdegraphics-thumbnailers kdenlive kdepim kdepim-addons kdepim-apps-libs kdepim-runtime kdgantt2 kdiamond khelpcenter kholidays kidentitymanagement kimap kldap kmahjongg kmailtransport kmbox kmime kmix kontactinterface kpat kpimtextedit ktnef libgravatar libkdcraw libkdegames libkdepim libkexiv2 libkgapi libkipi libkleo libkmahjongg libksane libksieve mailcommon mailimporter messagelib pimcommon signon-kwallet-extension syndication telepathy
|
||||
|
||||
name=kde-extra
|
||||
release=1
|
||||
version=20160722
|
||||
version=20160822
|
||||
|
||||
source=(talimat)
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Description : Many Localization for KDE5
|
||||
# URL : http:/$langwww.kde.org
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules kf5-ki18n kf5-kdoctools
|
||||
# Depends on : kf5-extra-cmake-modules kf5-ki18n kf5-kdoctools phonon-qt5
|
||||
|
||||
name=kde5-l10n
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=()
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# 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 phonon-backend-vlc-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
|
||||
version=20160722
|
||||
version=20160822
|
||||
|
||||
source=(talimat)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=kdegraphics-thumbnailers
|
||||
release=1
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -1,22 +1,21 @@
|
|||
# Description: A non-linear video editor for Linux using the MLT video framework
|
||||
# URL: http://www.kdenlive.org/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: kf5-knewstuff kf5-kplotting kf5-knotifyconfig kf5-kded kf5-kfilemetadata qt5-webkit mlt xorg-glu sdl-image hicolor-icon-theme qt5 kf5-extra-cmake-modules kf5-kdoctools v4l-utils ffmpeg cdrkit libdv recordmydesktop xine-ui plasma-desktop
|
||||
# Packager: pierre at nutyx dot org
|
||||
# Depends on: kf5-knewstuff kf5-kplotting kf5-knotifyconfig kf5-kded kf5-kfilemetadata qt5-webkit mlt xorg-glu sdl_image hicolor-icon-theme qt5 kf5-extra-cmake-modules kf5-kdoctools v4l-utils ffmpeg cdrkit libdv recordmydesktop xine-ui plasma-desktop
|
||||
|
||||
name=kdenlive
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../$name-$version \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
cd $name-$version \
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DKDE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-khtml mailcommon incidenceeditor ktnef libkgapi kf5-extra-cmake-modules kf5-kdoctools boost
|
||||
|
||||
name=kdepim-addons
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : libkleo pimcommon grantleetheme kf5-extra-cmake-modules kf5-kdoctools boost qt5
|
||||
|
||||
name=kdepim-apps-libs
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Description : Project that aims to bring together anything to do with personal information management.
|
||||
# URL : https://projects.kde.org/kdepim
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : grantlee-qt5 gpgme kf5-kcmutils kf5-extra-cmake-modules boost kf5-kdoctools kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox kdepimlibs kf5-kwallet kf5-knewstuff kf5-kdewebkit kf5-karchive kf5-knotifyconfig kf5-kconfig kf5-khtml kf5-kservice kf5-kdbusaddons kf5-kauth kf5-ktexteditor kf5-kdnssd kf5-kglobalaccel kf5-sonnet kf5-kross kpimtextedit kidentitymanagement kmailtransport kcalutils kholidays ktnef kimap akonadi-calendar akonadi-search syndication gpgmepp kontactinterface kalarmcal kf5-kxmlrpcclient kblog
|
||||
# Depends on : grantlee-qt5 gpgme kf5-kcmutils kf5-extra-cmake-modules boost kf5-kdoctools kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox kf5-kwallet kf5-knewstuff kf5-kdewebkit kf5-karchive kf5-knotifyconfig kf5-kconfig kf5-khtml kf5-kservice kf5-kdbusaddons kf5-kauth kf5-ktexteditor kf5-kdnssd kf5-kglobalaccel kf5-sonnet kf5-kross kpimtextedit kidentitymanagement kmailtransport kcalutils kholidays ktnef kimap akonadi-calendar akonadi-search syndication gpgmepp kontactinterface kalarmcal kf5-kxmlrpcclient kblog akonadi-notes
|
||||
|
||||
name=kdepim-runtime
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Description : Project that aims to bring together anything to do with personal information management.
|
||||
# URL : https://projects.kde.org/kdepim
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : grantlee-qt5 gpgme kf5-kcmutils kf5-extra-cmake-modules boost kf5-kdoctools kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox kdepimlibs kf5-kwallet kf5-knewstuff kf5-kcmutils kf5-kdewebkit kf5-karchive kf5-knotifyconfig kf5-kconfig kf5-khtml kf5-kservice kf5-kdbusaddons kf5-kauth kf5-ktexteditor kf5-kdnssd kf5-kglobalaccel kf5-sonnet kf5-kross kpimtextedit kidentitymanagement kmailtransport kcalutils kholidays ktnef kimap akonadi-calendar akonadi-search syndication gpgmepp kontactinterface kalarmcal kf5-kxmlrpcclient kblog zip unzip libgravatar calendarsupport libkgapi mailimporter mailcommon incidenceeditor libksieve
|
||||
# Depends on : grantlee-qt5 gpgme kf5-kcmutils kf5-extra-cmake-modules boost kf5-kdoctools kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox kf5-kwallet kf5-knewstuff kf5-kcmutils kf5-kdewebkit kf5-karchive kf5-knotifyconfig kf5-kconfig kf5-khtml kf5-kservice kf5-kdbusaddons kf5-kauth kf5-ktexteditor kf5-kdnssd kf5-kglobalaccel kf5-sonnet kf5-kross kpimtextedit kidentitymanagement kmailtransport kcalutils kholidays ktnef kimap akonadi-calendar akonadi-search syndication gpgmepp kontactinterface kalarmcal kf5-kxmlrpcclient kblog zip unzip libgravatar calendarsupport libkgapi mailimporter mailcommon incidenceeditor libksieve
|
||||
|
||||
name=kdepim
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules kf5-ki18n qt5
|
||||
|
||||
name=kdgantt2
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Depends on : kf5-extra-cmake-modules kf5-kdoctools libkdegames kf5-knotifyconfig hicolor-icon-theme xdg-utils
|
||||
|
||||
name=kdiamond
|
||||
version=16.04.3
|
||||
version=16.08.0
|
||||
release=1
|
||||
|
||||
source=(http://download.kde.org/stable/applications/${version}/src/${name}-${version}.tar.xz)
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-attica
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=attica
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: lmdb attr kf5-kauth kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kfilemetadata kf5-ki18n kf5-kidletime kf5-kio kf5-solid hicolor-icon-theme xdg-utils
|
||||
|
||||
name=kf5-baloo
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=baloo
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-bluez-qt
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=bluez-qt
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: cmake, qt5, kf5-extra-cmake-modules
|
||||
|
||||
name=kf5-breeze-icons
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=breeze-icons
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcompletion kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-ki18n kf5-kiconthemes kf5-kio kf5-kjobwidgets kf5-knotifications kf5-kwidgetsaddons kf5-kxmlgui qt5 libxcb xorg-libxcursor noto-fonts
|
||||
|
||||
name=kf5-frameworkintegration
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=frameworkintegration
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules boost kf5-kactivities
|
||||
|
||||
name=kf5-kactivities-stats
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kactivities-stats
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: qt5 boost kf5-kcmutils kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kdbusaddons kf5-kdeclarative kf5-kglobalaccel kf5-ki18n kf5-kio kf5-kservice kf5-kwindowsystem kf5-kxmlgui
|
||||
|
||||
name=kf5-kactivities
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kactivities
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-attica doxygen python-pyyaml
|
||||
|
||||
name=kf5-kapidox
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kapidox
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5 bzip2 xz zlib
|
||||
|
||||
name=kf5-karchive
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=karchive
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcoreaddons polkit-qt5
|
||||
|
||||
name=kf5-kauth
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kauth
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: qt5 kf5-kcodecs kf5-kconfig kf5-kcoreaddons kf5-kiconthemes kf5-kwidgetsaddons kf5-kconfigwidgets kf5-kxmlgui
|
||||
|
||||
name=kf5-kbookmarks
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kbookmarks
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: qt5 kf5-kauth kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kdeclarative kf5-ki18n kf5-kiconthemes kf5-kitemviews kf5-kservice kf5-kwidgetsaddons kf5-kxmlgui pciutils
|
||||
|
||||
name=kf5-kcmutils
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kcmutils
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kcodecs
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kcodecs
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: qt5 kf5-kconfig kf5-kwidgetsaddons
|
||||
|
||||
name=kf5-kcompletion
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kcompletion
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kconfig
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kconfig
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kauth kf5-kcodecs kf5-kconfig kf5-kcoreaddons kf5-kguiaddons kf5-ki18n kf5-kwidgetsaddons kf5-kdoctools
|
||||
|
||||
name=kf5-kconfigwidgets
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kconfigwidgets
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5 shared-mime-info
|
||||
|
||||
name=kf5-kcoreaddons
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kcoreaddons
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcoreaddons kf5-kwindowsystem
|
||||
|
||||
name=kf5-kcrash
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kcrash
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kdbusaddons
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdbusaddons
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-kglobalaccel kf5-ki18n kf5-kiconthemes kf5-kio kf5-kpackage kf5-kservice kf5-kwidgetsaddons kf5-kwindowsystem kf5-kcompletion libepoxy
|
||||
|
||||
name=kf5-kdeclarative
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdeclarative
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kinit kf5-kservice kf5-kdoctools
|
||||
|
||||
name=kf5-kded
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kded
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kded kf5-kauth kf5-kcodecs kf5-kcompletion kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kdesignerplugin kf5-kglobalaccel kf5-kguiaddons kf5-ki18n kf5-kiconthemes kf5-kio kf5-kitemviews kf5-kjobwidgets kf5-knotifications kf5-kparts kf5-kservice kf5-ktextwidgets kf5-kunitconversion kf5-kwidgetsaddons kf5-kwindowsystem kf5-kxmlgui kf5-solid kf5-kdoctools kf5-kemoticons kf5-kinit kf5-kitemmodels kf5-kdoctools openssl perl-uri
|
||||
|
||||
name=kf5-kdelibs4support
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdelibs4support
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/portingAids/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcompletion kf5-kconfigwidgets kf5-kiconthemes kf5-kio kf5-kitemviews kf5-kplotting kf5-ktextwidgets kf5-kxmlgui kf5-sonnet kf5-kdewebkit kf5-kdoctools
|
||||
|
||||
name=kf5-kdesignerplugin
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdesignerplugin
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kservice kf5-kpty
|
||||
|
||||
name=kf5-kdesu
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdesu
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: qt5-webkit kf5-kconfig kf5-kcoreaddons kf5-kio kf5-kjobwidgets kf5-kparts kf5-kservice kf5-kwallet
|
||||
|
||||
name=kf5-kdewebkit
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdewebkit
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5 avahi
|
||||
|
||||
name=kf5-kdnssd
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdnssd
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-karchive docbook-xml docbook-xsl libxslt perl-uri kf5-ki18n
|
||||
|
||||
name=kf5-kdoctools
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kdoctools
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-karchive kf5-kconfig kf5-kcoreaddons kf5-kservice
|
||||
|
||||
name=kf5-kemoticons
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kemoticons
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-karchive kf5-ki18n ebook-tools exiv2 ffmpeg poppler-qt5 taglib
|
||||
|
||||
name=kf5-kfilemetadata
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kfilemetadata
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-kwindowsystem libxcb xcb-util-keysyms
|
||||
|
||||
name=kf5-kglobalaccel
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kglobalaccel
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kguiaddons
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kguiaddons
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-karchive kf5-kcodecs kf5-kcompletion kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kglobalaccel kf5-ki18n kf5-kiconthemes kf5-kio kf5-kjobwidgets kf5-kjs kf5-knotifications kf5-kparts kf5-kservice kf5-ktextwidgets kf5-kwallet kf5-kwidgetsaddons kf5-kwindowsystem kf5-kxmlgui kf5-sonnet giflib libjpeg-turbo libpng phonon-qt5 giflib openssl
|
||||
|
||||
name=kf5-khtml
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=khtml
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/portingAids/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-ki18n
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=ki18n
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-ki18n kf5-kitemviews kf5-kwidgetsaddons
|
||||
|
||||
name=kf5-kiconthemes
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kiconthemes
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kidletime
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kidletime
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5 jasper openexr kf5-karchive
|
||||
|
||||
name=kf5-kimageformats
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kimageformats
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-ki18n kf5-kservice kf5-kwindowsystem libcap kf5-kio
|
||||
|
||||
name=kf5-kinit
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kinit
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: desktop-file-utils kf5-attica kf5-kbookmarks kf5-kjobwidgets kf5-kwallet kf5-solid kerberos
|
||||
|
||||
name=kf5-kio
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kio
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kitemmodels
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kitemmodels
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kitemviews
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kitemviews
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcoreaddons kf5-kwidgetsaddons
|
||||
|
||||
name=kf5-kjobwidgets
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kjobwidgets
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kdoctools pcre
|
||||
|
||||
name=kf5-kjs
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kjs
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/portingAids/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-ki18n kf5-kjs kf5-kdoctools
|
||||
|
||||
name=kf5-kjsembed
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kjsembed
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/portingAids/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kparts kf5-kxmlgui
|
||||
|
||||
name=kf5-kmediaplayer
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kmediaplayer
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/portingAids/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-attica kf5-karchive kf5-kcompletion kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kiconthemes kf5-kio kf5-kitemviews kf5-kservice kf5-ktextwidgets kf5-kxmlgui
|
||||
|
||||
name=kf5-knewstuff
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=knewstuff
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcodecs kf5-kconfig kf5-kcoreaddons kf5-kwindowsystem phonon-qt5 libdbusmenu-qt5
|
||||
|
||||
name=kf5-knotifications
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=knotifications
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcompletion kf5-kconfig kf5-ki18n kf5-kio phonon-qt5
|
||||
|
||||
name=kf5-knotifyconfig
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=knotifyconfig
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kdoctools kf5-karchive kf5-ki18n kf5-kcoreaddons kf5-kconfig
|
||||
|
||||
name=kf5-kpackage
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kpackage
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,23 +4,21 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kiconthemes kf5-kio kf5-kjobwidgets kf5-knotifications kf5-kservice kf5-kwidgetsaddons kf5-kxmlgui kf5-ktextwidgets
|
||||
|
||||
name=kf5-kparts
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kparts
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_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
|
||||
}
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kitemviews kf5-kservice kf5-kwidgetsaddons
|
||||
|
||||
name=kf5-kpeople
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kpeople
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kplotting
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kplotting
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcoreaddons kf5-ki18n
|
||||
|
||||
name=kf5-kpty
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kpty
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcompletion kf5-kcoreaddons kf5-ki18n kf5-kiconthemes kf5-kio kf5-kparts kf5-kwidgetsaddons kf5-kxmlgui kf5-kdoctools
|
||||
|
||||
name=kf5-kross
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kross
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/portingAids/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kio kf5-kservice kf5-plasma-framework kf5-solid kf5-threadweaver
|
||||
|
||||
name=kf5-krunner
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=krunner
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kcoreaddons kf5-kcrash kf5-kdbusaddons kf5-ki18n kf5-kdoctools
|
||||
|
||||
name=kf5-kservice
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kservice
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-karchive kf5-kcodecs kf5-kcompletion kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kguiaddons kf5-ki18n kf5-kiconthemes kf5-kio kf5-kitemviews kf5-kjobwidgets kf5-kparts kf5-ktextwidgets kf5-kwidgetsaddons kf5-kxmlgui kf5-sonnet
|
||||
|
||||
name=kf5-ktexteditor
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=ktexteditor
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kcompletion kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-ki18n kf5-kiconthemes kf5-kservice kf5-kwidgetsaddons kf5-kwindowsystem kf5-sonnet
|
||||
|
||||
name=kf5-ktextwidgets
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=ktextwidgets
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-ki18n
|
||||
|
||||
name=kf5-kunitconversion
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kunitconversion
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: gpgmepp kf5-kconfig kf5-kcoreaddons kf5-kdbusaddons kf5-ki18n kf5-kiconthemes kf5-knotifications kf5-kservice kf5-kwidgetsaddons kf5-kwindowsystem libgcrypt gnupg
|
||||
|
||||
name=kf5-kwallet
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kwallet
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5 wayland
|
||||
|
||||
name=kf5-kwayland
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kwayland
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kwidgetsaddons
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kwidgetsaddons
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-extra-cmake-modules qt5
|
||||
|
||||
name=kf5-kwindowsystem
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kwindowsystem
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
# Depends on: kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kglobalaccel kf5-ki18n kf5-kiconthemes kf5-kitemviews kf5-ktextwidgets kf5-kwidgetsaddons kf5-kwindowsystem kf5-attica
|
||||
|
||||
name=kf5-kxmlgui
|
||||
version=5.24.0
|
||||
version=5.25.0
|
||||
release=1
|
||||
_name=kxmlgui
|
||||
_version=5.24
|
||||
_version=5.25
|
||||
|
||||
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue