[arch-commits] Commit in foot/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Wed Feb 9 09:43:24 UTC 2022
Date: Wednesday, February 9, 2022 @ 09:43:24
Author: alerque
Revision: 1129423
archrelease: copy trunk to community-x86_64
Added:
foot/repos/community-x86_64/PKGBUILD
(from rev 1129422, foot/trunk/PKGBUILD)
Deleted:
foot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 141 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 71 insertions(+), 70 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-09 09:43:16 UTC (rev 1129422)
+++ PKGBUILD 2022-02-09 09:43:24 UTC (rev 1129423)
@@ -1,70 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Daniel Eklöf <daniel at ekloef dot se>
-
-pkgbase=foot
-pkgdesc='Fast, lightweight, and minimalistic Wayland terminal emulator'
-pkgname=($pkgbase $pkgbase-terminfo)
-pkgver=1.11.0
-pkgrel=1
-url="https://codeberg.org/dnkl/$pkgbase"
-arch=(x86_64)
-license=(MIT)
-makedepends=(fcft
- fontconfig
- libutf8proc
- libxkbcommon
- llvm
- meson
- ncurses
- ninja
- pixman
- python
- scdoc
- sway
- tllist
- wayland
- wayland-protocols)
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('2b4f737eb4d266224e5dd0126168c6d770b0139d4b572078baf158d2f7166e4e')
-
-build() {
- cd "$pkgbase"
- ./pgo/pgo.sh \
- full-headless-sway \
- . build \
- -Dterminfo=disabled \
- --prefix=/usr \
- --wrap-mode=nodownload
- sed 's/@default_terminfo@/foot-extra/g' foot.info |
- tic -x -o build -e foot-extra,foot-extra-direct -
-}
-
-check() {
- cd "$pkgbase"
- ninja -C build test
-}
-
-package_foot() {
- optdepends=('foot-terminfo: exta non-standard features over terminfo included in ncurses'
- 'libnotify: desktop notifications'
- 'xdg-utils: URI launching')
- depends=(fcft
- fontconfig
- libutf8proc
- libxkbcommon
- ncurses
- pixman
- wayland)
- cd "$pkgbase"
- DESTDIR="$pkgdir" ninja -C build install
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
-
-package_foot-terminfo() {
- pkgdesc="Extra non-standard terminfo files for $pkgbase, a Wayland terminal emulator"
- depends=(ncurses)
- cd "$pkgbase"
- install -Dm0644 -t "$pkgdir/usr/share/terminfo/f/" build/f/foot-extra*
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
Copied: foot/repos/community-x86_64/PKGBUILD (from rev 1129422, foot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-09 09:43:24 UTC (rev 1129423)
@@ -0,0 +1,71 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+
+pkgbase=foot
+pkgdesc='Fast, lightweight, and minimalistic Wayland terminal emulator'
+pkgname=($pkgbase $pkgbase-terminfo)
+pkgver=1.11.0
+pkgrel=2
+url="https://codeberg.org/dnkl/$pkgbase"
+arch=(x86_64)
+license=(MIT)
+makedepends=(fcft
+ fontconfig
+ libutf8proc
+ libxkbcommon
+ llvm
+ meson
+ ncurses
+ ninja
+ pixman
+ python
+ scdoc
+ sway
+ tllist
+ wayland
+ wayland-protocols)
+options=(debug)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('2b4f737eb4d266224e5dd0126168c6d770b0139d4b572078baf158d2f7166e4e')
+
+build() {
+ cd "$pkgbase"
+ ./pgo/pgo.sh \
+ full-headless-sway \
+ . build \
+ -Dterminfo=disabled \
+ --prefix=/usr \
+ --wrap-mode=nodownload
+ sed 's/@default_terminfo@/foot-extra/g' foot.info |
+ tic -x -o build -e foot-extra,foot-extra-direct -
+}
+
+check() {
+ cd "$pkgbase"
+ ninja -C build test
+}
+
+package_foot() {
+ optdepends=('foot-terminfo: exta non-standard features over terminfo included in ncurses'
+ 'libnotify: desktop notifications'
+ 'xdg-utils: URI launching')
+ depends=(fcft
+ fontconfig
+ libfcft.so
+ libutf8proc
+ libxkbcommon
+ ncurses
+ pixman
+ wayland)
+ cd "$pkgbase"
+ DESTDIR="$pkgdir" ninja -C build install
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}
+
+package_foot-terminfo() {
+ pkgdesc="Extra non-standard terminfo files for $pkgbase, a Wayland terminal emulator"
+ depends=(ncurses)
+ cd "$pkgbase"
+ install -Dm0644 -t "$pkgdir/usr/share/terminfo/f/" build/f/foot-extra*
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}
More information about the arch-commits
mailing list