Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
orbiton


Commits:
c1151d2e by Alexander F. Rødseth at 2025-01-19T12:05:37+01:00
upgpkg: 2.68.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = orbiton
        pkgdesc = Fast and configuration-free text editor and IDE limited by 
VT100
-       pkgver = 2.68.6
+       pkgver = 2.68.7
        pkgrel = 1
        url = https://roboticoverlords.org/orbiton/
        arch = x86_64
@@ -9,10 +9,11 @@ pkgbase = orbiton
        makedepends = go
        makedepends = vte3
        options = !lto
-       source = git+https://github.com/xyproto/orbiton#tag=v2.68.6
-       b2sums = 
fe6010f36d12fbc77c7a9eb4ec1b5e62ae5d1aad60d82f54269ec38de7bb9eb9f6fe2fd94fa88ecb189c50272c308593ac6cd42517c81b9b6199b115a6805c06
+       source = git+https://github.com/xyproto/orbiton#tag=v2.68.7
+       b2sums = 
3bc2ac54bda684f79a0906c7975f49d72da6aba99f4f05e90af9ce6d2301843a2fcc665b25b2cec93b92e29c9819bd9e1392cc1bf097204c4c258f5754c09a86
 
 pkgname = orbiton
+       optdepends = abcmidi: for writing music in the ABC notation
        optdepends = asciidoctor: for writing man pages
        optdepends = agda: for compiling Agda
        optdepends = astyle: for formatting C#
@@ -47,6 +48,7 @@ pkgname = orbiton
        optdepends = scdoc: for writing man pages
        optdepends = shfmt: for formattig Shell scripts
        optdepends = tidy: for formatting HTML
+       optdepends = timidity: for playing music in the ABC notation
        optdepends = yasm: for compiling Assembly
        optdepends = zig: for compiling and formatting Zig
 


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgbase=orbiton
 pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.68.6
+pkgver=2.68.7
 pkgrel=1
 pkgdesc='Fast and configuration-free text editor and IDE limited by VT100'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(BSD-3-Clause)
 makedepends=(git go vte3)
 options=(!lto)
 source=("git+https://github.com/xyproto/orbiton#tag=v$pkgver";)
-b2sums=('fe6010f36d12fbc77c7a9eb4ec1b5e62ae5d1aad60d82f54269ec38de7bb9eb9f6fe2fd94fa88ecb189c50272c308593ac6cd42517c81b9b6199b115a6805c06')
+b2sums=('3bc2ac54bda684f79a0906c7975f49d72da6aba99f4f05e90af9ce6d2301843a2fcc665b25b2cec93b92e29c9819bd9e1392cc1bf097204c4c258f5754c09a86')
 
 build() {
   export LDFLAGS="$(echo $LDFLAGS | sed 's/ -Wl//g;s/,--sort-common//')"
@@ -27,7 +27,8 @@ package_orbiton() {
   # 'hare: for compiling Hare'
   # 'scala: for compiling Scala'
   # 'vlang: for compiling and formatting V'
-  optdepends=('asciidoctor: for writing man pages'
+  optdepends=('abcmidi: for writing music in the ABC notation'
+              'asciidoctor: for writing man pages'
               'agda: for compiling Agda'
               'astyle: for formatting C#'
               'clang: for formatting C++ code with clang-format'
@@ -61,6 +62,7 @@ package_orbiton() {
               'scdoc: for writing man pages'
               'shfmt: for formattig Shell scripts'
               'tidy: for formatting HTML'
+              'timidity: for playing music in the ABC notation'
               'yasm: for compiling Assembly'
               'zig: for compiling and formatting Zig')
   DESTDIR="$pkgdir" make -C $pkgbase install symlinks easteregg license



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/c1151d2e893093dccec5b6f3aa05a1b4999ae984

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/c1151d2e893093dccec5b6f3aa05a1b4999ae984
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to