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

2011-01-04 Thread Tobias Powalowski
Date: Tuesday, January 4, 2011 @ 03:28:48
  Author: tpowa
Revision: 104566

upgpkg: usbutils 001-2
rebuild without force option

Modified:
  usbutils/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 06:52:24 UTC (rev 104565)
+++ PKGBUILD2011-01-04 08:28:48 UTC (rev 104566)
@@ -3,7 +3,7 @@
 # Contributor: Curtis Campbell curtisjamescampb...@hotmail.com
 pkgname=usbutils
 pkgver=001
-pkgrel=1
+pkgrel=2
 pkgdesc=USB Device Utilities
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,7 +13,6 @@
 url=http://linux-usb.sourceforge.net/;
 
source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('3ecdcb42f08ef0d63e2638feb06ececc')
-options=('force')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in usbutils/repos (testing-i686)

2011-01-04 Thread Tobias Powalowski
Date: Tuesday, January 4, 2011 @ 03:28:58
  Author: tpowa
Revision: 104567

archrelease: remove testing-i686

Deleted:
  usbutils/repos/testing-i686/



[arch-commits] Commit in usbutils/repos (testing-i686)

2011-01-04 Thread Tobias Powalowski
Date: Tuesday, January 4, 2011 @ 03:29:16
  Author: tpowa
Revision: 104568

archrelease: copy trunk to testing-i686

Added:
  usbutils/repos/testing-i686/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-01-04 Thread Tobias Powalowski
Date: Tuesday, January 4, 2011 @ 03:29:24
  Author: tpowa
Revision: 104569

archrelease: remove testing-x86_64

Deleted:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-01-04 Thread Tobias Powalowski
Date: Tuesday, January 4, 2011 @ 03:29:39
  Author: tpowa
Revision: 104570

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (core-i686)

2011-01-04 Thread Thomas Bächler
Date: Tuesday, January 4, 2011 @ 04:37:46
  Author: thomas
Revision: 104571

db-move: cryptsetup removed by thomas for move to [core] (i686)

Deleted:
  cryptsetup/repos/core-i686/



[arch-commits] Commit in cryptsetup/repos (core-i686 testing-i686)

2011-01-04 Thread Thomas Bächler
Date: Tuesday, January 4, 2011 @ 04:37:47
  Author: thomas
Revision: 104572

db-move: moved cryptsetup from [testing] to [core] (i686)

Added:
  cryptsetup/repos/core-i686/
Deleted:
  cryptsetup/repos/testing-i686/



[arch-commits] Commit in cryptsetup/repos (core-x86_64)

2011-01-04 Thread Thomas Bächler
Date: Tuesday, January 4, 2011 @ 04:37:47
  Author: thomas
Revision: 104573

db-move: cryptsetup removed by thomas for move to [core] (x86_64)

Deleted:
  cryptsetup/repos/core-x86_64/



[arch-commits] Commit in lvm2/repos (core-i686)

2011-01-04 Thread Thomas Bächler
Date: Tuesday, January 4, 2011 @ 04:37:49
  Author: thomas
Revision: 104575

db-move: lvm2 removed by thomas for move to [core] (i686)

Deleted:
  lvm2/repos/core-i686/



[arch-commits] Commit in lvm2/repos (core-i686 testing-i686)

2011-01-04 Thread Thomas Bächler
Date: Tuesday, January 4, 2011 @ 04:37:50
  Author: thomas
Revision: 104576

db-move: moved lvm2 from [testing] to [core] (i686)

Added:
  lvm2/repos/core-i686/
Deleted:
  lvm2/repos/testing-i686/



[arch-commits] Commit in lvm2/repos (core-x86_64)

2011-01-04 Thread Thomas Bächler
Date: Tuesday, January 4, 2011 @ 04:37:55
  Author: thomas
Revision: 104577

db-move: lvm2 removed by thomas for move to [core] (x86_64)

Deleted:
  lvm2/repos/core-x86_64/



[arch-commits] Commit in lvm2/repos (core-x86_64 testing-x86_64)

2011-01-04 Thread Thomas Bächler
Date: Tuesday, January 4, 2011 @ 04:37:57
  Author: thomas
Revision: 104578

db-move: moved lvm2 from [testing] to [core] (x86_64)

Added:
  lvm2/repos/core-x86_64/
Deleted:
  lvm2/repos/testing-x86_64/



[arch-commits] Commit in mysql/trunk (mysql.install)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 05:43:15
  Author: andrea
Revision: 104579

Display the warning message only when user update from 5.1 (FS#22305)

Modified:
  mysql/trunk/mysql.install

---+
 mysql.install |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: mysql.install
===
--- mysql.install   2011-01-04 09:37:57 UTC (rev 104578)
+++ mysql.install   2011-01-04 10:43:15 UTC (rev 104579)
@@ -9,7 +9,11 @@
   getent group mysql /dev/null 21 || groupadd -g 89 mysql /dev/null
   getent passwd mysql /dev/null 21 || useradd -u 89 -g mysql -d 
/var/lib/mysql -s /bin/false mysql /dev/null
 
-  echo   Major version update. Consider running mysql_upgrade.
+  if [ $(vercmp $2 5.5) -lt 0 ]; then
+echo   
+echo   Major version update. Consider running mysql_upgrade on your 
databases.
+echo   
+  fi
 }
 
 post_remove(){



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

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:25:38
  Author: andrea
Revision: 104580

upgpkg: krusader 2.3.0beta1-2
fix optional dependence

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 10:43:15 UTC (rev 104579)
+++ PKGBUILD2011-01-04 11:25:38 UTC (rev 104580)
@@ -7,14 +7,14 @@
 pkgname=krusader
 pkgver=2.3.0beta1
 _pkgver=2.3.0-beta1
-pkgrel=1
+pkgrel=2
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 url=http://krusader.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'docbook-xsl')
-optdepends=(kdebase-konqueror: to edit bookmarks)
+optdepends=(kdebase-keditbookmarks: to edit bookmarks)
 install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;)
 md5sums=('3ef55648a2589a9a919d463acec3b830')



[arch-commits] Commit in krusader/repos (extra-i686)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:25:48
  Author: andrea
Revision: 104581

archrelease: remove extra-i686

Deleted:
  krusader/repos/extra-i686/



[arch-commits] Commit in krusader/repos (extra-i686)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:26:02
  Author: andrea
Revision: 104582

archrelease: copy trunk to extra-i686

Added:
  krusader/repos/extra-i686/



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

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:26:40
  Author: andrea
Revision: 104583

archrelease: remove extra-x86_64

Deleted:
  krusader/repos/extra-x86_64/



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

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:26:53
  Author: andrea
Revision: 104584

archrelease: copy trunk to extra-x86_64

Added:
  krusader/repos/extra-x86_64/



[arch-commits] Commit in kdenetwork (kde-unstable/PKGBUILD trunk/PKGBUILD)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:30:47
  Author: andrea
Revision: 104585

add kdebase-keditbookmarks as optional dependence for krdc

Modified:
  kdenetwork/kde-unstable/PKGBUILD
  kdenetwork/trunk/PKGBUILD

---+
 kde-unstable/PKGBUILD |1 +
 trunk/PKGBUILD|1 +
 2 files changed, 2 insertions(+)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2011-01-04 11:26:53 UTC (rev 104584)
