[arch-commits] Commit in scite/trunk (PKGBUILD SciTE.appdata.xml)

Balló György bgyorgy at archlinux.org
Fri Jun 4 19:10:08 UTC 2021


    Date: Friday, June 4, 2021 @ 19:10:07
  Author: bgyorgy
Revision: 955928

upgpkg: scite 5.0.3-1: Update to version 5.0.3

Modified:
  scite/trunk/PKGBUILD
  scite/trunk/SciTE.appdata.xml

-------------------+
 PKGBUILD          |   24 +++++++++++++-----------
 SciTE.appdata.xml |   15 +++++++++++----
 2 files changed, 24 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-04 18:18:57 UTC (rev 955927)
+++ PKGBUILD	2021-06-04 19:10:07 UTC (rev 955928)
@@ -7,20 +7,21 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=scite
-pkgver=4.4.6
+pkgver=5.0.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
-arch=(x86_64)
+arch=('x86_64')
 url='https://www.scintilla.org/SciTE.html'
 license=('custom:HPND')
-depends=(gtk3)
-backup=(usr/share/scite/SciTEGlobal.properties)
-source=(https://www.scintilla.org/${pkgname}${pkgver//./}.tgz
-        SciTE.appdata.xml)
-sha256sums=('1c2e6eee6c8aa2e52983d9713a4b1c97d06c376324a3ec8932adfcb9e55d16d1'
-            '04a33885833024a450c295d384f833bbc60894d57615de2a6f89db32d3ba942d')
+depends=('gtk3')
+backup=('usr/share/scite/SciTEGlobal.properties')
+source=("https://www.scintilla.org/${pkgname}${pkgver//./}.tgz"
+        'SciTE.appdata.xml')
+sha256sums=('82cda5a373bc1ac8e3bcac9c8b3a457f6762b7266ec0c35e93c6813776f48757'
+            'cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842')
 
 prepare() {
+  sed -i 's/xdg-open/gio open/' scite/src/*.properties
   sed -i 's|pixmapdir=$(datadir)/pixmaps|pixmapdir=$(datadir)/icons/hicolor/48x48/apps|
           s|pixmapdir)/Sci48M.png|pixmapdir)/SciTE.png|' scite/gtk/makefile
   sed -i 's/Sci48M/SciTE/' scite/gtk/{SciTEGTK.cxx,SciTE.desktop}
@@ -27,12 +28,13 @@
 }
 
 build() {
-  GTK3=1 make -C scintilla/gtk
-  GTK3=1 make -C scite/gtk
+  make -C lexilla/src
+  make -C scintilla/gtk GTK3=1
+  make -C scite/gtk GTK3=1
 }
 
 package() {
-  GTK3=1 make -C scite/gtk DESTDIR="$pkgdir" install
+  make -C scite/gtk DESTDIR="$pkgdir" GTK3=1 install
   install -Dm644 scite/License.txt "$pkgdir/usr/share/licenses/$pkgname/License.txt"
   install -Dm644 SciTE.appdata.xml "$pkgdir/usr/share/metainfo/SciTE.appdata.xml"
   ln -sf /usr/bin/SciTE "$pkgdir/usr/bin/scite"

Modified: SciTE.appdata.xml
===================================================================
--- SciTE.appdata.xml	2021-06-04 18:18:57 UTC (rev 955927)
+++ SciTE.appdata.xml	2021-06-04 19:10:07 UTC (rev 955928)
@@ -3,13 +3,20 @@
   <id>org.scintilla.SciTE</id>
   <launchable type="desktop-id">SciTE.desktop</launchable>
   <name>SciTE</name>
-  <summary>Edit your source files</summary>
+  <summary>A SCIntilla based Text Editor</summary>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>HPND</project_license>
   <description>
-    <p>
-      SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations.
-    </p>
+    <p>SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. </p>
+    <p>SciTE includes the following features:</p>
+    <ul>
+      <li>Syntax highlighting</li>
+      <li>Run code in Terminal, C, C++, vala, go</li>
+      <li>Code completion</li>
+      <li>Code folding</li>
+      <li>Many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal</li>
+      <li>Exporting file to HTML, RTF, PDF, LATEX, XML</li>
+    </ul>
   </description>
   <screenshots>
     <screenshot type="default">



More information about the arch-commits mailing list