[arch-commits] CVS update of extra (x11/obconf/PKGBUILD xfce4/thunar/PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Tue Jan 15 02:05:25 UTC 2008


    Date: Monday, January 14, 2008 @ 21:05:25
  Author: tobias
    Path: /home/cvs-extra/extra

Modified: x11/obconf/PKGBUILD (1.10 -> 1.11)
          xfce4/thunar/PKGBUILD (1.11 -> 1.12)

fixed some thunar upstream bug
fixed install routine for obconf


-----------------------+
 x11/obconf/PKGBUILD   |   10 +++++-----
 xfce4/thunar/PKGBUILD |   11 +++++++----
 2 files changed, 12 insertions(+), 9 deletions(-)


Index: extra/x11/obconf/PKGBUILD
diff -u extra/x11/obconf/PKGBUILD:1.10 extra/x11/obconf/PKGBUILD:1.11
--- extra/x11/obconf/PKGBUILD:1.10	Mon Jul 23 18:46:42 2007
+++ extra/x11/obconf/PKGBUILD	Mon Jan 14 21:05:24 2008
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD,v 1.10 2007/07/23 22:46:42 tobias Exp $
+# $Id: PKGBUILD,v 1.11 2008/01/15 02:05:24 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=obconf
 pkgver=2.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A gtk2 based configuration tool for the Openbox windowmanager"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://tr.openmonkey.com/pages/obconf/"
-depends=('openbox>=3.3.995' 'gtk2' 'libglade')
+depends=('openbox>=3.4.5' 'gtk2' 'libglade')
+install=${pkgname}.install
 source=(http://icculus.org/openbox/${pkgname}/${pkgname}-${pkgver}.tar.gz \
         http://icculus.org/openbox/mw/images/8/80/Obconf-72.png)
-md5sums=('1a47bbb3c2f42f134c25a3ef4727cde9'
-         '340ae4732e76731d2838473541eb8d4e')
+md5sums=('1a47bbb3c2f42f134c25a3ef4727cde9' '340ae4732e76731d2838473541eb8d4e')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
Index: extra/xfce4/thunar/PKGBUILD
diff -u extra/xfce4/thunar/PKGBUILD:1.11 extra/xfce4/thunar/PKGBUILD:1.12
--- extra/xfce4/thunar/PKGBUILD:1.11	Mon Dec  3 20:01:21 2007
+++ extra/xfce4/thunar/PKGBUILD	Mon Jan 14 21:05:24 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.11 2007/12/04 01:01:21 tobias Exp $
+# $Id: PKGBUILD,v 1.12 2008/01/15 02:05:24 tobias Exp $
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="new modern file manager for Xfce"
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2')
@@ -16,13 +16,16 @@
 options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-4.4.2/src/Thunar-${pkgver}.tar.bz2 \
-        http://foo-projects.org/pipermail/thunar-dev/attachments/20071203/a44d5411/thunar-vfs-volume-hal_missing-audio-cds-for-volman.bin
+        http://foo-projects.org/pipermail/thunar-dev/attachments/20071203/a44d5411/thunar-vfs-volume-hal_missing-audio-cds-for-volman.bin \
+		  http://bugzilla.xfce.org/attachment.cgi?id=1452
 )
-md5sums=('0fc5008858661c0abd0399acbe30ef28' 'dbdaeefe5a636f14c5abc8048ed1d0ee')
+md5sums=('0fc5008858661c0abd0399acbe30ef28' 'dbdaeefe5a636f14c5abc8048ed1d0ee' \
+         '47ba8457095999a6e759ce0168bdbabe')
 
 build() {
   cd ${startdir}/src/Thunar-${pkgver}
   patch -Np0 -i ../thunar-vfs-volume-hal_missing-audio-cds-for-volman.bin || return 1
+  patch -Np0 -i ../attachment.cgi?id=1452 || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static \
     --disable-gnome-thumbnailers --enable-exif --enable-pcre




More information about the arch-commits mailing list