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

2011-05-08 Thread andyrtr
Date: Sunday, May 8, 2011 @ 03:57:27
  Author: andyrtr
Revision: 123092

prepare 3.4 branch builds; fix FS#23658

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 03:34:14 UTC (rev 123091)
+++ PKGBUILD2011-05-08 07:57:27 UTC (rev 123092)
@@ -6,7 +6,7 @@
  'libreoffice-extension-report-builder' 
'libreoffice-extension-wiki-publisher' 'libreoffice-extension-ct2n')
 _LOver=3.3.99.4
 pkgver=3.4beta4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 #_LO_tree=3.4
 _OFFICEUPD=300
@@ -344,13 +344,17 @@
# move sysui desktop files into place we want to use - javafilter and 
qstarter, but not unneeded printeradmin
install -dm755 
${pkgdir}/usr/share/{applications,icons,mime/packages,pixmaps}
rm ${pkgdir}/usr/lib/libreoffice/share/xdg/printeradmin.desktop
-   cp ${pkgdir}/usr/lib/libreoffice/share/xdg/*.desktop 
${pkgdir}/usr/share/applications/
+   #cp ${pkgdir}/usr/lib/libreoffice/share/xdg/*.desktop 
${pkgdir}/usr/share/applications/
+   for i in base calc draw impress javafilter math qstart startcenter 
writer; do
+ cp ${pkgdir}/usr/lib/libreoffice/share/xdg/$i.desktop 
${pkgdir}/usr/share/applications/libreoffice-$i.desktop
+   done
+#  cp ${pkgdir}/usr/lib/libreoffice/share/xdg/*.desktop 
${pkgdir}/usr/share/applications/
 #  sed -i -e s/Exec=oo/Exec=so/g 
${pkgdir}/usr/share/applications/javafilter.desktop # 
https://bugs.archlinux.org/task/23361
# remove version in menu entry and make it visible
 #  sed -i -e s/3.4 Quickstarter/Quickstarter/g 
${pkgdir}/usr/share/applications/qstart.desktop
sed -i -e s/3.4//g ${pkgdir}/usr/share/applications/*.desktop
-   sed -i -e /NoDisplay=true/d 
${pkgdir}/usr/share/applications/qstart.desktop
-   echo Icon=startcenter  
${pkgdir}/usr/share/applications/qstart.desktop
+   sed -i -e /NoDisplay=true/d 
${pkgdir}/usr/share/applications/libreoffice-qstart.desktop
+   echo Icon=startcenter  
${pkgdir}/usr/share/applications/libreoffice-qstart.desktop
# remove unneeded .desktop files
rm -rf ${pkgdir}/usr/lib/libreoffice/share/xdg




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

2011-05-08 Thread Pierre Schmitz
Date: Sunday, May 8, 2011 @ 05:33:27
  Author: pierre
Revision: 123093

Respect CFLAGS and LDFLAGS; see FS#24145

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 07:57:27 UTC (rev 123092)
+++ PKGBUILD2011-05-08 09:33:27 UTC (rev 123093)
@@ -29,6 +29,12 @@
 build() {
cd $srcdir/$pkgname-$_ver
 
+   if [ ${CARCH} == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   elif [ ${CARCH} == 'i686' ]; then
+   openssltarget='linux-elf'
+   fi
+
# avoid conflicts with other man pages
# see http://www.linuxfromscratch.org/patches/downloads/openssl/
patch -p1 -i $srcdir/fix-manpages.patch
@@ -37,16 +43,22 @@
# set ca dir to /etc/ssl by default
patch -p0 -i $srcdir/ca-dir.patch
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./config --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-   shared zlib enable-md2 -Wa,--noexecstack
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared zlib enable-md2 \
+   ${openssltarget} \
+   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS}
 
+   make depend
make
+}
 
+check() {
+   cd $srcdir/$pkgname-$_ver
# the test fails due to missing write permissions in /etc/ssl
# revert this patch for make test
-   #patch -p0 -R -i $srcdir/ca-dir.patch
-   #make test
-   #patch -p0 -i $srcdir/ca-dir.patch
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
 }
 
 package() {



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:20:20
  Author: ibiru
Revision: 123094

fixes crashers when user database is not present. FS#24160, FS#24164

Added:
  dconf/trunk/fix-crash-when-user-database-is-not-present.patch
Modified:
  dconf/trunk/PKGBUILD

---+
 PKGBUILD  |   10 --
 fix-crash-when-user-database-is-not-present.patch |   29 
 2 files changed, 36 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 09:33:27 UTC (rev 123093)
+++ PKGBUILD2011-05-08 12:20:20 UTC (rev 123094)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=dconf
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A low-level configuration system.
 arch=(i686 x86_64)
 url=http://live.gnome.org/dconf;
@@ -11,12 +11,16 @@
 makedepends=('vala' 'gobject-introspection' 'gtk3')
 optdepends=('gtk3: for dconf-editor')
 install=dconf.install
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('299d79daf0b214c692e7d5788d7bda76d778c1748ea37c33256c4fa6143b22cd')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2
+   fix-crash-when-user-database-is-not-present.patch)
+sha256sums=('299d79daf0b214c692e7d5788d7bda76d778c1748ea37c33256c4fa6143b22cd'
+'c78ea8db69a1be1286846282897f99e843e14d1e450beee4339d5500b2f0f73d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  patch -Np1 -i ${srcdir}/fix-crash-when-user-database-is-not-present.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/dconf
   make

Added: fix-crash-when-user-database-is-not-present.patch
===
--- fix-crash-when-user-database-is-not-present.patch   
(rev 0)
+++ fix-crash-when-user-database-is-not-present.patch   2011-05-08 12:20:20 UTC 
(rev 123094)
@@ -0,0 +1,29 @@
+From c80896f5644ec0a07822047dd7e899da63b42e89 Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Sun, 08 May 2011 12:08:38 +
+Subject: Fix crash when user database is not present
+
+If we fail to open the database in the user's home directory then the
+variable will be NULL.  The refactor of the read function for lockdown
+support missed this check, resulting in a rather dramatic crash on fresh
+accounts.
+---
+diff --git a/engine/dconf-engine.c b/engine/dconf-engine.c
+index ec99116..087d780 100644
+--- a/engine/dconf-engine.c
 b/engine/dconf-engine.c
+@@ -452,7 +452,11 @@ dconf_engine_read_internal (DConfEngine  *engine,
+   break;
+ 
+   while (i  limit  value == NULL)
+-value = gvdb_table_get_value (engine-gvdbs[i++], key);
++{
++  if (engine-gvdbs[i] != NULL)
++value = gvdb_table_get_value (engine-gvdbs[i], key);
++  i++;
++}
+ 
+   g_static_mutex_unlock (engine-lock);
+ 
+--
+cgit v0.9



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:21:33
  Author: ibiru
Revision: 123095

archrelease: remove extra-i686

Deleted:
  dconf/repos/extra-i686/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:21:54
  Author: ibiru
Revision: 123096

archrelease: copy trunk to extra-i686

Added:
  dconf/repos/extra-i686/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:22:00
  Author: ibiru
Revision: 123097

archrelease: remove extra-x86_64

Deleted:
  dconf/repos/extra-x86_64/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:22:20
  Author: ibiru
Revision: 123098

archrelease: copy trunk to extra-x86_64

Added:
  dconf/repos/extra-x86_64/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:15
  Author: ibiru
Revision: 123099

db-move: syslinux removed by ibiru for move to [core] (i686)

Deleted:
  syslinux/repos/core-i686/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:16
  Author: ibiru
Revision: 123100

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

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



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:17
  Author: ibiru
Revision: 123101

db-move: syslinux removed by ibiru for move to [core] (x86_64)

Deleted:
  syslinux/repos/core-x86_64/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:17
  Author: ibiru
Revision: 123102

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

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



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:48
  Author: ibiru
Revision: 123103

db-move: vi removed by ibiru for move to [core] (i686)

Deleted:
  vi/repos/core-i686/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:49
  Author: ibiru
Revision: 123104

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

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



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:49
  Author: ibiru
Revision: 123105

db-move: vi removed by ibiru for move to [core] (x86_64)

Deleted:
  vi/repos/core-x86_64/



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

2011-05-08 Thread Ionut Biru
Date: Sunday, May 8, 2011 @ 08:32:50
  Author: ibiru
Revision: 123106

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

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



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

2011-05-08 Thread Rémy Oudompheng
Date: Sunday, May 8, 2011 @ 09:16:22
  Author: remy
Revision: 123107

Add pyalpm as a namcap dependency.

Added:
  pyalpm/
  pyalpm/repos/
  pyalpm/trunk/
  pyalpm/trunk/PKGBUILD

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

Added: pyalpm/trunk/PKGBUILD
===
--- pyalpm/trunk/PKGBUILD   (rev 0)
+++ pyalpm/trunk/PKGBUILD   2011-05-08 13:16:22 UTC (rev 123107)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng r...@archlinux.org
+
+pkgname=pyalpm
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=Libalpm bindings for Python 3
+arch=('i686' 'x86_64')
+url=http://projects.archlinux.org/users/remy/pyalpm.git/;
+license=('GPL')
+depends=('python=3.2' 'pacman3.6')
+source=(ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz;)
+md5sums=('d5d45cafa98050a4d3c77e4a8f597ff3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+



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

2011-05-08 Thread Rémy Oudompheng
Date: Sunday, May 8, 2011 @ 09:16:40
  Author: remy
Revision: 123108

archrelease: copy trunk to testing-i686

Added:
  pyalpm/repos/testing-i686/



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

2011-05-08 Thread Rémy Oudompheng
Date: Sunday, May 8, 2011 @ 09:16:52
  Author: remy
Revision: 123109

archrelease: copy trunk to testing-x86_64

Added:
  pyalpm/repos/testing-x86_64/



[arch-commits] Commit in nfs-utils/trunk (PKGBUILD nfs-server.conf)

2011-05-08 Thread Stéphane Gaudreault
Date: Sunday, May 8, 2011 @ 09:46:17
  Author: stephane
Revision: 123110

upgpkg: nfs-utils 1.2.3-2
remove --no-nfs-version 1 in nfs-server.conf

Modified:
  nfs-utils/trunk/PKGBUILD
  nfs-utils/trunk/nfs-server.conf

-+
 PKGBUILD|4 ++--
 nfs-server.conf |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 13:16:52 UTC (rev 123109)
+++ PKGBUILD2011-05-08 13:46:17 UTC (rev 123110)
@@ -7,7 +7,7 @@
 
 pkgname=nfs-utils
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -30,7 +30,7 @@
  'fc508e10cdf5e8ddd80373b1b2bc99a1'
  'f73f197a16b02c3e248488ec35c4cf43'
  '5ae080f6117cef3140f02bc162bdc755'
- 'b9b334414baec31b97f0431d9ecdcfb9'
+ '2bf71def3263325643a09458635520f0'
  'ff585faf410a62c4333a027c50b56bae'
  'eb4f4027fab6fc1201f1ca04f5954c76'
  'e24f81a8c8657672e262c61235d34b4a'

Modified: nfs-server.conf
===
--- nfs-server.conf 2011-05-08 13:16:52 UTC (rev 123109)
+++ nfs-server.conf 2011-05-08 13:46:17 UTC (rev 123110)
@@ -18,7 +18,7 @@
 # If you have a port-based firewall, you might want to set up
 # a fixed port here using the --port option.
 # See rpc.mountd(8) for more details.
-MOUNTD_OPTS=--no-nfs-version 1 --no-nfs-version 2
+MOUNTD_OPTS=--no-nfs-version 2
 
 # Do you want to start the svcgssd daemon? It is only required for Kerberos
 # exports. Valid alternatives are yes and no; the default is no.



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

2011-05-08 Thread Stéphane Gaudreault
Date: Sunday, May 8, 2011 @ 09:46:27
  Author: stephane
Revision: 123112

archrelease: copy trunk to testing-i686

Added:
  nfs-utils/repos/testing-i686/



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

2011-05-08 Thread Stéphane Gaudreault
Date: Sunday, May 8, 2011 @ 09:46:28
  Author: stephane
Revision: 123113

archrelease: remove testing-x86_64

Deleted:
  nfs-utils/repos/testing-x86_64/



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

2011-05-08 Thread Stéphane Gaudreault
Date: Sunday, May 8, 2011 @ 09:46:35
  Author: stephane
Revision: 123114

archrelease: copy trunk to testing-x86_64

Added:
  nfs-utils/repos/testing-x86_64/



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

2011-05-08 Thread andyrtr
Date: Sunday, May 8, 2011 @ 11:39:57
  Author: andyrtr
Revision: 123115

prepare 3.4 branch builds; reenable all possible extensions, some cleanups

Modified:
  libreoffice/trunk/PKGBUILD

--+
 PKGBUILD |  298 -
 1 file changed, 237 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 13:46:35 UTC (rev 123114)
+++ PKGBUILD2011-05-08 15:39:57 UTC (rev 123115)
@@ -2,19 +2,39 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgbase=libreoffice
-pkgname=('libreoffice' 'libreoffice-sdk' 'libreoffice-extension-nlpsolver' 
'libreoffice-extension-pdfimport' 
'libreoffice-extension-presentation-minimizer' 
'libreoffice-extension-presenter-screen' 
- 'libreoffice-extension-report-builder' 
'libreoffice-extension-wiki-publisher' 'libreoffice-extension-ct2n')
+pkgname=('libreoffice' 'libreoffice-sdk' 
+   #'libreoffice-extension-barcode' # 
+   'libreoffice-extension-diagram'
+   'libreoffice-extension-google-docs'
+   'libreoffice-extension-hunart'
+   #'libreoffice-extension-lightproof' # no source integration
+   #'libreoffice-extension-mysql-connector' # missing libmysqlcppconn-dev 
configure: error: mysql_driver.h not found. install MySQL C++ Connectivity
+   'libreoffice-extension-nlpsolver'
+   'libreoffice-extension-ct2n'
+   'libreoffice-extension-numbertext'  
+   #'libreoffice-extension-oooblogger' # no source integration
+   'libreoffice-extension-pdfimport'
+   'libreoffice-extension-presenter-screen'
+   'libreoffice-extension-presentation-minimizer'
+   'libreoffice-extension-report-builder'
+   'libreoffice-extension-scripting-beanshell'
+   'libreoffice-extension-scripting-javascript'
+   'libreoffice-extension-scripting-python'
+   'libreoffice-extension-typo'
+   'libreoffice-extension-validator'
+   'libreoffice-extension-watch-window'
+   'libreoffice-extension-wiki-publisher')
 _LOver=3.3.99.4
 pkgver=3.4beta4
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 #_LO_tree=3.4
 _OFFICEUPD=300
 license=('LGPL3')
 url=http://www.libreoffice.org/;
 makedepends=( # makedepends
- 'boost' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'xulrunner' 
'unixodbc' 'hsqldb-java'
- 'apache-ant' 'gperf' 'poppler' 'kdelibs' 'gconf' 'cppunit'
+ 'sane' 'perl-archive-zip' 'zip' 'unzip' 'xulrunner' 'unixodbc' 
'hsqldb-java' #'boost' - we use internal one for now that has some gcc4.6 fixes.
+ 'apache-ant' 'gperf' 'poppler' 'kdelibs' 'gconf' 'cppunit' 
#'libmysqlclient'
  'beanshell'  'vigra' 'libldap' 'lucene' 'libmythes' 'junit' 
'libwpg' 'imagemagick'
 'mesa' 'gstreamer0.10-base'
   #'saxon' - currently broken 
@@ -24,7 +44,7 @@
  'redland' 'libgraphite' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  
'libtextcat'
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'java-runtime' 'gtk2' # keep gtk2 for install script
 'ttf-dejavu') # to satisfy regression tests
-# libwps translate-toolkit libtextcat - todo move them to extra to 
allow --with-system-foo builds
+# translate-toolkit - todo move them to extra to allow 
--with-system-foo builds
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 _mirror=http://download.documentfoundation.org/libreoffice/src;
@@ -61,6 +81,15 @@

http://download.go-oo.org/src/451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt

http://download.go-oo.org/src/90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2

http://download.go-oo.org/src/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/7e7efc5d4a03126bb9ae3ae9aa2c4e87-Barcode_1.3.1.0.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/41c9b65ad60af4b3255bbecdfef11736-Diagram_1.1.0.0.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/bbdd5639ada63e3130761daaecae1a10-Validator_1.1.0.0.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/23bd75552206dfcd8fd4e29137dcac84-WatchWindow_1.2.0.0.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/b8cbca7b3363e6ca2d02bc0ba2b63904-numbertext_0.9.4.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/b632bdd25649cc4067bcb410bae23d2b-hunart_0.3.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/9d60b6cfa3ef1926848710bbcd5b-typo_0.4.2.oxt
+   
http://ooo.itc.hu/oxygenoffice/download/libreoffice/dbaafd21de055e582d92d7d32fe9da13-gdocs_2.3.1.oxt
buildfix_i116795.diff
buildfix_boost.diff
buildfix_ct2n.diff)
@@ -90,7 +119,15 @@
 

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

2011-05-08 Thread Rémy Oudompheng
Date: Sunday, May 8, 2011 @ 11:42:09
  Author: remy
Revision: 123116

Update to version 3.1

Modified:
  namcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 15:39:57 UTC (rev 123115)
+++ PKGBUILD2011-05-08 15:42:09 UTC (rev 123116)
@@ -3,16 +3,16 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=namcap
-pkgver=3.0.6
+pkgver=3.1
 pkgrel=1
 pkgdesc=A Pacman package analyzer
 arch=('any')
 url=http://projects.archlinux.org/namcap.git/;
 license=('GPL')
-depends=('python' 'licenses')
+depends=('python' 'pyalpm' 'licenses')
 makedepends=('python-distribute')
 source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('308ff7a2ef8abb6e5d6c18b4cf496f8f')
+md5sums=('fab0d4dc34aa4d9e10cbca7daf2c2c5d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-05-08 Thread andyrtr
Date: Sunday, May 8, 2011 @ 14:43:01
  Author: andyrtr
Revision: 123117

upgpkg: ttf-dejavu 2.33-1
upstream update 2.33; add deps for install commands

Modified:
  ttf-dejavu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 15:42:09 UTC (rev 123116)
+++ PKGBUILD2011-05-08 18:43:01 UTC (rev 123117)
@@ -4,17 +4,17 @@
 # Contributor: Michal Krenek mi...@sg1.cz
 
 pkgname=ttf-dejavu
-pkgver=2.32
-pkgrel=2
+pkgver=2.33
+pkgrel=1
 pkgdesc=Font family based on the Bitstream Vera Fonts with a wider range of 
characters
 arch=('any')
 url=http://dejavu.sourceforge.net/;
 license=('custom')
-depends=('fontconfig' 'xorg-fonts-encodings')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale' 
'xorg-mkfontdir')
 install=ttf-dejavu.install
 
source=(http://downloads.sourceforge.net/project/dejavu/dejavu/${pkgver}/dejavu-{,lgc-}fonts-ttf-${pkgver}.tar.bz2)
-md5sums=('63b1bf644cd54188a2ec43aff1846104'
- '2813b852ded0c1c89264627ce1bfcadc')
+md5sums=('8b601e91725b6d69141b0fcf527948c0'
+ 'fde03af699ccf8833f09d7002e3060ef')
 
 package() {
   install -dm755 ${pkgdir}/etc/fonts/conf.avail



[arch-commits] Commit in ttf-dejavu/repos (extra-any)

2011-05-08 Thread andyrtr
Date: Sunday, May 8, 2011 @ 14:43:08
  Author: andyrtr
Revision: 123118

archrelease: remove extra-any

Deleted:
  ttf-dejavu/repos/extra-any/



[arch-commits] Commit in ttf-dejavu/repos (extra-any)

2011-05-08 Thread andyrtr
Date: Sunday, May 8, 2011 @ 14:43:27
  Author: andyrtr
Revision: 123119

archrelease: copy trunk to extra-any

Added:
  ttf-dejavu/repos/extra-any/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:27:37
  Author: andrea
Revision: 123120

archrelease: remove extra-i686

Deleted:
  amarok/repos/extra-i686/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:27:51
  Author: andrea
Revision: 123121

archrelease: copy trunk to extra-i686

Added:
  amarok/repos/extra-i686/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:27:55
  Author: andrea
Revision: 123122

archrelease: remove extra-x86_64

Deleted:
  amarok/repos/extra-x86_64/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:28:07
  Author: andrea
Revision: 123123

archrelease: copy trunk to extra-x86_64

Added:
  amarok/repos/extra-x86_64/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:39:38
  Author: andrea
Revision: 123124

upgpkg: cagibi 0.2.0-1
upstream release

Modified:
  cagibi/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 20:28:07 UTC (rev 123123)
+++ PKGBUILD2011-05-08 20:39:38 UTC (rev 123124)
@@ -1,8 +1,8 @@
-# $Id $
+# $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=cagibi
-pkgver=0.1.1
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='A cache/proxy daemon for SSDP (the discovery part of UPnP)'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('qt')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('2db2424dc436bc436011185de09be9da')
+md5sums=('af66d89337ef80e8a868d3bb9dd92328')
 
 build() {
   cd ${srcdir}


Property changes on: cagibi/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:39:42
  Author: andrea
Revision: 123125

archrelease: remove extra-i686

Deleted:
  cagibi/repos/extra-i686/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:39:55
  Author: andrea
Revision: 123126

archrelease: copy trunk to extra-i686

Added:
  cagibi/repos/extra-i686/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:39:58
  Author: andrea
Revision: 123127

archrelease: remove extra-x86_64

Deleted:
  cagibi/repos/extra-x86_64/



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

2011-05-08 Thread Andrea Scarpino
Date: Sunday, May 8, 2011 @ 16:40:12
  Author: andrea
Revision: 123128

archrelease: copy trunk to extra-x86_64

Added:
  cagibi/repos/extra-x86_64/



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

2011-05-08 Thread Jan Steffens
Date: Sunday, May 8, 2011 @ 17:00:10
  Author: heftig
Revision: 123129

upgpkg: vim 7.3.177-1
Bump to patchlevel 177

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 20:40:12 UTC (rev 123128)
+++ PKGBUILD2011-05-08 21:00:10 UTC (rev 123129)
@@ -6,9 +6,9 @@
 pkgbase=vim
 pkgname=(vim gvim vim-runtime)
 _topver=7.3
-_patchlevel=138
+_patchlevel=177
 pkgver=${_topver}.${_patchlevel}
-__hgrev=ea399ac2c1b9
+__hgrev=60890b26cb17
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom:vim')



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

2011-05-08 Thread Jan Steffens
Date: Sunday, May 8, 2011 @ 17:00:13
  Author: heftig
Revision: 123130

archrelease: remove extra-i686

Deleted:
  vim/repos/extra-i686/



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

2011-05-08 Thread Jan Steffens
Date: Sunday, May 8, 2011 @ 17:00:28
  Author: heftig
Revision: 123131

archrelease: copy trunk to extra-i686

Added:
  vim/repos/extra-i686/



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

2011-05-08 Thread Jan Steffens
Date: Sunday, May 8, 2011 @ 17:00:31
  Author: heftig
Revision: 123132

archrelease: remove extra-x86_64

Deleted:
  vim/repos/extra-x86_64/



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

2011-05-08 Thread Jan Steffens
Date: Sunday, May 8, 2011 @ 17:00:45
  Author: heftig
Revision: 123133

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/



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

2011-05-08 Thread Evangelos Foutras
Date: Sunday, May 8, 2011 @ 17:15:31
  Author: foutrelis
Revision: 123134

upgpkg: pidgin 2.7.11-3
Adopt package and reformat PKGBUILD. Add libsm to the dependencies of the 
pidgin package. Move optional dependency on avahi to the libpurple package.

Modified:
  pidgin/trunk/PKGBUILD

--+
 PKGBUILD |  136 +
 1 file changed, 74 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 21:00:45 UTC (rev 123133)
+++ PKGBUILD2011-05-08 21:15:31 UTC (rev 123134)
@@ -1,90 +1,102 @@
 # $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
+# Maintainer: Evangelos Foutras foutre...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Alexander Fehr pizzapunk gmail com
 # Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
 
-pkgbase=('pidgin')
-pkgname=('libpurple' 'pidgin' 'finch')
+pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.7.11
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://pidgin.im/;
 license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 
'python2' 'hicolor-icon-theme' 'silc-toolkit' 'gstreamer0.10'
- 'farsight2' 'avahi' 'tk' 'ca-certificates' 'intltool' 
'networkmanager')
+makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
+ 'python2' 'hicolor-icon-theme' 'silc-toolkit' 'gstreamer0.10'
+ 'farsight2' 'avahi' 'tk' 'ca-certificates' 'intltool'
+ 'networkmanager')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('07c2a2535b4d7436b5ec7685fe063fec')
 
 build() {
-cd ${srcdir}/${pkgbase}-${pkgver}
-sed -i s#env python#env python2# */plugins/*.py
-sed -i s#env python#env python2# 
libpurple/purple-{remote,notifications-example,url-handler}
-./configure --prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
-   --with-python=/usr/bin/python2 \
---with-system-ssl-certs=/etc/ssl/certs
+  cd $srcdir/$pkgname-$pkgver
+
+  # Use Python 2
+  sed -i 's/env python$/\02/' */plugins/*.py \
+libpurple/purple-{remote,notifications-example,url-handler}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--disable-schemas-install \
+--disable-meanwhile \
+--disable-gnutls \
+--enable-cyrus-sasl \
+--disable-doxygen \
+--enable-nm \
+--with-python=/usr/bin/python2 \
+--with-system-ssl-certs=/etc/ssl/certs
 make
 }
-package_libpurple(){
-pkgdesc=IM library extracted from Pidgin
-depends=('farsight2' 'libsasl' 'dbus-glib' 'silc-toolkit' 'nss' 
'cyrus-sasl-plugins')
-optdepends=('dbus-python: for purple-remote and purple-url-handler')
-cd ${srcdir}/${pkgbase}-${pkgver}
 
-for dir in libpurple share/sounds share/ca-certs m4macros po
-do
-make -C ${dir} DESTDIR=${pkgdir} install
-done
-#rm -rf $pkgdir/etc || return 1
-}
-
 package_pidgin(){
-pkgdesc=Multi-protocol instant messaging client
-depends=(libpurple=$pkgver 'startup-notification' 'gtkspell' 'libxss' 
'hicolor-icon-theme' 'gstreamer0.10')
-optdepends=('aspell: for spelling correction'
-'avahi: Bonjour protocol support'
-'ca-certificates: SSL CA certificates'
-'gstreamer0.10-good-plugins: video and voice support'
-'tk: Tcl/Tk scripting support')
+  pkgdesc=Multi-protocol instant messaging client
+  depends=(libpurple=$pkgver-$pkgrel 'startup-notification' 'gtkspell'
+   'libxss' 'libsm' 'gstreamer0.10' 'hicolor-icon-theme')
+  optdepends=('aspell: for spelling correction'
+  'ca-certificates: SSL CA certificates'
+  'gstreamer0.10-good-plugins: video and voice support'
+  'tk: Tcl/Tk scripting support')
+  install=pidgin.install
 
-install=pidgin.install
-cd ${srcdir}/${pkgbase}-${pkgver}
-#for linking
-make -C libpurple DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd $srcdir/pidgin-$pkgver
+  
+  # For linking
+  make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
 
-make -C pidgin DESTDIR=${pkgdir} install
-make -C doc DESTDIR=${pkgdir} install
+  make -C pidgin DESTDIR=$pkgdir install
+  make -C doc DESTDIR=$pkgdir install
 
-#clean up libpurple
-make -C libpurple DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  # Remove files that are packaged in libpurle
+  make -C libpurple DESTDIR=$pkgdir uninstall-libLTLIBRARIES
 
-install -D -m 0644 pidgin.desktop 

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

2011-05-08 Thread Evangelos Foutras
Date: Sunday, May 8, 2011 @ 17:15:34
  Author: foutrelis
Revision: 123135

archrelease: remove extra-i686

Deleted:
  pidgin/repos/extra-i686/



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

2011-05-08 Thread Evangelos Foutras
Date: Sunday, May 8, 2011 @ 17:15:46
  Author: foutrelis
Revision: 123136

archrelease: copy trunk to extra-i686

Added:
  pidgin/repos/extra-i686/



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

2011-05-08 Thread Evangelos Foutras
Date: Sunday, May 8, 2011 @ 17:15:49
  Author: foutrelis
Revision: 123137

archrelease: remove extra-x86_64

Deleted:
  pidgin/repos/extra-x86_64/



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

2011-05-08 Thread Evangelos Foutras
Date: Sunday, May 8, 2011 @ 17:16:00
  Author: foutrelis
Revision: 123138

archrelease: copy trunk to extra-x86_64

Added:
  pidgin/repos/extra-x86_64/



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

2011-05-08 Thread Evangelos Foutras
Date: Sunday, May 8, 2011 @ 18:15:13
  Author: foutrelis
Revision: 123139

Remove some trailing spaces.

Modified:
  pidgin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 21:16:00 UTC (rev 123138)
+++ PKGBUILD2011-05-08 22:15:13 UTC (rev 123139)
@@ -51,7 +51,7 @@
   install=pidgin.install
 
   cd $srcdir/pidgin-$pkgver
-  
+
   # For linking
   make -C libpurple DESTDIR=$pkgdir install-libLTLIBRARIES
 
@@ -72,7 +72,7 @@
'cyrus-sasl-plugins')
   optdepends=('avahi: Bonjour protocol support'
   'dbus-python: for purple-remote and purple-url-handler')
-  
+
   cd $srcdir/pidgin-$pkgver
 
   for _dir in libpurple share/sounds share/ca-certs m4macros po; do



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 18:45:09
  Author: eric
Revision: 123140

db-move: libevent removed by eric for move to [core] (i686)

Deleted:
  libevent/repos/core-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 18:45:10
  Author: eric
Revision: 123141

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

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



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 18:45:11
  Author: eric
Revision: 123142

db-move: libevent removed by eric for move to [core] (x86_64)

Deleted:
  libevent/repos/core-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 18:45:12
  Author: eric
Revision: 123143

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

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



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:00:56
  Author: bisson
Revision: 123144

db-move: dnsutils removed by bisson for move to [core] (i686)

Deleted:
  dnsutils/repos/core-i686/



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:00:57
  Author: bisson
Revision: 123145

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

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



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:00:58
  Author: bisson
Revision: 123146

db-move: dnsutils removed by bisson for move to [core] (x86_64)

Deleted:
  dnsutils/repos/core-x86_64/



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:01:00
  Author: bisson
Revision: 123147

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

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



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:01:14
  Author: bisson
Revision: 123148

db-move: bind removed by bisson for move to [extra] (i686)

Deleted:
  bind/repos/extra-i686/



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:01:16
  Author: bisson
Revision: 123149

db-move: moved bind from [testing] to [extra] (i686)

Added:
  bind/repos/extra-i686/
Deleted:
  bind/repos/testing-i686/



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:01:17
  Author: bisson
Revision: 123150

db-move: bind removed by bisson for move to [extra] (x86_64)

Deleted:
  bind/repos/extra-x86_64/



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

2011-05-08 Thread Gaetan Bisson
Date: Sunday, May 8, 2011 @ 19:01:18
  Author: bisson
Revision: 123151

db-move: moved bind from [testing] to [extra] (x86_64)

Added:
  bind/repos/extra-x86_64/
Deleted:
  bind/repos/testing-x86_64/



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

2011-05-08 Thread Allan McRae
Date: Sunday, May 8, 2011 @ 20:21:36
  Author: allan
Revision: 123152

upgpkg: util-linux 2.19.1-1
upstream update

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-08 23:01:18 UTC (rev 123151)
+++ PKGBUILD2011-05-09 00:21:36 UTC (rev 123152)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: judd jvi...@zeroflux.org
+# Maintainer:
+# Contributor: judd jvi...@zeroflux.org
+
 pkgname=util-linux
-pkgver=2.19
-pkgrel=4
+pkgver=2.19.1
+pkgrel=1
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://userweb.kernel.org/~kzak/util-linux-ng/;
 arch=('i686' 'x86_64')
@@ -15,7 +17,7 @@
 options=('!libtool')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.19/${pkgname}-${pkgver}.tar.bz2)
 optdepends=('perl: for chkdupexe support')
-md5sums=('590ca71aad0b254e2631d84401f28255')
+md5sums=('3eab06f05163dfa65479c44e5231932c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,6 +29,6 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  mkdir -p ${pkgdir}/var/lib/hwclock
+  install -dm755 ${pkgdir}/var/lib/hwclock
   make DESTDIR=${pkgdir} install
 }



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

2011-05-08 Thread Allan McRae
Date: Sunday, May 8, 2011 @ 20:22:04
  Author: allan
Revision: 123153

archrelease: copy trunk to testing-i686

Added:
  util-linux/repos/testing-i686/



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

2011-05-08 Thread Allan McRae
Date: Sunday, May 8, 2011 @ 20:22:34
  Author: allan
Revision: 123154

archrelease: copy trunk to testing-x86_64

Added:
  util-linux/repos/testing-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 20:53:15
  Author: eric
Revision: 123155

upgpkg: xmahjongg 3.7-4
Removed libsm depends

Modified:
  xmahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-09 00:22:34 UTC (rev 123154)
+++ PKGBUILD2011-05-09 00:53:15 UTC (rev 123155)
@@ -1,21 +1,24 @@
 # $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Roberto Carvajal rcarva...@users.sf.net
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xmahjongg
 pkgver=3.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Mahjongg game for X-Window
 arch=('i686' 'x86_64')
 url=http://www.lcdf.org/xmahjongg/;
 license=('GPL')
-depends=('gcc-libs' 'libsm' 'libx11')
-source=(http://www.lcdf.org/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=('gcc-libs' 'libx11')
+source=(http://www.lcdf.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('9db5bf1b329b410220b7976cd9b3d374')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 20:53:27
  Author: eric
Revision: 123156

archrelease: remove extra-i686

Deleted:
  xmahjongg/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 20:53:37
  Author: eric
Revision: 123157

archrelease: copy trunk to extra-i686

Added:
  xmahjongg/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 20:53:41
  Author: eric
Revision: 123158

archrelease: remove extra-x86_64

Deleted:
  xmahjongg/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 20:53:50
  Author: eric
Revision: 123159

archrelease: copy trunk to extra-x86_64

Added:
  xmahjongg/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:11:04
  Author: eric
Revision: 123160

upgpkg: a2ps 4.14-2
Rebuilt with latest toolchain, Removed a2ps-lprng replaces/provides

Modified:
  a2ps/trunk/PKGBUILD

--+
 PKGBUILD |   58 +++---
 1 file changed, 31 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-09 00:53:50 UTC (rev 123159)
+++ PKGBUILD2011-05-09 02:11:04 UTC (rev 123160)
@@ -1,46 +1,50 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=a2ps
 pkgver=4.14
-pkgrel=1
-pkgdesc=a2ps is an Any to PostScript filter
+pkgrel=2
+pkgdesc=An Any to PostScript filter
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/a2ps/;
 license=('GPL3')
 depends=('ghostscript' 'psutils' 'imagemagick' 'perl')
 makedepends=('gperf')
-replaces=('a2ps-lprng')
-provides=('a2ps-lprng')
 backup=('etc/a2ps/a2ps.cfg' 'etc/a2ps/a2ps-site.cfg')
 options=('!libtool')
 install=a2ps.install
 source=(ftp://ftp.gnu.org/gnu/a2ps/${pkgname}-${pkgver}.tar.gz \
 a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch 
a2ps-4.13-manpage-chmod.patch \
 a2ps-4.14-check-mempcpy.patch a2ps-4.14-fix-stpcpy-proto.patch)
-md5sums=('781ac3d9b213fa3e1ed0d79f986dc8c7' '93011b58e9f20a7fafa31287a51884a4'\
- '2e493d0bc00d71eb3e8a9b6febc52b69' '09cc5ed4d3d8ff1b2103e519191e8286'\
- '42aa39b74f6da8cf6e94185c4fc3e601' '066f9327fee6b6eca3a57d657d1097d1')
-sha1sums=('365abbbe4b7128bf70dad16d06e23c5701874852' 
'8783952d3410d8d59ed953e1db45e2ef1a0b8f65'\
-  '94e35a6ad9268161bec22a56d4cfb696d635994a' 
'2bb3d0a2ef2f3ff9262723e35c742a80ab0235ce'\
-  '6aed29c1399e79f3914b408059610f9e7c0fc38e' 
'58fa90134f1027e3f05aeb08212cbcc10f420738')
+md5sums=('781ac3d9b213fa3e1ed0d79f986dc8c7'
+ '93011b58e9f20a7fafa31287a51884a4'
+ '2e493d0bc00d71eb3e8a9b6febc52b69'
+ '09cc5ed4d3d8ff1b2103e519191e8286'
+ '42aa39b74f6da8cf6e94185c4fc3e601'
+ '066f9327fee6b6eca3a57d657d1097d1')
+sha1sums=('365abbbe4b7128bf70dad16d06e23c5701874852'
+  '8783952d3410d8d59ed953e1db45e2ef1a0b8f65'
+  '94e35a6ad9268161bec22a56d4cfb696d635994a'
+  '2bb3d0a2ef2f3ff9262723e35c742a80ab0235ce'
+  '6aed29c1399e79f3914b408059610f9e7c0fc38e'
+  '58fa90134f1027e3f05aeb08212cbcc10f420738')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../a2ps-4.13c-fnmatch-replacement.patch || return 1
-  patch -p1  ../a2ps-4.13c-emacs.patch || return 1
-  patch -p1  ../a2ps-4.13-manpage-chmod.patch || return 1
-  patch -p1  ../a2ps-4.14-check-mempcpy.patch || return 1
-  patch -p0  ../a2ps-4.14-fix-stpcpy-proto.patch || return 1
-  libtoolize --force --copy || return 1
-  autoreconf -I m4 || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ../a2ps-4.13c-fnmatch-replacement.patch
+  patch -p1  ../a2ps-4.13c-emacs.patch
+  patch -p1  ../a2ps-4.13-manpage-chmod.patch
+  patch -p1  ../a2ps-4.14-check-mempcpy.patch
+  patch -p0  ../a2ps-4.14-fix-stpcpy-proto.patch
+  libtoolize --force --copy
+  autoreconf -I m4
   ./configure --prefix=/usr --sysconfdir=/etc/a2ps \
-  --includedir=/usr/include --enable-nls || return 1
-  export LANG=C
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  sed -i s:^countdictstack: \0: ${pkgdir}/usr/bin/psset || return 1
-  rm ${pkgdir}/usr/share/info/dir
-  gzip ${pkgdir}/usr/share/info/*
+--includedir=/usr/include --enable-nls
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  sed -i s:^countdictstack: \0: ${pkgdir}/usr/bin/psset
+}



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:11:14
  Author: eric
Revision: 123161

archrelease: remove extra-i686

Deleted:
  a2ps/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:11:25
  Author: eric
Revision: 123162

archrelease: copy trunk to extra-i686

Added:
  a2ps/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:11:28
  Author: eric
Revision: 123163

archrelease: remove extra-x86_64

Deleted:
  a2ps/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:16:16
  Author: eric
Revision: 123164

archrelease: remove extra-i686

Deleted:
  a2ps/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:16:29
  Author: eric
Revision: 123165

archrelease: copy trunk to extra-i686

Added:
  a2ps/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:17:00
  Author: eric
Revision: 123166

archrelease: copy trunk to extra-x86_64

Added:
  a2ps/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:18:27
  Author: eric
Revision: 123167

Removed ChangeLog

Deleted:
  a2ps/trunk/ChangeLog

---+
 ChangeLog |   10 --
 1 file changed, 10 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-05-09 02:17:00 UTC (rev 123166)
+++ ChangeLog   2011-05-09 02:18:27 UTC (rev 123167)
@@ -1,10 +0,0 @@
-2009-03-22  Eric Belanger  e...@archlinux.org
-
-   * a2ps 4.14-1
-   * Upstream update
-   * Added/Removed patches
-   * Updated license
-   * Added backup array
-   * Added gperf makedepends
-   * Added install scriptlet to handle info pages
-   * Added ChangeLog



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:18:35
  Author: eric
Revision: 123168

archrelease: remove extra-i686

Deleted:
  a2ps/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:18:45
  Author: eric
Revision: 123169

archrelease: copy trunk to extra-i686

Added:
  a2ps/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:19:05
  Author: eric
Revision: 123170

archrelease: remove extra-x86_64

Deleted:
  a2ps/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:19:15
  Author: eric
Revision: 123171

archrelease: copy trunk to extra-x86_64

Added:
  a2ps/repos/extra-x86_64/



[arch-commits] Commit in usbutils/trunk (PKGBUILD usb.ids-2011.04.14)

2011-05-08 Thread Allan McRae
Date: Sunday, May 8, 2011 @ 22:20:17
  Author: allan
Revision: 123172

upgpkg: usbutils 002-3
fix handling of usb.ids file

Added:
  usbutils/trunk/usb.ids-2011.04.14
Modified:
  usbutils/trunk/PKGBUILD

+
 PKGBUILD   |   15 
 usb.ids-2011.04.14 |16374 +++
 2 files changed, 16383 insertions(+), 6 deletions(-)

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


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

2011-05-08 Thread Allan McRae
Date: Sunday, May 8, 2011 @ 22:20:54
  Author: allan
Revision: 123173

archrelease: copy trunk to testing-i686

Added:
  usbutils/repos/testing-i686/



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

2011-05-08 Thread Allan McRae
Date: Sunday, May 8, 2011 @ 22:21:28
  Author: allan
Revision: 123174

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in fluxter/trunk (3 files)

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:48:19
  Author: eric
Revision: 123175

upgpkg: fluxter 0.1.0-5
Removed libsm depends, Added build patch

Added:
  fluxter/trunk/fluxter-0.1.0-asneeded.patch
Modified:
  fluxter/trunk/PKGBUILD
Deleted:
  fluxter/trunk/ChangeLog

--+
 ChangeLog|6 -
 PKGBUILD |   30 ++--
 fluxter-0.1.0-asneeded.patch |   43 +
 3 files changed, 62 insertions(+), 17 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-05-09 02:21:28 UTC (rev 123174)
+++ ChangeLog   2011-05-09 02:48:19 UTC (rev 123175)
@@ -1,6 +0,0 @@
-2009-03-13  Eric Belanger  e...@archlinux.org
-
-   * fluxter 0.1.0-4
-   * Added license
-   * Replaced gcc depends by gcc-libs
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2011-05-09 02:21:28 UTC (rev 123174)
+++ PKGBUILD2011-05-09 02:48:19 UTC (rev 123175)
@@ -1,22 +1,30 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Ben b...@benmazer.ner
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=fluxter
 pkgver=0.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A workspace pager for fluxbox
 arch=('i686' 'x86_64')
 url=http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html;
 license=('GPL')
-depends=('gcc-libs' 'libx11' 'libsm')
-source=(http://benedict.isomedia.com/homes/stevencooper/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6d18553220e8fc33c54762d2e7d31528')
-sha1sums=('d0da4759a21fdadc8a6457195c87b6648b5d69bc')
+depends=('gcc-libs' 'libx11')
+source=(http://benedict.isomedia.com/homes/stevencooper/files/${pkgname}-${pkgver}.tar.gz
 \
+fluxter-0.1.0-asneeded.patch)
+md5sums=('6d18553220e8fc33c54762d2e7d31528'
+ '3deb4e816d12a262455bc8281fa82577')
+sha1sums=('d0da4759a21fdadc8a6457195c87b6648b5d69bc'
+  '2fc912d40233577b34cb6c641e066863e487fab0')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ../fluxter-0.1.0-asneeded.patch
+  autoreconf
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Added: fluxter-0.1.0-asneeded.patch
===
--- fluxter-0.1.0-asneeded.patch(rev 0)
+++ fluxter-0.1.0-asneeded.patch2011-05-09 02:48:19 UTC (rev 123175)
@@ -0,0 +1,43 @@
+--- Makefile.am
 Makefile.am
+@@ -17,4 +17,4 @@
+ NETInterface.cc NETInterface.hh \
+ blackboxstyle.hh
+ EXTRA_DIST = BUGS TODO
+-fluxter_LDADD = @X_LIBS@
++fluxter_LDADD = @LIBS@
+--- configure.in
 configure.in
+@@ -18,14 +18,12 @@
+ [
+  test $CFLAGS =   CFLAGS=-g -Wall -DDEBUG
+  test $CXXFLAGS =   CXXFLAGS=-g -Wall -DDEBUG
+- test $LDFLAGS =   LDFLAGS=
+ ])
+ 
+ AC_DEFUN(AC_SET_NODEBUG,
+ [
+- test $CFLAGS =   CFLAGS=-O2 -Wall
+- test $CXXFLAGS =   CXXFLAGS=-O2 -Wall
+- test $LDFLAGS =   LDFLAGS=-s
++ test $CFLAGS =   CFLAGS=-Wall
++ test $CXXFLAGS =   CXXFLAGS=-Wall
+ ])
+   
+ 
+@@ -71,12 +69,12 @@
+ 
+ CFLAGS=$CFLAGS $X_CFLAGS
+ CXXFLAGS=$CXXFLAGS $X_CFLAGS
+-LDFLAGS=$LDFLAGS $X_LIBS $X_PRE_LIBS
++LIBS=$LIBS $X_LIBS $X_PRE_LIBS
+ dnl Checks for X libraries.
+-AC_CHECK_LIB(X11, XOpenDisplay, LDFLAGS=$LDFLAGS -lX11,
++AC_CHECK_LIB(X11, XOpenDisplay, LIBS=$LIBS -lX11,
+  AC_MSG_ERROR(XOpenDisplay not found in -lX11))
+ 
+-LDFLAGS=$LDFLAGS $X_EXTRA_LIBS
++LIBS=$LIBS $X_EXTRA_LIBS
+ 
+ dnl Checks for header files.
+ AC_HEADER_STDC



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:48:34
  Author: eric
Revision: 123176

archrelease: remove extra-i686

Deleted:
  fluxter/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:48:44
  Author: eric
Revision: 123177

archrelease: copy trunk to extra-i686

Added:
  fluxter/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:48:48
  Author: eric
Revision: 123178

archrelease: remove extra-x86_64

Deleted:
  fluxter/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 22:48:58
  Author: eric
Revision: 123179

archrelease: copy trunk to extra-x86_64

Added:
  fluxter/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:18:04
  Author: eric
Revision: 123180

upgpkg: libstroke 0.5.1-4
Rebuilt with latest toolchain

Modified:
  libstroke/trunk/PKGBUILD
Deleted:
  libstroke/trunk/ChangeLog

---+
 ChangeLog |8 
 PKGBUILD  |   36 
 2 files changed, 20 insertions(+), 24 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2011-05-09 02:48:58 UTC (rev 123179)
+++ ChangeLog   2011-05-09 03:18:04 UTC (rev 123180)
@@ -1,8 +0,0 @@
-2009-03-14  Eric Belanger  e...@archlinux.org
-
-   * libstroke 0.5.1-3
-   * Fixed build issue
-   * Updated url
-   * Added license
-   * Added libx11 and gtk makedepends
-   * Added ChangeLog

Modified: PKGBUILD
===
--- PKGBUILD2011-05-09 02:48:58 UTC (rev 123179)
+++ PKGBUILD2011-05-09 03:18:04 UTC (rev 123180)
@@ -1,35 +1,39 @@
 # $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: damir da...@archlinux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=libstroke
 pkgver=0.5.1
-pkgrel=3
-pkgdesc=LibStroke is a stroke (mouse gesture) translation library
+pkgrel=4
+pkgdesc=A stroke (mouse gesture) translation library
 arch=('i686' 'x86_64')
 url=http://etla.net/libstroke/;
 license=('GPL2')
 depends=('glibc')
 makedepends=('libx11' 'gtk')
 options=('!libtool')
-source=(http://etla.net/libstroke/$pkgname-$pkgver.tar.gz 
libgstroke-Makefile.am.patch libstroke-Makefile.am.patch)
-md5sums=('51b9a4e309ac15cfcab96191eed03cb2' '60bbaf355355c3c66c8015b0f7feca85'\
+source=(http://etla.net/libstroke/${pkgname}-${pkgver}.tar.gz 
libgstroke-Makefile.am.patch libstroke-Makefile.am.patch)
+md5sums=('51b9a4e309ac15cfcab96191eed03cb2'
+ '60bbaf355355c3c66c8015b0f7feca85'
  '96413a77e1d39d1a3223e8eb6be8ef01')
 sha1sums=('48bd2b98faa8681ccd97eda7a09442845dbf1b7b'
   'a0c3bd9e894650475ba3049b0ef3d7f9580c203d'
   'ee5a3635c31dba00b070a942c512cc0d53056188')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ../libgstroke-Makefile.am.patch || return 1
-  patch -p1  ../libstroke-Makefile.am.patch || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ../libgstroke-Makefile.am.patch
+  patch -p1  ../libstroke-Makefile.am.patch
 
-  libtoolize --force --copy || return 1
-  aclocal || return 1
-  autoconf || return 1
-  automake --add-missing --force --copy || return 1
+  libtoolize --force --copy
+  aclocal
+  autoconf
+  automake --add-missing --force --copy
 
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:18:16
  Author: eric
Revision: 123181

archrelease: remove extra-i686

Deleted:
  libstroke/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:18:25
  Author: eric
Revision: 123182

archrelease: copy trunk to extra-i686

Added:
  libstroke/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:18:28
  Author: eric
Revision: 123183

archrelease: remove extra-x86_64

Deleted:
  libstroke/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:18:37
  Author: eric
Revision: 123184

archrelease: copy trunk to extra-x86_64

Added:
  libstroke/repos/extra-x86_64/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:32:53
  Author: eric
Revision: 123185

upgpkg: lha 1.17-4
Improved description, clean up PKGBUILD

Modified:
  lha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-09 03:18:37 UTC (rev 123184)
+++ PKGBUILD2011-05-09 03:32:53 UTC (rev 123185)
@@ -3,19 +3,21 @@
 
 pkgname=lha
 pkgver=1.17
-pkgrel=3
-pkgdesc=lha is a compression and archive utility for LH-7 format archives
+pkgrel=4
+pkgdesc=A compression and archive utility for LH-7 format archives
 arch=('i686')
 url=http://www.infor.kanazawa-it.ac.jp/~ishii/lhaunix/;
 license=('custom')
 depends=('glibc')
 
source=(http://www.infor.kanazawa-it.ac.jp/~ishii/lhaunix/linux/${pkgname}117.tar.gz
 LICENSE lha.man.en)
-md5sums=('7896188203cfaf5782d153c4dcd19f57' 'be11a6fd915099970126b23d683937dd'\
+md5sums=('7896188203cfaf5782d153c4dcd19f57'
+ 'be11a6fd915099970126b23d683937dd'
  '558fa922133507817137ed4b27764cc8')
 
-build() {
-  install -D -m755 $srcdir/lha $pkgdir/usr/bin/lha
-  install -D -m644 $srcdir/lha.man $pkgdir/usr/share/man/ja/man1/lha.1
-  install -D -m644 $srcdir/lha.man.en $pkgdir/usr/share/man/man1/lha.1
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+package() {
+  cd ${srcdir}
+  install -D -m755 lha ${pkgdir}/usr/bin/lha
+  install -D -m644 lha.man ${pkgdir}/usr/share/man/ja/man1/lha.1
+  install -D -m644 lha.man.en ${pkgdir}/usr/share/man/man1/lha.1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:33:04
  Author: eric
Revision: 123186

archrelease: remove extra-i686

Deleted:
  lha/repos/extra-i686/



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

2011-05-08 Thread Eric Bélanger
Date: Sunday, May 8, 2011 @ 23:33:15
  Author: eric
Revision: 123187

archrelease: copy trunk to extra-i686

Added:
  lha/repos/extra-i686/



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

2011-05-08 Thread Allan McRae
Date: Monday, May 9, 2011 @ 00:23:35
  Author: allan
Revision: 123188

use srcdir instead of stratdir

Modified:
  ndiswrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-09 03:33:15 UTC (rev 123187)
+++ PKGBUILD2011-05-09 04:23:35 UTC (rev 123188)
@@ -25,9 +25,9 @@
 build()
 {
   cd $srcdir/ndiswrapper-$pkgver/driver
-  patch -Np2 -i $startdir/kernel-2.6.35.patch
-  patch -Np2 -i $startdir/kernel-2.6.36.patch
-  patch -Np3 -i $startdir/kernel-2.6.38.patch
+  patch -Np2 -i $srcdir/kernel-2.6.35.patch
+  patch -Np2 -i $srcdir/kernel-2.6.36.patch
+  patch -Np3 -i $srcdir/kernel-2.6.38.patch
   make KVERS=$_kernver
 }
 



[arch-commits] Commit in namcap/repos (testing-any)

2011-05-08 Thread Rémy Oudompheng
Date: Monday, May 9, 2011 @ 00:59:34
  Author: remy
Revision: 123189

archrelease: copy trunk to testing-any

Added:
  namcap/repos/testing-any/