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

Alexander Rødseth arodseth at archlinux.org
Wed Feb 10 10:38:07 UTC 2021


    Date: Wednesday, February 10, 2021 @ 10:38:07
  Author: arodseth
Revision: 853541

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-10 10:38:02 UTC (rev 853540)
+++ PKGBUILD	2021-02-10 10:38:07 UTC (rev 853541)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=icewm
-pkgver=2.1.1
-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=('b4953f716032a3e8aa4b17b221c5a46c0c51682d68cab98dd59fc5e1da06f5d2')
-
-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 853540, icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-10 10:38:07 UTC (rev 853541)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=icewm
+pkgver=2.1.2
+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=('ad1e621a48655692425c4a51e813194458938fe7d878d030b21d9fe29c0f925b')
+
+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