[arch-commits] Commit in icewm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jan 10 07:04:37 UTC 2019
Date: Thursday, January 10, 2019 @ 07:04:36
Author: arojas
Revision: 343230
archrelease: copy trunk to extra-x86_64
Added:
icewm/repos/extra-x86_64/PKGBUILD
(from rev 343229, icewm/trunk/PKGBUILD)
Deleted:
icewm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 51 +++++++++++++++++++++++++--------------------------
1 file changed, 25 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-10 07:04:17 UTC (rev 343229)
+++ PKGBUILD 2019-01-10 07:04:36 UTC (rev 343230)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=icewm
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A Window Manager designed for speed, usability, and consistency"
-arch=('x86_64')
-url="http://www.icewm.org/"
-license=('LGPL')
-depends=('libxrandr' 'libxft' 'libsm' 'libxinerama' 'gdk-pixbuf2' 'fribidi')
-makedepends=('xorg-mkfontdir')
-source=(https://github.com/bbidulock/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9920901c5eadb6df95af68dcb4f044b16e76e80ccd2c420b66c2ab83559477a7')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc \
- --enable-shaped-decorations --enable-gradients
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: icewm/repos/extra-x86_64/PKGBUILD (from rev 343229, icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-10 07:04:36 UTC (rev 343230)
@@ -0,0 +1,25 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=icewm
+pkgver=1.5.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' 'libxft' 'libsm' 'libxinerama' 'gdk-pixbuf2' 'fribidi')
+makedepends=('xorg-mkfontdir' 'asciidoctor')
+source=(https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('14f3ffbc1527390892202c3319ef50d7a63116d01d4a94228303c9833e5e9a0a')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --enable-shaped-decorations --enable-gradients
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list