+++ kde-unstable/PKGBUILD   2011-01-04 11:30:47 UTC (rev 104585)
@@ -99,6 +99,7 @@
 package_kdenetwork-krdc() {
pkgdesc='Remote Desktop Client'
depends=('kdebase-runtime' 'libvncserver' 'rdesktop' 'telepathy-qt4')
+optdepends=('kdebase-keditbookmarks: to edit bookmarks')
url=http://kde.org/applications/internet/krdc/;
cd $srcdir/build/krdc
make DESTDIR=$pkgdir install

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2011-01-04 11:26:53 UTC (rev 104584)
+++ trunk/PKGBUILD  2011-01-04 11:30:47 UTC (rev 104585)
@@ -94,6 +94,7 @@
 package_kdenetwork-krdc() {
pkgdesc='Remote Desktop Client'
depends=('kdebase-runtime' 'libvncserver' 'rdesktop' 'telepathy-qt4')
+optdepends=('kdebase-keditbookmarks: to edit bookmarks')
url=http://kde.org/applications/internet/krdc/;
cd $srcdir/build/krdc
make DESTDIR=$pkgdir install



[arch-commits] Commit in lilo/repos (core-i686)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:45:04
  Author: andrea
Revision: 104586

db-move: lilo removed by andrea for move to [core] (i686)

Deleted:
  lilo/repos/core-i686/



[arch-commits] Commit in lilo/repos (core-i686 testing-i686)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:45:06
  Author: andrea
Revision: 104587

db-move: moved lilo from [testing] to [core] (i686)

Added:
  lilo/repos/core-i686/
Deleted:
  lilo/repos/testing-i686/



[arch-commits] Commit in lilo/repos (core-x86_64)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:45:07
  Author: andrea
Revision: 104588

db-move: lilo removed by andrea for move to [core] (x86_64)

Deleted:
  lilo/repos/core-x86_64/



[arch-commits] Commit in lilo/repos (core-x86_64 testing-x86_64)

2011-01-04 Thread Andrea Scarpino
Date: Tuesday, January 4, 2011 @ 06:45:10
  Author: andrea
Revision: 104589

db-move: moved lilo from [testing] to [core] (x86_64)

Added:
  lilo/repos/core-x86_64/
Deleted:
  lilo/repos/testing-x86_64/



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

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 06:59:43
  Author: ibiru
Revision: 104590

upgpkg: gthumb 2.12.1-2
enable web services. FS#22281

Modified:
  gthumb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 11:45:10 UTC (rev 104589)
+++ PKGBUILD2011-01-04 11:59:43 UTC (rev 104590)
@@ -1,15 +1,15 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Tobias Kieslich tob...@justdreams.de
- 
+
 pkgname=gthumb
 pkgver=2.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
 license=('GPL')
 url=http://gthumb.sourceforge.net/;
-depends=('desktop-file-utils' 'libunique=1.1.2' 'gconf' 'exiv2')
+depends=('desktop-file-utils' 'libunique=1.1.2' 'gconf' 'exiv2' 
'libsoup-gnome')
 makedepends=('intltool' 'gnome-doc-utils=0.20.1' 'libsm' 'gstreamer0.10-base')
 optdepends=('gstreamer0.10-base: video support')
 options=('!libtool' '!emptydirs')



[arch-commits] Commit in gthumb/repos (extra-i686)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 06:59:52
  Author: ibiru
Revision: 104591

archrelease: remove extra-i686

Deleted:
  gthumb/repos/extra-i686/



[arch-commits] Commit in gthumb/repos (extra-i686)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 07:00:04
  Author: ibiru
Revision: 104592

archrelease: copy trunk to extra-i686

Added:
  gthumb/repos/extra-i686/



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

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 07:00:17
  Author: ibiru
Revision: 104593

archrelease: remove extra-x86_64

Deleted:
  gthumb/repos/extra-x86_64/



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

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 07:00:29
  Author: ibiru
Revision: 104594

archrelease: copy trunk to extra-x86_64

Added:
  gthumb/repos/extra-x86_64/



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

2011-01-04 Thread Daniel Isenmann
Date: Tuesday, January 4, 2011 @ 08:21:07
  Author: daniel
Revision: 104595

upgpkg: dhcp 4.2.0.2-1
Upstream security fix CVE-2010-3616

Modified:
  dhcp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 12:00:29 UTC (rev 104594)
+++ PKGBUILD2011-01-04 13:21:07 UTC (rev 104595)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: judd jvi...@zeroflux.org
+# Maintainer: Daniel Isenmann daniel @archlinux.org
 
 pkgbase=dhcp
 pkgname=('dhcp' 'dhclient')
 
 # separate patch levels with a period to maintain proper versioning.
-pkgver=4.2.0.1
-_pkgver=4.2.0-P1
+pkgver=4.2.0.2
+_pkgver=4.2.0-P2
 
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 dhcpd dhcp.conf.d
 dhcp-4.1.1-missing-ipv6-not-fatal.patch
 dhclient-script-pathFixes.patch)
-md5sums=('1c268a2368b2565252b5f9d7255d3c72'
+md5sums=('a98f4ce3ca651e7e28a5a1ae6398689e'
  'df22cffa7d7415ece7bb025b7bf774dd'
  '49da3192e5c885e3c7d02f447c2dea5e'
  'fd64aeb4f399dcc41ea43089a3811094'



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

2011-01-04 Thread Daniel Isenmann
Date: Tuesday, January 4, 2011 @ 08:21:39
  Author: daniel
Revision: 104596

archrelease: remove extra-x86_64

Deleted:
  dhcp/repos/extra-x86_64/



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

2011-01-04 Thread Daniel Isenmann
Date: Tuesday, January 4, 2011 @ 08:21:58
  Author: daniel
Revision: 104597

archrelease: copy trunk to extra-x86_64

Added:
  dhcp/repos/extra-x86_64/



[arch-commits] Commit in dhcp/repos (extra-i686)

2011-01-04 Thread Daniel Isenmann
Date: Tuesday, January 4, 2011 @ 08:34:29
  Author: daniel
Revision: 104598

archrelease: remove extra-i686

Deleted:
  dhcp/repos/extra-i686/



[arch-commits] Commit in dhcp/repos (extra-i686)

2011-01-04 Thread Daniel Isenmann
Date: Tuesday, January 4, 2011 @ 08:34:49
  Author: daniel
Revision: 104599

archrelease: copy trunk to extra-i686

Added:
  dhcp/repos/extra-i686/



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

2011-01-04 Thread Giovanni Scafora
Date: Tuesday, January 4, 2011 @ 09:22:28
  Author: giovanni
Revision: 104600

upgpkg: amule 10422-1
upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 13:34:49 UTC (rev 104599)
+++ PKGBUILD2011-01-04 14:22:28 UTC (rev 104600)
@@ -5,7 +5,7 @@
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
 
 pkgname=amule
-pkgver=10415
+pkgver=10422
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('wxgtk' 'gd' 'geoip' 'libupnp')
 makedepends=('crypto++')
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2)
-md5sums=('6e5c54f4205b5f75d0d7c41c855ff908')
+md5sums=('5c069830b16e782172a2c3a2c61a953e')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}



[arch-commits] Commit in amule/repos (extra-i686)

2011-01-04 Thread Giovanni Scafora
Date: Tuesday, January 4, 2011 @ 09:23:21
  Author: giovanni
Revision: 104601

archrelease: remove extra-i686

Deleted:
  amule/repos/extra-i686/



[arch-commits] Commit in amule/repos (extra-i686)

2011-01-04 Thread Giovanni Scafora
Date: Tuesday, January 4, 2011 @ 09:23:39
  Author: giovanni
Revision: 104602

archrelease: copy trunk to extra-i686

Added:
  amule/repos/extra-i686/



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

2011-01-04 Thread Giovanni Scafora
Date: Tuesday, January 4, 2011 @ 09:24:31
  Author: giovanni
Revision: 104603

archrelease: remove extra-x86_64

Deleted:
  amule/repos/extra-x86_64/



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

2011-01-04 Thread Giovanni Scafora
Date: Tuesday, January 4, 2011 @ 09:24:50
  Author: giovanni
Revision: 104604

archrelease: copy trunk to extra-x86_64

Added:
  amule/repos/extra-x86_64/



[arch-commits] Commit in bash/trunk (PKGBUILD system.bashrc)

2011-01-04 Thread Allan McRae
Date: Tuesday, January 4, 2011 @ 10:03:46
  Author: allan
Revision: 104605

more generic terminal matching for PROMPT_COMMAND (FS#20429) and do not 
overwrite if already set (FS#22161)

Modified:
  bash/trunk/PKGBUILD
  bash/trunk/system.bashrc

---+
 PKGBUILD  |5 +++--
 system.bashrc |   20 +---
 2 files changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 14:24:50 UTC (rev 104604)
+++ PKGBUILD2011-01-04 15:03:46 UTC (rev 104605)
@@ -35,14 +35,15 @@
   
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin\\'
-DSTANDARD_UTILS_PATH=\'\/usr/bin:/bin:/usr/sbin:/sbin\\'
-DSYS_BASHRC=\'\/etc/bash.bashrc\\'
-   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\')
+   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\'
+   -DNON_INTERACTIVE_LOGIN_SHELLS)
   export CFLAGS=${CFLAGS} ${_bashconf...@]}
 
   ./configure --prefix=/usr --with-curses --enable-readline \
 --without-bash-malloc --with-installed-readline \
 --bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
   make
-  make check
+  #make check
 }
 
 package() {

Modified: system.bashrc
===
--- system.bashrc   2011-01-04 14:24:50 UTC (rev 104604)
+++ system.bashrc   2011-01-04 15:03:46 UTC (rev 104605)
@@ -15,17 +15,15 @@
 PS3=' '
 PS4='+ '
 
-export PS1 PS2 PS3 PS4
+case ${TERM} in
+  xterm*|rxvt*|Eterm|aterm|kterm|gnome*)
+PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf 
\033]0;%...@%s:%s\007 ${USER} ${HOSTNAME%%.*} ${PWD/#$HOME/~}'
+
+;;
+  screen)
+PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf 
\033...@%s:%s\033\\ ${USER} ${HOSTNAME%%.*} ${PWD/#$HOME/~}'
+;;
+esac
 
-if test $TERM = xterm -o \
-$TERM = xterm-color -o \
-$TERM = xterm-256color -o \
-$TERM = rxvt -o \
-$TERM = rxvt-unicode -o \
-$TERM = xterm-xfree86; then
-PROMPT_COMMAND='echo -ne 
\033]0;${us...@${hostname%%.*}:${PWD/$HOME/~}\007'
-export PROMPT_COMMAND
-fi
-
 [ -r /etc/bash_completion   ]  . /etc/bash_completion
 [ -r /etc/bash.bashrc.local ]  . /etc/bash.bashrc.local



[arch-commits] Commit in bash/trunk (bashrc system.bashrc)

2011-01-04 Thread Allan McRae
Date: Tuesday, January 4, 2011 @ 10:09:59
  Author: allan
Revision: 104606

check for interactive session before sourcing bashrc

Modified:
  bash/trunk/bashrc
  bash/trunk/system.bashrc

---+
 bashrc|5 ++---
 system.bashrc |   11 +++
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: bashrc
===
--- bashrc  2011-01-04 15:03:46 UTC (rev 104605)
+++ bashrc  2011-01-04 15:09:59 UTC (rev 104606)
@@ -1,6 +1,5 @@
+# If not running interactively, don't do anything
+[[ $- != *i* ]]  return
 
-# Check for an interactive session
-[ -z $PS1 ]  return
-
 alias ls='ls --color=auto'
 PS1='[...@\h \W]\$ '

Modified: system.bashrc
===
--- system.bashrc   2011-01-04 15:03:46 UTC (rev 104605)
+++ system.bashrc   2011-01-04 15:09:59 UTC (rev 104606)
@@ -1,15 +1,10 @@
 #
 # /etc/bash.bashrc
 #
-# This file is the systemwide bashrc file. While most of the
-# environment is preserved when running an interactive shell
-# the PS[1-4] variables, aliases and functions are reset.
-#
-# When running a non-login shell, apply the following settings:
-# - Prompt defaults (PS[1-4], PROMPT_COMMAND)
-# - bash_completion if it exists
-# - source /etc/bash.bashrc.local
 
+# If not running interactively, don't do anything
+[[ $- != *i* ]]  return
+
 PS1='[...@\h \W]\$ '
 PS2=' '
 PS3=' '



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

2011-01-04 Thread Allan McRae
Date: Tuesday, January 4, 2011 @ 10:14:02
  Author: allan
Revision: 104607

revert unwanted changes to PKGBUILD

Modified:
  bash/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 15:09:59 UTC (rev 104606)
+++ PKGBUILD2011-01-04 15:14:02 UTC (rev 104607)
@@ -35,15 +35,14 @@
   
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin\\'
-DSTANDARD_UTILS_PATH=\'\/usr/bin:/bin:/usr/sbin:/sbin\\'
-DSYS_BASHRC=\'\/etc/bash.bashrc\\'
-   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\'
-   -DNON_INTERACTIVE_LOGIN_SHELLS)
+   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\')
   export CFLAGS=${CFLAGS} ${_bashconf...@]}
 
   ./configure --prefix=/usr --with-curses --enable-readline \
 --without-bash-malloc --with-installed-readline \
 --bindir=/bin --mandir=/usr/share/man --infodir=/usr/share/info
   make
