mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-10 10:04:37 +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'
|
pkgname='kde-runtime'
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Plugins and applications necessary for the running of KDE applications"
|
pkgdesc="Plugins and applications necessary for the running of KDE applications"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://projects.kde.org/projects/kde/kde-runtime'
|
url='https://projects.kde.org/projects/kde/kde-runtime'
|
||||||
|
@ -34,44 +34,44 @@
|
|||||||
#libmarble4 ---> TODO remove and rebuild calligra --> binding with old kde libs
|
#libmarble4 ---> TODO remove and rebuild calligra --> binding with old kde libs
|
||||||
|
|
||||||
|
|
||||||
#chakra-common
|
chakra-common
|
||||||
#kde-runtime
|
kde-runtime
|
||||||
#khelpcenter
|
khelpcenter
|
||||||
#kdebugsettings
|
kdebugsettings
|
||||||
#baloo-widgets
|
baloo-widgets
|
||||||
|
|
||||||
#
|
#
|
||||||
##
|
# sdk
|
||||||
## 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
|
|
||||||
#
|
#
|
||||||
#krfb
|
kde-dev-scripts
|
||||||
#zeroconf-ioslave
|
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
|
||||||
## network
|
|
||||||
##
|
|
||||||
##kdenetwork-kget
|
|
||||||
##kdenetwork-kppp
|
|
||||||
#kdenetwork-kopete
|
|
||||||
#kdenetwork-filesharing
|
|
||||||
#krdc
|
|
||||||
#kio-extras
|
|
||||||
#
|
#
|
||||||
#
|
#kdenetwork-kget
|
||||||
## kdewebdev
|
#kdenetwork-kppp
|
||||||
#kfilereplace
|
kdenetwork-kopete
|
||||||
#kimagemapeditor
|
kdenetwork-filesharing
|
||||||
|
krdc
|
||||||
|
kio-extras
|
||||||
|
|
||||||
|
|
||||||
|
# kdewebdev
|
||||||
|
kfilereplace
|
||||||
|
kimagemapeditor
|
||||||
klinkstatus
|
klinkstatus
|
||||||
kommander
|
kommander
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
|||||||
|
|
||||||
pkgname=kdepim-runtime
|
pkgname=kdepim-runtime
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Extends the functionality of kdepim'
|
pkgdesc='Extends the functionality of kdepim'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://projects.kde.org/projects/kde/kdepim-runtime'
|
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`
|
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
source+=("https://github.com/KDE/kdepim-runtime/commit/8ae09b6f4afa8ceb2770da67b6dc79c78b86af47.diff")
|
|
||||||
sha256sums+=('eaa67581a14a0c84d74ca7d3dac7a585fa40355940b33351587f698b46008053')
|
|
||||||
|
|
||||||
validpgpkeys=(${Avalidpgpkeys})
|
validpgpkeys=(${Avalidpgpkeys})
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd ${pkgname}-${pkgver}
|
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() {
|
build() {
|
||||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
|||||||
|
|
||||||
pkgname=keditbookmarks
|
pkgname=keditbookmarks
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Bookmark Organizer and Editor"
|
pkgdesc="Bookmark Organizer and Editor"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://www.kde.org/"
|
url="https://www.kde.org/"
|
||||||
|
@ -10,7 +10,7 @@ url='http://www.kde.org'
|
|||||||
license=(GPL LGPL FDL)
|
license=(GPL LGPL FDL)
|
||||||
groups=(kde-applications kdewebdev)
|
groups=(kde-applications kdewebdev)
|
||||||
depends=(kdebase-runtime libxslt)
|
depends=(kdebase-runtime libxslt)
|
||||||
makedepends=(cmake automoc4)
|
makedepends=(cmake automoc4 docbook-xsl)
|
||||||
replaces=(kdewebdev-kfilereplace)
|
replaces=(kdewebdev-kfilereplace)
|
||||||
conflicts=(kdewebdev-kfilereplace)
|
conflicts=(kdewebdev-kfilereplace)
|
||||||
options=(docs debug)
|
options=(docs debug)
|
||||||
|
@ -10,7 +10,7 @@ url='http://www.kde.org'
|
|||||||
license=(GPL LGPL FDL)
|
license=(GPL LGPL FDL)
|
||||||
groups=(kde-applications kdewebdev)
|
groups=(kde-applications kdewebdev)
|
||||||
depends=(kdebase-runtime)
|
depends=(kdebase-runtime)
|
||||||
makedepends=(cmake automoc4)
|
makedepends=(cmake automoc4 libxslt docbook-xsl)
|
||||||
replaces=(kdewebdev-kimagemapeditor)
|
replaces=(kdewebdev-kimagemapeditor)
|
||||||
conflicts=(kdewebdev-kimagemapeditor)
|
conflicts=(kdewebdev-kimagemapeditor)
|
||||||
options=(docs debug)
|
options=(docs debug)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
source ../kdeapps.conf
|
source ../kdeapps.conf
|
||||||
|
|
||||||
pkgname=klinkstatus
|
pkgname=klinkstatus
|
||||||
pkgver=16.12.0
|
pkgver=${_kdever}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
pkgdesc="Link Checker"
|
pkgdesc="Link Checker"
|
||||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
|||||||
|
|
||||||
pkgname=kmail-account-wizard
|
pkgname=kmail-account-wizard
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="KMail account wizard"
|
pkgdesc="KMail account wizard"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://community.kde.org/KDE_PIM"
|
url="https://community.kde.org/KDE_PIM"
|
||||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
|||||||
|
|
||||||
pkgname=kmail
|
pkgname=kmail
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="KDE mail client"
|
pkgdesc="KDE mail client"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://community.kde.org/KDE_PIM"
|
url="https://community.kde.org/KDE_PIM"
|
||||||
|
@ -10,7 +10,7 @@ url='http://www.kde.org'
|
|||||||
license=(GPL LGPL FDL)
|
license=(GPL LGPL FDL)
|
||||||
groups=(kde-applications kdewebdev)
|
groups=(kde-applications kdewebdev)
|
||||||
depends=(kdebase-runtime)
|
depends=(kdebase-runtime)
|
||||||
makedepends=(cmake automoc4)
|
makedepends=(cmake automoc4 libxslt docbook-xsl)
|
||||||
replaces=(kdewebdev-kommander)
|
replaces=(kdewebdev-kommander)
|
||||||
conflicts=(kdewebdev-kommander)
|
conflicts=(kdewebdev-kommander)
|
||||||
options=(docs debug)
|
options=(docs debug)
|
||||||
|
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
|||||||
|
|
||||||
pkgname=konqueror
|
pkgname=konqueror
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="KDE File Manager & Web Browser"
|
pkgdesc="KDE File Manager & Web Browser"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://konqueror.org/"
|
url="https://konqueror.org/"
|
||||||
|
@ -4,7 +4,7 @@ source ../kdeapps.conf
|
|||||||
pkgname=krfb
|
pkgname=krfb
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Desktop Sharing'
|
pkgdesc='Desktop Sharing'
|
||||||
url='http://www.kde.org/applications/system/krfb'
|
url='http://www.kde.org/applications/system/krfb'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
Loading…
Reference in New Issue
Block a user