[arch-commits] Commit in wofi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Thu Nov 12 21:21:30 UTC 2020
Date: Thursday, November 12, 2020 @ 21:21:29
Author: maximbaz
Revision: 753767
archrelease: copy trunk to community-x86_64
Added:
wofi/repos/community-x86_64/PKGBUILD
(from rev 753766, wofi/trunk/PKGBUILD)
Deleted:
wofi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 69 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 38 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 21:21:26 UTC (rev 753766)
+++ PKGBUILD 2020-11-12 21:21:29 UTC (rev 753767)
@@ -1,31 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Ian Brunelli <ian at brunelli.me>
-
-pkgname=wofi
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='launcher for wlroots-based wayland compositors'
-arch=('x86_64')
-url='https://hg.sr.ht/~scoopta/wofi'
-license=('GPL3')
-depends=('wayland' 'gtk3')
-makedepends=('meson')
-source=("${pkgname}-v${pkgver}.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v${pkgver}.tar.gz")
-# We have to SKIP the validity check to avoid an issue with hg.sr.ht:
-# https://todo.sr.ht/~sircmpwn/hg.sr.ht/33
-sha256sums=('SKIP')
-
-build() {
- cd "${pkgname}-v${pkgver}"
- meson build
- ninja -C build
-}
-
-package() {
- cd "${pkgname}-v${pkgver}"
- install -Dm755 -t "${pkgdir}/usr/bin/" build/wofi
- install -Dm644 -t "${pkgdir}/usr/share/man/man1/" man/*.1
- install -Dm644 -t "${pkgdir}/usr/share/man/man3/" man/*.3
- install -Dm644 -t "${pkgdir}/usr/share/man/man5/" man/*.5
- install -Dm644 -t "${pkgdir}/usr/share/man/man7/" man/*.7
-}
Copied: wofi/repos/community-x86_64/PKGBUILD (from rev 753766, wofi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 21:21:29 UTC (rev 753767)
@@ -0,0 +1,38 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Ian Brunelli <ian at brunelli.me>
+
+pkgname=wofi
+pkgver=1.2.2
+pkgrel=2
+pkgdesc='launcher for wlroots-based wayland compositors'
+arch=('x86_64')
+url='https://hg.sr.ht/~scoopta/wofi'
+license=('GPL3')
+depends=('wayland' 'gtk3')
+makedepends=('meson')
+source=("${pkgname}-v${pkgver}.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v${pkgver}.tar.gz"
+ "68600.patch::https://hg.sr.ht/~scoopta/wofi/rev/ea517e724b07716986fd2c6a6e321e1b5cb08682.patch")
+# We have to SKIP the validity check to avoid an issue with hg.sr.ht:
+# https://todo.sr.ht/~sircmpwn/hg.sr.ht/33
+sha256sums=('SKIP'
+ '3bab36a854fd104dfffad25a5bac23ae55ce5c9f1d55eb161d616ee4f505c539')
+
+prepare() {
+ cd "${pkgname}-v${pkgver}"
+ patch -Np1 -i "${srcdir}/68600.patch"
+}
+
+build() {
+ cd "${pkgname}-v${pkgver}"
+ meson build
+ ninja -C build
+}
+
+package() {
+ cd "${pkgname}-v${pkgver}"
+ install -Dm755 -t "${pkgdir}/usr/bin/" build/wofi
+ install -Dm644 -t "${pkgdir}/usr/share/man/man1/" man/*.1
+ install -Dm644 -t "${pkgdir}/usr/share/man/man3/" man/*.3
+ install -Dm644 -t "${pkgdir}/usr/share/man/man5/" man/*.5
+ install -Dm644 -t "${pkgdir}/usr/share/man/man7/" man/*.7
+}
More information about the arch-commits
mailing list