[arch-commits] Commit in icewm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Nov 11 22:16:40 UTC 2020
Date: Wednesday, November 11, 2020 @ 22:16:39
Author: arojas
Revision: 400431
archrelease: copy trunk to extra-x86_64
Added:
icewm/repos/extra-x86_64/PKGBUILD
(from rev 400430, icewm/trunk/PKGBUILD)
Deleted:
icewm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 22:16:27 UTC (rev 400430)
+++ PKGBUILD 2020-11-11 22:16:39 UTC (rev 400431)
@@ -1,27 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=icewm
-pkgver=1.9.1
-pkgrel=2
-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-pixbuf-xlib' '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=('edd4ddadbd3440b18008c242f99a92cddf0d0f462ae84797495dc66a5e9e833a')
-
-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 400430, icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 22:16:39 UTC (rev 400431)
@@ -0,0 +1,27 @@
+# Maintainer:
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=icewm
+pkgver=1.9.2
+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-pixbuf-xlib' '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=('713bd7849f9fba8338beb278c94c16a6ae610de7e718707e19a334429f17203f')
+
+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