[arch-commits] Commit in foot/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Tue Aug 9 08:39:32 UTC 2022
Date: Tuesday, August 9, 2022 @ 08:39:32
Author: alerque
Revision: 1263461
archrelease: copy trunk to community-x86_64
Added:
foot/repos/community-x86_64/PKGBUILD
(from rev 1263460, foot/trunk/PKGBUILD)
Deleted:
foot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 144 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 72 insertions(+), 72 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-09 08:39:23 UTC (rev 1263460)
+++ PKGBUILD 2022-08-09 08:39:32 UTC (rev 1263461)
@@ -1,72 +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.12.1
-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)
-backup=(etc/xdg/foot/foot.ini)
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('14e307ac89454b682bb9f1bc644043779f4462df656034fcc4c1e72b18fbffdd')
-
-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
-}
Copied: foot/repos/community-x86_64/PKGBUILD (from rev 1263460, foot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-09 08:39:32 UTC (rev 1263461)
@@ -0,0 +1,72 @@
+# 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.13.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)
+backup=(etc/xdg/foot/foot.ini)
+options=(debug)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('9fd10584d40f6aac6b87c11a94e1fdfc4bac43aef9144f4aa84213257672da8c')
+
+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