mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
kio-mtp-git: removed from repo
This commit is contained in:
parent
727c349ae1
commit
99b3643a01
@ -1,36 +0,0 @@
|
||||
pkgname=kio-mtp-git
|
||||
_pkgname=kio-mtp
|
||||
pkgver=20150120
|
||||
pkgrel=1
|
||||
pkgdesc="Provides mtp protocol support."
|
||||
arch=('x86_64')
|
||||
url="https://projects.kde.org/projects/playground/base/kio-mtp"
|
||||
license=('GPL2')
|
||||
depends=('kdelibs' 'libmtp')
|
||||
makedepends=('cmake' 'git' 'automoc4')
|
||||
conflicts=('kio-mtp')
|
||||
provides=('kio-mtp')
|
||||
source=($_pkgname::git://anongit.kde.org/$_pkgname)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
date +%Y%m%d
|
||||
}
|
||||
|
||||
prepare() {
|
||||
rm -rf $_pkgname-build
|
||||
mkdir $_pkgname-build
|
||||
}
|
||||
build() {
|
||||
cd $_pkgname-build
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
../$_pkgname
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $_pkgname-build
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in New Issue
Block a user