Deep clean, the goal is remove completelly the fixes and the main patchsets in order to have a KDE absolutelly vanilla as much as possible with some little branding

This commit is contained in:
Manuel 2012-11-18 00:17:38 +00:00
parent 13b3b306ea
commit b1ec7396e5
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ pkgrel=1
pkgdesc="A multimedia player where the focus is on simplicity, instead of pkgdesc="A multimedia player where the focus is on simplicity, instead of
features" features"
url='http://kde.org/applications/multimedia/dragonplayer/' url='http://kde.org/applications/multimedia/dragonplayer/'
arch=('i686' 'x86_64') arch=('x86_64')
license=('GPL' 'LGPL' 'FDL') license=('GPL' 'LGPL' 'FDL')
depends=("kde-runtime>=${_kdever}") depends=("kde-runtime>=${_kdever}")
makedepends=('cmake' 'automoc4') makedepends=('cmake' 'automoc4')

View File

@ -1,7 +1,7 @@
# #
# KDE SC Packages for Chakra, part of chakra-project.org # KDE SC Packages for Chakra, part of chakra-project.org
# #
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config # include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
@ -12,7 +12,7 @@ pkgver=${_kdever}
pkgrel=1 pkgrel=1
pkgdesc="KDE volume control program" pkgdesc="KDE volume control program"
url='http://kde.org/applications/multimedia/kmix/' url='http://kde.org/applications/multimedia/kmix/'
arch=('i686' 'x86_64') arch=('x86_64')
license=('GPL' 'LGPL' 'FDL') license=('GPL' 'LGPL' 'FDL')
depends=("kde-runtime>=${_kdever}" 'libcanberra') depends=("kde-runtime>=${_kdever}" 'libcanberra')
makedepends=('cmake' 'automoc4') makedepends=('cmake' 'automoc4')