[arch-commits] Commit in gnome-builder/trunk (PKGBUILD screenshots.diff)

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


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

3.40.2+8+g5e82493fa-1: libgit2 rebuild

Added:
  gnome-builder/trunk/screenshots.diff
Modified:
  gnome-builder/trunk/PKGBUILD

------------------+
 PKGBUILD         |   13 +++++++++----
 screenshots.diff |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 18:27:31 UTC (rev 424259)
+++ PKGBUILD	2021-09-16 20:05:06 UTC (rev 424260)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=gnome-builder
-pkgver=3.40.2+6+ge39caba62
+pkgver=3.40.2+8+g5e82493fa
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
@@ -17,9 +17,11 @@
 optdepends=('gnome-code-assistance: Legacy assistance services'
             'clang: C/C++ code assistance')
 groups=(gnome-extra)
-_commit=e39caba62f26df3bf92e619b73e905f0855f61df  # gnome-builder-3-40
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit")
-sha256sums=('SKIP')
+_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
@@ -28,6 +30,9 @@
 
 prepare() {
   cd $pkgname
+
+  # Fix screenshots
+  git apply -3 ../screenshots.diff
 }
 
 build() {

Added: screenshots.diff
===================================================================
--- screenshots.diff	                        (rev 0)
+++ screenshots.diff	2021-09-16 20:05:06 UTC (rev 424260)
@@ -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