mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:37:15 +08:00
Rebuild against new sip and pyqt
This commit is contained in:
parent
d78e0e4bea
commit
3026d0b31e
@ -37,7 +37,7 @@ license=('GPL' 'LGPL' 'FDL')
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4' "kdelibs>=${_kdever}" "kdebase-runtime>=${_kdever}"
|
||||
'cdparanoia' 'mplayer' 'libpulse' 'musicbrainz>=3.0.3') # Fixme: tunepimp does not compile anymore
|
||||
'cdparanoia' 'mplayer' 'libpulse' 'musicbrainz>=3.0.3' 'taglib')
|
||||
|
||||
source=($_mirror/${_origname}-$_kdever.tar.bz2
|
||||
http://kenai.com/projects/kde-odf-thumbnail/downloads/download/1.0.0/kde-odf-thumbnail-1.0.0.tar.gz
|
||||
@ -107,7 +107,7 @@ build()
|
||||
package_kdemultimedia-common()
|
||||
{
|
||||
pkgdesc="KDE multimedia - Common files and libraries"
|
||||
depends=("kdelibs>=${_kdever}" "kdebase-runtime>=${_kdever}" 'flac' 'musicbrainz>=3.0.3' 'cdparanoia')
|
||||
depends=("kdelibs>=${_kdever}" "kdebase-runtime>=${_kdever}" 'flac' 'musicbrainz>=3.0.3' 'cdparanoia' 'taglib')
|
||||
conflicts=("kdemod-${_origname}-common")
|
||||
groups=("kde" "kde-complete" "kdemultimedia" "kde-uninstall")
|
||||
optdepends=('pulseaudio: pulseaudio support')
|
||||
|
@ -16,7 +16,7 @@ _origname=qzion
|
||||
|
||||
pkgname=${_origname}
|
||||
pkgver=0.4.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
|
||||
pkgdesc="A canvas abstraction used by and made for QEdje."
|
||||
url="http://dev.openbossa.org/trac/qedje"
|
||||
|
Loading…
Reference in New Issue
Block a user