mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
rebuild package for qt5
This commit is contained in:
parent
7941d4fb92
commit
dcc08a758f
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=akonadi
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
|
||||
arch=('x86_64')
|
||||
url='http://community.kde.org/KDE_PIM/Akonadi'
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=calibre
|
||||
pkgver=3.24.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Ebook management application"
|
||||
arch=('x86_64')
|
||||
url="https://calibre-ebook.com/"
|
||||
|
@ -1,14 +1,14 @@
|
||||
pkgname=fcitx-qt5
|
||||
pkgver=1.2.2
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="QT5 IM Module for Fcitx"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/fcitx/fcitx-qt5"
|
||||
license=('GPL')
|
||||
depends=('fcitx>=4.2.7' ''libxkbcommon'' 'qt5-base')
|
||||
depends=('fcitx>=4.2.7' 'libxkbcommon' 'qt5-base')
|
||||
makedepends=('cmake' 'extra-cmake-modules')
|
||||
source=(https://github.com/fcitx/fcitx-qt5/archive/${pkgver}.tar.gz)
|
||||
sha512sums=('5c1fd43d40513cf6f5a691bb9b1a2af9ea14b53cc05322481bc572d9e23a141ead1da99b427de995d4c70e1d08a0fe1a796f6a1e8d58011c7d9a3d1a012173c2')
|
||||
sha512sums=('73bdce2eb9bf1d7795cd4fa7ce2a327ccfe707d8e19f74edc60716185b03dd615a89a1d853f8d8724af0d2b48b4072453e7eac08c1d2dbd74fac127e95507b6e')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/${pkgname}-${pkgver}"
|
||||
|
@ -6,7 +6,7 @@
|
||||
# KDE settings
|
||||
_kdever="18.04.1"
|
||||
#_mirror="http://download.kde.org/stable/applications/${_kdever}/src"
|
||||
_mirror="http://download.kde.org/unstable/applications/${_kdever}/src"
|
||||
_mirror="http://download.kde.org/stable/applications/${_kdever}/src"
|
||||
_oldkdever="4.14.3"
|
||||
_workspace_ver="4.11.22"
|
||||
_libsver="4.14.38"
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=skrooge
|
||||
pkgver=2.13.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Allows you to manage your personal finances in KDE"
|
||||
arch=('x86_64')
|
||||
url="http://skrooge.org"
|
||||
|
Loading…
Reference in New Issue
Block a user