-  #make check
+  make check
 }
 
 package() {



[arch-commits] Commit in bash/trunk (6 files)

2011-01-04 Thread Allan McRae
Date: Tuesday, January 4, 2011 @ 10:30:53
  Author: allan
Revision: 104608

add all configuration files used by bash to the package and make sure they are 
backed up

Added:
  bash/trunk/dot.bash_logout
  bash/trunk/dot.bash_profile
  bash/trunk/dot.bashrc
(from rev 104606, bash/trunk/bashrc)
  bash/trunk/system.bash_logout
Modified:
  bash/trunk/PKGBUILD
Deleted:
  bash/trunk/bashrc

+
 PKGBUILD   |   31 +--
 bashrc |5 -
 dot.bash_logout|3 +++
 dot.bash_profile   |5 +
 dot.bashrc |9 +
 system.bash_logout |3 +++
 6 files changed, 41 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 15:14:02 UTC (rev 104607)
+++ PKGBUILD2011-01-04 15:30:53 UTC (rev 104608)
@@ -11,13 +11,16 @@
 license=('GPL')
 url=http://www.gnu.org/software/bash/bash.html;
 groups=('base')
-backup=(etc/skel/.bashrc etc/skel/.bash_profile)
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
 depends=('readline=6.1' 'glibc')
 provides=('sh')
 install=bash.install
 source=(http://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz
-bashrc
-system.bashrc)
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout)
 if [ $_patchlevel -gt 000 ]; then
 for (( p=1; p=$((10#${_patchlevel})); p++ )); do
 source=(${sour...@]} 
http://ftp.gnu.org/gnu/bash/bash-4.1-patches/bash41-$(printf %03d $p))
@@ -49,20 +52,28 @@
   cd ${srcdir}/${pkgname}-4.1
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${srcdir}/system.bashrc ${pkgdir}/etc/bash.bashrc
-
   # for now, bash is our default /bin/sh
   cd ${pkgdir}/bin
   ln -s bash sh
 
-  mkdir -p ${pkgdir}/etc/skel/
-  install -D -m644 ${srcdir}/bashrc ${pkgdir}/etc/skel/.bashrc
-  echo . \$HOME/.bashrc ${pkgdir}/etc/skel/.bash_profile
+  install -dm755 ${pkgdir}/etc/skel/
+  
+  # system-wide configuration files
+  install -m644 ${srcdir}/system.bashrc ${pkgdir}/etc/bash.bashrc
+  install -m644 ${srcdir}/system.bash_logout ${pkgdir}/etc/bash.bash_logout
+  
+  # user configuration file skeletons
+  install -m644 ${srcdir}/dot.bashrc ${pkgdir}/etc/skel/.bashrc
+  install -m644 ${srcdir}/dot.bash_profile ${pkgdir}/etc/skel/.bash_profile
+  install -m644 ${srcdir}/dot.bash_logout ${pkgdir}/etc/skel/.bash_logout
 }
 
 md5sums=('9800d8724815fd84994d9be65ab5e7b8'
- '3d2837e84645eac9bde399b58014bafa'
- '196697769f1667a8a1aed608811129c6'
+ '027d6bd8f5f6a06b75bb7698cb478089'
+ '2902e0fee7a9168f3a4fd2ccd60ff047'
+ '42f4400ed2314bd7519c020d0187edc5'
+ '4f4757bd824e15bb88f3d651006f0dac'
+ '472f536d7c9e8250dc4568ec4cfaf294'
  '582dea5671b557f783e18629c2f77b68'
  '118d465095d4a4706eb1d34696a2666a'
  '120f7cf039a40d35fe375e59d6f17adc'

Deleted: bashrc
===
--- bashrc  2011-01-04 15:14:02 UTC (rev 104607)
+++ bashrc  2011-01-04 15:30:53 UTC (rev 104608)
@@ -1,5 +0,0 @@
-# If not running interactively, don't do anything
-[[ $- != *i* ]]  return
-
-alias ls='ls --color=auto'
-PS1='[...@\h \W]\$ '

Added: dot.bash_logout
===
--- dot.bash_logout (rev 0)
+++ dot.bash_logout 2011-01-04 15:30:53 UTC (rev 104608)
@@ -0,0 +1,3 @@
+#
+# ~/.bash_logout
+#

Added: dot.bash_profile
===
--- dot.bash_profile(rev 0)
+++ dot.bash_profile2011-01-04 15:30:53 UTC (rev 104608)
@@ -0,0 +1,5 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]]  . ~/.bashrc

Copied: bash/trunk/dot.bashrc (from rev 104606, bash/trunk/bashrc)
===
--- dot.bashrc  (rev 0)
+++ dot.bashrc  2011-01-04 15:30:53 UTC (rev 104608)
@@ -0,0 +1,9 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]]  return
+
+alias ls='ls --color=auto'
+PS1='[...@\h \W]\$ '

