[arch-commits] Commit in links/repos (6 files)

2012-06-25 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 02:36:44
  Author: eric
Revision: 162375

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  links/repos/testing-i686/
  links/repos/testing-i686/PKGBUILD
(from rev 162374, links/trunk/PKGBUILD)
  links/repos/testing-i686/links.desktop
(from rev 162374, links/trunk/links.desktop)
  links/repos/testing-x86_64/
  links/repos/testing-x86_64/PKGBUILD
(from rev 162374, links/trunk/PKGBUILD)
  links/repos/testing-x86_64/links.desktop
(from rev 162374, links/trunk/links.desktop)

--+
 testing-i686/PKGBUILD|   47 +
 testing-i686/links.desktop   |7 ++
 testing-x86_64/PKGBUILD  |   47 +
 testing-x86_64/links.desktop |7 ++
 4 files changed, 108 insertions(+)

Copied: links/repos/testing-i686/PKGBUILD (from rev 162374, 
links/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.7
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/";
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+  install -d "${pkgdir}/usr/share/doc/links/calibration"
+  install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
+}

Copied: links/repos/testing-i686/links.desktop (from rev 162374, 
links/trunk/links.desktop)
===
--- testing-i686/links.desktop  (rev 0)
+++ testing-i686/links.desktop  2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Links
+Exec=xlinks -g
+Icon=links_32x32.xpm
+Type=Application
+Terminal=false
+Categories=Network;WebBrowser;

Copied: links/repos/testing-x86_64/PKGBUILD (from rev 162374, 
links/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-26 06:36:44 UTC (rev 162375)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=links
+pkgver=2.7
+pkgrel=1
+pkgdesc="A text WWW browser, similar to Lynx"
+arch=('i686' 'x86_64')
+url="http://links.twibright.com/";
+license=('GPL')
+depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt')
+optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
+provides=('links-g')
+conflicts=('links-g')
+replaces=('links-g')
+source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
+  'f600e27c2a7118f7dd07a10230aa44463a02')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  (cd intl; ./gen-intl; ./synclang)
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--enable-graphics --with-x --with-fb
+  make
+  mv links xlinks
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+--disable-graphics --without-x  --without-fb
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
+  ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
+
+  install -D -m644 "${srcdir}/links.desktop" 
"${pkgdir}/usr/share/applications/links.desktop"
+  install -d "${pkgdir}/usr/share/pixmaps"
+  install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm 
"${pkgdir}/usr/share/pixmaps/"
+
+ 

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

2012-06-25 Thread Eric Bélanger
Date: Tuesday, June 26, 2012 @ 02:36:18
  Author: eric
Revision: 162374

upgpkg: links 2.7-1

Upstream update

Modified:
  links/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 05:39:58 UTC (rev 162373)
+++ PKGBUILD2012-06-26 06:36:18 UTC (rev 162374)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=links
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc="A text WWW browser, similar to Lynx"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('links-g')
 replaces=('links-g')
 source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 
