git » qt5-charts.git » commit c48ae18

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 5b1025390de7e4259bb54f9e538d0c053c51c044

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

PKGBUILD +1 -4

diff --git a/PKGBUILD b/PKGBUILD
index 1b24a11..1f46281 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='Provides a set of easy to use chart components'
 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}
 }