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

Antonio Rojas arojas at archlinux.org
Sat Oct 17 09:03:50 UTC 2015


    Date: Saturday, October 17, 2015 @ 11:03:49
  Author: arojas
Revision: 249461

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

Added:
  qtchooser/repos/extra-i686/4.conf
    (from rev 249460, qtchooser/trunk/4.conf)
  qtchooser/repos/extra-i686/5.conf
    (from rev 249460, qtchooser/trunk/5.conf)
  qtchooser/repos/extra-i686/PKGBUILD
    (from rev 249460, qtchooser/trunk/PKGBUILD)
  qtchooser/repos/extra-x86_64/4.conf
    (from rev 249460, qtchooser/trunk/4.conf)
  qtchooser/repos/extra-x86_64/5.conf
    (from rev 249460, qtchooser/trunk/5.conf)
  qtchooser/repos/extra-x86_64/PKGBUILD
    (from rev 249460, qtchooser/trunk/PKGBUILD)
Deleted:
  qtchooser/repos/extra-i686/4.conf
  qtchooser/repos/extra-i686/5.conf
  qtchooser/repos/extra-i686/PKGBUILD
  qtchooser/repos/extra-x86_64/4.conf
  qtchooser/repos/extra-x86_64/5.conf
  qtchooser/repos/extra-x86_64/PKGBUILD

-----------------------+
 /4.conf               |    4 ++
 /5.conf               |    4 ++
 /PKGBUILD             |   82 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/4.conf     |    2 -
 extra-i686/5.conf     |    2 -
 extra-i686/PKGBUILD   |   41 ------------------------
 extra-x86_64/4.conf   |    2 -
 extra-x86_64/5.conf   |    2 -
 extra-x86_64/PKGBUILD |   41 ------------------------
 9 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/4.conf
===================================================================
--- extra-i686/4.conf	2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-i686/4.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,2 +0,0 @@
-/usr/lib/qt4/bin
-/usr/lib

Copied: qtchooser/repos/extra-i686/4.conf (from rev 249460, qtchooser/trunk/4.conf)
===================================================================
--- extra-i686/4.conf	                        (rev 0)
+++ extra-i686/4.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Deleted: extra-i686/5.conf
===================================================================
--- extra-i686/5.conf	2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-i686/5.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,2 +0,0 @@
-/usr/lib/qt/bin
-/usr/lib

Copied: qtchooser/repos/extra-i686/5.conf (from rev 249460, qtchooser/trunk/5.conf)
===================================================================
--- extra-i686/5.conf	                        (rev 0)
+++ extra-i686/5.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-i686/PKGBUILD	2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qtchooser
-pkgver=52
-pkgrel=1
-pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
-arch=('i686' 'x86_64')
-url='http://code.qt.io/cgit/qt/qtchooser.git/'
-license=('GPL')
-backup=('etc/xdg/qtchooser/default.conf')
-depends=('gcc-libs')
-makedepends=('git')
-source=("git://code.qt.io/qt/${pkgname}.git#commit=ae5eeef85c9a818bfa6a3e03511e3935e9abe01f"
-        {4,5}.conf)
-md5sums=('SKIP'
-         'aa4d49b269e1b806f5eea170801f0aa6'
-         'cf83f09a9a5a44d898b93f624d74dd11')
-
-pkgver() {
-  cd $pkgname
-  echo $(git rev-list --count HEAD)
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/etc/xdg/qtchooser
-  install -m644 "$srcdir"/{4,5}.conf \
-    "$pkgdir"/etc/xdg/qtchooser/
-
-  # Set the default Qt
-  ln -s /etc/xdg/qtchooser/5.conf \
-    "$pkgdir"/etc/xdg/qtchooser/default.conf
-}

Copied: qtchooser/repos/extra-i686/PKGBUILD (from rev 249460, qtchooser/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qtchooser
+pkgver=53
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
+arch=('i686' 'x86_64')
+url='http://code.qt.io/cgit/qt/qtchooser.git/'
+license=('GPL')
+backup=('etc/xdg/qtchooser/default.conf')
+depends=('gcc-libs')
+makedepends=('git')
+source=("git://code.qt.io/qt/${pkgname}.git#commit=d20fdc63"
+        {4,5}.conf)
+md5sums=('SKIP'
+         'aa4d49b269e1b806f5eea170801f0aa6'
+         'cf83f09a9a5a44d898b93f624d74dd11')
+
+pkgver() {
+  cd $pkgname
+  echo $(git rev-list --count HEAD)
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/etc/xdg/qtchooser
+  install -m644 "$srcdir"/{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/4.conf
===================================================================
--- extra-x86_64/4.conf	2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-x86_64/4.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,2 +0,0 @@
-/usr/lib/qt4/bin
-/usr/lib

Copied: qtchooser/repos/extra-x86_64/4.conf (from rev 249460, qtchooser/trunk/4.conf)
===================================================================
--- extra-x86_64/4.conf	                        (rev 0)
+++ extra-x86_64/4.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Deleted: extra-x86_64/5.conf
===================================================================
--- extra-x86_64/5.conf	2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-x86_64/5.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,2 +0,0 @@
-/usr/lib/qt/bin
-/usr/lib

Copied: qtchooser/repos/extra-x86_64/5.conf (from rev 249460, qtchooser/trunk/5.conf)
===================================================================
--- extra-x86_64/5.conf	                        (rev 0)
+++ extra-x86_64/5.conf	2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-17 09:02:32 UTC (rev 249460)
+++ extra-x86_64/PKGBUILD	2015-10-17 09:03:49 UTC (rev 249461)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qtchooser
-pkgver=52
-pkgrel=1
-pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
-arch=('i686' 'x86_64')
-url='http://code.qt.io/cgit/qt/qtchooser.git/'
-license=('GPL')
-backup=('etc/xdg/qtchooser/default.conf')
-depends=('gcc-libs')
-makedepends=('git')
-source=("git://code.qt.io/qt/${pkgname}.git#commit=ae5eeef85c9a818bfa6a3e03511e3935e9abe01f"
-        {4,5}.conf)
-md5sums=('SKIP'
-         'aa4d49b269e1b806f5eea170801f0aa6'
-         'cf83f09a9a5a44d898b93f624d74dd11')
-
-pkgver() {
-  cd $pkgname
-  echo $(git rev-list --count HEAD)
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/etc/xdg/qtchooser
-  install -m644 "$srcdir"/{4,5}.conf \
-    "$pkgdir"/etc/xdg/qtchooser/
-
-  # Set the default Qt
-  ln -s /etc/xdg/qtchooser/5.conf \
-    "$pkgdir"/etc/xdg/qtchooser/default.conf
-}

Copied: qtchooser/repos/extra-x86_64/PKGBUILD (from rev 249460, qtchooser/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-17 09:03:49 UTC (rev 249461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qtchooser
+pkgver=53
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
+arch=('i686' 'x86_64')
+url='http://code.qt.io/cgit/qt/qtchooser.git/'
+license=('GPL')
+backup=('etc/xdg/qtchooser/default.conf')
+depends=('gcc-libs')
+makedepends=('git')
+source=("git://code.qt.io/qt/${pkgname}.git#commit=d20fdc63"
+        {4,5}.conf)
+md5sums=('SKIP'
+         'aa4d49b269e1b806f5eea170801f0aa6'
+         'cf83f09a9a5a44d898b93f624d74dd11')
+
+pkgver() {
+  cd $pkgname
+  echo $(git rev-list --count HEAD)
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/etc/xdg/qtchooser
+  install -m644 "$srcdir"/{4,5}.conf \
+    "$pkgdir"/etc/xdg/qtchooser/
+
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/5.conf \
+    "$pkgdir"/etc/xdg/qtchooser/default.conf
+}



More information about the arch-commits mailing list