[arch-commits] Commit in fuzzel/repos (2 files)

Caleb Maclennan alerque at gemini.archlinux.org
Tue Feb 1 20:30:06 UTC 2022


    Date: Tuesday, February 1, 2022 @ 20:30:06
  Author: alerque
Revision: 1122124

archrelease: copy trunk to community-testing-x86_64

Added:
  fuzzel/repos/community-testing-x86_64/
  fuzzel/repos/community-testing-x86_64/PKGBUILD
    (from rev 1122123, fuzzel/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: fuzzel/repos/community-testing-x86_64/PKGBUILD (from rev 1122123, fuzzel/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-02-01 20:30:06 UTC (rev 1122124)
@@ -0,0 +1,38 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+
+pkgname=fuzzel
+pkgver=1.6.5
+pkgrel=3
+pkgdesc='Application launcher for wlroots based Wayland compositors'
+url="https://codeberg.org/dnkl/$pkgname"
+arch=(x86_64)
+license=(MIT)
+makedepends=(meson
+             scdoc
+             tllist
+             wayland-protocols)
+depends=(cairo
+         fcft
+         libpng
+         libxkbcommon
+         pixman
+         wayland) # nanosvg is bundled
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('b0f1af8a4b38f0cd93722d0ec35e422b5163ec3392e16467c1af8c8de94333a0')
+
+build() {
+	cd "$pkgname"
+	arch-meson \
+		-Denable-cairo=enabled \
+		-Dpng-backend=libpng \
+		-Dsvg-backend=nanosvg \
+		. build
+	meson compile -C build
+}
+
+package() {
+	cd "$pkgname"
+	meson install -C build --destdir "$pkgdir"
+	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



More information about the arch-commits mailing list