[arch-commits] Commit in icewm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jun 26 17:06:38 UTC 2021


    Date: Saturday, June 26, 2021 @ 17:06:38
  Author: arojas
Revision: 967547

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-26 17:06:27 UTC (rev 967546)
+++ PKGBUILD	2021-06-26 17:06:38 UTC (rev 967547)
@@ -1,27 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=icewm
-pkgver=2.5.0
-pkgrel=1
-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=('66e64c80d05cca084d7a3eb50c7d980b2f404eae42dd42efa2614a97a99ee056')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 967546, icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-26 17:06:38 UTC (rev 967547)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=icewm
+pkgver=2.5.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)
+optdepends=('perl: for icewm-menu-xrandr')
+source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz")
+sha256sums=('66e64c80d05cca084d7a3eb50c7d980b2f404eae42dd42efa2614a97a99ee056')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list