Date: Sunday, December 20, 2020 @ 13:42:58
  Author: jelle
Revision: 780422

archrelease: copy trunk to community-x86_64

Added:
  icewm/repos/community-x86_64/
  icewm/repos/community-x86_64/PKGBUILD
    (from rev 780421, icewm/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 780421, 
icewm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2020-12-20 13:42:58 UTC (rev 780422)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Eric BĂ©langer <e...@archlinux.org>
+
+pkgname=icewm
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A Window Manager designed for speed, usability, and consistency"
+arch=('x86_64')
+url="https://ice-wm.org/";
+license=('LGPL')
+depends=('libxrandr' 'libxinerama' 'libsndfile' 'alsa-lib' 'libxcomposite' 
'libxdamage' 'libxpm' 'imlib2' 'librsvg')
+makedepends=('xorg-mkfontdir' 'asciidoctor')
+optdepends=('perl: for icewm-menu-xrandr')
+source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
+sha256sums=('4478172b936f7f7dcfc2120be8d8f153fd755933bf98b8e98e3eae50c414939c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to