Date: Wednesday, November 30, 2022 @ 07:25:10
  Author: grawlinson
Revision: 1355275

archrelease: copy trunk to community-x86_64

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

-----------------+
 PKGBUILD        |  160 +++++++++++++++++++++++++++---------------------------
 stumpwm.desktop |   18 +++---
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-30 07:24:02 UTC (rev 1355274)
+++ PKGBUILD    2022-11-30 07:25:10 UTC (rev 1355275)
@@ -1,80 +0,0 @@
-# Maintainer: George Rawlinson <grawlin...@archlinux.org>
-# Contributor: Dario Klingenberg <dario.klingenb...@web.de>
-# Contributor: Kaare Jenssen <ka...@jenssen.it>
-# Contributor: Julian DeMille <julian.demi...@demilletech.net>
-# Contributor: Alexander F Rødseth <xypr...@archlinux.org>
-# Contributor: Chris Dunder <cdun...@gmail.com>
-# Contributor: M Rawash <mraw...@gmail.com>
-# Contributor: olvar <beren.ol...@gmail.com>
-# Contributor: Andrew Antle <andrew.an...@gmail.com>
-# Contributor: joyfulgirl <joyfulg...@archlinux.us>
-# Contributor: Jonathan Friedman <j...@gojon.com>
-# Contributor: Stefan Husmann <stefan-husm...@t-online.de>
-# Contributor: sidereus <francesco.serafi...@gmail.com>
-
-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
-}

Copied: stumpwm/repos/community-x86_64/PKGBUILD (from rev 1355274, 
stumpwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-30 07:25:10 UTC (rev 1355275)
@@ -0,0 +1,80 @@
+# Maintainer: George Rawlinson <grawlin...@archlinux.org>
+# Contributor: Dario Klingenberg <dario.klingenb...@web.de>
+# Contributor: Kaare Jenssen <ka...@jenssen.it>
+# Contributor: Julian DeMille <julian.demi...@demilletech.net>
+# Contributor: Alexander F Rødseth <xypr...@archlinux.org>
+# Contributor: Chris Dunder <cdun...@gmail.com>
+# Contributor: M Rawash <mraw...@gmail.com>
+# Contributor: olvar <beren.ol...@gmail.com>
+# Contributor: Andrew Antle <andrew.an...@gmail.com>
+# Contributor: joyfulgirl <joyfulg...@archlinux.us>
+# Contributor: Jonathan Friedman <j...@gojon.com>
+# Contributor: Stefan Husmann <stefan-husm...@t-online.de>
+# Contributor: sidereus <francesco.serafi...@gmail.com>
+
+pkgname=stumpwm
+pkgver=22.11
+pkgrel=1
+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='fff2508fd54b4035b0d80bafbd75a13f1756130f'
+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-11-30 07:24:02 UTC (rev 1355274)
+++ stumpwm.desktop     2022-11-30 07:25:10 UTC (rev 1355275)
@@ -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 1355274, 
stumpwm/trunk/stumpwm.desktop)
===================================================================
--- stumpwm.desktop                             (rev 0)
+++ stumpwm.desktop     2022-11-30 07:25:10 UTC (rev 1355275)
@@ -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

Reply via email to