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

Jan Steffens heftig at gemini.archlinux.org
Tue Sep 21 17:28:50 UTC 2021


    Date: Tuesday, September 21, 2021 @ 17:28:50
  Author: heftig
Revision: 424487

archrelease: copy trunk to testing-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-21 17:28:49 UTC (rev 424486)
+++ PKGBUILD	2021-09-21 17:28:50 UTC (rev 424487)
@@ -1,56 +0,0 @@
-# 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/testing-x86_64/PKGBUILD (from rev 424485, gnome-builder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-21 17:28:50 UTC (rev 424487)
@@ -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.0+49+gf6139231f
+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=f6139231f663be821244b57d370ae7931539a44e  # master
+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:

Deleted: screenshots.diff
===================================================================
--- screenshots.diff	2021-09-21 17:28:49 UTC (rev 424486)
+++ screenshots.diff	2021-09-21 17:28:50 UTC (rev 424487)
@@ -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/testing-x86_64/screenshots.diff (from rev 424485, gnome-builder/trunk/screenshots.diff)
===================================================================
--- screenshots.diff	                        (rev 0)
+++ screenshots.diff	2021-09-21 17:28:50 UTC (rev 424487)
@@ -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