summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Carlier2023-08-15 14:53:43 +0200
committerLaurent Carlier2023-08-15 14:53:43 +0200
commit363bb412f7112acf17acaf15cf2073280a140edb (patch)
treef6537755e23dee19004b45904a7d3e14b6567860
parenteaefcae178e326fbdfd27b41a3fdcfb3f3146815 (diff)
downloadaur-sjasmplus-z00m128.tar.gz
add kde syntax highlighting support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ebc0b3751c4..bdbf118a5fe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sjasmplus-z00m128
pkgdesc = SjASMplus is a Z80 cross-assembler
pkgver = 1.20.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/z00m128/sjasmplus
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 4e95fd231cd8..1613b3663a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Miliani <leonardo AT leonardomiliani DOT com>
pkgname=sjasmplus-z00m128
pkgver=1.20.3
-pkgrel=3
+pkgrel=4
pkgdesc="SjASMplus is a Z80 cross-assembler"
arch=(x86_64)
url="https://github.com/z00m128/sjasmplus"
@@ -26,4 +26,6 @@ package() {
install -m644 -Dt "${pkgdir}/usr/share/doc/${pkgname}" sjasmplus-${pkgver}/docs/{*.html,lua.gif}
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" sjasmplus-${pkgver}/LICENSE.md
+ # kde syntax highlighting
+ install -m644 -Dt "${pkgdir}/usr/share/org.kde.syntax-highlighting/syntax/" sjasmplus-${pkgver}/asm-z80-sj.xml
}