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

Jan Steffens heftig at gemini.archlinux.org
Wed Nov 17 01:08:03 UTC 2021


    Date: Wednesday, November 17, 2021 @ 01:08:03
  Author: heftig
Revision: 428568

archrelease: copy trunk to extra-x86_64

Added:
  gnome-builder/repos/extra-x86_64/PKGBUILD
    (from rev 428567, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/extra-x86_64/screenshots.diff
    (from rev 428567, gnome-builder/trunk/screenshots.diff)
Deleted:
  gnome-builder/repos/extra-x86_64/PKGBUILD
  gnome-builder/repos/extra-x86_64/screenshots.diff

------------------+
 PKGBUILD         |  147 ++++++++++++++++++++++++++---------------------------
 screenshots.diff |   84 +++++++++++++++---------------
 2 files changed, 115 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-17 01:07:55 UTC (rev 428567)
+++ PKGBUILD	2021-11-17 01:08:03 UTC (rev 428568)
@@ -1,74 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgbase=gnome-builder
-pkgname=(gnome-builder gnome-builder-libide-docs)
-pkgver=41.1
-pkgrel=3
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder"
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
-         desktop-file-utils ctags libpeas vte3 vala autoconf-archive
-         gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
-         glade python-lxml meson libportal cmark)
-makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
-             mm-common python-sphinx_rtd_theme clang jedi-language-server
-             flatpak-builder)
-checkdepends=(xorg-server-xvfb)
-_commit=09f585be79f65d8e0a993a8496559afa63d7c0e4  # tags/41.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
-    -D docs=true \
-    -D help=true
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run -s '-nolisten local' \
-    meson test -C build --print-errorlogs
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-    d="$srcdir/$p/${f#$pkgdir/}"
-    mkdir -p "$(dirname "$d")"
-    mv "$f" "$d"
-    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gnome-builder() {
-  depends+=(libgladeui-2.so)
-  optdepends=('gnome-code-assistance: Legacy assistance services'
-              'clang: C/C++ code assistance'
-              'jedi-language-server: Python code assistance'
-              'flatpak-builder: Build Flatpaks')
-  groups=(gnome-extra)
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-  _pick libide-docs usr/share/doc/libide
-}
-
-package_gnome-builder-libide-docs() {
-  pkgdesc+=" (libide API documentation)"
-  depends=()
-  mv libide-docs/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 428567, gnome-builder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-17 01:08:03 UTC (rev 428568)
@@ -0,0 +1,73 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgbase=gnome-builder
+pkgname=(gnome-builder gnome-builder-libide-docs)
+pkgver=41.2
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder"
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject sysprof
+         desktop-file-utils ctags libpeas vte3 vala autoconf-archive
+         gspell libdazzle template-glib jsonrpc-glib python-sphinx webkit2gtk
+         glade python-lxml meson libportal cmark)
+makedepends=(llvm gobject-introspection gi-docgen yelp-tools appstream-glib git
+             mm-common python-sphinx_rtd_theme clang jedi-language-server
+             flatpak-builder)
+checkdepends=(xorg-server-xvfb)
+_commit=12b2e694b63d35b56089dc62a46856ff1800c78f  # tags/41.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/[^-]*-g/r&/;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build \
+    -D docs=true \
+    -D help=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run -s '-nolisten local' \
+    meson test -C build --print-errorlogs
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+    d="$srcdir/$p/${f#$pkgdir/}"
+    mkdir -p "$(dirname "$d")"
+    mv "$f" "$d"
+    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-builder() {
+  depends+=(libgladeui-2.so)
+  optdepends=('gnome-code-assistance: Legacy assistance services'
+              'clang: C/C++ code assistance'
+              'jedi-language-server: Python code assistance'
+              'flatpak-builder: Build Flatpaks')
+  groups=(gnome-extra)
+
+  meson install -C build --destdir "$pkgdir"
+
+  _pick libide-docs "$pkgdir"/usr/share/doc/libide
+}
+
+package_gnome-builder-libide-docs() {
+  pkgdesc+=" (libide API documentation)"
+  depends=()
+  mv libide-docs/* "$pkgdir"
+}
+
+# vim:set sw=2 et:

Deleted: screenshots.diff
===================================================================
--- screenshots.diff	2021-11-17 01:07:55 UTC (rev 428567)
+++ screenshots.diff	2021-11-17 01:08:03 UTC (rev 428568)
@@ -1,42 +0,0 @@
-diff --git i/data/appdata/org.gnome.Builder.appdata.xml.in w/data/appdata/org.gnome.Builder.appdata.xml.in
-index b63eedc47..17a844f46 100644
---- i/data/appdata/org.gnome.Builder.appdata.xml.in
-+++ w/data/appdata/org.gnome.Builder.appdata.xml.in
-@@ -44,27 +44,31 @@
-   <screenshots>
-     <screenshot type="default">
-       <caption>Quickly access your projects</caption>
--      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/01-greeter.png</image>
-+      <image width="2104" height="1398">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/01-greeter.png</image>
-     </screenshot>
-     <screenshot type="default">
-       <caption>Create new projects from a variety of templates</caption>
--      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/02-template.png</image>
-+      <image width="2104" height="1580">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/02-template.png</image>
-     </screenshot>
-     <screenshot type="default">
-       <caption>Integration with Git to clone your projects</caption>
--      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/03-clone.png</image>
-+      <image width="2104" height="1398">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/03-clone.png</image>
-     </screenshot>
-     <screenshot type="default">
-       <caption>The source code editor</caption>
--      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/04-editor.png</image>
-+      <image width="2976" height="1774">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/04-editor.png</image>
-     </screenshot>
-     <screenshot type="default">
-       <caption>Fast global fuzzy search</caption>
--      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/05-search.png</image>
-+      <image width="1232" height="963">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/05-search.png</image>
-     </screenshot>
-     <screenshot type="default">
-       <caption>Debug with the GNU debugger</caption>
--      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/06-debugger.png</image>
-+      <image width="2976" height="1774">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/06-debugger.png</image>
-+    </screenshot>
-+    <screenshot type="default">
-+      <caption>Use the minimap to see more of the file</caption>
-+      <image width="2664" height="1638">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/07-minimap.png</image>
-     </screenshot>
-   </screenshots>
-   <launchable type="desktop-id">org.gnome.Builder.desktop</launchable>

Copied: gnome-builder/repos/extra-x86_64/screenshots.diff (from rev 428567, gnome-builder/trunk/screenshots.diff)
===================================================================
--- screenshots.diff	                        (rev 0)
+++ screenshots.diff	2021-11-17 01:08:03 UTC (rev 428568)
@@ -0,0 +1,42 @@
+diff --git i/data/appdata/org.gnome.Builder.appdata.xml.in w/data/appdata/org.gnome.Builder.appdata.xml.in
+index b63eedc47..17a844f46 100644
+--- i/data/appdata/org.gnome.Builder.appdata.xml.in
++++ w/data/appdata/org.gnome.Builder.appdata.xml.in
+@@ -44,27 +44,31 @@
+   <screenshots>
+     <screenshot type="default">
+       <caption>Quickly access your projects</caption>
+-      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/01-greeter.png</image>
++      <image width="2104" height="1398">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/01-greeter.png</image>
+     </screenshot>
+     <screenshot type="default">
+       <caption>Create new projects from a variety of templates</caption>
+-      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/02-template.png</image>
++      <image width="2104" height="1580">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/02-template.png</image>
+     </screenshot>
+     <screenshot type="default">
+       <caption>Integration with Git to clone your projects</caption>
+-      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/03-clone.png</image>
++      <image width="2104" height="1398">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/03-clone.png</image>
+     </screenshot>
+     <screenshot type="default">
+       <caption>The source code editor</caption>
+-      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/04-editor.png</image>
++      <image width="2976" height="1774">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/04-editor.png</image>
+     </screenshot>
+     <screenshot type="default">
+       <caption>Fast global fuzzy search</caption>
+-      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/05-search.png</image>
++      <image width="1232" height="963">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/05-search.png</image>
+     </screenshot>
+     <screenshot type="default">
+       <caption>Debug with the GNU debugger</caption>
+-      <image width="2400" height="1350">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/06-debugger.png</image>
++      <image width="2976" height="1774">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/06-debugger.png</image>
++    </screenshot>
++    <screenshot type="default">
++      <caption>Use the minimap to see more of the file</caption>
++      <image width="2664" height="1638">https://gitlab.gnome.org/GNOME/gnome-builder/raw/master/data/appdata/07-minimap.png</image>
+     </screenshot>
+   </screenshots>
+   <launchable type="desktop-id">org.gnome.Builder.desktop</launchable>



More information about the arch-commits mailing list