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

Maxime Gauduin alucryd at archlinux.org
Mon Oct 1 09:05:55 UTC 2018


    Date: Monday, October 1, 2018 @ 09:05:55
  Author: alucryd
Revision: 388735

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-01 09:05:45 UTC (rev 388734)
+++ PKGBUILD	2018-10-01 09:05:55 UTC (rev 388735)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-videos
-pkgver=0.2.6
-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 388734, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-01 09:05:55 UTC (rev 388735)
@@ -0,0 +1,32 @@
+# 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:



More information about the arch-commits mailing list