Added: system.bash_logout
===
--- system.bash_logout  (rev 0)
+++ system.bash_logout  2011-01-04 15:30:53 UTC (rev 104608)
@@ -0,0 +1,3 @@
+#
+# /etc/bash.bash_logout
+#



[arch-commits] Commit in bash/trunk (system.bashrc)

2011-01-04 Thread Allan McRae
Date: Tuesday, January 4, 2011 @ 10:33:34
  Author: allan
Revision: 104609

do not source /etc/bash.bashrc.local as it is non-standard and /etc/bash.bashrc 
can be directly edited

Modified:
  bash/trunk/system.bashrc

---+
 system.bashrc |1 -
 1 file changed, 1 deletion(-)

Modified: system.bashrc
===
--- system.bashrc   2011-01-04 15:30:53 UTC (rev 104608)
+++ system.bashrc   2011-01-04 15:33:34 UTC (rev 104609)
@@ -21,4 +21,3 @@
 esac
 
 [ -r /etc/bash_completion   ]  . /etc/bash_completion
-[ -r /etc/bash.bashrc.local ]  . /etc/bash.bashrc.local



[arch-commits] Commit in (9 files)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 11:15:34
  Author: ibiru
Revision: 104610

moved from community to extra as dependency for banshee and f-sport

Added:
  gnome-keyring-sharp/
  gnome-keyring-sharp/repos/
  gnome-keyring-sharp/trunk/
  gnome-keyring-sharp/trunk/02_gnome_2.30_compatibility.patch
  gnome-keyring-sharp/trunk/PKGBUILD
  notify-sharp-svn/
  notify-sharp-svn/repos/
  notify-sharp-svn/trunk/
  notify-sharp-svn/trunk/PKGBUILD

-+
 gnome-keyring-sharp/trunk/02_gnome_2.30_compatibility.patch | 1484 ++
 gnome-keyring-sharp/trunk/PKGBUILD  |   28 
 notify-sharp-svn/trunk/PKGBUILD |   50 
 3 files changed, 1562 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 104609:104610 to see the changes.


[arch-commits] Commit in gnome-keyring-sharp/repos (extra-i686)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 11:17:14
  Author: ibiru
Revision: 104611

archrelease: copy trunk to extra-i686

Added:
  gnome-keyring-sharp/repos/extra-i686/



[arch-commits] Commit in gnome-keyring-sharp/repos (extra-x86_64)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 11:17:30
  Author: ibiru
Revision: 104612

archrelease: copy trunk to extra-x86_64

Added:
  gnome-keyring-sharp/repos/extra-x86_64/



[arch-commits] Commit in notify-sharp-svn/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 11:18:42
  Author: ibiru
Revision: 104613

archrelease: copy trunk to extra-any

Added:
  notify-sharp-svn/repos/extra-any/



[arch-commits] Commit in xfce4-dev-tools/trunk (PKGBUILD)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:19:53
  Author: andyrtr
Revision: 104614

upgpkg: xfce4-dev-tools 4.7.4-1
new upstream release - part of Xfce 4.8pre release candidate

Modified:
  xfce4-dev-tools/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 17 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 16:18:42 UTC (rev 104613)
+++ PKGBUILD2011-01-04 17:19:53 UTC (rev 104614)
@@ -1,25 +1,30 @@
 # $Id$
-# Maintainer: Tobias Kieslich tobias funnychar archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-dev-tools
-pkgver=4.6.0
+pkgver=4.7.4
 pkgrel=1
 pkgdesc=Xfce developer tools
-arch=(i686 x86_64)
+arch=('any')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4-goodies')
-depends=('gtk-doc' 'automake' 'make' 'intltool')
-makedepends=('pkgconfig')
+depends=('gtk-doc' 'automake' 'automake' 'make' 'intltool' 'pkgconfig')
 options=('!libtool')
-source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c9587fa78e877eee858a33391d0afd62')
+source=(http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fcd0fadb39b20500c873c2f5d5a6913c')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static
-  make || return 1
-  make DESTDIR=${startdir}/pkg install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var
+  make
 }
 
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in xfce4-dev-tools/repos (staging-any)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:20:15
  Author: andyrtr
Revision: 104615

archrelease: copy trunk to staging-any

Added:
  xfce4-dev-tools/repos/staging-any/



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:26:19
  Author: andyrtr
Revision: 104616

upgpkg: garcon 0.1.4-1
new upstream release - part of Xfce 4.8pre release candidate

Modified:
  garcon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:20:15 UTC (rev 104615)
+++ PKGBUILD2011-01-04 17:26:19 UTC (rev 104616)
@@ -3,25 +3,29 @@
 # Contributor: Xavier Devlamynck magicrhe...@ouranos.be 
 
 pkgname=garcon
-pkgver=0.1.2
+pkgver=0.1.4
 pkgrel=1
 pkgdesc=implementation of the freedesktop.org menu specification
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://wiki.xfce.org/dev/garcon;
 groups=('xfce4')
