[arch-commits] Commit in icewm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Aug 31 12:30:11 UTC 2020
Date: Monday, August 31, 2020 @ 12:30:11
Author: arojas
Revision: 395006
archrelease: copy trunk to extra-x86_64
Added:
icewm/repos/extra-x86_64/PKGBUILD
(from rev 395005, icewm/trunk/PKGBUILD)
Deleted:
icewm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-31 12:29:58 UTC (rev 395005)
+++ PKGBUILD 2020-08-31 12:30:11 UTC (rev 395006)
@@ -1,26 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=icewm
-pkgver=1.8.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=('a71ab11c30f3e5997fdee209f1bc528141e9f6f343c6a37031339491e2db2a87')
-
-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 395005, icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-31 12:30:11 UTC (rev 395006)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=icewm
+pkgver=1.8.1
+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=('8bc9547f7630408fbcbae03a2ee075a31743c458abf92de4f03712bb8861092e')
+
+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