]> git.pld-linux.org Git - packages/clementine.git/commitdiff
keep some vendors to make it build
authorElan Ruusamäe <glen@delfi.ee>
Wed, 20 Jan 2016 21:59:58 +0000 (23:59 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 20 Jan 2016 21:59:58 +0000 (23:59 +0200)
clementine.spec

index 58ffaaa77a9fa114a247ebaaeead7418faa9f958..7af6fcde5bc962061dca36d758024bfb2f5a3cfb 100644 (file)
@@ -114,14 +114,7 @@ a Qt4 előnyeit.
 #%patch5 -p1
 #%patch6 -p1
 
-# Remove all 3rdparty libraries except:
-# - universalchardet - not available as a separate library.
-# - libprojectM - see bcond
-# - sha2 - ?
-# - qocoa - ?
-# - qsqlite - see bcond
 # cleanup vendor. keep only needed libraries.
-# (the rest are packaged with system packages)
 mv 3rdparty 3rdparty.dist
 vendor() {
        local path dir
@@ -134,6 +127,10 @@ vendor() {
 vendor sha2 qocoa
 %{?with_static_sqlite:vendor qsqlite}
 %{?with_static_projectm:vendor libprojectm}
+# missing in pld
+vendor vreen
+# temporary for 1.3.0
+vendor libmygpo-qt
 
 # Don't build tests. They require gmock
 sed -i -e '/add_subdirectory(tests)/d' CMakeLists.txt
This page took 0.09908 seconds and 4 git commands to generate.