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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 6 22:10:41 UTC 2018


    Date: Tuesday, March 6, 2018 @ 22:10:39
  Author: alucryd
Revision: 303336

archrelease: copy trunk to community-x86_64

Added:
  pantheon-videos/repos/community-x86_64/PKGBUILD
    (from rev 303335, pantheon-videos/trunk/PKGBUILD)
  pantheon-videos/repos/community-x86_64/remove-glib-application-set-default.patch
    (from rev 303335, pantheon-videos/trunk/remove-glib-application-set-default.patch)
Deleted:
  pantheon-videos/repos/community-x86_64/PKGBUILD
  pantheon-videos/repos/community-x86_64/remove-glib-application-set-default.patch

-------------------------------------------+
 PKGBUILD                                  |  100 +++++++++++++---------------
 remove-glib-application-set-default.patch |   44 ++++++------
 2 files changed, 70 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-06 22:10:27 UTC (rev 303335)
+++ PKGBUILD	2018-03-06 22:10:39 UTC (rev 303336)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-videos
-pkgver=0.2.4
-pkgrel=2
-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' 'glibc'
-         'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
-         'libgranite.so')
-makedepends=('cmake' 'intltool' 'vala')
-replaces=('audience')
-provides=('audience')
-conflicts=('audience')
-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-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz"
-        remove-glib-application-set-default.patch)
-sha256sums=('b79c995cd48b4c4a5064a66673449f981ca5d1085e690c939544939061513a1f'
-            'eb95236f813defcd9b2cb4dc58299188d0a8556d77e20c253127d09af1759df9')
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-  cd videos-$pkgver
-  patch -Np1 -i ../remove-glib-application-set-default.patch
-}
-
-build() {
-  cd build
-
-  cmake ../videos-${pkgver} \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 303335, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-06 22:10:39 UTC (rev 303336)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=0.2.5
+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' 'glibc'
+         'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
+         'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+replaces=('audience')
+provides=('audience')
+conflicts=('audience')
+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-${pkgver}.tar.gz::https://github.com/elementary/videos/archive/${pkgver}.tar.gz")
+sha256sums=('4f22565033f5c44380d215c5f9c3672a8a2ad75d81af0e06b7b5a4bf18522207')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../videos-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: remove-glib-application-set-default.patch
===================================================================
--- remove-glib-application-set-default.patch	2018-03-06 22:10:27 UTC (rev 303335)
+++ remove-glib-application-set-default.patch	2018-03-06 22:10:39 UTC (rev 303336)
@@ -1,22 +0,0 @@
-From c09f272d9f27e4c0d6671a70a9bee2f77ac9687b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin at elementary.io>
-Date: Sat, 4 Nov 2017 16:15:02 +0100
-Subject: [PATCH] GLib.Application.set_default is useless when there is only
- one instance (#47)
-
----
- src/Audience.vala | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/Audience.vala b/src/Audience.vala
-index 15dcb3b..557fd76 100644
---- a/src/Audience.vala
-+++ b/src/Audience.vala
-@@ -59,7 +59,6 @@ namespace Audience {
-             Gtk.Settings.get_default ().gtk_application_prefer_dark_theme = true;
-             this.flags |= GLib.ApplicationFlags.HANDLES_OPEN;
-             settings = new Settings ();
--            set_default ();
-         }
- 
-         private static App app; // global App instance

Copied: pantheon-videos/repos/community-x86_64/remove-glib-application-set-default.patch (from rev 303335, pantheon-videos/trunk/remove-glib-application-set-default.patch)
===================================================================
--- remove-glib-application-set-default.patch	                        (rev 0)
+++ remove-glib-application-set-default.patch	2018-03-06 22:10:39 UTC (rev 303336)
@@ -0,0 +1,22 @@
+From c09f272d9f27e4c0d6671a70a9bee2f77ac9687b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Corentin=20No=C3=ABl?= <corentin at elementary.io>
+Date: Sat, 4 Nov 2017 16:15:02 +0100
+Subject: [PATCH] GLib.Application.set_default is useless when there is only
+ one instance (#47)
+
+---
+ src/Audience.vala | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/Audience.vala b/src/Audience.vala
+index 15dcb3b..557fd76 100644
+--- a/src/Audience.vala
++++ b/src/Audience.vala
+@@ -59,7 +59,6 @@ namespace Audience {
+             Gtk.Settings.get_default ().gtk_application_prefer_dark_theme = true;
+             this.flags |= GLib.ApplicationFlags.HANDLES_OPEN;
+             settings = new Settings ();
+-            set_default ();
+         }
+ 
+         private static App app; // global App instance



More information about the arch-commits mailing list