bump version to 1.1.2, fixed arch package

This commit is contained in:
speedie 2023-05-12 14:33:19 +02:00
parent d56cbcf958
commit c7c4826329
5 changed files with 7 additions and 14 deletions

View file

@ -28,12 +28,5 @@ build(){
package() { package() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
mkdir -p "$pkgdir/usr/share/spmenu" meson install -C build --destdir "$pkgdir"
install -Dm644 docs/docs.md "$pkgdir/usr/share/spmenu/"
install -Dm644 docs/code-docs.md "$pkgdir/usr/share/spmenu/"
install -Dm644 docs/example.Xresources "$pkgdir/usr/share/spmenu/"
install -Dm644 docs/spmenu.conf "$pkgdir/usr/share/spmenu/"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 scripts/spmenu_run "$pkgdir/usr/bin/spmenu"
install -Dm755 scripts/spmenu_test "$pkgdir/usr/bin/spmenu"
} }

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="generator" content="pandoc" /> <meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>spmenu documentation 1.1.1</title> <title>spmenu documentation 1.1.2</title>
<style> <style>
html { html {
color: #1a1a1a; color: #1a1a1a;
@ -166,7 +166,7 @@
</head> </head>
<body> <body>
<header id="title-block-header"> <header id="title-block-header">
<h1 class="title">spmenu documentation 1.1.1</h1> <h1 class="title">spmenu documentation 1.1.2</h1>
</header> </header>
<nav id="TOC" role="doc-toc"> <nav id="TOC" role="doc-toc">
<ul> <ul>

View file

@ -1,7 +1,7 @@
project( project(
'spmenu', 'spmenu',
'c', 'c',
version : '"1.1.1"', version : '"1.1.2"',
default_options : ['warning_level=3'] default_options : ['warning_level=3']
) )

View file

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "spmenu" "1" "" "1.1.1" "fancy dynamic menu" .TH "spmenu" "1" "" "1.1.2" "fancy dynamic menu"
.hy .hy
.SH spmenu .SH spmenu
.PP .PP

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="generator" content="pandoc" /> <meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>spmenu(1) 1.1.1 | fancy dynamic menu</title> <title>spmenu(1) 1.1.2 | fancy dynamic menu</title>
<style> <style>
html { html {
color: #1a1a1a; color: #1a1a1a;
@ -166,7 +166,7 @@
</head> </head>
<body> <body>
<header id="title-block-header"> <header id="title-block-header">
<h1 class="title">spmenu(1) 1.1.1 | fancy dynamic menu</h1> <h1 class="title">spmenu(1) 1.1.2 | fancy dynamic menu</h1>
</header> </header>
<h1 id="spmenu">spmenu</h1> <h1 id="spmenu">spmenu</h1>
<p>spmenu is a program for X11 that reads standard input and allows the <p>spmenu is a program for X11 that reads standard input and allows the