Date: Sunday, December 25, 2022 @ 11:35:25
Author: orhun
Revision: 1365519
archrelease: copy trunk to community-x86_64
Added:
kooha/repos/community-x86_64/PKGBUILD
(from rev 1365518, kooha/trunk/PKGBUILD)
Deleted:
kooha/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-25 11:33:25 UTC (rev 1365518)
+++ PKGBUILD 2022-12-25 11:35:25 UTC (rev 1365519)
@@ -1,39 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
-
-pkgname=kooha
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="Elegantly record your screen"
-arch=('x86_64')
-url="https://github.com/SeaDve/Kooha"
-license=('GPL3')
-depends=('gst-plugin-pipewire' 'gstreamer-vaapi' 'gst-plugins-ugly' 'gtk4'
'libadwaita'
- 'x264' 'xdg-desktop-portal' 'libpulse')
-makedepends=('cargo' 'meson')
-checkdepends=('appstream-glib' 'xorg-server-xvfb')
-sha256sums=('6336d09344ac1da94f92db4b9c6445e73da95cac1d6a9f77a644d2e0e38b70f1')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-
-prepare() {
- cd Kooha-$pkgver
- export RUSTUP_TOOLCHAIN=stable
- cargo fetch --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- export RUSTUP_TOOLCHAIN=stable
- arch-meson Kooha-$pkgver build
- meson compile -C build
-}
-
-# https://github.com/SeaDve/Kooha/issues/197
-#check() {
-# xvfb-run meson test -C build --print-errorlogs
-#}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:
Copied: kooha/repos/community-x86_64/PKGBUILD (from rev 1365518,
kooha/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-25 11:35:25 UTC (rev 1365519)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
+
+pkgname=kooha
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="Elegantly record your screen"
+arch=('x86_64')
+url="https://github.com/SeaDve/Kooha"
+license=('GPL3')
+depends=('gst-plugin-pipewire' 'gstreamer-vaapi' 'gst-plugins-ugly' 'gtk4'
'libadwaita'
+ 'x264' 'xdg-desktop-portal' 'libpulse')
+makedepends=('cargo' 'meson')
+checkdepends=('appstream-glib' 'xorg-server-xvfb')
+sha256sums=('3fb2fea4e8aaceb24d6bae12bdd13bdc2f7d2d5665536fe8e57f7ca20e7c2591')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+
+prepare() {
+ cd Kooha-$pkgver
+ export RUSTUP_TOOLCHAIN=stable
+ cargo fetch --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ export RUSTUP_TOOLCHAIN=stable
+ arch-meson Kooha-$pkgver build
+ meson compile -C build
+}
+
+# https://github.com/SeaDve/Kooha/issues/197
+#check() {
+# xvfb-run meson test -C build --print-errorlogs
+#}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et: