updte tepsonic

This commit is contained in:
arcan1s 2014-08-19 08:37:51 +04:00
parent 81867abf31
commit 06959193cb
2 changed files with 3 additions and 18 deletions

View File

@ -3,7 +3,7 @@
pkgname=tepsonic-git
_gitname=tepsonic
pkgver=0.ea55436
pkgver=0.8c2f60b
pkgrel=1
pkgdesc="A simple, lightweight audio player written in C++ and Qt that supports collections"
url="http://danvratil.github.io/TepSonic/"
@ -11,10 +11,8 @@ arch=('i686' 'x86_64')
license=('GPL3')
depends=('qt5-base' 'phonon-qt5' 'taglib' 'libqxt')
makedepends=('git' 'cmake' 'qt5-tools')
source=(${_gitname}::git+https://github.com/danvratil/TepSonic
"phonon_include.patch")
md5sums=('SKIP'
'86e6cd941dbb63392653354ba5239072')
source=(${_gitname}::git+https://github.com/danvratil/TepSonic)
md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}"
@ -26,8 +24,6 @@ pkgver() {
prepare() {
rm -rf "${srcdir}/build"
mkdir "${srcdir}/build"
patch -p0 -i "phonon_include.patch"
}
build() {

View File

@ -1,11 +0,0 @@
diff -ruN tepsonic.orig/CMakeLists.txt tepsonic/CMakeLists.txt
--- tepsonic.orig/CMakeLists.txt 2014-08-18 01:25:57.000000000 +0400
+++ tepsonic/CMakeLists.txt 2014-08-18 01:26:16.303149163 +0400
@@ -88,6 +88,7 @@
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
+ ${PHONON_INCLUDE_DIR}
)
add_subdirectory(3rdparty)