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

Antonio Rojas arojas at archlinux.org
Mon Nov 2 08:56:48 UTC 2020


    Date: Monday, November 2, 2020 @ 08:56:48
  Author: arojas
Revision: 399134

archrelease: copy trunk to extra-x86_64

Added:
  icewm/repos/extra-x86_64/PKGBUILD
    (from rev 399133, icewm/trunk/PKGBUILD)
Deleted:
  icewm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-02 08:56:38 UTC (rev 399133)
+++ PKGBUILD	2020-11-02 08:56:48 UTC (rev 399134)
@@ -1,26 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=icewm
-pkgver=1.8.3
-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' 'libao' 'fribidi' 'libxft' 'libxcomposite' 'libxdamage' 'gdk-pixbuf2' 'libxpm')
-makedepends=('xorg-mkfontdir' 'asciidoctor' 'librsvg')
-optdepends=('perl: for icewm-menu-xrandr')
-source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
-sha256sums=('37b151f9977a020cde7ebb2341961cb96c0954c5209fcfd1151cf690746f7fd3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: icewm/repos/extra-x86_64/PKGBUILD (from rev 399133, icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-02 08:56:48 UTC (rev 399134)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=icewm
+pkgver=1.9.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' 'libao' 'fribidi' 'libxft' 'libxcomposite' 'libxdamage' 'gdk-pixbuf2' 'libxpm')
+makedepends=('xorg-mkfontdir' 'asciidoctor' 'librsvg')
+optdepends=('perl: for icewm-menu-xrandr')
+source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz)
+sha256sums=('21f305f7399457dc6e61e7c812e7332ffe8e29e5710ec560ea9b7859fad4900c')
+
+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