[arch-commits] Commit in scite/repos/community-x86_64 (4 files)

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


    Date: Friday, June 4, 2021 @ 19:10:15
  Author: bgyorgy
Revision: 955929

archrelease: copy trunk to community-x86_64

Added:
  scite/repos/community-x86_64/PKGBUILD
    (from rev 955928, scite/trunk/PKGBUILD)
  scite/repos/community-x86_64/SciTE.appdata.xml
    (from rev 955928, scite/trunk/SciTE.appdata.xml)
Deleted:
  scite/repos/community-x86_64/PKGBUILD
  scite/repos/community-x86_64/SciTE.appdata.xml

-------------------+
 PKGBUILD          |   80 ++++++++++++++++++++++++++--------------------------
 SciTE.appdata.xml |   49 ++++++++++++++++++-------------
 2 files changed, 69 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-04 19:10:07 UTC (rev 955928)
+++ PKGBUILD	2021-06-04 19:10:15 UTC (rev 955929)
@@ -1,39 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Lex Black <autumn-wind at web.de>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=scite
-pkgver=4.4.6
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-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')
-
-prepare() {
-  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}
-}
-
-build() {
-  GTK3=1 make -C scintilla/gtk
-  GTK3=1 make -C scite/gtk
-}
-
-package() {
-  GTK3=1 make -C scite/gtk DESTDIR="$pkgdir" 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"
-}

Copied: scite/repos/community-x86_64/PKGBUILD (from rev 955928, scite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-04 19:10:15 UTC (rev 955929)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Lex Black <autumn-wind at web.de>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=scite
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+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=('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}
+}
+
+build() {
+  make -C lexilla/src
+  make -C scintilla/gtk GTK3=1
+  make -C scite/gtk GTK3=1
+}
+
+package() {
+  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"
+}

Deleted: SciTE.appdata.xml
===================================================================
--- SciTE.appdata.xml	2021-06-04 19:10:07 UTC (rev 955928)
+++ SciTE.appdata.xml	2021-06-04 19:10:15 UTC (rev 955929)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>org.scintilla.SciTE</id>
-  <launchable type="desktop-id">SciTE.desktop</launchable>
-  <name>SciTE</name>
-  <summary>Edit your source files</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>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>https://www.scintilla.org/SciTE224.png</image>
-    </screenshot>
-  </screenshots>
-  <url type="bugtracker">https://sourceforge.net/p/scintilla/bugs/</url>
-  <url type="homepage">https://scintilla.org/SciTE.html</url>
-</component>

Copied: scite/repos/community-x86_64/SciTE.appdata.xml (from rev 955928, scite/trunk/SciTE.appdata.xml)
===================================================================
--- SciTE.appdata.xml	                        (rev 0)
+++ SciTE.appdata.xml	2021-06-04 19:10:15 UTC (rev 955929)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.scintilla.SciTE</id>
+  <launchable type="desktop-id">SciTE.desktop</launchable>
+  <name>SciTE</name>
+  <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. </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">
+      <image>https://www.scintilla.org/SciTE224.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="bugtracker">https://sourceforge.net/p/scintilla/bugs/</url>
+  <url type="homepage">https://scintilla.org/SciTE.html</url>
+</component>



More information about the arch-commits mailing list