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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Feb 5 21:04:30 UTC 2022


    Date: Saturday, February 5, 2022 @ 21:04:30
  Author: alerque
Revision: 1126894

archrelease: copy trunk to community-staging-x86_64

Added:
  fuzzel/repos/community-staging-x86_64/
  fuzzel/repos/community-staging-x86_64/PKGBUILD
    (from rev 1126893, fuzzel/trunk/PKGBUILD)

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

Copied: fuzzel/repos/community-staging-x86_64/PKGBUILD (from rev 1126893, fuzzel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-02-05 21:04:30 UTC (rev 1126894)
@@ -0,0 +1,39 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+
+pkgname=fuzzel
+pkgver=1.7.0
+pkgrel=1
+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
+options=(debug)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('f792c9869ec2ab333e99ff49d3e94a81c7ffc45767b74ed98c63404f558a008b')
+
+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