[arch-commits] Commit in fuzzel/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Fri Feb 4 19:39:35 UTC 2022


    Date: Friday, February 4, 2022 @ 19:39:35
  Author: alerque
Revision: 1125853

archrelease: copy trunk to community-x86_64

Added:
  fuzzel/repos/community-x86_64/PKGBUILD
    (from rev 1125852, fuzzel/trunk/PKGBUILD)
Deleted:
  fuzzel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-04 19:39:28 UTC (rev 1125852)
+++ PKGBUILD	2022-02-04 19:39:35 UTC (rev 1125853)
@@ -1,38 +0,0 @@
-# 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
-}

Copied: fuzzel/repos/community-x86_64/PKGBUILD (from rev 1125852, fuzzel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-04 19:39:35 UTC (rev 1125853)
@@ -0,0 +1,39 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+
+pkgname=fuzzel
+pkgver=1.6.5
+pkgrel=4
+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=('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