mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:07:14 +08:00
applications 16.12.1 final
This commit is contained in:
parent
bc7a8d2b7d
commit
88e425cb2a
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname='kde-runtime'
|
||||
pkgver=${_kdever}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Plugins and applications necessary for the running of KDE applications"
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/kde-runtime'
|
||||
|
@ -34,44 +34,44 @@
|
||||
#libmarble4 ---> TODO remove and rebuild calligra --> binding with old kde libs
|
||||
|
||||
|
||||
#chakra-common
|
||||
#kde-runtime
|
||||
#khelpcenter
|
||||
#kdebugsettings
|
||||
#baloo-widgets
|
||||
chakra-common
|
||||
kde-runtime
|
||||
khelpcenter
|
||||
kdebugsettings
|
||||
baloo-widgets
|
||||
|
||||
#
|
||||
##
|
||||
## sdk
|
||||
##
|
||||
#kde-dev-scripts
|
||||
#kde-dev-utils
|
||||
#cervisia
|
||||
#kdesdk-kcachegrind
|
||||
##kdesdk-kioslaves !! does not compile anymore with the latest svn pkg 1.9 !! https://bugs.kde.org/show_bug.cgi?id=356131
|
||||
#libkomparediff2
|
||||
#kompare
|
||||
#poxml
|
||||
#lokalize
|
||||
#kdesdk-thumbnailers
|
||||
#umbrello
|
||||
# sdk
|
||||
#
|
||||
#krfb
|
||||
#zeroconf-ioslave
|
||||
kde-dev-scripts
|
||||
kde-dev-utils
|
||||
cervisia
|
||||
kdesdk-kcachegrind
|
||||
#kdesdk-kioslaves !! does not compile anymore with the latest svn pkg 1.9 !! https://bugs.kde.org/show_bug.cgi?id=356131
|
||||
libkomparediff2
|
||||
kompare
|
||||
poxml
|
||||
lokalize
|
||||
kdesdk-thumbnailers
|
||||
umbrello
|
||||
|
||||
krfb
|
||||
zeroconf-ioslave
|
||||
|
||||
#
|
||||
##
|
||||
## network
|
||||
##
|
||||
##kdenetwork-kget
|
||||
##kdenetwork-kppp
|
||||
#kdenetwork-kopete
|
||||
#kdenetwork-filesharing
|
||||
#krdc
|
||||
#kio-extras
|
||||
# network
|
||||
#
|
||||
#
|
||||
## kdewebdev
|
||||
#kfilereplace
|
||||
#kimagemapeditor
|
||||
#kdenetwork-kget
|
||||
#kdenetwork-kppp
|
||||
kdenetwork-kopete
|
||||
kdenetwork-filesharing
|
||||
krdc
|
||||
kio-extras
|
||||
|
||||
|
||||
# kdewebdev
|
||||
kfilereplace
|
||||
kimagemapeditor
|
||||
klinkstatus
|
||||
kommander
|
||||
|
||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=kdepim-runtime
|
||||
pkgver=${_kdever}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc='Extends the functionality of kdepim'
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/kdepim-runtime'
|
||||
@ -21,17 +21,12 @@ source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
|
||||
source+=("https://github.com/KDE/kdepim-runtime/commit/8ae09b6f4afa8ceb2770da67b6dc79c78b86af47.diff")
|
||||
sha256sums+=('eaa67581a14a0c84d74ca7d3dac7a585fa40355940b33351587f698b46008053')
|
||||
|
||||
validpgpkeys=(${Avalidpgpkeys})
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
#Fix DATA LOSS bug in ical resource which failed to create std.ics if it didn't exist
|
||||
patch -p1 -i ${srcdir}/8ae09b6f4afa8ceb2770da67b6dc79c78b86af47.diff
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=keditbookmarks
|
||||
pkgver=${_kdever}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Bookmark Organizer and Editor"
|
||||
arch=(x86_64)
|
||||
url="https://www.kde.org/"
|
||||
|
@ -10,7 +10,7 @@ url='http://www.kde.org'
|
||||
license=(GPL LGPL FDL)
|
||||
groups=(kde-applications kdewebdev)
|
||||
depends=(kdebase-runtime libxslt)
|
||||
makedepends=(cmake automoc4)
|
||||
makedepends=(cmake automoc4 docbook-xsl)
|
||||
replaces=(kdewebdev-kfilereplace)
|
||||
conflicts=(kdewebdev-kfilereplace)
|
||||
options=(docs debug)
|
||||
|
@ -10,7 +10,7 @@ url='http://www.kde.org'
|
||||
license=(GPL LGPL FDL)
|
||||
groups=(kde-applications kdewebdev)
|
||||
depends=(kdebase-runtime)
|
||||
makedepends=(cmake automoc4)
|
||||
makedepends=(cmake automoc4 libxslt docbook-xsl)
|
||||
replaces=(kdewebdev-kimagemapeditor)
|
||||
conflicts=(kdewebdev-kimagemapeditor)
|
||||
options=(docs debug)
|
||||
|
@ -2,7 +2,7 @@
|
||||
source ../kdeapps.conf
|
||||
|
||||
pkgname=klinkstatus
|
||||
pkgver=16.12.0
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
pkgdesc="Link Checker"
|
||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=kmail-account-wizard
|
||||
pkgver=${_kdever}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="KMail account wizard"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=kmail
|
||||
pkgver=${_kdever}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="KDE mail client"
|
||||
arch=(x86_64)
|
||||
url="https://community.kde.org/KDE_PIM"
|
||||
|
@ -10,7 +10,7 @@ url='http://www.kde.org'
|
||||
license=(GPL LGPL FDL)
|
||||
groups=(kde-applications kdewebdev)
|
||||
depends=(kdebase-runtime)
|
||||
makedepends=(cmake automoc4)
|
||||
makedepends=(cmake automoc4 libxslt docbook-xsl)
|
||||
replaces=(kdewebdev-kommander)
|
||||
conflicts=(kdewebdev-kommander)
|
||||
options=(docs debug)
|
||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=konqueror
|
||||
pkgver=${_kdever}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="KDE File Manager & Web Browser"
|
||||
arch=(x86_64)
|
||||
url="https://konqueror.org/"
|
||||
|
@ -4,7 +4,7 @@ source ../kdeapps.conf
|
||||
pkgname=krfb
|
||||
arch=('x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc='Desktop Sharing'
|
||||
url='http://www.kde.org/applications/system/krfb'
|
||||
arch=(x86_64)
|
||||
|
Loading…
Reference in New Issue
Block a user