[arch-commits] Commit in fish/trunk (PKGBUILD)

2020-05-23 Thread Levente Polyak via arch-commits
Date: Saturday, May 23, 2020 @ 22:01:55
  Author: anthraxx
Revision: 632648

upgpkg: fish 3.1.2-2: adding tests

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-23 22:01:54 UTC (rev 632647)
+++ PKGBUILD2020-05-23 22:01:55 UTC (rev 632648)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
@@ -16,6 +16,7 @@
 optdepends=('python: man page completion parser / web config tool'
 'pkgfile: command-not-found hook')
 makedepends=('cmake' 'python-sphinx')
+checkdepends=('expect')
 install=fish.install
 backup=(etc/fish/config.fish)
 
source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
@@ -38,6 +39,11 @@
   make -C build VERBOSE=1
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C build test
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make -C build DESTDIR="${pkgdir}" install


[arch-commits] Commit in fish/trunk (PKGBUILD)

2020-05-09 Thread Levente Polyak via arch-commits
Date: Saturday, May 9, 2020 @ 22:57:09
  Author: anthraxx
Revision: 626093

upgpkg: fish 3.1.2-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 22:05:31 UTC (rev 626092)
+++ PKGBUILD2020-05-09 22:57:09 UTC (rev 626093)
@@ -6,7 +6,7 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
@@ -20,9 +20,9 @@
 backup=(etc/fish/config.fish)
 
source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam 

