[arch-commits] Commit in fish/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sun Mar 9 17:38:13 UTC 2014
Date: Sunday, March 9, 2014 @ 18:38:13
Author: bpiotrowski
Revision: 106894
archrelease: copy trunk to community-i686, community-x86_64
Added:
fish/repos/community-i686/PKGBUILD
(from rev 106893, fish/trunk/PKGBUILD)
fish/repos/community-i686/fish.install
(from rev 106893, fish/trunk/fish.install)
fish/repos/community-x86_64/PKGBUILD
(from rev 106893, fish/trunk/PKGBUILD)
fish/repos/community-x86_64/fish.install
(from rev 106893, fish/trunk/fish.install)
Deleted:
fish/repos/community-i686/PKGBUILD
fish/repos/community-i686/fish.install
fish/repos/community-x86_64/PKGBUILD
fish/repos/community-x86_64/fish.install
-------------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++
/fish.install | 22 ++++++++++++++
community-i686/PKGBUILD | 35 ----------------------
community-i686/fish.install | 11 -------
community-x86_64/PKGBUILD | 35 ----------------------
community-x86_64/fish.install | 11 -------
6 files changed, 84 insertions(+), 92 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-i686/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan Fader <jan.fader at web.de>
-
-pkgname=fish
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('python2' 'inetutils')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
-md5sums=('3a29aebde522b8f52d9975d7423db99e')
-
-build() {
- cd fish-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --without-xsel
- make
-}
-
-package() {
- cd fish-$pkgver
- make DESTDIR="$pkgdir" install
-
- # use python2
- find "$pkgdir"/usr/share/fish/tools/ -type f -exec sed -e "1s|python|python2|" -i {} \;
-}
Copied: fish/repos/community-i686/PKGBUILD (from rev 106893, fish/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan Fader <jan.fader at web.de>
+
+pkgname=fish
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses')
+optdepends=('python: for manual page completion parser and web configuration tool')
+install=fish.install
+source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
+md5sums=('3a29aebde522b8f52d9975d7423db99e')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --without-xsel
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}
Deleted: community-i686/fish.install
===================================================================
--- community-i686/fish.install 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-i686/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,11 +0,0 @@
-post_install() {
- grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}
Copied: fish/repos/community-i686/fish.install (from rev 106893, fish/trunk/fish.install)
===================================================================
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,11 @@
+post_install() {
+ grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish' >> etc/shells
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-x86_64/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan Fader <jan.fader at web.de>
-
-pkgname=fish
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('python2' 'inetutils')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
-md5sums=('3a29aebde522b8f52d9975d7423db99e')
-
-build() {
- cd fish-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --without-xsel
- make
-}
-
-package() {
- cd fish-$pkgver
- make DESTDIR="$pkgdir" install
-
- # use python2
- find "$pkgdir"/usr/share/fish/tools/ -type f -exec sed -e "1s|python|python2|" -i {} \;
-}
Copied: fish/repos/community-x86_64/PKGBUILD (from rev 106893, fish/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan Fader <jan.fader at web.de>
+
+pkgname=fish
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses')
+optdepends=('python: for manual page completion parser and web configuration tool')
+install=fish.install
+source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
+md5sums=('3a29aebde522b8f52d9975d7423db99e')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --without-xsel
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/fish.install
===================================================================
--- community-x86_64/fish.install 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-x86_64/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,11 +0,0 @@
-post_install() {
- grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}
Copied: fish/repos/community-x86_64/fish.install (from rev 106893, fish/trunk/fish.install)
===================================================================
--- community-x86_64/fish.install (rev 0)
+++ community-x86_64/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,11 @@
+post_install() {
+ grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish' >> etc/shells
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}
More information about the arch-commits
mailing list