[arch-commits] Commit in xfce4-xkb-plugin/repos (extra-x86_64 extra-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 9 22:15:55 UTC 2008


    Date: Sunday, November 9, 2008 @ 17:15:53
  Author: andyrtr
Revision: 18870

Merged revisions 356,18793,18869 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xfce4-xkb-plugin/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r18793 | tobias | 2008-11-09 06:28:49 +0000 (So, 09 Nov 2008) | 1 line
  
  upgpkg: xfce4-xkb-plugin 0.5.1-1
........
  r18869 | andyrtr | 2008-11-09 22:14:17 +0000 (So, 09 Nov 2008) | 2 lines
  
  upgpkg: xfce4-xkb-plugin 0.5.1-2
      fixed the libexecdir
........

Modified:
  xfce4-xkb-plugin/repos/extra-x86_64/	(properties)
  xfce4-xkb-plugin/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


Property changes on: xfce4-xkb-plugin/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xfce4-xkb-plugin/trunk:1
   + /xfce4-xkb-plugin/trunk:1-18869

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-11-09 22:14:17 UTC (rev 18869)
+++ extra-x86_64/PKGBUILD	2008-11-09 22:15:53 UTC (rev 18870)
@@ -3,24 +3,24 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-xkb-plugin
-pkgver=0.4.3
-pkgrel=4
+pkgver=0.5.1
+pkgrel=2
 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel"
 arch=(i686 x86_64)
 license=('custom')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel')
+depends=('xfce4-panel' 'libwnck' 'libxklavier' 'librsvg')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e0375158339672f49c9e48a8b4669592')
+source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a09ef47b54701c2344da10c0dc7bbe73')
 
 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
   make || return 1
-  make DESTDIR=${startdir}/pkg install
-  install -Dm644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }




More information about the arch-commits mailing list