mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
kde-common: Rename to 'chakra-common'
This commit is contained in:
parent
87c50667d0
commit
9b5264bf17
@ -4,43 +4,53 @@
|
|||||||
# Include global configuration
|
# Include global configuration
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
_origname=common
|
pkgname=chakra-common
|
||||||
pkgname=kde-common
|
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgver=${_kdever}
|
pkgver=${_kdever}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="KDE common configuration files, scripts and artwork"
|
pkgdesc="Common configuration files, scripts and artwork"
|
||||||
url="http://www.kde.org"
|
url="http://www.kde.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
options=('!debug' '!header' 'strip')
|
options=('!debug'
|
||||||
groups=("kde" "kde-minimal" "kde-uninstall")
|
'!header'
|
||||||
depends=("${_qtpkg}>=${_qtver}" 'pinentry' 'openssh' 'bash>=4.2' 'glibc>=2.15')
|
'strip')
|
||||||
provides=('tcp_wrappers')
|
groups=("kde"
|
||||||
install=kde-common.install
|
"kde-minimal"
|
||||||
|
"kde-uninstall")
|
||||||
|
depends=("${_qtpkg}>=${_qtver}"
|
||||||
|
'pinentry'
|
||||||
|
'openssh'
|
||||||
|
'bash>=4.2'
|
||||||
|
'glibc>=2.15')
|
||||||
|
provides=('kde-common'
|
||||||
|
'tcp_wrappers')
|
||||||
|
replaces=('kde-common')
|
||||||
|
conflicts=('kde-common')
|
||||||
|
install=chakra-common.install
|
||||||
source=(http://www.kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu_2.4.10.tar.gz
|
source=(http://www.kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu_2.4.10.tar.gz
|
||||||
servicemenu-copy-path.desktop
|
servicemenu-copy-path.desktop
|
||||||
http://www.kde-apps.org/CONTENT/content-files/102825-compressattach.desktop.bz2
|
http://www.kde-apps.org/CONTENT/content-files/102825-compressattach.desktop.bz2
|
||||||
servicemenu-rootactions.patch
|
servicemenu-rootactions.patch
|
||||||
Chakra-Bugs.desktop
|
Chakra-Bugs.desktop
|
||||||
Chakra-ChangeLog.desktop
|
Chakra-ChangeLog.desktop
|
||||||
Chakra-Code.desktop
|
Chakra-Code.desktop
|
||||||
Chakra-Documentation.desktop
|
Chakra-Documentation.desktop
|
||||||
Chakra-Donate.desktop
|
Chakra-Donate.desktop
|
||||||
Chakra-Forum.desktop
|
Chakra-Forum.desktop
|
||||||
Chakra-Homepage.desktop
|
Chakra-Homepage.desktop
|
||||||
Chakra.directory
|
Chakra.directory
|
||||||
chakra-config-updater.sh
|
chakra-config-updater.sh
|
||||||
chakra-update-icons.sh
|
chakra-update-icons.sh
|
||||||
chakra-update-mime.sh
|
chakra-update-mime.sh
|
||||||
chakra-update-sycoca.sh
|
chakra-update-sycoca.sh
|
||||||
chakra-update-user-sycoca.sh
|
chakra-update-user-sycoca.sh
|
||||||
chakra-sysinfo.sh
|
chakra-sysinfo.sh
|
||||||
chakra-backup.sh
|
chakra-backup.sh
|
||||||
Chakra-backup.desktop
|
Chakra-backup.desktop
|
||||||
updates.conf
|
updates.conf
|
||||||
chakra-icons.tar.gz
|
chakra-icons.tar.gz
|
||||||
agent-startup.sh
|
agent-startup.sh
|
||||||
agent-shutdown.sh)
|
agent-shutdown.sh)
|
||||||
md5sums=('2afd86671ad0db31718157aecd46d528'
|
md5sums=('2afd86671ad0db31718157aecd46d528'
|
||||||
'0fe13835c8d796c9973cda670860ce19'
|
'0fe13835c8d796c9973cda670860ce19'
|
||||||
'630ffe7118eef8608a9e5e393a0b1e12'
|
'630ffe7118eef8608a9e5e393a0b1e12'
|
@ -1,6 +1,3 @@
|
|||||||
#
|
|
||||||
# install functions
|
|
||||||
#
|
|
||||||
post_install() {
|
post_install() {
|
||||||
echo " "
|
echo " "
|
||||||
echo " > KDE Software Compilation 4.12.0"
|
echo " > KDE Software Compilation 4.12.0"
|
||||||
@ -21,14 +18,13 @@ post_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
post_install $1
|
post_install $1
|
||||||
}
|
}
|
||||||
|
|
||||||
post_remove() {
|
post_remove() {
|
||||||
/bin/true
|
/bin/true
|
||||||
}
|
}
|
||||||
|
|
||||||
op=$1
|
op=$1
|
||||||
shift
|
shift
|
||||||
|
|
||||||
$op $*
|
$op $*
|
Loading…
Reference in New Issue
Block a user