[arch-commits] Commit in qtchooser/trunk (3.conf PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri May 23 09:19:12 UTC 2014


    Date: Friday, May 23, 2014 @ 11:19:12
  Author: andrea
Revision: 213407

upgpkg: qtchooser 41-1

Use qtchooser from git to add qtdiag and bash completion; also disable qt3 since it's in AUR now

Modified:
  qtchooser/trunk/PKGBUILD
Deleted:
  qtchooser/trunk/3.conf

----------+
 3.conf   |    2 --
 PKGBUILD |   16 ++++++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

Deleted: 3.conf
===================================================================
--- 3.conf	2014-05-23 09:18:06 UTC (rev 213406)
+++ 3.conf	2014-05-23 09:19:12 UTC (rev 213407)
@@ -1,2 +0,0 @@
-/usr/lib/qt3/bin
-/usr/lib

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-23 09:18:06 UTC (rev 213406)
+++ PKGBUILD	2014-05-23 09:19:12 UTC (rev 213407)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qtchooser
-pkgver=39
+pkgver=41
 pkgrel=1
 pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on the system'
 arch=('i686' 'x86_64')
@@ -10,24 +10,24 @@
 license=('GPL')
 backup=('etc/xdg/qtchooser/default.conf')
 depends=('gcc-libs')
-source=("http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g4717841.tar.gz"
-        {3,4,5}.conf)
-md5sums=('fcf1b5e8373147e48ce72b9c1ffe3d10'
-         '7c5da2b7911d1c4fabc63d6ef00f0020'
+makedepends=('git')
+source=("git://gitorious.org/qt/${pkgname}.git#commit=7985f775fb9cf9b77bbbb394a832f0c5f26de47c"
+        {4,5}.conf)
+md5sums=('SKIP'
          'aa4d49b269e1b806f5eea170801f0aa6'
          'cf83f09a9a5a44d898b93f624d74dd11')
 
 build() {
-  cd ${pkgname}-${pkgver}-g4717841
+  cd ${pkgname}
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}-g4717841
+  cd ${pkgname}
   make INSTALL_ROOT="${pkgdir}" install
 
   install -d "${pkgdir}"/etc/xdg/qtchooser
-  install -m644 "${srcdir}"/{3,4,5}.conf \
+  install -m644 "${srcdir}"/{4,5}.conf \
     "${pkgdir}"/etc/xdg/qtchooser/
 
   # Set the default Qt




More information about the arch-commits mailing list