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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 10 18:08:45 UTC 2019


    Date: Thursday, January 10, 2019 @ 18:08:45
  Author: alucryd
Revision: 422009

archrelease: copy trunk to community-x86_64

Added:
  pantheon-videos/repos/community-x86_64/PKGBUILD
    (from rev 422008, pantheon-videos/trunk/PKGBUILD)
Deleted:
  pantheon-videos/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 49 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-10 18:08:36 UTC (rev 422008)
+++ PKGBUILD	2019-01-10 18:08:45 UTC (rev 422009)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-videos
-pkgver=2.6.2
-pkgrel=1
-pkgdesc='The Pantheon Video Player'
-arch=('x86_64')
-url='https://github.com/elementary/videos'
-license=('GPL3')
-groups=('pantheon')
-depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2'
-         'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
-         'libgranite.so')
-makedepends=('git' 'intltool' 'meson' 'vala')
-optdepends=('gst-plugins-base: "Base" plugin libraries'
-            'gst-plugins-good: "Good" plugin libraries'
-            'gst-plugins-bad: "Bad" plugin libraries'
-            'gst-plugins-ugly: "Ugly" plugin libraries')
-source=("pantheon-videos::git+https://github.com/elementary/videos.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-  arch-meson pantheon-videos build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 422008, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-10 18:08:45 UTC (rev 422009)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=2.6.3
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=(x86_64)
+url='https://github.com/elementary/videos'
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  clutter-gst
+  clutter-gtk
+  gdk-pixbuf2
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  libgee
+  libgranite.so
+  libx11
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+)
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-videos build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list