[arch-commits] Commit in launchy/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 12:54:57
  Author: felixonmars
Revision: 658277

upgpkg: launchy 2.9.1pre.1-2: reproducibility rebuild

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 12:54:18 UTC (rev 658276)
+++ PKGBUILD2020-07-07 12:54:57 UTC (rev 658277)
@@ -4,7 +4,7 @@
 pkgname=launchy
 _pkgver=2.9.1-pre.1
 pkgver=${_pkgver/-/}
-pkgrel=1
+pkgrel=2
 pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('x86_64')
 url="https://www.launchy.net/";


[arch-commits] Commit in launchy/trunk (PKGBUILD)

2019-06-04 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 4, 2019 @ 21:26:21
  Author: arojas
Revision: 476904

https

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 21:25:52 UTC (rev 476903)
+++ PKGBUILD2019-06-04 21:26:21 UTC (rev 476904)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('x86_64')
-url="http://www.launchy.net/";
+url="https://www.launchy.net/";
 license=('GPL')
 depends=('qt5-x11extras' 'qt5-declarative' 'qt5-svg')
 makedepends=('qt5-tools' 'boost' 'cmake')


[arch-commits] Commit in launchy/trunk (PKGBUILD)

2019-04-29 Thread Antonio Rojas via arch-commits
Date: Monday, April 29, 2019 @ 21:03:07
  Author: arojas
Revision: 456525

Update to qt5 fork 2.9.1-pre.1

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 12 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 21:02:09 UTC (rev 456524)
+++ PKGBUILD2019-04-29 21:03:07 UTC (rev 456525)
@@ -2,31 +2,28 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=launchy
-pkgver=2.5
-pkgrel=6
+_pkgver=2.9.1-pre.1
+pkgver=${_pkgver/-/}
+pkgrel=1
 pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('x86_64')
 url="http://www.launchy.net/";
 license=('GPL')
-depends=('qt4' 'xdg-utils')
-makedepends=('gcc' 'boost')
-source=("http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz";
-   fix-linking.patch)
-sha512sums=('31cf591184c81c5c44c174f12ffdec4fd15eb2f78af3195afceb9b11253d4bb17edee77b9316c8275828431b2ece5bfbc69f50b390eec27295828e80965c0930'
-
'40351c33e41f423801c98685dbb7274d668ca1678b8d13aa6396600bf7052a7cef3c1421b428740c50e36c6ba8b1428182cdb54c59af54456799b7334b9ba053')
+depends=('qt5-x11extras' 'qt5-declarative' 'qt5-svg')
+makedepends=('qt5-tools' 'boost' 'cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Slesa/launchy/archive/v$_pkgver.tar.gz";)
+sha512sums=('54d27e39a86f4b9c3d7a2770d06ef6a6bcdc5dee770e523c9fcb9dd3c25c7de1705c9f0d0b5452a9b7d20b607a998ad7faa713aa6566dc3f406cacb14a84f8bd')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}/src
 
-  # fix linking against libX11
-  patch -Np1 -i ../fix-linking.patch
-
-  qmake-qt4 -r Launchy.pro
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${_pkgver}/src
 
-  make INSTALL_ROOT=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in launchy/trunk (PKGBUILD)

2018-06-04 Thread Felix Yan via arch-commits
Date: Monday, June 4, 2018 @ 13:26:32
  Author: felixonmars
Revision: 340281

upgpkg: launchy 2.5-6

BUILDINFO Rebuild

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 13:25:18 UTC (rev 340280)
+++ PKGBUILD2018-06-04 13:26:32 UTC (rev 340281)
@@ -4,7 +4,7 @@
 
 pkgname=launchy
 pkgver=2.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('x86_64')
 url="http://www.launchy.net/";
@@ -13,8 +13,8 @@
 makedepends=('gcc' 'boost')
 source=("http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz";
fix-linking.patch)
-sha256sums=('93ec471423b77973a2118eaec64c7a1c05ce37b5bff41760336ebd14fc819500'
-'e1b9203ef5071d401ab6276a38270b651488c4cc481a60a98d2c17fb38114e7d')
+sha512sums=('31cf591184c81c5c44c174f12ffdec4fd15eb2f78af3195afceb9b11253d4bb17edee77b9316c8275828431b2ece5bfbc69f50b390eec27295828e80965c0930'
+
'40351c33e41f423801c98685dbb7274d668ca1678b8d13aa6396600bf7052a7cef3c1421b428740c50e36c6ba8b1428182cdb54c59af54456799b7334b9ba053')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in launchy/trunk (PKGBUILD)

2015-12-06 Thread Allan McRae
Date: Monday, December 7, 2015 @ 01:43:32
  Author: allan
Revision: 149417

C++11 ABI rebuild

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 00:39:35 UTC (rev 149416)
+++ PKGBUILD2015-12-07 00:43:32 UTC (rev 149417)
@@ -4,7 +4,7 @@
 
 pkgname=launchy
 pkgver=2.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('i686' 'x86_64')
 url="http://www.launchy.net/";


[arch-commits] Commit in launchy/trunk (PKGBUILD)

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:33:26
  Author: fyan
Revision: 115188

upgpkg: launchy 2.5-4

mtree rebuild

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:28:12 UTC (rev 115187)
+++ PKGBUILD2014-07-06 12:33:26 UTC (rev 115188)
@@ -4,7 +4,7 @@
 
 pkgname=launchy
 pkgver=2.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('i686' 'x86_64')
 url="http://www.launchy.net/";



[arch-commits] Commit in launchy/trunk (PKGBUILD)

2013-02-26 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 18:06:08
  Author: andrea
Revision: 84999

upgpkg: launchy 2.5-3

bump pkgrel

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 17:05:05 UTC (rev 84998)
+++ PKGBUILD2013-02-26 17:06:08 UTC (rev 84999)
@@ -4,8 +4,8 @@
 
 pkgname=launchy
 pkgver=2.5
-pkgrel=2
-pkgdesc="Launchy indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
+pkgrel=3
+pkgdesc="Indexes the programs in your start menu and can launch your 
documents, project files, folders, and bookmarks with just a few keystrokes!"
 arch=('i686' 'x86_64')
 url="http://www.launchy.net/";
 license=('GPL')



[arch-commits] Commit in launchy/trunk (PKGBUILD)

2013-02-26 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 18:03:54
  Author: andrea
Revision: 84993

upgpkg: launchy 2.5-2

qt4 rebuild

Modified:
  launchy/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 17:02:44 UTC (rev 84992)
+++ PKGBUILD2013-02-26 17:03:54 UTC (rev 84993)
@@ -1,3 +1,4 @@
+# $Id$
 # Contributor: Andrew Burkett 
 # Maintainer: Daniel J Griffiths 
 
@@ -8,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://www.launchy.net/";
 license=('GPL')
-depends=('qt' 'xdg-utils')
+depends=('qt4' 'xdg-utils')
 makedepends=('gcc' 'boost')
 source=("http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz";
fix-linking.patch)
@@ -21,7 +22,7 @@
   # fix linking against libX11
   patch -Np1 -i ../fix-linking.patch
 
-  qmake -r Launchy.pro
+  qmake4 -r Launchy.pro
   make
 }