mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
stalonetray: update to 0.8.5.
This commit is contained in:
parent
773ce8245b
commit
5e400fd75d
2 changed files with 40 additions and 6 deletions
|
@ -0,0 +1,26 @@
|
||||||
|
From 7a17bd7fd9500890c01976d89f49b4ffa3b130ba Mon Sep 17 00:00:00 2001
|
||||||
|
From: Dexter Gaon-Shatford <dexter@gaonshatford.ca>
|
||||||
|
Date: Thu, 31 Aug 2023 16:22:33 -0400
|
||||||
|
Subject: [PATCH] Check /usr/share/xsl/docbook for DOCBOOK_ROOT
|
||||||
|
|
||||||
|
Fixes compilation on Void Linux where docbook-xsl is installed at
|
||||||
|
/usr/share/xsl/docbook
|
||||||
|
---
|
||||||
|
configure.ac | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 986f41a..29b6f21 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -177,6 +177,7 @@ AC_DEFUN([AX_CHECK_DOCBOOK], [
|
||||||
|
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh \
|
||||||
|
/usr/share/xml/docbook/stylesheet/docbook-xs \
|
||||||
|
/usr/share/sgml/docbook/xsl-stylesheets/ \
|
||||||
|
+ /usr/share/xsl/docbook \
|
||||||
|
/usr/local/share/xsl/docbook \
|
||||||
|
; do
|
||||||
|
if test -d "$i"; then
|
||||||
|
--
|
||||||
|
2.42.0
|
||||||
|
|
|
@ -1,16 +1,24 @@
|
||||||
# Template file for 'stalonetray'
|
# Template file for 'stalonetray'
|
||||||
pkgname=stalonetray
|
pkgname=stalonetray
|
||||||
version=0.8.3
|
version=0.8.5
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake docbook-xsl libxslt"
|
||||||
makedepends="libSM-devel libXpm-devel"
|
makedepends="libSM-devel libXpm-devel"
|
||||||
short_desc="Standalone system tray (notification area)"
|
short_desc="Standalone system tray (notification area)"
|
||||||
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
|
maintainer="Thomas Adam <thomas.adam22@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://stalonetray.sourceforge.net/"
|
homepage="https://github.com/kolbusa/stalonetray"
|
||||||
distfiles="${SOURCEFORGE_SITE}/stalonetray/${version}/stalonetray-${version}.tar.gz"
|
distfiles="https://github.com/kolbusa/stalonetray/archive/v${version}.tar.gz"
|
||||||
checksum=f47468a4ecabf93d22774e3fb5e1aba76e8e8d2d76e878975c7c43b65a8353e3
|
checksum=b66ef676d4fcffbcb0980adc7842786e7050381e06ab2c99275f04cc98d39497
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
aclocal
|
||||||
|
autoheader
|
||||||
|
autoconf
|
||||||
|
automake --add-missing
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue