[arch-commits] Commit in launchy/repos/community-x86_64 (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Apr 29 21:03:35 UTC 2019
Date: Monday, April 29, 2019 @ 21:03:33
Author: arojas
Revision: 456526
archrelease: copy trunk to community-x86_64
Added:
launchy/repos/community-x86_64/PKGBUILD
(from rev 456525, launchy/trunk/PKGBUILD)
launchy/repos/community-x86_64/fix-linking.patch
(from rev 456525, launchy/trunk/fix-linking.patch)
Deleted:
launchy/repos/community-x86_64/PKGBUILD
launchy/repos/community-x86_64/fix-linking.patch
-------------------+
PKGBUILD | 62 ++++++++++++++++++++++++----------------------------
fix-linking.patch | 22 +++++++++---------
2 files changed, 40 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-29 21:03:07 UTC (rev 456525)
+++ PKGBUILD 2019-04-29 21:03:33 UTC (rev 456526)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrew Burkett <burkett.andrew at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=launchy
-pkgver=2.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/"
-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')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- # fix linking against libX11
- patch -Np1 -i ../fix-linking.patch
-
- qmake-qt4 -r Launchy.pro
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make INSTALL_ROOT=${pkgdir} install
-}
Copied: launchy/repos/community-x86_64/PKGBUILD (from rev 456525, launchy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-29 21:03:33 UTC (rev 456526)
@@ -0,0 +1,29 @@
+# Contributor: Andrew Burkett <burkett.andrew at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=launchy
+_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=('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 ${pkgname}-${_pkgver}/src
+
+ cmake . \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${_pkgver}/src
+
+ make DESTDIR="${pkgdir}" install
+}
Deleted: fix-linking.patch
===================================================================
--- fix-linking.patch 2019-04-29 21:03:07 UTC (rev 456525)
+++ fix-linking.patch 2019-04-29 21:03:33 UTC (rev 456526)
@@ -1,11 +0,0 @@
-diff -Nru launchy-2.5/src/src.pro launchy-2.5a/src/src.pro
---- launchy-2.5/src/src.pro 2010-03-13 18:29:11.000000000 +0000
-+++ launchy-2.5a/src/src.pro 2012-03-13 12:00:35.249250229 +0000
-@@ -70,6 +70,7 @@
- ../platforms/unix/platform_x11_hotkey.h \
- platform_base_hotkey.h \
- platform_base_hottrigger.h
-+ LIBS += -lX11
-
- PREFIX = /usr
- DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
Copied: launchy/repos/community-x86_64/fix-linking.patch (from rev 456525, launchy/trunk/fix-linking.patch)
===================================================================
--- fix-linking.patch (rev 0)
+++ fix-linking.patch 2019-04-29 21:03:33 UTC (rev 456526)
@@ -0,0 +1,11 @@
+diff -Nru launchy-2.5/src/src.pro launchy-2.5a/src/src.pro
+--- launchy-2.5/src/src.pro 2010-03-13 18:29:11.000000000 +0000
++++ launchy-2.5a/src/src.pro 2012-03-13 12:00:35.249250229 +0000
+@@ -70,6 +70,7 @@
+ ../platforms/unix/platform_x11_hotkey.h \
+ platform_base_hotkey.h \
+ platform_base_hottrigger.h
++ LIBS += -lX11
+
+ PREFIX = /usr
+ DEFINES += SKINS_PATH=\\\"$$PREFIX/share/launchy/skins/\\\" \
More information about the arch-commits
mailing list