Date: Tuesday, June 14, 2022 @ 01:51:50
Author: grawlinson
Revision: 1237836
archrelease: copy trunk to community-x86_64
Added:
stumpwm/repos/community-x86_64/PKGBUILD
(from rev 1237835, stumpwm/trunk/PKGBUILD)
stumpwm/repos/community-x86_64/stumpwm.desktop
(from rev 1237835, stumpwm/trunk/stumpwm.desktop)
Deleted:
stumpwm/repos/community-x86_64/PKGBUILD
stumpwm/repos/community-x86_64/stumpwm.desktop
-----------------+
PKGBUILD | 155 +++++++++++++++++++++++++++---------------------------
stumpwm.desktop | 18 +++---
2 files changed, 89 insertions(+), 84 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-14 01:51:00 UTC (rev 1237835)
+++ PKGBUILD 2022-06-14 01:51:50 UTC (rev 1237836)
@@ -1,75 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Dario Klingenberg <[email protected]>
-# Contributor: Kaare Jenssen <[email protected]>
-# Contributor: Julian DeMille <[email protected]>
-# Contributor: Alexander F Rødseth <[email protected]>
-# Contributor: Chris Dunder <[email protected]>
-# Contributor: M Rawash <[email protected]>
-# Contributor: olvar <[email protected]>
-# Contributor: Andrew Antle <[email protected]>
-# Contributor: joyfulgirl <[email protected]>
-# Contributor: Jonathan Friedman <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-# Contributor: sidereus <[email protected]>
-
-pkgname=stumpwm
-pkgver=22.05
-pkgrel=2
-pkgdesc='Tiling, keyboard-driven window manager written in Common Lisp'
-arch=('x86_64')
-url='https://stumpwm.github.io/'
-license=('GPL2')
-depends=(
- 'sbcl'
- 'cl-ppcre'
- 'cl-clx'
- 'cl-alexandria'
-)
-makedepends=('git')
-optdepends=(
- 'xorg-xprop: for stumpish, the StumpWM Interactive Shell'
- 'rlwrap: command completion and history in stumpish'
- 'emacs: edit and eval stumpwm code with M-x stumpwm-mode'
- 'alsa-utils: control the volume with amixer.lisp'
- 'mpd: control mpd with mpd.lisp'
- 'surfraw: surf the internet with surfraw.lisp'
-)
-options=('!strip' '!makeflags')
-_commit='09685fcddc32befcf7a0fbe38df9b0613fc4539b'
-source=(
- "$pkgname::git+https://github.com/stumpwm/stumpwm#commit=$_commit"
- 'stumpwm.desktop'
-)
-b2sums=('SKIP'
-
'a6bf8083d300854c4252046937e18bea935b4bd496677b8bcf0ca74c3af91f37dcd0f7ce766b23ac0b22a9fbbec40d55ca2804c8ecf46db087cc1842116d8f6c')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
-}
-
-build() {
- cd "$pkgname"
-
- autoconf
-
- ./configure \
- --prefix=/usr \
- --with-module-dir=/usr/share/stumpwm/contrib
-
- make
-}
-
-package() {
- cd "$pkgname"
-
- make destdir="$pkgdir" install
-
- # sample configuration
- install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" \
- sample-stumpwmrc.lisp README.md
-
- # desktop file
- install -vDm644 -t "$pkgdir/usr/share/xsessions" ../stumpwm.desktop
-}
Copied: stumpwm/repos/community-x86_64/PKGBUILD (from rev 1237835,
stumpwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-14 01:51:50 UTC (rev 1237836)
@@ -0,0 +1,80 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Dario Klingenberg <[email protected]>
+# Contributor: Kaare Jenssen <[email protected]>
+# Contributor: Julian DeMille <[email protected]>
+# Contributor: Alexander F Rødseth <[email protected]>
+# Contributor: Chris Dunder <[email protected]>
+# Contributor: M Rawash <[email protected]>
+# Contributor: olvar <[email protected]>
+# Contributor: Andrew Antle <[email protected]>
+# Contributor: joyfulgirl <[email protected]>
+# Contributor: Jonathan Friedman <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: sidereus <[email protected]>
+
+pkgname=stumpwm
+pkgver=22.05
+pkgrel=3
+pkgdesc='Tiling, keyboard-driven window manager written in Common Lisp'
+arch=('x86_64')
+url='https://stumpwm.github.io/'
+license=('GPL2')
+depends=(
+ 'sbcl'
+ 'cl-ppcre'
+ 'cl-clx'
+ 'cl-alexandria'
+)
+makedepends=('git' 'texlive-core')
+optdepends=(
+ 'xorg-xprop: for stumpish, the StumpWM Interactive Shell'
+ 'rlwrap: command completion and history in stumpish'
+ 'emacs: edit and eval stumpwm code with M-x stumpwm-mode'
+ 'alsa-utils: control the volume with amixer.lisp'
+ 'mpd: control mpd with mpd.lisp'
+ 'surfraw: surf the internet with surfraw.lisp'
+)
+options=('!strip' '!makeflags')
+_commit='09685fcddc32befcf7a0fbe38df9b0613fc4539b'
+source=(
+ "$pkgname::git+https://github.com/stumpwm/stumpwm#commit=$_commit"
+ 'stumpwm.desktop'
+)
+b2sums=('SKIP'
+
'a6bf8083d300854c4252046937e18bea935b4bd496677b8bcf0ca74c3af91f37dcd0f7ce766b23ac0b22a9fbbec40d55ca2804c8ecf46db087cc1842116d8f6c')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed -e 's/^v//' -e 's/-/.r/' -e 's/-/./g'
+}
+
+build() {
+ cd "$pkgname"
+
+ autoconf
+
+ ./configure \
+ --prefix=/usr \
+ --with-module-dir=/usr/share/stumpwm/contrib
+
+ make
+
+ # generate html/pdf documentation
+ makeinfo --pdf stumpwm.texi
+ makeinfo --html stumpwm.texi
+}
+
+package() {
+ cd "$pkgname"
+
+ make destdir="$pkgdir" install
+
+ # documentation
+ install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" \
+ sample-stumpwmrc.lisp README.md stumpwm.pdf
+ cp -vr stumpwm.html "$pkgdir/usr/share/doc/$pkgname/html"
+
+ # desktop file
+ install -vDm644 -t "$pkgdir/usr/share/xsessions" ../stumpwm.desktop
+}
Deleted: stumpwm.desktop
===================================================================
--- stumpwm.desktop 2022-06-14 01:51:00 UTC (rev 1237835)
+++ stumpwm.desktop 2022-06-14 01:51:50 UTC (rev 1237836)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Stumpwm
-Comment=Tiling, keyboard driven Common Lisp window manager
-TryExec=stumpwm
-Exec=stumpwm
-Type=Application
-
-[X-Window Manager]
-SessionManaged=true
Copied: stumpwm/repos/community-x86_64/stumpwm.desktop (from rev 1237835,
stumpwm/trunk/stumpwm.desktop)
===================================================================
--- stumpwm.desktop (rev 0)
+++ stumpwm.desktop 2022-06-14 01:51:50 UTC (rev 1237836)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Stumpwm
+Comment=Tiling, keyboard driven Common Lisp window manager
+TryExec=stumpwm
+Exec=stumpwm
+Type=Application
+
+[X-Window Manager]
+SessionManaged=true