-depends=('glib2' 'perl')
-makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools=4.7.3')
-conflicts=('garcon-git' 'xfdesktop4.7.0')
+depends=('glib2') # 'perl')
+makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools=4.7.4')
+conflicts=('garcon-git')
 replaces=('libxfce4menu')
 options=('!libtool')
 source=(http://archive.xfce.org/src/libs/garcon/0.1/garcon-${pkgver}.tar.bz2)
-md5sums=('22067b008b6d41c7b70b1608858cdd6d')
+md5sums=('eac5e31fb1ee9fa1b2ec7d6613a0674d')
 
 build() {
   cd ${srcdir}/garcon-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static --enable-maintainer-mode
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
   make
 }
 



[arch-commits] Commit in garcon/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:26:40
  Author: andyrtr
Revision: 104617

archrelease: copy trunk to staging-i686

Added:
  garcon/repos/staging-i686/



[arch-commits] Commit in garcon/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:27:02
  Author: andyrtr
Revision: 104618

archrelease: copy trunk to staging-x86_64

Added:
  garcon/repos/staging-x86_64/



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:30:23
  Author: andyrtr
Revision: 104619

upgpkg: libxfce4util 4.7.5-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  libxfce4util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:27:02 UTC (rev 104618)
+++ PKGBUILD2011-01-04 17:30:23 UTC (rev 104619)
@@ -3,26 +3,31 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=libxfce4util
-pkgver=4.6.2
+pkgver=4.7.5
 pkgrel=1
 pkgdesc=Basic utility non-GUI functions for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
-depends=(glib2=2.24.1)
-makedepends=('pkgconfig')
+depends=(glib2)
+makedepends=('pkgconfig' 'intltool' 'gtk-doc')
 options=('!libtool')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9c3129d827d480f0906c575e7a13f1e9')
+source=(http://archive.xfce.org/src/xfce/libxfce4util/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2ac4bed1e295791a07d2e8f95130087d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-gtk-doc \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in libxfce4util/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:30:44
  Author: andyrtr
Revision: 104620

archrelease: copy trunk to staging-i686

Added:
  libxfce4util/repos/staging-i686/



[arch-commits] Commit in libxfce4util/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:31:06
  Author: andyrtr
Revision: 104621

archrelease: copy trunk to staging-x86_64

Added:
  libxfce4util/repos/staging-x86_64/



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:35:03
  Author: andyrtr
Revision: 104622

upgpkg: xfconf 4.7.5-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfconf/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 17 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:31:06 UTC (rev 104621)
+++ PKGBUILD2011-01-04 17:35:03 UTC (rev 104622)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: tobias tobias funnychar archlinux.org
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfconf
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.7.5
+pkgrel=1
 pkgdesc=a simple client-server configuration storage and query system
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -11,24 +12,28 @@
 groups=('xfce4')
 # http://www.xfce.org/documentation/requirements
 # keep dbus and gtk2, see also http://bugs.archlinux.org/task/14536
-depends=( libxfce4util=4.6.2 dbus-glib=0.86 'dbus=1.2.24' 
'gtk2=2.20.1')
-makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'glib-perl' 'intltool' 'chrpath')
+depends=( libxfce4util=4.7.3 dbus-glib 'dbus' 'gtk2')
+makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 
'glib-perl' 'intltool' 'gtk-doc' 'chrpath')
 options=('!libtool' '!emptydirs')
-replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
-conflicts=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5ff93c15077c6dbbcd38c437bc1ab2ef')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c72007ce68808b64f39d26e2fb51da46')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
---localstatedir=/var --disable-static 
--with-perl-options=INSTALLDIRS=vendor 
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/xfce4 \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-gtk-doc \
+   --with-perl-options=INSTALLDIRS=vendor \
+   --disable-debug
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install
   # remove unneeded dynloader bootstrap file
   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs 
   



[arch-commits] Commit in xfconf/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:35:25
  Author: andyrtr
Revision: 104623

archrelease: copy trunk to staging-i686

Added:
  xfconf/repos/staging-i686/



[arch-commits] Commit in xfconf/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:35:46
  Author: andyrtr
Revision: 104624

archrelease: copy trunk to staging-x86_64

Added:
  xfconf/repos/staging-x86_64/



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:39:57
  Author: andyrtr
Revision: 104625

upgpkg: libxfcegui4 4.7.0-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  libxfcegui4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:35:46 UTC (rev 104624)
+++ PKGBUILD2011-01-04 17:39:57 UTC (rev 104625)
@@ -1,28 +1,33 @@
 # $Id$
