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

Christian Hesse eworm at gemini.archlinux.org
Mon Sep 27 10:40:01 UTC 2021


    Date: Monday, September 27, 2021 @ 10:40:01
  Author: eworm
Revision: 424740

archrelease: copy trunk to testing-x86_64

Added:
  fluxbox/repos/testing-x86_64/
  fluxbox/repos/testing-x86_64/PKGBUILD
    (from rev 424739, fluxbox/trunk/PKGBUILD)
  fluxbox/repos/testing-x86_64/fluxbox.desktop
    (from rev 424739, fluxbox/trunk/fluxbox.desktop)

-----------------+
 PKGBUILD        |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 fluxbox.desktop |    6 ++++++
 2 files changed, 58 insertions(+)

Copied: fluxbox/repos/testing-x86_64/PKGBUILD (from rev 424739, fluxbox/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-09-27 10:40:01 UTC (rev 424740)
@@ -0,0 +1,52 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fluxbox
+_commit='1d19662c8975e881b4fa6465a8305be3ea5282ee'
+pkgver=1.3.7+205+g1d19662c
+pkgrel=1
+pkgdesc='A lightweight and highly-configurable window manager'
+arch=('x86_64')
+url='http://www.fluxbox.org/'
+license=('MIT')
+depends=('fontconfig' 'libfontconfig.so' 'fribidi' 'libfribidi.so' 'imlib2'
+         'libxft' 'libxinerama' 'libxpm' 'libxrandr')
+makedepends=('git')
+optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
+options=('!makeflags')
+source=("git+https://github.com/fluxbox/fluxbox.git#commit=${_commit}"
+        'fluxbox.desktop')
+sha256sums=('SKIP'
+            '2148a90aca653b596e9632264dbdbd8c7e673d732e4b04eee66a8ac1e68b3c5d')
+
+pkgver() {
+  cd "${pkgname}"
+
+  git describe --tags | sed 's/Release-//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd "${pkgname}"
+
+  autoreconf -fi
+}
+
+build() {
+  cd "${pkgname}"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-imlib2 \
+    --enable-nls \
+    --enable-xft \
+    --enable-xinerama
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m0644 "${srcdir}/fluxbox.desktop" "${pkgdir}/usr/share/xsessions/fluxbox.desktop"
+  install -D -m0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: fluxbox/repos/testing-x86_64/fluxbox.desktop (from rev 424739, fluxbox/trunk/fluxbox.desktop)
===================================================================
--- testing-x86_64/fluxbox.desktop	                        (rev 0)
+++ testing-x86_64/fluxbox.desktop	2021-09-27 10:40:01 UTC (rev 424740)
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=XSession
+Exec=/usr/bin/startfluxbox
+TryExec=/usr/bin/startfluxbox
+Name=fluxbox



More information about the arch-commits mailing list