[arch-commits] Commit in cheese/repos (4 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 10 22:13:53 UTC 2016
Date: Monday, October 10, 2016 @ 22:13:53
Author: heftig
Revision: 278206
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
cheese/repos/testing-i686/PKGBUILD
(from rev 278205, cheese/trunk/PKGBUILD)
cheese/repos/testing-x86_64/PKGBUILD
(from rev 278205, cheese/trunk/PKGBUILD)
Deleted:
cheese/repos/testing-i686/PKGBUILD
cheese/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 106 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 53 -----------------------
testing-x86_64/PKGBUILD | 53 -----------------------
3 files changed, 106 insertions(+), 106 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2016-10-10 22:13:43 UTC (rev 278205)
+++ testing-i686/PKGBUILD 2016-10-10 22:13:53 UTC (rev 278206)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=cheese
-pkgver=3.22.0+1+g109674f
-pkgrel=1
-pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
-url="https://wiki.gnome.org/Apps/Cheese"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
- clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
- gnome-desktop libgudev dconf)
-makedepends=(pkgconfig intltool gobject-introspection itstool vala
- gnome-common git appstream-glib)
-optdepends=('frei0r-plugins: More camera effects')
-groups=(gnome-extra)
-options=(!emptydirs)
-_commit=109674f0d646010c2f42ff2b61322bf750d24aa4
-source=("git://git.gnome.org/cheese#commit=$_commit")
-sha256sums=('SKIP')
-
-# TODO: Consider splitting libcheese
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- # Fixup tags for pkgver()
- git tag -f 3.22.0 7b16d07e0579f8b361577aa17fa4e2e0dedc5fe9
- 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/testing-i686/PKGBUILD (from rev 278205, cheese/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-10 22:13:53 UTC (rev 278206)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=cheese
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
+ clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
+ gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala
+ gnome-common git appstream-glib)
+optdepends=('frei0r-plugins: More camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3 # gnome-3-22
+source=("git://git.gnome.org/cheese#commit=$_commit")
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ # Fixup tags for pkgver()
+ git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
+ 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
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2016-10-10 22:13:43 UTC (rev 278205)
+++ testing-x86_64/PKGBUILD 2016-10-10 22:13:53 UTC (rev 278206)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=cheese
-pkgver=3.22.0+1+g109674f
-pkgrel=1
-pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
-url="https://wiki.gnome.org/Apps/Cheese"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
- clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
- gnome-desktop libgudev dconf)
-makedepends=(pkgconfig intltool gobject-introspection itstool vala
- gnome-common git appstream-glib)
-optdepends=('frei0r-plugins: More camera effects')
-groups=(gnome-extra)
-options=(!emptydirs)
-_commit=109674f0d646010c2f42ff2b61322bf750d24aa4
-source=("git://git.gnome.org/cheese#commit=$_commit")
-sha256sums=('SKIP')
-
-# TODO: Consider splitting libcheese
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- # Fixup tags for pkgver()
- git tag -f 3.22.0 7b16d07e0579f8b361577aa17fa4e2e0dedc5fe9
- 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/testing-x86_64/PKGBUILD (from rev 278205, cheese/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-10 22:13:53 UTC (rev 278206)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=cheese
+pkgver=3.22.1
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good
+ clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg
+ gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala
+ gnome-common git appstream-glib)
+optdepends=('frei0r-plugins: More camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3 # gnome-3-22
+source=("git://git.gnome.org/cheese#commit=$_commit")
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ # Fixup tags for pkgver()
+ git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
+ 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