[arch-commits] Commit in fish/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Thu Jul 8 14:01:12 UTC 2021
Date: Thursday, July 8, 2021 @ 14:01:12
Author: felixonmars
Revision: 975772
archrelease: copy trunk to community-x86_64
Added:
fish/repos/community-x86_64/PKGBUILD
(from rev 975771, fish/trunk/PKGBUILD)
fish/repos/community-x86_64/fish.install
(from rev 975771, fish/trunk/fish.install)
Deleted:
fish/repos/community-x86_64/PKGBUILD
fish/repos/community-x86_64/fish.install
--------------+
PKGBUILD | 104 ++++++++++++++++++++++++++++-----------------------------
fish.install | 28 +++++++--------
2 files changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-08 14:00:58 UTC (rev 975771)
+++ PKGBUILD 2021-07-08 14:01:12 UTC (rev 975772)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: 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=3.3.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' 'ncurses' 'pcre2')
-optdepends=('python: man page completion parser / web config tool'
- 'pkgfile: command-not-found hook')
-makedepends=('cmake' 'python-sphinx')
-checkdepends=('expect' 'procps-ng')
-install=fish.install
-backup=(etc/fish/config.fish)
-source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-validpgpkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam <zanchey at gmail.com>
-sha256sums=('a4215e4cab2a5b101b0b8843720bda3c7eb98e8a14dca0950b8ef17e94282faa'
- 'SKIP')
-sha512sums=('dd2288e93e5da9e34c6dcb4cb9accc164cb2b244d99e0b8df1f141789ba7e12b533cd2dc221bc42b96e1329daaba7f03b98e2f6111c558a887edb7047e8990cb'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}
- export CXXFLAGS+=" ${CPPFLAGS}"
- cmake \
- -B build \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_SYSCONFDIR=/etc \
- -DCMAKE_BUILD_TYPE=None \
- -DBUILD_DOCS=True \
- -Wno-dev
- make -C build VERBOSE=1
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make -C build test
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make -C build DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: fish/repos/community-x86_64/PKGBUILD (from rev 975771, fish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-08 14:01:12 UTC (rev 975772)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: 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=3.3.1
+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' 'ncurses' 'pcre2')
+optdepends=('python: man page completion parser / web config tool'
+ 'pkgfile: command-not-found hook')
+makedepends=('cmake' 'python-sphinx')
+checkdepends=('expect' 'procps-ng')
+install=fish.install
+backup=(etc/fish/config.fish)
+source=(https://github.com/fish-shell/fish-shell/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+validpgpkeys=(003837986104878835FA516D7A67D962D88A709A) # David Adam <zanchey at gmail.com>
+sha256sums=('b5b4ee1a5269762cbbe993a4bd6507e675e4100ce9bbe84214a5eeb2b19fae89'
+ 'SKIP')
+sha512sums=('fc50ca44fab3f2d942284d4f714150f7ccf1e49c73da36f8d4ae4a33a9b3280f98bed15848839f5d443b4274fd0ff90174bafa6a8e9a4da226dda63d7766a660'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ export CXXFLAGS+=" ${CPPFLAGS}"
+ cmake \
+ -B build \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+ -DCMAKE_BUILD_TYPE=None \
+ -DBUILD_DOCS=True \
+ -Wno-dev
+ make -C build VERBOSE=1
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ make -C build test
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make -C build DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: fish.install
===================================================================
--- fish.install 2021-07-08 14:00:58 UTC (rev 975771)
+++ fish.install 2021-07-08 14:01:12 UTC (rev 975772)
@@ -1,14 +0,0 @@
-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() {
- post_install
-}
-
-pre_remove() {
- sed -ri -e '\|^/usr/bin/fish$|d' -e '\|^/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:
Copied: fish/repos/community-x86_64/fish.install (from rev 975771, fish/trunk/fish.install)
===================================================================
--- fish.install (rev 0)
+++ fish.install 2021-07-08 14:01:12 UTC (rev 975772)
@@ -0,0 +1,14 @@
+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() {
+ post_install
+}
+
+pre_remove() {
+ sed -ri -e '\|^/usr/bin/fish$|d' -e '\|^/bin/fish$|d' etc/shells
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list