[arch-commits] Commit in autojump/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Tue Feb 10 17:44:11 UTC 2015
Date: Tuesday, February 10, 2015 @ 18:44:10
Author: jlichtblau
Revision: 127524
archrelease: copy trunk to community-any
Added:
autojump/repos/community-any/PKGBUILD
(from rev 127523, autojump/trunk/PKGBUILD)
Deleted:
autojump/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 39 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-10 17:44:00 UTC (rev 127523)
+++ PKGBUILD 2015-02-10 17:44:10 UTC (rev 127524)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: graysky <graysky AT archlnux DOT us>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Joël Schaerer <joel.schaerer at laposte.net>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=autojump
-pkgver=22.2.4
-pkgrel=2
-pkgdesc="A faster way to navigate your filesystem from the command line"
-arch=('any')
-url="http://wiki.github.com/joelthelion/autojump"
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
-
-prepare() {
- sed -i "s:/env python:/python3:g" ${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
- cd ${pkgname}-release-v${pkgver}
-
- ./install.py --destdir "${pkgdir}" --prefix 'usr/' --zshshare 'usr/share/zsh/site-functions'
-
- cd "${pkgdir}"/usr/share/$pkgname
- for i in $pkgname.*
- do ln -s /usr/share/$pkgname/$i \
- "${pkgdir}"/etc/profile.d/$i
- done
-
-#https://github.com/joelthelion/autojump/pull/339
- sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
- sed -i "s:/build/autojump/pkg/autojump/:/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
-}
Copied: autojump/repos/community-any/PKGBUILD (from rev 127523, autojump/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-10 17:44:10 UTC (rev 127524)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: graysky <graysky AT archlnux DOT us>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Joël Schaerer <joel.schaerer at laposte.net>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=autojump
+pkgver=22.2.4
+pkgrel=3
+pkgdesc="A faster way to navigate your filesystem from the command line"
+arch=('any')
+url="http://wiki.github.com/joelthelion/autojump"
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
+
+prepare() {
+ sed -i "s:/env python:/python3:g" ${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+ cd ${pkgname}-release-v${pkgver}
+
+ ./install.py --destdir "${pkgdir}" --prefix 'usr/' --zshshare 'usr/share/zsh/site-functions'
+
+ cd "${pkgdir}"/usr/share/$pkgname
+ for i in $pkgname.*
+ do ln -s /usr/share/$pkgname/$i \
+ "${pkgdir}"/etc/profile.d/$i
+ done
+
+#https://github.com/joelthelion/autojump/pull/339
+ sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
+ sed -i "s:/build/autojump/pkg/autojump/:/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
+#FS#43762
+ sed -i '27,31d' "${pkgdir}"/etc/profile.d/$pkgname.sh
+}
More information about the arch-commits
mailing list