[arch-commits] Commit in launchy/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Mon Jun 4 13:26:46 UTC 2018
Date: Monday, June 4, 2018 @ 13:26:46
Author: felixonmars
Revision: 340282
archrelease: copy trunk to community-x86_64
Added:
launchy/repos/community-x86_64/PKGBUILD
(from rev 340281, launchy/trunk/PKGBUILD)
launchy/repos/community-x86_64/fix-linking.patch
(from rev 340281, launchy/trunk/fix-linking.patch)
Deleted:
launchy/repos/community-x86_64/PKGBUILD
launchy/repos/community-x86_64/fix-linking.patch
-------------------+
PKGBUILD | 66 ++++++++++++++++++++++++++--------------------------
fix-linking.patch | 22 ++++++++---------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-04 13:26:32 UTC (rev 340281)
+++ PKGBUILD 2018-06-04 13:26:46 UTC (rev 340282)
@@ -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=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/"
-license=('GPL')
-depends=('qt4' 'xdg-utils')
-makedepends=('gcc' 'boost')
-source=("http://downloads.sourceforge.net/launchy/launchy-${pkgver}.tar.gz"
- fix-linking.patch)
-sha256sums=('93ec471423b77973a2118eaec64c7a1c05ce37b5bff41760336ebd14fc819500'
- 'e1b9203ef5071d401ab6276a38270b651488c4cc481a60a98d2c17fb38114e7d')
-
-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 340281, launchy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-04 13:26:46 UTC (rev 340282)
@@ -0,0 +1,33 @@
+# $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
+}
Deleted: fix-linking.patch
===================================================================
--- fix-linking.patch 2018-06-04 13:26:32 UTC (rev 340281)
+++ fix-linking.patch 2018-06-04 13:26:46 UTC (rev 340282)
@@ -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 340281, launchy/trunk/fix-linking.patch)
===================================================================
--- fix-linking.patch (rev 0)
+++ fix-linking.patch 2018-06-04 13:26:46 UTC (rev 340282)
@@ -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