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

Jan Steffens heftig at archlinux.org
Mon Apr 15 19:47:21 UTC 2019


    Date: Monday, April 15, 2019 @ 19:47:20
  Author: heftig
Revision: 350794

archrelease: copy trunk to extra-x86_64

Added:
  cheese/repos/extra-x86_64/PKGBUILD
    (from rev 350793, cheese/trunk/PKGBUILD)
Deleted:
  cheese/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-15 19:47:09 UTC (rev 350793)
+++ PKGBUILD	2019-04-15 19:47:20 UTC (rev 350794)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=cheese
-pkgver=3.32.1
-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)
-makedepends=(intltool gobject-introspection itstool vala gnome-common git appstream-glib
-             gnome-video-effects)
-optdepends=('gnome-video-effects: Camera effects')
-groups=(gnome)
-options=(!emptydirs)
-_commit=f968f45985a93a75ce20236615bf8ff5586174ce  # gnome-3-32
-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.32.1 f968f45985a93a75ce20236615bf8ff5586174ce  # Fixup missing tag
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
-      --enable-gtk-doc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: cheese/repos/extra-x86_64/PKGBUILD (from rev 350793, cheese/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-15 19:47:20 UTC (rev 350794)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=cheese
+pkgver=3.32.1
+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=(intltool gobject-introspection itstool vala gnome-common git appstream-glib)
+groups=(gnome)
+options=(!emptydirs)
+_commit=f968f45985a93a75ce20236615bf8ff5586174ce  # gnome-3-32
+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.32.1 f968f45985a93a75ce20236615bf8ff5586174ce  # Fixup missing tag
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
+      --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list