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

2012-01-16 Thread Gaetan Bisson
Date: Tuesday, January 17, 2012 @ 02:13:10
  Author: bisson
Revision: 146765

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

Added:
  wipe/repos/extra-i686/PKGBUILD
(from rev 146764, wipe/trunk/PKGBUILD)
  wipe/repos/extra-x86_64/PKGBUILD
(from rev 146764, wipe/trunk/PKGBUILD)
Deleted:
  wipe/repos/extra-i686/PKGBUILD
  wipe/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-17 07:12:33 UTC (rev 146764)
+++ extra-i686/PKGBUILD 2012-01-17 07:13:10 UTC (rev 146765)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Jason Chu 
-# Contributor: Tom Newsom 
-
-pkgname=wipe
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="A file and block device wiping utility - a secure rm"
-arch=('i686' 'x86_64')
-url="http://wipe.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('3aed00711e0490edbec115bc283b8544')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
-}

Copied: wipe/repos/extra-i686/PKGBUILD (from rev 146764, wipe/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-17 07:13:10 UTC (rev 146765)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: Jason Chu 
+# Contributor: Tom Newsom 
+
+pkgname=wipe
+pkgver=2.3.1
+pkgrel=2
+pkgdesc='Secure file wiping utility'
+url='http://wipe.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('72aa8bcbeb54deb676ae08af78401132860703de')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make prefix="${pkgdir}"/usr mandir="${pkgdir}"/usr/share/man install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-17 07:12:33 UTC (rev 146764)
+++ extra-x86_64/PKGBUILD   2012-01-17 07:13:10 UTC (rev 146765)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Jason Chu 
-# Contributor: Tom Newsom 
-
-pkgname=wipe
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="A file and block device wiping utility - a secure rm"
-arch=('i686' 'x86_64')
-url="http://wipe.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('3aed00711e0490edbec115bc283b8544')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
-}

Copied: wipe/repos/extra-x86_64/PKGBUILD (from rev 146764, wipe/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-17 07:13:10 UTC (rev 146765)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: Jason Chu 
+# Contributor: Tom Newsom 
+
+pkgname=wipe
+pkgver=2.3.1
+pkgrel=2
+pkgdesc='Secure file wiping utility'
+url='http://wipe.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('72aa8bcbeb54deb676ae08af78401132860703de')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make prefix="${pkgdir}"/usr mandir="${pkgdir}"/usr/share/man install
+}



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

2012-01-16 Thread Gaetan Bisson
Date: Tuesday, January 17, 2012 @ 02:12:33
  Author: bisson
Revision: 146764

cleanup and rebuild

Modified:
  wipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-17 05:32:23 UTC (rev 146763)
+++ PKGBUILD2012-01-17 07:12:33 UTC (rev 146764)
@@ -1,28 +1,26 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson 
 # Contributor: Andrea Scarpino 
 # Contributor: Jason Chu 
 # Contributor: Tom Newsom 
 
 pkgname=wipe
 pkgver=2.3.1
-pkgrel=1
-pkgdesc="A file and block device wiping utility - a secure rm"
+pkgrel=2
+pkgdesc='Secure file wiping utility'
+url='http://wipe.sourceforge.net/'
+license=('GPL')
 arch=('i686' 'x86_64')
-url="http://wipe.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('3aed00711e0490edbec115bc283b8544')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('72aa8bcbeb54deb676ae08af78401132860703de')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---mandir=/usr/share/man
-  make
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man install
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make prefix="${pkgdir}"/usr mandir="${pkgdir}"/usr/share/man install
 }



[arch-commits] Commit in xf86-input-wacom/repos (8 files)

2012-01-16 Thread Jan Steffens
Date: Tuesday, January 17, 2012 @ 00:32:23
  Author: heftig
Revision: 146763

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

Added:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
(from rev 146762, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 146762, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
(from rev 146762, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 146762, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/70-wacom.rules   |   24 +++---
 extra-i686/PKGBUILD |   70 +-
 extra-x86_64/70-wacom.rules |   24 +++---
 extra-x86_64/PKGBUILD   |   70 +-
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/70-wacom.rules
===
--- extra-i686/70-wacom.rules   2012-01-17 05:31:05 UTC (rev 146762)
+++ extra-i686/70-wacom.rules   2012-01-17 05:32:23 UTC (rev 146763)
@@ -1,12 +0,0 @@
-ACTION!="add|change", GOTO="wacom_end"
-
-# Match all serial wacom tablets with a serial ID starting with WACf
-# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
-#We assign the lot to subsystem pnp too because server reads NAME from
-#the parent device. Once all that's fixed, as simple SUBSYSTEM="tty"
-#will do and the ENV{NAME} can be removed.
-SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", 
ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", 
ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
-SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", 
ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", 
ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
-
-LABEL="wacom_end"
-

Copied: xf86-input-wacom/repos/extra-i686/70-wacom.rules (from rev 146762, 
xf86-input-wacom/trunk/70-wacom.rules)
===
--- extra-i686/70-wacom.rules   (rev 0)
+++ extra-i686/70-wacom.rules   2012-01-17 05:32:23 UTC (rev 146763)
@@ -0,0 +1,12 @@
+ACTION!="add|change", GOTO="wacom_end"
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM="tty"
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", 
ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", 
ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
+SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", 
ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", 
ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
+
+LABEL="wacom_end"
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-17 05:31:05 UTC (rev 146762)
+++ extra-i686/PKGBUILD 2012-01-17 05:32:23 UTC (rev 146763)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Jan de Groot 
-# Contributor: M Rawash 
-
-pkgname=xf86-input-wacom
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="X.Org Wacom tablet driver"
-arch=('i686' 'x86_64')
-url="http://linuxwacom.sourceforge.net/";
-license=('GPL')
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=('libxi' 'libxrandr' 'libxinerama')
-makedepends=('xorg-server-devel>=1.11.0' 'libxext')
-conflicts=('xorg-server<1.11.0')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-70-wacom.rules)
-md5sums=('e1c41d143d5040982ae050c7ef9039e3'
- '10db4f8272286690255c1bcc18bfdd92')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/lib/udev/rules.d"
-  install -m644 "${srcdir}/70-wacom.rules"  "${pkgdir}/lib/udev/rules.d/"
-}

