[arch-commits] Commit in xfce4-mailwatch-plugin/repos (extra-i686 extra-i686/PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Nov 13 03:01:48 UTC 2008


    Date: Wednesday, November 12, 2008 @ 22:01:47
  Author: eric
Revision: 18972

Merged revisions 18865 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xfce4-mailwatch-plugin/trunk

........
  r18865 | andyrtr | 2008-11-09 16:57:16 -0500 (Sun, 09 Nov 2008) | 2 lines
  
  upgpkg: xfce4-mailwatch-plugin 1.1.0-2
      fixed the libexecdir
........

Modified:
  xfce4-mailwatch-plugin/repos/extra-i686/	(properties)
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD

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


Property changes on: xfce4-mailwatch-plugin/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /xfce4-mailwatch-plugin/trunk:1-18787
   + /xfce4-mailwatch-plugin/trunk:1-18971

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-11-13 02:32:45 UTC (rev 18971)
+++ extra-i686/PKGBUILD	2008-11-13 03:01:47 UTC (rev 18972)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-mailwatch-plugin
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A mailbox watch/check plugin for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -18,9 +18,9 @@
 md5sums=('f84dce86be1d7f25f169f262aaacee4e')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list