Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / stalonetray
Commits: 9dcd2ba4 by Sergej Pupykin at 2025-09-28T15:24:03+03:00 upgpkg: 0.9.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,15 +1,15 @@ pkgbase = stalonetray pkgdesc = STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only. - pkgver = 0.8.5 - pkgrel = 2 - url = https://github.com/kolbusa/stalonetray + pkgver = 0.9.0 + pkgrel = 1 + url = https://github.com/d3adb5/stalonetray arch = x86_64 license = GPL makedepends = libxslt makedepends = docbook-xsl depends = libx11 depends = libxpm - source = stalonetray-0.8.5.tar.gz::https://github.com/kolbusa/stalonetray/archive/v0.8.5.tar.gz - sha512sums = 7fe1c2fcc5de06b89f4a5c182baeb0a98f0328ae6bf03a79e76c4af7ee4d86cd8f6967ec8b0123a831998cb075ef2b2f6bc6478bde0b73883fe37d2bd6a471d3 + source = stalonetray-0.9.0.tar.gz::https://github.com/d3adb5/stalonetray/archive/0.9.0.tar.gz + sha512sums = d88afe5655390fd13f045c542c578a0e02ea2111f6b523962ec334f00948c270e3a381e7f8b943a091c9862f9714e6a46063f30eb9eb943b13baa606a5d17066 pkgname = stalonetray ===================================== PKGBUILD ===================================== @@ -1,23 +1,16 @@ # Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> pkgname=stalonetray -pkgver=0.8.5 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only." arch=('x86_64') -url="https://github.com/kolbusa/stalonetray" +url="https://github.com/d3adb5/stalonetray" license=('GPL') depends=('libx11' 'libxpm') makedepends=('libxslt' 'docbook-xsl') -source=("$pkgname-$pkgver.tar.gz::https://github.com/kolbusa/stalonetray/archive/v$pkgver.tar.gz") -sha512sums=('7fe1c2fcc5de06b89f4a5c182baeb0a98f0328ae6bf03a79e76c4af7ee4d86cd8f6967ec8b0123a831998cb075ef2b2f6bc6478bde0b73883fe37d2bd6a471d3') - -prepare() { - cd "$srcdir"/$pkgname-$pkgver -# XSLVER=$(pacman -Q docbook-xsl | cut -d' ' -f2 | cut -d- -f1) -# sed -i "s|/usr/share/sgml/docbook/stylesheet/xsl/nwalsh|/usr/share/xml/docbook/xsl-stylesheets-$XSLVER|g" configure.ac -# sed -i "s| *<|<|g" stalonetray.xml.in -} +source=("$pkgname-$pkgver.tar.gz::https://github.com/d3adb5/stalonetray/archive/$pkgver.tar.gz") +sha512sums=('d88afe5655390fd13f045c542c578a0e02ea2111f6b523962ec334f00948c270e3a381e7f8b943a091c9862f9714e6a46063f30eb9eb943b13baa606a5d17066') build() { cd "$srcdir"/$pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stalonetray/-/commit/9dcd2ba4649d7101efb61a200ce04d7e49a72ee5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stalonetray/-/commit/9dcd2ba4649d7101efb61a200ce04d7e49a72ee5 You're receiving this email because of your account on gitlab.archlinux.org.