[arch-commits] Commit in launchy/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:55:07 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:55:07
  Author: felixonmars
Revision: 658282

archrelease: copy trunk to community-staging-x86_64

Added:
  launchy/repos/community-staging-x86_64/
  launchy/repos/community-staging-x86_64/PKGBUILD
    (from rev 658279, launchy/trunk/PKGBUILD)
  launchy/repos/community-staging-x86_64/fix-linking.patch
    (from rev 658279, launchy/trunk/fix-linking.patch)

-------------------+
 PKGBUILD          |   29 +++++++++++++++++++++++++++++
 fix-linking.patch |   11 +++++++++++
 2 files changed, 40 insertions(+)

Copied: launchy/repos/community-staging-x86_64/PKGBUILD (from rev 658279, launchy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:55:07 UTC (rev 658282)
@@ -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=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/"
+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
+}

Copied: launchy/repos/community-staging-x86_64/fix-linking.patch (from rev 658279, launchy/trunk/fix-linking.patch)
===================================================================
--- community-staging-x86_64/fix-linking.patch	                        (rev 0)
+++ community-staging-x86_64/fix-linking.patch	2020-07-07 12:55:07 UTC (rev 658282)
@@ -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