[arch-commits] Commit in icewm/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Dec 20 17:25:17 UTC 2020


    Date: Sunday, December 20, 2020 @ 17:25:16
  Author: arodseth
Revision: 780553

Add an icewm group

Modified:
  icewm/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-20 16:57:04 UTC (rev 780552)
+++ PKGBUILD	2020-12-20 17:25:16 UTC (rev 780553)
@@ -1,26 +1,27 @@
-# Maintainer:
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Eric Bélanger <eric at 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')
+pkgrel=2
+pkgdesc='Window Manager designed for speed, usability, and consistency'
+arch=(x86_64)
+url='https://ice-wm.org/'
+license=(LGPL)
+depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage libxinerama libxpm libxrandr)
+makedepends=(asciidoctor xorg-mkfontdir)
+groups=(icewm)
 optdepends=('perl: for icewm-menu-xrandr')
-source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
+source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz")
 sha256sums=('4478172b936f7f7dcfc2120be8d8f153fd755933bf98b8e98e3eae50c414939c')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list