-# Maintainer: tobias tobias funnychar archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=libxfcegui4
-pkgver=4.6.4
+pkgver=4.7.0
 pkgrel=1
 pkgdesc=Various gtk widgets for Xfce
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/;
-depends=('startup-notification' xfconf=4.6.2 libglade=2.6.4 
'hicolor-icon-theme')
+depends=('startup-notification' xfconf=4.7.5 libglade 
'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('88de59b222cb9977f93a4c61011c1e1f')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6614e26739cf1500553d79b2ed1a4e5b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static # --enable-xinerama
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in libxfcegui4/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:40:21
  Author: andyrtr
Revision: 104626

archrelease: copy trunk to staging-i686

Added:
  libxfcegui4/repos/staging-i686/



[arch-commits] Commit in libxfcegui4/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:40:47
  Author: andyrtr
Revision: 104627

archrelease: copy trunk to staging-x86_64

Added:
  libxfcegui4/repos/staging-x86_64/



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:44:51
  Author: andyrtr
Revision: 104628

upgpkg: libxfce4ui 4.7.6-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  libxfce4ui/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:40:47 UTC (rev 104627)
+++ PKGBUILD2011-01-04 17:44:51 UTC (rev 104628)
@@ -3,7 +3,7 @@
 # Contributor: Xavier Devlamynck magicrhe...@ouranos.be
 
 pkgname=libxfce4ui
-pkgver=4.7.4
+pkgver=4.7.6
 pkgrel=1
 pkgdesc=share commonly used Xfce widgets among the Xfce applicationsa 
freedesktop.org compliant ui implementation for Xfce (Development Version)
 arch=('i686' 'x86_64')
@@ -11,15 +11,21 @@
 url=http://www.xfce.org/;
 groups=('xfce4')
 depends=('libxfce4util=4.7.3' 'gtk2' xfconf=4.7.3 'startup-notification' 
'glade')
-makedepends=('intltool' 'gtk-doc' )
+makedepends=('intltool' 'gtk-doc')
+#replaces=('libxfcegui4')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/xfce/libxfce4ui/4.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4d3cc02c6b09552b940d5d09245e8934')
+md5sums=('beccb7eb6fb36bec38b5d140ed42480e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static # --enable-maintainer-mode
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-gtk-doc \
+   --disable-debug
   make
 }
 



[arch-commits] Commit in libxfce4ui/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:45:15
  Author: andyrtr
Revision: 104629

archrelease: copy trunk to staging-i686

Added:
  libxfce4ui/repos/staging-i686/



[arch-commits] Commit in libxfce4ui/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:45:36
  Author: andyrtr
Revision: 104630

archrelease: copy trunk to staging-x86_64

Added:
  libxfce4ui/repos/staging-x86_64/



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:50:14
  Author: andyrtr
Revision: 104631

upgpkg: exo 0.5.6-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  exo/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 20 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:45:36 UTC (rev 104630)
+++ PKGBUILD2011-01-04 17:50:14 UTC (rev 104631)
@@ -4,30 +4,37 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=exo
-pkgver=0.3.107
-pkgrel=2
+pkgver=0.5.6
+pkgrel=1
 pkgdesc=Extensions to Xfce by os-cillation
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL')
 url=http://www.xfce.org/projects/exo;
-depends=(libxfce4util=4.6.2 hal=0.5.14 'gtk2' 'hicolor-icon-theme' 'sh')
-makedepends=(pygtk=2.17.0 'pkgconfig' 'libnotify' 'perl-uri' 'intltool')
-optdepends=('libnotify: notification support for exo-mount-notify' \
-'perl-uri: for mail-compose helper script')
+depends=(libxfce4util=4.7.3 'gtk2' 'hicolor-icon-theme' )
+makedepends=('pygtk' 'perl-uri' 'intltool' 'gtk-doc' 'xorg-iceauth')
+optdepends=('perl-uri: for mail-compose helper script')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3a92cca0c99ee940db4410891c9e8498')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/0.5/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f739b307e656b908fa0d26d568979d7e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
---localstatedir=/var --disable-static --enable-notifications \
---enable-python || return 1
-  make || return 1
+  # python2 fix
+  export PYTHON=python2
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/xfce4 \
+   --localstatedir=/var  \
+   --disable-static \
+   --enable-gio-unix \
+   --enable-python \
+   --enable-gtk-doc \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in exo/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:50:45
  Author: andyrtr
Revision: 104632

archrelease: copy trunk to staging-i686

Added:
  exo/repos/staging-i686/



[arch-commits] Commit in exo/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:51:15
  Author: andyrtr
Revision: 104633

archrelease: copy trunk to staging-x86_64

Added:
  exo/repos/staging-x86_64/



[arch-commits] Commit in xfce4-panel/trunk (PKGBUILD)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:57:52
  Author: andyrtr
Revision: 104634

upgpkg: xfce4-panel 4.7.7-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfce4-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:51:15 UTC (rev 104633)
+++ PKGBUILD2011-01-04 17:57:52 UTC (rev 104634)
@@ -3,28 +3,34 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-panel
-pkgver=4.6.4
+pkgver=4.7.7
 pkgrel=1
 pkgdesc=Panel for the Xfce desktop environment
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=(libxfcegui4=4.6.4 'exo=0.3.107' 'libwnck' 'hicolor-icon-theme')
-makedepends=('pkgconfig' xfconf=4.6.2 'intltool')
+depends=('exo=0.5.4' 'garcon=0.1.4' 'libxfce4ui' 'libwnck' 
'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('82f10a42aefca4cc26a6633e7478cc65')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dabbc8ef3bb556cbdf22b375be008db7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-gio-unix \
+   --enable-gtk-doc \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-panel/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:58:20
  Author: andyrtr
Revision: 104635

archrelease: copy trunk to staging-i686

Added:
  xfce4-panel/repos/staging-i686/



[arch-commits] Commit in xfce4-panel/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 12:58:49
  Author: andyrtr
Revision: 104636

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-panel/repos/staging-x86_64/



[arch-commits] Commit in xfce4-settings/trunk (PKGBUILD)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:03:27
  Author: andyrtr
Revision: 104637

upgpkg: xfce4-settings 4.7.7-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfce4-settings/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 22 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 17:58:49 UTC (rev 104636)
+++ PKGBUILD2011-01-04 18:03:27 UTC (rev 104637)
@@ -1,35 +1,45 @@
 # $Id$
-# Maintainer: tobias tobias funnychar archlinux.org
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
 # Contributor: Corrado Primier ba...@aur.archlinux.org
 
 pkgname=xfce4-settings
-pkgver=4.6.5
+pkgver=4.7.7
 pkgrel=1
 pkgdesc=Settings manager for xfce
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=('exo=0.3.107' 'libnotify=0.4.5' 'libxfcegui4=4.6.4' 
'libxklavier=5.0' 'libwnck=2.30.0' 'tango-icon-theme' 'gtk-engines' 
'gtk-xfce-engine')
-makedepends=('intltool')
+depends=('exo=0.5.4' 'libxfce4ui' 'libnotify' 'libxklavier' 
'tango-icon-theme' 'gtk-engines' 'gtk-xfce-engine') # 'libwnck' 
+makedepends=('intltool') #'libcanberra')
 optdepends=('libcanberra: for sound control')
-conflicts=('xfce-mcs-manager')
-replaces=('xfce-mcs-manager')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2
xfce4-settings-4.6.0.patch)
-md5sums=('f988cb732913b5fbc115ad7105d2231e'
+md5sums=('e18fb70781bc45d60b7ec9031fa3bf35'
  '3046732e5d73c9939e7674602eadb1e2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # enable Tango icon theme, clearlooks theme and font hinting by 
default(taken from Fedora)
   patch -Np1 -i ${srcdir}/xfce4-settings-4.6.0.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-libxklavier --enable-sound-settings || return 1
-  make || return 1
+  # git fixes
+  
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-xrandr \
+   --enable-xcursor \
+   --enable-libnotify \
+   --enable-libxklavier \
+   --enable-pluggable-dialogs \
+   --enable-sound-settings \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-settings/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:03:55
  Author: andyrtr
Revision: 104638

archrelease: copy trunk to staging-i686

Added:
  xfce4-settings/repos/staging-i686/



[arch-commits] Commit in xfce4-settings/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:04:19
  Author: andyrtr
Revision: 104639

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-settings/repos/staging-x86_64/



[arch-commits] Commit in xfce-utils/trunk (PKGBUILD startxfce4_fix.diff)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:07:10
  Author: andyrtr
Revision: 104640

upgpkg: xfce-utils 4.7.4-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfce-utils/trunk/PKGBUILD
Deleted:
  xfce-utils/trunk/startxfce4_fix.diff

-+
 PKGBUILD|   31 +++
 startxfce4_fix.diff |   24 
 2 files changed, 15 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:04:19 UTC (rev 104639)
+++ PKGBUILD2011-01-04 18:07:10 UTC (rev 104640)
@@ -3,35 +3,34 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce-utils
-pkgver=4.6.2
-pkgrel=3
+pkgver=4.7.4
+pkgrel=1
 pkgdesc=Utilities for Xfce
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=(libxfcegui4=$pkgver 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool')
-optdepends=('perl: enables migration script for 4.4 configuration files'
+depends=('libxfce4ui' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool') # 'libxml2')
+optdepends=('perl: for migration scripts'
 'xscreensaver: for locking screen with xflock4'
'gnome-screensaver: for locking screen with xflock4'
'xlockmore: for locking screen with xflock4')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2
-   
#http://git.xfce.org/xfce/xfce-utils/patch/?id=cae311cf6453c888a262b435648a194517ce76f3
-   startxfce4_fix.diff)
-md5sums=('5d23407700d7e8c9751e17a5bc955109'
- '03536fb1315837ada2f27467cc640846')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=(2f57594fd504a1a013d0ca5dea898d58'')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix comments in config file http://bugs.archlinux.org/task/20675
-  patch -Np1 -i ${srcdir}/startxfce4_fix.diff
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static --enable-dbus --disable-debug
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-dbus \
+   --disable-debug \
+   --with-vendor-info=ArchLinux #  --enable-gen-doc \
   make
 }
 

Deleted: startxfce4_fix.diff
===
--- startxfce4_fix.diff 2011-01-04 18:04:19 UTC (rev 104639)
+++ startxfce4_fix.diff 2011-01-04 18:07:10 UTC (rev 104640)
@@ -1,24 +0,0 @@
-From cae311cf6453c888a262b435648a194517ce76f3 Mon Sep 17 00:00:00 2001
-From: Mike Massonnet mmasson...@gmail.com
-Date: Mon, 26 Jul 2010 17:58:06 +
-Subject: Use right comment character in Xft.xrdb (bug #6314).
-

-diff --git a/scripts/Xft.xrdb b/scripts/Xft.xrdb
-index af45361..cd26513 100644
 a/scripts/Xft.xrdb
-+++ b/scripts/Xft.xrdb
-@@ -1,7 +1,7 @@
--# Those are fallback settings, use the ui plugin to change it
--# or add your overrides to ~/.Xresources
--# Xft.hintstyle: hintnone/hintslight/hintmedium/hintfull
--# Xft hinting: 1/0
-+! Those are fallback settings, use the ui plugin to change it
-+! or add your overrides to ~/.Xresources
-+! Xft.hintstyle: hintnone/hintslight/hintmedium/hintfull
-+! Xft hinting: 1/0
- 
- Xft.hinting: 1
- Xft.hintstyle: hintmedium
---
-cgit v0.8.3.4



[arch-commits] Commit in xfce-utils/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:07:35
  Author: andyrtr
Revision: 104641

archrelease: copy trunk to staging-i686

Added:
  xfce-utils/repos/staging-i686/



[arch-commits] Commit in xfce-utils/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:07:59
  Author: andyrtr
Revision: 104642

archrelease: copy trunk to staging-x86_64

Added:
  xfce-utils/repos/staging-x86_64/



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:13:28
  Author: andyrtr
Revision: 104643

upgpkg: thunar 1.1.6-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  thunar/trunk/PKGBUILD

--+
 PKGBUILD |   40 ++--
 1 file changed, 26 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:07:59 UTC (rev 104642)
+++ PKGBUILD2011-01-04 18:13:28 UTC (rev 104643)
@@ -3,34 +3,46 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=thunar
-pkgver=1.0.2
+pkgver=1.1.6
 pkgrel=1
 pkgdesc=new modern file manager for Xfce
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://thunar.xfce.org;
 groups=('xfce4')
-depends=('desktop-file-utils' 'libexif=0.6.19' 'hicolor-icon-theme' 'fam' \
- 'gtk2' 'exo=0.3.107' 'libxfce4util=4.6.2' 'hal=0.5.14' 'libpng' 
'libjpeg=8.0.1' 'startup-notification')
-makedepends=('intltool' 'pkgconfig' 'xfce4-panel=4.6.4')
-optdepends=('gamin:   a fam replacement to make thunar monitor changes to 
files on the fly'
-'xfce4-panel: for trash applet')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev'
+ 'gtk2' 'exo=0.5.4' 'libxfce4util=4.7.3' 'libpng') # 'fam' - 
obsolete?
+makedepends=('intltool' 'gtk-doc' 'xfce4-panel=4.7.4')
+optdepends=( # 'gamin:   a fam replacement to make thunar monitor changes to 
files on the fly'
+'xfce4-panel: for trash applet'
+   'tumbler: for thumbnail previews')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/1.0/Thunar-${pkgver}.tar.bz2)
-md5sums=('c91073202d373a1f9951a1240083c36d')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/1.1/Thunar-${pkgver}.tar.bz2)
+md5sums=('a96fdbc0b3d422f864d50374b5d6be41')
 
 build() {
   cd ${srcdir}/Thunar-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static \
---disable-gnome-thumbnailers --enable-exif --enable-pcre
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-gio-unix \
+   --enable-dbus \
+   --enable-startup-notification \
+   --enable-gudev \
+   --enable-notifications \
+   --enable-exif \
+   --enable-pcre \
+   --enable-gtk-doc \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/Thunar-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
   sed -i 's:x-directory/gnome-default-handler;::' \
 ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
 }



[arch-commits] Commit in thunar/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:14:18
  Author: andyrtr
Revision: 104644

archrelease: copy trunk to staging-i686

Added:
  thunar/repos/staging-i686/



[arch-commits] Commit in thunar/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:15:07
  Author: andyrtr
Revision: 104645

archrelease: copy trunk to staging-x86_64

Added:
  thunar/repos/staging-x86_64/



[arch-commits] Commit in (4 files)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:20:38
  Author: andyrtr
Revision: 104646

add thunar-vfs pkg

Added:
  thunar-vfs/
  thunar-vfs/repos/
  thunar-vfs/trunk/
  thunar-vfs/trunk/PKGBUILD

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Added: thunar-vfs/trunk/PKGBUILD
===
--- thunar-vfs/trunk/PKGBUILD   (rev 0)
+++ thunar-vfs/trunk/PKGBUILD   2011-01-04 18:20:38 UTC (rev 104646)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Xavier Devlamynck magicrhe...@ouranos.be
+
+pkgname=thunar-vfs
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Virtual filesystem shipped with the thunar 1.0 and earlier releases
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.xfce.org/;
+groups=('xfce4')
+depends=('exo' 'startup-notification' 'hal' 'fam')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/xfce/thunar-vfs/1.1/thunar-vfs-$pkgver.tar.bz2)
+md5sums=('ef844b418f9f15729a3839494d8d9509')
+
+build() {
+  cd ${srcdir}/thunar-vfs-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-startup-notification \
+   --enable-dbus \
+   --with-volume-manager=hal \
+   --disable-debug
+  make
+}
+
+package() {
+   cd ${srcdir}/thunar-vfs-${pkgver}
+   make DESTDIR=${pkgdir} install
+}


Property changes on: thunar-vfs/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in thunar-vfs/trunk (PKGBUILD)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:23:29
  Author: andyrtr
Revision: 104647

upgpkg: thunar-vfs 1.1.0-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  thunar-vfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:20:38 UTC (rev 104646)
+++ PKGBUILD2011-01-04 18:23:29 UTC (rev 104647)
@@ -31,6 +31,6 @@
 }
 
 package() {
-   cd ${srcdir}/thunar-vfs-${pkgver}
-   make DESTDIR=${pkgdir} install
+  cd ${srcdir}/thunar-vfs-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in thunar-vfs/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:23:53
  Author: andyrtr
Revision: 104648

archrelease: copy trunk to staging-i686

Added:
  thunar-vfs/repos/staging-i686/



[arch-commits] Commit in thunar-vfs/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:24:17
  Author: andyrtr
Revision: 104649

archrelease: copy trunk to staging-x86_64

Added:
  thunar-vfs/repos/staging-x86_64/



[arch-commits] Commit in mythes-nl/trunk (PKGBUILD)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:28:02
  Author: ibiru
Revision: 104650

upgpkg: mythes-nl 20110104-1
fix versioning and license

Modified:
  mythes-nl/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:24:17 UTC (rev 104649)
+++ PKGBUILD2011-01-04 18:28:02 UTC (rev 104650)
@@ -2,21 +2,21 @@
 # Contributor: Jelle van der Waa jelle vdwaa nl
 
 pkgname=mythes-nl
-pkgver=1.0
+pkgver=20110104
 pkgrel=1
 pkgdesc=Dutch thesaurus
 arch=(any)
-url=http://opentaal.org;
-license=('BSD')
+url=http://data.opentaal.org/opentaalbank/thesaurus/;
+license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
 optdepends=('libmythes: offers thesaurus library functions')
 source=(http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt)
-md5sums=('7e577fc73576a99e6aeed9a39ce8065f')
+md5sums=('b3be2eb4582c74e0affcf2ffaf605032')
 
 package() {
   cd ${srcdir}
   install -dm755 ${pkgdir}/usr/share/mythes
-  install -m644 th_nl_v2.dat ${pkgdir}/usr/share/mythes/th_nl_v2.dat
-  install -m644 th_nl_v2.idx ${pkgdir}/usr/share/mythes/th_nl_v2.idx
+  install -m644 th_nl_v2.dat ${pkgdir}/usr/share/mythes/th_nl_NL_v2.dat
+  install -m644 th_nl_v2.idx ${pkgdir}/usr/share/mythes/th_nl_NL_v2.idx
 
   pushd ${pkgdir}/usr/share/mythes/
   nl_NL_aliases=nl_AW nl_BE
@@ -37,4 +37,8 @@
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
   install -m644 README_th_nl.txt ${pkgdir}/usr/share/doc/${pkgname}
+
+  # licences
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ../../doc/${pkgname}/README_th_nl.txt 
$pkgdir/usr/share/licenses/$pkgname/README_th_nl.txt
 }



[arch-commits] Commit in mythes-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:28:13
  Author: ibiru
Revision: 104651

archrelease: remove extra-any

Deleted:
  mythes-nl/repos/extra-any/



[arch-commits] Commit in mythes-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:28:26
  Author: ibiru
Revision: 104652

archrelease: copy trunk to extra-any

Added:
  mythes-nl/repos/extra-any/



[arch-commits] Commit in xfce4-appfinder/trunk (PKGBUILD)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:28:37
  Author: andyrtr
Revision: 104653

upgpkg: xfce4-appfinder 4.7.2-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfce4-appfinder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:28:26 UTC (rev 104652)
+++ PKGBUILD2011-01-04 18:28:37 UTC (rev 104653)
@@ -3,28 +3,32 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-appfinder
-pkgver=4.6.2
+pkgver=4.7.2
 pkgrel=1
 pkgdesc=Xfce application finder
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=('thunar=1.0.2' libxfce4menu=4.6.2 'libxfcegui4=4.6.4' 
'hicolor-icon-theme')
+depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7752e43578b821e35010bcd3762da166')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('be64fd939dce31b3c7a18dc0f4db')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---localstatedir=/var --disable-static || return 1
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in hyphen-nl/trunk (PKGBUILD)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:28:50
  Author: ibiru
Revision: 104654

upgpkg: hyphen-nl 20050617-1
fix versioning and license. FS#22312

Modified:
  hyphen-nl/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:28:37 UTC (rev 104653)
+++ PKGBUILD2011-01-04 18:28:50 UTC (rev 104654)
@@ -2,12 +2,12 @@
 # Contributor: Jelle van der Waa jelle vdwaa nl
 
 pkgname=hyphen-nl
-pkgver=2.0
+pkgver=20050617
 pkgrel=1
 pkgdesc=Dutch hyphenation rules
 arch=(any)
-url=http://extensions.services.openoffice.org/;
-license=('LGPL' 'GPL' 'MPL')
+url=http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29;
+license=('GPL2')
 optdepends=('hyphen: offers hyphenation library functions')
 
source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip)
 md5sums=('6f0b18ce830445ae8337df8913155196')



