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

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 20:06:20 UTC 2021


    Date: Thursday, September 16, 2021 @ 20:06:20
  Author: heftig
Revision: 424261

archrelease: copy trunk to staging-x86_64

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

------------------+
 PKGBUILD         |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 screenshots.diff |   42 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 98 insertions(+)

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 424260, gnome-builder/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-09-16 20:06:20 UTC (rev 424261)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-builder
+pkgver=3.40.2+8+g5e82493fa
+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 python-jedi autoconf-archive
+         flatpak-builder gspell libdazzle template-glib jsonrpc-glib
+         python-sphinx webkit2gtk glade python-lxml meson libportal)
+makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git
+             mm-common python-sphinx_rtd_theme clang)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-code-assistance: Legacy assistance services'
+            'clang: C/C++ code assistance')
+groups=(gnome-extra)
+_commit=5e82493fa3c2e42c73a79ce2930606b3860b6dd2  # gnome-builder-3-40
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit"
+        screenshots.diff)
+sha256sums=('SKIP'
+            '4d59233b7a45412ddee49764a6ca901f87eecdd52f1b4a84fbfb630d0a2d5e85')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Fix screenshots
+  git apply -3 ../screenshots.diff
+}
+
+build() {
+  arch-meson $pkgname 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
+}
+
+package() {
+  depends+=(libgladeui-2.so)
+
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:

Copied: gnome-builder/repos/staging-x86_64/screenshots.diff (from rev 424260, gnome-builder/trunk/screenshots.diff)
===================================================================
--- staging-x86_64/screenshots.diff	                        (rev 0)
+++ staging-x86_64/screenshots.diff	2021-09-16 20:06:20 UTC (rev 424261)
@@ -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