links.desktop)
-sha1sums=('228bd726c176ea44d35fa12cafd97aa83214d9dc'
+sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
   'f600e27c2a7118f7dd07a10230aa44463a02')
 
 build() {



[arch-commits] Commit in samba/repos (44 files)

2012-06-25 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 01:39:58
  Author: tpowa
Revision: 162373

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 162372, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 162372, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba
(from rev 162372, samba/trunk/samba)
  samba/repos/extra-i686/samba.conf
(from rev 162372, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 162372, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 162372, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 162372, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 162372, samba/trunk/samba.pam)
  samba/repos/extra-i686/smbd.service
(from rev 162372, samba/trunk/smbd.service)
  samba/repos/extra-i686/swat.xinetd
(from rev 162372, samba/trunk/swat.xinetd)
  samba/repos/extra-i686/winbindd.service
(from rev 162372, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 162372, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 162372, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba
(from rev 162372, samba/trunk/samba)
  samba/repos/extra-x86_64/samba.conf
(from rev 162372, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 162372, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 162372, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 162372, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 162372, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/smbd.service
(from rev 162372, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 162372, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/winbindd.service
(from rev 162372, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/swat.xinetd
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/winbindd.service

---+
 extra-i686/PKGBUILD   |  338 
 extra-i686/nmbd.service   |   16 -
 extra-i686/samba  |  108 ++--
 extra-i686/samba.conf |2 
 extra-i686/samba.conf.d   |   14 -
 extra-i686/samba.install  |   14 -
 extra-i686/samba.logrotate|   18 +-
 extra-i686/samba.pam  |6 
 extra-i686/smbd.service   |   18 +-
 extra-i686/swat.xinetd|   20 +-
 extra-i686/winbindd.service   |   18 +-
 extra-x86_64/PKGBUILD |  338 
 extra-x86_64/nmbd.service |   16 -
 extra-x86_64/samba|  108 ++--
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |   14 -
 extra-x86_64/samba.install|   14 -
 extra-x86_64/samba.logrotate  |   18 +-
 extra-x86_64/samba.pam|6 
 extra-x86_64/smbd.service |   18 +-
 extra-x86_64/swat.xinetd  |   20 +-
 extra-x86_64/winbindd.service |   18 +-
 22 files changed, 572 insertions(+), 572 deletions(-)

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


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

2012-06-25 Thread Tobias Powalowski
Date: Tuesday, June 26, 2012 @ 01:38:39
  Author: tpowa
Revision: 162372

upgpkg: samba 3.6.6-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 03:37:25 UTC (rev 162371)
+++ PKGBUILD2012-06-26 05:38:39 UTC (rev 162372)
@@ -3,12 +3,12 @@
 # Contributor: judd 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.5
+pkgver=3.6.6
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.5
-pkgrel=3
+_realver=3.6.6
+pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org";
 license=('GPL3')
@@ -157,7 +157,7 @@
   install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf
   rm -rf ${pkgdir}/var/run
 }
-md5sums=('2f0c14547333c1b48fd4728b031e7040'
+md5sums=('0bea52842d172231c0c0e23ee570d7af'
  'a45a4283723be2b0ae32439dc4496a09'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'



[arch-commits] Commit in git/repos (16 files)

2012-06-25 Thread Dan McGee
Date: Monday, June 25, 2012 @ 23:37:25
  Author: dan
Revision: 162371

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  git/repos/extra-i686/ChangeLog
(from rev 162370, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 162370, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 162370, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 162370, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 162370, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 162370, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 162370, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 162370, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  212 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  212 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-06-26 03:36:47 UTC (rev 162370)
+++ extra-i686/ChangeLog2012-06-26 03:37:25 UTC (rev 162371)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee 
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee 
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee 
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee 
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae 
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee 
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee 
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee 
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee 
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee 
-   Version 1.5.4-1
-   * Upstream version 1.5.4
-   * Enable pthreads support in pack-objects. To use, set the pack.threads
- git config option. Read manpages of pack-objects and config for more
- details.
-   * Changelog added (with entries going back a bit).
-
-2008-01-28 Kevin Piche 
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger 
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 162370, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-06-26 03:37:25 UTC (rev 162371)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee 
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee 
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee 
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee 
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae 
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee 
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * Add git-daemon RC scripts (FS#19291)
+
+2009-06-05 Dan McGee 
+   Version 1.6.3.2-1
+   * Remove gitweb from /usr/share; it needs customization to be helpful
+   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
+
+2008-09-14 Dan McGee 
+   Version 1.6.0.2-1
+   * Moved optional depends from inst

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

2012-06-25 Thread Dan McGee
Date: Monday, June 25, 2012 @ 23:36:47
  Author: dan
Revision: 162370

upgpkg: git 1.7.11.1-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 03:26:35 UTC (rev 162369)
+++ PKGBUILD2012-06-26 03:36:47 UTC (rev 162370)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=1.7.11
+pkgver=1.7.11.1
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -100,7 +100,7 @@
   install -D -m644 "$srcdir"/git-daemon.conf 
"$pkgdir"/etc/conf.d/git-daemon.conf
 }
 
-sha1sums=('15abe2c5b6b7cf9b738e3fb57ab9234ae02a1e61'
-  '9f963243dfdbf5d77049e5fbb1e8e571effa4285'
+sha1sums=('d09664978931d215e43241689eb09371b509c7ce'
+  'e2defbf75ff15d7684d70457e41bc45fb22f0e1f'
   'f2b41828bd912b72e2cb3e14677739c4f370de66'
   '149e2da1ecb48872ddb31c0945afeaad1f9653d7')



[arch-commits] Commit in pacman-mirrorlist/repos (3 files)

2012-06-25 Thread Dan McGee
Date: Monday, June 25, 2012 @ 23:26:35
  Author: dan
Revision: 162369

archrelease: copy trunk to testing-any

Added:
  pacman-mirrorlist/repos/testing-any/
  pacman-mirrorlist/repos/testing-any/PKGBUILD
(from rev 162368, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/testing-any/mirrorlist
(from rev 162368, pacman-mirrorlist/trunk/mirrorlist)

+
 PKGBUILD   |   31 +++
 mirrorlist |  236 +++
 2 files changed, 267 insertions(+)

Copied: pacman-mirrorlist/repos/testing-any/PKGBUILD (from rev 162368, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-26 03:26:35 UTC (rev 162369)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee 
+
+pkgname=pacman-mirrorlist
+pkgver=20120626
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="http://www.archlinux.org/mirrorlist/";
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/smart/
+}
+
+build() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('49afc13a48fae447b9717cc686d3ee24')
+sha256sums=('2fc3ec4aac3e9587679f75066f9387e65016e9651c0df5decfe7d56f6fce4a1c')

Copied: pacman-mirrorlist/repos/testing-any/mirrorlist (from rev 162368, 
pacman-mirrorlist/trunk/mirrorlist)
===
--- testing-any/mirrorlist  (rev 0)
+++ testing-any/mirrorlist  2012-06-26 03:26:35 UTC (rev 162369)
@@ -0,0 +1,236 @@
+##
+## Arch Linux repository mirrorlist
+## Generated on 2012-06-26
+##
+
+## Australia
+#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
+#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
+#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
+#Server = http://mirror.optus.net/archlinux/$repo/os/$arch
+
+## Belgium
+#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
+
+## Bulgaria
+#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
+
+## Brazil
+#Server = http://www.bitwave.com.br/downloads/archlinux/$repo/os/$arch
+#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
+#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
+#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
+
+## Belarus
+#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
+
+## Canada
+#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
+#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
+
+## Switzerland
+#Server = http://archlinux.puzzle.ch/$repo/os/$arch
+
+## Chile
+#Server = http://mirror.archlinux.cl/$repo/os/$arch
+
+## China
+#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors.stuhome.net/archlinux/$repo/os/$arch
+#Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors6.ustc.edu.cn/archlinux/$repo/os/$arch
+
+## Colombia
+#Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
+
+## Czech Republic
+#Server = http://archlinux.mirror.dkm.cz/pub/archlinux/$repo/os/$arch
+#Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch
+
+## Germany
+#Server = http://1favre.de/arch/$repo/os/$arch
+#Server = http://archlinux.limun.org/$repo/os/$arch
+#Server = http://artfiles.org/archlinux.org/$repo/os/$arch
+#Server = http://mirror.devnu11.net/archlinux/$repo/os/$arch
+#Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
+#Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
+#Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
+#Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
+#Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
+#Server = http://mirrors.mycraft.eu/archlinux/$repo/os/$arch
+#Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
+#Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
+#Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
+#Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
+#Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch
+#Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
+#Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
+
+## Denmark
+#Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch
+
+## Estonia
+#Server = http://ftp.eenet.ee/pub/archlinux/$repo/os/$arch
+
+## Spain
+#Server = http://sunsite.r

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

2012-06-25 Thread Dan McGee
Date: Monday, June 25, 2012 @ 23:26:29
  Author: dan
Revision: 162368

upgpkg: pacman-mirrorlist 20120626-1

Switch to "smart" mirrorlist containing only HTTP mirrors unless FTP is the
only option for a given country.

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |9 +-
 mirrorlist |  246 ---
 2 files changed, 89 insertions(+), 166 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 02:10:30 UTC (rev 162367)
+++ PKGBUILD2012-06-26 03:26:29 UTC (rev 162368)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=pacman-mirrorlist
-pkgver=20120211
+pkgver=20120626
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -18,7 +18,8 @@
 # * Build the package
 
 updatelist() {
-  wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/
+  rm -f mirrorlist
+  wget -O mirrorlist https://www.archlinux.org/mirrorlist/all/smart/
 }
 
 build() {
@@ -26,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('7d36f1d9c904f82ab1a96e1d73b0fd8f')
-sha256sums=('085be03e6b9c72c21954aca3394c4e611e8c6cd770fb061331905c5ae469a212')
+md5sums=('49afc13a48fae447b9717cc686d3ee24')
+sha256sums=('2fc3ec4aac3e9587679f75066f9387e65016e9651c0df5decfe7d56f6fce4a1c')

Modified: mirrorlist
===
--- mirrorlist  2012-06-26 02:10:30 UTC (rev 162367)
+++ mirrorlist  2012-06-26 03:26:29 UTC (rev 162368)
@@ -1,314 +1,236 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2012-02-11
+## Generated on 2012-06-26
 ##
 
-## Any
-#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
-#Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
-
 ## Australia
-#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirror.optus.net/archlinux/$repo/os/$arch
 #Server = http://mirror.optus.net/archlinux/$repo/os/$arch
 
-## Belarus
-#Server = ftp://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = ftp://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
 ## Belgium
-#Server = ftp://archlinux.mirror.kangaroot.net/pub/archlinux/$repo/os/$arch
 #Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
 
+## Bulgaria
+#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
+
 ## Brazil
-#Server = ftp://ftp.bitwave.com.br/archlinux/$repo/os/$arch
 #Server = http://www.bitwave.com.br/downloads/archlinux/$repo/os/$arch
-#Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/$arch
 #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
 #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = ftp://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
-#Server = http://www2.itti.ifce.edu.br/archlinux/$repo/os/$arch
+#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
 
-## Bulgaria
-#Server = ftp://archlinux.igor.onlinedirect.bg/linux/archlinux/$repo/os/$arch
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
+## Belarus
+#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
 
 ## Canada
-#Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
 #Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = ftp://mirror.its.dal.ca/archlinux/$repo/os/$arch
 #Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
 
+## Switzerland
+#Server = http://archlinux.puzzle.ch/$repo/os/$arch
+
 ## Chile
-#Server = ftp://mirror.archlinux.cl/$repo/os/$arch
-#Server = ftp://mirror.netglobalis.net/archlinux/$repo/os/$arch
-#Server = http://mirror.netglobalis.net/archlinux/$repo/os/$arch
+#Server = http://mirror.archlinux.cl/$repo/os/$arch
 
 ## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
 #Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
 #Server = http://mirror6.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = ftp://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch
-#Server = ftp://mirrors.stuhome.net/archlinux/$repo/os/$arch
 #Server = http://mirrors.stuhome.net/archlinux/$repo/os/$arch
+#Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors6.ustc.edu.cn/archlinux/$repo/os/$arch
 
 ## Colombia
 #Server = http://www.laqee.unal.edu.co/archlinux/$repo/os/$arch
 
 ## Czech Repub

[arch-commits] Commit in linux/trunk (2 files)

2012-06-25 Thread Ionut Biru
Date: Monday, June 25, 2012 @ 22:10:30
  Author: ibiru
Revision: 162367

drop workaround
the real fix is being queued for the next 3.4 version

Modified:
  linux/trunk/PKGBUILD
Deleted:
  linux/trunk/3.4.4-fix-gtx560ti-nouveau-regression.patch

-+
 3.4.4-fix-gtx560ti-nouveau-regression.patch |   20 
 PKGBUILD|   10 ++
 2 files changed, 2 insertions(+), 28 deletions(-)

Deleted: 3.4.4-fix-gtx560ti-nouveau-regression.patch
===
--- 3.4.4-fix-gtx560ti-nouveau-regression.patch 2012-06-26 01:03:29 UTC (rev 
162366)
+++ 3.4.4-fix-gtx560ti-nouveau-regression.patch 2012-06-26 02:10:30 UTC (rev 
162367)
@@ -1,20 +0,0 @@
-Revert change to include/drm/drm_fb_helper.h made in commit 
4f988d132d2668b4f3b42bfc70daa531115ccca1
-
- include/drm/drm_fb_helper.h |1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h
-index 55e10d6..5120b01 100644
 a/include/drm/drm_fb_helper.h
-+++ b/include/drm/drm_fb_helper.h
-@@ -35,6 +35,7 @@ struct drm_fb_helper;
- #include 
- 
- struct drm_fb_helper_crtc {
-+  uint32_t crtc_id;
-   struct drm_mode_set mode_set;
-   struct drm_display_mode *desired_mode;
- };
--- 
-1.7.6.5
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-26 01:03:29 UTC (rev 162366)
+++ PKGBUILD2012-06-26 02:10:30 UTC (rev 162367)
@@ -23,8 +23,7 @@
 'fix-acerhdf-1810T-bios.patch'
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch'
-'3.4.4-fix-backlight-regression.patch'
-'3.4.4-fix-gtx560ti-nouveau-regression.patch')
+   '3.4.4-fix-backlight-regression.patch')
 md5sums=('967f72983655e2479f951195953e8480'
  '58e6672d932d74d5e2b6811b9d37d67c'
  '3f2c307c8ffae67f60c13ef69af8364a'
@@ -33,8 +32,7 @@
  '38c1fd4a1f303f1f6c38e7f082727e2f'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
- '80a46681386bb87813989faeb92bdd9a'
- '827ffd855dc8b0c91577545c5804c19f')
+'80a46681386bb87813989faeb92bdd9a')
 
 build() {
   cd "${srcdir}/linux-${_basekernel}"
@@ -58,10 +56,6 @@
   # https://bugzilla.kernel.org/show_bug.cgi?id=43168
   patch -Np1 -i "${srcdir}/3.4.4-fix-backlight-regression.patch"
 
-  # fix nouveau regression
-  # Arch Linux bug report: FS#30417
-  patch -Np1 -i "${srcdir}/3.4.4-fix-gtx560ti-nouveau-regression.patch"
-
   # Patch submitted upstream, waiting for inclusion:
   # https://lkml.org/lkml/2012/2/19/51
   # add support for latest bios of Acer 1810T acerhdf module



[arch-commits] Commit in openldap/repos (18 files)

2012-06-25 Thread Eric Bélanger
Date: Monday, June 25, 2012 @ 21:03:29
  Author: eric
Revision: 162366

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openldap/repos/testing-i686/
  openldap/repos/testing-i686/PKGBUILD
(from rev 162365, openldap/trunk/PKGBUILD)
  openldap/repos/testing-i686/mutex-end-of-struct-sigsegv.patch
(from rev 162365, openldap/trunk/mutex-end-of-struct-sigsegv.patch)
  openldap/repos/testing-i686/ntlm.patch
(from rev 162365, openldap/trunk/ntlm.patch)
  openldap/repos/testing-i686/openldap.install
(from rev 162365, openldap/trunk/openldap.install)
  openldap/repos/testing-i686/slapd
(from rev 162365, openldap/trunk/slapd)
  openldap/repos/testing-i686/slapd.default
(from rev 162365, openldap/trunk/slapd.default)
  openldap/repos/testing-i686/slapd.service
(from rev 162365, openldap/trunk/slapd.service)
  openldap/repos/testing-i686/slapd.tmpfiles
(from rev 162365, openldap/trunk/slapd.tmpfiles)
  openldap/repos/testing-x86_64/
  openldap/repos/testing-x86_64/PKGBUILD
(from rev 162365, openldap/trunk/PKGBUILD)
  openldap/repos/testing-x86_64/mutex-end-of-struct-sigsegv.patch
(from rev 162365, openldap/trunk/mutex-end-of-struct-sigsegv.patch)
  openldap/repos/testing-x86_64/ntlm.patch
(from rev 162365, openldap/trunk/ntlm.patch)
  openldap/repos/testing-x86_64/openldap.install
(from rev 162365, openldap/trunk/openldap.install)
  openldap/repos/testing-x86_64/slapd
(from rev 162365, openldap/trunk/slapd)
  openldap/repos/testing-x86_64/slapd.default
(from rev 162365, openldap/trunk/slapd.default)
  openldap/repos/testing-x86_64/slapd.service
(from rev 162365, openldap/trunk/slapd.service)
  openldap/repos/testing-x86_64/slapd.tmpfiles
(from rev 162365, openldap/trunk/slapd.tmpfiles)

--+
 testing-i686/PKGBUILD|  106 +++
 testing-i686/mutex-end-of-struct-sigsegv.patch   |  293 +
 testing-i686/ntlm.patch  |  230 
 testing-i686/openldap.install|   20 +
 testing-i686/slapd   |   49 +++
 testing-i686/slapd.default   |6 
 testing-i686/slapd.service   |9 
 testing-i686/slapd.tmpfiles  |1 
 testing-x86_64/PKGBUILD  |  106 +++
 testing-x86_64/mutex-end-of-struct-sigsegv.patch |  293 +
 testing-x86_64/ntlm.patch|  230 
 testing-x86_64/openldap.install  |   20 +
 testing-x86_64/slapd |   49 +++
 testing-x86_64/slapd.default |6 
 testing-x86_64/slapd.service |9 
 testing-x86_64/slapd.tmpfiles|1 
 16 files changed, 1428 insertions(+)

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


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

2012-06-25 Thread Eric Bélanger
Date: Monday, June 25, 2012 @ 21:02:47
  Author: eric
Revision: 162365

upgpkg: openldap 2.4.31-4

Rebuild with tmpfiles for systemd (close FS#30437)

Modified:
  openldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 23:16:17 UTC (rev 162364)
+++ PKGBUILD2012-06-26 01:02:47 UTC (rev 162365)
@@ -4,7 +4,7 @@
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
 pkgver=2.4.31
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.openldap.org/";
 license=('custom')



[arch-commits] Commit in clutter-gst/repos (4 files)

2012-06-25 Thread Ionut Biru
Date: Monday, June 25, 2012 @ 19:16:17
  Author: ibiru
Revision: 162364

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 162363, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 162363, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 23:15:08 UTC (rev 162363)
+++ extra-i686/PKGBUILD 2012-06-25 23:16:17 UTC (rev 162364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=clutter-gst
-pkgver=1.5.6
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=('i686' 'x86_64')
-url="http://www.clutter-project.org/";
-license=('LGPL')
-depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f12b59d5a548abe38c63750ae2e6cb909afd90cfdcc06d2c4288097f962b08bc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 162363, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 23:16:17 UTC (rev 162364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/";
+license=('LGPL')
+depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abc879cdd562f1640a825131405f4327a427bfe65b805ebc25d0c78909c8c622')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-25 23:15:08 UTC (rev 162363)
+++ extra-x86_64/PKGBUILD   2012-06-25 23:16:17 UTC (rev 162364)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=clutter-gst
-pkgver=1.5.6
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=('i686' 'x86_64')
-url="http://www.clutter-project.org/";
-license=('LGPL')
-depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
-makedepends=('gobject-introspection')
-options=('!libtool')
-source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f12b59d5a548abe38c63750ae2e6cb909afd90cfdcc06d2c4288097f962b08bc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 162363, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-25 23:16:17 UTC (rev 162364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=clutter-gst
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/";
+license=('LGPL')
+depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abc879cdd562f1640a825131405f4327a427bfe65b805ebc25d0c78909c8c622')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-06-25 Thread Ionut Biru
Date: Monday, June 25, 2012 @ 19:15:08
  Author: ibiru
Revision: 162363

update to 1.6.0

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 20:10:12 UTC (rev 162362)
+++ PKGBUILD2012-06-25 23:15:08 UTC (rev 162363)
@@ -2,7 +2,7 @@
 # Maintainer: Jan "heftig" Steffens 
 
 pkgname=clutter-gst
-pkgver=1.5.6
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
 makedepends=('gobject-introspection')
 options=('!libtool')
-source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f12b59d5a548abe38c63750ae2e6cb909afd90cfdcc06d2c4288097f962b08bc')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('abc879cdd562f1640a825131405f4327a427bfe65b805ebc25d0c78909c8c622')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc
@@ -23,8 +23,8 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in traceroute/repos (6 files)

2012-06-25 Thread Stéphane Gaudreault
Date: Monday, June 25, 2012 @ 16:10:12
  Author: stephane
Revision: 162362

db-move: moved traceroute from [testing] to [core] ( i686,  x86_64)

Added:
  traceroute/repos/core-i686/
  traceroute/repos/core-i686/PKGBUILD
(from rev 162360, traceroute/repos/testing-i686/PKGBUILD)
  traceroute/repos/core-x86_64/
  traceroute/repos/core-x86_64/PKGBUILD
(from rev 162360, traceroute/repos/testing-x86_64/PKGBUILD)
Deleted:
  traceroute/repos/testing-i686/
  traceroute/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   23 +++
 core-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: traceroute/repos/core-i686/PKGBUILD (from rev 162360, 
traceroute/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-25 20:10:12 UTC (rev 162362)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=traceroute
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="Tracks the route taken by packets over an IP network"
+arch=('i686' 'x86_64')
+url="http://traceroute.sourceforge.net/";
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('6bdccfd12f93b89aea53728b3c365db5a4362b6d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+}

Copied: traceroute/repos/core-x86_64/PKGBUILD (from rev 162360, 
traceroute/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-06-25 20:10:12 UTC (rev 162362)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=traceroute
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="Tracks the route taken by packets over an IP network"
+arch=('i686' 'x86_64')
+url="http://traceroute.sourceforge.net/";
+license=('GPL2')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('6bdccfd12f93b89aea53728b3c365db5a4362b6d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in iputils/repos (14 files)

2012-06-25 Thread Stéphane Gaudreault
Date: Monday, June 25, 2012 @ 16:10:09
  Author: stephane
Revision: 162361

db-move: moved iputils from [testing] to [core] ( i686,  x86_64)

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 162360, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils.install
(from rev 162360, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 162360, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 162360, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils.install
(from rev 162360, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 162360, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils-s20101006-manpages.patch
  iputils/repos/core-i686/permission-fix.patch
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils-s20101006-manpages.patch
  iputils/repos/core-x86_64/permission-fix.patch
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  131 +--
 core-i686/iputils-s20101006-manpages.patch   | 1044 -
 core-i686/iputils.install|   11 
 core-i686/permission-fix.patch   |   15 
 core-i686/tftp.xinetd|   10 
 core-x86_64/PKGBUILD |  131 +--
 core-x86_64/iputils-s20101006-manpages.patch | 1044 -
 core-x86_64/iputils.install  |   11 
 core-x86_64/permission-fix.patch |   15 
 core-x86_64/tftp.xinetd  |   10 
 10 files changed, 174 insertions(+), 2248 deletions(-)

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


[arch-commits] Commit in xournal/repos (10 files)

2012-06-25 Thread Evangelos Foutras
Date: Monday, June 25, 2012 @ 14:51:41
  Author: foutrelis
Revision: 162360

db-move: moved xournal from [testing] to [extra] ( i686,  x86_64)

Added:
  xournal/repos/extra-i686/PKGBUILD
(from rev 162353, xournal/repos/testing-i686/PKGBUILD)
  xournal/repos/extra-i686/install
(from rev 162353, xournal/repos/testing-i686/install)
  xournal/repos/extra-x86_64/PKGBUILD
(from rev 162353, xournal/repos/testing-x86_64/PKGBUILD)
  xournal/repos/extra-x86_64/install
(from rev 162353, xournal/repos/testing-x86_64/install)
Deleted:
  xournal/repos/extra-i686/PKGBUILD
  xournal/repos/extra-i686/install
  xournal/repos/extra-x86_64/PKGBUILD
  xournal/repos/extra-x86_64/install
  xournal/repos/testing-i686/
  xournal/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   54 
 extra-i686/install|   26 +++
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/install  |   26 +++
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 18:51:36 UTC (rev 162359)
+++ extra-i686/PKGBUILD 2012-06-25 18:51:41 UTC (rev 162360)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=xournal
-pkgver=0.4.6
-pkgrel=1
-pkgdesc='Notetaking and sketching application'
-url='http://xournal.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr LIBS='-lm -lz'
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install desktop-install
-}

Copied: xournal/repos/extra-i686/PKGBUILD (from rev 162353, 
xournal/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 18:51:41 UTC (rev 162360)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=xournal
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('4ebe79e3df7155d2a09c341537a639ac2332d4c8')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr LIBS='-lm -lz'
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install desktop-install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-06-25 18:51:36 UTC (rev 162359)
+++ extra-i686/install  2012-06-25 18:51:41 UTC (rev 162360)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime &>/dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: xournal/repos/extra-i686/install (from rev 162353, 
xournal/repos/testing-i686/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2012-06-25 18:51:41 UTC (rev 162360)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-25 18:51:36 UTC (rev 162359)
+++ extra-x86_64/PKGBUILD   2012-06-25 18:51:41 UTC (rev 162360)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=xournal
-pkgver=0.4.6
-pkgrel=1
-pkgdesc='Notetaking and sketching application'
-url='http://xournal.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
-source=("http://downloads.sourcef

[arch-commits] Commit in texlive-bin/repos (26 files)

2012-06-25 Thread Evangelos Foutras
Date: Monday, June 25, 2012 @ 14:51:36
  Author: foutrelis
Revision: 162359

db-move: moved texlive-bin from [testing] to [extra] ( i686,  x86_64)

Added:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
(from rev 162353, texlive-bin/repos/testing-i686/09-texlive-fonts.conf)
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 162353, texlive-bin/repos/testing-i686/PKGBUILD)
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
(from rev 162353, 
texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-i686/luatex-poppler-0.20.patch
(from rev 162353, texlive-bin/repos/testing-i686/luatex-poppler-0.20.patch)
  texlive-bin/repos/extra-i686/texlive.install
(from rev 162353, texlive-bin/repos/testing-i686/texlive.install)
  texlive-bin/repos/extra-i686/texmf.cnf
(from rev 162353, texlive-bin/repos/testing-i686/texmf.cnf)
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
(from rev 162353, texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/extra-x86_64/PKGBUILD
(from rev 162353, texlive-bin/repos/testing-x86_64/PKGBUILD)
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
(from rev 162353, 
texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-x86_64/luatex-poppler-0.20.patch
(from rev 162353, 
texlive-bin/repos/testing-x86_64/luatex-poppler-0.20.patch)
  texlive-bin/repos/extra-x86_64/texlive.install
(from rev 162353, texlive-bin/repos/testing-x86_64/texlive.install)
  texlive-bin/repos/extra-x86_64/texmf.cnf
(from rev 162353, texlive-bin/repos/testing-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-i686/luatex-poppler-0.20.patch
  texlive-bin/repos/extra-i686/texlive.install
  texlive-bin/repos/extra-i686/texmf.cnf
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/extra-x86_64/PKGBUILD
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-x86_64/luatex-poppler-0.20.patch
  texlive-bin/repos/extra-x86_64/texlive.install
  texlive-bin/repos/extra-x86_64/texmf.cnf
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-x86_64/

---+
 extra-i686/09-texlive-fonts.conf  |   18 
 extra-i686/PKGBUILD   |  700 ++---
 extra-i686/fix-fontforge-encoding.patch   |   24 
 extra-i686/luatex-poppler-0.20.patch  |  154 +-
 extra-i686/texlive.install|   74 -
 extra-i686/texmf.cnf  | 1448 ++--
 extra-x86_64/09-texlive-fonts.conf|   18 
 extra-x86_64/PKGBUILD |  700 ++---
 extra-x86_64/fix-fontforge-encoding.patch |   24 
 extra-x86_64/luatex-poppler-0.20.patch|  154 +-
 extra-x86_64/texlive.install  |   74 -
 extra-x86_64/texmf.cnf| 1448 ++--
 12 files changed, 2418 insertions(+), 2418 deletions(-)

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


[arch-commits] Commit in poppler/repos (6 files)

2012-06-25 Thread Evangelos Foutras
Date: Monday, June 25, 2012 @ 14:51:22
  Author: foutrelis
Revision: 162358

db-move: moved poppler from [testing] to [extra] ( i686,  x86_64)

Added:
  poppler/repos/extra-i686/PKGBUILD
(from rev 162353, poppler/repos/testing-i686/PKGBUILD)
  poppler/repos/extra-x86_64/PKGBUILD
(from rev 162353, poppler/repos/testing-x86_64/PKGBUILD)
Deleted:
  poppler/repos/extra-i686/PKGBUILD
  poppler/repos/extra-x86_64/PKGBUILD
  poppler/repos/testing-i686/
  poppler/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  160 
 extra-x86_64/PKGBUILD |  160 
 2 files changed, 160 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 18:51:18 UTC (rev 162357)
+++ extra-i686/PKGBUILD 2012-06-25 18:51:22 UTC (rev 162358)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=poppler
-pkgname=('poppler' 'poppler-glib' 'poppler-qt')
-pkgver=0.20.0
-pkgrel=1
-arch=(i686 x86_64)
-license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-url="http://poppler.freedesktop.org/";
-_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
-source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
-
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('5bca54b9561bf5b14d9344efce2cd4f3'
- '9dc64c254a31e570507bdd4ad4ba629a')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-
-  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-cairo-output \
-  --enable-xpdf-headers \
-  --enable-libjpeg --enable-zlib \
-  --enable-poppler-qt4 \
-  --enable-poppler-glib
-  make
-}
-
-check() {
-  cd "${srcdir}"
-  ln -sf test-${_testtag} test
-  cd ${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 make check
-}
-
-package_poppler() {
-  pkgdesc="PDF rendering library based on xpdf 3.0"
-  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
-  conflicts=("poppler-qt3<${pkgver}")
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
-  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
-}
-
-package_poppler-glib() {
-  pkgdesc="Poppler glib bindings"
-  depends=("poppler=${pkgver}" 'glib2')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
-  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
-  cd "${srcdir}/${pkgbase}-${pkgver}/glib"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 ../poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
-  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
-}
-
-package_poppler-qt() {
-  pkgdesc="Poppler Qt bindings"
-  depends=("poppler=${pkgver}" 'qt')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/poppler"
-  make DESTDIR="${pkgdir}" install-libLTLIBRARIES
-  cd "${srcdir}/${pkgbase}-${pkgver}/qt4"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 ../poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
-}

Copied: poppler/repos/extra-i686/PKGBUILD (from rev 162353, 
poppler/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 18:51:22 UTC (rev 162358)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.1
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url="http://poppler.freedesktop.org/";
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('a61e3b844061f5324512a16d6d16984c'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd "${srcdir}"
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+pac

[arch-commits] Commit in libreoffice/repos (50 files)

2012-06-25 Thread Evangelos Foutras
Date: Monday, June 25, 2012 @ 14:51:18
  Author: foutrelis
Revision: 162357

db-move: moved libreoffice from [testing] to [extra] ( i686,  x86_64)

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 162353, libreoffice/repos/testing-i686/PKGBUILD)
  libreoffice/repos/extra-i686/PKGBUILD.36
(from rev 162353, libreoffice/repos/testing-i686/PKGBUILD.36)
  libreoffice/repos/extra-i686/buildfix.diff
(from rev 162353, libreoffice/repos/testing-i686/buildfix.diff)
  libreoffice/repos/extra-i686/buildfix_icu49.diff
(from rev 162353, libreoffice/repos/testing-i686/buildfix_icu49.diff)
  libreoffice/repos/extra-i686/fix_broken_hebrew_wordwrapping.diff
(from rev 162353, 
libreoffice/repos/testing-i686/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/extra-i686/libreoffice-base.install
(from rev 162353, libreoffice/repos/testing-i686/libreoffice-base.install)
  libreoffice/repos/extra-i686/libreoffice-calc.install
(from rev 162353, libreoffice/repos/testing-i686/libreoffice-calc.install)
  libreoffice/repos/extra-i686/libreoffice-common.csh
(from rev 162353, libreoffice/repos/testing-i686/libreoffice-common.csh)
  libreoffice/repos/extra-i686/libreoffice-common.install
(from rev 162353, libreoffice/repos/testing-i686/libreoffice-common.install)
  libreoffice/repos/extra-i686/libreoffice-common.sh
(from rev 162353, libreoffice/repos/testing-i686/libreoffice-common.sh)
  libreoffice/repos/extra-i686/libreoffice-draw.install
(from rev 162353, libreoffice/repos/testing-i686/libreoffice-draw.install)
  libreoffice/repos/extra-i686/libreoffice-impress.install
(from rev 162353, 
libreoffice/repos/testing-i686/libreoffice-impress.install)
  libreoffice/repos/extra-i686/libreoffice-writer.install
(from rev 162353, libreoffice/repos/testing-i686/libreoffice-writer.install)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 162353, libreoffice/repos/testing-x86_64/PKGBUILD)
  libreoffice/repos/extra-x86_64/PKGBUILD.36
(from rev 162353, libreoffice/repos/testing-x86_64/PKGBUILD.36)
  libreoffice/repos/extra-x86_64/buildfix.diff
(from rev 162353, libreoffice/repos/testing-x86_64/buildfix.diff)
  libreoffice/repos/extra-x86_64/buildfix_icu49.diff
(from rev 162353, libreoffice/repos/testing-x86_64/buildfix_icu49.diff)
  libreoffice/repos/extra-x86_64/fix_broken_hebrew_wordwrapping.diff
(from rev 162353, 
libreoffice/repos/testing-x86_64/fix_broken_hebrew_wordwrapping.diff)
  libreoffice/repos/extra-x86_64/libreoffice-base.install
(from rev 162353, libreoffice/repos/testing-x86_64/libreoffice-base.install)
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
(from rev 162353, libreoffice/repos/testing-x86_64/libreoffice-calc.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
(from rev 162353, libreoffice/repos/testing-x86_64/libreoffice-common.csh)
  libreoffice/repos/extra-x86_64/libreoffice-common.install
(from rev 162353, 
libreoffice/repos/testing-x86_64/libreoffice-common.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
(from rev 162353, libreoffice/repos/testing-x86_64/libreoffice-common.sh)
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
(from rev 162353, libreoffice/repos/testing-x86_64/libreoffice-draw.install)
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
(from rev 162353, 
libreoffice/repos/testing-x86_64/libreoffice-impress.install)
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
(from rev 162353, 
libreoffice/repos/testing-x86_64/libreoffice-writer.install)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/buildfix_icu49.diff
  libreoffice/repos/extra-i686/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/extra-i686/libreoffice-base.install
  libreoffice/repos/extra-i686/libreoffice-calc.install
  libreoffice/repos/extra-i686/libreoffice-common.csh
  libreoffice/repos/extra-i686/libreoffice-common.install
  libreoffice/repos/extra-i686/libreoffice-common.sh
  libreoffice/repos/extra-i686/libreoffice-draw.install
  libreoffice/repos/extra-i686/libreoffice-impress.install
  libreoffice/repos/extra-i686/libreoffice-writer.install
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/buildfix_icu49.diff
  libreoffice/repos/extra-x86_64/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/extra-x86_64/libreoffice-base.install
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
  libreoffice/repos/extra-x86_64/libreoffice-common.install
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  

[arch-commits] Commit in inkscape/repos (18 files)

2012-06-25 Thread Evangelos Foutras
Date: Monday, June 25, 2012 @ 14:50:49
  Author: foutrelis
Revision: 162356

db-move: moved inkscape from [testing] to [extra] ( i686,  x86_64)

Added:
  inkscape/repos/extra-i686/PKGBUILD
(from rev 162353, inkscape/repos/testing-i686/PKGBUILD)
  inkscape/repos/extra-i686/install
(from rev 162353, inkscape/repos/testing-i686/install)
  inkscape/repos/extra-i686/libpng15.patch
(from rev 162353, inkscape/repos/testing-i686/libpng15.patch)
  inkscape/repos/extra-i686/poppler20.patch
(from rev 162353, inkscape/repos/testing-i686/poppler20.patch)
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 162353, inkscape/repos/testing-x86_64/PKGBUILD)
  inkscape/repos/extra-x86_64/install
(from rev 162353, inkscape/repos/testing-x86_64/install)
  inkscape/repos/extra-x86_64/libpng15.patch
(from rev 162353, inkscape/repos/testing-x86_64/libpng15.patch)
  inkscape/repos/extra-x86_64/poppler20.patch
(from rev 162353, inkscape/repos/testing-x86_64/poppler20.patch)
Deleted:
  inkscape/repos/extra-i686/PKGBUILD
  inkscape/repos/extra-i686/install
  inkscape/repos/extra-i686/libpng15.patch
  inkscape/repos/extra-i686/poppler20.patch
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/install
  inkscape/repos/extra-x86_64/libpng15.patch
  inkscape/repos/extra-x86_64/poppler20.patch
  inkscape/repos/testing-i686/
  inkscape/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  118 +--
 extra-i686/install   |   26 
 extra-i686/libpng15.patch|   80 +-
 extra-i686/poppler20.patch   | 1284 -
 extra-x86_64/PKGBUILD|  118 +--
 extra-x86_64/install |   26 
 extra-x86_64/libpng15.patch  |   80 +-
 extra-x86_64/poppler20.patch | 1284 -
 8 files changed, 1508 insertions(+), 1508 deletions(-)

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


[arch-commits] Commit in cups-filters/repos (6 files)

2012-06-25 Thread Evangelos Foutras
Date: Monday, June 25, 2012 @ 14:50:40
  Author: foutrelis
Revision: 162355

db-move: moved cups-filters from [testing] to [extra] ( i686,  x86_64)

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 162353, cups-filters/repos/testing-i686/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 162353, cups-filters/repos/testing-x86_64/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   66 
 extra-x86_64/PKGBUILD |   66 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 18:50:36 UTC (rev 162354)
+++ extra-i686/PKGBUILD 2012-06-25 18:50:40 UTC (rev 162355)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.18
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-depends=('lcms2' 'poppler')
-makedepends=('ghostscript')
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=(63972b426b7224915cdbb42b2a937374'')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  #make DESTDIR="$pkgdir/" install
-  make install BUILDROOT="$pkgdir/"
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 162353, 
cups-filters/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 18:50:40 UTC (rev 162355)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.18
+pkgrel=3
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+depends=('lcms2' 'poppler>=0.20.1')
+makedepends=('ghostscript')
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=(63972b426b7224915cdbb42b2a937374'')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  #make DESTDIR="$pkgdir/" install
+  make install BUILDROOT="$pkgdir/"
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-25 18:50:36 UTC (rev 162354)
+++ extra-x86_64/PKGBUILD   2012-06-25 18:50:40 UTC (rev 162355)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.18
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-depends=('lcms2' 'poppler')
-makedepends=('ghostscript')
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=(63972b426b7224915cdbb42b2a937374'')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() 

[arch-commits] Commit in calligra/repos (54 files)

2012-06-25 Thread Evangelos Foutras
Date: Monday, June 25, 2012 @ 14:50:36
  Author: foutrelis
Revision: 162354

db-move: moved calligra from [testing] to [extra] ( i686,  x86_64)

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 162353, calligra/repos/testing-i686/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 162353, calligra/repos/testing-i686/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 162353, calligra/repos/testing-i686/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 162353, calligra/repos/testing-i686/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 162353, calligra/repos/testing-i686/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 162353, calligra/repos/testing-i686/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 162353, calligra/repos/testing-i686/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 162353, calligra/repos/testing-i686/calligra-plan.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 162353, calligra/repos/testing-i686/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 162353, calligra/repos/testing-i686/calligra-stage.install)
  calligra/repos/extra-i686/calligra-tools.install
(from rev 162353, calligra/repos/testing-i686/calligra-tools.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 162353, calligra/repos/testing-i686/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 162353, calligra/repos/testing-i686/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 162353, calligra/repos/testing-x86_64/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-tools.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-tools.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 162353, calligra/repos/testing-x86_64/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 162353, calligra/repos/testing-x86_64/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-tools.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-tools.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install
  calligra/repos/testing-i686/
  calligra/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  528 +++---
 extra-i686/calligra-braindump.install   |   24 -
 extra-i686/calligra-filters.inst

[arch-commits] Commit in cryptsetup/repos (8 files)

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:43:44
  Author: thomas
Revision: 162353

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 162352, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 162352, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 162352, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 162352, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 162352, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 162352, cryptsetup/trunk/encrypt_install)

+
 testing-i686/PKGBUILD  |   35 +
 testing-i686/encrypt_hook  |  138 +++
 testing-i686/encrypt_install   |   44 
 testing-x86_64/PKGBUILD|   35 +
 testing-x86_64/encrypt_hook|  138 +++
 testing-x86_64/encrypt_install |   44 
 6 files changed, 434 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 162352, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-25 18:43:44 UTC (rev 162353)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=cryptsetup
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://code.google.com/p/cryptsetup/";
+groups=('base')
+depends=('device-mapper>=2.02.85-2' 'libgcrypt' 'popt' 'util-linux')
+conflicts=('mkinitcpio<0.7')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+sha256sums=('d5ff2c00f6f791d77fa5636a02ae43ddbb46c6c793bdeafdec5e38fd15f99d0a'
+'ad610fe77d78bf7e91b7473f9d9c84de46ed1cc21f006fe3ae4791b0b6f42f3a'
+'e0cbcabb81233b4d465833dca0faf1e762dc3cb6611597a25fe24e5d7209f316'
+'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # install hook
+  install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 162352, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2012-06-25 18:43:44 UTC (rev 162353)
@@ -0,0 +1,138 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+if eval cryptsetup --key-file ${ckeyfile} luksOpen ${resolved} 
${cryptname} ${cryptargs} ${CSQUIET}; then
+dopassphrase=0
+else
+echo "Invalid keyfile. Reverting to passphrase."
+fi
+fi
+# Ask for a passphrase
+if [ ${dopassphrase} -gt 0 ]; then
+echo ""
+echo "A password is required to access the ${cryptname} 
volume:"
+
+#loop until we get a real password
+while ! 

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

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:43:24
  Author: thomas
Revision: 162352

upgpkg: cryptsetup 1.4.3-1: upstream update

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 18:39:40 UTC (rev 162351)
+++ PKGBUILD2012-06-25 18:43:24 UTC (rev 162352)
@@ -1,22 +1,22 @@
 # $Id$
 # Maintainer: Thomas Bächler 
 pkgname=cryptsetup
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://code.google.com/p/cryptsetup/";
 groups=('base')
-depends=('device-mapper>=2.02.85-2' 'libgcrypt' 'popt')
+depends=('device-mapper>=2.02.85-2' 'libgcrypt' 'popt' 'util-linux')
 conflicts=('mkinitcpio<0.7')
 options=('!libtool' '!emptydirs')
 source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
 http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
 encrypt_hook
 encrypt_install)
-sha256sums=('1fe80d7b19d24b3f65d2e446decfed859e2c4d17fdf7c19289d82dc7cd60dfe7'
-'4e6dbece8d1baad861479aca70d0cf30887420da9b5eab45d65d064c656893ed'
+sha256sums=('d5ff2c00f6f791d77fa5636a02ae43ddbb46c6c793bdeafdec5e38fd15f99d0a'
+'ad610fe77d78bf7e91b7473f9d9c84de46ed1cc21f006fe3ae4791b0b6f42f3a'
 'e0cbcabb81233b4d465833dca0faf1e762dc3cb6611597a25fe24e5d7209f316'
 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae')
 



[arch-commits] Commit in libnl/repos (4 files)

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:39:40
  Author: thomas
Revision: 162351

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libnl/repos/testing-i686/
  libnl/repos/testing-i686/PKGBUILD
(from rev 162350, libnl/trunk/PKGBUILD)
  libnl/repos/testing-x86_64/
  libnl/repos/testing-x86_64/PKGBUILD
(from rev 162350, libnl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libnl/repos/testing-i686/PKGBUILD (from rev 162350, 
libnl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-25 18:39:40 UTC (rev 162351)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=libnl
+pkgver=3.2.11
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets"
+arch=(i686 x86_64)
+url="http://www.infradead.org/~tgr/libnl/";
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+options=(!libtool)
+source=("$url/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libnl/repos/testing-x86_64/PKGBUILD (from rev 162350, 
libnl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-25 18:39:40 UTC (rev 162351)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=libnl
+pkgver=3.2.11
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets"
+arch=(i686 x86_64)
+url="http://www.infradead.org/~tgr/libnl/";
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+options=(!libtool)
+source=("$url/files/$pkgname-$pkgver.tar.gz")
+sha256sums=('9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:39:19
  Author: thomas
Revision: 162350

upgpkg: libnl 3.2.11-1: upstream update

Modified:
  libnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 18:35:21 UTC (rev 162349)
+++ PKGBUILD2012-06-25 18:39:19 UTC (rev 162350)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer: Jan de Groot 
-# Contributor: William Rea 
+# Maintainer: Thomas Bächler 
 
 pkgname=libnl
-pkgver=3.2.9
+pkgver=3.2.11
 pkgrel=1
 pkgdesc="Library for applications dealing with netlink sockets"
 arch=(i686 x86_64)
@@ -13,7 +12,7 @@
 backup=(etc/libnl/classid etc/libnl/pktloc)
 options=(!libtool)
 source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('9f23e9460bd9bb7fbe09af5eb281e4a43a26fa245ea864ed5e28fe4e8118af63')
+sha256sums=('9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in libpcap/repos (6 files)

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:35:21
  Author: thomas
Revision: 162349

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libpcap/repos/testing-i686/
  libpcap/repos/testing-i686/PKGBUILD
(from rev 162348, libpcap/trunk/PKGBUILD)
  libpcap/repos/testing-i686/libnl32.patch
(from rev 162348, libpcap/trunk/libnl32.patch)
  libpcap/repos/testing-x86_64/
  libpcap/repos/testing-x86_64/PKGBUILD
(from rev 162348, libpcap/trunk/PKGBUILD)
  libpcap/repos/testing-x86_64/libnl32.patch
(from rev 162348, libpcap/trunk/libnl32.patch)

--+
 testing-i686/PKGBUILD|   41 +
 testing-i686/libnl32.patch   |   19 +++
 testing-x86_64/PKGBUILD  |   41 +
 testing-x86_64/libnl32.patch |   19 +++
 4 files changed, 120 insertions(+)

Copied: libpcap/repos/testing-i686/PKGBUILD (from rev 162348, 
libpcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-25 18:35:21 UTC (rev 162349)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=libpcap
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A system-independent interface for user-level packet capture"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org/";
+license=('BSD')
+depends=('glibc' 'libnl' 'sh' 'libusbx')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
+libnl32.patch)
+sha256sums=('41cbd9ed68383afd9f1fda279cb78427d36879d9e34ee707e31a16a1afd872b9'
+'8004a6655fb98acd89f3dea7ce95f182f4874298ce692f5b8f4a7dae65d7993f'
+'7d0cbd49e55405cb2b55852223cd4965526e518cfb4f547ab9cc9b95b8f9c9e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/libnl32.patch"
+  autoreconf -f -i
+  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} install
+  # remove static library
+  rm -rf ${pkgdir}/usr/lib/libpcap.a
+  
+  # backwards compatibility, programs often look for net/bpf.h
+  mkdir -p ${pkgdir}/usr/include/net
+  cd ${pkgdir}/usr/include/net
+  ln -s ../pcap-bpf.h bpf.h
+
+  #install the license
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libpcap/repos/testing-i686/libnl32.patch (from rev 162348, 
libpcap/trunk/libnl32.patch)
===
--- testing-i686/libnl32.patch  (rev 0)
+++ testing-i686/libnl32.patch  2012-06-25 18:35:21 UTC (rev 162349)
@@ -0,0 +1,19 @@
+diff -u -r libpcap-1.2.1/configure.in libpcap-1.2.1-libnl32/configure.in
+--- libpcap-1.2.1/configure.in 2012-01-02 01:47:37.0 +0100
 libpcap-1.2.1-libnl32/configure.in 2012-02-09 19:29:29.405603749 +0100
+@@ -433,12 +433,13 @@
+   #
+   # Try libnl 2.x first.
+   #
+-  AC_CHECK_LIB(nl, nl_socket_alloc,
++  AC_CHECK_LIB(nl-3, nl_socket_alloc,
+   [
+   #
+   # Yes, we have libnl 2.x.
+   #
+-  LIBS="-lnl-genl -lnl $LIBS"
++  LIBS="$(pkg-config --libs libnl-genl-3.0 libnl-3.0) 
$LIBS"
++  V_INCLS="$V_INCLS $(pkg-config --cflags libnl-genl-3.0 
libnl-3.0)"
+   AC_DEFINE(HAVE_LIBNL,1,[if libnl exists])
+   AC_DEFINE(HAVE_LIBNL_2_x,1,[if libnl exists and is 
version 2.x])
+   ],

Copied: libpcap/repos/testing-x86_64/PKGBUILD (from rev 162348, 
libpcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-25 18:35:21 UTC (rev 162349)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=libpcap
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A system-independent interface for user-level packet capture"
+arch=('i686' 'x86_64')
+url="http://www.tcpdump.org/";
+license=('BSD')
+depends=('glibc' 'libnl' 'sh' 'libusbx')
+makedepends=('flex')
+source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
+libnl32.patch)
+sha256sums=('41cbd9ed68383afd9f1fda279cb78427d36879d9e34ee707e31a16a1afd872b9'
+'8004a6655fb98acd89f3dea7ce95f182f4874298ce692f5b8f4a7dae65d7993f'
+'7d0cbd49e55405cb2b55852223cd4965526e518cfb4f547ab9cc9b95b8f9c9e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i "${srcdir}/libnl32.patch"
+  autoreconf -f -i
+  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d -m755 ${pkgdir}/usr/bin
+  make DESTDIR=${pkgdir} inst

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

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:35:06
  Author: thomas
Revision: 162348

upgpkg: libpcap 1.3.0-1: upstream update

Modified:
  libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 18:25:08 UTC (rev 162347)
+++ PKGBUILD2012-06-25 18:35:06 UTC (rev 162348)
@@ -2,18 +2,18 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=libpcap
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A system-independent interface for user-level packet capture"
 arch=('i686' 'x86_64')
 url="http://www.tcpdump.org/";
 license=('BSD')
-depends=('glibc' 'libnl' 'sh')
+depends=('glibc' 'libnl' 'sh' 'libusbx')
 makedepends=('flex')
 source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig}
 libnl32.patch)
-sha256sums=('a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd'
-'dc82ca7e7f737885969af0f78ad0f0eef8206062087e0261ca2799ef26d569b4'
+sha256sums=('41cbd9ed68383afd9f1fda279cb78427d36879d9e34ee707e31a16a1afd872b9'
+'8004a6655fb98acd89f3dea7ce95f182f4874298ce692f5b8f4a7dae65d7993f'
 '7d0cbd49e55405cb2b55852223cd4965526e518cfb4f547ab9cc9b95b8f9c9e6')
 
 build() {



[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:25:08
  Author: thomas
Revision: 162347

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 162346, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 162346, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-25 18:25:08 UTC (rev 162347)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+#
+# Create a new tarball from the linux-firmware git tree with the following 
command:
+# git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
+# git archive --format=tar --prefix linux-firmware-$(date +%Y%m%d)/ master | 
xz -9 > linux-firmware-$(date +%Y%m%d).tar.xz
+#
+
+pkgname=linux-firmware
+pkgver=20120625
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary";
+license=('GPL2' 'GPL3' 'custom')
+provides=('kernel26-firmware=2.6.34.99')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw')
+replaces=('kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw')
+options=(!strip)
+source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
+sha256sums=('2061a054155380721b7ccca6ff71b3f6832cc5a2992d8b1b9536f8365786d65b')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -d -m755 "${pkgdir}/usr/lib/firmware"
+  cp -a * "${pkgdir}/usr/lib/firmware/"
+  install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/"
+  rm -f "${pkgdir}/usr/lib/firmware/"{configure,GPL*}
+  mv "${pkgdir}/usr/lib/firmware"/{LICEN*,WHENCE} 
"${pkgdir}/usr/share/licenses/linux-firmware/"
+}
+# vim:set ts=2 sw=2 et:



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

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:24:18
  Author: thomas
Revision: 162346

upgpkg: linux-firmware 20120625-1: update to latest git snapshot

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 18:19:31 UTC (rev 162345)
+++ PKGBUILD2012-06-25 18:24:18 UTC (rev 162346)
@@ -8,8 +8,8 @@
 #
 
 pkgname=linux-firmware
-pkgver=20120227
-pkgrel=2
+pkgver=20120625
+pkgrel=1
 pkgdesc="Firmware files for Linux"
 arch=('any')
 
url="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary";
@@ -40,7 +40,7 @@
'rt2x00-rt71w-fw')
 options=(!strip)
 source=(ftp://ftp.archlinux.org/other/linux-firmware/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc1cbee23ab8be8478be66e5486008d81b91fbf6de50347fd1be58b5e56bc6b7')
+sha256sums=('2061a054155380721b7ccca6ff71b3f6832cc5a2992d8b1b9536f8365786d65b')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -48,7 +48,7 @@
   install -d -m755 "${pkgdir}/usr/lib/firmware"
   cp -a * "${pkgdir}/usr/lib/firmware/"
   install -d -m755 "${pkgdir}/usr/share/licenses/linux-firmware/"
-  rm -f "${pkgdir}/usr/lib/firmware/GPL*"
+  rm -f "${pkgdir}/usr/lib/firmware/"{configure,GPL*}
   mv "${pkgdir}/usr/lib/firmware"/{LICEN*,WHENCE} 
"${pkgdir}/usr/share/licenses/linux-firmware/"
 }
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in bftpd/repos (24 files)

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:19:31
  Author: thomas
Revision: 162345

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bftpd/repos/extra-i686/PKGBUILD
(from rev 162343, bftpd/trunk/PKGBUILD)
  bftpd/repos/extra-i686/bftpd.install
(from rev 162343, bftpd/trunk/bftpd.install)
  bftpd/repos/extra-i686/bftpd.logrotate
(from rev 162343, bftpd/trunk/bftpd.logrotate)
  bftpd/repos/extra-i686/bftpd.pam
(from rev 162343, bftpd/trunk/bftpd.pam)
  bftpd/repos/extra-i686/bftpd.rc
(from rev 162343, bftpd/trunk/bftpd.rc)
  bftpd/repos/extra-i686/bftpd.xinetd
(from rev 162343, bftpd/trunk/bftpd.xinetd)
  bftpd/repos/extra-x86_64/PKGBUILD
(from rev 162344, bftpd/trunk/PKGBUILD)
  bftpd/repos/extra-x86_64/bftpd.install
(from rev 162344, bftpd/trunk/bftpd.install)
  bftpd/repos/extra-x86_64/bftpd.logrotate
(from rev 162344, bftpd/trunk/bftpd.logrotate)
  bftpd/repos/extra-x86_64/bftpd.pam
(from rev 162344, bftpd/trunk/bftpd.pam)
  bftpd/repos/extra-x86_64/bftpd.rc
(from rev 162344, bftpd/trunk/bftpd.rc)
  bftpd/repos/extra-x86_64/bftpd.xinetd
(from rev 162344, bftpd/trunk/bftpd.xinetd)
Deleted:
  bftpd/repos/extra-i686/PKGBUILD
  bftpd/repos/extra-i686/bftpd.install
  bftpd/repos/extra-i686/bftpd.logrotate
  bftpd/repos/extra-i686/bftpd.pam
  bftpd/repos/extra-i686/bftpd.rc
  bftpd/repos/extra-i686/bftpd.xinetd
  bftpd/repos/extra-x86_64/PKGBUILD
  bftpd/repos/extra-x86_64/bftpd.install
  bftpd/repos/extra-x86_64/bftpd.logrotate
  bftpd/repos/extra-x86_64/bftpd.pam
  bftpd/repos/extra-x86_64/bftpd.rc
  bftpd/repos/extra-x86_64/bftpd.xinetd

--+
 extra-i686/PKGBUILD  |  118 -
 extra-i686/bftpd.install |   22 +++
 extra-i686/bftpd.logrotate   |   10 +--
 extra-i686/bftpd.pam |6 +-
 extra-i686/bftpd.rc  |   88 +++---
 extra-i686/bftpd.xinetd  |   22 +++
 extra-x86_64/PKGBUILD|  118 -
 extra-x86_64/bftpd.install   |   22 +++
 extra-x86_64/bftpd.logrotate |   10 +--
 extra-x86_64/bftpd.pam   |6 +-
 extra-x86_64/bftpd.rc|   88 +++---
 extra-x86_64/bftpd.xinetd|   22 +++
 12 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 18:19:22 UTC (rev 162344)
+++ extra-i686/PKGBUILD 2012-06-25 18:19:31 UTC (rev 162345)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=bftpd
-pkgver=3.7
-pkgrel=1
-pkgdesc="Small, easy-to-configure FTP server"
-arch=(i686 x86_64)
-url="http://bftpd.sourceforge.net/";
-license=('GPL')
-depends=('glibc' 'pam')
-install=bftpd.install
-backup=(etc/bftpd.conf
-etc/logrotate.d/bftpd
-etc/pam.d/bftpd
-etc/xinetd.d/bftpd)
-source=(http://downloads.sourceforge.net/sourceforge/bftpd/bftpd-$pkgver.tar.gz
-bftpd.rc
-bftpd.logrotate
-bftpd.pam
-bftpd.xinetd)
-md5sums=('6614e25ef1864ad80d92724d03832407'
- '56a1bf7738a6db2b2cff89e611f4f11a'
- '853680dad0df39d0b4d2fb43d4be430a'
- '96f82c38f3f540b53f3e5144900acf17'
- 'ff70fd962666f4d74749a1c68167a966')
-
-build() {
-  cd "${srcdir}"/$pkgname
-  # The bftpd author keeps screwing up the release tarballs
-  rm -f config.{cache,status}
-  ./configure --prefix=/usr \
-  --enable-pam \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-  install -d -m755 "${pkgdir}"/usr/{sbin,share/man/man8}
-  install -D -m644 "${srcdir}"/bftpd.logrotate 
"${pkgdir}"/etc/logrotate.d/bftpd
-  install -D -m755 "${srcdir}"/bftpd.rc "${pkgdir}"/etc/rc.d/bftpd
-  make DESTDIR="${pkgdir}" install
-  # Remove log file and /var/run from the package
-  # This guy keeps messing up his Makefile, /usr/var, wtf?
-  rm -f "${pkgdir}"/usr/var/log/bftpd.log
-  rmdir "${pkgdir}"/usr/var/{run/bftpd,run,log,}
-  # Install PAM file
-  mkdir -p "${pkgdir}"/etc/pam.d
-  cp "${srcdir}"/bftpd.pam "${pkgdir}"/etc/pam.d/bftpd
-  # Install xinetd file
-  install -D -m644 "${srcdir}"/bftpd.xinetd "${pkgdir}"/etc/xinetd.d/bftpd
-  # Did I mention this guy keeps messing up his Makefiles?
-  mv "${pkgdir}"/usr/etc/bftpd.conf "${pkgdir}"/etc/
-  rmdir "${pkgdir}"/usr/etc
-  # Fix default in config file
-  sed 's|#ROOTDIR="/path/for/anonymous/user"|# bftpd interprets ROOTDIR="%h" 
(the default), as ROOTDIR="/" for the anonymous user, override it\n  
ROOTDIR="/srv/ftp"|' -i "${pkgdir}"/etc/bftpd.conf
-}

Copied: bftpd/repos/extra-i686/PKGBUILD (from rev 162343, bftpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 18:19:31 UTC (rev 162345)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Thomas

[arch-commits] Commit in (raptor1)

2012-06-25 Thread Andrea Scarpino
Date: Monday, June 25, 2012 @ 14:19:22
  Author: andrea
Revision: 162344

extra2community: Moving raptor1 from extra to community

Deleted:
  raptor1/



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

2012-06-25 Thread Andrea Scarpino
Date: Monday, June 25, 2012 @ 14:19:01
  Author: andrea
Revision: 162343

db-remove: raptor1 removed by andrea

Deleted:
  raptor1/repos/extra-x86_64/



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

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:18:52
  Author: thomas
Revision: 162342

upgpkg: bftpd 3.8-1: upstream update

Modified:
  bftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 18:18:49 UTC (rev 162341)
+++ PKGBUILD2012-06-25 18:18:52 UTC (rev 162342)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=bftpd
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 pkgdesc="Small, easy-to-configure FTP server"
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 bftpd.logrotate
 bftpd.pam
 bftpd.xinetd)
-md5sums=('6614e25ef1864ad80d92724d03832407'
+md5sums=('880c1274e623ddd1e3e37f9f0cf09d70'
  '56a1bf7738a6db2b2cff89e611f4f11a'
  '853680dad0df39d0b4d2fb43d4be430a'
  '96f82c38f3f540b53f3e5144900acf17'



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

2012-06-25 Thread Andrea Scarpino
Date: Monday, June 25, 2012 @ 14:18:49
  Author: andrea
Revision: 162341

db-remove: raptor1 removed by andrea

Deleted:
  raptor1/repos/extra-i686/



[arch-commits] Commit in intel-ucode/repos/extra-any (8 files)

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:11:10
  Author: thomas
Revision: 162340

archrelease: copy trunk to extra-any

Added:
  intel-ucode/repos/extra-any/LICENSE
(from rev 162339, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/extra-any/PKGBUILD
(from rev 162339, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
(from rev 162339, intel-ucode/trunk/intel-microcode2ucode.c)
  intel-ucode/repos/extra-any/intel-ucode.install
(from rev 162339, intel-ucode/trunk/intel-ucode.install)
Deleted:
  intel-ucode/repos/extra-any/LICENSE
  intel-ucode/repos/extra-any/PKGBUILD
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
  intel-ucode/repos/extra-any/intel-ucode.install

-+
 LICENSE |  246 +-
 PKGBUILD|   62 
 intel-microcode2ucode.c |  326 +++---
 intel-ucode.install |   16 +-
 4 files changed, 325 insertions(+), 325 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-06-25 18:10:54 UTC (rev 162339)
+++ LICENSE 2012-06-25 18:11:10 UTC (rev 162340)
@@ -1,123 +0,0 @@
-INTEL SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively,
-the "Software") until you have carefully read the following terms and
-conditions. By loading or using the Software, you agree to the terms of this
-Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSES: Please Note:
-- If you are a network administrator, the "Site License" below shall
-apply to you.
-- If you are an end user, the "Single User License" shall apply to you.
-- If you are an original equipment manufacturer (OEM), the "OEM License"
-shall apply to you.
-
-SITE LICENSE. You may copy the Software onto your organization's computers
-for your organization's use, and you may make a reasonable number of
-back-up copies of the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-SINGLE USER LICENSE. You may copy the Software onto a single computer for
-your personal, noncommercial use, and you may make one back-up copy of the
-Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-OEM LICENSE: You may reproduce and distribute the Software only as an
-integral part of or incorporated in Your product or as a standalone
-Software maintenance update for existing end users of Your products,
-excluding any other standalone products, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may only distribute the Software to your customers pursuant to a
-written license agreement. Such license agreement may be a "break-the-
-seal" license agreement. At a minimum such license shall safeguard
-Intel's ownership rights to the Software.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
-or by implication, with respect to any proprietary information or patent,
-co

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

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:10:54
  Author: thomas
Revision: 162339

upgpkg: intel-ucode 20120606-1: new upstream microcode

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 18:08:37 UTC (rev 162338)
+++ PKGBUILD2012-06-25 18:10:54 UTC (rev 162339)
@@ -2,18 +2,18 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=2010
-pkgrel=2
+pkgver=20120606
+pkgrel=1
 pkgdesc="Microcode update files for Intel CPUs"
 arch=('any')
 
url="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22";
 replaces=('microcode_ctl')
 license=('custom')
 install=${pkgname}.install
-source=(http://downloadmirror.intel.com/20728/eng/microcode-${pkgver}.tgz
+source=(http://downloadmirror.intel.com/21385/eng/microcode-${pkgver}.tgz
 LICENSE
 intel-microcode2ucode.c)
-sha256sums=('16f532cdf9cce03e01e714619ad9406a465aa965bbd1288035398db79921cbc1'
+sha256sums=('e139e438587114028d699162af6dde25b18e1c1cef13c39896a37f22242d4943'
 '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
 'c51b1b1d8b4b28e7d5d007917c1e444af1a2ff04a9408aa9067c0e57d70164de')
 



[arch-commits] Commit in amd-ucode/repos/extra-any (4 files)

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:08:37
  Author: thomas
Revision: 162338

archrelease: copy trunk to extra-any

Added:
  amd-ucode/repos/extra-any/PKGBUILD
(from rev 162337, amd-ucode/trunk/PKGBUILD)
  amd-ucode/repos/extra-any/amd-ucode.install
(from rev 162337, amd-ucode/trunk/amd-ucode.install)
Deleted:
  amd-ucode/repos/extra-any/PKGBUILD
  amd-ucode/repos/extra-any/amd-ucode.install

---+
 PKGBUILD  |   45 +++--
 amd-ucode.install |   14 +++---
 2 files changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-25 18:08:27 UTC (rev 162337)
+++ PKGBUILD2012-06-25 18:08:37 UTC (rev 162338)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=amd-ucode
-_realver=2012-01-17
-pkgver=${_realver//-/\.}
-pkgrel=2
-pkgdesc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
-arch=('any')
-license=('custom')
-url="http://www.amd64.org/support/microcode.html";
-install=${pkgname}.install
-source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
-http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
-sha256sums=('87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657'
-'c4e15129f943178fe136a3a54134dc89e50081e8e70088a4bc315157111aecdf')
-
-package() {
-  cd "${srcdir}"/${pkgname}-${_realver}
-  install -D -m644 microcode_amd.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: amd-ucode/repos/extra-any/PKGBUILD (from rev 162337, 
amd-ucode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-25 18:08:37 UTC (rev 162338)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=amd-ucode
+_realver=2012-01-17
+pkgver=${_realver//-/\.}
+pkgrel=3
+pkgdesc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
+arch=('any')
+license=('custom')
+url="http://www.amd64.org/support/microcode.html";
+install=${pkgname}.install
+source=(http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar
+http://www.amd64.org/pub/microcode/amd-ucode-${_realver}.tar.asc)
+sha256sums=('87589ad8e61532c2e0f7f418cd452aec9188964dce2f460eba66c379905e1657'
+'c4e15129f943178fe136a3a54134dc89e50081e8e70088a4bc315157111aecdf')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${_realver}
+  install -D -m644 microcode_amd.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
+  install -D -m644 microcode_amd_fam15h.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: amd-ucode.install
===
--- amd-ucode.install   2012-06-25 18:08:27 UTC (rev 162337)
+++ amd-ucode.install   2012-06-25 18:08:37 UTC (rev 162338)
@@ -1,7 +0,0 @@
-post_install() {
-  echo
-  echo "==> To apply the microcode update on boot, load the 'microcode' module"
-  echo "==> by adding it to the MODULES array in rc.conf:"
-  echo "==>  MODULES=(... microcode)"
-  echo
-}

Copied: amd-ucode/repos/extra-any/amd-ucode.install (from rev 162337, 
amd-ucode/trunk/amd-ucode.install)
===
--- amd-ucode.install   (rev 0)
+++ amd-ucode.install   2012-06-25 18:08:37 UTC (rev 162338)
@@ -0,0 +1,7 @@
+post_install() {
+  echo
+  echo "==> To apply the microcode update on boot, load the 'microcode' module"
+  echo "==> by adding it to the MODULES array in rc.conf:"
+  echo "==>  MODULES=(... microcode)"
+  echo
+}



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

2012-06-25 Thread Thomas Bächler
Date: Monday, June 25, 2012 @ 14:08:27
  Author: thomas
Revision: 162337

upgpkg: amd-ucode 2012.01.17-3: add 15h firmware

Modified:
  amd-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 16:30:47 UTC (rev 162336)
+++ PKGBUILD2012-06-25 18:08:27 UTC (rev 162337)
@@ -4,7 +4,7 @@
 pkgname=amd-ucode
 _realver=2012-01-17
 pkgver=${_realver//-/\.}
-pkgrel=2
+pkgrel=3
 pkgdesc="Microcode update files for AMD family 10h, 11h, and 14h CPUs"
 arch=('any')
 license=('custom')
@@ -18,5 +18,6 @@
 package() {
   cd "${srcdir}"/${pkgname}-${_realver}
   install -D -m644 microcode_amd.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd.bin
+  install -D -m644 microcode_amd_fam15h.bin 
"${pkgdir}"/usr/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in xterm/repos (8 files)

2012-06-25 Thread andyrtr
Date: Monday, June 25, 2012 @ 12:30:47
  Author: andyrtr
Revision: 162336

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 162335, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 162335, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 162335, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 162335, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  146 
 extra-i686/PKGBUILD   |  120 +++
 extra-x86_64/LICENSE  |  146 
 extra-x86_64/PKGBUILD |  120 +++
 4 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-06-25 16:30:10 UTC (rev 162335)
+++ extra-i686/LICENSE  2012-06-25 16:30:47 UTC (rev 162336)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from rev 162335, xterm/trunk/LICENSE)
===

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

2012-06-25 Thread andyrtr
Date: Monday, June 25, 2012 @ 12:30:10
  Author: andyrtr
Revision: 162335

upgpkg: xterm 280-1

upstream update 280

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 15:19:00 UTC (rev 162334)
+++ PKGBUILD2012-06-25 16:30:10 UTC (rev 162335)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=279
+pkgver=280
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('42a76a871c1d640719702801a0795d72'
+md5sums=('9ba6bf015b5eca93fe273bd75c1a35ac'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



[arch-commits] Commit in hplip/repos (8 files)

2012-06-25 Thread andyrtr
Date: Monday, June 25, 2012 @ 11:19:00
  Author: andyrtr
Revision: 162334

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 162333, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/hplip.install
(from rev 162333, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 162333, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/hplip.install
(from rev 162333, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/hplip.install

+
 extra-i686/PKGBUILD|  171 +--
 extra-i686/hplip.install   |   36 -
 extra-x86_64/PKGBUILD  |  171 +--
 extra-x86_64/hplip.install |   36 -
 4 files changed, 208 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-25 15:18:23 UTC (rev 162333)
+++ extra-i686/PKGBUILD 2012-06-25 15:19:00 UTC (rev 162334)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor : Rémy Oudompheng 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=hplip
-pkgver=3.12.6
-pkgrel=1
-pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
-arch=('i686' 'x86_64')
-url="http://hplipopensource.com";
-license=('GPL')
-depends=('python2' 'ghostscript>=8.64-6' 'foomatic-db' 'foomatic-db-engine'
-'net-snmp>=5.7.1')
-makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
-optdepends=('cups: for printing support'
-'dbus-python: for dbus support'
-'sane: for scanner support'
-'python-imaging: for commandline scanning support'
-'python-notify: for Desktop notification support'
-'rpcbind: for network support'
-'python2-pyqt: for running hp-toolbox'
-'python2-gobject2: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices'
-'libusbx: for advanced usb support')
-options=('!libtool')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('5303938e8630775ea6fb383af85775e5'
- 'b562457e4c713d8609b3d6dd2be10baf')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- export PYTHON=python2
- 
- find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' base/magic.py
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
- sed -i 's|python ./print.py|python2 ./print.py|' scan.py
- sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
- sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
- sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
- sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
-
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip > ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
- --enable-pp-build \
- --enable-udev-acl-rules #--help
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make rulesdir=/lib/udev/rules.d DESTDIR="$pkgdir/" install
- # remove config provided by sane and autostart of hp-daemon
- rm -rf "$pkgdir"/etc/{sane.d,xdg}
- # remove HAL .fdi file because HAL is no longer used
- rm -rf "$pkgdir"/usr/share/hal
- # move to /usr
- mv "$pkgdir"/lib/udev "$pkgdir"/usr/lib/
- rm "$pkgdir"/lib -r
-}

Copied: hplip/repos/extra-i686/PKGBUILD (from rev 162333, hplip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-25 15:19:00 UTC (rev 162334)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor : Rémy Oudompheng 
+# Contributor: Morgan LEFIEUX 
+
+pkgname=hplip
+pkgver=3.12.6
+pkgrel=2
+pkgdesc="Drivers for HP DeskJet, Office

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

2012-06-25 Thread andyrtr
Date: Monday, June 25, 2012 @ 11:18:23
  Author: andyrtr
Revision: 162333

upgpkg: hplip 3.12.6-2

fix two broken shebangs; FS#30438

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 10:11:07 UTC (rev 162332)
+++ PKGBUILD2012-06-25 15:18:23 UTC (rev 162333)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.12.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com";
@@ -34,13 +34,14 @@
  export PYTHON=python2
  
  find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' base/magic.py
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' setup.py makeuri.py 
base/magic.py
  sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
  sed -i 's|python ./print.py|python2 ./print.py|' scan.py
  sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
  sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
  sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
  sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
+ 
 
  # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
  # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip



[arch-commits] Commit in wpa_supplicant_gui/repos (6 files)

2012-06-25 Thread Jan Steffens
Date: Monday, June 25, 2012 @ 06:11:07
  Author: heftig
Revision: 162332

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  wpa_supplicant_gui/repos/testing-i686/
  wpa_supplicant_gui/repos/testing-i686/PKGBUILD
(from rev 162331, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/testing-i686/compile-fix.patch
(from rev 162331, wpa_supplicant_gui/trunk/compile-fix.patch)
  wpa_supplicant_gui/repos/testing-x86_64/
  wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD
(from rev 162331, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/testing-x86_64/compile-fix.patch
(from rev 162331, wpa_supplicant_gui/trunk/compile-fix.patch)

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/compile-fix.patch   |   14 ++
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/compile-fix.patch |   14 ++
 4 files changed, 92 insertions(+)

Copied: wpa_supplicant_gui/repos/testing-i686/PKGBUILD (from rev 162331, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-25 10:11:07 UTC (rev 162332)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=wpa_supplicant_gui
+pkgver=1.0
+pkgrel=1
+pkgdesc="A Qt frontend to wpa_supplicant"
+url="http://hostap.epitest.fi/wpa_supplicant";
+arch=('i686' 'x86_64')
+depends=('qt' "wpa_supplicant=$pkgver")
+license=('GPL')
+source=("http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz";
+compile-fix.patch)
+sha256sums=('91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  patch -p1 <../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake
+  make
+}
+
+package() {
+  cd "${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4"
+  install -Dm755 wpa_gui "${pkgdir}/usr/sbin/wpa_gui"
+  install -Dm644 icons/wpa_gui.svg "${pkgdir}/usr/share/pixmaps/wpa_gui.svg"
+  install -Dm644 wpa_gui.desktop 
"${pkgdir}/usr/share/applications/wpa_gui.desktop"
+  install -Dm644 
"${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8" \
+ "${pkgdir}/usr/share/man/man8/wpa_gui.8"
+}

Copied: wpa_supplicant_gui/repos/testing-i686/compile-fix.patch (from rev 
162331, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- testing-i686/compile-fix.patch  (rev 0)
+++ testing-i686/compile-fix.patch  2012-06-25 10:11:07 UTC (rev 162332)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include 
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include 

Copied: wpa_supplicant_gui/repos/testing-x86_64/PKGBUILD (from rev 162331, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-25 10:11:07 UTC (rev 162332)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=wpa_supplicant_gui
+pkgver=1.0
+pkgrel=1
+pkgdesc="A Qt frontend to wpa_supplicant"
+url="http://hostap.epitest.fi/wpa_supplicant";
+arch=('i686' 'x86_64')
+depends=('qt' "wpa_supplicant=$pkgver")
+license=('GPL')
+source=("http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz";
+compile-fix.patch)
+sha256sums=('91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
+
+build() {
+  cd wpa_supplicant-${pkgver}
+  patch -p1 <../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake
+  make
+}
+
+package() {
+  cd "${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4"
+  install -Dm755 wpa_gui "${pkgdir}/usr/sbin/wpa_gui"
+  install -Dm644 icons/wpa_gui.svg "${pkgdir}/usr/share/pixmaps/wpa_gui.svg"
+  install -Dm644 wpa_gui.desktop 
"${pkgdir}/usr/share/applications/wpa_gui.desktop"
+  install -Dm644 
"${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8" \
+ "${pkgdir}/usr/share/man/man8/wpa_gui.8"
+}

Copied: wpa_supplicant_gui/repos/testing-x86_64/compile-fix.patch (from rev 
162331, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- te

[arch-commits] Commit in wpa_supplicant/repos (8 files)

2012-06-25 Thread Jan Steffens
Date: Monday, June 25, 2012 @ 06:10:22
  Author: heftig
Revision: 162331

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  wpa_supplicant/repos/testing-i686/
  wpa_supplicant/repos/testing-i686/PKGBUILD
(from rev 162330, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-i686/config
(from rev 162330, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-i686/hostap_allow-linking-with-libnl-3.2.patch
(from rev 162330, 
wpa_supplicant/trunk/hostap_allow-linking-with-libnl-3.2.patch)
  wpa_supplicant/repos/testing-x86_64/
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
(from rev 162330, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-x86_64/config
(from rev 162330, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-x86_64/hostap_allow-linking-with-libnl-3.2.patch
(from rev 162330, 
wpa_supplicant/trunk/hostap_allow-linking-with-libnl-3.2.patch)

--+
 testing-i686/PKGBUILD|   56 +
 testing-i686/config  |  468 +
 testing-i686/hostap_allow-linking-with-libnl-3.2.patch   |   12 
 testing-x86_64/PKGBUILD  |   56 +
 testing-x86_64/config|  468 +
 testing-x86_64/hostap_allow-linking-with-libnl-3.2.patch |   12 
 6 files changed, 1072 insertions(+)

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


[arch-commits] Commit in wpa_supplicant_gui/trunk (PKGBUILD compile-fix.patch)

2012-06-25 Thread Jan Steffens
Date: Monday, June 25, 2012 @ 06:08:47
  Author: heftig
Revision: 162330

1.0

Added:
  wpa_supplicant_gui/trunk/compile-fix.patch
Modified:
  wpa_supplicant_gui/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +-
 compile-fix.patch |   14 ++
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-25 09:10:55 UTC (rev 162329)
+++ PKGBUILD2012-06-25 10:08:47 UTC (rev 162330)
@@ -2,18 +2,22 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wpa_supplicant_gui
-pkgver=0.7.3
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc="A Qt frontend to wpa_supplicant"
 url="http://hostap.epitest.fi/wpa_supplicant";
 arch=('i686' 'x86_64')
 depends=('qt' "wpa_supplicant=$pkgver")
 license=('GPL')
-source=("http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz";)
-sha256sums=('d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443')
+source=("http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz";
+compile-fix.patch)
+sha256sums=('91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c'
+'044be1032faf93c5f0abf22d7ae77dc0d1d1fef0c2c30646d54950b86601709f')
 
 build() {
-  cd "${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4"
+  cd wpa_supplicant-${pkgver}
+  patch -p1 <../compile-fix.patch
+  cd wpa_supplicant/wpa_gui-qt4
   qmake
   make
 }

Added: compile-fix.patch
===
--- compile-fix.patch   (rev 0)
+++ compile-fix.patch   2012-06-25 10:08:47 UTC (rev 162330)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include 
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include 



[arch-commits] Commit in xz/repos (8 files)

2012-06-25 Thread Pierre Schmitz
Date: Monday, June 25, 2012 @ 05:10:55
  Author: pierre
Revision: 162329

db-move: moved xz from [testing] to [core] ( i686,  x86_64)

Added:
  xz/repos/core-i686/PKGBUILD
(from rev 162328, xz/repos/testing-i686/PKGBUILD)
  xz/repos/core-x86_64/PKGBUILD
(from rev 162328, xz/repos/testing-x86_64/PKGBUILD)
Deleted:
  xz/repos/core-i686/PKGBUILD
  xz/repos/core-i686/compile-fix.patch
  xz/repos/core-x86_64/PKGBUILD
  xz/repos/core-x86_64/compile-fix.patch
  xz/repos/testing-i686/
  xz/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   81 +++-
 core-i686/compile-fix.patch   |   28 -
 core-x86_64/PKGBUILD  |   81 +++-
 core-x86_64/compile-fix.patch |   28 -
 4 files changed, 78 insertions(+), 140 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-25 07:06:28 UTC (rev 162328)
+++ core-i686/PKGBUILD  2012-06-25 09:10:55 UTC (rev 162329)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-# Contributor: François Charette 
-
-pkgname=xz
-pkgver=5.0.3
-pkgrel=2
-pkgdesc='Library and command line tools for XZ and LZMA compressed files'
-arch=('i686' 'x86_64')
-url='http://tukaani.org/xz/'
-license=('GPL' 'LGPL' 'custom')
-depends=('sh')
-options=('!libtool')
-source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";
-'compile-fix.patch')
-md5sums=('fefe52f9ecd521de2a8ce38c21a27574'
- 'd0725667a6dae0853194dc691e900e26'
- 'b74e4f7793848cc5765c848ea30f971f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ${srcdir}/compile-fix.patch
-
-   ./configure --prefix=/usr \
-   --disable-rpath \
-   --enable-werror
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
-   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
-   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
-}

Copied: xz/repos/core-i686/PKGBUILD (from rev 162328, 
xz/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-25 09:10:55 UTC (rev 162329)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: François Charette 
+
+pkgname=xz
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('i686' 'x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+options=('!libtool')
+source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('df3df690aef18384e1e031be7ec3a964'
+ '6e203465ee9b8f646d85cf84755e2b32')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}

Deleted: core-i686/compile-fix.patch
===
--- core-i686/compile-fix.patch 2012-06-25 07:06:28 UTC (rev 162328)
+++ core-i686/compile-fix.patch 2012-06-25 09:10:55 UTC (rev 162329)
@@ -1,28 +0,0 @@
-From 7db6bdf4abcf524115be2cf5659ed540cef074c5 Mon Sep 17 00:00:00 2001
-From: Lasse Collin 
-Date: Tue, 10 Jan 2012 17:13:03 +0200
-Subject: [PATCH] Tests: Fix a compiler warning with _FORTIFY_SOURCE.
-
-Reported here:
-http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/4927385

- tests/create_compress_files.c |3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git a/tests/create_compress_files.c b/tests/create_compress_files.c
-index 44367d8..bd5b4ef 100644
 a/tests/create_compress_files.c
-+++ b/tests/create_compress_files.c
-@@ -79,7 +79,8 @@ static void
- write_abc(FILE *file)
- {
-   for (size_t i = 0; i < 12345; ++i)
--  fwrite("abc\n", 4, 1, file);
-+  if (fwrite("abc\n", 4, 1, file) != 1)
-+  exit(1);
- }
- 
- 
--- 
-1.7.6
-

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKG

[arch-commits] Commit in linux/repos (38 files)

2012-06-25 Thread Tobias Powalowski
Date: Monday, June 25, 2012 @ 03:06:28
  Author: tpowa
Revision: 162328

db-move: moved linux from [testing] to [core] ( i686,  x86_64)

Added:
  linux/repos/core-i686/3.4.4-fix-backlight-regression.patch
(from rev 162326, 
linux/repos/testing-i686/3.4.4-fix-backlight-regression.patch)
  linux/repos/core-i686/3.4.4-fix-gtx560ti-nouveau-regression.patch
(from rev 162326, 
linux/repos/testing-i686/3.4.4-fix-gtx560ti-nouveau-regression.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 162326, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 162326, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 162326, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 162326, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
(from rev 162326, linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 162326, linux/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux/repos/core-i686/linux.install
(from rev 162326, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 162326, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.4.4-fix-backlight-regression.patch
(from rev 162326, 
linux/repos/testing-x86_64/3.4.4-fix-backlight-regression.patch)
  linux/repos/core-x86_64/3.4.4-fix-gtx560ti-nouveau-regression.patch
(from rev 162326, 
linux/repos/testing-x86_64/3.4.4-fix-gtx560ti-nouveau-regression.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 162326, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 162326, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 162326, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 162326, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 162326, linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 162326, linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux/repos/core-x86_64/linux.install
(from rev 162326, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 162326, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

-+
 core-i686/3.4.4-fix-backlight-regression.patch  |   38 
 core-i686/3.4.4-fix-gtx560ti-nouveau-regression.patch   |   20 
 core-i686/PKGBUILD  |  608 
 core-i686/change-default-console-loglevel.patch |   24 
 core-i686/config|11680 +++---
 core-i686/config.x86_64 |11224 ++---
 core-i686/fix-acerhdf-1810T-bios.patch  |   20 
 core-i686/i915-fix-ghost-tv-output.patch|   52 
 core-i686/linux.install |  130 
 core-i686/linux.preset  |   28 
 core-x86_64/3.4.4-fix-backlight-regression.patch|   38 
 core-x86_64/3.4.4-fix-gtx560ti-nouveau-regression.patch |   20 
 core-x86_64/PKGBUILD|  608 
 core-x86_64/change-default-console-loglevel.patch   |   24 
 core-x86_64/config  |11680 +++---
 core-x86_64/config.x86_64   |11224 ++---
 core-x86_64/fix-acerhdf-1810T-bios.patch|   20 
 core-x86_64/i915-fix-ghost-tv-output.patch  |   52 
 core-x86_64/linux.install   |  130 
 core-x86_64/linux.preset|   28 
 20 files changed, 23894 insertions(+), 23754 deletions(-)

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


[arch-commits] Commit in libusbx/repos (6 files)

2012-06-25 Thread Tobias Powalowski
Date: Monday, June 25, 2012 @ 03:06:06
  Author: tpowa
Revision: 162327

db-move: moved libusbx from [testing] to [core] ( i686,  x86_64)

Added:
  libusbx/repos/core-i686/PKGBUILD
(from rev 162326, libusbx/repos/testing-i686/PKGBUILD)
  libusbx/repos/core-x86_64/PKGBUILD
(from rev 162326, libusbx/repos/testing-x86_64/PKGBUILD)
Deleted:
  libusbx/repos/core-i686/PKGBUILD
  libusbx/repos/core-x86_64/PKGBUILD
  libusbx/repos/testing-i686/
  libusbx/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   65 -
 core-x86_64/PKGBUILD |   65 -
 2 files changed, 64 insertions(+), 66 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-25 06:10:45 UTC (rev 162326)
+++ core-i686/PKGBUILD  2012-06-25 07:06:06 UTC (rev 162327)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=libusbx
-pkgver=1.0.11
-pkgrel=2
-depends=('glibc')
-pkgdesc="Library that provides generic access to USB device"
-arch=(i686 x86_64)
-url="http://libusbx.org";
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=('libusb1' 'libusb')
-provides=("libusb=$pkgver")
-conflicts=("libusb")
-
-md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr 
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package () {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libusbx/repos/core-i686/PKGBUILD (from rev 162326, 
libusbx/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-25 07:06:06 UTC (rev 162327)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=1
+depends=('glibc')
+pkgdesc="Library that provides generic access to USB device"
+arch=(i686 x86_64)
+url="http://libusbx.org";
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=("libusb=$pkgver")
+conflicts=("libusb")
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-06-25 06:10:45 UTC (rev 162326)
+++ core-x86_64/PKGBUILD2012-06-25 07:06:06 UTC (rev 162327)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=libusbx
-pkgver=1.0.11
-pkgrel=2
-depends=('glibc')
-pkgdesc="Library that provides generic access to USB device"
-arch=(i686 x86_64)
-url="http://libusbx.org";
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=('libusb1' 'libusb')
-provides=("libusb=$pkgver")
-conflicts=("libusb")
-
-md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr 
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package () {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libusbx/repos/core-x86_64/PKGBUILD (from rev 162326, 
libusbx/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-06-25 07:06:06 UTC (rev 162327)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=1
+depends=('glibc')
+pkgdesc="Library that provides generic access to USB device"
+arch=(i686 x86_64)
+url="http://libusbx.org";
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=("libusb=$pkgver")
+conflicts=("libusb")
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}