makedeb


foot-bin 1.13.1-1


Wayland terminal emulator - fast, lightweight and minimalistic

Click here to go back to the commit logs for foot-bin.

Commit:


Hash: ce9024a8f1468b0cca942e97e0d0b12fb28e3a9a

Message: shifted foot-terminfo as optdepends temporarily

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8c5734d..b76973e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,12 +21,13 @@ pkgbase = foot-bin
 	depends = libpixman-1-dev
 	depends = fontconfig
 	depends = libutf8proc-dev
-	depends = foot-terminfo
 	optdepends = libnotify: desktop notifications
 	optdepends = xdg-utils: URI launching
 	optdepends = bash-completion: bash completions for foot itself
-	provides = foot-bin
-	conflicts = foot-bin
+	optdepends = foot-terminfo
+	provides = foot
+	conflicts = foot
+	conflicts = foot-git
 	source = foot-1.9.2.tar.gz::https://codeberg.org/dnkl/foot/archive/1.9.2.tar.gz
 	sha512sums = 8b14443c7be64f333a46e9aa444e64b599c5e77b622545ebdad8162dc2b50c0fa0f7d48ff369b36ec792ba64ad321b82b887e4366b5a87efb475dc64b4b98c43
 
diff --git a/PKGBUILD b/PKGBUILD
index edbcc30..467cbba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,17 +7,18 @@ _pkgname='foot'
 pkgver=1.9.2  
 pkgrel=1
 arch=('x86_64' 'aarch64')
-url=https://codeberg.org/dnkl/foot
+url='https://codeberg.org/dnkl/foot'
 license=('mit')
 #changelog=CHANGELOG.md
-depends=('libxkbcommon-dev' 'libwayland-dev' 'libpixman-1-dev' 'fontconfig' 'libutf8proc-dev' 'foot-terminfo')
+depends=('libxkbcommon-dev' 'libwayland-dev' 'libpixman-1-dev' 'fontconfig' 'libutf8proc-dev')
 makedepends=('meson' 'ninja-build' 'scdoc' 'python3' 'libncurses-dev' 'wayland-protocols' 'libtllist-dev')  # ‘llvm’, for PGO with clang
 checkdepends=('check')
-provides=('foot-bin')
-conflicts=('foot-bin')
+provides=('foot')
+conflicts=('foot' 'foot-git')
 optdepends=('libnotify: desktop notifications'
             'xdg-utils: URI launching'
-            'bash-completion: bash completions for foot itself')
+            'bash-completion: bash completions for foot itself'
+	    'foot-terminfo')
 source=(${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
 sha512sums=('8b14443c7be64f333a46e9aa444e64b599c5e77b622545ebdad8162dc2b50c0fa0f7d48ff369b36ec792ba64ad321b82b887e4366b5a87efb475dc64b4b98c43')