[arch-commits] Commit in qtchooser/repos (16 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Apr 11 12:14:29 UTC 2013


    Date: Thursday, April 11, 2013 @ 14:14:29
  Author: andrea
Revision: 182622

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

Added:
  qtchooser/repos/extra-i686/3.conf
    (from rev 182621, qtchooser/trunk/3.conf)
  qtchooser/repos/extra-i686/4.conf
    (from rev 182621, qtchooser/trunk/4.conf)
  qtchooser/repos/extra-i686/5.conf
    (from rev 182621, qtchooser/trunk/5.conf)
  qtchooser/repos/extra-i686/PKGBUILD
    (from rev 182621, qtchooser/trunk/PKGBUILD)
  qtchooser/repos/extra-x86_64/3.conf
    (from rev 182621, qtchooser/trunk/3.conf)
  qtchooser/repos/extra-x86_64/4.conf
    (from rev 182621, qtchooser/trunk/4.conf)
  qtchooser/repos/extra-x86_64/5.conf
    (from rev 182621, qtchooser/trunk/5.conf)
  qtchooser/repos/extra-x86_64/PKGBUILD
    (from rev 182621, qtchooser/trunk/PKGBUILD)
Deleted:
  qtchooser/repos/extra-i686/PKGBUILD
  qtchooser/repos/extra-i686/qt3.conf
  qtchooser/repos/extra-i686/qt4.conf
  qtchooser/repos/extra-i686/qt5.conf
  qtchooser/repos/extra-x86_64/PKGBUILD
  qtchooser/repos/extra-x86_64/qt3.conf
  qtchooser/repos/extra-x86_64/qt4.conf
  qtchooser/repos/extra-x86_64/qt5.conf

-----------------------+
 /PKGBUILD             |   70 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/3.conf     |    2 +
 extra-i686/4.conf     |    2 +
 extra-i686/5.conf     |    2 +
 extra-i686/PKGBUILD   |   35 ------------------------
 extra-i686/qt3.conf   |    2 -
 extra-i686/qt4.conf   |    2 -
 extra-i686/qt5.conf   |    2 -
 extra-x86_64/3.conf   |    2 +
 extra-x86_64/4.conf   |    2 +
 extra-x86_64/5.conf   |    2 +
 extra-x86_64/PKGBUILD |   35 ------------------------
 extra-x86_64/qt3.conf |    2 -
 extra-x86_64/qt4.conf |    2 -
 extra-x86_64/qt5.conf |    2 -
 15 files changed, 82 insertions(+), 82 deletions(-)

Copied: qtchooser/repos/extra-i686/3.conf (from rev 182621, qtchooser/trunk/3.conf)
===================================================================
--- extra-i686/3.conf	                        (rev 0)
+++ extra-i686/3.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,2 @@
+/usr/lib/qt3/bin
+/usr/lib

Copied: qtchooser/repos/extra-i686/4.conf (from rev 182621, qtchooser/trunk/4.conf)
===================================================================
--- extra-i686/4.conf	                        (rev 0)
+++ extra-i686/4.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Copied: qtchooser/repos/extra-i686/5.conf (from rev 182621, qtchooser/trunk/5.conf)
===================================================================
--- extra-i686/5.conf	                        (rev 0)
+++ extra-i686/5.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-i686/PKGBUILD	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qtchooser
-pkgver=26
-pkgrel=2
-pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
-arch=('i686' 'x86_64')
-url='http://qt.gitorious.org/qt/qtchooser'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz"
-        qt{3,4,5}.conf)
-md5sums=('a188a5cb63113130e0d05fe4d5bf4e95'
-         '7c5da2b7911d1c4fabc63d6ef00f0020'
-         'aa4d49b269e1b806f5eea170801f0aa6'
-         'cf83f09a9a5a44d898b93f624d74dd11')
-
-build() {
-  cd ${pkgname}-${pkgver}-g97962d2
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}-g97962d2
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -d "${pkgdir}"/etc/xdg/qtchooser
-  install -m644 "${srcdir}"/qt{3,4,5}.conf \
-    "${pkgdir}"/etc/xdg/qtchooser/
-  
-  # Set the default Qt
-  ln -s /etc/xdg/qtchooser/qt5.conf \
-    "${pkgdir}"/etc/xdg/qtchooser/default.conf
-}