-sha256sums=('07dc78eea3bc4cbd490b2f2a2e19e5771ac9e3b6b1a75893039ad8b34d6122b8'
+sha256sums=('d5b927203b5ca95da16f514969e2a91a537b2f75bec9b21a584c4cd1c7aa74ed'
 'SKIP')
-sha512sums=('edda6739427b7ba140445430b93388ada116c7c9064da7deb6924f2ace3832de7da8e1e20730bfd12b081ab1cc4b7ffaf8f60c5ee5204f59e65889e30c913eae'
+sha512sums=('b6ae2c928774a2eaccf35312d3a9446bfa3e1335182c8f2b2d6198161d0916904f4964fb20ed13a5bf850c1c819e003905d13db3bc8b1faa5b401a60b47dc563'
 'SKIP')
 
 build() {
@@ -39,8 +39,8 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in fish/trunk (PKGBUILD)

2020-04-29 Thread Levente Polyak via arch-commits
Date: Wednesday, April 29, 2020 @ 08:31:00
  Author: anthraxx
Revision: 622211

upgpkg: fish 3.1.1-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 08:27:15 UTC (rev 622210)
+++ PKGBUILD2020-04-29 08:31:00 UTC (rev 622211)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=3.1.0
-pkgrel=3
+pkgver=3.1.1
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
@@ -20,9 +20,9 @@
 backup=(etc/fish/config.fish)
 
source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam 

-sha256sums=('e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368'
+sha256sums=('07dc78eea3bc4cbd490b2f2a2e19e5771ac9e3b6b1a75893039ad8b34d6122b8'
 'SKIP')
-sha512sums=('143e462b5329790fa9834e135109e1397c3525756a0209d0ec68a53f7d2a1f581cd45fbbdcde6a5b53dff447da18ed6a62277993d851e7b18ef7f1a6b6d49cff'
+sha512sums=('edda6739427b7ba140445430b93388ada116c7c9064da7deb6924f2ace3832de7da8e1e20730bfd12b081ab1cc4b7ffaf8f60c5ee5204f59e65889e30c913eae'
 'SKIP')
 
 build() {


[arch-commits] Commit in fish/trunk (PKGBUILD)

2020-04-04 Thread Levente Polyak via arch-commits
Date: Saturday, April 4, 2020 @ 13:05:35
  Author: anthraxx
Revision: 611579

upgpkg: fish 3.1.0-3: respect CPPFLAGS because cmake is cmake

- use VERBOSE=1 just to see flags being used, guess can't hurt

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 13:05:16 UTC (rev 611578)
+++ PKGBUILD2020-04-04 13:05:35 UTC (rev 611579)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
@@ -26,14 +26,16 @@
 'SKIP')
 
 build() {
-  mkdir ${pkgname}-${pkgver}/build
-  cd ${pkgname}-${pkgver}/build
-  cmake .. \
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake \
+-B build \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_DOCS=True
-  make
+-DCMAKE_BUILD_TYPE=None \
+-DBUILD_DOCS=True \
+-Wno-dev
+  make -C build VERBOSE=1
 }
 
 package() {


[arch-commits] Commit in fish/trunk (PKGBUILD)

2020-04-03 Thread Filipe Laíns via arch-commits
Date: Saturday, April 4, 2020 @ 00:06:01
  Author: ffy00
Revision: 611381

fix trusted PGP key

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-03 23:54:58 UTC (rev 611380)
+++ PKGBUILD2020-04-04 00:06:01 UTC (rev 611381)
@@ -19,7 +19,7 @@
 install=fish.install
 backup=(etc/fish/config.fish)
 
source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validgpgkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam 

+validpgpkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam 

 sha256sums=('e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368'
 'SKIP')
 
sha512sums=('143e462b5329790fa9834e135109e1397c3525756a0209d0ec68a53f7d2a1f581cd45fbbdcde6a5b53dff447da18ed6a62277993d851e7b18ef7f1a6b6d49cff'


[arch-commits] Commit in fish/trunk (PKGBUILD)

2020-03-03 Thread Filipe Laíns via arch-commits
Date: Tuesday, March 3, 2020 @ 22:58:18
  Author: ffy00
Revision: 589859

backup /etc/fish/config.fish (3.1.0-2)

Fixes FS#65695

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-03 21:14:39 UTC (rev 589858)
+++ PKGBUILD2020-03-03 22:58:18 UTC (rev 589859)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
@@ -17,6 +17,7 @@
 'pkgfile: command-not-found hook')
 makedepends=('cmake' 'python-sphinx')
 install=fish.install
+backup=(etc/fish/config.fish)
 
source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validgpgkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam 

 sha256sums=('e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368'


[arch-commits] Commit in fish/trunk (PKGBUILD)

2020-02-29 Thread Filipe Laíns via arch-commits
Date: Saturday, February 29, 2020 @ 13:21:50
  Author: ffy00
Revision: 586893

upgpkg: fish 3.1.0-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |   40 ++--
 1 file changed, 18 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-29 13:18:50 UTC (rev 586892)
+++ PKGBUILD2020-02-29 13:21:50 UTC (rev 586893)
@@ -6,41 +6,37 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
 license=('GPL2')
-depends=('glibc' 'gcc-libs' 'jq' 'ncurses' 'pcre2')
+depends=('glibc' 'gcc-libs' 'ncurses' 'pcre2')
 optdepends=('python: man page completion parser / web config tool'
 'pkgfile: command-not-found hook')
-makedepends=('doxygen')
+makedepends=('cmake' 'python-sphinx')
 install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
fish-fix-systemd-version.patch::https://github.com/fish-shell/fish-shell/commit/c6ec4235136e82c709e8d7b455f7c463f9714b48.patch)
-sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166'
-'b74077f1ae695ec4cd31acc8e1d4140ed2323716e1d0fac1cc2c66d06329431a')
-sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881'
-
'f4762c4fc6fcff7c52a9d10aa9b32d3470e0f5cee222927e2beccd0bb7fccf27fb628b33a9db7971362c38e53c2452f5cca513495bd6227e6b140afbd186217e')
+source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validgpgkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam 

+sha256sums=('e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368'
+'SKIP')
+sha512sums=('143e462b5329790fa9834e135109e1397c3525756a0209d0ec68a53f7d2a1f581cd45fbbdcde6a5b53dff447da18ed6a62277993d851e7b18ef7f1a6b6d49cff'
+'SKIP')
 
-prepare() {
-  cd fish-shell-${pkgver}
-  patch -p1 < ../fish-fix-systemd-version.patch
-  echo ${pkgver} > version
-  autoreconf -fiv
-}
-
 build() {
-  cd fish-shell-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
+  mkdir ${pkgname}-${pkgver}/build
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_DOCS=True
   make
 }
 
 package() {
-  cd fish-shell-${pkgver}
+  cd ${pkgname}-${pkgver}/build
   make DESTDIR="${pkgdir}" install
 }
 


[arch-commits] Commit in fish/trunk (PKGBUILD fish.install)

2019-11-16 Thread Filipe Laíns via arch-commits
Date: Sunday, November 17, 2019 @ 00:45:21
  Author: ffy00
Revision: 529852

fix missing /bin/fish entry from /etc/shells (3.0.2-3)

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |2 +-
 fish.install |3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 00:01:53 UTC (rev 529851)
+++ PKGBUILD2019-11-17 00:45:21 UTC (rev 529852)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')

Modified: fish.install
===
--- fish.install2019-11-17 00:01:53 UTC (rev 529851)
+++ fish.install2019-11-17 00:45:21 UTC (rev 529852)
@@ -1,5 +1,6 @@
 post_install() {
   grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
+  grep -qe '^/bin/fish$' etc/shells || echo '/bin/fish' >> etc/shells
 }
 
 post_upgrade() {
@@ -7,7 +8,7 @@
 }
 
 pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
+  sed -ri -e '\|^/usr/bin/fish$|d' -e '\|^/bin/fish$|d' etc/shells
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in fish/trunk (PKGBUILD)

2019-10-15 Thread Filipe Laíns via arch-commits
Date: Tuesday, October 15, 2019 @ 07:46:36
  Author: ffy00
Revision: 516099

fix systemctl completions (3.0.2-2)

Upstream issue: https://github.com/fish-shell/fish-shell/issues/5689

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-15 07:45:01 UTC (rev 516098)
+++ PKGBUILD2019-10-15 07:46:36 UTC (rev 516099)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
@@ -17,12 +17,16 @@
 'pkgfile: command-not-found hook')
 makedepends=('doxygen')
 install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166')
-sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881')
+source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
fish-fix-systemd-version.patch::https://github.com/fish-shell/fish-shell/commit/c6ec4235136e82c709e8d7b455f7c463f9714b48.patch)
+sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166'
+'b74077f1ae695ec4cd31acc8e1d4140ed2323716e1d0fac1cc2c66d06329431a')
+sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881'
+
'f4762c4fc6fcff7c52a9d10aa9b32d3470e0f5cee222927e2beccd0bb7fccf27fb628b33a9db7971362c38e53c2452f5cca513495bd6227e6b140afbd186217e')
 
 prepare() {
   cd fish-shell-${pkgver}
+  patch -p1 < ../fish-fix-systemd-version.patch
   echo ${pkgver} > version
   autoreconf -fiv
 }


[arch-commits] Commit in fish/trunk (PKGBUILD)

2019-03-06 Thread Levente Polyak via arch-commits
Date: Wednesday, March 6, 2019 @ 21:27:07
  Author: anthraxx
Revision: 437905

upgpkg: fish 3.0.2-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-06 21:22:56 UTC (rev 437904)
+++ PKGBUILD2019-03-06 21:27:07 UTC (rev 437905)
@@ -6,18 +6,20 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
 license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which' 'pcre2')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
+depends=('glibc' 'gcc-libs' 'jq' 'ncurses' 'pcre2')
+optdepends=('python: man page completion parser / web config tool'
+'pkgfile: command-not-found hook')
 makedepends=('doxygen')
 install=fish.install
 
source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6203b317c503b92c6f742eeb06f9e01558c6a31394ea73134c90b1cf0acebc5b88cdfe18cacf17f70d9b1612289f610e78a7cb683ffbfd9d616e1848f9861bcf')
+sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166')
+sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881')
 
 prepare() {
   cd fish-shell-${pkgver}


[arch-commits] Commit in fish/trunk (PKGBUILD)

2019-02-11 Thread Levente Polyak via arch-commits
Date: Monday, February 11, 2019 @ 20:07:15
  Author: anthraxx
Revision: 431767

upgpkg: fish 3.0.1-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 19:59:21 UTC (rev 431766)
+++ PKGBUILD2019-02-11 20:07:15 UTC (rev 431767)
@@ -6,7 +6,7 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
@@ -16,8 +16,8 @@
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 makedepends=('doxygen')
 install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('97efb67c34860794787b44c04fbb8ebc1b7a8c37da00e7f6d93daab6707f198a2e0455e956a3b1c6a0c1711fa2d0f024ba42a3f82fbb17e857c518a858bb2ffb')
+source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('6203b317c503b92c6f742eeb06f9e01558c6a31394ea73134c90b1cf0acebc5b88cdfe18cacf17f70d9b1612289f610e78a7cb683ffbfd9d616e1848f9861bcf')
 
 prepare() {
   cd fish-shell-${pkgver}
@@ -27,7 +27,8 @@
 
 build() {
   cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc
   make
 }


[arch-commits] Commit in fish/trunk (PKGBUILD)

2019-01-10 Thread Levente Polyak via arch-commits
Date: Thursday, January 10, 2019 @ 22:16:49
  Author: anthraxx
Revision: 422188

upgpkg: fish 3.0.0-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-10 22:02:46 UTC (rev 422187)
+++ PKGBUILD2019-01-10 22:16:49 UTC (rev 422188)
@@ -6,18 +6,18 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.7.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
 license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which' 'pcre2')
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('53eb8082812f28386b491ea18caa4a51ac66ead87fa78d5584275c66f1335b8705fad266170dc2ed6ee9e5d1febcdf0869c37ed2f95b58c10a74faf4ad95e610')
+sha512sums=('97efb67c34860794787b44c04fbb8ebc1b7a8c37da00e7f6d93daab6707f198a2e0455e956a3b1c6a0c1711fa2d0f024ba42a3f82fbb17e857c518a858bb2ffb')
 
 prepare() {
   cd fish-shell-${pkgver}


[arch-commits] Commit in fish/trunk (PKGBUILD)

2018-01-14 Thread Levente Polyak via arch-commits
Date: Sunday, January 14, 2018 @ 23:26:21
  Author: anthraxx
Revision: 282275

upgpkg: fish 2.7.1-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 23:13:53 UTC (rev 282274)
+++ PKGBUILD2018-01-14 23:26:21 UTC (rev 282275)
@@ -6,10 +6,10 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
+url='https://fishshell.com/'
 arch=('x86_64')
 license=('GPL2')
 depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('c2006dec05e0398c88a5d627017243e8bffefa0e48415b1242487f211f3948ba9fdd849502630f0f02823ad5263358d14588b8dc812947a21f22ed6fe3542d93')
+sha512sums=('53eb8082812f28386b491ea18caa4a51ac66ead87fa78d5584275c66f1335b8705fad266170dc2ed6ee9e5d1febcdf0869c37ed2f95b58c10a74faf4ad95e610')
 
 prepare() {
   cd fish-shell-${pkgver}


[arch-commits] Commit in fish/trunk (PKGBUILD)

2017-11-26 Thread Levente Polyak via arch-commits
Date: Sunday, November 26, 2017 @ 22:55:53
  Author: anthraxx
Revision: 269090

upgpkg: fish 2.7.0-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 22:51:49 UTC (rev 269089)
+++ PKGBUILD2017-11-26 22:55:53 UTC (rev 269090)
@@ -6,7 +6,7 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('9ee9dbfee84af142c152b7b33c66aa930400e789776f38767f24c36ef0fa93d5939f6c1be0f17e01231b588d0cdc4dd622257bd61043e576de495cda0d61067c')
+sha512sums=('c2006dec05e0398c88a5d627017243e8bffefa0e48415b1242487f211f3948ba9fdd849502630f0f02823ad5263358d14588b8dc812947a21f22ed6fe3542d93')
 
 prepare() {
   cd fish-shell-${pkgver}


[arch-commits] Commit in fish/trunk (PKGBUILD)

2017-07-03 Thread Levente Polyak
Date: Monday, July 3, 2017 @ 13:01:39
  Author: anthraxx
Revision: 242172

upgpkg: fish 2.6.0-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-03 12:38:06 UTC (rev 242171)
+++ PKGBUILD2017-07-03 13:01:39 UTC (rev 242172)
@@ -6,7 +6,7 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('1032f64987ab5632accffaf326fc56daad220d4edc66cf79b16730d9166ac61ff062f33560e5527cdd2ca0efc5299c2f736604c24ed9a3758dea30b91db70eb7')
+sha512sums=('9ee9dbfee84af142c152b7b33c66aa930400e789776f38767f24c36ef0fa93d5939f6c1be0f17e01231b588d0cdc4dd622257bd61043e576de495cda0d61067c')
 
 prepare() {
   cd fish-shell-${pkgver}


[arch-commits] Commit in fish/trunk (PKGBUILD)

2017-02-03 Thread Levente Polyak
Date: Friday, February 3, 2017 @ 18:02:23
  Author: anthraxx
Revision: 209761

upgpkg: fish 2.5.0-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-03 17:59:51 UTC (rev 209760)
+++ PKGBUILD2017-02-03 18:02:23 UTC (rev 209761)
@@ -6,7 +6,7 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
@@ -17,12 +17,12 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('c844c6c035d2e2137c6d9a8e225792b1c30bb4aacfab722097d9c0b0f7b1171b0890d627d7a376c68a245f22e92600e2d8ae7972c82b687cdcb218b54e704f18')
+sha512sums=('1032f64987ab5632accffaf326fc56daad220d4edc66cf79b16730d9166ac61ff062f33560e5527cdd2ca0efc5299c2f736604c24ed9a3758dea30b91db70eb7')
 
 prepare() {
   cd fish-shell-${pkgver}
   echo ${pkgver} > version
-  autoconf -i
+  autoreconf -fiv
 }
 
 build() {


[arch-commits] Commit in fish/trunk (PKGBUILD)

2016-11-09 Thread Levente Polyak
Date: Wednesday, November 9, 2016 @ 22:04:57
  Author: anthraxx
Revision: 195257

upgpkg: fish 2.4.0-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-09 21:38:06 UTC (rev 195256)
+++ PKGBUILD2016-11-09 22:04:57 UTC (rev 195257)
@@ -6,7 +6,7 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('ec229509a777b0c20669bbad3634265f2b8a9827ca207508e10889096262f0731b31514f1523f3228b38e9be082fc72fd8efe8d9a69fe68d655325027a176674')
+sha512sums=('c844c6c035d2e2137c6d9a8e225792b1c30bb4aacfab722097d9c0b0f7b1171b0890d627d7a376c68a245f22e92600e2d8ae7972c82b687cdcb218b54e704f18')
 
 prepare() {
   cd fish-shell-${pkgver}


[arch-commits] Commit in fish/trunk (PKGBUILD)

2016-07-03 Thread Levente Polyak
Date: Sunday, July 3, 2016 @ 19:48:12
  Author: anthraxx
Revision: 181915

upgpkg: fish 2.3.1-1

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 19:44:57 UTC (rev 181914)
+++ PKGBUILD2016-07-03 19:48:12 UTC (rev 181915)
@@ -6,7 +6,7 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('32a67a825dfeac75d77099461eea6da3b49018b83873880bd44732cb92c082ccdb92f745d965c52a680dd015a856226ccc43601792b2def643a36ed5affa853f')
+sha512sums=('ec229509a777b0c20669bbad3634265f2b8a9827ca207508e10889096262f0731b31514f1523f3228b38e9be082fc72fd8efe8d9a69fe68d655325027a176674')
 
 prepare() {
   cd fish-shell-${pkgver}


[arch-commits] Commit in fish/trunk (PKGBUILD fish.install)

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 19:27:35
  Author: anthraxx
Revision: 177312

upgpkg: fish 2.3.0-1

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |8 
 fish.install |6 --
 2 files changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 17:20:07 UTC (rev 177311)
+++ PKGBUILD2016-05-27 17:27:35 UTC (rev 177312)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.2.0
-pkgrel=5
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+sha512sums=('32a67a825dfeac75d77099461eea6da3b49018b83873880bd44732cb92c082ccdb92f745d965c52a680dd015a856226ccc43601792b2def643a36ed5affa853f')
 
 prepare() {
   cd fish-shell-${pkgver}
@@ -37,4 +37,4 @@
   make DESTDIR="${pkgdir}" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: fish.install
===
--- fish.install2016-05-27 17:20:07 UTC (rev 177311)
+++ fish.install2016-05-27 17:27:35 UTC (rev 177312)
@@ -4,12 +4,6 @@
 
 post_upgrade() {
   post_install
-
-  if [[ "$(vercmp $2 2.1.1)" -lt 0 ]]; then
-echo ":: With fish 2.1.1 release, the fishd socket has changed location 
due"
-echo "   to security concerns. To make fish pick up the changes, kill all"
-echo "   fishd processes."
-  fi
 }
 
 pre_remove() {


[arch-commits] Commit in fish/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:15:07
  Author: foutrelis
Revision: 149156

C++11 ABI rebuild

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 20:13:33 UTC (rev 149155)
+++ PKGBUILD2015-12-06 20:15:07 UTC (rev 149156)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in fish/trunk (PKGBUILD)

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 04:11:22
  Author: foutrelis
Revision: 139713

ncurses 6.0 rebuild.

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 02:08:41 UTC (rev 139712)
+++ PKGBUILD2015-09-10 02:11:22 UTC (rev 139713)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in fish/trunk (PKGBUILD)

2015-07-18 Thread Levente Polyak
Date: Sunday, July 19, 2015 @ 01:29:30
  Author: anthraxx
Revision: 137111

upgpkg: fish 2.2.0-3

updpkg fish 2.2.0-3

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-18 23:28:05 UTC (rev 137110)
+++ PKGBUILD2015-07-18 23:29:30 UTC (rev 137111)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -35,9 +35,6 @@
 package() {
   cd fish-shell-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  # remove completions which are provided by upstream
-  rm ${pkgdir}/usr/share/fish/completions/docker.fish
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in fish/trunk (PKGBUILD fish.install)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:37:06
  Author: anthraxx
Revision: 137010

upgpkg: fish 2.2.0-1

updpkg fish 2.2.0-1

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |   26 --
 fish.install |6 --
 2 files changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 16:15:51 UTC (rev 137009)
+++ PKGBUILD2015-07-16 16:37:06 UTC (rev 137010)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Kaiting Chen kaitocr...@gmail.com
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 # Contributor: Eric Belanger e...@archlinux.org
@@ -6,31 +6,27 @@
 # Contributor: Jan Fader jan.fa...@web.de
 
 pkgname=fish
-pkgver=2.1.2
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
 arch=('i686' 'x86_64')
-url='http://fishshell.com/'
 license=('GPL2')
 depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 makedepends=('doxygen')
 install=fish.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
-fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
 
 prepare() {
-  cd fish-shell-$pkgver
-  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
-  echo $pkgver  version
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
   autoconf -i
 }
 
 build() {
-  cd fish-shell-$pkgver
+  cd fish-shell-${pkgver}
   ./configure --prefix=/usr \
 --sysconfdir=/etc
   make
@@ -37,5 +33,7 @@
 }
 
 package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: fish.install
===
--- fish.install2015-07-16 16:15:51 UTC (rev 137009)
+++ fish.install2015-07-16 16:37:06 UTC (rev 137010)
@@ -1,5 +1,5 @@
 post_install() {
-  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
 }
 
 post_upgrade() {
@@ -13,5 +13,7 @@
 }
 
 pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+  sed -ri '\|^/usr/bin/fish$|d' etc/shells
 }
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in fish/trunk (PKGBUILD)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 23:44:27
  Author: anthraxx
Revision: 137026

upgpkg: fish 2.2.0-2

updpkg fish 2.2.0-2

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 20:56:28 UTC (rev 137025)
+++ PKGBUILD2015-07-16 21:44:27 UTC (rev 137026)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -33,7 +33,11 @@
 }
 
 package() {
-  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove completions which are provided by upstream
+  rm ${pkgdir}/usr/share/fish/completions/docker.fish
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in fish/trunk (PKGBUILD)

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:13:17
  Author: bpiotrowski
Revision: 128333

upgpkg: fish 2.1.2-1

new upstream release

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 05:10:42 UTC (rev 128332)
+++ PKGBUILD2015-02-27 05:13:17 UTC (rev 128333)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader jan.fa...@web.de
 
 pkgname=fish
-pkgver=2.1.1
-pkgrel=5
+pkgver=2.1.2
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
@@ -18,7 +18,7 @@
 install=fish.install
 source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
 fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('9c6e98985636b5268eae2da0ff79311d'
+md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
  '0c94b1ca8c54ed1a03b551f9b84160e5')
 
 prepare() {


[arch-commits] Commit in fish/trunk (PKGBUILD)

2014-09-27 Thread Bartłomiej Piotrowski
Date: Saturday, September 27, 2014 @ 19:56:14
  Author: bpiotrowski
Revision: 119665

upgpkg: fish 2.1.1-4

upstream pushed 2.1.1 tag once again

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 17:13:14 UTC (rev 119664)
+++ PKGBUILD2014-09-27 17:56:14 UTC (rev 119665)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('e0cc11fbf8128d80e13a60574a05c1e9')
+md5sums=('9c6e98985636b5268eae2da0ff79311d')
 
 prepare() {
   cd fish-shell-$pkgver


[arch-commits] Commit in fish/trunk (PKGBUILD)

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 08:31:07
  Author: bpiotrowski
Revision: 118516

upgpkg: fish 2.1.1-3

upstream re-released the tag

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-07 03:00:12 UTC (rev 118515)
+++ PKGBUILD2014-09-07 06:31:07 UTC (rev 118516)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
+md5sums=('e0cc11fbf8128d80e13a60574a05c1e9')
 
 prepare() {
   cd fish-shell-$pkgver



[arch-commits] Commit in fish/trunk (PKGBUILD)

2014-09-06 Thread Bartłomiej Piotrowski
Date: Saturday, September 6, 2014 @ 21:44:56
  Author: bpiotrowski
Revision: 118495

upgpkg: fish 2.1.1-2

emit a warning in post_upgrade instead of brainless killall

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 19:43:13 UTC (rev 118494)
+++ PKGBUILD2014-09-06 19:44:56 UTC (rev 118495)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'



[arch-commits] Commit in fish/trunk (PKGBUILD)

2014-07-23 Thread Bartłomiej Piotrowski
Date: Wednesday, July 23, 2014 @ 23:20:44
  Author: bpiotrowski
Revision: 116198

upgpkg: fish 2.1.0-4

add which to depends as 'type' function depends on it (FS#41225)

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-23 21:15:19 UTC (rev 116197)
+++ PKGBUILD2014-07-23 21:20:44 UTC (rev 116198)
@@ -7,12 +7,12 @@
 
 pkgname=fish
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 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')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 install=fish.install
 source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz



[arch-commits] Commit in fish/trunk (PKGBUILD fish.install)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 18:38:05
  Author: bpiotrowski
Revision: 106893

upgpkg: fish 2.1.0-2

add bc to dependencies and move python to optdeps (FS#39236)

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |   18 +++---
 fish.install |2 +-
 2 files changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-09 17:27:31 UTC (rev 106892)
+++ PKGBUILD2014-03-09 17:38:05 UTC (rev 106893)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 # Contributor: Eric Belanger e...@archlinux.org
 # Contributor: Jan Fader jan.fa...@web.de
@@ -7,19 +7,19 @@
 
 pkgname=fish
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 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')
+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 fish-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --without-xsel
@@ -27,9 +27,5 @@
 }
 
 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 {} \;
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }

Modified: fish.install
===
--- fish.install2014-03-09 17:27:31 UTC (rev 106892)
+++ fish.install2014-03-09 17:38:05 UTC (rev 106893)
@@ -1,5 +1,5 @@
 post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
 }
 
 post_upgrade() {



[arch-commits] Commit in fish/trunk (PKGBUILD)

2013-10-28 Thread Bartłomiej Piotrowski
Date: Monday, October 28, 2013 @ 20:00:41
  Author: bpiotrowski
Revision: 99430

upgpkg: fish 2.1.0-1

- new upstream release

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-28 18:50:40 UTC (rev 99429)
+++ PKGBUILD2013-10-28 19:00:41 UTC (rev 99430)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader jan.fa...@web.de
 
 pkgname=fish
-pkgver=2.0.0
-pkgrel=2
+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/'
@@ -15,21 +15,19 @@
 depends=('python2' 'inetutils')
 makedepends=('doxygen' 'python')
 install=fish.install
-source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
-md5sums=('fe5907e6af61607d4128ce891a1f6501')
+source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
+md5sums=('3a29aebde522b8f52d9975d7423db99e')
 
 build() {
-  set -x
-  cd fish
-  autoconf
+  cd fish-$pkgver
   ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --without-xsel
+--sysconfdir=/etc \
+--without-xsel
   make
 }
 
 package() {
-  cd fish
+  cd fish-$pkgver
   make DESTDIR=$pkgdir install
 
   # use python2



[arch-commits] Commit in fish/trunk (PKGBUILD)

2013-06-02 Thread Bartłomiej Piotrowski
Date: Sunday, June 2, 2013 @ 15:24:53
  Author: bpiotrowski
Revision: 92180

upgpkg: fish 2.0.0-2

- add inetutils to dependencies (FS#35458)

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-02 13:05:13 UTC (rev 92179)
+++ PKGBUILD2013-06-02 13:24:53 UTC (rev 92180)
@@ -7,12 +7,12 @@
 
 pkgname=fish
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
 license=('GPL2')
-depends=('python2')
+depends=('python2' 'inetutils')
 makedepends=('doxygen' 'python')
 install=fish.install
 source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)



[arch-commits] Commit in fish/trunk (PKGBUILD)

2013-05-17 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 11:36:08
  Author: bpiotrowski
Revision: 91003

upgpkg: fish 2.0.0-1

- upstream release

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-17 09:20:43 UTC (rev 91002)
+++ PKGBUILD2013-05-17 09:36:08 UTC (rev 91003)
@@ -6,20 +6,21 @@
 # Contributor: Jan Fader jan.fa...@web.de
 
 pkgname=fish
-pkgver=2.0b2
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
-url='http://ridiculousfish.com/shell/'
+url='http://fishshell.com/'
 license=('GPL2')
 depends=('python2')
 makedepends=('doxygen' 'python')
 install=fish.install
-source=($pkgname-$pkgver.tar.gz::http://ridiculousfish.com/shell/files/fishfish.tar.gz)
-md5sums=('ebe5fe17f6925b9142aadc8ebae5fba1')
+source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
+md5sums=('fe5907e6af61607d4128ce891a1f6501')
 
 build() {
-  cd $srcdir/fishfish
+  set -x
+  cd fish
   autoconf
   ./configure --prefix=/usr \
   --sysconfdir=/etc \
@@ -28,7 +29,7 @@
 }
 
 package() {
-  cd $srcdir/fishfish
+  cd fish
   make DESTDIR=$pkgdir install
 
   # use python2



[arch-commits] Commit in fish/trunk (PKGBUILD)

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 12:41:07
  Author: bpiotrowski
Revision: 84314

upgpkg: fish 2.0b2-4

Don't compress man pages. (FS#33863)

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 09:44:07 UTC (rev 84313)
+++ PKGBUILD2013-02-16 11:41:07 UTC (rev 84314)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.0b2
-pkgrel=3
+pkgrel=4
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://ridiculousfish.com/shell/'
@@ -31,9 +31,6 @@
   cd $srcdir/fishfish
   make DESTDIR=$pkgdir install
 
-  # compress man pages
-  find $pkgdir/usr/share/fish/man/ -type f | xargs gzip -9
-
   # use python2
   find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
 }