mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/kdelibs to 4.14.19-2
This commit is contained in:
parent
70956e67e4
commit
2217f957cd
2 changed files with 1 additions and 15 deletions
|
@ -9,7 +9,7 @@
|
||||||
pkgname=kdelibs
|
pkgname=kdelibs
|
||||||
pkgver=4.14.19
|
pkgver=4.14.19
|
||||||
_kdeappver=16.04.0
|
_kdeappver=16.04.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="KDE Core Libraries"
|
pkgdesc="KDE Core Libraries"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://www.kde.org/'
|
url='https://www.kde.org/'
|
||||||
|
@ -19,7 +19,6 @@ depends=('attica-qt4' 'libxss' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4'
|
||||||
'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
|
'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
|
||||||
'media-player-info' 'libutempter' 'qtwebkit' 'icu')
|
'media-player-info' 'libutempter' 'qtwebkit' 'icu')
|
||||||
makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa')
|
makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa')
|
||||||
install=$pkgname.install
|
|
||||||
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz"
|
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz"
|
||||||
'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
|
'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
|
||||||
'arm-coronaoffscreen-input-fixes.diff')
|
'arm-coronaoffscreen-input-fixes.diff')
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
post_install() {
|
|
||||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
||||||
update-mime-database usr/share/mime &> /dev/null
|
|
||||||
update-desktop-database -q
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
post_install
|
|
||||||
}
|
|
Loading…
Reference in a new issue