Copied: xf86-input-wacom/repos/extra-i686/PKGBUILD (from rev 146762, 
xf86-input-wacom/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-17 05:32:23 UTC (rev 146763)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (hefti

[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2012-01-16 Thread Jan Steffens
Date: Tuesday, January 17, 2012 @ 00:31:05
  Author: heftig
Revision: 146762

0.13.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-17 05:11:17 UTC (rev 146761)
+++ PKGBUILD2012-01-17 05:31:05 UTC (rev 146762)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 # Contributor: M Rawash 
 
 pkgname=xf86-input-wacom
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="X.Org Wacom tablet driver"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 70-wacom.rules)
-md5sums=('e1c41d143d5040982ae050c7ef9039e3'
+md5sums=('4a426535989e84c4161e3607ea851654'
  '10db4f8272286690255c1bcc18bfdd92')
 
 build() {



[arch-commits] Commit in audacity/repos (12 files)

2012-01-16 Thread Eric Bélanger
Date: Tuesday, January 17, 2012 @ 00:11:17
  Author: eric
Revision: 146761

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

Added:
  audacity/repos/extra-i686/PKGBUILD
(from rev 146760, audacity/trunk/PKGBUILD)
  audacity/repos/extra-i686/audacity-1.3.13-ffmpeg.patch
(from rev 146760, audacity/trunk/audacity-1.3.13-ffmpeg.patch)
  audacity/repos/extra-i686/audacity.install
(from rev 146760, audacity/trunk/audacity.install)
  audacity/repos/extra-x86_64/PKGBUILD
(from rev 146760, audacity/trunk/PKGBUILD)
  audacity/repos/extra-x86_64/audacity-1.3.13-ffmpeg.patch
(from rev 146760, audacity/trunk/audacity-1.3.13-ffmpeg.patch)
  audacity/repos/extra-x86_64/audacity.install
(from rev 146760, audacity/trunk/audacity.install)
Deleted:
  audacity/repos/extra-i686/PKGBUILD
  audacity/repos/extra-i686/audacity-1.3.13-ffmpeg.patch
  audacity/repos/extra-i686/audacity.install
  audacity/repos/extra-x86_64/PKGBUILD
  audacity/repos/extra-x86_64/audacity-1.3.13-ffmpeg.patch
  audacity/repos/extra-x86_64/audacity.install

---+
 extra-i686/PKGBUILD   |   72 +--
 extra-i686/audacity-1.3.13-ffmpeg.patch   |  568 +++-
 extra-i686/audacity.install   |   26 -
 extra-x86_64/PKGBUILD |   72 +--
 extra-x86_64/audacity-1.3.13-ffmpeg.patch |  568 +++-
 extra-x86_64/audacity.install |   26 -
 6 files changed, 906 insertions(+), 426 deletions(-)

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


[arch-commits] Commit in audacity/trunk (PKGBUILD audacity-1.3.13-ffmpeg.patch)

2012-01-16 Thread Eric Bélanger
Date: Tuesday, January 17, 2012 @ 00:10:44
  Author: eric
Revision: 146760

upgpkg: audacity 1.3.14-2

Fix ffmpeg support (close FS#27944)

Modified:
  audacity/trunk/PKGBUILD
  audacity/trunk/audacity-1.3.13-ffmpeg.patch

--+
 PKGBUILD |6 
 audacity-1.3.13-ffmpeg.patch |  568 +
 2 files changed, 407 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-17 03:41:24 UTC (rev 146759)
+++ PKGBUILD2012-01-17 05:10:44 UTC (rev 146760)
@@ -3,7 +3,7 @@
 
 pkgname=audacity
 pkgver=1.3.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
 url="http://audacity.sourceforge.net/";
@@ -15,11 +15,11 @@
 
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}-beta.tar.bz2
 \
 audacity-1.3.13-ffmpeg.patch)
 sha1sums=('a0fb22a0cfbb8a72abac8bbc01b3ad8b0bb7e11e'
-  '26c2ad8e611705b2762a318e66312169f59cc218')
+  '67f209d362ece6961b154a7c62e23ac856c2fa94')
 
 build() {
   cd "${srcdir}/${pkgname}-src-${pkgver}-beta"
-  patch -p1 -i "${srcdir}/audacity-1.3.13-ffmpeg.patch"
+  patch -p0 -i "${srcdir}/audacity-1.3.13-ffmpeg.patch"
   WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
 --with-portaudio --with-libsamplerate \
 --without-libresample --with-libmad \

Modified: audacity-1.3.13-ffmpeg.patch
===
--- audacity-1.3.13-ffmpeg.patch2012-01-17 03:41:24 UTC (rev 146759)
+++ audacity-1.3.13-ffmpeg.patch2012-01-17 05:10:44 UTC (rev 146760)
@@ -1,164 +1,404 @@
 audacity-src-1.3.13-beta.orig/src/export/ExportFFmpeg.cpp
-+++ audacity-src-1.3.13-beta/src/export/ExportFFmpeg.cpp
-@@ -352,7 +352,7 @@
-avcodec_get_context_defaults(mEncAudioCodecCtx);
- 
-mEncAudioCodecCtx->codec_id = 
ExportFFmpegOptions::fmts[mSubFormat].codecid;
--   mEncAudioCodecCtx->codec_type = CODEC_TYPE_AUDIO;
-+   mEncAudioCodecCtx->codec_type = AVMEDIA_TYPE_AUDIO;
-mEncAudioCodecCtx->codec_tag = av_codec_get_tag((const AVCodecTag 
**)mEncFormatCtx->oformat->codec_tag,mEncAudioCodecCtx->codec_id);
-mSampleRate = (int)project->GetRate();
-mEncAudioCodecCtx->global_quality = -9; //quality mode is off by 
default;
-@@ -403,7 +403,6 @@
-   mEncAudioCodecCtx->flags2 = 0;
-   if (gPrefs->Read(wxT("/FileFormats/FFmpegBitReservoir"),true)) 
mEncAudioCodecCtx->flags2 |= CODEC_FLAG2_BIT_RESERVOIR;
-   if (gPrefs->Read(wxT("/FileFormats/FFmpegVariableBlockLen"),true)) 
mEncAudioCodecCtx->flags2 |= 0x0004; //WMA only?
--  mEncAudioCodecCtx->use_lpc = 
gPrefs->Read(wxT("/FileFormats/FFmpegUseLPC"),true);
-   mEncAudioCodecCtx->compression_level = 
gPrefs->Read(wxT("/FileFormats/FFmpegCompLevel"),-1);
-   mEncAudioCodecCtx->frame_size = 
gPrefs->Read(wxT("/FileFormats/FFmpegFrameSize"),(long)0);
-   mEncAudioCodecCtx->lpc_coeff_precision = 
gPrefs->Read(wxT("/FileFormats/FFmpegLPCCoefPrec"),(long)0);
-@@ -569,7 +569,7 @@
-   pkt.stream_index = mEncAudioStream->index;
-   pkt.data = mEncAudioEncodedBuf;
-   pkt.size = nEncodedBytes;
--  pkt.flags |= PKT_FLAG_KEY;
-+  pkt.flags |= AV_PKT_FLAG_KEY;
- 
-   // Set presentation time of frame (currently in the codec's timebase) 
in the stream timebase.
-   if(mEncAudioCodecCtx->coded_frame && 
mEncAudioCodecCtx->coded_frame->pts != int64_t(AV_NOPTS_VALUE))
-@@ -656,7 +656,7 @@
- 
-   pkt.stream_index = mEncAudioStream->index;
-   pkt.data = mEncAudioEncodedBuf;
--  pkt.flags |= PKT_FLAG_KEY;
-+  pkt.flags |= AV_PKT_FLAG_KEY;
- 
-   // Write the encoded audio frame to the output file.
-   if ((ret = av_interleaved_write_frame(mEncFormatCtx, &pkt)) != 0)
 audacity-src-1.3.13-beta.orig/src/export/ExportFFmpegDialogs.cpp
-+++ audacity-src-1.3.13-beta/src/export/ExportFFmpegDialogs.cpp
-@@ -1288,7 +1288,7 @@
-while ((codec = av_codec_next(codec)))
-{
-   // We're only interested in audio and only in encoders
--  if (codec->type == CODEC_TYPE_AUDIO && codec->encode)
-+  if (codec->type == AVMEDIA_TYPE_AUDIO && codec->encode)
-   {
-  mCodecNames.Add(wxString::FromUTF8(codec->name));
-  mCodecLongNames.Add(wxString::Format(wxT("%s - 
%s"),mCodecNames.Last().c_str(),wxString::FromUTF8(codec->long_name).c_str()));
-@@ -1528,7 +1528,7 @@
-  // Find the codec, that is claimed to be compatible
-  AVCodec *codec = avcodec_find_encoder(CompatibilityList[i].codec);
-  // If it exists, is audio and has encoder
-- if (codec != NULL && (codec->type == CODEC_TYPE_AUDIO) && 
codec->encode)
-+ if (codec != NULL && (codec->type == AVMEDIA_TYPE_AUDIO) && 
codec->encode)
-  {
- // If it was selected - remember it's new index
- if ((id >= 0) && codec->i

[arch-commits] Commit in xmms/repos/extra-x86_64 (26 files)

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 22:41:24
  Author: eric
Revision: 146759

archrelease: copy trunk to extra-x86_64

Added:
  xmms/repos/extra-x86_64/PKGBUILD
(from rev 146758, xmms/trunk/PKGBUILD)
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 146758, xmms/trunk/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
(from rev 146758, xmms/trunk/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
(from rev 146758, xmms/trunk/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
(from rev 146758, xmms/trunk/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 146758, xmms/trunk/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 146758, xmms/trunk/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-x86_64/xmms-fix.diff
(from rev 146758, xmms/trunk/xmms-fix.diff)
  xmms/repos/extra-x86_64/xmms-menu.patch
(from rev 146758, xmms/trunk/xmms-menu.patch)
  xmms/repos/extra-x86_64/xmms.16.png
(from rev 146758, xmms/trunk/xmms.16.png)
  xmms/repos/extra-x86_64/xmms.32.png
(from rev 146758, xmms/trunk/xmms.32.png)
  xmms/repos/extra-x86_64/xmms.48.png
(from rev 146758, xmms/trunk/xmms.48.png)
  xmms/repos/extra-x86_64/xmms.install
(from rev 146758, xmms/trunk/xmms.install)
Deleted:
  xmms/repos/extra-x86_64/PKGBUILD
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-x86_64/xmms-fix.diff
  xmms/repos/extra-x86_64/xmms-menu.patch
  xmms/repos/extra-x86_64/xmms.16.png
  xmms/repos/extra-x86_64/xmms.32.png
  xmms/repos/extra-x86_64/xmms.48.png
  xmms/repos/extra-x86_64/xmms.install

-+
 PKGBUILD|  152 ++--
 xmms-1.2.10-crossfade-0.3.9.patch   |  202 +++---
 xmms-1.2.10-fonts.patch |   48 -
 xmms-1.2.10-recode-id3.patch|   22 
 xmms-1.2.11-3dse.patch  | 1006 +++---
 xmms-1.2.11-CVE-2007-0653.0654.patch|   86 +-
 xmms-1.2.11-fix-http-title-mpg123.patch |   20 
 xmms-fix.diff   |   22 
 xmms-menu.patch |   70 +-
 xmms.install|   22 
 10 files changed, 825 insertions(+), 825 deletions(-)

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


[arch-commits] Commit in xmms/repos/extra-i686 (26 files)

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 22:40:35
  Author: eric
Revision: 146758

archrelease: copy trunk to extra-i686

Added:
  xmms/repos/extra-i686/PKGBUILD
(from rev 146757, xmms/trunk/PKGBUILD)
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 146757, xmms/trunk/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
(from rev 146757, xmms/trunk/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
(from rev 146757, xmms/trunk/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
(from rev 146757, xmms/trunk/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 146757, xmms/trunk/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 146757, xmms/trunk/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-i686/xmms-fix.diff
(from rev 146757, xmms/trunk/xmms-fix.diff)
  xmms/repos/extra-i686/xmms-menu.patch
(from rev 146757, xmms/trunk/xmms-menu.patch)
  xmms/repos/extra-i686/xmms.16.png
(from rev 146757, xmms/trunk/xmms.16.png)
  xmms/repos/extra-i686/xmms.32.png
(from rev 146757, xmms/trunk/xmms.32.png)
  xmms/repos/extra-i686/xmms.48.png
(from rev 146757, xmms/trunk/xmms.48.png)
  xmms/repos/extra-i686/xmms.install
(from rev 146757, xmms/trunk/xmms.install)
Deleted:
  xmms/repos/extra-i686/PKGBUILD
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-i686/xmms-fix.diff
  xmms/repos/extra-i686/xmms-menu.patch
  xmms/repos/extra-i686/xmms.16.png
  xmms/repos/extra-i686/xmms.32.png
  xmms/repos/extra-i686/xmms.48.png
  xmms/repos/extra-i686/xmms.install

-+
 PKGBUILD|  152 ++--
 xmms-1.2.10-crossfade-0.3.9.patch   |  202 +++---
 xmms-1.2.10-fonts.patch |   48 -
 xmms-1.2.10-recode-id3.patch|   22 
 xmms-1.2.11-3dse.patch  | 1006 +++---
 xmms-1.2.11-CVE-2007-0653.0654.patch|   86 +-
 xmms-1.2.11-fix-http-title-mpg123.patch |   20 
 xmms-fix.diff   |   22 
 xmms-menu.patch |   70 +-
 xmms.install|   22 
 10 files changed, 825 insertions(+), 825 deletions(-)

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


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

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 22:39:44
  Author: eric
Revision: 146757

Fix smid support (close FS#27953)

Modified:
  xmms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-17 03:35:55 UTC (rev 146756)
+++ PKGBUILD2012-01-17 03:39:44 UTC (rev 146757)
@@ -50,10 +50,10 @@
   patch -p1 < ../xmms-1.2.10-fonts.patch
   patch -p1 < ../xmms-1.2.11-CVE-2007-0653.0654.patch
 
-  if [ "$CARCH" == "x86_64" ]; then
- SIMDOPT="--disable-simd"
-  else 
- SIMDOPT="--enable-simd"
+  if [ "$CARCH" == "i686" ]; then
+SIMDOPT="--enable-simd"
+  else
+SIMDOPT="--disable-simd"
   fi
   ./configure --prefix=/usr --mandir=/usr/share/man $SIMDOPT
   make



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

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 22:35:55
  Author: eric
Revision: 146756

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 146755, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 146755, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/gvim.desktop
(from rev 146755, vim/trunk/gvim.desktop)
  vim/repos/extra-x86_64/gvim.install
(from rev 146755, vim/trunk/gvim.install)
  vim/repos/extra-x86_64/vimrc
(from rev 146755, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/gvim.desktop
  vim/repos/extra-x86_64/gvim.install
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  392 
 archlinux.vim |   52 +++
 gvim.desktop  |  126 +-
 gvim.install  |   22 +--
 vimrc |   32 ++--
 5 files changed, 312 insertions(+), 312 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-17 03:35:34 UTC (rev 146755)
+++ PKGBUILD2012-01-17 03:35:55 UTC (rev 146756)
@@ -1,196 +0,0 @@
-# $Id$
-# Contributor: Jan "heftig" Steffens 
-# Maintainer: tobias [ tobias at archlinux org ]
-# Maintainer: Daniel J Griffiths 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-_topver=7.3
-_patchlevel=401
-__hgrev=0dabc2ce136c
-_versiondir="vim${_topver//./}"
-pkgver=${_topver}.${_patchlevel}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('custom:vim')
-url="http://www.vim.org";
-makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
-source=(ftp://ftp.archlinux.org/other/vim/${pkgname}-${pkgver}.tar.xz{,.sig}
-
pythoncomplete.vim::http://www.vim.org/scripts/download_script.php\?src_id=10872
-vimrc archlinux.vim gvim.desktop)
-sha1sums=('99498cb48c0c720ae9972a6cd33d4926bdf733b7'
-  '72e9e1eff158e8acceeeb96279085214cbefb3ac'
-  '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
-  '3494baf53a63581ba69f86a81293640ff681c5c5'
-  '25dd3c2ce436e73a367c8f73b68f7f6889682437'
-  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
-
-# source PKGBUILD && mksource
-mksource() {
-
-  [[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
-
-  __hgroot='http://vim.googlecode.com/hg/'
-  __hgrepo='vim'
-  __hgbranch='default'
-
-  hg clone -b ${__hgbranch} -u ${__hgrev} "${__hgroot}${__hgrepo}" ${__hgrepo}
-
-  pushd ${__hgrepo}
-  if (( $(hg id -n) < $(hg id -nr ${__hgbranch}) )); then
-printf 'You are not building the latest revision!\n'
-printf "Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n"
-  fi
-  popd
-
-  mv vim ${pkgname}-${pkgver}
-  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
-  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
-  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  rm -r ${pkgname}-${pkgver}
-}
-
-build() {
-  cd "${srcdir}"
-
-  cp -a ${pkgname}-${pkgver} vim-build
-
-  # define the place for the global (g)vimrc file (set to /etc/vimrc)
-  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
-vim-build/src/feature.h
-  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
-vim-build/src/feature.h
-  # fix python name
-  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
-vim-build/src/configure.in
-  (cd vim-build/src && autoconf)
-
-  cp -a vim-build gvim-build
-
-  cd "${srcdir}"/vim-build
-
-  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
---with-features=big --with-compiledby=ArchLinux \
---enable-gpm --enable-acl --with-x=no \
---disable-gui --enable-multibyte --enable-cscope \
---disable-netbeans --enable-perlinterp --disable-pythoninterp \
---disable-python3interp --disable-rubyinterp --disable-luainterp
-
-  make
-
-  cd "${srcdir}"/gvim-build
-
-  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
---with-features=big --with-compiledby=ArchLinux \
---enable-gpm --enable-acl --with-x=yes \
---enable-gui=gtk2 --enable-multibyte --enable-cscope \
---enable-netbeans --enable-perlinterp --enable-pythoninterp \
---disable-python3interp --enable-rubyinterp --enable-luainterp
-
-  make
-}
-
-package_vim() {
-  pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm')
-  conflicts=('gvim')
-
-  cd "${srcdir}"/vim-build
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-
-  # provided by (n)vi in core
-  rm "${pkgdir}"/usr/bin/{ex,view}
-
-  # delete some manpages
-  find "${pkgdir}"/usr/share/man -type d -name 'man1' 2>/dev/null | \
-while read _mandir; do
-cd ${_mandir}
-rm -f ex.1 view.1 # provided by (n)vi
-rm -f evim.1# this does not make sense if we have no GUI
-  done
-
-  # Runtime provided by runtime package
-  rm -r "${pkgdir}"/usr/share/vim
-
-  # license
-  install -Dm644

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

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 22:35:34
  Author: eric
Revision: 146755

archrelease: copy trunk to extra-i686

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 146754, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 146754, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/gvim.desktop
(from rev 146754, vim/trunk/gvim.desktop)
  vim/repos/extra-i686/gvim.install
(from rev 146754, vim/trunk/gvim.install)
  vim/repos/extra-i686/vimrc
(from rev 146754, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/gvim.desktop
  vim/repos/extra-i686/gvim.install
  vim/repos/extra-i686/vimrc

---+
 PKGBUILD  |  392 
 archlinux.vim |   52 +++
 gvim.desktop  |  126 +-
 gvim.install  |   22 +--
 vimrc |   32 ++--
 5 files changed, 312 insertions(+), 312 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-17 03:35:08 UTC (rev 146754)
+++ PKGBUILD2012-01-17 03:35:34 UTC (rev 146755)
@@ -1,196 +0,0 @@
-# $Id$
-# Contributor: Jan "heftig" Steffens 
-# Maintainer: tobias [ tobias at archlinux org ]
-# Maintainer: Daniel J Griffiths 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-_topver=7.3
-_patchlevel=401
-__hgrev=0dabc2ce136c
-_versiondir="vim${_topver//./}"
-pkgver=${_topver}.${_patchlevel}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('custom:vim')
-url="http://www.vim.org";
-makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
-source=(ftp://ftp.archlinux.org/other/vim/${pkgname}-${pkgver}.tar.xz{,.sig}
-
pythoncomplete.vim::http://www.vim.org/scripts/download_script.php\?src_id=10872
-vimrc archlinux.vim gvim.desktop)
-sha1sums=('99498cb48c0c720ae9972a6cd33d4926bdf733b7'
-  '72e9e1eff158e8acceeeb96279085214cbefb3ac'
-  '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
-  '3494baf53a63581ba69f86a81293640ff681c5c5'
-  '25dd3c2ce436e73a367c8f73b68f7f6889682437'
-  '4a579cf66590d711f49c5dfb4a25e5df116ff7ba')
-
-# source PKGBUILD && mksource
-mksource() {
-
-  [[ -x /usr/bin/hg ]] || (echo "hg not found. Install mercurial." && return 1)
-
-  __hgroot='http://vim.googlecode.com/hg/'
-  __hgrepo='vim'
-  __hgbranch='default'
-
-  hg clone -b ${__hgbranch} -u ${__hgrev} "${__hgroot}${__hgrepo}" ${__hgrepo}
-
-  pushd ${__hgrepo}
-  if (( $(hg id -n) < $(hg id -nr ${__hgbranch}) )); then
-printf 'You are not building the latest revision!\n'
-printf "Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n"
-  fi
-  popd
-
-  mv vim ${pkgname}-${pkgver}
-  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
-  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
-  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  rm -r ${pkgname}-${pkgver}
-}
-
-build() {
-  cd "${srcdir}"
-
-  cp -a ${pkgname}-${pkgver} vim-build
-
-  # define the place for the global (g)vimrc file (set to /etc/vimrc)
-  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' \
-vim-build/src/feature.h
-  sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' \
-vim-build/src/feature.h
-  # fix python name
-  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
-vim-build/src/configure.in
-  (cd vim-build/src && autoconf)
-
-  cp -a vim-build gvim-build
-
-  cd "${srcdir}"/vim-build
-
-  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
---with-features=big --with-compiledby=ArchLinux \
---enable-gpm --enable-acl --with-x=no \
---disable-gui --enable-multibyte --enable-cscope \
---disable-netbeans --enable-perlinterp --disable-pythoninterp \
---disable-python3interp --disable-rubyinterp --disable-luainterp
-
-  make
-
-  cd "${srcdir}"/gvim-build
-
-  ./configure --prefix=/usr --localstatedir=/var/lib/vim \
---with-features=big --with-compiledby=ArchLinux \
---enable-gpm --enable-acl --with-x=yes \
---enable-gui=gtk2 --enable-multibyte --enable-cscope \
---enable-netbeans --enable-perlinterp --enable-pythoninterp \
---disable-python3interp --enable-rubyinterp --enable-luainterp
-
-  make
-}
-
-package_vim() {
-  pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-  depends=("vim-runtime=${pkgver}-${pkgrel}" 'gpm')
-  conflicts=('gvim')
-
-  cd "${srcdir}"/vim-build
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-
-  # provided by (n)vi in core
-  rm "${pkgdir}"/usr/bin/{ex,view}
-
-  # delete some manpages
-  find "${pkgdir}"/usr/share/man -type d -name 'man1' 2>/dev/null | \
-while read _mandir; do
-cd ${_mandir}
-rm -f ex.1 view.1 # provided by (n)vi
-rm -f evim.1# this does not make sense if we have no GUI
-  done
-
-  # Runtime provided by runtime package
-  rm -r "${pkgdir}"/usr/share/vim
-
-  # license
-  install -Dm644 "${srcdir}"/vim-${pkg

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

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 22:35:08
  Author: eric
Revision: 146754

Fix source signature (close FS#27960)

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-17 02:18:51 UTC (rev 146753)
+++ PKGBUILD2012-01-17 03:35:08 UTC (rev 146754)
@@ -19,7 +19,7 @@
 
pythoncomplete.vim::http://www.vim.org/scripts/download_script.php\?src_id=10872
 vimrc archlinux.vim gvim.desktop)
 sha1sums=('99498cb48c0c720ae9972a6cd33d4926bdf733b7'
-  '72e9e1eff158e8acceeeb96279085214cbefb3ac'
+  'ad14ce56f99ae1a86c96c5a5d0f44e48ad18a00e'
   '4d9dcfb32874aa5467e6f06e418aeb4e675daaf2'
   '3494baf53a63581ba69f86a81293640ff681c5c5'
   '25dd3c2ce436e73a367c8f73b68f7f6889682437'



[arch-commits] Commit in inetutils/repos (23 files)

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 21:18:51
  Author: eric
Revision: 146753

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

Added:
  inetutils/repos/core-x86_64/PKGBUILD
(from rev 146751, inetutils/repos/testing-x86_64/PKGBUILD)
  inetutils/repos/core-x86_64/dnsdomainname
(from rev 146751, inetutils/repos/testing-x86_64/dnsdomainname)
  inetutils/repos/core-x86_64/domainname
(from rev 146751, inetutils/repos/testing-x86_64/domainname)
  inetutils/repos/core-x86_64/ftpd.conf
(from rev 146751, inetutils/repos/testing-x86_64/ftpd.conf)
  inetutils/repos/core-x86_64/ftpd.rc
(from rev 146751, inetutils/repos/testing-x86_64/ftpd.rc)
  inetutils/repos/core-x86_64/inetutils.install
(from rev 146751, inetutils/repos/testing-x86_64/inetutils.install)
  inetutils/repos/core-x86_64/rexec.xinetd
(from rev 146751, inetutils/repos/testing-x86_64/rexec.xinetd)
  inetutils/repos/core-x86_64/rlogin.xinetd
(from rev 146751, inetutils/repos/testing-x86_64/rlogin.xinetd)
  inetutils/repos/core-x86_64/rsh.xinetd
(from rev 146751, inetutils/repos/testing-x86_64/rsh.xinetd)
  inetutils/repos/core-x86_64/talk.xinetd
(from rev 146751, inetutils/repos/testing-x86_64/talk.xinetd)
  inetutils/repos/core-x86_64/telnet.xinetd
(from rev 146751, inetutils/repos/testing-x86_64/telnet.xinetd)
Deleted:
  inetutils/repos/core-x86_64/PKGBUILD
  inetutils/repos/core-x86_64/dnsdomainname
  inetutils/repos/core-x86_64/domainname
  inetutils/repos/core-x86_64/ftpd.conf
  inetutils/repos/core-x86_64/ftpd.rc
  inetutils/repos/core-x86_64/inetutils.install
  inetutils/repos/core-x86_64/rexec.xinetd
  inetutils/repos/core-x86_64/rlogin.xinetd
  inetutils/repos/core-x86_64/rsh.xinetd
  inetutils/repos/core-x86_64/talk.xinetd
  inetutils/repos/core-x86_64/telnet.xinetd
  inetutils/repos/testing-x86_64/

---+
 PKGBUILD  |  155 +---
 dnsdomainname |6 +-
 domainname|6 +-
 ftpd.conf |8 +-
 ftpd.rc   |   74 
 inetutils.install |   40 ++---
 rexec.xinetd  |   20 +++---
 rlogin.xinetd |   20 +++---
 rsh.xinetd|   20 +++---
 talk.xinetd   |   20 +++---
 telnet.xinetd |   20 +++---
 11 files changed, 194 insertions(+), 195 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-17 02:18:49 UTC (rev 146752)
+++ core-x86_64/PKGBUILD2012-01-17 02:18:51 UTC (rev 146753)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=inetutils
-pkgver=1.9
-pkgrel=1
-pkgdesc="A collection of common network programs"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/inetutils/";
-license=('GPL3')
-groups=('base')
-depends=('readline' 'ncurses' 'pam')
-provides=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
-conflicts=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
-replaces=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
-backup=('etc/conf.d/ftpd' 'etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
-'etc/xinetd.d/rexec' 'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
-options=('!emptydirs')
-install=inetutils.install
-source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
-ftpd.rc ftpd.conf telnet.xinetd talk.xinetd rexec.xinetd rlogin.xinetd 
rsh.xinetd \
-dnsdomainname domainname)
-sha1sums=('c0466718360459622172bf80674005e20fefeb38'
-  '1bd1555c8e1db5a7a6d1b96a7647a6a9db1abc68'
-  '84dc802b5e57b5e04c847572225a3b9612017155'
-  '68a590083b45997dfdb80e666b2de762f494ba74'
-  'bfad98a4a62f1fff8779f076c6019ed07f9111af'
-  '27d99b910eec0fc26bd79ccc2c1de26608330298'
-  '87aa4f38ebee9dac5dcaa04cbc3f2f0906bec605'
-  '81f10b3b688e3952f793b35bcef63b5bf257a92b'
-  '81f4a8da823cf0bb14284fc71ee6108849691eda'
-  'ac69756d6cc50157d430d863db04a5aac4688380'
-  'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/sbin --localstatedir=/var \
---sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info \
---without-wrap --with-pam \
---enable-ftp --enable-ftpd \
---enable-telnet --enable-telnetd \
---enable-talk --enable-talkd \
---enable-rlogin --enable-rlogind \
---enable-rsh --enable-rshd \
---enable-rexec --enable-rexecd \
---enable-rcp --enable-hostname \
---disable-tftp --disable-tftpd \
---disable-ping --disable-ping6 \
---disable-logger --disable-syslogd \
---disable-inetd --disable-whois \
---disable-uucpd --disable-ifconfig --disable-traceroute
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm "${pkgdir}/usr/bin/git-merge-chang

[arch-commits] Commit in inetutils/repos (23 files)

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 21:18:49
  Author: eric
Revision: 146752

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

Added:
  inetutils/repos/core-i686/PKGBUILD
(from rev 146751, inetutils/repos/testing-i686/PKGBUILD)
  inetutils/repos/core-i686/dnsdomainname
(from rev 146751, inetutils/repos/testing-i686/dnsdomainname)
  inetutils/repos/core-i686/domainname
(from rev 146751, inetutils/repos/testing-i686/domainname)
  inetutils/repos/core-i686/ftpd.conf
(from rev 146751, inetutils/repos/testing-i686/ftpd.conf)
  inetutils/repos/core-i686/ftpd.rc
(from rev 146751, inetutils/repos/testing-i686/ftpd.rc)
  inetutils/repos/core-i686/inetutils.install
(from rev 146751, inetutils/repos/testing-i686/inetutils.install)
  inetutils/repos/core-i686/rexec.xinetd
(from rev 146751, inetutils/repos/testing-i686/rexec.xinetd)
  inetutils/repos/core-i686/rlogin.xinetd
(from rev 146751, inetutils/repos/testing-i686/rlogin.xinetd)
  inetutils/repos/core-i686/rsh.xinetd
(from rev 146751, inetutils/repos/testing-i686/rsh.xinetd)
  inetutils/repos/core-i686/talk.xinetd
(from rev 146751, inetutils/repos/testing-i686/talk.xinetd)
  inetutils/repos/core-i686/telnet.xinetd
(from rev 146751, inetutils/repos/testing-i686/telnet.xinetd)
Deleted:
  inetutils/repos/core-i686/PKGBUILD
  inetutils/repos/core-i686/dnsdomainname
  inetutils/repos/core-i686/domainname
  inetutils/repos/core-i686/ftpd.conf
  inetutils/repos/core-i686/ftpd.rc
  inetutils/repos/core-i686/inetutils.install
  inetutils/repos/core-i686/rexec.xinetd
  inetutils/repos/core-i686/rlogin.xinetd
  inetutils/repos/core-i686/rsh.xinetd
  inetutils/repos/core-i686/talk.xinetd
  inetutils/repos/core-i686/telnet.xinetd
  inetutils/repos/testing-i686/

---+
 PKGBUILD  |  155 +---
 dnsdomainname |6 +-
 domainname|6 +-
 ftpd.conf |8 +-
 ftpd.rc   |   74 
 inetutils.install |   40 ++---
 rexec.xinetd  |   20 +++---
 rlogin.xinetd |   20 +++---
 rsh.xinetd|   20 +++---
 talk.xinetd   |   20 +++---
 telnet.xinetd |   20 +++---
 11 files changed, 194 insertions(+), 195 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-17 01:06:00 UTC (rev 146751)
+++ core-i686/PKGBUILD  2012-01-17 02:18:49 UTC (rev 146752)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=inetutils
-pkgver=1.9
-pkgrel=1
-pkgdesc="A collection of common network programs"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/inetutils/";
-license=('GPL3')
-groups=('base')
-depends=('readline' 'ncurses' 'pam')
-provides=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
-conflicts=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
-replaces=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
-backup=('etc/conf.d/ftpd' 'etc/xinetd.d/telnet' 'etc/xinetd.d/talk' \
-'etc/xinetd.d/rexec' 'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh')
-options=('!emptydirs')
-install=inetutils.install
-source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.gz{,.sig} \
-ftpd.rc ftpd.conf telnet.xinetd talk.xinetd rexec.xinetd rlogin.xinetd 
rsh.xinetd \
-dnsdomainname domainname)
-sha1sums=('c0466718360459622172bf80674005e20fefeb38'
-  '1bd1555c8e1db5a7a6d1b96a7647a6a9db1abc68'
-  '84dc802b5e57b5e04c847572225a3b9612017155'
-  '68a590083b45997dfdb80e666b2de762f494ba74'
-  'bfad98a4a62f1fff8779f076c6019ed07f9111af'
-  '27d99b910eec0fc26bd79ccc2c1de26608330298'
-  '87aa4f38ebee9dac5dcaa04cbc3f2f0906bec605'
-  '81f10b3b688e3952f793b35bcef63b5bf257a92b'
-  '81f4a8da823cf0bb14284fc71ee6108849691eda'
-  'ac69756d6cc50157d430d863db04a5aac4688380'
-  'eb952b0b9c3e3d429d8e21b110249e495f0e0e63')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexec=/usr/sbin --localstatedir=/var \
---sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info \
---without-wrap --with-pam \
---enable-ftp --enable-ftpd \
---enable-telnet --enable-telnetd \
---enable-talk --enable-talkd \
---enable-rlogin --enable-rlogind \
---enable-rsh --enable-rshd \
---enable-rexec --enable-rexecd \
---enable-rcp --enable-hostname \
---disable-tftp --disable-tftpd \
---disable-ping --disable-ping6 \
---disable-logger --disable-syslogd \
---disable-inetd --disable-whois \
---disable-uucpd --disable-ifconfig --disable-traceroute
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  rm "${pkgdir}/usr/bin/git-merge-changelog"
-
-  install -d "${pkgdir}/bin"
-  ln -s /usr/bin/hostname "${pkgdir}/bin/hostname

[arch-commits] Commit in intltool/repos/extra-any (ChangeLog PKGBUILD PKGBUILD)

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 20:06:00
  Author: eric
Revision: 146751

archrelease: copy trunk to extra-any

Added:
  intltool/repos/extra-any/PKGBUILD
(from rev 146750, intltool/trunk/PKGBUILD)
Deleted:
  intltool/repos/extra-any/ChangeLog
  intltool/repos/extra-any/PKGBUILD

---+
 ChangeLog |   45 -
 PKGBUILD  |   59 ++-
 2 files changed, 30 insertions(+), 74 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2012-01-17 01:05:33 UTC (rev 146750)
+++ ChangeLog   2012-01-17 01:06:00 UTC (rev 146751)
@@ -1,45 +0,0 @@
-2009-09-08  Eric Belanger  
-
-   * intltool 0.41.0-1
-   * Upstream update
-   * Updated url
-   * Switched to 'any' arch
-
-2009-03-15  Eric Belanger  
-
-   * intltool 0.40.6-1
-   * Upstream update
-
-2009-02-07  Eric Belanger  
-
-   * Added I18N-HOWTO doc (close FS#12889)
-
-2008-11-28  Jan de Groot  
-
-   * intltool 0.40.5-1
-   * Upstream update
-
-2008-09-25  Jan de Groot  
-
-   * intltool 0.40.4-1
-   * Upstream update
-
-2008-07-28  Eric Belanger  
-
-   * intltool 0.40.3-1
-   * Upstream update
-
-2008-07-23  Eric Belanger  
-
-   * intltool 0.40.1-1
-   * Upstream update
-
-2008-06-08  Eric Belanger  
-
-   * intltool 0.40.0-1
-   * Upstream update
-
-2008-03-01  Eric Belanger  
-
-   * intltool 0.37.1-1
-   * Upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-17 01:05:33 UTC (rev 146750)
+++ PKGBUILD2012-01-17 01:06:00 UTC (rev 146751)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Eric Belanger 
-# Contributor: Jan de Groot 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=intltool
-pkgver=0.41.1
-pkgrel=2
-pkgdesc="The internationalization tool collection"
-arch=('any')
-url="https://edge.launchpad.net/intltool";
-license=('GPL')
-depends=('perl-xml-parser')
-source=(http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d6c91bf06681919ccfdf3624035b75dc')
-sha1sums=('20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
-}

Copied: intltool/repos/extra-any/PKGBUILD (from rev 146750, 
intltool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-17 01:06:00 UTC (rev 146751)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=intltool
+pkgver=0.50.0
+pkgrel=1
+pkgdesc="The internationalization tool collection"
+arch=('any')
+url="https://edge.launchpad.net/intltool";
+license=('GPL')
+depends=('perl-xml-parser')
+source=(http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('0da9847a60391ca653df35123b1f7cc0')
+
+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
+  install -D -m644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
+}



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

2012-01-16 Thread Eric Bélanger
Date: Monday, January 16, 2012 @ 20:05:33
  Author: eric
Revision: 146750

upgpkg: intltool 0.50.0-1

Upstream update, Add check function, Remove ChangeLog

Modified:
  intltool/trunk/PKGBUILD
Deleted:
  intltool/trunk/ChangeLog

---+
 ChangeLog |   45 -
 PKGBUILD  |   29 +++--
 2 files changed, 15 insertions(+), 59 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2012-01-16 22:52:57 UTC (rev 146749)
+++ ChangeLog   2012-01-17 01:05:33 UTC (rev 146750)
@@ -1,45 +0,0 @@
-2009-09-08  Eric Belanger  
-
-   * intltool 0.41.0-1
-   * Upstream update
-   * Updated url
-   * Switched to 'any' arch
-
-2009-03-15  Eric Belanger  
-
-   * intltool 0.40.6-1
-   * Upstream update
-
-2009-02-07  Eric Belanger  
-
-   * Added I18N-HOWTO doc (close FS#12889)
-
-2008-11-28  Jan de Groot  
-
-   * intltool 0.40.5-1
-   * Upstream update
-
-2008-09-25  Jan de Groot  
-
-   * intltool 0.40.4-1
-   * Upstream update
-
-2008-07-28  Eric Belanger  
-
-   * intltool 0.40.3-1
-   * Upstream update
-
-2008-07-23  Eric Belanger  
-
-   * intltool 0.40.1-1
-   * Upstream update
-
-2008-06-08  Eric Belanger  
-
-   * intltool 0.40.0-1
-   * Upstream update
-
-2008-03-01  Eric Belanger  
-
-   * intltool 0.37.1-1
-   * Upstream update

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 22:52:57 UTC (rev 146749)
+++ PKGBUILD2012-01-17 01:05:33 UTC (rev 146750)
@@ -1,29 +1,30 @@
 # $Id$
-# Contributor: Eric Belanger 
-# Contributor: Jan de Groot 
-# Maintainer: Daniel J Griffiths 
+# Maintainer: Eric Bélanger 
 
 pkgname=intltool
-pkgver=0.41.1
-pkgrel=2
+pkgver=0.50.0
+pkgrel=1
 pkgdesc="The internationalization tool collection"
 arch=('any')
 url="https://edge.launchpad.net/intltool";
 license=('GPL')
 depends=('perl-xml-parser')
 
source=(http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d6c91bf06681919ccfdf3624035b75dc')
-sha1sums=('20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2')
+md5sums=('0da9847a60391ca653df35123b1f7cc0')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
 }



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:57
  Author: dreisner
Revision: 146749

db-move: moved dirmngr from [extra] to [core] (x86_64)

Added:
  dirmngr/repos/core-x86_64/
  dirmngr/repos/core-x86_64/PKGBUILD
(from rev 146735, dirmngr/repos/extra-x86_64/PKGBUILD)
  dirmngr/repos/core-x86_64/dirmngr.install
(from rev 146735, dirmngr/repos/extra-x86_64/dirmngr.install)
Deleted:
  dirmngr/repos/extra-x86_64/

-+
 PKGBUILD|   21 +
 dirmngr.install |   20 
 2 files changed, 41 insertions(+)

Copied: dirmngr/repos/core-x86_64/PKGBUILD (from rev 146735, 
dirmngr/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:57 UTC (rev 146749)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=dirmngr
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="A daemon to handle CRL and certificate requests"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/dirmngr";
+depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  --libexecdir=/usr/lib
+  make 
+  make DESTDIR=$pkgdir install
+}
+md5sums=('f2570f0248f5947daac200e85291b328')

Copied: dirmngr/repos/core-x86_64/dirmngr.install (from rev 146735, 
dirmngr/repos/extra-x86_64/dirmngr.install)
===
--- core-x86_64/dirmngr.install (rev 0)
+++ core-x86_64/dirmngr.install 2012-01-16 22:52:57 UTC (rev 146749)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in pinentry/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:53
  Author: dreisner
Revision: 146746

db-move: moved pinentry from [extra] to [core] (i686)

Added:
  pinentry/repos/core-i686/
  pinentry/repos/core-i686/PKGBUILD
(from rev 146735, pinentry/repos/extra-i686/PKGBUILD)
  pinentry/repos/core-i686/gtk2-pinentry-segfault.patch
(from rev 146735, pinentry/repos/extra-i686/gtk2-pinentry-segfault.patch)
  pinentry/repos/core-i686/pinentry.install
(from rev 146735, pinentry/repos/extra-i686/pinentry.install)
Deleted:
  pinentry/repos/extra-i686/

--+
 PKGBUILD |   37 +
 gtk2-pinentry-segfault.patch |   11 +++
 pinentry.install |   20 
 3 files changed, 68 insertions(+)

Copied: pinentry/repos/core-i686/PKGBUILD (from rev 146735, 
pinentry/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:53 UTC (rev 146746)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/aegypten2";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt')
+optdepends=('gtk2: for gtk2 backend'
+'qt: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz
+gtk2-pinentry-segfault.patch)
+install=pinentry.install
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  for file in qt4/*.moc; do
+   /usr/bin/moc ${file/.moc/.h} > ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make 
+  make DESTDIR=${pkgdir} install 
+  #rm ${pkgdir}/usr/share/info/dir 
+  #rm ${pkgdir}/usr/bin/pinentry 
+  #ln -s /usr/bin/pinentry-gtk-2 ${pkgdir}/usr/bin/pinentry 
+}
+md5sums=('81f99904daee5331eb6738408bb024b6'
+ 'bd9888fafc56464b2c4deaad5b8edb07')

Copied: pinentry/repos/core-i686/gtk2-pinentry-segfault.patch (from rev 146735, 
pinentry/repos/extra-i686/gtk2-pinentry-segfault.patch)
===
--- core-i686/gtk2-pinentry-segfault.patch  (rev 0)
+++ core-i686/gtk2-pinentry-segfault.patch  2012-01-16 22:52:53 UTC (rev 
146746)
@@ -0,0 +1,11 @@
+--- gtk+-2/pinentry-gtk-2.c.orig   2010-03-03 05:19:55.0 -0600
 gtk+-2/pinentry-gtk-2.c2010-07-07 00:11:30.413572124 -0500
+@@ -145,7 +145,7 @@
+ {
+   gdk_keyboard_ungrab (gdk_event_get_time (event));
+   /* Unmake window transient for the root window.  */
+-  gdk_window_set_transient_for (win->window, NULL);
++  gdk_property_delete (win->window, gdk_atom_intern_static_string 
("WM_TRANSIENT_FOR"));
+ }
+ 
+ 

Copied: pinentry/repos/core-i686/pinentry.install (from rev 146735, 
pinentry/repos/extra-i686/pinentry.install)
===
--- core-i686/pinentry.install  (rev 0)
+++ core-i686/pinentry.install  2012-01-16 22:52:53 UTC (rev 146746)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:56
  Author: dreisner
Revision: 146748

db-move: moved dirmngr from [extra] to [core] (i686)

Added:
  dirmngr/repos/core-i686/
  dirmngr/repos/core-i686/PKGBUILD
(from rev 146735, dirmngr/repos/extra-i686/PKGBUILD)
  dirmngr/repos/core-i686/dirmngr.install
(from rev 146735, dirmngr/repos/extra-i686/dirmngr.install)
Deleted:
  dirmngr/repos/extra-i686/

-+
 PKGBUILD|   21 +
 dirmngr.install |   20 
 2 files changed, 41 insertions(+)

Copied: dirmngr/repos/core-i686/PKGBUILD (from rev 146735, 
dirmngr/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:56 UTC (rev 146748)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=dirmngr
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="A daemon to handle CRL and certificate requests"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/dirmngr";
+depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  --libexecdir=/usr/lib
+  make 
+  make DESTDIR=$pkgdir install
+}
+md5sums=('f2570f0248f5947daac200e85291b328')

Copied: dirmngr/repos/core-i686/dirmngr.install (from rev 146735, 
dirmngr/repos/extra-i686/dirmngr.install)
===
--- core-i686/dirmngr.install   (rev 0)
+++ core-i686/dirmngr.install   2012-01-16 22:52:56 UTC (rev 146748)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in pinentry/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:55
  Author: dreisner
Revision: 146747

db-move: moved pinentry from [extra] to [core] (x86_64)

Added:
  pinentry/repos/core-x86_64/
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 146735, pinentry/repos/extra-x86_64/PKGBUILD)
  pinentry/repos/core-x86_64/gtk2-pinentry-segfault.patch
(from rev 146735, pinentry/repos/extra-x86_64/gtk2-pinentry-segfault.patch)
  pinentry/repos/core-x86_64/pinentry.install
(from rev 146735, pinentry/repos/extra-x86_64/pinentry.install)
Deleted:
  pinentry/repos/extra-x86_64/

--+
 PKGBUILD |   37 +
 gtk2-pinentry-segfault.patch |   11 +++
 pinentry.install |   20 
 3 files changed, 68 insertions(+)

Copied: pinentry/repos/core-x86_64/PKGBUILD (from rev 146735, 
pinentry/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:55 UTC (rev 146747)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.8.1
+pkgrel=3
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/aegypten2";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt')
+optdepends=('gtk2: for gtk2 backend'
+'qt: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz
+gtk2-pinentry-segfault.patch)
+install=pinentry.install
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  for file in qt4/*.moc; do
+   /usr/bin/moc ${file/.moc/.h} > ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make 
+  make DESTDIR=${pkgdir} install 
+  #rm ${pkgdir}/usr/share/info/dir 
+  #rm ${pkgdir}/usr/bin/pinentry 
+  #ln -s /usr/bin/pinentry-gtk-2 ${pkgdir}/usr/bin/pinentry 
+}
+md5sums=('81f99904daee5331eb6738408bb024b6'
+ 'bd9888fafc56464b2c4deaad5b8edb07')

Copied: pinentry/repos/core-x86_64/gtk2-pinentry-segfault.patch (from rev 
146735, pinentry/repos/extra-x86_64/gtk2-pinentry-segfault.patch)
===
--- core-x86_64/gtk2-pinentry-segfault.patch(rev 0)
+++ core-x86_64/gtk2-pinentry-segfault.patch2012-01-16 22:52:55 UTC (rev 
146747)
@@ -0,0 +1,11 @@
+--- gtk+-2/pinentry-gtk-2.c.orig   2010-03-03 05:19:55.0 -0600
 gtk+-2/pinentry-gtk-2.c2010-07-07 00:11:30.413572124 -0500
+@@ -145,7 +145,7 @@
+ {
+   gdk_keyboard_ungrab (gdk_event_get_time (event));
+   /* Unmake window transient for the root window.  */
+-  gdk_window_set_transient_for (win->window, NULL);
++  gdk_property_delete (win->window, gdk_atom_intern_static_string 
("WM_TRANSIENT_FOR"));
+ }
+ 
+ 

Copied: pinentry/repos/core-x86_64/pinentry.install (from rev 146735, 
pinentry/repos/extra-x86_64/pinentry.install)
===
--- core-x86_64/pinentry.install(rev 0)
+++ core-x86_64/pinentry.install2012-01-16 22:52:55 UTC (rev 146747)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:52
  Author: dreisner
Revision: 146745

db-move: moved libassuan from [extra] to [core] (x86_64)

Added:
  libassuan/repos/core-x86_64/
  libassuan/repos/core-x86_64/PKGBUILD
(from rev 146735, libassuan/repos/extra-x86_64/PKGBUILD)
  libassuan/repos/core-x86_64/libassuan.install
(from rev 146735, libassuan/repos/extra-x86_64/libassuan.install)
Deleted:
  libassuan/repos/extra-x86_64/

---+
 PKGBUILD  |   31 +++
 libassuan.install |   20 
 2 files changed, 51 insertions(+)

Copied: libassuan/repos/core-x86_64/PKGBUILD (from rev 146735, 
libassuan/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:52 UTC (rev 146745)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan";
+depends=('libgpg-error')
+options=('!libtool')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libassuan.install
+
+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
+}
+md5sums=('179d1918325fdb928c7bd90b8a514fc7')

Copied: libassuan/repos/core-x86_64/libassuan.install (from rev 146735, 
libassuan/repos/extra-x86_64/libassuan.install)
===
--- core-x86_64/libassuan.install   (rev 0)
+++ core-x86_64/libassuan.install   2012-01-16 22:52:52 UTC (rev 146745)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:50
  Author: dreisner
Revision: 146743

db-move: moved libksba from [extra] to [core] (x86_64)

Added:
  libksba/repos/core-x86_64/
  libksba/repos/core-x86_64/PKGBUILD
(from rev 146735, libksba/repos/extra-x86_64/PKGBUILD)
  libksba/repos/core-x86_64/libksba.install
(from rev 146735, libksba/repos/extra-x86_64/libksba.install)
Deleted:
  libksba/repos/extra-x86_64/

-+
 PKGBUILD|   23 +++
 libksba.install |   20 
 2 files changed, 43 insertions(+)

Copied: libksba/repos/core-x86_64/PKGBUILD (from rev 146735, 
libksba/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:50 UTC (rev 146743)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: damir 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A CMS and X.509 access library"
+arch=(i686 x86_64)
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba";
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+options=(!libtool)
+install=libksba.install
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=$startdir/pkg install
+}
+md5sums=('e797f370b69b4dc776499d6a071ae137')

Copied: libksba/repos/core-x86_64/libksba.install (from rev 146735, 
libksba/repos/extra-x86_64/libksba.install)
===
--- core-x86_64/libksba.install (rev 0)
+++ core-x86_64/libksba.install 2012-01-16 22:52:50 UTC (rev 146743)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:51
  Author: dreisner
Revision: 146744

db-move: moved libassuan from [extra] to [core] (i686)

Added:
  libassuan/repos/core-i686/
  libassuan/repos/core-i686/PKGBUILD
(from rev 146735, libassuan/repos/extra-i686/PKGBUILD)
  libassuan/repos/core-i686/libassuan.install
(from rev 146735, libassuan/repos/extra-i686/libassuan.install)
Deleted:
  libassuan/repos/extra-i686/

---+
 PKGBUILD  |   31 +++
 libassuan.install |   20 
 2 files changed, 51 insertions(+)

Copied: libassuan/repos/core-i686/PKGBUILD (from rev 146735, 
libassuan/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:51 UTC (rev 146744)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=libassuan
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="A IPC library used by some GnuPG related software"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnupg.org/related_software/libassuan";
+depends=('libgpg-error')
+options=('!libtool')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=libassuan.install
+
+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
+}
+md5sums=('179d1918325fdb928c7bd90b8a514fc7')

Copied: libassuan/repos/core-i686/libassuan.install (from rev 146735, 
libassuan/repos/extra-i686/libassuan.install)
===
--- core-i686/libassuan.install (rev 0)
+++ core-i686/libassuan.install 2012-01-16 22:52:51 UTC (rev 146744)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in gnupg2/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:47
  Author: dreisner
Revision: 146741

db-move: moved gnupg2 from [extra] to [core] (x86_64)

Added:
  gnupg2/repos/core-x86_64/
  gnupg2/repos/core-x86_64/PKGBUILD
(from rev 146735, gnupg2/repos/extra-x86_64/PKGBUILD)
  gnupg2/repos/core-x86_64/gnupg2-2.0.16-security.patch
(from rev 146735, gnupg2/repos/extra-x86_64/gnupg2-2.0.16-security.patch)
  gnupg2/repos/core-x86_64/gnupg2.install
(from rev 146735, gnupg2/repos/extra-x86_64/gnupg2.install)
Deleted:
  gnupg2/repos/extra-x86_64/

--+
 PKGBUILD |   30 ++
 gnupg2-2.0.16-security.patch |   11 +++
 gnupg2.install   |   20 
 3 files changed, 61 insertions(+)

Copied: gnupg2/repos/core-x86_64/PKGBUILD (from rev 146735, 
gnupg2/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:47 UTC (rev 146741)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Andreas Radke 
+
+pkgname=gnupg2
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool"
+arch=('i686' 'x86_64')
+depends=('libldap' 'curl' 'bzip2' 'zlib' 'libksba' 'libgcrypt'
+   'pth' 'libusb-compat' 'libassuan' 'texinfo' 'readline' 'pinentry' 
'dirmngr')
+license=('GPL')
+url="http://www.gnupg.org/";
+install=${pkgname}.install
+source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$pkgver.tar.bz2)
+
+build() {
+  cd ${srcdir}/gnupg-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg2 #$EXTRAOPTS
+  make
+}
+
+package() {
+  cd ${srcdir}/gnupg-$pkgver
+  make DESTDIR=${pkgdir} install
+  # move conflicting files
+  mv ${pkgdir}/usr/share/gnupg{,2}
+  rm -f ${pkgdir}/usr/share/info/dir
+}
+md5sums=('2f37e0722666a0fedbe4d9f9227ac4d7')

Copied: gnupg2/repos/core-x86_64/gnupg2-2.0.16-security.patch (from rev 146735, 
gnupg2/repos/extra-x86_64/gnupg2-2.0.16-security.patch)
===
--- core-x86_64/gnupg2-2.0.16-security.patch(rev 0)
+++ core-x86_64/gnupg2-2.0.16-security.patch2012-01-16 22:52:47 UTC (rev 
146741)
@@ -0,0 +1,11 @@
+--- kbx/keybox-blob.c   (revision 5367)
 kbx/keybox-blob.c   (working copy)
+@@ -898,6 +898,7 @@
+   rc = gpg_error_from_syserror ();
+   goto leave;
+ }
++  names = tmp;
+ }
+   names[blob->nuids++] = p;
+   if (!i && (p=x509_email_kludge (p)))
+

Copied: gnupg2/repos/core-x86_64/gnupg2.install (from rev 146735, 
gnupg2/repos/extra-x86_64/gnupg2.install)
===
--- core-x86_64/gnupg2.install  (rev 0)
+++ core-x86_64/gnupg2.install  2012-01-16 22:52:47 UTC (rev 146741)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:49
  Author: dreisner
Revision: 146742

db-move: moved libksba from [extra] to [core] (i686)

Added:
  libksba/repos/core-i686/
  libksba/repos/core-i686/PKGBUILD
(from rev 146735, libksba/repos/extra-i686/PKGBUILD)
  libksba/repos/core-i686/libksba.install
(from rev 146735, libksba/repos/extra-i686/libksba.install)
Deleted:
  libksba/repos/extra-i686/

-+
 PKGBUILD|   23 +++
 libksba.install |   20 
 2 files changed, 43 insertions(+)

Copied: libksba/repos/core-i686/PKGBUILD (from rev 146735, 
libksba/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:49 UTC (rev 146742)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: damir 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A CMS and X.509 access library"
+arch=(i686 x86_64)
+license=('GPL')
+url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba";
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+options=(!libtool)
+install=libksba.install
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+  make DESTDIR=$startdir/pkg install
+}
+md5sums=('e797f370b69b4dc776499d6a071ae137')

Copied: libksba/repos/core-i686/libksba.install (from rev 146735, 
libksba/repos/extra-i686/libksba.install)
===
--- core-i686/libksba.install   (rev 0)
+++ core-i686/libksba.install   2012-01-16 22:52:49 UTC (rev 146742)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



[arch-commits] Commit in gnupg2/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:45
  Author: dreisner
Revision: 146740

db-move: moved gnupg2 from [extra] to [core] (i686)

Added:
  gnupg2/repos/core-i686/
  gnupg2/repos/core-i686/PKGBUILD
(from rev 146735, gnupg2/repos/extra-i686/PKGBUILD)
  gnupg2/repos/core-i686/gnupg2-2.0.16-security.patch
(from rev 146735, gnupg2/repos/extra-i686/gnupg2-2.0.16-security.patch)
  gnupg2/repos/core-i686/gnupg2.install
(from rev 146735, gnupg2/repos/extra-i686/gnupg2.install)
Deleted:
  gnupg2/repos/extra-i686/

--+
 PKGBUILD |   30 ++
 gnupg2-2.0.16-security.patch |   11 +++
 gnupg2.install   |   20 
 3 files changed, 61 insertions(+)

Copied: gnupg2/repos/core-i686/PKGBUILD (from rev 146735, 
gnupg2/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:45 UTC (rev 146740)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Andreas Radke 
+
+pkgname=gnupg2
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool"
+arch=('i686' 'x86_64')
+depends=('libldap' 'curl' 'bzip2' 'zlib' 'libksba' 'libgcrypt'
+   'pth' 'libusb-compat' 'libassuan' 'texinfo' 'readline' 'pinentry' 
'dirmngr')
+license=('GPL')
+url="http://www.gnupg.org/";
+install=${pkgname}.install
+source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$pkgver.tar.bz2)
+
+build() {
+  cd ${srcdir}/gnupg-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg2 #$EXTRAOPTS
+  make
+}
+
+package() {
+  cd ${srcdir}/gnupg-$pkgver
+  make DESTDIR=${pkgdir} install
+  # move conflicting files
+  mv ${pkgdir}/usr/share/gnupg{,2}
+  rm -f ${pkgdir}/usr/share/info/dir
+}
+md5sums=('2f37e0722666a0fedbe4d9f9227ac4d7')

Copied: gnupg2/repos/core-i686/gnupg2-2.0.16-security.patch (from rev 146735, 
gnupg2/repos/extra-i686/gnupg2-2.0.16-security.patch)
===
--- core-i686/gnupg2-2.0.16-security.patch  (rev 0)
+++ core-i686/gnupg2-2.0.16-security.patch  2012-01-16 22:52:45 UTC (rev 
146740)
@@ -0,0 +1,11 @@
+--- kbx/keybox-blob.c   (revision 5367)
 kbx/keybox-blob.c   (working copy)
+@@ -898,6 +898,7 @@
+   rc = gpg_error_from_syserror ();
+   goto leave;
+ }
++  names = tmp;
+ }
+   names[blob->nuids++] = p;
+   if (!i && (p=x509_email_kludge (p)))
+

Copied: gnupg2/repos/core-i686/gnupg2.install (from rev 146735, 
gnupg2/repos/extra-i686/gnupg2.install)
===
--- core-i686/gnupg2.install(rev 0)
+++ core-i686/gnupg2.install2012-01-16 22:52:45 UTC (rev 146740)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:44
  Author: dreisner
Revision: 146739

db-move: moved gnupg from [extra] to [core] (x86_64)

Added:
  gnupg/repos/core-x86_64/
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 146735, gnupg/repos/extra-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/gnupg.install
(from rev 146735, gnupg/repos/extra-x86_64/gnupg.install)
Deleted:
  gnupg/repos/extra-x86_64/

---+
 PKGBUILD  |   36 
 gnupg.install |   21 +
 2 files changed, 57 insertions(+)

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 146735, 
gnupg/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:44 UTC (rev 146739)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Judd Vinet 
+pkgname=gnupg
+pkgver=1.4.11
+pkgrel=3
+pkgdesc="GNU Privacy Guard - a PGP replacement tool"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 
'readline>=6.0.00')
+source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
+install=gnupg.install
+url="http://www.gnupg.org/";
+md5sums=('411744e1ef8ce90b87938c4203f001f1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-noexecstack
+  make
+  #ln -s ${pkgname}-${pkgver}/scripts .. # seems obsolete now
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check #All 27 tests passed
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix fileconflict with gnupg2 pkg
+  rm ${pkgdir}/usr/share/man/man1/gpg-zip.1
+}

Copied: gnupg/repos/core-x86_64/gnupg.install (from rev 146735, 
gnupg/repos/extra-x86_64/gnupg.install)
===
--- core-x86_64/gnupg.install   (rev 0)
+++ core-x86_64/gnupg.install   2012-01-16 22:52:44 UTC (rev 146739)
@@ -0,0 +1,21 @@
+info_dir=/usr/share/info
+info_files=(gnupg1.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> 
/dev/null
+  done
+}
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in pth/repos (core-x86_64 core-x86_64/PKGBUILD extra-x86_64)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:42
  Author: dreisner
Revision: 146737

db-move: moved pth from [extra] to [core] (x86_64)

Added:
  pth/repos/core-x86_64/
  pth/repos/core-x86_64/PKGBUILD
(from rev 146735, pth/repos/extra-x86_64/PKGBUILD)
Deleted:
  pth/repos/extra-x86_64/

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

Copied: pth/repos/core-x86_64/PKGBUILD (from rev 146735, 
pth/repos/extra-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:52:42 UTC (rev 146737)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: damir 
+
+pkgname=pth
+pkgver=2.0.7
+pkgrel=4
+pkgdesc="The GNU Portable Threads."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/pth/";
+license=('LGPL')
+depends=('glibc' 'awk')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('9a71915c89ff2414de69fe104ae1016d513afeee'
+  '8cb16dffbf15ba92bda8d08918eaf5995642fc38')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --mandir=/usr/share/man \
+  --disable-static \
+  --enable-shared \
+  --with-pic
+
+  sed -i "s|awk=''|awk=/bin/awk|g" shtool # "Cannot find a reasonable Awk"
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:43
  Author: dreisner
Revision: 146738

db-move: moved gnupg from [extra] to [core] (i686)

Added:
  gnupg/repos/core-i686/
  gnupg/repos/core-i686/PKGBUILD
(from rev 146735, gnupg/repos/extra-i686/PKGBUILD)
  gnupg/repos/core-i686/gnupg.install
(from rev 146735, gnupg/repos/extra-i686/gnupg.install)
Deleted:
  gnupg/repos/extra-i686/

---+
 PKGBUILD  |   36 
 gnupg.install |   21 +
 2 files changed, 57 insertions(+)

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 146735, 
gnupg/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:43 UTC (rev 146738)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Judd Vinet 
+pkgname=gnupg
+pkgver=1.4.11
+pkgrel=3
+pkgdesc="GNU Privacy Guard - a PGP replacement tool"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 
'readline>=6.0.00')
+source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
+install=gnupg.install
+url="http://www.gnupg.org/";
+md5sums=('411744e1ef8ce90b87938c4203f001f1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-noexecstack
+  make
+  #ln -s ${pkgname}-${pkgver}/scripts .. # seems obsolete now
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check #All 27 tests passed
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix fileconflict with gnupg2 pkg
+  rm ${pkgdir}/usr/share/man/man1/gpg-zip.1
+}

Copied: gnupg/repos/core-i686/gnupg.install (from rev 146735, 
gnupg/repos/extra-i686/gnupg.install)
===
--- core-i686/gnupg.install (rev 0)
+++ core-i686/gnupg.install 2012-01-16 22:52:43 UTC (rev 146738)
@@ -0,0 +1,21 @@
+info_dir=/usr/share/info
+info_files=(gnupg1.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> 
/dev/null
+  done
+}
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in pth/repos (core-i686 core-i686/PKGBUILD extra-i686)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:41
  Author: dreisner
Revision: 146736

db-move: moved pth from [extra] to [core] (i686)

Added:
  pth/repos/core-i686/
  pth/repos/core-i686/PKGBUILD
(from rev 146735, pth/repos/extra-i686/PKGBUILD)
Deleted:
  pth/repos/extra-i686/

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

Copied: pth/repos/core-i686/PKGBUILD (from rev 146735, 
pth/repos/extra-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:52:41 UTC (rev 146736)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: damir 
+
+pkgname=pth
+pkgver=2.0.7
+pkgrel=4
+pkgdesc="The GNU Portable Threads."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/pth/";
+license=('LGPL')
+depends=('glibc' 'awk')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('9a71915c89ff2414de69fe104ae1016d513afeee'
+  '8cb16dffbf15ba92bda8d08918eaf5995642fc38')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --mandir=/usr/share/man \
+  --disable-static \
+  --enable-shared \
+  --with-pic
+
+  sed -i "s|awk=''|awk=/bin/awk|g" shtool # "Cannot find a reasonable Awk"
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:52:10
  Author: dreisner
Revision: 146735

db-remove: gpgme removed by dreisner

Deleted:
  gpgme/repos/extra-x86_64/



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:51:57
  Author: dreisner
Revision: 146734

db-remove: gpgme removed by dreisner

Deleted:
  gpgme/repos/extra-i686/



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:51:33
  Author: dreisner
Revision: 146733

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

Added:
  gpgme/repos/core-i686/
  gpgme/repos/core-i686/PKGBUILD
(from rev 146732, gpgme/trunk/PKGBUILD)
  gpgme/repos/core-i686/gpgme.install
(from rev 146732, gpgme/trunk/gpgme.install)
  gpgme/repos/core-x86_64/
  gpgme/repos/core-x86_64/PKGBUILD
(from rev 146732, gpgme/trunk/PKGBUILD)
  gpgme/repos/core-x86_64/gpgme.install
(from rev 146732, gpgme/trunk/gpgme.install)

---+
 core-i686/PKGBUILD|   36 
 core-i686/gpgme.install   |   18 ++
 core-x86_64/PKGBUILD  |   36 
 core-x86_64/gpgme.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: gpgme/repos/core-i686/PKGBUILD (from rev 146732, gpgme/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 22:51:33 UTC (rev 146733)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg' 'gnupg2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('90afa8436ce2b2683c001c824bd22601'
+ 'a032ddc27177ef4ee54e25a231e62da5')
+sha1sums=('7d19a95a2239da13764dad7f97541be884ec5a37'
+  '93316a81a8f903c5b604716b6937884ea7b0917a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/core-i686/gpgme.install (from rev 146732, 
gpgme/trunk/gpgme.install)
===
--- core-i686/gpgme.install (rev 0)
+++ core-i686/gpgme.install 2012-01-16 22:51:33 UTC (rev 146733)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: gpgme/repos/core-x86_64/PKGBUILD (from rev 146732, gpgme/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 22:51:33 UTC (rev 146733)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg' 'gnupg2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('90afa8436ce2b2683c001c824bd22601'
+ 'a032ddc27177ef4ee54e25a231e62da5')
+sha1sums=('7d19a95a2239da13764dad7f97541be884ec5a37'
+  '93316a81a8f903c5b604716b6937884ea7b0917a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/core-x86_64/gpgme.install (from rev 146732, 
gpgme/trunk/gpgme.install)
===
--- core-x86_64/gpgme.install   (rev 0)
+++ core-x86_64/gpgme.install   2012-01-16 22:51:33 UTC (rev 146733)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 17:51:22
  Author: dreisner
Revision: 146732

upgpkg: gpgme 1.3.1-2

- rebuild to sign and fix netinstall

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 21:30:37 UTC (rev 146731)
+++ PKGBUILD2012-01-16 22:51:22 UTC (rev 146732)
@@ -5,7 +5,7 @@
 
 pkgname=gpgme
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C wrapper library for GnuPG"
 arch=('i686' 'x86_64')
 url="http://www.gnupg.org/related_software/gpgme/";
@@ -14,6 +14,8 @@
 install=${pkgname}.install
 options=('!libtool' '!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('90afa8436ce2b2683c001c824bd22601'
+ 'a032ddc27177ef4ee54e25a231e62da5')
 sha1sums=('7d19a95a2239da13764dad7f97541be884ec5a37'
   '93316a81a8f903c5b604716b6937884ea7b0917a')
 
@@ -32,4 +34,3 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('90afa8436ce2b2683c001c824bd22601')



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 16:30:37
  Author: dreisner
Revision: 146731

archrelease: copy trunk to extra-any

Added:
  namcap/repos/extra-any/PKGBUILD
(from rev 146730, namcap/trunk/PKGBUILD)
Deleted:
  namcap/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-16 21:30:29 UTC (rev 146730)
+++ PKGBUILD2012-01-16 21:30:37 UTC (rev 146731)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Rémy Oudompheng 
-# Contributor: Hugo Doria 
-
-pkgname=namcap
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A Pacman package analyzer"
-arch=('any')
-url="http://projects.archlinux.org/namcap.git/";
-license=('GPL')
-depends=('python' 'pyalpm>=0.5' 'binutils' 'licenses')
-makedepends=('python-distribute')
-source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b5e612e9c8b539620711597486877b92')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
-  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
-  python setup.py test || true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}

Copied: namcap/repos/extra-any/PKGBUILD (from rev 146730, namcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-16 21:30:37 UTC (rev 146731)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Rémy Oudompheng 
+# Contributor: Hugo Doria 
+
+pkgname=namcap
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="A Pacman package analyzer"
+arch=('any')
+url="http://projects.archlinux.org/namcap.git/";
+license=('GPL')
+depends=('python' 'pyalpm>=0.5' 'binutils' 'licenses')
+makedepends=('python-distribute')
+source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b5e612e9c8b539620711597486877b92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
+  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
+  python setup.py test || true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 16:30:29
  Author: dreisner
Revision: 146730

upgpkg: namcap 3.2.1-2

Modified:
  namcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 21:22:18 UTC (rev 146729)
+++ PKGBUILD2012-01-16 21:30:29 UTC (rev 146730)
@@ -4,7 +4,7 @@
 
 pkgname=namcap
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Pacman package analyzer"
 arch=('any')
 url="http://projects.archlinux.org/namcap.git/";



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 16:22:18
  Author: dreisner
Revision: 146729

archrelease: copy trunk to extra-any

Added:
  namcap/repos/extra-any/PKGBUILD
(from rev 146728, namcap/trunk/PKGBUILD)
Deleted:
  namcap/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-01-16 21:06:28 UTC (rev 146728)
+++ PKGBUILD2012-01-16 21:22:18 UTC (rev 146729)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Rémy Oudompheng 
-# Contributor: Hugo Doria 
-
-pkgname=namcap
-pkgver=3.1
-pkgrel=1
-pkgdesc="A Pacman package analyzer"
-arch=('any')
-url="http://projects.archlinux.org/namcap.git/";
-license=('GPL')
-depends=('python' 'pyalpm' 'licenses')
-makedepends=('python-distribute')
-source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fab0d4dc34aa4d9e10cbca7daf2c2c5d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
-  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
-  python setup.py test || true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}

Copied: namcap/repos/extra-any/PKGBUILD (from rev 146728, namcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-01-16 21:22:18 UTC (rev 146729)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Rémy Oudompheng 
+# Contributor: Hugo Doria 
+
+pkgname=namcap
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A Pacman package analyzer"
+arch=('any')
+url="http://projects.archlinux.org/namcap.git/";
+license=('GPL')
+depends=('python' 'pyalpm>=0.5' 'binutils' 'licenses')
+makedepends=('python-distribute')
+source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b5e612e9c8b539620711597486877b92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
+  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
+  python setup.py test || true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}



[arch-commits] Commit in ttf-junicode/repos/extra-any (6 files)

2012-01-16 Thread Andrea Scarpino
Date: Monday, January 16, 2012 @ 16:06:28
  Author: andrea
Revision: 146728

archrelease: copy trunk to extra-any

Added:
  ttf-junicode/repos/extra-any/LICENSE
(from rev 146727, ttf-junicode/trunk/LICENSE)
  ttf-junicode/repos/extra-any/PKGBUILD
(from rev 146727, ttf-junicode/trunk/PKGBUILD)
  ttf-junicode/repos/extra-any/ttf.install
(from rev 146727, ttf-junicode/trunk/ttf.install)
Deleted:
  ttf-junicode/repos/extra-any/LICENSE
  ttf-junicode/repos/extra-any/PKGBUILD
  ttf-junicode/repos/extra-any/ttf.install

-+
 LICENSE |  194 +-
 PKGBUILD|   52 ---
 ttf.install |   30 
 3 files changed, 139 insertions(+), 137 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-01-16 21:06:10 UTC (rev 146727)
+++ LICENSE 2012-01-16 21:06:28 UTC (rev 146728)
@@ -1,97 +0,0 @@
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  (),
-with Reserved Font Name .
-Copyright (c) ,  ().
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-

-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARR

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

2012-01-16 Thread Andrea Scarpino
Date: Monday, January 16, 2012 @ 16:06:10
  Author: andrea
Revision: 146727

upgpkg: ttf-junicode 0.7.1-1

Upstream release

Modified:
  ttf-junicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 21:00:30 UTC (rev 146726)
+++ PKGBUILD2012-01-16 21:06:10 UTC (rev 146727)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Firmicus 
+# Maintainer:
+# Contributor: Firmicus 
 
 pkgname=ttf-junicode
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Junius-Unicode: a Unicode font targeted at medievalists"
 arch=('any')
@@ -10,8 +11,9 @@
 url="http://junicode.sourceforge.net";
 depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
 install=ttf.install
-source=(http://downloads.sourceforge.net/sourceforge/junicode/junicode-${pkgver//\./-}.zip
 LICENSE)
-md5sums=('e75e5edd52bd1d71f17b27601d4c82a8'
+source=(http://downloads.sourceforge.net/junicode/junicode-${pkgver//\./-}.zip
+LICENSE)
+md5sums=('882c3861f60a76c38f2f386464db3066'
  '6ed93967ff0dc6dd9c8d31c17f817a06')
 
 package() {



[arch-commits] Commit in namcap/repos (core-any extra-any extra-any/PKGBUILD)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 16:00:30
  Author: dreisner
Revision: 146726

db-move: moved namcap from [core] to [extra] (any)

Added:
  namcap/repos/extra-any/
  namcap/repos/extra-any/PKGBUILD
(from rev 146725, namcap/repos/core-any/PKGBUILD)
Deleted:
  namcap/repos/core-any/

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

Copied: namcap/repos/extra-any/PKGBUILD (from rev 146725, 
namcap/repos/core-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-01-16 21:00:30 UTC (rev 146726)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Rémy Oudompheng 
+# Contributor: Hugo Doria 
+
+pkgname=namcap
+pkgver=3.1
+pkgrel=1
+pkgdesc="A Pacman package analyzer"
+arch=('any')
+url="http://projects.archlinux.org/namcap.git/";
+license=('GPL')
+depends=('python' 'pyalpm' 'licenses')
+makedepends=('python-distribute')
+source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
+md5sums=('fab0d4dc34aa4d9e10cbca7daf2c2c5d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
+  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
+  python setup.py test || true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 16:00:06
  Author: dreisner
Revision: 146725

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

Added:
  pyalpm/repos/extra-x86_64/PKGBUILD
(from rev 146723, pyalpm/repos/testing-x86_64/PKGBUILD)
Deleted:
  pyalpm/repos/extra-x86_64/PKGBUILD
  pyalpm/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 21:00:05 UTC (rev 146724)
+++ extra-x86_64/PKGBUILD   2012-01-16 21:00:06 UTC (rev 146725)
@@ -1,23 +0,0 @@
-# Maintainer : Rémy Oudompheng 
-
-pkgname=pyalpm
-pkgver=0.4.3
-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' 'pacman<3.6')
-source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
-md5sums=('396f9820eae9a40bd33d8bb366272c82')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}
-

Copied: pyalpm/repos/extra-x86_64/PKGBUILD (from rev 146723, 
pyalpm/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 21:00:06 UTC (rev 146725)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng 
+
+pkgname=pyalpm
+pkgver=0.5.3
+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' 'pacman>=4')
+source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
+md5sums=('a76019106d17de3a5933c773013a63d1')
+
+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 (3 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 16:00:05
  Author: dreisner
Revision: 146724

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

Added:
  pyalpm/repos/extra-i686/PKGBUILD
(from rev 146723, pyalpm/repos/testing-i686/PKGBUILD)
Deleted:
  pyalpm/repos/extra-i686/PKGBUILD
  pyalpm/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 20:58:25 UTC (rev 146723)
+++ extra-i686/PKGBUILD 2012-01-16 21:00:05 UTC (rev 146724)
@@ -1,23 +0,0 @@
-# Maintainer : Rémy Oudompheng 
-
-pkgname=pyalpm
-pkgver=0.4.3
-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' 'pacman<3.6')
-source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
-md5sums=('396f9820eae9a40bd33d8bb366272c82')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}
-

Copied: pyalpm/repos/extra-i686/PKGBUILD (from rev 146723, 
pyalpm/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 21:00:05 UTC (rev 146724)
@@ -0,0 +1,23 @@
+# Maintainer : Rémy Oudompheng 
+
+pkgname=pyalpm
+pkgver=0.5.3
+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' 'pacman>=4')
+source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz";)
+md5sums=('a76019106d17de3a5933c773013a63d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}
+



[arch-commits] Commit in namcap/repos (core-any/PKGBUILD core-any/PKGBUILD extra-any)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 15:58:25
  Author: dreisner
Revision: 146723

db-move: moved namcap from [extra] to [core] (any)

Added:
  namcap/repos/core-any/PKGBUILD
(from rev 146722, namcap/repos/extra-any/PKGBUILD)
Deleted:
  namcap/repos/core-any/PKGBUILD
  namcap/repos/extra-any/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-01-16 20:58:08 UTC (rev 146722)
+++ core-any/PKGBUILD   2012-01-16 20:58:25 UTC (rev 146723)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : Rémy Oudompheng 
-# Contributor: Hugo Doria 
-
-pkgname=namcap
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="A Pacman package analyzer"
-arch=('any')
-url="http://projects.archlinux.org/namcap.git/";
-license=('GPL')
-depends=('python' 'pyalpm>=0.5' 'binutils' 'licenses')
-makedepends=('python-distribute')
-source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b5e612e9c8b539620711597486877b92')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
-  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
-  python setup.py test || true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}

Copied: namcap/repos/core-any/PKGBUILD (from rev 146722, 
namcap/repos/extra-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-01-16 20:58:25 UTC (rev 146723)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Rémy Oudompheng 
+# Contributor: Hugo Doria 
+
+pkgname=namcap
+pkgver=3.1
+pkgrel=1
+pkgdesc="A Pacman package analyzer"
+arch=('any')
+url="http://projects.archlinux.org/namcap.git/";
+license=('GPL')
+depends=('python' 'pyalpm' 'licenses')
+makedepends=('python-distribute')
+source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
+md5sums=('fab0d4dc34aa4d9e10cbca7daf2c2c5d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
+  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
+  python setup.py test || true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 15:58:08
  Author: dreisner
Revision: 146722

db-move: moved namcap from [testing] to [core] (any)

Added:
  namcap/repos/core-any/
  namcap/repos/core-any/PKGBUILD
(from rev 146721, namcap/repos/testing-any/PKGBUILD)
Deleted:
  namcap/repos/testing-any/

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

Copied: namcap/repos/core-any/PKGBUILD (from rev 146721, 
namcap/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-01-16 20:58:08 UTC (rev 146722)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Rémy Oudompheng 
+# Contributor: Hugo Doria 
+
+pkgname=namcap
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="A Pacman package analyzer"
+arch=('any')
+url="http://projects.archlinux.org/namcap.git/";
+license=('GPL')
+depends=('python' 'pyalpm>=0.5' 'binutils' 'licenses')
+makedepends=('python-distribute')
+source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b5e612e9c8b539620711597486877b92')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  env PARSE_PKGBUILD_PATH=${srcdir}/${pkgname}-${pkgver} \
+  PATH=${srcdir}/${pkgname}-${pkgver}:$PATH \
+  python setup.py test || true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}



[arch-commits] Commit in mail-notification/repos (34 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:51:02
  Author: dreisner
Revision: 146721

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

Added:
  mail-notification/repos/extra-x86_64/PKGBUILD
(from rev 146713, mail-notification/repos/testing-x86_64/PKGBUILD)
  mail-notification/repos/extra-x86_64/dont-update-cache.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/dont-update-cache.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-add-fallback-icon.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-camel_headers.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-evolution.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-gmime.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-gmime.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-gtk3-support.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-icons.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-icons.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-kde-trayicon.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-libx11.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-libx11.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-popup-attach.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-sasl_encode64.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/extra-x86_64/mail-notification-5.4-weak.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification-5.4-weak.patch)
  mail-notification/repos/extra-x86_64/mail-notification.install
(from rev 146713, 
mail-notification/repos/testing-x86_64/mail-notification.install)
  mail-notification/repos/extra-x86_64/remove-ubuntu-special-case.patch
(from rev 146713, 
mail-notification/repos/testing-x86_64/remove-ubuntu-special-case.patch)
Deleted:
  mail-notification/repos/extra-x86_64/PKGBUILD
  mail-notification/repos/extra-x86_64/dont-update-cache.patch
  mail-notification/repos/extra-x86_64/gmime-2.4.patch
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-add-fallback-icon.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-camel_headers.patch
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-3-0-support.patch
  
mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution-gtkhtml.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-evolution.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-gtk3-support.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-icons.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-kde-trayicon.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-popup-attach.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-sasl_encode64.patch
  mail-notification/repos/extra-x86_64/mail-notification-5.4-weak.patch
  mail-notification/repos/extra-x86_64/mail-notification.install
  mail-notification/repos/extra-x86_64/remove-ubuntu-special-case.patch
  mail-notification/repos/testing-x86_64/

---+
 PKGBUILD  |  167 -
 dont-update-cache.patch   |   44 
 gmime-2.4.patch   |   63 
 mail-notification-5.4-add-fallback-icon.patch |   32 
 mail-notification-5.4-camel_headers.patch |   72 
 mail-notification-5.4-evolution-3-0-support.patch |  244 -
 mail-notification-5.4-evolution-gtkhtml.patch |   24 
 mail-notification-5.4-evolution.patch |  488 +--
 mail-notification-5.4-gmime.patch |   63 
 mail-notification-5.4-gtk3-support.patch   

[arch-commits] Commit in mail-notification/repos (34 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:57
  Author: dreisner
Revision: 146720

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

Added:
  mail-notification/repos/extra-i686/PKGBUILD
(from rev 146713, mail-notification/repos/testing-i686/PKGBUILD)
  mail-notification/repos/extra-i686/dont-update-cache.patch
(from rev 146713, 
mail-notification/repos/testing-i686/dont-update-cache.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-add-fallback-icon.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-add-fallback-icon.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-camel_headers.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-camel_headers.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-3-0-support.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-evolution-3-0-support.patch)
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-gtkhtml.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-evolution-gtkhtml.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-evolution.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-evolution.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-gmime.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-gmime.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-gtk3-support.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-gtk3-support.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-icons.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-icons.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-kde-trayicon.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-kde-trayicon.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-libx11.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-libx11.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-popup-attach.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-popup-attach.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-sasl_encode64.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-sasl_encode64.patch)
  mail-notification/repos/extra-i686/mail-notification-5.4-weak.patch
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification-5.4-weak.patch)
  mail-notification/repos/extra-i686/mail-notification.install
(from rev 146713, 
mail-notification/repos/testing-i686/mail-notification.install)
  mail-notification/repos/extra-i686/remove-ubuntu-special-case.patch
(from rev 146713, 
mail-notification/repos/testing-i686/remove-ubuntu-special-case.patch)
Deleted:
  mail-notification/repos/extra-i686/PKGBUILD
  mail-notification/repos/extra-i686/dont-update-cache.patch
  mail-notification/repos/extra-i686/gmime-2.4.patch
  
mail-notification/repos/extra-i686/mail-notification-5.4-add-fallback-icon.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-camel_headers.patch
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-3-0-support.patch
  
mail-notification/repos/extra-i686/mail-notification-5.4-evolution-gtkhtml.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-evolution.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-gtk3-support.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-icons.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-kde-trayicon.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-popup-attach.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-sasl_encode64.patch
  mail-notification/repos/extra-i686/mail-notification-5.4-weak.patch
  mail-notification/repos/extra-i686/mail-notification.install
  mail-notification/repos/extra-i686/remove-ubuntu-special-case.patch
  mail-notification/repos/testing-i686/

---+
 PKGBUILD  |  167 -
 dont-update-cache.patch   |   44 
 gmime-2.4.patch   |   63 
 mail-notification-5.4-add-fallback-icon.patch |   32 
 mail-notification-5.4-camel_headers.patch |   72 
 mail-notification-5.4-evolution-3-0-support.patch |  244 -
 mail-notification-5.4-evolution-gtkhtml.patch |   24 
 mail-notification-5.4-evolution.patch |  488 +--
 mail-notification-5.4-gmime.patch |   63 
 mail-notification-5.4-gtk3-support.patch  | 2832 ++--
 mail-notification-5.4-icons.patch |   78 
 mail-noti

[arch-commits] Commit in grilo-plugins/repos (3 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:53
  Author: dreisner
Revision: 146719

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

Added:
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 146713, grilo-plugins/repos/testing-x86_64/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-x86_64/PKGBUILD
  grilo-plugins/repos/testing-x86_64/

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:50:50 UTC (rev 146718)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:50:53 UTC (rev 146719)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=grilo-plugins
-pkgver=0.1.18
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
- 'rest' 'libtracker-sparql')
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin'
-'sqlite3: Podcasts plugin'
-'gmime: Podcasts plugin'
-'sqlite3: Bookmarks plugin'
-'sqlite3: Metadata store plugin'
-'libgcrypt: Vimeo plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: grilo-plugins/repos/extra-x86_64/PKGBUILD (from rev 146713, 
grilo-plugins/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:50:53 UTC (rev 146719)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=grilo-plugins
+pkgver=0.1.18
+pkgrel=2
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo')
+makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
+ 'rest' 'libtracker-sparql')
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin'
+'sqlite3: Podcasts plugin'
+'gmime: Podcasts plugin'
+'sqlite3: Bookmarks plugin'
+'sqlite3: Metadata store plugin'
+'libgcrypt: Vimeo plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in grilo-plugins/repos (3 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:50
  Author: dreisner
Revision: 146718

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

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 146713, grilo-plugins/repos/testing-i686/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/testing-i686/

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:50:48 UTC (rev 146717)
+++ extra-i686/PKGBUILD 2012-01-16 19:50:50 UTC (rev 146718)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-pkgname=grilo-plugins
-pkgver=0.1.18
-pkgrel=1
-pkgdesc="Plugins for Grilo"
-url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
- 'rest' 'libtracker-sparql')
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin'
-'sqlite3: Podcasts plugin'
-'gmime: Podcasts plugin'
-'sqlite3: Bookmarks plugin'
-'sqlite3: Metadata store plugin'
-'libgcrypt: Vimeo plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 146713, 
grilo-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 19:50:50 UTC (rev 146718)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+
+pkgname=grilo-plugins
+pkgver=0.1.18
+pkgrel=2
+pkgdesc="Plugins for Grilo"
+url="http://www.gnome.org";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo')
+makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
+ 'rest' 'libtracker-sparql')
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin'
+'sqlite3: Podcasts plugin'
+'gmime: Podcasts plugin'
+'sqlite3: Bookmarks plugin'
+'sqlite3: Metadata store plugin'
+'libgcrypt: Vimeo plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:48
  Author: dreisner
Revision: 146717

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

Added:
  gmime/repos/extra-x86_64/PKGBUILD
(from rev 146713, gmime/repos/testing-x86_64/PKGBUILD)
Deleted:
  gmime/repos/extra-x86_64/PKGBUILD
  gmime/repos/testing-x86_64/

--+
 PKGBUILD |   63 ++---
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:50:47 UTC (rev 146716)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:50:48 UTC (rev 146717)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime
-pkgver=2.4.31
-pkgrel=1
-pkgdesc="Core mime parsing library"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://spruce.sourceforge.net/gmime/";
-depends=('glib2' 'zlib')
-makedepends=('gtk-sharp-2' 'pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9601328ee3d2d5be57ac8397571af4835dba8eb2c68ad224de3ec722a81fd04')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR="$srcdir/weird"
-  mkdir -p "$MONO_SHARED_DIR"
-
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gmime/repos/extra-x86_64/PKGBUILD (from rev 146713, 
gmime/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:50:48 UTC (rev 146717)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Core mime parsing library"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://spruce.sourceforge.net/gmime/";
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR="$srcdir/weird"
+  mkdir -p "$MONO_SHARED_DIR"
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:47
  Author: dreisner
Revision: 146716

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

Added:
  gmime/repos/extra-i686/PKGBUILD
(from rev 146713, gmime/repos/testing-i686/PKGBUILD)
Deleted:
  gmime/repos/extra-i686/PKGBUILD
  gmime/repos/testing-i686/

--+
 PKGBUILD |   63 ++---
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:50:44 UTC (rev 146715)
+++ extra-i686/PKGBUILD 2012-01-16 19:50:47 UTC (rev 146716)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Ben 
-
-pkgname=gmime
-pkgver=2.4.31
-pkgrel=1
-pkgdesc="Core mime parsing library"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://spruce.sourceforge.net/gmime/";
-depends=('glib2' 'zlib')
-makedepends=('gtk-sharp-2' 'pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9601328ee3d2d5be57ac8397571af4835dba8eb2c68ad224de3ec722a81fd04')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR="$srcdir/weird"
-  mkdir -p "$MONO_SHARED_DIR"
-
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gmime/repos/extra-i686/PKGBUILD (from rev 146713, 
gmime/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 19:50:47 UTC (rev 146716)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Ben 
+
+pkgname=gmime
+pkgver=2.6.4
+pkgrel=1
+pkgdesc="Core mime parsing library"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://spruce.sourceforge.net/gmime/";
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR="$srcdir/weird"
+  mkdir -p "$MONO_SHARED_DIR"
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in kdeutils/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:44
  Author: dreisner
Revision: 146715

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

Added:
  kdeutils/repos/extra-x86_64/PKGBUILD
(from rev 146713, kdeutils/repos/testing-x86_64/PKGBUILD)
  kdeutils/repos/extra-x86_64/kdeutils.install
(from rev 146713, kdeutils/repos/testing-x86_64/kdeutils.install)
Deleted:
  kdeutils/repos/extra-x86_64/PKGBUILD
  kdeutils/repos/extra-x86_64/kdeutils.install
  kdeutils/repos/testing-x86_64/

--+
 PKGBUILD |  382 ++---
 kdeutils.install |   22 +--
 2 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:50:43 UTC (rev 146714)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:50:44 UTC (rev 146715)
@@ -1,191 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeutils
-pkgname=('kdeutils-ark'
- 'kdeutils-filelight'
- 'kdeutils-kcalc'
- 'kdeutils-kcharselect'
- 'kdeutils-kdf'
- 'kdeutils-kfloppy'
- 'kdeutils-kgpg'
- 'kdeutils-kremotecontrol'
- 'kdeutils-ktimer'
- 'kdeutils-kwallet'
- 'kdeutils-printer-applet'
- 'kdeutils-superkaramba'
- 'kdeutils-sweeper')
-pkgver=4.7.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
-   'kdebindings-python' 'system-config-printer-common' 'libarchive' 
'qimageblitz'
-   'qjson')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('4630f01f36558eb5494fc562086fbd4e488e411e')
-
-build() {
-cd "${srcdir}"/${pkgbase}-${pkgver}
-
-# Use Python2
-sed -i 's|/usr/bin/python|/usr/bin/python2|' \
-  kcharselect/kcharselect-generate-datafile.py \
-  superkaramba/examples/richtext/rtext.py
-sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-  printer-applet/{authconn,debug,monitor,printer-applet,statereason}.py
-
-   cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-   make
-}
-
-package_kdeutils-ark() {
-   pkgdesc='Archiving Tool'
-   depends=('kdebase-runtime' 'kdebase-lib' 'libarchive')
-   optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-   url="http://kde.org/applications/utilities/ark/";
-   cd $srcdir/build/ark
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/ark/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-filelight() {
-   pkgdesc='View disk usage information'
-   depends=('kdebase-runtime' 'qimageblitz')
-   replaces=('filelight')
-   conflicts=('filelight')
-   install='kdeutils.install'
-   url="http://methylblue.com/filelight/";
-   cd $srcdir/build/filelight
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/filelight/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kcalc() {
-   pkgdesc='Scientific Calculator'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kcalc/";
-   cd $srcdir/build/kcalc
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kcalc/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kcharselect() {
-   pkgdesc='Character Selector'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kcharselect/";
-   cd $srcdir/build/kcharselect
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kcharselect/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kdf() {
-   pkgdesc='View Disk Usage'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/system/kdiskfree/";
-   install='kdeutils.install'
-   cd $srcdir/build/kdf
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kdf/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kfloppy() {
-   pkgdesc='Floppy Formatter'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kfloppy/";
-   install='kdeutils.install'
-   cd $srcdir/build/kfloppy
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kfloppy/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kgpg() {
-   pkgdesc='A GnuPG frontend'
-   depends=('kdepim-runtime' 'kde-agent')
-   url="http://kde.org/applications/utilities/kgpg";
-   install='kdeutils.install'
-   cd $srcdir/build/kgpg
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kgpg/doc
-   make DESTDIR=$pkgdir install
-}

[arch-commits] Commit in kdeutils/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:50:43
  Author: dreisner
Revision: 146714

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

Added:
  kdeutils/repos/extra-i686/PKGBUILD
(from rev 146713, kdeutils/repos/testing-i686/PKGBUILD)
  kdeutils/repos/extra-i686/kdeutils.install
(from rev 146713, kdeutils/repos/testing-i686/kdeutils.install)
Deleted:
  kdeutils/repos/extra-i686/PKGBUILD
  kdeutils/repos/extra-i686/kdeutils.install
  kdeutils/repos/testing-i686/

--+
 PKGBUILD |  382 ++---
 kdeutils.install |   22 +--
 2 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:49:27 UTC (rev 146713)
+++ extra-i686/PKGBUILD 2012-01-16 19:50:43 UTC (rev 146714)
@@ -1,191 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeutils
-pkgname=('kdeutils-ark'
- 'kdeutils-filelight'
- 'kdeutils-kcalc'
- 'kdeutils-kcharselect'
- 'kdeutils-kdf'
- 'kdeutils-kfloppy'
- 'kdeutils-kgpg'
- 'kdeutils-kremotecontrol'
- 'kdeutils-ktimer'
- 'kdeutils-kwallet'
- 'kdeutils-printer-applet'
- 'kdeutils-superkaramba'
- 'kdeutils-sweeper')
-pkgver=4.7.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace'
-   'kdebindings-python' 'system-config-printer-common' 'libarchive' 
'qimageblitz'
-   'qjson')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
-sha1sums=('4630f01f36558eb5494fc562086fbd4e488e411e')
-
-build() {
-cd "${srcdir}"/${pkgbase}-${pkgver}
-
-# Use Python2
-sed -i 's|/usr/bin/python|/usr/bin/python2|' \
-  kcharselect/kcharselect-generate-datafile.py \
-  superkaramba/examples/richtext/rtext.py
-sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-  printer-applet/{authconn,debug,monitor,printer-applet,statereason}.py
-
-   cd "${srcdir}"
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-   make
-}
-
-package_kdeutils-ark() {
-   pkgdesc='Archiving Tool'
-   depends=('kdebase-runtime' 'kdebase-lib' 'libarchive')
-   optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-   url="http://kde.org/applications/utilities/ark/";
-   cd $srcdir/build/ark
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/ark/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-filelight() {
-   pkgdesc='View disk usage information'
-   depends=('kdebase-runtime' 'qimageblitz')
-   replaces=('filelight')
-   conflicts=('filelight')
-   install='kdeutils.install'
-   url="http://methylblue.com/filelight/";
-   cd $srcdir/build/filelight
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/filelight/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kcalc() {
-   pkgdesc='Scientific Calculator'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kcalc/";
-   cd $srcdir/build/kcalc
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kcalc/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kcharselect() {
-   pkgdesc='Character Selector'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kcharselect/";
-   cd $srcdir/build/kcharselect
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kcharselect/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kdf() {
-   pkgdesc='View Disk Usage'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/system/kdiskfree/";
-   install='kdeutils.install'
-   cd $srcdir/build/kdf
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kdf/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kfloppy() {
-   pkgdesc='Floppy Formatter'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kfloppy/";
-   install='kdeutils.install'
-   cd $srcdir/build/kfloppy
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kfloppy/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kgpg() {
-   pkgdesc='A GnuPG frontend'
-   depends=('kdepim-runtime' 'kde-agent')
-   url="http://kde.org/applications/utilities/kgpg";
-   install='kdeutils.install'
-   cd $srcdir/build/kgpg
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kgpg/doc
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeutils-kremotecontro

[arch-commits] Commit in totem-plparser/repos (3 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:25
  Author: dreisner
Revision: 146712

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

Added:
  totem-plparser/repos/extra-i686/PKGBUILD
(from rev 146703, totem-plparser/repos/testing-i686/PKGBUILD)
Deleted:
  totem-plparser/repos/extra-i686/PKGBUILD
  totem-plparser/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:49:24 UTC (rev 146711)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:25 UTC (rev 146712)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=totem-plparser
-pkgver=2.32.6
-pkgrel=1
-url="http://www.hadess.net/totem.php3";
-pkgdesc="Totem playlist parser library"
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup-gnome')
-makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-${pkgver}.tar.xz)
-sha256sums=('8e6ccef547f1ad311474a975032d2482e621550ee3d4d22c725cdc6b496e4874')
-
-build() {
-  cd "${srcdir}/totem-pl-parser-${pkgver}"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package(){
-  cd "${srcdir}/totem-pl-parser-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: totem-plparser/repos/extra-i686/PKGBUILD (from rev 146703, 
totem-plparser/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:25 UTC (rev 146712)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=totem-plparser
+pkgver=2.32.6
+pkgrel=3
+url="http://www.hadess.net/totem.php3";
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup-gnome' 'libarchive')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('8e6ccef547f1ad311474a975032d2482e621550ee3d4d22c725cdc6b496e4874')
+
+build() {
+  cd "$srcdir/totem-pl-parser-$pkgver"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package(){
+  cd "$srcdir/totem-pl-parser-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in totem-plparser/repos (3 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:27
  Author: dreisner
Revision: 146713

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

Added:
  totem-plparser/repos/extra-x86_64/PKGBUILD
(from rev 146703, totem-plparser/repos/testing-x86_64/PKGBUILD)
Deleted:
  totem-plparser/repos/extra-x86_64/PKGBUILD
  totem-plparser/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:49:25 UTC (rev 146712)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:27 UTC (rev 146713)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=totem-plparser
-pkgver=2.32.6
-pkgrel=1
-url="http://www.hadess.net/totem.php3";
-pkgdesc="Totem playlist parser library"
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup-gnome')
-makedepends=('intltool' 'pkgconfig' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-${pkgver}.tar.xz)
-sha256sums=('8e6ccef547f1ad311474a975032d2482e621550ee3d4d22c725cdc6b496e4874')
-
-build() {
-  cd "${srcdir}/totem-pl-parser-${pkgver}"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package(){
-  cd "${srcdir}/totem-pl-parser-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: totem-plparser/repos/extra-x86_64/PKGBUILD (from rev 146703, 
totem-plparser/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:27 UTC (rev 146713)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=totem-plparser
+pkgver=2.32.6
+pkgrel=3
+url="http://www.hadess.net/totem.php3";
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup-gnome' 'libarchive')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/2.32/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('8e6ccef547f1ad311474a975032d2482e621550ee3d4d22c725cdc6b496e4874')
+
+build() {
+  cd "$srcdir/totem-pl-parser-$pkgver"
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package(){
+  cd "$srcdir/totem-pl-parser-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:24
  Author: dreisner
Revision: 146711

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

Added:
  hydrogen/repos/extra-x86_64/PKGBUILD
(from rev 146703, hydrogen/repos/testing-x86_64/PKGBUILD)
  hydrogen/repos/extra-x86_64/install.patch
(from rev 146703, hydrogen/repos/testing-x86_64/install.patch)
  hydrogen/repos/extra-x86_64/lrdf_raptor2.patch
(from rev 146703, hydrogen/repos/testing-x86_64/lrdf_raptor2.patch)
Deleted:
  hydrogen/repos/extra-x86_64/PKGBUILD
  hydrogen/repos/extra-x86_64/lrdf_raptor2.patch
  hydrogen/repos/testing-x86_64/

+
 PKGBUILD   |   76 ++-
 install.patch  |   12 
 lrdf_raptor2.patch |   22 +++---
 3 files changed, 63 insertions(+), 47 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:49:23 UTC (rev 146710)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:24 UTC (rev 146711)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Maintainer: Ray Rashif 
-# Contributor: K. Piche 
-# Contributor: Giovanni Scafora 
-
-pkgname=hydrogen
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="Advanced Drum Machine"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.hydrogen-music.org/";
-depends=('libarchive' 'liblrdf' 'qt' 'jack')
-makedepends=('scons')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-lrdf_raptor2.patch)
-md5sums=('e96f291d60e58f5d62fe616cee577dc0'
- '2124851e890f46158189b5fa90006d40')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export QTDIR=/usr
-  patch -Np1 -i "${srcdir}/lrdf_raptor2.patch"
-  scons prefix=/usr libarchive=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/extra-x86_64/PKGBUILD (from rev 146703, 
hydrogen/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:24 UTC (rev 146711)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: tobias 
+# Maintainer: Ray Rashif 
+# Contributor: K. Piche 
+# Contributor: Giovanni Scafora 
+
+pkgname=hydrogen
+pkgver=0.9.5
+pkgrel=2
+pkgdesc="Advanced Drum Machine"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.hydrogen-music.org/";
+depends=('libarchive' 'liblrdf' 'qt' 'jack')
+makedepends=('scons')
+#options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+lrdf_raptor2.patch
+install.patch)
+md5sums=('e96f291d60e58f5d62fe616cee577dc0'
+ '2124851e890f46158189b5fa90006d40'
+ 'ce3a83a069b55e46aa532b55e803c9a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export QTDIR=/usr
+  patch -Np1 -i "${srcdir}/lrdf_raptor2.patch"
+  # http://www.assembla.com/spaces/hydrogen/tickets/204
+  patch -Np0 -i "${srcdir}/install.patch"
+  scons prefix=/usr libarchive=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/extra-x86_64/install.patch (from rev 146703, 
hydrogen/repos/testing-x86_64/install.patch)
===
--- extra-x86_64/install.patch  (rev 0)
+++ extra-x86_64/install.patch  2012-01-16 19:49:24 UTC (rev 146711)
@@ -0,0 +1,12 @@
+*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
+--- Sconstruct 2011-11-06 12:16:21.124122432 +0100
+***
+*** 298,304 
+  
+  for N in glob.glob('./data/i18n/hydrogen.*'):
+  env.Alias(target="install", source=env.Install(dir= 
env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
+-  env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + 
env['prefix'] + '/share/hydrogen/data', source="./data/img"))
+  
+   #add every img in ./data/img to the install list. 
+   os.path.walk("./data/img/",install_images,env) 
+--- 298,303 

Deleted: extra-x86_64/lrdf_raptor2.patch
===
--- extra-x86_64/lrdf_raptor2.patch 2012-01-16 19:49:23 UTC (rev 146710)
+++ extra-x86_64/lrdf_raptor2.patch 2012-01-16 19:49:24 UTC (rev 146711)
@@ -1,11 +0,0 @@
-diff -baur hydrogen-0.9.5.old/Sconstruct hydrogen-0.9.5/Sconstruct
 hydrogen-0.9.5.old/Sconstruct  2011-08-11 18:00:07.889112348 +0800
-+++ hydrogen-0.9.5/Sconstruct  2011-08-11 18:00:34.945632437 +0800
-@@ -83,6 +83,7 @@
-   includes.append( './' )
-   includes.append( 'gui/src/' )
-   includes.append( '3rdparty/install/include' )
-+  includes.append( '/usr/include/raptor2' )
- 
-   if sys.platform == "darwin":
-   ld

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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:23
  Author: dreisner
Revision: 146710

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

Added:
  hydrogen/repos/extra-i686/PKGBUILD
(from rev 146703, hydrogen/repos/testing-i686/PKGBUILD)
  hydrogen/repos/extra-i686/install.patch
(from rev 146703, hydrogen/repos/testing-i686/install.patch)
  hydrogen/repos/extra-i686/lrdf_raptor2.patch
(from rev 146703, hydrogen/repos/testing-i686/lrdf_raptor2.patch)
Deleted:
  hydrogen/repos/extra-i686/PKGBUILD
  hydrogen/repos/extra-i686/lrdf_raptor2.patch
  hydrogen/repos/testing-i686/

+
 PKGBUILD   |   76 ++-
 install.patch  |   12 
 lrdf_raptor2.patch |   22 +++---
 3 files changed, 63 insertions(+), 47 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:49:21 UTC (rev 146709)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:23 UTC (rev 146710)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Maintainer: Ray Rashif 
-# Contributor: K. Piche 
-# Contributor: Giovanni Scafora 
-
-pkgname=hydrogen
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="Advanced Drum Machine"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.hydrogen-music.org/";
-depends=('libarchive' 'liblrdf' 'qt' 'jack')
-makedepends=('scons')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-lrdf_raptor2.patch)
-md5sums=('e96f291d60e58f5d62fe616cee577dc0'
- '2124851e890f46158189b5fa90006d40')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export QTDIR=/usr
-  patch -Np1 -i "${srcdir}/lrdf_raptor2.patch"
-  scons prefix=/usr libarchive=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/extra-i686/PKGBUILD (from rev 146703, 
hydrogen/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:23 UTC (rev 146710)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: tobias 
+# Maintainer: Ray Rashif 
+# Contributor: K. Piche 
+# Contributor: Giovanni Scafora 
+
+pkgname=hydrogen
+pkgver=0.9.5
+pkgrel=2
+pkgdesc="Advanced Drum Machine"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.hydrogen-music.org/";
+depends=('libarchive' 'liblrdf' 'qt' 'jack')
+makedepends=('scons')
+#options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+lrdf_raptor2.patch
+install.patch)
+md5sums=('e96f291d60e58f5d62fe616cee577dc0'
+ '2124851e890f46158189b5fa90006d40'
+ 'ce3a83a069b55e46aa532b55e803c9a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export QTDIR=/usr
+  patch -Np1 -i "${srcdir}/lrdf_raptor2.patch"
+  # http://www.assembla.com/spaces/hydrogen/tickets/204
+  patch -Np0 -i "${srcdir}/install.patch"
+  scons prefix=/usr libarchive=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  scons DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/extra-i686/install.patch (from rev 146703, 
hydrogen/repos/testing-i686/install.patch)
===
--- extra-i686/install.patch(rev 0)
+++ extra-i686/install.patch2012-01-16 19:49:23 UTC (rev 146710)
@@ -0,0 +1,12 @@
+*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
+--- Sconstruct 2011-11-06 12:16:21.124122432 +0100
+***
+*** 298,304 
+  
+  for N in glob.glob('./data/i18n/hydrogen.*'):
+  env.Alias(target="install", source=env.Install(dir= 
env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
+-  env.Alias(target="install", source=env.Install(dir= env['DESTDIR'] + 
env['prefix'] + '/share/hydrogen/data', source="./data/img"))
+  
+   #add every img in ./data/img to the install list. 
+   os.path.walk("./data/img/",install_images,env) 
+--- 298,303 

Deleted: extra-i686/lrdf_raptor2.patch
===
--- extra-i686/lrdf_raptor2.patch   2012-01-16 19:49:21 UTC (rev 146709)
+++ extra-i686/lrdf_raptor2.patch   2012-01-16 19:49:23 UTC (rev 146710)
@@ -1,11 +0,0 @@
-diff -baur hydrogen-0.9.5.old/Sconstruct hydrogen-0.9.5/Sconstruct
 hydrogen-0.9.5.old/Sconstruct  2011-08-11 18:00:07.889112348 +0800
-+++ hydrogen-0.9.5/Sconstruct  2011-08-11 18:00:34.945632437 +0800
-@@ -83,6 +83,7 @@
-   includes.append( './' )
-   includes.append( 'gui/src/' )
-   includes.append( '3rdparty/install/include' )
-+  includes.append( '/usr/include/raptor2' )
- 
-   if sys.platform == "darwin":
-   ldflags.append( '-L/opt/local/lib' )

Copied: hydrogen/repos/extra

[arch-commits] Commit in gvfs/repos (9 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:21
  Author: dreisner
Revision: 146709

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

Added:
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 146703, gvfs/repos/testing-x86_64/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 146703, gvfs/repos/testing-x86_64/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 146703, gvfs/repos/testing-x86_64/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 146703, gvfs/repos/testing-x86_64/gvfs.install)
Deleted:
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install
  gvfs/repos/testing-x86_64/

-+
 PKGBUILD|  226 +-
 gvfs-module.install |   14 +--
 gvfs-smb.install|   24 ++---
 gvfs.install|   28 +++---
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:49:20 UTC (rev 146708)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:21 UTC (rev 146709)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 
'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')
-url="http://www.gnome.org";
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/etc/bash_completion.d
-  make
-}
-
-package_gvfs() {
-  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
-  depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 
'dconf')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-obexftp: ObexFTP (bluetooth) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support')
-  install=gvfs.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -e 's/^am__append_3/#am__append_3/' \
-  -e 's/^am__append_4/#am__append_4/' \
-  -i monitor/Makefile
-  make DESTDIR="${pkgdir}" install
-
-  cd "${pkgdir}"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'smbclient' 'libgnome-keyring')
-  install=gvfs-smb.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -m755 -d "${pkgdir}/usr/lib/gvfs"
-  install -m755 -d "${pkgdir}/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "${pkgdir}/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "${pkgdir}/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc="AFC (mobile devices) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'libimobiledevice')
-  install=gvfs-module.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -D .libs/gvfsd-afc "${pkgdir}/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "${pkgdir}/usr/share/gvfs/mounts/afc.mount"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/monitor/afc"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'dbus-core' 'libgphoto2' 'udev')
-  install=gvfs-module.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -D .libs/gvfsd-gphoto2 "${pkgdir}/usr/lib/gvfs/gvfsd-gphoto2"
-  install -Dm644 gphoto2.mount "${pkgdir}/usr/share/gvfs/mounts/gphoto2.mount"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/monitor/gphoto2"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gvfs-obexftp() {
-  pkgdesc="ObexFTP (bluetooth) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'dbus-glib' 'bluez' 'obex-data-server')
-  install=gvfs-module.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -

[arch-commits] Commit in gvfs/repos (9 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:20
  Author: dreisner
Revision: 146708

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 146703, gvfs/repos/testing-i686/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 146703, gvfs/repos/testing-i686/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 146703, gvfs/repos/testing-i686/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 146703, gvfs/repos/testing-i686/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/testing-i686/

-+
 PKGBUILD|  226 +-
 gvfs-module.install |   14 +--
 gvfs-smb.install|   24 ++---
 gvfs.install|   28 +++---
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:49:18 UTC (rev 146707)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:20 UTC (rev 146708)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.10.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 
'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')
-url="http://www.gnome.org";
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/etc/bash_completion.d
-  make
-}
-
-package_gvfs() {
-  pkgdesc="Userspace virtual filesystem implemented as a pluggable module for 
gio"
-  depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 
'dconf')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-obexftp: ObexFTP (bluetooth) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support')
-  install=gvfs.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -e 's/^am__append_3/#am__append_3/' \
-  -e 's/^am__append_4/#am__append_4/' \
-  -i monitor/Makefile
-  make DESTDIR="${pkgdir}" install
-
-  cd "${pkgdir}"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'smbclient' 'libgnome-keyring')
-  install=gvfs-smb.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -m755 -d "${pkgdir}/usr/lib/gvfs"
-  install -m755 -d "${pkgdir}/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "${pkgdir}/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "${pkgdir}/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc="AFC (mobile devices) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'libimobiledevice')
-  install=gvfs-module.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -D .libs/gvfsd-afc "${pkgdir}/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "${pkgdir}/usr/share/gvfs/mounts/afc.mount"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/monitor/afc"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gvfs-gphoto2() {
-  pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'dbus-core' 'libgphoto2' 'udev')
-  install=gvfs-module.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -D .libs/gvfsd-gphoto2 "${pkgdir}/usr/lib/gvfs/gvfsd-gphoto2"
-  install -Dm644 gphoto2.mount "${pkgdir}/usr/share/gvfs/mounts/gphoto2.mount"
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/monitor/gphoto2"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gvfs-obexftp() {
-  pkgdesc="ObexFTP (bluetooth) backend for gvfs"
-  depends=("gvfs=${pkgver}" 'dbus-glib' 'bluez' 'obex-data-server')
-  install=gvfs-module.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
-  install -D .libs/gvfsd-obexftp "${pkgdir}/usr/lib/gvfs/

[arch-commits] Commit in cmake/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:18
  Author: dreisner
Revision: 146707

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

Added:
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 146703, cmake/repos/testing-x86_64/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 146703, cmake/repos/testing-x86_64/cmake.install)
Deleted:
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/testing-x86_64/

---+
 PKGBUILD  |   80 
 cmake.install |   24 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:49:16 UTC (rev 146706)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:18 UTC (rev 146707)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=2.8.7
-pkgrel=1
-pkgdesc="A cross-platform open-source make system"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.cmake.org";
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt')
-optdepends=('qt: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e1b237aeaed880f65dec9c20602452f6')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=2
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-x86_64/PKGBUILD (from rev 146703, 
cmake/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:18 UTC (rev 146707)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=2.8.7
+pkgrel=2
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.cmake.org";
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt')
+optdepends=('qt: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e1b237aeaed880f65dec9c20602452f6')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=2
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="$pkgdir/usr/share/vim/vimfiles"
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/cmake.install
===
--- extra-x86_64/cmake.install  2012-01-16 19:49:16 UTC (rev 146706)
+++ extra-x86_64/cmake.install  2012-01-16 19:49:18 UTC (rev 146707)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cmake/repos/extra-x86_64/cmake.install (from rev 146703, 
cmake/repos/testing-x86_64/cmake.install)
===
--- extra-x86_64/cmake.install  (rev 0)
+++ extra-x86_64/cmake.install  2012-01-16 19:49:18 UTC (rev 146707)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in cmake/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:16
  Author: dreisner
Revision: 146706

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 146703, cmake/repos/testing-i686/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 146703, cmake/repos/testing-i686/cmake.install)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/testing-i686/

---+
 PKGBUILD  |   80 
 cmake.install |   24 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:49:15 UTC (rev 146705)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:16 UTC (rev 146706)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=2.8.7
-pkgrel=1
-pkgdesc="A cross-platform open-source make system"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.cmake.org";
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt')
-optdepends=('qt: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e1b237aeaed880f65dec9c20602452f6')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=2
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
-  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
-  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 146703, 
cmake/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:16 UTC (rev 146706)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=2.8.7
+pkgrel=2
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.cmake.org";
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt')
+optdepends=('qt: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e1b237aeaed880f65dec9c20602452f6')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=2
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="$pkgdir/usr/share/vim/vimfiles"
+  install -Dm644 Docs/cmake-indent.vim ${vimpath}/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim ${vimpath}/syntax/cmake-syntax.vim
+  install -Dm644 Docs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/cmake-mode.el
+  install -Dm644 Copyright.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2012-01-16 19:49:15 UTC (rev 146705)
+++ extra-i686/cmake.install2012-01-16 19:49:16 UTC (rev 146706)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cmake/repos/extra-i686/cmake.install (from rev 146703, 
cmake/repos/testing-i686/cmake.install)
===
--- extra-i686/cmake.install(rev 0)
+++ extra-i686/cmake.install2012-01-16 19:49:16 UTC (rev 146706)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in claws-mail-extra-plugins/repos (3 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:15
  Author: dreisner
Revision: 146705

db-move: moved claws-mail-extra-plugins from [testing] to [extra] (x86_64)

Added:
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
(from rev 146703, claws-mail-extra-plugins/repos/testing-x86_64/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD
  claws-mail-extra-plugins/repos/testing-x86_64/

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:49:14 UTC (rev 146704)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:15 UTC (rev 146705)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Mildred 
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Extra plugins for claws-mail"
-url="http://www.claws-mail.org/plugins.php?branch=EXT";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('claws-mail>=3.8.0')
-makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
- 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.6.1'
- 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin'
-   'libgdata: for gdata plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
-   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
-   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
-   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
-replaces=('sylpheed-claws-extra-plugins')
-options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('0783008baff9e09cb21ffc8947e9f2ee')
-
-build() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-
-  # fix for python2
-  export PYTHON="/usr/bin/python2"
-
-  # fix gdata plugin build
-  sed -i -e "s:libgdata\ <\ 0.9.0:libgdata\ <\ 0.11.0:g" 
gdata_plugin-0.3/configure
- 
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && (
-  cd $dir
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && 
-  make -C $dir DESTDIR="$pkgdir" install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f "$pkgdir/usr/include/ical.h"
-}

Copied: claws-mail-extra-plugins/repos/extra-x86_64/PKGBUILD (from rev 146703, 
claws-mail-extra-plugins/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:49:15 UTC (rev 146705)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Mildred 
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="Extra plugins for claws-mail"
+url="http://www.claws-mail.org/plugins.php?branch=EXT";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail>=3.8.0')
+makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
+ 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.6.1'
+ 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tn

[arch-commits] Commit in claws-mail-extra-plugins/repos (3 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:49:14
  Author: dreisner
Revision: 146704

db-move: moved claws-mail-extra-plugins from [testing] to [extra] (i686)

Added:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
(from rev 146703, claws-mail-extra-plugins/repos/testing-i686/PKGBUILD)
Deleted:
  claws-mail-extra-plugins/repos/extra-i686/PKGBUILD
  claws-mail-extra-plugins/repos/testing-i686/

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:48:41 UTC (rev 146703)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:14 UTC (rev 146704)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Mildred 
-
-pkgname=claws-mail-extra-plugins
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Extra plugins for claws-mail"
-url="http://www.claws-mail.org/plugins.php?branch=EXT";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('claws-mail>=3.8.0')
-makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
- 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.6.1'
- 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
-optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
-'perl: for perl plugin'
-'libnotify: for notification plugin'
-'libcanberra: for notification plugin'
-'dbus-core: for notification plugin'
-'libxml2: for gtkhtml2_viewer and rssyl plugins'
-'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
-'libarchive: for archive plugin'
-'libytnef: for tnef_parse plugin'
-'libwebkit: for the fancy webkit html plugin'
-'libsoup-gnome: for the fancy webkit html plugin'
-'python2: for python plugin'
-   'libgdata: for gdata plugin')
-conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
-   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
-   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
-   'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
-replaces=('sylpheed-claws-extra-plugins')
-options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
-md5sums=('0783008baff9e09cb21ffc8947e9f2ee')
-
-build() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-
-  # fix for python2
-  export PYTHON="/usr/bin/python2"
-
-  # fix gdata plugin build
-  sed -i -e "s:libgdata\ <\ 0.9.0:libgdata\ <\ 0.11.0:g" 
gdata_plugin-0.3/configure
- 
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && (
-  cd $dir
-
-  ./configure --prefix=/usr --disable-static
-  make
-)
-  done
-}
-
-package() {
-  cd "$srcdir/claws-mail-extra-plugins-$pkgver"
-  for dir in */; do
-[[ $dir != geolocation_plugin-* ]] && 
-  make -C $dir DESTDIR="$pkgdir" install
-  done
-
-  # fix fileconflict with libical, #11485
-  rm -f "$pkgdir/usr/include/ical.h"
-}

Copied: claws-mail-extra-plugins/repos/extra-i686/PKGBUILD (from rev 146703, 
claws-mail-extra-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 19:49:14 UTC (rev 146704)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Mildred 
+
+pkgname=claws-mail-extra-plugins
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="Extra plugins for claws-mail"
+url="http://www.claws-mail.org/plugins.php?branch=EXT";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('claws-mail>=3.8.0')
+makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 
'libnotify>=0.7'
+ 'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 
'libwebkit>=1.6.1'
+ 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
+optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
+'perl: for perl plugin'
+'libnotify: for notification plugin'
+'libcanberra: for notification plugin'
+'dbus-core: for notification plugin'
+'libxml2: for gtkhtml2_viewer and rssyl plugins'
+'curl: for gtkhtml2_viewer, vcalendar, rssyl and spamreport 
plugins'
+'libarchive: for archive plugin'
+'libytnef: for tnef_parse plugin'
+'libwebkit: for the fancy webkit html plugin'
+'libsoup-gnome: for the fancy webkit html plugin'
+'python2: for python plugin'
+   'libgdata: for gdata plugin')
+conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
+   'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
+   'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
+   'claws-webkit-plugin-svn'

[arch-commits] Commit in libarchive/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:48:41
  Author: dreisner
Revision: 146703

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

Added:
  libarchive/repos/core-x86_64/PKGBUILD
(from rev 146699, libarchive/repos/testing-x86_64/PKGBUILD)
  libarchive/repos/core-x86_64/sparse-file.patch
(from rev 146699, libarchive/repos/testing-x86_64/sparse-file.patch)
Deleted:
  libarchive/repos/core-x86_64/PKGBUILD
  libarchive/repos/core-x86_64/release-2.8-fixes.patch
  libarchive/repos/testing-x86_64/

-+
 PKGBUILD|   75 +++---
 release-2.8-fixes.patch |  234 --
 sparse-file.patch   |   13 ++
 3 files changed, 50 insertions(+), 272 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-16 19:48:40 UTC (rev 146702)
+++ core-x86_64/PKGBUILD2012-01-16 19:48:41 UTC (rev 146703)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-pkgname=libarchive
-pkgver=2.8.5
-pkgrel=2
-pkgdesc="library that can create and read several streaming archive formats"
-arch=('i686' 'x86_64')
-url="http://libarchive.googlecode.com/";
-license=('BSD')
-depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
-source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz";
-release-2.8-fixes.patch)
-md5sums=('9caf51dcf6213e9c9f5a1c27448b9c90'
- '14dbbf2d31d68d8eedb93ec5531f3b0c')
-sha256sums=('13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d'
-'fcadc5ac3020a9fab5922d343baca28f067cc051e9b6f59e480349ba5b0a5060')
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np0 < ../release-2.8-fixes.patch
-  ./configure --prefix=/usr --without-xml2
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
-}

Copied: libarchive/repos/core-x86_64/PKGBUILD (from rev 146699, 
libarchive/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-01-16 19:48:41 UTC (rev 146703)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dan McGee 
+pkgname=libarchive
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.googlecode.com/";
+license=('BSD')
+depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
+source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz";)
+md5sums=('ca4090f0099432a9ac5a8b6618dc3892')
+sha256sums=('c5fc7620f74a54b1717e4aed38aee85dc27a988ad1db7640f28eb63a82ea62d7')
+
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --without-xml2
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # currently fails on i686 in a minor test involving atime updates (#60)
+  make check || :
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
+}

Deleted: core-x86_64/release-2.8-fixes.patch
===
--- core-x86_64/release-2.8-fixes.patch 2012-01-16 19:48:40 UTC (rev 146702)
+++ core-x86_64/release-2.8-fixes.patch 2012-01-16 19:48:41 UTC (rev 146703)
@@ -1,234 +0,0 @@
-Index: build/cmake/config.h.in
-===
 build/cmake/config.h.in(revision 3670)
-+++ build/cmake/config.h.in(revision 3737)
-@@ -1,5 +1,8 @@
- /* config.h.  Generated from config.h.cmake by cmake configure */
- 
-+/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */
-+#cmakedefine ZLIB_WINAPI 1
-+
- /* MD5 via ARCHIVE_HASH_MD5_LIBC supported. */
- #cmakedefine ARCHIVE_HASH_MD5_LIBC
- 
-Index: libarchive/archive_read_support_format_all.c
-===
 libarchive/archive_read_support_format_all.c   (revision 3670)
-+++ libarchive/archive_read_support_format_all.c   (revision 3737)
-@@ -1,5 +1,5 @@
- /*-
-- * Copyright (c) 2003-2007 Tim Kientzle
-+ * Copyright (c) 2003-2011 Tim Kientzle
-  * All rights reserved.
-  *
-  * Redistribution and use in source and binary forms, with or without
-@@ -39,5 +39,13 @@
-   archive_read_support_format_tar(a);
-   archive_read_support_format_xar(a);
-   archive_read_support_format_zip(a);
-+
-+  /* Note: We always return ARCHIVE_OK here, even if some of the
-+   * above return ARCHIVE_WARN.  The intent here is to enable
-+   * "as much as 

[arch-commits] Commit in libarchive/repos (5 files)

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:48:40
  Author: dreisner
Revision: 146702

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

Added:
  libarchive/repos/core-i686/PKGBUILD
(from rev 146699, libarchive/repos/testing-i686/PKGBUILD)
  libarchive/repos/core-i686/sparse-file.patch
(from rev 146699, libarchive/repos/testing-i686/sparse-file.patch)
Deleted:
  libarchive/repos/core-i686/PKGBUILD
  libarchive/repos/core-i686/release-2.8-fixes.patch
  libarchive/repos/testing-i686/

-+
 PKGBUILD|   75 +++---
 release-2.8-fixes.patch |  234 --
 sparse-file.patch   |   13 ++
 3 files changed, 50 insertions(+), 272 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-16 19:48:38 UTC (rev 146701)
+++ core-i686/PKGBUILD  2012-01-16 19:48:40 UTC (rev 146702)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-pkgname=libarchive
-pkgver=2.8.5
-pkgrel=2
-pkgdesc="library that can create and read several streaming archive formats"
-arch=('i686' 'x86_64')
-url="http://libarchive.googlecode.com/";
-license=('BSD')
-depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
-source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz";
-release-2.8-fixes.patch)
-md5sums=('9caf51dcf6213e9c9f5a1c27448b9c90'
- '14dbbf2d31d68d8eedb93ec5531f3b0c')
-sha256sums=('13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c32a72d'
-'fcadc5ac3020a9fab5922d343baca28f067cc051e9b6f59e480349ba5b0a5060')
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np0 < ../release-2.8-fixes.patch
-  ./configure --prefix=/usr --without-xml2
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
-}

Copied: libarchive/repos/core-i686/PKGBUILD (from rev 146699, 
libarchive/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-01-16 19:48:40 UTC (rev 146702)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Dan McGee 
+pkgname=libarchive
+pkgver=3.0.3
+pkgrel=2
+pkgdesc="library that can create and read several streaming archive formats"
+arch=('i686' 'x86_64')
+url="http://libarchive.googlecode.com/";
+license=('BSD')
+depends=('zlib' 'bzip2' 'xz>=5.0.0' 'acl' 'openssl>=1.0.0' 'expat')
+source=("http://libarchive.googlecode.com/files/libarchive-${pkgver}.tar.gz";)
+md5sums=('ca4090f0099432a9ac5a8b6618dc3892')
+sha256sums=('c5fc7620f74a54b1717e4aed38aee85dc27a988ad1db7640f28eb63a82ea62d7')
+
+# keep an upgrade path for older installations
+PKGEXT='.pkg.tar.gz'
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --without-xml2
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # currently fails on i686 in a minor test involving atime updates (#60)
+  make check || :
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 COPYING "$pkgdir"/usr/share/licenses/libarchive/COPYING
+}

Deleted: core-i686/release-2.8-fixes.patch
===
--- core-i686/release-2.8-fixes.patch   2012-01-16 19:48:38 UTC (rev 146701)
+++ core-i686/release-2.8-fixes.patch   2012-01-16 19:48:40 UTC (rev 146702)
@@ -1,234 +0,0 @@
-Index: build/cmake/config.h.in
-===
 build/cmake/config.h.in(revision 3670)
-+++ build/cmake/config.h.in(revision 3737)
-@@ -1,5 +1,8 @@
- /* config.h.  Generated from config.h.cmake by cmake configure */
- 
-+/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */
-+#cmakedefine ZLIB_WINAPI 1
-+
- /* MD5 via ARCHIVE_HASH_MD5_LIBC supported. */
- #cmakedefine ARCHIVE_HASH_MD5_LIBC
- 
-Index: libarchive/archive_read_support_format_all.c
-===
 libarchive/archive_read_support_format_all.c   (revision 3670)
-+++ libarchive/archive_read_support_format_all.c   (revision 3737)
-@@ -1,5 +1,5 @@
- /*-
-- * Copyright (c) 2003-2007 Tim Kientzle
-+ * Copyright (c) 2003-2011 Tim Kientzle
-  * All rights reserved.
-  *
-  * Redistribution and use in source and binary forms, with or without
-@@ -39,5 +39,13 @@
-   archive_read_support_format_tar(a);
-   archive_read_support_format_xar(a);
-   archive_read_support_format_zip(a);
-+
-+  /* Note: We always return ARCHIVE_OK here, even if some of the
-+   * above return ARCHIVE_WARN.  The intent here is to enable
-+   * "as much as possible."  Clients who need specific
-+   * compres

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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:48:38
  Author: dreisner
Revision: 146701

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

Added:
  pacman/repos/core-x86_64/PKGBUILD
(from rev 146699, pacman/repos/testing-x86_64/PKGBUILD)
  pacman/repos/core-x86_64/makepkg.conf
(from rev 146699, pacman/repos/testing-x86_64/makepkg.conf)
  pacman/repos/core-x86_64/pacman.conf
(from rev 146699, pacman/repos/testing-x86_64/pacman.conf)
  pacman/repos/core-x86_64/pacman.conf.x86_64
(from rev 146699, pacman/repos/testing-x86_64/pacman.conf.x86_64)
  pacman/repos/core-x86_64/pacman.install
(from rev 146699, pacman/repos/testing-x86_64/pacman.install)
Deleted:
  pacman/repos/core-x86_64/0001-makepkg-fix-removing-symbolic-link.patch
  pacman/repos/core-x86_64/PKGBUILD
  pacman/repos/core-x86_64/makepkg.conf
  pacman/repos/core-x86_64/pacman.conf
  pacman/repos/core-x86_64/pacman.conf.x86_64
  pacman/repos/core-x86_64/pacman.install
  pacman/repos/testing-x86_64/

---+
 0001-makepkg-fix-removing-symbolic-link.patch |   32 ---
 PKGBUILD  |  149 +++
 makepkg.conf  |  235 
 pacman.conf   |  180 ++
 pacman.conf.x86_64|  200 +++-
 pacman.install|  135 +++--
 6 files changed, 478 insertions(+), 453 deletions(-)

Deleted: core-x86_64/0001-makepkg-fix-removing-symbolic-link.patch
===
--- core-x86_64/0001-makepkg-fix-removing-symbolic-link.patch   2012-01-16 
19:48:37 UTC (rev 146700)
+++ core-x86_64/0001-makepkg-fix-removing-symbolic-link.patch   2012-01-16 
19:48:38 UTC (rev 146701)
@@ -1,32 +0,0 @@
-From c493eef643ecb3a54c79083c51a8975f816ed9de Mon Sep 17 00:00:00 2001
-From: Allan McRae 
-Date: Tue, 28 Jun 2011 22:47:35 +1000
-Subject: [PATCH] makepkg: fix removing symbolic link
-
-The path was not being stripped from $file before prefixing with
-$srcdir resulting in the attempted removal of a very weird
-filename.
-
-Signed-off-by: Allan McRae 
-Signed-off-by: Dan McGee 
-(cherry picked from commit e92905a2c8c14c7855e2841f44d3c139aa40844c)

- scripts/makepkg.sh.in |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
-index 3ace945..b0b0882 100644
 a/scripts/makepkg.sh.in
-+++ b/scripts/makepkg.sh.in
-@@ -509,7 +509,7 @@ download_sources() {
-   local file=$(get_filepath "$netfile" || true)
-   if [[ -n "$file" ]]; then
-   msg2 "$(gettext "Found %s")" "${file##*/}"
--  rm -f "$srcdir/$file"
-+  rm -f "$srcdir/${file##*/}"
-   ln -s "$file" "$srcdir/"
-   continue
-   fi
--- 
-1.7.6
-

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-01-16 19:48:37 UTC (rev 146700)
+++ core-x86_64/PKGBUILD2012-01-16 19:48:38 UTC (rev 146701)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=pacman
-pkgver=3.5.4
-pkgrel=4
-pkgdesc="A library-based package manager with dependency support"
-arch=('i686' 'x86_64')
-url="http://www.archlinux.org/pacman/";
-license=('GPL')
-groups=('base')
-depends=('bash' 'glibc>=2.14' 'libarchive>=2.8.4' 'libfetch>=2.28' 
'pacman-mirrorlist')
-optdepends=('fakeroot: for makepkg usage as normal user'
-'curl: for rankmirrors usage')
-backup=(etc/pacman.conf etc/makepkg.conf)
-install=pacman.install
-options=(!libtool)
-source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
-pacman.conf
-pacman.conf.x86_64
-makepkg.conf
-0001-makepkg-fix-removing-symbolic-link.patch)
-md5sums=('2dd3a85d55ee3dd89abd349aa837447c'
- 'e99eb721b6b704f68c5f47468507c102'
- 'f8b939d9b2beb79a0436961a2d707d7c'
- 'c034b061c86b3f26a9646cf8efc7ff11'
- '749a4ddc6d8418d8d031f1c9b4e09d6f')
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 < "$srcdir/0001-makepkg-fix-removing-symbolic-link.patch"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --enable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install Arch specific stuff
-  mkdir -p $pkgdir/etc
-  case "$CARCH" in
-i686)
-  install -m644 $srcdir/pacman.conf $pkgdir/etc/pacman.conf
-  mycarch="i686"
-  mychost="i686-pc-linux-gnu"
-  myflags="-march=i686 "
-  ;;
-x86_64)
-  install -m644 $srcdir/pacman.conf.x86_64 $pkgdir/etc/pacman.conf
-  mycarch="x86_64"
-  mychost="x86_64-unknown-linux-gnu"
-  myflags="-march=x86-64 "
-

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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:48:37
  Author: dreisner
Revision: 146700

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

Added:
  pacman/repos/core-i686/PKGBUILD
(from rev 146699, pacman/repos/testing-i686/PKGBUILD)
  pacman/repos/core-i686/makepkg.conf
(from rev 146699, pacman/repos/testing-i686/makepkg.conf)
  pacman/repos/core-i686/pacman.conf
(from rev 146699, pacman/repos/testing-i686/pacman.conf)
  pacman/repos/core-i686/pacman.conf.x86_64
(from rev 146699, pacman/repos/testing-i686/pacman.conf.x86_64)
  pacman/repos/core-i686/pacman.install
(from rev 146699, pacman/repos/testing-i686/pacman.install)
Deleted:
  pacman/repos/core-i686/0001-makepkg-fix-removing-symbolic-link.patch
  pacman/repos/core-i686/PKGBUILD
  pacman/repos/core-i686/makepkg.conf
  pacman/repos/core-i686/pacman.conf
  pacman/repos/core-i686/pacman.conf.x86_64
  pacman/repos/core-i686/pacman.install
  pacman/repos/testing-i686/

---+
 0001-makepkg-fix-removing-symbolic-link.patch |   32 ---
 PKGBUILD  |  149 +++
 makepkg.conf  |  235 
 pacman.conf   |  180 ++
 pacman.conf.x86_64|  200 +++-
 pacman.install|  135 +++--
 6 files changed, 478 insertions(+), 453 deletions(-)

Deleted: core-i686/0001-makepkg-fix-removing-symbolic-link.patch
===
--- core-i686/0001-makepkg-fix-removing-symbolic-link.patch 2012-01-16 
19:33:36 UTC (rev 146699)
+++ core-i686/0001-makepkg-fix-removing-symbolic-link.patch 2012-01-16 
19:48:37 UTC (rev 146700)
@@ -1,32 +0,0 @@
-From c493eef643ecb3a54c79083c51a8975f816ed9de Mon Sep 17 00:00:00 2001
-From: Allan McRae 
-Date: Tue, 28 Jun 2011 22:47:35 +1000
-Subject: [PATCH] makepkg: fix removing symbolic link
-
-The path was not being stripped from $file before prefixing with
-$srcdir resulting in the attempted removal of a very weird
-filename.
-
-Signed-off-by: Allan McRae 
-Signed-off-by: Dan McGee 
-(cherry picked from commit e92905a2c8c14c7855e2841f44d3c139aa40844c)

- scripts/makepkg.sh.in |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
-index 3ace945..b0b0882 100644
 a/scripts/makepkg.sh.in
-+++ b/scripts/makepkg.sh.in
-@@ -509,7 +509,7 @@ download_sources() {
-   local file=$(get_filepath "$netfile" || true)
-   if [[ -n "$file" ]]; then
-   msg2 "$(gettext "Found %s")" "${file##*/}"
--  rm -f "$srcdir/$file"
-+  rm -f "$srcdir/${file##*/}"
-   ln -s "$file" "$srcdir/"
-   continue
-   fi
--- 
-1.7.6
-

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-01-16 19:33:36 UTC (rev 146699)
+++ core-i686/PKGBUILD  2012-01-16 19:48:37 UTC (rev 146700)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=pacman
-pkgver=3.5.4
-pkgrel=4
-pkgdesc="A library-based package manager with dependency support"
-arch=('i686' 'x86_64')
-url="http://www.archlinux.org/pacman/";
-license=('GPL')
-groups=('base')
-depends=('bash' 'glibc>=2.14' 'libarchive>=2.8.4' 'libfetch>=2.28' 
'pacman-mirrorlist')
-optdepends=('fakeroot: for makepkg usage as normal user'
-'curl: for rankmirrors usage')
-backup=(etc/pacman.conf etc/makepkg.conf)
-install=pacman.install
-options=(!libtool)
-source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
-pacman.conf
-pacman.conf.x86_64
-makepkg.conf
-0001-makepkg-fix-removing-symbolic-link.patch)
-md5sums=('2dd3a85d55ee3dd89abd349aa837447c'
- 'e99eb721b6b704f68c5f47468507c102'
- 'f8b939d9b2beb79a0436961a2d707d7c'
- 'c034b061c86b3f26a9646cf8efc7ff11'
- '749a4ddc6d8418d8d031f1c9b4e09d6f')
-
-# keep an upgrade path for older installations
-PKGEXT='.pkg.tar.gz'
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 < "$srcdir/0001-makepkg-fix-removing-symbolic-link.patch"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --enable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install Arch specific stuff
-  mkdir -p $pkgdir/etc
-  case "$CARCH" in
-i686)
-  install -m644 $srcdir/pacman.conf $pkgdir/etc/pacman.conf
-  mycarch="i686"
-  mychost="i686-pc-linux-gnu"
-  myflags="-march=i686 "
-  ;;
-x86_64)
-  install -m644 $srcdir/pacman.conf.x86_64 $pkgdir/etc/pacman.conf
-  mycarch="x86_64"
-  mychost="x86_64-unknown-linux-gnu"
-  myflags="-march=x86-64 "
-  ;;
-  esac
-  install -m644 $srcdir/makepkg.conf $pkgd

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

2012-01-16 Thread Ionut Biru
Date: Monday, January 16, 2012 @ 14:33:36
  Author: ibiru
Revision: 146699

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

Added:
  ethtool/repos/extra-i686/PKGBUILD
(from rev 146698, ethtool/trunk/PKGBUILD)
  ethtool/repos/extra-x86_64/PKGBUILD
(from rev 146698, ethtool/trunk/PKGBUILD)
Deleted:
  ethtool/repos/extra-i686/PKGBUILD
  ethtool/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 19:31:45 UTC (rev 146698)
+++ extra-i686/PKGBUILD 2012-01-16 19:33:36 UTC (rev 146699)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Martin Kemp 
-
-pkgname=ethtool
-pkgver=3.1
-pkgrel=1
-epoch=1
-pkgdesc="Utility for controlling network drivers and hardware"
-arch=('i686' 'x86_64')
-url="http://www.kernel.org/pub/software/network/ethtool/";
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('dd0a93a70784fdeb2c3e699b3c709e8a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: ethtool/repos/extra-i686/PKGBUILD (from rev 146698, 
ethtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 19:33:36 UTC (rev 146699)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=3.2
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/pub/software/network/ethtool/";
+license=('GPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('4ed4a9dfd2039aa416176a9c06497b00')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 19:31:45 UTC (rev 146698)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:33:36 UTC (rev 146699)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Martin Kemp 
-
-pkgname=ethtool
-pkgver=3.1
-pkgrel=1
-epoch=1
-pkgdesc="Utility for controlling network drivers and hardware"
-arch=('i686' 'x86_64')
-url="http://www.kernel.org/pub/software/network/ethtool/";
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('dd0a93a70784fdeb2c3e699b3c709e8a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: ethtool/repos/extra-x86_64/PKGBUILD (from rev 146698, 
ethtool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 19:33:36 UTC (rev 146699)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=3.2
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="http://www.kernel.org/pub/software/network/ethtool/";
+license=('GPL')
+depends=('glibc')
+source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('4ed4a9dfd2039aa416176a9c06497b00')
+
+build() {
+  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 ethtool/trunk (PKGBUILD)

2012-01-16 Thread Ionut Biru
Date: Monday, January 16, 2012 @ 14:31:45
  Author: ibiru
Revision: 146698

update to 3.2

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 19:19:27 UTC (rev 146697)
+++ PKGBUILD2012-01-16 19:31:45 UTC (rev 146698)
@@ -4,7 +4,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('dd0a93a70784fdeb2c3e699b3c709e8a')
+md5sums=('4ed4a9dfd2039aa416176a9c06497b00')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:19:27
  Author: dreisner
Revision: 146697

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

Added:
  kmod/repos/testing-i686/PKGBUILD
(from rev 146696, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 146696, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 146696, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 146696, kmod/trunk/depmod-search.conf)
Deleted:
  kmod/repos/testing-i686/PKGBUILD
  kmod/repos/testing-i686/depmod-search.conf
  kmod/repos/testing-x86_64/PKGBUILD
  kmod/repos/testing-x86_64/depmod-search.conf

---+
 testing-i686/PKGBUILD |  116 +---
 testing-i686/depmod-search.conf   |   10 +--
 testing-x86_64/PKGBUILD   |  116 +---
 testing-x86_64/depmod-search.conf |   10 +--
 4 files changed, 122 insertions(+), 130 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-01-16 19:19:14 UTC (rev 146696)
+++ testing-i686/PKGBUILD   2012-01-16 19:19:27 UTC (rev 146697)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=kmod
-pkgver=3
-pkgrel=6
-_snapdt=20120112
-pkgdesc="Linux kernel module handling"
-arch=('i686' 'x86_64')
-url="http://git.profusion.mobi/cgit.cgi/kmod.git";
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-provides=('module-init-tools=3.16')
-conflicts=('module-init-tools')
-replaces=('module-init-tools')
-options=('!strip')
-source=(#"http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz";
-
"ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz";
-"depmod-search.conf")
-md5sums=('78252871325d3950bb132cde81c488b0'
- '4b8cbcbc54b9029c99fd730e257d4436')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CFLAGS+=' -g' ./configure \
---sysconfdir=/etc \
---enable-debug \
---with-rootprefix= \
---with-rootlibdir=/lib \
---with-zlib
-
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-
-  # binary directories
-  install -dm755 "$pkgdir"/{,s}bin
-
-  # configuration directories
-  install -dm755 "$pkgdir"/{etc,lib}/{depmod,modprobe}.d
-
-  # add symlinks to kmod
-  ln -s /usr/bin/kmod "$pkgdir/bin/lsmod"
-  for tool in {ins,rm,dep}mod mod{info,probe}; do
-ln -s ../usr/bin/kmod "$pkgdir/sbin/$tool"
-  done
-
-  # install depmod.d file for search/ dir
-  install -Dm644 "$srcdir/depmod-search.conf" 
"$pkgdir/lib/depmod.d/search.conf"
-}
-
-# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 146696, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-16 19:19:27 UTC (rev 146697)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=kmod
+pkgver=4
+pkgrel=1
+pkgdesc="Linux kernel module handling"
+arch=('i686' 'x86_64')
+url="http://git.profusion.mobi/cgit.cgi/kmod.git";
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('docbook2x')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz";
+"depmod-search.conf")
+md5sums=('e14450a066a48accd0af1995b3c0232d'
+ '4b8cbcbc54b9029c99fd730e257d4436')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--sysconfdir=/etc \
+--with-rootprefix= \
+--with-zlib
+
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # binary directories
+  install -dm755 "$pkgdir"/{,s}bin
+
+  # configuration directories
+  install -dm755 "$pkgdir"/{etc,lib}/{depmod,modprobe}.d
+
+  # add symlinks to kmod
+  ln -s /usr/bin/kmod "$pkgdir/bin/lsmod"
+  for tool in {ins,rm,dep}mod mod{info,probe}; do
+ln -s ../usr/bin/kmod "$pkgdir/sbin/$tool"
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 "$srcdir/depmod-search.conf" 
"$pkgdir/lib/depmod.d/search.conf"
+}
+
+# vim: ft=sh syn=sh et

Deleted: testing-i686/depmod-search.conf
===
--- testing-i686/depmod-search.conf 2012-01-16 19:19:14 UTC (rev 146696)
+++ testing-i686/depmod-search.conf 2012-01-16 19:19:27 UTC (rev 146697)
@@ -1,5 +0,0 @@
-#
-# /etc/depmod.d/depmod.conf
-#
-
-search updates extramodules built-in

Copied: kmod/repos/testing-i686/depmod-search.conf (from rev 146696, 
kmod/trunk/depmod-search.conf)
===
--- testing-i686/depmod-search.conf (rev 0)
+++ t

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

2012-01-16 Thread Dave Reisner
Date: Monday, January 16, 2012 @ 14:19:14
  Author: dreisner
Revision: 146696

upgpkg: kmod 4-1

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 19:04:05 UTC (rev 146695)
+++ PKGBUILD2012-01-16 19:19:14 UTC (rev 146696)
@@ -2,9 +2,8 @@
 # Maintainer: Dave Reisner 
 
 pkgname=kmod
-pkgver=3
-pkgrel=6
-_snapdt=20120112
+pkgver=4
+pkgrel=1
 pkgdesc="Linux kernel module handling"
 arch=('i686' 'x86_64')
 url="http://git.profusion.mobi/cgit.cgi/kmod.git";
@@ -15,21 +14,17 @@
 provides=('module-init-tools=3.16')
 conflicts=('module-init-tools')
 replaces=('module-init-tools')
-options=('!strip')
-source=(#"http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz";
-
"ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz";
+source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz";
 "depmod-search.conf")
-md5sums=('78252871325d3950bb132cde81c488b0'
+md5sums=('e14450a066a48accd0af1995b3c0232d'
  '4b8cbcbc54b9029c99fd730e257d4436')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  CFLAGS+=' -g' ./configure \
+  ./configure \
 --sysconfdir=/etc \
---enable-debug \
 --with-rootprefix= \
---with-rootlibdir=/lib \
 --with-zlib
 
   make



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

2012-01-16 Thread andyrtr
Date: Monday, January 16, 2012 @ 14:04:05
  Author: andyrtr
Revision: 146695

prepare LibO 3.5 branch release  - beta3, use internal boost, system one breaks 
build with an internal error

Modified:
  libreoffice/trunk/PKGBUILD.next_stable

--+
 PKGBUILD.next_stable |   35 ++-
 1 file changed, 18 insertions(+), 17 deletions(-)

Modified: PKGBUILD.next_stable
===
--- PKGBUILD.next_stable2012-01-16 14:00:07 UTC (rev 146694)
+++ PKGBUILD.next_stable2012-01-16 19:04:05 UTC (rev 146695)
@@ -18,9 +18,9 @@
'libreoffice-extension-presenter-screen'
'libreoffice-extension-presentation-minimizer'
'libreoffice-extension-report-builder')
-_LOver=3.4.99.2
-pkgver=3.5.0beta2
-pkgrel=2
+_LOver=3.4.99.3
+pkgver=3.5.0beta3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -44,7 +44,8 @@
 _mirror="http://dev-builds.libreoffice.org/pre-releases/src";
 _additional_source_url="http://dev-www.libreoffice.org/src";
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz
-   
${_additional_source_url}/a8b25a0bf696fd126a08319d88998492-libvisio-0.0.11.tar.bz2
+   
${_additional_source_url}/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
+   
${_additional_source_url}/053a35c244bf132f806e198ac4d960aa-libvisio-0.0.12.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -73,8 +74,9 @@

#${_additional_source_url}/cc8eb870d6a324d36575420efd856319-libcdr-0.0.0.tar.bz2

http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll

gmake_install.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=1048d8fa4abd3e55a45dfb6884db808da1d72c9e
-   
fix_menuicons.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=c3569696294bb264a0c645db12f027d44b4e033f)
-noextract=(a8b25a0bf696fd126a08319d88998492-libvisio-0.0.11.tar.bz2
+   
smp_buildfix.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=cf23f57ae6bb7af689a45e0a850c3c2f67a8f810)
+noextract=(053a35c244bf132f806e198ac4d960aa-libvisio-0.0.12.tar.bz2
+   f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
@@ -103,10 +105,11 @@
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
 #  cc8eb870d6a324d36575420efd856319-libcdr-0.0.0.tar.bz2
 )
-md5sums=('e80d9d4b6c6b2a8be882a46bc8757e69'
- '31471ad86996629a8c20f3a4d24ee03e'
- '3146b8522605d24ce4a259fe73ec3519'
- 'a8b25a0bf696fd126a08319d88998492'
+md5sums=('3f223ec797a100e557f7138c8ab4a91b'
+ 'bb08c856e5c9a7a8bcf22fefdb7cf13f'
+ '83bd4be3370840de3e535b2c974e8af5'
+ 'f02578f5218f217a9f20e9c30e119c6a'
+ '053a35c244bf132f806e198ac4d960aa'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
  '798b2ffdc8bcfe7bca2cf92b62caf685'
@@ -134,7 +137,7 @@
  '7c2549f6b0a8bb604e6c4c729ffdcfe6'
  '185d60944ea767075d27247c3162b3bc'
  '60ce5dc9bd098f95c2e621a930c98dd9'
- 'f9bd737527dafd3eeb451cf0dd95d7d6')
+ '661a52a02a31b3afbe4b3b3146061afd')
 
 build() {
 
@@ -157,8 +160,8 @@
# buildfixes & bugfixes
# one late fix to solve make distro-pack-install issue
patch -Np1 -i ${srcdir}/gmake_install.diff
-   patch -Np1 -i ${srcdir}/fix_menuicons.diff
-
+   patch -Np1 -i ${srcdir}/smp_buildfix.diff
+   
# unset C(XX)FLAGS
# http://www.openoffice.org/issues/show_bug.cgi?id=103205
 #  unset CFLAGS
@@ -180,7 +183,7 @@
# non-SMP test build
 #  export MAKEFLAGS="-j1"
#./configure --with-build-version="${_LOver} ArchLinux build-${pkgrel}" 
--with-vendor="ArchLinux" \
-   touch autogen.lastrun
+#  touch autogen.lastrun
./autogen.sh --with-build-version="${_LOver} ArchLinux build-${pkgrel}" 
--with-vendor="ArchLinux" \
--with-unix-wrapper="libreoffice" \
--enable-split-app-modules \
@@ -232,7 +235,7 @@
--without-system-mozilla \
--without-system-mozilla-headers \
--with-ant-home="/usr/share/java/apache-ant"\
-   --with-system-boost\
+   --without-system-boost\
--with-system-cairo\
--with-system-libs\
--with-system-mythes\
@@ -258,8 +261,6 @@
 
touch src.downloaded
#./download
-#  unset MAKEFLAGS
-#  ./bootstrap
make
# fake installation to create split file

[arch-commits] Commit in at-spi2-atk/repos (8 files)

2012-01-16 Thread Ionut Biru
Date: Monday, January 16, 2012 @ 09:00:07
  Author: ibiru
Revision: 146694

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

Added:
  at-spi2-atk/repos/extra-i686/PKGBUILD
(from rev 146693, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/extra-i686/at-spi2-atk.install
(from rev 146693, at-spi2-atk/trunk/at-spi2-atk.install)
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
(from rev 146693, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/extra-x86_64/at-spi2-atk.install
(from rev 146693, at-spi2-atk/trunk/at-spi2-atk.install)
Deleted:
  at-spi2-atk/repos/extra-i686/PKGBUILD
  at-spi2-atk/repos/extra-i686/at-spi2-atk.install
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
  at-spi2-atk/repos/extra-x86_64/at-spi2-atk.install

--+
 extra-i686/PKGBUILD  |   68 ++---
 extra-i686/at-spi2-atk.install   |   22 +--
 extra-x86_64/PKGBUILD|   68 ++---
 extra-x86_64/at-spi2-atk.install |   22 +--
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 13:56:18 UTC (rev 146693)
+++ extra-i686/PKGBUILD 2012-01-16 14:00:07 UTC (rev 146694)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
-makedepends=('intltool')
-install=at-spi2-atk.install
-options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-i686/PKGBUILD (from rev 146693, 
at-spi2-atk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 14:00:07 UTC (rev 146694)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+makedepends=('intltool')
+install=at-spi2-atk.install
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b63b214cec23163bf59239c59b350d55a7fcfab7a95858ea833815e0b16a4041')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/at-spi2-atk.install
===
--- extra-i686/at-spi2-atk.install  2012-01-16 13:56:18 UTC (rev 146693)
+++ extra-i686/at-spi2-atk.install  2012-01-16 14:00:07 UTC (rev 146694)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: at-spi2-atk/repos/extra-i686/at-spi2-atk.install (from rev 146693, 
at-spi2-atk/trunk/at-spi2-atk.install)
===
--- extra-i686/at-spi2-atk.install  (rev 0)
+++ extra-i686/at-spi2-atk.install  2012-01-16 14:00:07 UTC (rev 146694)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 13:56:18 UTC (rev 146693)
+++ extra-x86_64/PKGBUILD   2012-01-16 14:00:07 UTC (rev 146694)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
-makedepends=('intltool')
-install=at-spi2-atk.install
-options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('6677def34b16c9a28d

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

2012-01-16 Thread Gaetan Bisson
Date: Monday, January 16, 2012 @ 08:56:18
  Author: bisson
Revision: 146693

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

Added:
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 146691, fontforge/repos/testing-x86_64/PKGBUILD)
Deleted:
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/testing-x86_64/

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 13:56:17 UTC (rev 146692)
+++ extra-x86_64/PKGBUILD   2012-01-16 13:56:18 UTC (rev 146693)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Belanger 
-# Contributor: William Rea 
-
-pkgname=fontforge
-pkgver=20111214
-pkgrel=2
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
-options=('!libtool' '!makeflags')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > 
../${pkgname}-${pkgver}.tar.xz
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed -i 's/python /python2 /g' Makefile.dynamic.in
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-type3 \
-   --enable-devicetables \
-   --with-regular-link \
-   --with-python=python2 \
-   --enable-pyextension \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fontforge/repos/extra-x86_64/PKGBUILD (from rev 146691, 
fontforge/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 13:56:18 UTC (rev 146693)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20111214
+pkgrel=3
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
+options=('!libtool' '!makeflags')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > 
../${pkgname}-${pkgver}.tar.xz
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's/python /python2 /g' Makefile.dynamic.in
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-type3 \
+   --enable-devicetables \
+   --enable-double \
+   --with-regular-link \
+   --with-python=python2 \
+   --enable-pyextension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2012-01-16 Thread Gaetan Bisson
Date: Monday, January 16, 2012 @ 08:56:17
  Author: bisson
Revision: 146692

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 146691, fontforge/repos/testing-i686/PKGBUILD)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/testing-i686/

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 12:56:08 UTC (rev 146691)
+++ extra-i686/PKGBUILD 2012-01-16 13:56:17 UTC (rev 146692)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Belanger 
-# Contributor: William Rea 
-
-pkgname=fontforge
-pkgver=20111214
-pkgrel=2
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
-options=('!libtool' '!makeflags')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > 
../${pkgname}-${pkgver}.tar.xz
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed -i 's/python /python2 /g' Makefile.dynamic.in
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-type3 \
-   --enable-devicetables \
-   --with-regular-link \
-   --with-python=python2 \
-   --enable-pyextension \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 146691, 
fontforge/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 13:56:17 UTC (rev 146692)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Belanger 
+# Contributor: William Rea 
+
+pkgname=fontforge
+pkgver=20111214
+pkgrel=3
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro')
+options=('!libtool' '!makeflags')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('55c3f00c0b486492ba071fc479e1feb426562e2b')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > 
../${pkgname}-${pkgver}.tar.xz
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed -i 's/python /python2 /g' Makefile.dynamic.in
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-type3 \
+   --enable-devicetables \
+   --enable-double \
+   --with-regular-link \
+   --with-python=python2 \
+   --enable-pyextension \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-01-16 Thread Ionut Biru
Date: Monday, January 16, 2012 @ 07:56:08
  Author: ibiru
Revision: 146691

update to 2.2.2

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 11:37:07 UTC (rev 146690)
+++ PKGBUILD2012-01-16 12:56:08 UTC (rev 146691)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-atk
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 makedepends=('intltool')
 install=at-spi2-atk.install
 options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('6677def34b16c9a28d6ad96473ea56a3c0e13aa968e584df004cd44c8691ea1a')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b63b214cec23163bf59239c59b350d55a7fcfab7a95858ea833815e0b16a4041')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
 
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
   autoreconf --force --install
@@ -27,8 +27,8 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 06:37:07
  Author: heftig
Revision: 146690

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

Added:
  sdl_ttf/repos/extra-i686/PKGBUILD
(from rev 146689, sdl_ttf/trunk/PKGBUILD)
  sdl_ttf/repos/extra-x86_64/PKGBUILD
(from rev 146689, sdl_ttf/trunk/PKGBUILD)
Deleted:
  sdl_ttf/repos/extra-i686/PKGBUILD
  sdl_ttf/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 11:36:24 UTC (rev 146689)
+++ extra-i686/PKGBUILD 2012-01-16 11:37:07 UTC (rev 146690)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_ttf
-pkgver=2.0.10
-pkgrel=1
-pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://www.libsdl.org/projects/SDL_ttf/";
-depends=('sdl>=1.2.12' 'freetype2')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${pkgver}.tar.gz)
-md5sums=('814e6e17e8879254208d23b3b7e0354b')
-
-build() {
-  cd ${srcdir}/SDL_ttf-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL_ttf-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_ttf/repos/extra-i686/PKGBUILD (from rev 146689, 
sdl_ttf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 11:37:07 UTC (rev 146690)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_ttf
+pkgver=2.0.11
+pkgrel=1
+pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.libsdl.org/projects/SDL_ttf/";
+depends=('sdl>=1.2.12' 'freetype2')
+options=('!libtool')
+source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz)
+md5sums=('61e29bd9da8d245bc2471d1b2ce591aa')
+
+build() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 11:36:24 UTC (rev 146689)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:37:07 UTC (rev 146690)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_ttf
-pkgver=2.0.10
-pkgrel=1
-pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://www.libsdl.org/projects/SDL_ttf/";
-depends=('sdl>=1.2.12' 'freetype2')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${pkgver}.tar.gz)
-md5sums=('814e6e17e8879254208d23b3b7e0354b')
-
-build() {
-  cd ${srcdir}/SDL_ttf-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL_ttf-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_ttf/repos/extra-x86_64/PKGBUILD (from rev 146689, 
sdl_ttf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:37:07 UTC (rev 146690)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_ttf
+pkgver=2.0.11
+pkgrel=1
+pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.libsdl.org/projects/SDL_ttf/";
+depends=('sdl>=1.2.12' 'freetype2')
+options=('!libtool')
+source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz)
+md5sums=('61e29bd9da8d245bc2471d1b2ce591aa')
+
+build() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_ttf-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 06:36:24
  Author: heftig
Revision: 146689

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

Added:
  sdl_net/repos/extra-i686/PKGBUILD
(from rev 146688, sdl_net/trunk/PKGBUILD)
  sdl_net/repos/extra-x86_64/PKGBUILD
(from rev 146688, sdl_net/trunk/PKGBUILD)
Deleted:
  sdl_net/repos/extra-i686/PKGBUILD
  sdl_net/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 11:35:40 UTC (rev 146688)
+++ extra-i686/PKGBUILD 2012-01-16 11:36:24 UTC (rev 146689)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_net
-pkgver=1.2.7
-pkgrel=4
-pkgdesc="A small sample cross-platform networking library"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_net/";
-license=('GPL')
-depends=('sdl')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-${pkgver}.tar.gz)
-md5sums=('6bd4662d1423810f3140d4da21b6d912')
-
-build() {
-  cd ${srcdir}/SDL_net-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL_net-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_net/repos/extra-i686/PKGBUILD (from rev 146688, 
sdl_net/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 11:36:24 UTC (rev 146689)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_net
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="A small sample cross-platform networking library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.libsdl.org/projects/SDL_net/";
+depends=('sdl')
+options=('!libtool')
+source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
+md5sums=('20e64e61d65662db66c379034f11f718')
+
+build() {
+  cd "$srcdir/SDL_net-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_net-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 11:35:40 UTC (rev 146688)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:36:24 UTC (rev 146689)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_net
-pkgver=1.2.7
-pkgrel=4
-pkgdesc="A small sample cross-platform networking library"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_net/";
-license=('GPL')
-depends=('sdl')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-${pkgver}.tar.gz)
-md5sums=('6bd4662d1423810f3140d4da21b6d912')
-
-build() {
-  cd ${srcdir}/SDL_net-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL_net-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_net/repos/extra-x86_64/PKGBUILD (from rev 146688, 
sdl_net/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:36:24 UTC (rev 146689)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_net
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="A small sample cross-platform networking library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.libsdl.org/projects/SDL_net/";
+depends=('sdl')
+options=('!libtool')
+source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
+md5sums=('20e64e61d65662db66c379034f11f718')
+
+build() {
+  cd "$srcdir/SDL_net-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_net-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 06:35:40
  Author: heftig
Revision: 146688

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

Added:
  sdl_mixer/repos/extra-i686/PKGBUILD
(from rev 146687, sdl_mixer/trunk/PKGBUILD)
  sdl_mixer/repos/extra-x86_64/PKGBUILD
(from rev 146687, sdl_mixer/trunk/PKGBUILD)
Deleted:
  sdl_mixer/repos/extra-i686/PKGBUILD
  sdl_mixer/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 11:34:55 UTC (rev 146687)
+++ extra-i686/PKGBUILD 2012-01-16 11:35:40 UTC (rev 146688)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-# Contributor: Lukas Sabota  (Timidity Patch)
-
-pkgname=sdl_mixer
-pkgver=1.2.11
-pkgrel=2
-pkgdesc="A simple multi-channel audio mixer"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer/";
-license=('LGPL' 'GPL')
-depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${pkgver}.tar.gz)
-md5sums=('65ada3d997fe85109191a5fb083f248c')
-
-build() {
-  cd ${srcdir}/SDL_mixer-${pkgver}
-
-  sed -e 
"/CONFIG_FILE_ETC/s/\/etc\/timidity.cfg/\/etc\/timidity++\/timidity.cfg/" \
-  -e "/DEFAULT_PATH/s/\/etc\/timidity/\/etc\/timidity++/" \
-  -e "/DEFAULT_PATH2/s/\/usr\/local\/lib\/timidity/\/usr\/lib\/timidity/" \
-  -i timidity/config.h
-
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_mixer/repos/extra-i686/PKGBUILD (from rev 146687, 
sdl_mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 11:35:40 UTC (rev 146688)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+# Contributor: Lukas Sabota  (Timidity Patch)
+
+pkgname=sdl_mixer
+pkgver=1.2.12
+pkgrel=1
+pkgdesc="A simple multi-channel audio mixer"
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_mixer/";
+license=('custom')
+depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=('!libtool')
+source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz)
+md5sums=('e03ff73d77a55e3572ad0217131dc4a1')
+
+build() {
+  cd "$srcdir/SDL_mixer-$pkgver"
+
+  sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
+  -e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
+  -e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
+  -i timidity/config.h
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_mixer-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 11:34:55 UTC (rev 146687)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:35:40 UTC (rev 146688)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-# Contributor: Lukas Sabota  (Timidity Patch)
-
-pkgname=sdl_mixer
-pkgver=1.2.11
-pkgrel=2
-pkgdesc="A simple multi-channel audio mixer"
-arch=('i686' 'x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer/";
-license=('LGPL' 'GPL')
-depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
-options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${pkgver}.tar.gz)
-md5sums=('65ada3d997fe85109191a5fb083f248c')
-
-build() {
-  cd ${srcdir}/SDL_mixer-${pkgver}
-
-  sed -e 
"/CONFIG_FILE_ETC/s/\/etc\/timidity.cfg/\/etc\/timidity++\/timidity.cfg/" \
-  -e "/DEFAULT_PATH/s/\/etc\/timidity/\/etc\/timidity++/" \
-  -e "/DEFAULT_PATH2/s/\/usr\/local\/lib\/timidity/\/usr\/lib\/timidity/" \
-  -i timidity/config.h
-
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_mixer/repos/extra-x86_64/PKGBUILD (from rev 146687, 
sdl_mixer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:35:40 UTC (rev 146688)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+# Contributor: Lukas Sabota  (Timidity Patch)
+
+pkgname=sdl_mixer
+pkgver=1.2.12
+pkgrel=1
+pkgdesc="A simple multi-channel audio mixer"
+arch=('i686' 'x86_6

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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 06:34:55
  Author: heftig
Revision: 146687

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

Added:
  sdl_image/repos/extra-i686/PKGBUILD
(from rev 146686, sdl_image/trunk/PKGBUILD)
  sdl_image/repos/extra-x86_64/PKGBUILD
(from rev 146686, sdl_image/trunk/PKGBUILD)
Deleted:
  sdl_image/repos/extra-i686/PKGBUILD
  sdl_image/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 11:33:58 UTC (rev 146686)
+++ extra-i686/PKGBUILD 2012-01-16 11:34:55 UTC (rev 146687)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_image
-pkgver=1.2.10
-pkgrel=2
-pkgdesc="A simple library to load images of various formats as SDL surfaces"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
-options=('!libtool')
-url="http://www.libsdl.org/projects/SDL_image/";
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz)
-md5sums=('6c06584b31559e2b59f2b982d0d1f628')
-
-build() {
-  cd ${srcdir}/SDL_image-${pkgver}
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_image/repos/extra-i686/PKGBUILD (from rev 146686, 
sdl_image/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 11:34:55 UTC (rev 146687)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_image
+pkgver=1.2.11
+pkgrel=1
+pkgdesc="A simple library to load images of various formats as SDL surfaces"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
+options=('!libtool')
+url="http://www.libsdl.org/projects/SDL_image/";
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+md5sums=('1210d7a7e87ab95abebb4f3e79a0fd31')
+
+build() {
+  cd "$srcdir/SDL_image-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_image-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 11:33:58 UTC (rev 146686)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:34:55 UTC (rev 146687)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Tom Newsom 
-
-pkgname=sdl_image
-pkgver=1.2.10
-pkgrel=2
-pkgdesc="A simple library to load images of various formats as SDL surfaces"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
-options=('!libtool')
-url="http://www.libsdl.org/projects/SDL_image/";
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz)
-md5sums=('6c06584b31559e2b59f2b982d0d1f628')
-
-build() {
-  cd ${srcdir}/SDL_image-${pkgver}
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
-}

Copied: sdl_image/repos/extra-x86_64/PKGBUILD (from rev 146686, 
sdl_image/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:34:55 UTC (rev 146687)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sdl_image
+pkgver=1.2.11
+pkgrel=1
+pkgdesc="A simple library to load images of various formats as SDL surfaces"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
+options=('!libtool')
+url="http://www.libsdl.org/projects/SDL_image/";
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+md5sums=('1210d7a7e87ab95abebb4f3e79a0fd31')
+
+build() {
+  cd "$srcdir/SDL_image-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/SDL_image-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 06:33:58
  Author: heftig
Revision: 146686

1.2.11

Modified:
  sdl_image/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 11:19:17 UTC (rev 146685)
+++ PKGBUILD2012-01-16 11:33:58 UTC (rev 146686)
@@ -1,22 +1,29 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
 # Contributor: Tom Newsom 
 
 pkgname=sdl_image
-pkgver=1.2.10
-pkgrel=2
+pkgver=1.2.11
+pkgrel=1
 pkgdesc="A simple library to load images of various formats as SDL surfaces"
 arch=('i686' 'x86_64')
-license=('LGPL')
+license=('custom')
 depends=('sdl>=1.2.13' 'libpng' 'libjpeg>=7' 'libtiff' 'zlib')
 options=('!libtool')
 url="http://www.libsdl.org/projects/SDL_image/";
-source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-${pkgver}.tar.gz)
-md5sums=('6c06584b31559e2b59f2b982d0d1f628')
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$pkgver.tar.gz)
+md5sums=('1210d7a7e87ab95abebb4f3e79a0fd31')
 
 build() {
-  cd ${srcdir}/SDL_image-${pkgver}
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
+  cd "$srcdir/SDL_image-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
 }
+
+package() {
+  cd "$srcdir/SDL_image-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 06:19:17
  Author: heftig
Revision: 146685

1.2.12

Modified:
  sdl_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 11:06:00 UTC (rev 146684)
+++ PKGBUILD2012-01-16 11:19:17 UTC (rev 146685)
@@ -1,29 +1,38 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
 # Contributor: Tom Newsom 
 # Contributor: Lukas Sabota  (Timidity Patch)
 
 pkgname=sdl_mixer
-pkgver=1.2.11
-pkgrel=2
+pkgver=1.2.12
+pkgrel=1
 pkgdesc="A simple multi-channel audio mixer"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org/projects/SDL_mixer/";
-license=('LGPL' 'GPL')
+license=('custom')
 depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
 options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${pkgver}.tar.gz)
-md5sums=('65ada3d997fe85109191a5fb083f248c')
+source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz)
+md5sums=('e03ff73d77a55e3572ad0217131dc4a1')
 
 build() {
-  cd ${srcdir}/SDL_mixer-${pkgver}
+  cd "$srcdir/SDL_mixer-$pkgver"
 
-  sed -e 
"/CONFIG_FILE_ETC/s/\/etc\/timidity.cfg/\/etc\/timidity++\/timidity.cfg/" \
-  -e "/DEFAULT_PATH/s/\/etc\/timidity/\/etc\/timidity++/" \
-  -e "/DEFAULT_PATH2/s/\/usr\/local\/lib\/timidity/\/usr\/lib\/timidity/" \
+  sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
+  -e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
+  -e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
   -i timidity/config.h
 
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=${pkgdir} install
+  ./configure --prefix=/usr --disable-static
+  make
 }
+
+package() {
+  cd "$srcdir/SDL_mixer-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in at-spi2-core/repos (4 files)

2012-01-16 Thread Ionut Biru
Date: Monday, January 16, 2012 @ 06:06:00
  Author: ibiru
Revision: 146684

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

Added:
  at-spi2-core/repos/extra-i686/PKGBUILD
(from rev 146683, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 146683, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-i686/PKGBUILD
  at-spi2-core/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 11:04:51 UTC (rev 146683)
+++ extra-i686/PKGBUILD 2012-01-16 11:06:00 UTC (rev 146684)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2a4129420decca3657e163a4dbb1a3cb28acafe32ea1292417fdd81084d48fac')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 146683, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 11:06:00 UTC (rev 146684)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb97f0a02fa378795e50857e22e640e099be1768081e28ca2dbdb3835f5b6af1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-01-16 11:04:51 UTC (rev 146683)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:06:00 UTC (rev 146684)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org";
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2a4129420decca3657e163a4dbb1a3cb28acafe32ea1292417fdd81084d48fac')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 146683, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-01-16 11:06:00 UTC (rev 146684)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org";
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb97f0a02fa378795e50857e22e640e099be1768081e28ca2dbdb3835f5b6af1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --p

[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2012-01-16 Thread Ionut Biru
Date: Monday, January 16, 2012 @ 06:04:51
  Author: ibiru
Revision: 146683

update to 2.2.3

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 10:58:29 UTC (rev 146682)
+++ PKGBUILD2012-01-16 11:04:51 UTC (rev 146683)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.2.1
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 depends=('dbus-core' 'glib2' 'libxtst')
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2a4129420decca3657e163a4dbb1a3cb28acafe32ea1292417fdd81084d48fac')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb97f0a02fa378795e50857e22e640e099be1768081e28ca2dbdb3835f5b6af1')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
 
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
   autoreconf --force --install
@@ -26,8 +26,8 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 05:58:29
  Author: heftig
Revision: 146682

1.2.8

Modified:
  sdl_net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 10:56:13 UTC (rev 146681)
+++ PKGBUILD2012-01-16 10:58:29 UTC (rev 146682)
@@ -1,27 +1,29 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: dorphell 
 # Contributor: Tom Newsom 
 
 pkgname=sdl_net
-pkgver=1.2.7
-pkgrel=4
+pkgver=1.2.8
+pkgrel=1
 pkgdesc="A small sample cross-platform networking library"
 arch=('i686' 'x86_64')
+license=('custom')
 url="http://www.libsdl.org/projects/SDL_net/";
-license=('GPL')
 depends=('sdl')
 options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-${pkgver}.tar.gz)
-md5sums=('6bd4662d1423810f3140d4da21b6d912')
+source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz)
+md5sums=('20e64e61d65662db66c379034f11f718')
 
 build() {
-  cd ${srcdir}/SDL_net-${pkgver}
-  ./configure --prefix=/usr
+  cd "$srcdir/SDL_net-$pkgver"
+  ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/SDL_net-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "$srcdir/SDL_net-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 05:56:13
  Author: heftig
Revision: 146681

disable static

Modified:
  sdl_ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 10:50:47 UTC (rev 146680)
+++ PKGBUILD2012-01-16 10:56:13 UTC (rev 146681)
@@ -17,7 +17,7 @@
 
 build() {
   cd "$srcdir/SDL_ttf-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 



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

2012-01-16 Thread Jan Steffens
Date: Monday, January 16, 2012 @ 05:50:47
  Author: heftig
Revision: 146680

2.0.11

Modified:
  sdl_ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 09:04:24 UTC (rev 146679)
+++ PKGBUILD2012-01-16 10:50:47 UTC (rev 146680)
@@ -1,26 +1,29 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
 # Contributor: Tom Newsom 
 
 pkgname=sdl_ttf
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc="A library that allows you to use TrueType fonts in your SDL 
applications"
 arch=('i686' 'x86_64')
-license=('LGPL')
+license=('custom')
 url="http://www.libsdl.org/projects/SDL_ttf/";
 depends=('sdl>=1.2.12' 'freetype2')
 options=('!libtool')
-source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${pkgver}.tar.gz)
-md5sums=('814e6e17e8879254208d23b3b7e0354b')
+source=(http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$pkgver.tar.gz)
+md5sums=('61e29bd9da8d245bc2471d1b2ce591aa')
 
 build() {
-  cd ${srcdir}/SDL_ttf-${pkgver}
+  cd "$srcdir/SDL_ttf-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/SDL_ttf-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "$srcdir/SDL_ttf-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



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

2012-01-16 Thread Florian Pritz
Date: Monday, January 16, 2012 @ 04:04:24
  Author: bluewind
Revision: 146679

rename perl-exiftool to perl-image-exiftool

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 09:03:49 UTC (rev 146678)
+++ PKGBUILD2012-01-16 09:04:24 UTC (rev 146679)
@@ -11,7 +11,7 @@
 url="http://hugin.sourceforge.net/";
 license=('GPL')
 depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool')
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
 makedepends=('zip' 'cmake' 'boost' 'tclap')
 install=hugin.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)



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

2012-01-16 Thread Florian Pritz
Date: Monday, January 16, 2012 @ 04:03:49
  Author: bluewind
Revision: 146678

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

Added:
  spamassassin/repos/extra-i686/PKGBUILD
(from rev 146677, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-i686/spamassassin.install
(from rev 146677, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-i686/spamd
(from rev 146677, spamassassin/trunk/spamd)
  spamassassin/repos/extra-i686/spamd.conf.d
(from rev 146677, spamassassin/trunk/spamd.conf.d)
  spamassassin/repos/extra-x86_64/PKGBUILD
(from rev 146677, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-x86_64/spamassassin.install
(from rev 146677, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-x86_64/spamd
(from rev 146677, spamassassin/trunk/spamd)
  spamassassin/repos/extra-x86_64/spamd.conf.d
(from rev 146677, spamassassin/trunk/spamd.conf.d)
Deleted:
  spamassassin/repos/extra-i686/PKGBUILD
  spamassassin/repos/extra-i686/spamassassin.install
  spamassassin/repos/extra-i686/spamd
  spamassassin/repos/extra-i686/spamd.conf.d
  spamassassin/repos/extra-x86_64/PKGBUILD
  spamassassin/repos/extra-x86_64/spamassassin.install
  spamassassin/repos/extra-x86_64/spamd
  spamassassin/repos/extra-x86_64/spamd.conf.d

---+
 extra-i686/PKGBUILD   |  112 ++--
 extra-i686/spamassassin.install   |   50 
 extra-i686/spamd  |  104 +
 extra-i686/spamd.conf.d   |2 
 extra-x86_64/PKGBUILD |  112 ++--
 extra-x86_64/spamassassin.install |   50 
 extra-x86_64/spamd|  104 +
 extra-x86_64/spamd.conf.d |2 
 8 files changed, 278 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 08:56:03 UTC (rev 146677)
+++ extra-i686/PKGBUILD 2012-01-16 09:03:49 UTC (rev 146678)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount 
-# Contributor: Manolis Tzanidakis
-pkgname=spamassassin
-pkgver=3.3.2
-pkgrel=2
-pkgdesc="A mail filter to identify spam."
-arch=(i686 x86_64)
-license=(APACHE)
-url="http://spamassassin.apache.org";
-depends=('perl>=5.14' 'perl-net-dns' 'perl-uri' 'perl-html-parser' \
-   'perl-digest-sha1' 'perl-io-socket-ssl' 'openssl' \
-   'perl-libwww' 'perl-mail-spf' \
-   'zlib' 're2c')
-# perl-archive-tar perl-io-zlib)
-makedepends=('razor' 'perl-dbi') 
-optdepends=('razor: to identify collaborately-flagged spam'
-   'gnupg: gpg support, without this use --nogpg flag for 
sa-update'
-'re2c: regexp compiler, for compiling rules with sa-compile'
-'perl-mail-dkim: DomainKeys Identified Mail (DKIM) checking')
-backup=(etc/conf.d/spamd etc/mail/spamassassin/local.cf \
-   etc/mail/spamassassin/init.pre \
-   etc/mail/spamassassin/v310.pre \
-   etc/mail/spamassassin/v312.pre \
-   etc/mail/spamassassin/v320.pre)
-install=${pkgname}.install
-options=(!emptydirs)
-source=(http://mirrors.devlib.org/apache/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz
 \
-   spamd.conf.d spamd)
-md5sums=('d1d62cc5c6eac57e88c4006d9633b81e'
- 'af501c6b0bb937a2775b747cc4b6d150'
- '0534d3071a526a27ddc2b297afa03b04')
-
-build() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor \
-  CONTACT_ADDRESS=root@localhost ENABLE_SSL=yes PERL_TAINT=no
-  /usr/bin/make 
-}
-
-check() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-  /usr/bin/make test || true
-}
-
-package() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-  /usr/bin/make DESTDIR=${pkgdir} install
-
-  /bin/install -D -m644 ${srcdir}/spamd.conf.d ${pkgdir}/etc/conf.d/spamd
-  /bin/install -D -m755 ${srcdir}/spamd ${pkgdir}/etc/rc.d/spamd
-}

Copied: spamassassin/repos/extra-i686/PKGBUILD (from rev 146677, 
spamassassin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 09:03:49 UTC (rev 146678)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Dale Blount 
+# Contributor: Manolis Tzanidakis
+pkgname=spamassassin
+pkgver=3.3.2
+pkgrel=3
+pkgdesc="A mail filter to identify spam."
+arch=('i686' 'x86_64')
+license=('APACHE')
+url="http://spamassassin.apache.org";
+depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
+ 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
+ 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
+makedepends=('razor' 'perl-dbi') 
+optdepends=('razor: to identify collaborately-flagged spam')
+backup=('etc/conf.d/spamd' 

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

2012-01-16 Thread Florian Pritz
Date: Monday, January 16, 2012 @ 03:56:03
  Author: bluewind
Revision: 146677

fix make test and some syntax errors

Modified:
  spamassassin/trunk/PKGBUILD
  spamassassin/trunk/spamd

--+
 PKGBUILD |   12 ++--
 spamd|2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 08:07:28 UTC (rev 146676)
+++ PKGBUILD2012-01-16 08:56:03 UTC (rev 146677)
@@ -13,7 +13,8 @@
  'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
 makedepends=('razor' 'perl-dbi') 
 optdepends=('razor: to identify collaborately-flagged spam')
-backup=('etc/conf.d/spamd etc/mail/spamassassin/local.cf'
+backup=('etc/conf.d/spamd' 
+'etc/mail/spamassassin/local.cf'
 'etc/mail/spamassassin/init.pre'
 'etc/mail/spamassassin/v310.pre'
 'etc/mail/spamassassin/v312.pre'
@@ -25,7 +26,7 @@
 'spamd.conf.d' 'spamd')
 md5sums=('d1d62cc5c6eac57e88c4006d9633b81e'
  'af501c6b0bb937a2775b747cc4b6d150'
- '94ee712d7b521d1788171e804e86f785')
+ '57545e6877503d897db21e9a2e8bd2b9')
 
 build() {
   cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
@@ -38,6 +39,13 @@
 
 check() {
   cd "${srcdir}/Mail-SpamAssassin-${pkgver}"
+
+  # SSLv2 is disabled by upstream so this test would fail
+  rm -rf t/spamd_ssl_v2.t
+
+  # parallel tests cause lots of failures; disable for now
+  #export HARNESS_OPTIONS="j$(echo $MAKEFLAGS | sed 
's/.*-j\([0-9][0-9]*\).*/\1/')"
+
   make test
 }
 

Modified: spamd
===
--- spamd   2012-01-16 08:07:28 UTC (rev 146676)
+++ spamd   2012-01-16 08:56:03 UTC (rev 146677)
@@ -7,7 +7,7 @@
 . /etc/rc.d/functions
 
 PIDFILE=/var/run/spamd.pid
-if [ -f $PIDFILE]; then
+if [ -f $PIDFILE ]; then
   PID=$(cat $PIDFILE)
 else
   PID=$(pidof -o %PPID /usr/bin/vendor_perl/spamd) #backward compat



[arch-commits] Commit in perl-image-exiftool/repos (extra-any extra-any/PKGBUILD)

2012-01-16 Thread Florian Pritz
Date: Monday, January 16, 2012 @ 03:07:28
  Author: bluewind
Revision: 146676

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/
  perl-image-exiftool/repos/extra-any/PKGBUILD
(from rev 146675, perl-image-exiftool/trunk/PKGBUILD)

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

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 146675, 
perl-image-exiftool/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-01-16 08:07:28 UTC (rev 146676)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=8.75
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
+md5sums=('c1bffbb9928353ab3a683b1d2126df9f')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # remove *.pod, .packlist, and empty dirs:
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}
+



[arch-commits] Commit in (5 files)

2012-01-16 Thread Florian Pritz
Date: Monday, January 16, 2012 @ 03:04:55
  Author: bluewind
Revision: 146675

rename perl-exiftool to perl-image-exiftool

Added:
  perl-image-exiftool/
  perl-image-exiftool/repos/
  perl-image-exiftool/trunk/
  perl-image-exiftool/trunk/PKGBUILD
Deleted:
  perl-exiftool/

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

Added: perl-image-exiftool/trunk/PKGBUILD
===
--- perl-image-exiftool/trunk/PKGBUILD  (rev 0)
+++ perl-image-exiftool/trunk/PKGBUILD  2012-01-16 08:04:55 UTC (rev 146675)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 144999 2011-12-13 23:07:09Z eric $
+# Maintainer: Florian Pritz 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+# Contributor: Firmicus 
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=8.75
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="http://www.sno.phy.queensu.ca/~phil/exiftool/";
+license=('GPL')
+depends=('perl')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(http://www.sno.phy.queensu.ca/~phil/exiftool/${_srcname}-$pkgver.tar.gz)
+md5sums=('c1bffbb9928353ab3a683b1d2126df9f')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # remove *.pod, .packlist, and empty dirs:
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}
+



[arch-commits] Commit in perl-exiftool/repos (extra-any)

2012-01-16 Thread Florian Pritz
Date: Monday, January 16, 2012 @ 03:02:43
  Author: bluewind
Revision: 146674

db-remove: perl-exiftool removed by bluewind

Deleted:
  perl-exiftool/repos/extra-any/



[arch-commits] Commit in qemu/repos (12 files)

2012-01-16 Thread Tobias Powalowski
Date: Monday, January 16, 2012 @ 03:01:45
  Author: tpowa
Revision: 146673

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

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 146672, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 146672, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 146672, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 146672, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 146672, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 146672, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install

---+
 extra-i686/65-kvm.rules   |2 
 extra-i686/PKGBUILD   |  100 
 extra-i686/qemu.install   |   48 ++---
 extra-x86_64/65-kvm.rules |2 
 extra-x86_64/PKGBUILD |  100 
 extra-x86_64/qemu.install |   48 ++---
 6 files changed, 162 insertions(+), 138 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2012-01-16 08:01:11 UTC (rev 146672)
+++ extra-i686/65-kvm.rules 2012-01-16 08:01:45 UTC (rev 146673)
@@ -1 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 146672, 
qemu/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2012-01-16 08:01:45 UTC (rev 146673)
@@ -0,0 +1 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-01-16 08:01:11 UTC (rev 146672)
+++ extra-i686/PKGBUILD 2012-01-16 08:01:45 UTC (rev 146673)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=qemu
-pkgver=1.0
-pkgrel=1
-pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation."
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url="http://wiki.qemu.org/Index.html";
-makedepends=('texi2html' 'perl' 'python2')
-depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 
'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl' 'libgl' 'libpulse')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.gz
-65-kvm.rules)
-options=(!strip)
-
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's/lib64/lib/g' x86_64.ld
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
-  --python=/usr/bin/python2 \
-  --audio-card-list=ac97,sb16,es1370,hda \
-  --enable-docs
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/lib/udev/rules.d/65-kvm.rules
-  # strip scripts directory
-find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2>/dev/null | while read binary ; do
-  case "$(file -bi "$binary")" in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES "$binary";;
-  esac
-done
-
-}
-md5sums=('a64b36067a191451323b0d34ebb44954'
- 'b316a066d2f1bb57d8f5b7ea1d0d1caf')

Copied: qemu/repos/extra-i686/PKGBUILD (from rev 146672, qemu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-01-16 08:01:45 UTC (rev 146673)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=qemu
+pkgver=1.0
+pkgrel=2
+pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation."
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url="http://wiki.qemu.org/Index.html";
+makedepends=('iasl' 'git' 'texi2html' 'perl' 'python2')
+depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 
'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl' 'libgl' 'libpulse')
+backup=('etc/qemu/target-x86_64.conf')
+install=qemu.install
+source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.gz
+65-kvm.rules)
+options=(!strip)
+
+build()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's/lib64/lib/g' x86_64.ld
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
+  --python=/usr/bin/python2 \
+  --audio-card-list=ac97,sb16,es1370,hda \
+  --enable-docs
+  make

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

2012-01-16 Thread Tobias Powalowski
Date: Monday, January 16, 2012 @ 03:01:11
  Author: tpowa
Revision: 146672

upgpkg: qemu 1.0-2

fix seabios

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-16 06:54:09 UTC (rev 146671)
+++ PKGBUILD2012-01-16 08:01:11 UTC (rev 146672)
@@ -2,12 +2,12 @@
 # Maintainer: Tobias Powalowski 
 pkgname=qemu
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation."
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url="http://wiki.qemu.org/Index.html";
-makedepends=('texi2html' 'perl' 'python2')
+makedepends=('iasl' 'git' 'texi2html' 'perl' 'python2')
 depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 
'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl' 'libgl' 'libpulse')
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu.install
@@ -24,11 +24,23 @@
   --audio-card-list=ac97,sb16,es1370,hda \
   --enable-docs
   make
+  # Use latest seabios version
+  # https://bugs.archlinux.org/task/27616
+  cd ${srcdir}/
+  git clone git://git.seabios.org/seabios.git
+  cd seabios
+  find 'tools/' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  make clean
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
+  # Use latest seabios version
+  # https://bugs.archlinux.org/task/27616
+  cp ${srcdir}/seabios/out/bios.bin ${pkgdir}/usr/share/qemu/bios.bin
+
   install -D -m644 ${srcdir}/65-kvm.rules \
${pkgdir}/lib/udev/rules.d/65-kvm.rules
   # strip scripts directory