Date: Monday, May 16, 2022 @ 13:00:16
  Author: alerque
Revision: 1207539

archrelease: copy trunk to community-x86_64

Added:
  foot/repos/community-x86_64/PKGBUILD
    (from rev 1207538, foot/trunk/PKGBUILD)
Deleted:
  foot/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  143 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 72 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-16 13:00:08 UTC (rev 1207538)
+++ PKGBUILD    2022-05-16 13:00:16 UTC (rev 1207539)
@@ -1,71 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# 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=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=('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 1207538, 
foot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-05-16 13:00:16 UTC (rev 1207539)
@@ -0,0 +1,72 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# 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
+}

Reply via email to