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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 17:06:43 UTC 2013


    Date: Tuesday, February 26, 2013 @ 18:06:43
  Author: andrea
Revision: 85000

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   66 +++++++++++++--------------
 community-staging-i686/fix-linking.patch   |   22 ++++-----
 community-staging-x86_64/PKGBUILD          |   66 +++++++++++++--------------
 community-staging-x86_64/fix-linking.patch |   22 ++++-----
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2013-02-26 17:06:08 UTC (rev 84999)
+++ community-staging-i686/PKGBUILD	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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=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!"
-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
-
-  qmake4 -r Launchy.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} install
-}

Copied: launchy/repos/community-staging-i686/PKGBUILD (from rev 84999, launchy/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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=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')
+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
+
+  qmake4 -r Launchy.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} install
+}

Deleted: community-staging-i686/fix-linking.patch
===================================================================
--- community-staging-i686/fix-linking.patch	2013-02-26 17:06:08 UTC (rev 84999)
+++ community-staging-i686/fix-linking.patch	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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-staging-i686/fix-linking.patch (from rev 84999, launchy/trunk/fix-linking.patch)
===================================================================
--- community-staging-i686/fix-linking.patch	                        (rev 0)
+++ community-staging-i686/fix-linking.patch	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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/\\\" \

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2013-02-26 17:06:08 UTC (rev 84999)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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=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!"
-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
-
-  qmake4 -r Launchy.pro
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make INSTALL_ROOT=${pkgdir} install
-}

Copied: launchy/repos/community-staging-x86_64/PKGBUILD (from rev 84999, launchy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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=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')
+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
+
+  qmake4 -r Launchy.pro
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make INSTALL_ROOT=${pkgdir} install
+}

Deleted: community-staging-x86_64/fix-linking.patch
===================================================================
--- community-staging-x86_64/fix-linking.patch	2013-02-26 17:06:08 UTC (rev 84999)
+++ community-staging-x86_64/fix-linking.patch	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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-staging-x86_64/fix-linking.patch (from rev 84999, launchy/trunk/fix-linking.patch)
===================================================================
--- community-staging-x86_64/fix-linking.patch	                        (rev 0)
+++ community-staging-x86_64/fix-linking.patch	2013-02-26 17:06:43 UTC (rev 85000)
@@ -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