[arch-commits] Commit in scite/repos/community-x86_64 (4 files)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Nov 10 07:50:57 UTC 2021
Date: Wednesday, November 10, 2021 @ 07:50:57
Author: arojas
Revision: 1039537
archrelease: copy trunk to community-x86_64
Added:
scite/repos/community-x86_64/PKGBUILD
(from rev 1039536, scite/trunk/PKGBUILD)
scite/repos/community-x86_64/SciTE.appdata.xml
(from rev 1039536, scite/trunk/SciTE.appdata.xml)
Deleted:
scite/repos/community-x86_64/PKGBUILD
scite/repos/community-x86_64/SciTE.appdata.xml
-------------------+
PKGBUILD | 82 ++++++++++++++++++++++++++--------------------------
SciTE.appdata.xml | 56 +++++++++++++++++------------------
2 files changed, 69 insertions(+), 69 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-10 07:50:47 UTC (rev 1039536)
+++ PKGBUILD 2021-11-10 07:50:57 UTC (rev 1039537)
@@ -1,41 +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=5.1.4
-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=('e3a1d55edc12e01eb1293316882d94ef11c9d2773ebe6985eeaf0f0012f3c0e4'
- '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"
-}
Copied: scite/repos/community-x86_64/PKGBUILD (from rev 1039536, scite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-10 07:50:57 UTC (rev 1039537)
@@ -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.1.5
+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=('7b4410d32bbc9fc5c81102287588631e00e5b63a31d2f5e709f9ac12fbbfc73d'
+ '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-11-10 07:50:47 UTC (rev 1039536)
+++ SciTE.appdata.xml 2021-11-10 07:50:57 UTC (rev 1039537)
@@ -1,28 +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>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>
Copied: scite/repos/community-x86_64/SciTE.appdata.xml (from rev 1039536, scite/trunk/SciTE.appdata.xml)
===================================================================
--- SciTE.appdata.xml (rev 0)
+++ SciTE.appdata.xml 2021-11-10 07:50:57 UTC (rev 1039537)
@@ -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