[arch-commits] Commit in gnome-shell/repos/extra-x86_64 (4 files)

Jan Steffens heftig at archlinux.org
Mon Aug 6 10:31:53 UTC 2018


    Date: Monday, August 6, 2018 @ 10:31:53
  Author: heftig
Revision: 330965

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
    (from rev 330964, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/fix.diff
    (from rev 330964, gnome-shell/trunk/fix.diff)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/fix.diff

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 fix.diff |   72 +++++++++++++++++++-------------------
 2 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-06 10:31:17 UTC (rev 330964)
+++ PKGBUILD	2018-08-06 10:31:53 UTC (rev 330965)
@@ -1,57 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Flamelab <panosfilip at gmail.com
-
-pkgname=gnome-shell
-pkgver=3.28.3
-pkgrel=1
-pkgdesc="The next generation GNOME Shell"
-url="https://wiki.gnome.org/Projects/GnomeShell"
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gnome-settings-daemon
-         gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libcroco libgdm libsecret
-         mutter nm-connection-editor unzip gstreamer libibus)
-makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson
-             sassc)
-optdepends=('gnome-control-center: System settings'
-            'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=6ed21e1ce0c1011b58452df6cdde42f30dd386c4  # tags/3.28.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
-        fix.diff)
-sha256sums=('SKIP'
-            'SKIP'
-            '11dcffae170776140b1f0c9bed90b8df70e8d3c6694b60ab40bb46235e3ad755')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Try to fix docs build
-  patch -Np1 -i ../fix.diff
-
-  # Move the plugin to our custom epiphany-only dir
-  sed -i "s/'mozilla'/'epiphany'/g" meson.build
-
-  git submodule init
-  git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Must exist; FS#37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 330964, gnome-shell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-06 10:31:53 UTC (rev 330965)
@@ -0,0 +1,57 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Flamelab <panosfilip at gmail.com
+
+pkgname=gnome-shell
+pkgver=3.28.3+7+g721ce5403
+pkgrel=1
+pkgdesc="The next generation GNOME Shell"
+url="https://wiki.gnome.org/Projects/GnomeShell"
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gnome-settings-daemon
+         gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libcroco libgdm libsecret
+         mutter nm-connection-editor unzip gstreamer libibus)
+makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson
+             sassc)
+optdepends=('gnome-control-center: System settings'
+            'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=721ce54037cc07a82927cfdfb7928dadad7d7791  # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
+        fix.diff)
+sha256sums=('SKIP'
+            'SKIP'
+            '11dcffae170776140b1f0c9bed90b8df70e8d3c6694b60ab40bb46235e3ad755')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Try to fix docs build
+  patch -Np1 -i ../fix.diff
+
+  # Move the plugin to our custom epiphany-only dir
+  sed -i "s/'mozilla'/'epiphany'/g" meson.build
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Must exist; FS#37412
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}

Deleted: fix.diff
===================================================================
--- fix.diff	2018-08-06 10:31:17 UTC (rev 330964)
+++ fix.diff	2018-08-06 10:31:53 UTC (rev 330965)
@@ -1,36 +0,0 @@
-diff --git i/docs/reference/shell/meson.build w/docs/reference/shell/meson.build
-index 1469ed422..bf99c9446 100644
---- i/docs/reference/shell/meson.build
-+++ w/docs/reference/shell/meson.build
-@@ -45,6 +45,7 @@ configure_file(
- 
- gnome.gtkdoc('shell',
-   main_sgml: 'shell-docs.sgml',
-+  dependencies: [libshell_dep, libshell_menu_dep],
-   src_dir: [
-     join_paths(meson.source_root(), 'src'),
-     join_paths(meson.build_root(), 'src')
-diff --git i/docs/reference/st/meson.build w/docs/reference/st/meson.build
-index fe89b53d4..8fdd4f4b5 100644
---- i/docs/reference/st/meson.build
-+++ w/docs/reference/st/meson.build
-@@ -11,6 +11,7 @@ configure_file(
- 
- gnome.gtkdoc('st',
-   main_sgml: 'st-docs.sgml',
-+  dependencies: libst_dep,
-   src_dir: [
-     join_paths(meson.source_root(), 'src', 'st'),
-     join_paths(meson.build_root(), 'src', 'st')
-diff --git i/src/st/meson.build w/src/st/meson.build
-index 97ce6134d..216700fb7 100644
---- i/src/st/meson.build
-+++ w/src/st/meson.build
-@@ -122,6 +122,7 @@ libst = shared_library('st-1.0',
-   sources: st_gir_sources + st_non_gir_sources,
-   c_args: st_cflags,
-   dependencies: [clutter_dep, gtk_dep, croco_dep, x11_dep, m_dep],
-+  build_rpath: mutter_typelibdir,
-   install_rpath: mutter_typelibdir,
-   install_dir: pkglibdir,
-   install: true

Copied: gnome-shell/repos/extra-x86_64/fix.diff (from rev 330964, gnome-shell/trunk/fix.diff)
===================================================================
--- fix.diff	                        (rev 0)
+++ fix.diff	2018-08-06 10:31:53 UTC (rev 330965)
@@ -0,0 +1,36 @@
+diff --git i/docs/reference/shell/meson.build w/docs/reference/shell/meson.build
+index 1469ed422..bf99c9446 100644
+--- i/docs/reference/shell/meson.build
++++ w/docs/reference/shell/meson.build
+@@ -45,6 +45,7 @@ configure_file(
+ 
+ gnome.gtkdoc('shell',
+   main_sgml: 'shell-docs.sgml',
++  dependencies: [libshell_dep, libshell_menu_dep],
+   src_dir: [
+     join_paths(meson.source_root(), 'src'),
+     join_paths(meson.build_root(), 'src')
+diff --git i/docs/reference/st/meson.build w/docs/reference/st/meson.build
+index fe89b53d4..8fdd4f4b5 100644
+--- i/docs/reference/st/meson.build
++++ w/docs/reference/st/meson.build
+@@ -11,6 +11,7 @@ configure_file(
+ 
+ gnome.gtkdoc('st',
+   main_sgml: 'st-docs.sgml',
++  dependencies: libst_dep,
+   src_dir: [
+     join_paths(meson.source_root(), 'src', 'st'),
+     join_paths(meson.build_root(), 'src', 'st')
+diff --git i/src/st/meson.build w/src/st/meson.build
+index 97ce6134d..216700fb7 100644
+--- i/src/st/meson.build
++++ w/src/st/meson.build
+@@ -122,6 +122,7 @@ libst = shared_library('st-1.0',
+   sources: st_gir_sources + st_non_gir_sources,
+   c_args: st_cflags,
+   dependencies: [clutter_dep, gtk_dep, croco_dep, x11_dep, m_dep],
++  build_rpath: mutter_typelibdir,
+   install_rpath: mutter_typelibdir,
+   install_dir: pkglibdir,
+   install: true



More information about the arch-commits mailing list