Date: Thursday, October 27, 2022 @ 02:37:17
  Author: blakkheim
Revision: 1338018

archrelease: copy trunk to community-testing-x86_64

Added:
  jwm/repos/community-testing-x86_64/
  jwm/repos/community-testing-x86_64/PKGBUILD
    (from rev 1338017, jwm/trunk/PKGBUILD)
  jwm/repos/community-testing-x86_64/jwm.desktop
    (from rev 1338017, jwm/trunk/jwm.desktop)

-------------+
 PKGBUILD    |   39 +++++++++++++++++++++++++++++++++++++++
 jwm.desktop |    7 +++++++
 2 files changed, 46 insertions(+)

Copied: jwm/repos/community-testing-x86_64/PKGBUILD (from rev 1338017, 
jwm/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-10-27 02:37:17 UTC (rev 1338018)
@@ -0,0 +1,39 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Maintainer: Sergej Pupykin <[email protected]>
+
+pkgname=jwm
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="A lightweight window manager for the X11 Window System"
+arch=('x86_64')
+url="https://joewing.net/projects/jwm/";
+license=('MIT')
+depends=('libx11' 'libxft' 'libjpeg-turbo' 'libxpm' 'libxinerama' 'libpng' 
'cairo' 'librsvg')
+backup=('etc/system.jwmrc')
+source=("https://github.com/joewing/jwm/releases/download/v$pkgver/jwm-$pkgver.tar.xz";
+        jwm.desktop)
+# contacted upstream about desktop
+# no reply
+sha512sums=('35b8a6da9614f11881013aa77c36ee88ce9a213f056e797231b772132beb841d54094809b6a476383999bddeccf61451f72cd166309dd79c223b634cf5d1e69e'
+            
'1014988cc17a439ad3ae36a1e137ad8c9c46b2afbe6966c68ecc3258a0320fbad96c562fb39bdc41db624ebddaa45617938b621b489f3a740bda11a40f4f7718')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -i 's|/usr/local/share/|/usr/share/|' contrib/Makefile po/Makefile* 
example.jwmrc
+  # locales were broken in 2.4.0
+  sed -i 's|mkdir_p = @mkdir_p@|mkdir_p = /usr/bin/mkdir -p --|' po/Makefile*
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
+       DESTDIR="$pkgdir" SYSCONF="$pkgdir/etc" install
+  install -Dm644 "../jwm.desktop" "$pkgdir/usr/share/xsessions/jwm.desktop"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: jwm/repos/community-testing-x86_64/jwm.desktop (from rev 1338017, 
jwm/trunk/jwm.desktop)
===================================================================
--- community-testing-x86_64/jwm.desktop                                (rev 0)
+++ community-testing-x86_64/jwm.desktop        2022-10-27 02:37:17 UTC (rev 
1338018)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=JWM
+Comment=A lightweight window manger for the X11 Window System
+Exec=/usr/bin/jwm
+TryExec=/usr/bin/jwm
+Type=XSession

Reply via email to