summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perlqt/.footprint.i6863
-rw-r--r--perlqt/.footprint.x86_643
-rw-r--r--perlqt/.md5sum.i6862
-rw-r--r--perlqt/.md5sum.x86_642
-rwxr-xr-xperlqt/Pkgfile8
5 files changed, 11 insertions, 7 deletions
diff --git a/perlqt/.footprint.i686 b/perlqt/.footprint.i686
index 29eda61ca..0c5b4de27 100644
--- a/perlqt/.footprint.i686
+++ b/perlqt/.footprint.i686
@@ -49,6 +49,7 @@ drwxr-xr-x root/root usr/lib/perl5/site/QtCore4/
-rw-r--r-- root/root usr/lib/perl5/site/QtWebKit4.pm
-rw-r--r-- root/root usr/lib/perl5/site/QtXml4.pm
-rw-r--r-- root/root usr/lib/perl5/site/QtXmlPatterns4.pm
+-rw-r--r-- root/root usr/lib/perl5/site/Qwt.pm
drwxr-xr-x root/root usr/lib/perl5/site/auto/
drwxr-xr-x root/root usr/lib/perl5/site/auto/Phonon/
-rwxr-xr-x root/root usr/lib/perl5/site/auto/Phonon/Phonon.so
@@ -90,6 +91,8 @@ drwxr-xr-x root/root usr/lib/perl5/site/auto/QtXml4/
-rwxr-xr-x root/root usr/lib/perl5/site/auto/QtXml4/QtXml4.so
drwxr-xr-x root/root usr/lib/perl5/site/auto/QtXmlPatterns4/
-rwxr-xr-x root/root usr/lib/perl5/site/auto/QtXmlPatterns4/QtXmlPatterns4.so
+drwxr-xr-x root/root usr/lib/perl5/site/auto/Qwt/
+-rwxr-xr-x root/root usr/lib/perl5/site/auto/Qwt/Qwt.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/perlqt/
drwxr-xr-x root/root usr/share/perlqt/cmake/
diff --git a/perlqt/.footprint.x86_64 b/perlqt/.footprint.x86_64
index 29eda61ca..0c5b4de27 100644
--- a/perlqt/.footprint.x86_64
+++ b/perlqt/.footprint.x86_64
@@ -49,6 +49,7 @@ drwxr-xr-x root/root usr/lib/perl5/site/QtCore4/
-rw-r--r-- root/root usr/lib/perl5/site/QtWebKit4.pm
-rw-r--r-- root/root usr/lib/perl5/site/QtXml4.pm
-rw-r--r-- root/root usr/lib/perl5/site/QtXmlPatterns4.pm
+-rw-r--r-- root/root usr/lib/perl5/site/Qwt.pm
drwxr-xr-x root/root usr/lib/perl5/site/auto/
drwxr-xr-x root/root usr/lib/perl5/site/auto/Phonon/
-rwxr-xr-x root/root usr/lib/perl5/site/auto/Phonon/Phonon.so
@@ -90,6 +91,8 @@ drwxr-xr-x root/root usr/lib/perl5/site/auto/QtXml4/
-rwxr-xr-x root/root usr/lib/perl5/site/auto/QtXml4/QtXml4.so
drwxr-xr-x root/root usr/lib/perl5/site/auto/QtXmlPatterns4/
-rwxr-xr-x root/root usr/lib/perl5/site/auto/QtXmlPatterns4/QtXmlPatterns4.so
+drwxr-xr-x root/root usr/lib/perl5/site/auto/Qwt/
+-rwxr-xr-x root/root usr/lib/perl5/site/auto/Qwt/Qwt.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/perlqt/
drwxr-xr-x root/root usr/share/perlqt/cmake/
diff --git a/perlqt/.md5sum.i686 b/perlqt/.md5sum.i686
index 49126ca87..ff11dd152 100644
--- a/perlqt/.md5sum.i686
+++ b/perlqt/.md5sum.i686
@@ -1 +1 @@
-61d89a61fd8f4a0220972a58581f5162 perlqt-4.8.4.tar.xz
+ef513d388d381091b316d3a05c2a7069 perlqt-4.9.0.tar.xz
diff --git a/perlqt/.md5sum.x86_64 b/perlqt/.md5sum.x86_64
index 49126ca87..ff11dd152 100644
--- a/perlqt/.md5sum.x86_64
+++ b/perlqt/.md5sum.x86_64
@@ -1 +1 @@
-61d89a61fd8f4a0220972a58581f5162 perlqt-4.8.4.tar.xz
+ef513d388d381091b316d3a05c2a7069 perlqt-4.9.0.tar.xz
diff --git a/perlqt/Pkgfile b/perlqt/Pkgfile
index 1cc5d1e08..fdf476254 100755
--- a/perlqt/Pkgfile
+++ b/perlqt/Pkgfile
@@ -2,11 +2,11 @@
# URL: http://www.kde.org
# Maintainer: KDE Project : https://projects.kde.org/projects/kde
# Packager: lesibel at free dot fr
-# Depends on: cmake,automoc4,smokeqt
-# Run on: smokeqt
+# Depends on: cmake,automoc4,smokeqt,qwt
+# Run on: smokeqt,qwt
name=perlqt
-version=4.8.4
+version=4.9.0
release=1
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz)
@@ -16,8 +16,6 @@ build() {
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DKDE_DEFAULT_HOME=.kde \
- -DSYSCONF_INSTALL_DIR=/etc \
-DCMAKE_SKIP_RPATH=ON
make
make DESTDIR=$PKG install