[arch-commits] Commit in icewm/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Feb 8 11:08:34 UTC 2011


    Date: Tuesday, February 8, 2011 @ 06:08:33
  Author: eric
Revision: 109337

Fixed location of sessions .desktop file, Removed ChangeLog

Modified:
  icewm/trunk/PKGBUILD
Deleted:
  icewm/trunk/ChangeLog

-----------+
 ChangeLog |   15 ---------------
 PKGBUILD  |   15 +++++++++------
 2 files changed, 9 insertions(+), 21 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2011-02-08 11:06:02 UTC (rev 109336)
+++ ChangeLog	2011-02-08 11:08:33 UTC (rev 109337)
@@ -1,15 +0,0 @@
-2010-01-18  Eric Belanger  <eric at archlinux.org>
-
-	* icewm 1.2.37-3
-	* Rebuilt for libpng 1.4 and libjpeg 8
-
-2009-01-30  Eric Belanger  <eric at archlinux.org>
-
-	* icewm 1.2.37-1
-	* Upstream update
-
-2008-10-18  Eric Belanger  <eric at archlinux.org>
-
-	* icewm 1.2.36-1
-	* Upstream update
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-08 11:06:02 UTC (rev 109336)
+++ PKGBUILD	2011-02-08 11:08:33 UTC (rev 109337)
@@ -1,6 +1,5 @@
 # $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: dorphell <dorphell at gmx.net>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=icewm
 pkgver=1.2.37
@@ -17,8 +16,12 @@
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --sysconfdir=/etc --with-imlib \
-     --enable-shaped-decorations --enable-gradients || return 1
-   make || return 1
-   make DESTDIR="${pkgdir}" install install-man install-docs || return 1
-   install -D -m644 "${srcdir}/icewm.desktop" "${pkgdir}/etc/X11/sessions/icewm.desktop" || return 1
+     --enable-shaped-decorations --enable-gradients
+   make
 }
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install install-man install-docs
+   install -D -m644 "${srcdir}/icewm.desktop" "${pkgdir}/usr/share/xsessions/icewm.desktop"
+}




More information about the arch-commits mailing list