mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
kid3: update to 3.0
This commit is contained in:
parent
f9525e8336
commit
54e1d6d224
@ -1,7 +1,7 @@
|
||||
# Maintainer: abveritas@chakra-project.org
|
||||
|
||||
pkgname=kid3
|
||||
pkgver=2.3
|
||||
pkgver=3.0
|
||||
pkgrel=1
|
||||
pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
|
||||
arch=('x86_64')
|
||||
@ -13,13 +13,14 @@ categories=('multimedia')
|
||||
screenshot=('http://pkgs.org/images/linux-software/kid3/kid3-screenshot.png')
|
||||
install=${pkgname}.install
|
||||
source=("http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('ea78a5a1346b6c7a9cfab91a60feeb63')
|
||||
md5sums=('9efc2d14ea6217d7e543b1fe79c13815')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DWITH_APPS=KDE \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user