[arch-commits] Commit in stumpwm/repos (3 files)

George Rawlinson grawlinson at gemini.archlinux.org
Sun May 29 02:39:21 UTC 2022


    Date: Sunday, May 29, 2022 @ 02:39:20
  Author: grawlinson
Revision: 1213270

archrelease: copy trunk to community-x86_64

Added:
  stumpwm/repos/community-x86_64/
  stumpwm/repos/community-x86_64/PKGBUILD
    (from rev 1213254, stumpwm/trunk/PKGBUILD)
  stumpwm/repos/community-x86_64/stumpwm.desktop
    (from rev 1213257, stumpwm/trunk/stumpwm.desktop)

-----------------+
 PKGBUILD        |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 stumpwm.desktop |    9 ++++++
 2 files changed, 84 insertions(+)

Copied: stumpwm/repos/community-x86_64/PKGBUILD (from rev 1213254, stumpwm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-05-29 02:39:20 UTC (rev 1213270)
@@ -0,0 +1,75 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Dario Klingenberg <dario.klingenberg at web.de>
+# Contributor: Kaare Jenssen <kaare at jenssen.it>
+# Contributor: Julian DeMille <julian.demille at demilletech.net>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Chris Dunder <cdunder at gmail.com>
+# Contributor: M Rawash <mrawash at gmail.com>
+# Contributor: olvar <beren.olvar at gmail.com>
+# Contributor: Andrew Antle <andrew.antle at gmail.com>
+# Contributor: joyfulgirl <joyfulgirl at archlinux.us>
+# Contributor: Jonathan Friedman <jonf at gojon.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: sidereus <francesco.serafin.3 at gmail.com>
+
+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/stumpwm.desktop (from rev 1213257, stumpwm/trunk/stumpwm.desktop)
===================================================================
--- community-x86_64/stumpwm.desktop	                        (rev 0)
+++ community-x86_64/stumpwm.desktop	2022-05-29 02:39:20 UTC (rev 1213270)
@@ -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



More information about the arch-commits mailing list