[arch-commits] Commit in totem/repos (4 files)

Jan Steffens heftig at archlinux.org
Wed Sep 28 13:19:12 UTC 2016


    Date: Wednesday, September 28, 2016 @ 13:19:12
  Author: heftig
Revision: 277255

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-i686/PKGBUILD
    (from rev 277254, totem/trunk/PKGBUILD)
  totem/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 277254, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/gnome-unstable-i686/PKGBUILD
  totem/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 /PKGBUILD                      |  136 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   69 -------------------
 gnome-unstable-x86_64/PKGBUILD |   69 -------------------
 3 files changed, 136 insertions(+), 138 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2016-09-28 13:18:45 UTC (rev 277254)
+++ gnome-unstable-i686/PKGBUILD	2016-09-28 13:19:12 UTC (rev 277255)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=totem
-pkgver=3.22.0+4+g89faff5
-pkgrel=1
-pkgdesc="Movie player for the GNOME desktop based on GStreamer"
-url="https://wiki.gnome.org/Apps/Videos"
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo gsettings-desktop-schemas
-         dconf python-gobject python-xdg gnome-desktop gst-plugins-base gst-plugins-good
-         gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc vala zeitgeist itstool docbook-xsl python-pylint
-             gobject-introspection git gnome-common appstream-glib gtk-doc)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-            'gst-libav: Extra media codecs'
-            'lirc-utils: Infrared Remote Control plugin'
-            'grilo-plugins: Media discovery'
-            'zeitgeist: Zeitgeist plugin'
-            'python-dbus: MPRIS plugin')
-groups=(gnome)
-options=('!emptydirs')
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_commit=89faff5b16d97bd029854126dc0e50e42c0908f2
-source=("git://git.gnome.org/totem#commit=$_commit"
-        "git://git.gnome.org/libgd")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/totem \
-    --localstatedir=/var \
-    --disable-static \
-    --enable-python \
-    --enable-nautilus \
-    --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
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
-}

Copied: totem/repos/gnome-unstable-i686/PKGBUILD (from rev 277254, totem/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-28 13:19:12 UTC (rev 277255)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=totem
+pkgver=3.22.0+5+ge0bf46e
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos"
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo gsettings-desktop-schemas
+         dconf python-gobject python-xdg gnome-desktop gst-plugins-base gst-plugins-good
+         gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc vala itstool docbook-xsl python-pylint
+             gobject-introspection git gnome-common appstream-glib gtk-doc)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs'
+            'lirc-utils: Infrared Remote Control plugin'
+            'grilo-plugins: Media discovery'
+            'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=e0bf46e391c05081e1e29ffa8ff7550198997a97  # master
+source=("git://git.gnome.org/totem#commit=$_commit"
+        "git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/totem \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-python \
+    --enable-nautilus \
+    --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
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2016-09-28 13:18:45 UTC (rev 277254)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-28 13:19:12 UTC (rev 277255)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=totem
-pkgver=3.22.0+4+g89faff5
-pkgrel=1
-pkgdesc="Movie player for the GNOME desktop based on GStreamer"
-url="https://wiki.gnome.org/Apps/Videos"
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo gsettings-desktop-schemas
-         dconf python-gobject python-xdg gnome-desktop gst-plugins-base gst-plugins-good
-         gst-plugins-bad)
-makedepends=(intltool libnautilus-extension lirc vala zeitgeist itstool docbook-xsl python-pylint
-             gobject-introspection git gnome-common appstream-glib gtk-doc)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-            'gst-libav: Extra media codecs'
-            'lirc-utils: Infrared Remote Control plugin'
-            'grilo-plugins: Media discovery'
-            'zeitgeist: Zeitgeist plugin'
-            'python-dbus: MPRIS plugin')
-groups=(gnome)
-options=('!emptydirs')
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_commit=89faff5b16d97bd029854126dc0e50e42c0908f2
-source=("git://git.gnome.org/totem#commit=$_commit"
-        "git://git.gnome.org/libgd")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/totem \
-    --localstatedir=/var \
-    --disable-static \
-    --enable-python \
-    --enable-nautilus \
-    --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
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
-}

Copied: totem/repos/gnome-unstable-x86_64/PKGBUILD (from rev 277254, totem/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-28 13:19:12 UTC (rev 277255)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=totem
+pkgver=3.22.0+5+ge0bf46e
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos"
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo gsettings-desktop-schemas
+         dconf python-gobject python-xdg gnome-desktop gst-plugins-base gst-plugins-good
+         gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc vala itstool docbook-xsl python-pylint
+             gobject-introspection git gnome-common appstream-glib gtk-doc)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs'
+            'lirc-utils: Infrared Remote Control plugin'
+            'grilo-plugins: Media discovery'
+            'python-dbus: MPRIS plugin')
+groups=(gnome)
+options=('!emptydirs')
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=e0bf46e391c05081e1e29ffa8ff7550198997a97  # master
+source=("git://git.gnome.org/totem#commit=$_commit"
+        "git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/totem \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-python \
+    --enable-nautilus \
+    --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
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/totem/COPYING"
+}



More information about the arch-commits mailing list