[arch-commits] Commit in icewm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Dec 20 17:25:22 UTC 2020
Date: Sunday, December 20, 2020 @ 17:25:21
Author: arodseth
Revision: 780554
archrelease: copy trunk to community-x86_64
Added:
icewm/repos/community-x86_64/PKGBUILD
(from rev 780553, icewm/trunk/PKGBUILD)
Deleted:
icewm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-20 17:25:16 UTC (rev 780553)
+++ PKGBUILD 2020-12-20 17:25:21 UTC (rev 780554)
@@ -1,26 +0,0 @@
-# Maintainer:
-# 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')
-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
-}
Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 780553, icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-20 17:25:21 UTC (rev 780554)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=icewm
+pkgver=2.0.0
+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")
+sha256sums=('4478172b936f7f7dcfc2120be8d8f153fd755933bf98b8e98e3eae50c414939c')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list