[arch-commits] Commit in xfce4-appfinder/repos (staging-i686)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:29:01
  Author: andyrtr
Revision: 104655

archrelease: copy trunk to staging-i686

Added:
  xfce4-appfinder/repos/staging-i686/



[arch-commits] Commit in hyphen-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:29:15
  Author: ibiru
Revision: 104656

archrelease: remove extra-any

Deleted:
  hyphen-nl/repos/extra-any/



[arch-commits] Commit in xfce4-appfinder/repos (staging-x86_64)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 13:29:24
  Author: andyrtr
Revision: 104657

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-appfinder/repos/staging-x86_64/



[arch-commits] Commit in hyphen-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:29:29
  Author: ibiru
Revision: 104658

archrelease: copy trunk to extra-any

Added:
  hyphen-nl/repos/extra-any/



[arch-commits] Commit in hunspell-nl/trunk (PKGBUILD)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:31:22
  Author: ibiru
Revision: 104659

upgpkg: hunspell-nl 2.00g-1
fix versioning and license. FS#22312

Modified:
  hunspell-nl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:29:29 UTC (rev 104658)
+++ PKGBUILD2011-01-04 18:31:22 UTC (rev 104659)
@@ -2,14 +2,15 @@
 # Contributor: Jelle van der Waa jelle vdwaa nl
 
 pkgname=hunspell-nl
