[arch-commits] Commit in qt-assistant-compat/repos (8 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 13:38:39
  Author: bpiotrowski
Revision: 252801

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qt-assistant-compat/repos/staging-i686/PKGBUILD
(from rev 252800, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/staging-i686/debian_patches_01_build_system.diff
(from rev 252800, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
  qt-assistant-compat/repos/staging-x86_64/PKGBUILD
(from rev 252800, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/staging-x86_64/debian_patches_01_build_system.diff
(from rev 252800, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
Deleted:
  qt-assistant-compat/repos/staging-i686/PKGBUILD
  qt-assistant-compat/repos/staging-i686/debian_patches_01_build_system.diff
  qt-assistant-compat/repos/staging-x86_64/PKGBUILD
  qt-assistant-compat/repos/staging-x86_64/debian_patches_01_build_system.diff

+
 /PKGBUILD  |  112 +++
 /debian_patches_01_build_system.diff   |   96 
 staging-i686/PKGBUILD  |   56 -
 staging-i686/debian_patches_01_build_system.diff   |   48 
 staging-x86_64/PKGBUILD|   56 -
 staging-x86_64/debian_patches_01_build_system.diff |   48 
 6 files changed, 208 insertions(+), 208 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-06 12:38:30 UTC (rev 252800)
+++ staging-i686/PKGBUILD   2015-12-06 12:38:39 UTC (rev 252801)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=qt-assistant-compat
-pkgver=4.6.3
-pkgrel=6
-pkgdesc="compat version of Qt Assistant"
-url="http://qt-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('qt4')
-source=('http://download.qt.io/archive/qt/4.6/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-'debian_patches_01_build_system.diff')
-md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
- '1b55290dc9fab0c035797e9301d2fa61')
-
-prepare() {
-cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-}
-
-build() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-   rm -f translations/assistant_adp_*.qm
-
-   qmake-qt4 CONFIG+=create_prl
-   make
-   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
-   cd ..
-   qmake-qt4 CONFIG+=create_prl
-   make
-}
-
-package() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   make install INSTALL_ROOT=${pkgdir}
-   cd lib
-   make install INSTALL_ROOT=${pkgdir}
-   cd ..
-
-   # Fix wrong path in prl file
-   sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
-
-   # Install translations
-   install -d ${pkgdir}/usr/share/qt4/translations/
-   install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt4/translations/
-
-   # Install prf file
-   install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt4/mkspecs/features/assistant.prf
-}

Copied: qt-assistant-compat/repos/staging-i686/PKGBUILD (from rev 252800, 
qt-assistant-compat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 12:38:39 UTC (rev 252801)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=qt-assistant-compat
+pkgver=4.6.3
+pkgrel=7
+pkgdesc="compat version of Qt Assistant"
+url="http://qt-project.org/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('qt4')
+source=('http://download.qt.io/archive/qt/4.6/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+'debian_patches_01_build_system.diff')
+md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
+ '1b55290dc9fab0c035797e9301d2fa61')
+
+prepare() {
+cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+}
+
+build() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
+   rm -f translations/assistant_adp_*.qm
+
+   qmake-qt4 CONFIG+=create_prl
+   make
+   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
+   cd ..
+   qmake-qt4 CONFIG+=create_prl
+   make
+}
+
+package() {
+   cd 

[arch-commits] Commit in qt-assistant-compat/repos (8 files)

2014-07-30 Thread Ronald van Haren
Date: Wednesday, July 30, 2014 @ 15:52:56
  Author: ronald
Revision: 218382

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
(from rev 218381, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
(from rev 218381, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
(from rev 218381, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff
(from rev 218381, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
Deleted:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff

--+
 /PKGBUILD|  112 +
 /debian_patches_01_build_system.diff |   96 ++
 extra-i686/PKGBUILD  |   54 --
 extra-i686/debian_patches_01_build_system.diff   |   48 -
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/debian_patches_01_build_system.diff |   48 -
 6 files changed, 208 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-30 13:52:46 UTC (rev 218381)
+++ extra-i686/PKGBUILD 2014-07-30 13:52:56 UTC (rev 218382)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=qt-assistant-compat
-pkgver=4.6.3
-pkgrel=4
-pkgdesc=compat version of Qt Assistant
-url=http://qt-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('qt4')
-source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-'debian_patches_01_build_system.diff')
-md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
- '1b55290dc9fab0c035797e9301d2fa61')
-
-# separate package function does not really work here due to broken build files
-build() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-
-   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-   rm -f translations/assistant_adp_*.qm
-
-   qmake-qt4 CONFIG+=create_prl
-   make
-   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
-   cd ..
-   qmake-qt4 CONFIG+=create_prl
-   make
-}
-
-package() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   make install INSTALL_ROOT=${pkgdir}
-   cd lib
-   make install INSTALL_ROOT=${pkgdir}
-   cd ..
-
-   # Fix wrong path in prl file
-   sed -i -e /^QMAKE_PRL_BUILD_DIR/d \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
-
-   # Install translations
-   install -d ${pkgdir}/usr/share/qt4/translations/
-   install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt4/translations/
-
-   # Install prf file
-   install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt4/mkspecs/features/assistant.prf
-}

Copied: qt-assistant-compat/repos/extra-i686/PKGBUILD (from rev 218381, 
qt-assistant-compat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-30 13:52:56 UTC (rev 218382)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qt-assistant-compat
+pkgver=4.6.3
+pkgrel=5
+pkgdesc=compat version of Qt Assistant
+url=http://qt-project.org/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('qt4')
+source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+'debian_patches_01_build_system.diff')
+md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
+ '1b55290dc9fab0c035797e9301d2fa61')
+
+prepare() {
+cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+}
+
+build() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
+   rm -f translations/assistant_adp_*.qm
+
+   qmake-qt4 CONFIG+=create_prl
+   make
+   cd  ../translations; lrelease-qt4 assistant_adp_*.ts
+   cd ..
+   qmake-qt4 CONFIG+=create_prl
+   make
+}
+
+package() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   make install INSTALL_ROOT=${pkgdir}
+   cd lib
+  

[arch-commits] Commit in qt-assistant-compat/repos (8 files)

2013-03-02 Thread Andrea Scarpino
Date: Saturday, March 2, 2013 @ 23:41:59
  Author: andrea
Revision: 179069

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
(from rev 179068, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
(from rev 179068, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
(from rev 179068, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff
(from rev 179068, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
Deleted:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff

--+
 extra-i686/PKGBUILD  |  110 ++---
 extra-i686/debian_patches_01_build_system.diff   |   96 +-
 extra-x86_64/PKGBUILD|  110 ++---
 extra-x86_64/debian_patches_01_build_system.diff |   96 +-
 4 files changed, 204 insertions(+), 208 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-02 22:41:52 UTC (rev 179068)
+++ extra-i686/PKGBUILD 2013-03-02 22:41:59 UTC (rev 179069)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=qt-assistant-compat
-pkgver=4.6.3
-pkgrel=3
-pkgdesc=compat version of Qt Assistant
-url=http://qt-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('qt4')
-source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-'debian_patches_01_build_system.diff')
-md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
- '1b55290dc9fab0c035797e9301d2fa61')
-
-# separate package function does not really work here due to broken build files
-build() {
-. /etc/profile.d/qt4.sh
-
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-
-   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-   rm -f translations/assistant_adp_*.qm
-
-   qmake CONFIG+=create_prl
-   make
-   cd  ../translations; lrelease assistant_adp_*.ts
-   cd ..
-   qmake CONFIG+=create_prl
-   make
-}
-
-package() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   make install INSTALL_ROOT=${pkgdir}
-   cd lib
-   make install INSTALL_ROOT=${pkgdir}
-   cd ..
-
-   # Fix wrong path in prl file
-   sed -i -e /^QMAKE_PRL_BUILD_DIR/d \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
-
-   # Install translations
-   install -d ${pkgdir}/usr/share/qt/translations/
-   install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt/translations/
-
-   # Install prf file
-   install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt/mkspecs/features/assistant.prf
-}

Copied: qt-assistant-compat/repos/extra-i686/PKGBUILD (from rev 179068, 
qt-assistant-compat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-02 22:41:59 UTC (rev 179069)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qt-assistant-compat
+pkgver=4.6.3
+pkgrel=4
+pkgdesc=compat version of Qt Assistant
+url=http://qt-project.org/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('qt4')
+source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+'debian_patches_01_build_system.diff')
+md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
+ '1b55290dc9fab0c035797e9301d2fa61')
+
+# separate package function does not really work here due to broken build files
+build() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+
+   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
+   rm -f translations/assistant_adp_*.qm
+
+   qmake-qt4 CONFIG+=create_prl
+   make
+   cd  ../translations; lrelease assistant_adp_*.ts
+   cd ..
+   qmake-qt4 CONFIG+=create_prl
+   make
+}
+
+package() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   make install INSTALL_ROOT=${pkgdir}
+   cd lib
+   make install INSTALL_ROOT=${pkgdir}
+   cd ..
+
+   # Fix wrong path in prl file
+   sed -i -e 

[arch-commits] Commit in qt-assistant-compat/repos (8 files)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 15:53:42
  Author: pierre
Revision: 149629

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
(from rev 149628, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
(from rev 149628, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
(from rev 149628, qt-assistant-compat/trunk/PKGBUILD)
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff
(from rev 149628, 
qt-assistant-compat/trunk/debian_patches_01_build_system.diff)
Deleted:
  qt-assistant-compat/repos/extra-i686/PKGBUILD
  qt-assistant-compat/repos/extra-i686/debian_patches_01_build_system.diff
  qt-assistant-compat/repos/extra-x86_64/PKGBUILD
  qt-assistant-compat/repos/extra-x86_64/debian_patches_01_build_system.diff

--+
 extra-i686/PKGBUILD  |  109 ++---
 extra-i686/debian_patches_01_build_system.diff   |   96 +-
 extra-x86_64/PKGBUILD|  109 ++---
 extra-x86_64/debian_patches_01_build_system.diff |   96 +-
 4 files changed, 204 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-08 20:53:15 UTC (rev 149628)
+++ extra-i686/PKGBUILD 2012-02-08 20:53:42 UTC (rev 149629)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-
-pkgname=qt-assistant-compat
-pkgver=4.6.3
-pkgrel=1
-pkgdesk=compat version of Qt Assistant
-url=http://qt.nokia.com/;
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('qt')
-source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
-   'debian_patches_01_build_system.diff')
-md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
- '1b55290dc9fab0c035797e9301d2fa61')
-
-# separate package function does not really work here due to broken build files
-build() {
-   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
-
-   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
-rm -f translations/assistant_adp_*.qm
-
-   qmake CONFIG+=create_prl
-make
-cd  ../translations; lrelease assistant_adp_*.ts
-cd ..
-qmake CONFIG+=create_prl
-make
-}
-
-package(){
-cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
-
-   make install INSTALL_ROOT=${pkgdir}
-cd lib
-make install INSTALL_ROOT=${pkgdir}
-cd ..
-
-   # Fix wrong path in prl file
-   sed -i -e /^QMAKE_PRL_BUILD_DIR/d \
-   ${pkgdir}/usr/lib/libQtAssistantClient.prl
-
-   # Install translations
-   install -d ${pkgdir}/usr/share/qt/translations/
-   install -p -m0644 translations/assistant_adp_*.qm \
-   ${pkgdir}/usr/share/qt/translations/
-
-   # Install prf file
-   install -D -p -m0644 features/assistant.prf \
-   ${pkgdir}/usr/share/qt/mkspecs/features/assistant.prf
-
-}

Copied: qt-assistant-compat/repos/extra-i686/PKGBUILD (from rev 149628, 
qt-assistant-compat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-08 20:53:42 UTC (rev 149629)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=qt-assistant-compat
+pkgver=4.6.3
+pkgrel=2
+pkgdesc=compat version of Qt Assistant
+url=http://qt.nokia.com/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('qt')
+source=('ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz'
+'debian_patches_01_build_system.diff')
+md5sums=('a20148e0488d5c12ab35ccc107dcc64d'
+ '1b55290dc9fab0c035797e9301d2fa61')
+
+# separate package function does not really work here due to broken build files
+build() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   patch -Np1 -i ${srcdir}/debian_patches_01_build_system.diff
+
+   cd lib; if [ -e Makefile ]; then $(MAKE) distclean; fi
+   rm -f translations/assistant_adp_*.qm
+
+   qmake CONFIG+=create_prl
+   make
+   cd  ../translations; lrelease assistant_adp_*.ts
+   cd ..
+   qmake CONFIG+=create_prl
+   make
+}
+
+package() {
+   cd 
${srcdir}/qt-assistant-qassistantclient-library-compat-version-${pkgver}
+
+   make install INSTALL_ROOT=${pkgdir}
+   cd lib
+   make install INSTALL_ROOT=${pkgdir}
+   cd ..
+
+   # Fix wrong path in prl file
+   sed -i -e /^QMAKE_PRL_BUILD_DIR/d \
+