[arch-commits] Commit in cheese/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 15 11:25:52 UTC 2019


    Date: Sunday, September 15, 2019 @ 11:25:52
  Author: heftig
Revision: 362837

archrelease: copy trunk to testing-x86_64

Added:
  cheese/repos/testing-x86_64/PKGBUILD
    (from rev 362835, cheese/trunk/PKGBUILD)
Deleted:
  cheese/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 11:25:51 UTC (rev 362836)
+++ PKGBUILD	2019-09-15 11:25:52 UTC (rev 362837)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=cheese
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
-url="https://wiki.gnome.org/Apps/Cheese"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good clutter-gst clutter-gtk
-         libcanberra librsvg gnome-desktop libgudev dconf gnome-video-effects)
-makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=61ff7a2c26b618cb24be7ca3c050530671055602  # master
-source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git tag -f 3.34.0 61ff7a2c26b618cb24be7ca3c050530671055602  # Fixup missing tag
-}
-
-build() {
-  arch-meson $pkgname build -D tests=true
-  ninja -C build
-}
-
-check() (
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
-  export GSETTINGS_SCHEMA_DIR
-
-  xvfb-run meson test -C build --print-errorlogs
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: cheese/repos/testing-x86_64/PKGBUILD (from rev 362835, cheese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-15 11:25:52 UTC (rev 362837)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=cheese
+pkgver=3.34.0
+pkgrel=2
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good clutter-gst clutter-gtk
+         libcanberra librsvg gnome-desktop libgudev dconf gnome-video-effects)
+makedepends=(gobject-introspection vala git appstream-glib meson yelp-tools)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=61ff7a2c26b618cb24be7ca3c050530671055602  # master
+source=("git+https://gitlab.gnome.org/GNOME/cheese.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f 3.34.0 61ff7a2c26b618cb24be7ca3c050530671055602  # Fixup missing tag
+}
+
+build() {
+  arch-meson $pkgname build -D tests=true
+  ninja -C build
+}
+
+check() (
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/$pkgname/data}"
+  export GSETTINGS_SCHEMA_DIR
+
+  xvfb-run meson test -C build --print-errorlogs
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list