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

Eric Belanger eric at archlinux.org
Fri Aug 29 03:36:16 UTC 2008


    Date: Thursday, August 28, 2008 @ 23:36:16
  Author: eric
Revision: 10410

Merged revisions 2-10409 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/pekwm/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r10332 | kevin | 2008-08-26 09:41:10 -0400 (Tue, 26 Aug 2008) | 1 line
  
  upgpkg: pekwm 0.1.7-1
........
  r10409 | eric | 2008-08-28 23:36:01 -0400 (Thu, 28 Aug 2008) | 2 lines
  
  upgpkg: pekwm 0.1.7-1
      removed out-of-startdir reference
........

Modified:
  pekwm/repos/extra-x86_64/	(properties)
  pekwm/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Property changes on: pekwm/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /pekwm/trunk:1
   + /pekwm/trunk:1-10409

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-08-29 03:36:01 UTC (rev 10409)
+++ extra-x86_64/PKGBUILD	2008-08-29 03:36:16 UTC (rev 10410)
@@ -3,16 +3,17 @@
 # Contributor: Eddie Lozon <almostlucky at attbi.com>
 
 pkgname=pekwm
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc="A small, fast, functional, and flexible window manager"
 arch=(i686 x86_64)
 url="http://pekwm.org/"
-source=(http://pekwm.org/files/$pkgname-$pkgver.tar.bz2 pekwm.desktop)
-depends=('libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm' 'libxrandr')
-license=(GPL)
-md5sums=('551358cbe15cfe7be3a7f614c49c1d00'
-         '5a78fc6653fbb0b7282ecf7f1f81e2c5')
+source=(http://pekwm.org/projects/3/files/$pkgname-$pkgver.tar.bz2
+pekwm.desktop)
+md5sums=('30acfa41a5005a9f31117041ec32eb0d' '5a78fc6653fbb0b7282ecf7f1f81e2c5')
+depends=('gcc-libs' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm'
+'libxrandr')
+license=('GPL')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -26,7 +27,7 @@
 
   /usr/bin/make || return 1
   /usr/bin/make DESTDIR=$startdir/pkg install
-  install -D -m644 $startdir/$pkgname.desktop \
+  install -D -m644 $startdir/src/$pkgname.desktop \
                    $startdir/pkg/etc/X11/sessions/$pkgname.desktop
 }
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list