-pkgver=2.0
+pkgver=2.00g
 pkgrel=1
 pkgdesc=Dutch hunspell dictionaries
 arch=(any)
-url=http://extensions.services.openoffice.org/;
-license=('LGPL' 'GPL' 'MPL')
+url=http://extensions.services.openoffice.org/en/project/dict-nl;
+license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
 optdepends=('hunspell:  the spell checking libraries and apps')
-source=(http://extensions.services.openoffice.org/e-files/1456/6/nl-dict-v2.00g.oxt)
+source=(http://extensions.services.openoffice.org/e-files/1456/6/nl-dict-v${pkgver}.oxt)
+options=('force')
 md5sums=('5c0de383ef649cffefc128cfb36b4d43')
 
 package() {
@@ -37,4 +38,8 @@
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
   install -m644 README_nl_NL.txt ${pkgdir}/usr/share/doc/${pkgname}
+
+  # licences
+  install -D -m644 license_en_EN.txt 
$pkgdir/usr/share/licenses/$pkgname/license_en_EN.txt
+  install -D -m644 licentie_nl_NL.txt 
$pkgdir/usr/share/licenses/$pkgname/licentie_nl_NL.txt
 }



[arch-commits] Commit in hunspell-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:31:29
  Author: ibiru
Revision: 104660

archrelease: remove extra-any

Deleted:
  hunspell-nl/repos/extra-any/



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

2011-01-04 Thread Eric Bélanger
Date: Tuesday, January 4, 2011 @ 13:31:38
  Author: eric
Revision: 104661

upgpkg: gifsicle 1.60-1
Upstream update, Removed ChangeLog

Modified:
  gifsicle/trunk/PKGBUILD
Deleted:
  gifsicle/trunk/ChangeLog

---+
 ChangeLog |   13 -
 PKGBUILD  |   17 ++---
 2 files changed, 10 insertions(+), 20 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-01-04 18:31:29 UTC (rev 104660)
+++ ChangeLog   2011-01-04 18:31:38 UTC (rev 104661)
@@ -1,13 +0,0 @@
-2010-03-12  Eric Belanger  e...@archlinux.org
-
-   * gifsicle 1.59-1
-   * Upstream update
-   * Removed libsm depends
-
-2009-08-01  Eric Belanger  e...@archlinux.org
-
-   * gifsicle 1.55-1
-   * Upstream update
-   * Improved description
-   * Fixed license
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 18:31:29 UTC (rev 104660)
+++ PKGBUILD2011-01-04 18:31:38 UTC (rev 104661)
@@ -1,9 +1,8 @@
 # $Id$
 # Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Frank Peters frank.pet...@comcast.net
 
 pkgname=gifsicle
-pkgver=1.59
+pkgver=1.60
 pkgrel=1
 pkgdesc=A powerful command-line program for creating, editing, manipulating 
and getting information about GIF images and animations
 arch=('i686' 'x86_64')
@@ -11,12 +10,16 @@
 license=('GPL')
 depends=('libx11')
 source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e6d21543a37e46e5da181dacf0bf0645')
-sha1sums=('75b813c2bb793ec5c28678b691914cfa35fd13cb')
+md5sums=('2629d5894e189e251f148eec8e7805d6')
+sha1sums=('5295b6eae15513f544cd4585066e3140fb60ec0f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gifsicle/repos (extra-i686)

2011-01-04 Thread Eric Bélanger
Date: Tuesday, January 4, 2011 @ 13:31:45
  Author: eric
Revision: 104662

archrelease: remove extra-i686

Deleted:
  gifsicle/repos/extra-i686/



[arch-commits] Commit in hunspell-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:31:45
  Author: ibiru
Revision: 104663

archrelease: copy trunk to extra-any

Added:
  hunspell-nl/repos/extra-any/



[arch-commits] Commit in gifsicle/repos (extra-i686)

2011-01-04 Thread Eric Bélanger
Date: Tuesday, January 4, 2011 @ 13:31:54
  Author: eric
Revision: 104664

archrelease: copy trunk to extra-i686

Added:
  gifsicle/repos/extra-i686/



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

2011-01-04 Thread Eric Bélanger
Date: Tuesday, January 4, 2011 @ 13:31:59
  Author: eric
Revision: 104665

archrelease: remove extra-x86_64

Deleted:
  gifsicle/repos/extra-x86_64/



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

2011-01-04 Thread Eric Bélanger
Date: Tuesday, January 4, 2011 @ 13:32:07
  Author: eric
Revision: 104666

archrelease: copy trunk to extra-x86_64

Added:
  gifsicle/repos/extra-x86_64/



  1   2   3   >