git » qt5-datavis3d.git » commit 2f0b59b

Fix licenses (FS#49801,FS#49802,FS#49803,FS#49804,FS#49805)

author Antonio Rojas
2016-06-24 18:30:00 UTC
committer Antonio Rojas
2016-06-24 18:30:00 UTC
parent ab127d7f845ce0fda1eedf112c76439af6daee0a

Fix licenses (FS#49801,FS#49802,FS#49803,FS#49804,FS#49805)

PKGBUILD +1 -4

diff --git a/PKGBUILD b/PKGBUILD
index 82442a0..967f174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=${_qtver/-/}
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
+license=('GPL3')
 pkgdesc='Qt Data Visualization module'
 depends=('qt5-base')
 makedepends=('qt5-declarative')
@@ -35,7 +35,4 @@ package() {
   # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
   find "$pkgdir/usr/lib" -type f -name '*.prl' \
     -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
 }