[arch-commits] Commit in gnome-builder/repos (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 24 16:21:22 UTC 2021


    Date: Friday, September 24, 2021 @ 16:21:22
  Author: arojas
Revision: 424663

archrelease: copy trunk to staging-x86_64

Added:
  gnome-builder/repos/staging-x86_64/
  gnome-builder/repos/staging-x86_64/PKGBUILD
    (from rev 424662, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-x86_64/screenshots.diff
    (from rev 424662, gnome-builder/trunk/screenshots.diff)

------------------+
 PKGBUILD         |   74 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 screenshots.diff |   42 ++++++++++++++++++++++++++++++
 2 files changed, 116 insertions(+)

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 424662, gnome-builder/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-09-24 16:21:22 UTC (rev 424663)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgbase=gnome-builder
+pkgname=(gnome-builder gnome-builder-libide-docs)
+pkgver=41.1
+pkgrel=2
+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/staging-x86_64/screenshots.diff (from rev 424662, gnome-builder/trunk/screenshots.diff)
===================================================================
--- staging-x86_64/screenshots.diff	                        (rev 0)
+++ staging-x86_64/screenshots.diff	2021-09-24 16:21:22 UTC (rev 424663)
@@ -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