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


Commits:
e34f5408 by Alexander F. Rødseth at 2023-11-25T01:12:18+01:00
upgpkg: 2.65.6-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.65.5
+       pkgver = 2.65.6
        pkgrel = 1
        url = https://orbiton.zip
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = orbiton
        makedepends = go
        makedepends = vte3
        options = !lto
-       source = 
git+https://github.com/xyproto/orbiton#commit=8438cc52e6b381b0f7e140e258d30f8e43b60708
+       source = 
git+https://github.com/xyproto/orbiton#commit=931973a9f00f8c3dbd6fff634384010fd675067d
        b2sums = SKIP
 
 pkgname = orbiton


=====================================
PKGBUILD
=====================================
@@ -2,20 +2,19 @@
 
 pkgbase=orbiton
 pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.65.5
+pkgver=2.65.6
 pkgrel=1
 pkgdesc='Fast and configuration-free text editor and IDE limited by VT100'
 arch=(x86_64)
 url='https://orbiton.zip'
 license=(BSD)
 makedepends=(git go vte3)
-source=("git+https://github.com/xyproto/orbiton#commit=8438cc52e6b381b0f7e140e258d30f8e43b60708";)
 # tag: v2.65.5
+source=("git+https://github.com/xyproto/orbiton#commit=931973a9f00f8c3dbd6fff634384010fd675067d";)
 # tag: v2.65.6
 options=(!lto)
 b2sums=('SKIP')
 
 build() {
-  CXXFLAGS="$CXXFLAGS 
-Wl,--as-needed,--strip-all,--sort-common,-z,relro,-z,now" \
-    make -C $pkgbase o gui
+  CXXFLAGS="$CXXFLAGS 
-Wl,--as-needed,--strip-all,--sort-common,-z,relro,-z,now" make -C $pkgbase o 
gui
 }
 
 package_orbiton() {
@@ -62,15 +61,13 @@ package_orbiton() {
               'tidy: for formatting HTML'
               'yasm: for compiling Assembly'
               'zig: for compiling and formatting Zig')
-  DESTDIR="$pkgdir" \
-    make -C $pkgbase install symlinks easteregg license
+  DESTDIR="$pkgdir" make -C $pkgbase install symlinks easteregg license
 }
 
 package_orbiton-gtk3() {
   pkgdesc='Fast and configuration-free text editor and IDE limited by VT100 
(GTK3/VTE3)'
   depends=(orbiton vte3)
-  DESTDIR="$pkgdir" PROJECT=$pkgname \
-    make -C $pkgbase gui-install gui-symlinks license
+  DESTDIR="$pkgdir" PROJECT=$pkgname make -C $pkgbase gui-install gui-symlinks 
license
 }
 
 package_orbiton-nano() {
@@ -79,6 +76,5 @@ package_orbiton-nano() {
   conflicts=(nano)
   provides=(nano)
   install -d "$pkgdir/usr/bin"
-  DESTDIR="$pkgdir" PROJECT=$pkgname \
-    make -C $pkgbase nano-symlink license
+  DESTDIR="$pkgdir" PROJECT=$pkgname make -C $pkgbase nano-symlink license
 }



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

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


Reply via email to