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

Filipe Laíns ffy00 at archlinux.org
Sun Apr 12 18:40:09 UTC 2020


    Date: Sunday, April 12, 2020 @ 18:40:09
  Author: ffy00
Revision: 613451

archrelease: copy trunk to community-x86_64

Added:
  peek/repos/community-x86_64/PKGBUILD
    (from rev 613450, peek/trunk/PKGBUILD)
Deleted:
  peek/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-12 18:40:05 UTC (rev 613450)
+++ PKGBUILD	2020-04-12 18:40:09 UTC (rev 613451)
@@ -1,42 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: Philipp Wolfer <ph.wolfer at gmail.com>
-
-pkgname=peek
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Simple screen recorder with an easy to use interface'
-arch=('x86_64')
-url='https://github.com/phw/peek'
-license=('GPL3')
-depends=('gtk3' 'libkeybinder3' 'ffmpeg')
-makedepends=('git' 'meson' 'vala' 'appstream-glib' 'txt2man'
-             'gst-plugins-good' 'gst-plugins-ugly')
-checkdepends=('xorg-server-xvfb')
-optdepends=('gst-plugins-good: Recording under Gnome Shell'
-            'gst-plugins-ugly: MP4 output under Gnome Shell'
-            'gifski: High quality GIF animations with thousands of colors')
-validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A') # Philipp Wolfer <ph.wolfer at gmail.com>
-source=("git+$url.git?signed#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  mkdir $pkgname/build
-  cd $pkgname/build
-
-  arch-meson ..
-
-  ninja
-}
-
-check() {
-  cd $pkgname/build
-
-  xvfb-run meson test
-}
-
-package() {
-  cd $pkgname/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: peek/repos/community-x86_64/PKGBUILD (from rev 613450, peek/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-12 18:40:09 UTC (rev 613451)
@@ -0,0 +1,42 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Philipp Wolfer <ph.wolfer at gmail.com>
+
+pkgname=peek
+pkgver=1.5.1
+pkgrel=2
+pkgdesc='Simple screen recorder with an easy to use interface'
+arch=('x86_64')
+url='https://github.com/phw/peek'
+license=('GPL3')
+depends=('gtk3' 'libkeybinder3' 'ffmpeg')
+makedepends=('git' 'meson' 'vala' 'appstream-glib' 'txt2man'
+             'gst-plugin-gtk' 'gst-plugins-ugly')
+checkdepends=('xorg-server-xvfb')
+optdepends=('gst-plugin-gtk: Recording under Gnome Shell'
+            'gst-plugins-ugly: MP4 output under Gnome Shell'
+            'gifski: High quality GIF animations with thousands of colors')
+validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A') # Philipp Wolfer <ph.wolfer at gmail.com>
+source=("git+$url.git?signed#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  mkdir $pkgname/build
+  cd $pkgname/build
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $pkgname/build
+
+  xvfb-run meson test
+}
+
+package() {
+  cd $pkgname/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+



More information about the arch-commits mailing list