[arch-commits] Commit in qtchooser/trunk (7 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Thu Apr 11 12:14:19 UTC 2013
Date: Thursday, April 11, 2013 @ 14:14:19
Author: andrea
Revision: 182621
upgpkg: qtchooser 26-3
Rename the configuration files
Added:
qtchooser/trunk/3.conf
qtchooser/trunk/4.conf
qtchooser/trunk/5.conf
Modified:
qtchooser/trunk/PKGBUILD
Deleted:
qtchooser/trunk/qt3.conf
qtchooser/trunk/qt4.conf
qtchooser/trunk/qt5.conf
----------+
3.conf | 2 ++
4.conf | 2 ++
5.conf | 2 ++
PKGBUILD | 8 ++++----
qt3.conf | 2 --
qt4.conf | 2 --
qt5.conf | 2 --
7 files changed, 10 insertions(+), 10 deletions(-)
Added: 3.conf
===================================================================
--- 3.conf (rev 0)
+++ 3.conf 2013-04-11 12:14:19 UTC (rev 182621)
@@ -0,0 +1,2 @@
+/usr/lib/qt3/bin
+/usr/lib
Added: 4.conf
===================================================================
--- 4.conf (rev 0)
+++ 4.conf 2013-04-11 12:14:19 UTC (rev 182621)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib
Added: 5.conf
===================================================================
--- 5.conf (rev 0)
+++ 5.conf 2013-04-11 12:14:19 UTC (rev 182621)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-11 11:35:26 UTC (rev 182620)
+++ PKGBUILD 2013-04-11 12:14:19 UTC (rev 182621)
@@ -3,14 +3,14 @@
pkgname=qtchooser
pkgver=26
-pkgrel=2
+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"
- qt{3,4,5}.conf)
+ {3,4,5}.conf)
md5sums=('a188a5cb63113130e0d05fe4d5bf4e95'
'7c5da2b7911d1c4fabc63d6ef00f0020'
'aa4d49b269e1b806f5eea170801f0aa6'
@@ -26,10 +26,10 @@
make INSTALL_ROOT="${pkgdir}" install
install -d "${pkgdir}"/etc/xdg/qtchooser
- install -m644 "${srcdir}"/qt{3,4,5}.conf \
+ install -m644 "${srcdir}"/{3,4,5}.conf \
"${pkgdir}"/etc/xdg/qtchooser/
# Set the default Qt
- ln -s /etc/xdg/qtchooser/qt5.conf \
+ ln -s /etc/xdg/qtchooser/5.conf \
"${pkgdir}"/etc/xdg/qtchooser/default.conf
}
Deleted: qt3.conf
===================================================================
--- qt3.conf 2013-04-11 11:35:26 UTC (rev 182620)
+++ qt3.conf 2013-04-11 12:14:19 UTC (rev 182621)
@@ -1,2 +0,0 @@
-/usr/lib/qt3/bin
-/usr/lib
Deleted: qt4.conf
===================================================================
--- qt4.conf 2013-04-11 11:35:26 UTC (rev 182620)
+++ qt4.conf 2013-04-11 12:14:19 UTC (rev 182621)
@@ -1,2 +0,0 @@
-/usr/lib/qt4/bin
-/usr/lib
Deleted: qt5.conf
===================================================================
--- qt5.conf 2013-04-11 11:35:26 UTC (rev 182620)
+++ qt5.conf 2013-04-11 12:14:19 UTC (rev 182621)
@@ -1,2 +0,0 @@
-/usr/lib/qt/bin
-/usr/lib
More information about the arch-commits
mailing list