[arch-commits] Commit in fluxbox/repos (3 files)
Christian Hesse
eworm at archlinux.org
Thu Apr 26 09:54:46 UTC 2018
Date: Thursday, April 26, 2018 @ 09:54:46
Author: eworm
Revision: 323024
archrelease: copy trunk to testing-x86_64
Added:
fluxbox/repos/testing-x86_64/
fluxbox/repos/testing-x86_64/PKGBUILD
(from rev 323023, fluxbox/trunk/PKGBUILD)
fluxbox/repos/testing-x86_64/fluxbox.desktop
(from rev 323023, fluxbox/trunk/fluxbox.desktop)
-----------------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
fluxbox.desktop | 6 ++++++
2 files changed, 43 insertions(+)
Copied: fluxbox/repos/testing-x86_64/PKGBUILD (from rev 323023, fluxbox/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-26 09:54:46 UTC (rev 323024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fluxbox
+pkgver=1.3.7
+pkgrel=4
+pkgdesc="A lightweight and highly-configurable window manager"
+arch=('x86_64')
+url="http://www.fluxbox.org"
+license=('MIT')
+depends=('libxft' 'libxpm' 'libxinerama' 'libxrandr' 'imlib2' 'fribidi')
+optdepends=('xorg-xmessage: for using the fbsetbg and fluxbox-generate_menu utilities')
+options=('!makeflags')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+ 'fluxbox.desktop')
+sha256sums=('fc8c75fe94c54ed5a5dd3fd4a752109f8949d6df67a48e5b11a261403c382ec0'
+ '2148a90aca653b596e9632264dbdbd8c7e673d732e4b04eee66a8ac1e68b3c5d')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure \
+ --prefix=/usr \
+ --enable-imlib2 \
+ --enable-nls \
+ --enable-xft \
+ --enable-xinerama
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 "${srcdir}/fluxbox.desktop" "${pkgdir}/usr/share/xsessions/fluxbox.desktop"
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Copied: fluxbox/repos/testing-x86_64/fluxbox.desktop (from rev 323023, fluxbox/trunk/fluxbox.desktop)
===================================================================
--- testing-x86_64/fluxbox.desktop (rev 0)
+++ testing-x86_64/fluxbox.desktop 2018-04-26 09:54:46 UTC (rev 323024)
@@ -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