[arch-commits] Commit in wf-recorder/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at gemini.archlinux.org
Mon Jan 17 10:38:23 UTC 2022
Date: Monday, January 17, 2022 @ 10:38:23
Author: maximbaz
Revision: 1107690
archrelease: copy trunk to community-x86_64
Added:
wf-recorder/repos/community-x86_64/PKGBUILD
(from rev 1107689, wf-recorder/trunk/PKGBUILD)
Deleted:
wf-recorder/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-17 10:38:18 UTC (rev 1107689)
+++ PKGBUILD 2022-01-17 10:38:23 UTC (rev 1107690)
@@ -1,37 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-# Contributor: Lennard Hofmann
-
-pkgname=wf-recorder
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Screen recorder for wlroots-based compositors such as sway"
-arch=("x86_64")
-url="https://github.com/ammen99/wf-recorder"
-license=('MIT')
-depends=(
- 'ffmpeg'
- 'ocl-icd'
-)
-makedepends=(
- 'meson'
- 'opencl-headers'
- 'scdoc'
- 'wayland-protocols'
-)
-optdepends=(
- 'slurp: Select a region to record'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz")
-sha256sums=('45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1')
-
-build() {
- meson "$pkgname-$pkgver" build \
- --prefix=/usr \
- --buildtype=plain
- ninja -C build
-}
-
-package() {
- DESTDIR="$pkgdir/" ninja -C build install
- install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
-}
Copied: wf-recorder/repos/community-x86_64/PKGBUILD (from rev 1107689, wf-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-17 10:38:23 UTC (rev 1107690)
@@ -0,0 +1,37 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Lennard Hofmann
+
+pkgname=wf-recorder
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="Screen recorder for wlroots-based compositors such as sway"
+arch=("x86_64")
+url="https://github.com/ammen99/wf-recorder"
+license=('MIT')
+depends=(
+ 'ffmpeg'
+ 'ocl-icd'
+)
+makedepends=(
+ 'meson'
+ 'opencl-headers'
+ 'scdoc'
+ 'wayland-protocols'
+)
+optdepends=(
+ 'slurp: Select a region to record'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ammen99/wf-recorder/archive/v$pkgver.tar.gz")
+sha256sums=('45cf04cf58cf241c22fa2fbb70481a3747ad33e6930e4bdba7b9cc7018789ad1')
+
+build() {
+ meson "$pkgname-$pkgver" build \
+ --prefix=/usr \
+ --buildtype=plain
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir/" ninja -C build install
+ install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
+}
More information about the arch-commits
mailing list