Copied: qtchooser/repos/extra-i686/PKGBUILD (from rev 182621, qtchooser/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qtchooser
+pkgver=26
+pkgrel=3
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz"
+        {3,4,5}.conf)
+md5sums=('a188a5cb63113130e0d05fe4d5bf4e95'
+         '7c5da2b7911d1c4fabc63d6ef00f0020'
+         'aa4d49b269e1b806f5eea170801f0aa6'
+         'cf83f09a9a5a44d898b93f624d74dd11')
+
+build() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -d "${pkgdir}"/etc/xdg/qtchooser
+  install -m644 "${srcdir}"/{3,4,5}.conf \
+    "${pkgdir}"/etc/xdg/qtchooser/
+  
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/5.conf \
+    "${pkgdir}"/etc/xdg/qtchooser/default.conf
+}

Deleted: extra-i686/qt3.conf
===================================================================
--- extra-i686/qt3.conf	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-i686/qt3.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,2 +0,0 @@
-/usr/lib/qt3/bin
-/usr/lib

Deleted: extra-i686/qt4.conf
===================================================================
--- extra-i686/qt4.conf	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-i686/qt4.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,2 +0,0 @@
-/usr/lib/qt4/bin
-/usr/lib

Deleted: extra-i686/qt5.conf
===================================================================
--- extra-i686/qt5.conf	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-i686/qt5.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,2 +0,0 @@
-/usr/lib/qt/bin
-/usr/lib

Copied: qtchooser/repos/extra-x86_64/3.conf (from rev 182621, qtchooser/trunk/3.conf)
===================================================================
--- extra-x86_64/3.conf	                        (rev 0)
+++ extra-x86_64/3.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,2 @@
+/usr/lib/qt3/bin
+/usr/lib

Copied: qtchooser/repos/extra-x86_64/4.conf (from rev 182621, qtchooser/trunk/4.conf)
===================================================================
--- extra-x86_64/4.conf	                        (rev 0)
+++ extra-x86_64/4.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Copied: qtchooser/repos/extra-x86_64/5.conf (from rev 182621, qtchooser/trunk/5.conf)
===================================================================
--- extra-x86_64/5.conf	                        (rev 0)
+++ extra-x86_64/5.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-x86_64/PKGBUILD	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qtchooser
-pkgver=26
-pkgrel=2
-pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
-arch=('i686' 'x86_64')
-url='http://qt.gitorious.org/qt/qtchooser'
-license=('GPL')
-depends=('gcc-libs')
-source=("http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz"
-        qt{3,4,5}.conf)
-md5sums=('a188a5cb63113130e0d05fe4d5bf4e95'
-         '7c5da2b7911d1c4fabc63d6ef00f0020'
-         'aa4d49b269e1b806f5eea170801f0aa6'
-         'cf83f09a9a5a44d898b93f624d74dd11')
-
-build() {
-  cd ${pkgname}-${pkgver}-g97962d2
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}-g97962d2
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -d "${pkgdir}"/etc/xdg/qtchooser
-  install -m644 "${srcdir}"/qt{3,4,5}.conf \
-    "${pkgdir}"/etc/xdg/qtchooser/
-  
-  # Set the default Qt
-  ln -s /etc/xdg/qtchooser/qt5.conf \
-    "${pkgdir}"/etc/xdg/qtchooser/default.conf
-}

Copied: qtchooser/repos/extra-x86_64/PKGBUILD (from rev 182621, qtchooser/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-04-11 12:14:29 UTC (rev 182622)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qtchooser
+pkgver=26
+pkgrel=3
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+depends=('gcc-libs')
+source=("http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz"
+        {3,4,5}.conf)
+md5sums=('a188a5cb63113130e0d05fe4d5bf4e95'
+         '7c5da2b7911d1c4fabc63d6ef00f0020'
+         'aa4d49b269e1b806f5eea170801f0aa6'
+         'cf83f09a9a5a44d898b93f624d74dd11')
+
+build() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -d "${pkgdir}"/etc/xdg/qtchooser
+  install -m644 "${srcdir}"/{3,4,5}.conf \
+    "${pkgdir}"/etc/xdg/qtchooser/
+  
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/5.conf \
+    "${pkgdir}"/etc/xdg/qtchooser/default.conf
+}

Deleted: extra-x86_64/qt3.conf
===================================================================
--- extra-x86_64/qt3.conf	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-x86_64/qt3.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,2 +0,0 @@
-/usr/lib/qt3/bin
-/usr/lib

Deleted: extra-x86_64/qt4.conf
===================================================================
--- extra-x86_64/qt4.conf	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-x86_64/qt4.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,2 +0,0 @@
-/usr/lib/qt4/bin
-/usr/lib

Deleted: extra-x86_64/qt5.conf
===================================================================
--- extra-x86_64/qt5.conf	2013-04-11 12:14:19 UTC (rev 182621)
+++ extra-x86_64/qt5.conf	2013-04-11 12:14:29 UTC (rev 182622)
@@ -1,2 +0,0 @@
-/usr/lib/qt/bin
-/usr/lib




More information about the arch-commits mailing list