Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
orbiton
Commits:
4d323d57 by Alexander F. Rødseth at 2023-12-16T18:22:13+01:00
upgpkg: 2.65.8-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.6
+ pkgver = 2.65.8
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=931973a9f00f8c3dbd6fff634384010fd675067d
+ source =
git+https://github.com/xyproto/orbiton#commit=112db7ebec345da7b4a373026df984bdde703f0f
b2sums = SKIP
pkgname = orbiton
=====================================
PKGBUILD
=====================================
@@ -2,19 +2,20 @@
pkgbase=orbiton
pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.65.6
+pkgver=2.65.8
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=931973a9f00f8c3dbd6fff634384010fd675067d")
# tag: v2.65.6
options=(!lto)
+source=("git+https://github.com/xyproto/orbiton#commit=112db7ebec345da7b4a373026df984bdde703f0f")
# tag: v2.65.8
b2sums=('SKIP')
build() {
- CXXFLAGS="$CXXFLAGS
-Wl,--as-needed,--strip-all,--sort-common,-z,relro,-z,now" make -C $pkgbase o
gui
+ export CXXFLAGS="$CXXFLAGS
-Wl,--as-needed,--strip-all,--sort-common,-z,relro,-z,now"
+ make -C $pkgbase o gui
}
package_orbiton() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/4d323d5736177ed7e202741083ef8d20feb7afc0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/4d323d5736177ed7e202741083ef8d20feb7afc0
You're receiving this email because of your account on gitlab.archlinux.org.