Date: Saturday, March 25, 2023 @ 10:41:49
Author: arojas
Revision: 1427886
archrelease: copy trunk to community-x86_64
Added:
fish/repos/community-x86_64/PKGBUILD
(from rev 1427885, fish/trunk/PKGBUILD)
fish/repos/community-x86_64/fish.install
(from rev 1427885, fish/trunk/fish.install)
fish/repos/community-x86_64/keys/
Deleted:
fish/repos/community-x86_64/PKGBUILD
fish/repos/community-x86_64/fish.install
fish/repos/community-x86_64/keys/
--------------+
PKGBUILD | 104 ++++++++++++++++++++++++++++-----------------------------
fish.install | 28 +++++++--------
2 files changed, 66 insertions(+), 66 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-25 10:41:35 UTC (rev 1427885)
+++ PKGBUILD 2023-03-25 10:41:49 UTC (rev 1427886)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Kaiting Chen <[email protected]>
-# Contributor: Abhishek Dasgupta <[email protected]>
-# Contributor: Eric Belanger <[email protected]>
-# Contributor: Jan Fader <[email protected]>
-
-pkgname=fish
-pkgver=3.6.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
<[email protected]>
-sha256sums=('97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181'
- 'SKIP')
-sha512sums=('a11ea761adace02ef7f88b25893328005cef07f92d362fbc794540dca26e9cfc970878d0312caebd19d64483e9f3c3e24ad6c27dfce264d177f93d65c7ef6996'
- '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 1427885,
fish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-25 10:41:49 UTC (rev 1427886)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Kaiting Chen <[email protected]>
+# Contributor: Abhishek Dasgupta <[email protected]>
+# Contributor: Eric Belanger <[email protected]>
+# Contributor: Jan Fader <[email protected]>
+
+pkgname=fish
+pkgver=3.6.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
<[email protected]>
+sha256sums=('55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2'
+ 'SKIP')
+sha512sums=('ee6f5c7699307d515f111c8c4f1633d9eb9703e045a93cfc2fcec722a03cca4ab25e4e09f6fd94ff2d07180d8b37c6ab733323bb2645065fdeb4e94771347597'
+ '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 2023-03-25 10:41:35 UTC (rev 1427885)
+++ fish.install 2023-03-25 10:41:49 UTC (rev 1427886)
@@ -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 1427885,
fish/trunk/fish.install)
===================================================================
--- fish.install (rev 0)
+++ fish.install 2023-03-25 10:41:49 UTC (rev 1427886)
@@ -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: