[arch-commits] Commit in telepathy-kde-accounts-kcm/trunk (PKGBUILD)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:08:36
  Author: andrea
Revision: 183060

Add missing makedeps

Modified:
  telepathy-kde-accounts-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 04:53:54 UTC (rev 183059)
+++ PKGBUILD2013-04-17 06:08:36 UTC (rev 183060)
@@ -11,7 +11,7 @@
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
 license=('GPL')
 depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'boost')
 optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
 'telepathy-haze: all protocols supported by libpurple')
 groups=('kde-telepathy')



[arch-commits] Commit in telepathy-kde-accounts-kcm/repos/extra-i686 (2 files)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:08:55
  Author: andrea
Revision: 183061

archrelease: copy trunk to extra-i686

Added:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
(from rev 183060, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 06:08:36 UTC (rev 183060)
+++ PKGBUILD2013-04-17 06:08:55 UTC (rev 183061)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
-'telepathy-haze: all protocols supported by libpurple')
-groups=('kde-telepathy')
-conflicts=('telepathy-kde-accounts-kcm-plugins')
-replaces=('telepathy-kde-accounts-kcm-plugins')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('8951573b54d5d940687c3c2b7b77fb441b0fddd9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD (from rev 183060, 
telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 06:08:55 UTC (rev 183061)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
+'telepathy-haze: all protocols supported by libpurple')
+groups=('kde-telepathy')
+conflicts=('telepathy-kde-accounts-kcm-plugins')
+replaces=('telepathy-kde-accounts-kcm-plugins')
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a6ba149da9a52423a41fe99704e57344d384b1cc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in telepathy-kde-accounts-kcm/repos/extra-x86_64 (2 files)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:09:00
  Author: andrea
Revision: 183062

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD
(from rev 183061, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 06:08:55 UTC (rev 183061)
+++ PKGBUILD2013-04-17 06:09:00 UTC (rev 183062)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
-makedepends=('cmake' 'automoc4')
-optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
-'telepathy-haze: all protocols supported by libpurple')
-groups=('kde-telepathy')
-conflicts=('telepathy-kde-accounts-kcm-plugins')
-replaces=('telepathy-kde-accounts-kcm-plugins')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('8951573b54d5d940687c3c2b7b77fb441b0fddd9')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD (from rev 
183061, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 06:09:00 UTC (rev 183062)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=KCM Module for configuring Telepathy Instant Messaging Accounts
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('telepathy-gabble: XMPP/Jabber/GTalk support'
+'telepathy-haze: all protocols supported by libpurple')
+groups=('kde-telepathy')
+conflicts=('telepathy-kde-accounts-kcm-plugins')
+replaces=('telepathy-kde-accounts-kcm-plugins')
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a6ba149da9a52423a41fe99704e57344d384b1cc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in telepathy-kde-contact-list/trunk (PKGBUILD)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:12:16
  Author: andrea
Revision: 183063

Add missing makedeps

Modified:
  telepathy-kde-contact-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 06:09:00 UTC (rev 183062)
+++ PKGBUILD2013-04-17 06:12:16 UTC (rev 183063)
@@ -11,7 +11,7 @@
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
 license=('GPL')
 depends=('telepathy-kde-common-internals' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)



[arch-commits] Commit in telepathy-kde-contact-list/repos/extra-i686 (4 files)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:12:22
  Author: andrea
Revision: 183064

archrelease: copy trunk to extra-i686

Added:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
(from rev 183063, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
(from rev 183063, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install

+
 PKGBUILD   |   64 +--
 telepathy-kde-contact-list.install |   22 ++--
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 06:12:16 UTC (rev 183063)
+++ PKGBUILD2013-04-17 06:12:22 UTC (rev 183064)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=Telepathy contact list application
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('2cb4bf8f7b5df1660027eab606d513b9cccebad5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-list/repos/extra-i686/PKGBUILD (from rev 183063, 
telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 06:12:22 UTC (rev 183064)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=Telepathy contact list application
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0fb7888effd4e9a8f584dfbdcce31e088fbe71de')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: telepathy-kde-contact-list.install
===
--- telepathy-kde-contact-list.install  2013-04-17 06:12:16 UTC (rev 183063)
+++ telepathy-kde-contact-list.install  2013-04-17 06:12:22 UTC (rev 183064)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install 
(from rev 183063, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===
--- telepathy-kde-contact-list.install  (rev 0)
+++ telepathy-kde-contact-list.install  2013-04-17 06:12:22 UTC (rev 183064)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in telepathy-kde-contact-list/repos/extra-x86_64 (4 files)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:12:27
  Author: andrea
Revision: 183065

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 183064, telepathy-kde-contact-list/trunk/PKGBUILD)
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
(from rev 183064, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install

+
 PKGBUILD   |   64 +--
 telepathy-kde-contact-list.install |   22 ++--
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 06:12:22 UTC (rev 183064)
+++ PKGBUILD2013-04-17 06:12:27 UTC (rev 183065)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=Telepathy contact list application
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-common-internals' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-telepathy')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('2cb4bf8f7b5df1660027eab606d513b9cccebad5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD (from rev 
183064, telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 06:12:27 UTC (rev 183065)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=Telepathy contact list application
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('0fb7888effd4e9a8f584dfbdcce31e088fbe71de')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: telepathy-kde-contact-list.install
===
--- telepathy-kde-contact-list.install  2013-04-17 06:12:22 UTC (rev 183064)
+++ telepathy-kde-contact-list.install  2013-04-17 06:12:27 UTC (rev 183065)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
 (from rev 183064, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===
--- telepathy-kde-contact-list.install  (rev 0)
+++ telepathy-kde-contact-list.install  2013-04-17 06:12:27 UTC (rev 183065)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in telepathy-kde-common-internals/trunk (PKGBUILD)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:14:28
  Author: andrea
Revision: 183066

Add missing makedeps

Modified:
  telepathy-kde-common-internals/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 06:12:27 UTC (rev 183065)
+++ PKGBUILD2013-04-17 06:14:28 UTC (rev 183066)
@@ -10,7 +10,7 @@
 url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
 license=('GPL')
 depends=('kdelibs' 'telepathy-logger-qt' 'telepathy-mission-control')
-makedepends=('cmake' 'automoc4' 'boost')
+makedepends=('cmake' 'automoc4' 'boost' 'doxygen')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('47f99b56e2faa6ef7c760f2112a7b10445f9c709')



[arch-commits] Commit in telepathy-kde-common-internals/repos/extra-i686 (4 files)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:14:35
  Author: andrea
Revision: 183067

archrelease: copy trunk to extra-i686

Added:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
(from rev 183066, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
(from rev 183066, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install

+
 PKGBUILD   |   60 +++
 telepathy-kde-common-internals.install |   22 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 06:14:28 UTC (rev 183066)
+++ PKGBUILD2013-04-17 06:14:35 UTC (rev 183067)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=Common components for KDE-Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('93ef0f8498c44b86dc25539f0b4f55354dc566ec')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-common-internals/repos/extra-i686/PKGBUILD (from rev 
183066, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 06:14:35 UTC (rev 183067)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=Common components for KDE-Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('kdelibs' 'telepathy-logger-qt' 'telepathy-mission-control')
+makedepends=('cmake' 'automoc4' 'boost' 'doxygen')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('47f99b56e2faa6ef7c760f2112a7b10445f9c709')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: telepathy-kde-common-internals.install
===
--- telepathy-kde-common-internals.install  2013-04-17 06:14:28 UTC (rev 
183066)
+++ telepathy-kde-common-internals.install  2013-04-17 06:14:35 UTC (rev 
183067)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
\ No newline at end of file

Copied: 
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
 (from rev 183066, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
===
--- telepathy-kde-common-internals.install  (rev 0)
+++ telepathy-kde-common-internals.install  2013-04-17 06:14:35 UTC (rev 
183067)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file



[arch-commits] Commit in telepathy-kde-common-internals/repos/extra-x86_64 (4 files)

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 08:14:39
  Author: andrea
Revision: 183068

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 183067, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
(from rev 183067, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install

+
 PKGBUILD   |   60 +++
 telepathy-kde-common-internals.install |   22 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 06:14:35 UTC (rev 183067)
+++ PKGBUILD2013-04-17 06:14:39 UTC (rev 183068)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=Common components for KDE-Telepathy
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('kdelibs' 'telepathy-qt' 'telepathy-mission-control')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('93ef0f8498c44b86dc25539f0b4f55354dc566ec')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD (from rev 
183067, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 06:14:39 UTC (rev 183068)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=Common components for KDE-Telepathy
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('kdelibs' 'telepathy-logger-qt' 'telepathy-mission-control')
+makedepends=('cmake' 'automoc4' 'boost' 'doxygen')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('47f99b56e2faa6ef7c760f2112a7b10445f9c709')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: telepathy-kde-common-internals.install
===
--- telepathy-kde-common-internals.install  2013-04-17 06:14:35 UTC (rev 
183067)
+++ telepathy-kde-common-internals.install  2013-04-17 06:14:39 UTC (rev 
183068)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}
\ No newline at end of file

Copied: 
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
 (from rev 183067, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
===
--- telepathy-kde-common-internals.install  (rev 0)
+++ telepathy-kde-common-internals.install  2013-04-17 06:14:39 UTC (rev 
183068)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}
\ No newline at end of file



[arch-commits] Commit in alsa-utils/trunk (PKGBUILD arecord-1.0.27.patch)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 08:57:01
  Author: tpowa
Revision: 183069

upgpkg: alsa-utils 1.0.27-4

fix #34811 arecord sigint fix

Added:
  alsa-utils/trunk/arecord-1.0.27.patch
Modified:
  alsa-utils/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 arecord-1.0.27.patch |   24 
 2 files changed, 30 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 06:14:39 UTC (rev 183068)
+++ PKGBUILD2013-04-17 06:57:01 UTC (rev 183069)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.27
-pkgrel=3
+pkgrel=4
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
@@ -15,13 +15,15 @@
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
 90alsa
 alsa-restore-1.0.27.service.patch
-alsactl-fix-buffer-overflow-1.0.27.patch)
+alsactl-fix-buffer-overflow-1.0.27.patch
+arecord-1.0.27.patch)
 backup=(etc/conf.d/alsa)
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
   patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
+  patch -Np1 -i ${srcdir}/arecord-1.0.27.patch
 }
 
 build() {
@@ -43,4 +45,5 @@
 md5sums=('cbfb21a24f63fb052b3392195639ce48'
  '529216f6a46e61a546640e08ea7a0879'
  '0a27f7b80351d6baa274c32d859bf037'
- 'cd577445636542f9f60b420e4ffe3f0f')
+ 'cd577445636542f9f60b420e4ffe3f0f'
+ 'cecb38f03bd245d0584bfd63370e9a05')

Added: arecord-1.0.27.patch
===
--- arecord-1.0.27.patch(rev 0)
+++ arecord-1.0.27.patch2013-04-17 06:57:01 UTC (rev 183069)
@@ -0,0 +1,24 @@
+From: Jaroslav Kysela pe...@perex.cz
+Date: Wed, 17 Apr 2013 06:34:34 + (+0200)
+Subject: arecord: add a missing break to the capture loop
+X-Git-Url: 
http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff_plain;h=b4f34ac26037c10ac51c4bb29203500165848977
+
+arecord: add a missing break to the capture loop
+
+Signed-off-by: Jaroslav Kysela pe...@perex.cz
+---
+
+diff --git a/aplay/aplay.c b/aplay/aplay.c
+index 5bdc39c..000d25b 100644
+--- a/aplay/aplay.c
 b/aplay/aplay.c
+@@ -3021,6 +3021,9 @@ static void capture(char *orig_name)
+   fd = -1;
+   }
+ 
++  if (in_aborting)
++  break;
++
+   /* repeat the loop when format is raw without timelimit or
+* requested counts of data are recorded
+*/



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

2013-04-17 Thread Gaetan Bisson
Date: Wednesday, April 17, 2013 @ 09:01:29
  Author: bisson
Revision: 88405

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 05:21:01 UTC (rev 88404)
+++ PKGBUILD2013-04-17 07:01:29 UTC (rev 88405)
@@ -3,7 +3,7 @@
 # Contributor: Gerhard Brauer gerhard.bra...@web.de
 
 pkgname=collectd
-pkgver=5.2.1
+pkgver=5.3.0
 pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
@@ -42,7 +42,7 @@
 'libperl.patch'
 'service'
 'rc.d')
-sha1sums=('2c51c21d339c221bd9f94b1ee2b44b1e388d6b39'
+sha1sums=('53879095aa51b7dd0b30882b0c9b6ce8c93a8539'
   '245c098d121a4a05594553583310953b3a2f6461'
   'b56907f532b9174e1b6995aadb518228d7464d3b'
   '0f441718d5519cb043b1130e5a1d0379078adbcc')
@@ -50,30 +50,29 @@
 backup=('etc/collectd.conf')
 options=('!libtool')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-
patch -p1 -i ../libperl.patch
autoconf
+   sed 's/-Werror//g' -i src/Makefile.in
+}
 
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-static=no \
--with-python=/usr/bin/python2
-
make all
 }
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-
make DESTDIR=${pkgdir} install
-
rmdir ${pkgdir}/var/run # FS#30201
install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
-   mv ${pkgdir}/usr/man/man3 ${pkgdir}/usr/share/man # perl man magic 
ignores datarootdir
 }



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

2013-04-17 Thread Gaetan Bisson
Date: Wednesday, April 17, 2013 @ 09:01:42
  Author: bisson
Revision: 88406

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

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 88405, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/libperl.patch
(from rev 88405, collectd/trunk/libperl.patch)
  collectd/repos/community-i686/rc.d
(from rev 88405, collectd/trunk/rc.d)
  collectd/repos/community-i686/service
(from rev 88405, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 88405, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/libperl.patch
(from rev 88405, collectd/trunk/libperl.patch)
  collectd/repos/community-x86_64/rc.d
(from rev 88405, collectd/trunk/rc.d)
  collectd/repos/community-x86_64/service
(from rev 88405, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/install
  collectd/repos/community-i686/libperl.patch
  collectd/repos/community-i686/rc.d
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/install
  collectd/repos/community-x86_64/libperl.patch
  collectd/repos/community-x86_64/rc.d
  collectd/repos/community-x86_64/service

+
 /PKGBUILD  |  156 +++
 /libperl.patch |   58 ++
 /rc.d  |   78 +++
 /service   |   26 ++
 community-i686/PKGBUILD|   80 
 community-i686/install |8 --
 community-i686/libperl.patch   |   29 ---
 community-i686/rc.d|   39 -
 community-i686/service |   13 ---
 community-x86_64/PKGBUILD  |   80 
 community-x86_64/install   |8 --
 community-x86_64/libperl.patch |   29 ---
 community-x86_64/rc.d  |   39 -
 community-x86_64/service   |   13 ---
 14 files changed, 318 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 07:01:29 UTC (rev 88405)
+++ community-i686/PKGBUILD 2013-04-17 07:01:42 UTC (rev 88406)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Gerhard Brauer gerhard.bra...@web.de
-
-pkgname=collectd
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'xmms: xmms plugin'
-'yajl: curl_json plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
- 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'xmms' 'yajl')
-
-depends=('libltdl' 'iptables')
-
-source=(${url}files/${pkgname}-${pkgver}.tar.gz
-'libperl.patch'
-'service'
-'rc.d')
-sha1sums=('2c51c21d339c221bd9f94b1ee2b44b1e388d6b39'
-  '245c098d121a4a05594553583310953b3a2f6461'
-  'b56907f532b9174e1b6995aadb518228d7464d3b'
-  '0f441718d5519cb043b1130e5a1d0379078adbcc')
-
-backup=('etc/collectd.conf')
-options=('!libtool')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../libperl.patch
-   autoconf
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --with-python=/usr/bin/python2
-
-   make all
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   rmdir ${pkgdir}/var/run # FS#30201
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
- 

[arch-commits] Commit in alsa-utils/repos (2 files)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 09:06:24
  Author: tpowa
Revision: 183070

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

Deleted:
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch

+
 extra-i686/alsa-restore-1.0.27.service.patch   |   10 --
 extra-x86_64/alsa-restore-1.0.27.service.patch |   10 --
 2 files changed, 20 deletions(-)

Deleted: extra-i686/alsa-restore-1.0.27.service.patch
===
--- extra-i686/alsa-restore-1.0.27.service.patch2013-04-17 06:57:01 UTC 
(rev 183069)
+++ extra-i686/alsa-restore-1.0.27.service.patch2013-04-17 07:06:24 UTC 
(rev 183070)
@@ -1,10 +0,0 @@
 alsa-utils-1.0.27/alsactl/alsa-restore.service.in.old  2013-04-15 
14:37:57.326541394 +0200
-+++ alsa-utils-1.0.27/alsactl/alsa-restore.service.in  2013-04-15 
14:38:10.179673494 +0200
-@@ -12,6 +12,6 @@
- Conflicts=shutdown.target
- 
- [Service]
--Type=oneshop
-+Type=oneshot
- ExecStart=-@sbindir@/alsactl restore
- StandardOutput=syslog

Deleted: extra-x86_64/alsa-restore-1.0.27.service.patch
===
--- extra-x86_64/alsa-restore-1.0.27.service.patch  2013-04-17 06:57:01 UTC 
(rev 183069)
+++ extra-x86_64/alsa-restore-1.0.27.service.patch  2013-04-17 07:06:24 UTC 
(rev 183070)
@@ -1,10 +0,0 @@
 alsa-utils-1.0.27/alsactl/alsa-restore.service.in.old  2013-04-15 
14:37:57.326541394 +0200
-+++ alsa-utils-1.0.27/alsactl/alsa-restore.service.in  2013-04-15 
14:38:10.179673494 +0200
-@@ -12,6 +12,6 @@
- Conflicts=shutdown.target
- 
- [Service]
--Type=oneshop
-+Type=oneshot
- ExecStart=-@sbindir@/alsactl restore
- StandardOutput=syslog



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

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 09:11:00
  Author: tpowa
Revision: 183071

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

Added:
  alsa-utils/repos/extra-i686/90alsa
(from rev 183070, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 183070, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-i686/alsa
(from rev 183070, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
(from rev 183070, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-i686/alsa.conf.d
(from rev 183070, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch
(from rev 183070, alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch)
  alsa-utils/repos/extra-i686/arecord-1.0.27.patch
(from rev 183070, alsa-utils/trunk/arecord-1.0.27.patch)
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 183070, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 183070, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/alsa
(from rev 183070, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch
(from rev 183070, alsa-utils/trunk/alsa-restore-1.0.27.service.patch)
  alsa-utils/repos/extra-x86_64/alsa.conf.d
(from rev 183070, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch
(from rev 183070, alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch)
  alsa-utils/repos/extra-x86_64/arecord-1.0.27.patch
(from rev 183070, alsa-utils/trunk/arecord-1.0.27.patch)
Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-i686/alsa
  alsa-utils/repos/extra-i686/alsa.conf.d
  alsa-utils/repos/extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD
  alsa-utils/repos/extra-x86_64/alsa
  alsa-utils/repos/extra-x86_64/alsa.conf.d
  alsa-utils/repos/extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch

---+
 /90alsa   |   26 +++
 /PKGBUILD |   98 
 /alsa |  124 
 /alsa.conf.d  |   30 +++
 /alsactl-fix-buffer-overflow-1.0.27.patch |   50 ++
 extra-i686/90alsa |   13 -
 extra-i686/PKGBUILD   |   46 -
 extra-i686/alsa   |   62 
 extra-i686/alsa-restore-1.0.27.service.patch  |   10 +
 extra-i686/alsa.conf.d|   15 -
 extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch   |   25 ---
 extra-i686/arecord-1.0.27.patch   |   24 +++
 extra-x86_64/90alsa   |   13 -
 extra-x86_64/PKGBUILD |   46 -
 extra-x86_64/alsa |   62 
 extra-x86_64/alsa-restore-1.0.27.service.patch|   10 +
 extra-x86_64/alsa.conf.d  |   15 -
 extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch |   25 ---
 extra-x86_64/arecord-1.0.27.patch |   24 +++
 19 files changed, 396 insertions(+), 322 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2013-04-17 07:06:24 UTC (rev 183070)
+++ extra-i686/90alsa   2013-04-17 07:11:00 UTC (rev 183071)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case $1 in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Copied: alsa-utils/repos/extra-i686/90alsa (from rev 183070, 
alsa-utils/trunk/90alsa)
===
--- extra-i686/90alsa   (rev 0)
+++ extra-i686/90alsa   2013-04-17 07:11:00 UTC (rev 183071)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case $1 in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 07:06:24 UTC (rev 183070)
+++ extra-i686/PKGBUILD 2013-04-17 07:11:00 UTC (rev 183071)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=alsa-utils
-pkgver=1.0.27
-pkgrel=3
-pkgdesc=An alternative implementation of Linux sound support
-arch=('i686' 'x86_64')
-url=http://www.alsa-project.org;
-#can not use =$pkgver due to use of letters in alsa-lib update versioning
-depends=(alsa-lib1.0.24 'dialog' 'pciutils' 'ncurses' 'psmisc' 

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

2013-04-17 Thread Jakob Gruber
Date: Wednesday, April 17, 2013 @ 09:21:14
  Author: schuay
Revision: 88407

openssh-askpass 2.0.0

Modified:
  openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 07:01:42 UTC (rev 88406)
+++ PKGBUILD2013-04-17 07:21:14 UTC (rev 88407)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
 
 pkgname=openssh-askpass
-pkgver=1.3.6
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='A plasma-like passphrase dialog for ssh'
 arch=('i686' 'x86_64')
 
url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=1'
@@ -32,5 +32,5 @@
   install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
 }
 
-md5sums=('795519396f070038857cd35710e2ff85'
+md5sums=('99b31e5bc2c12f91cc88869661ad92be'
  '961738244318f3723ba99cdcaac91a21')



[arch-commits] Commit in openssh-askpass/repos/community-i686 (4 files)

2013-04-17 Thread Jakob Gruber
Date: Wednesday, April 17, 2013 @ 09:21:24
  Author: schuay
Revision: 88408

archrelease: copy trunk to community-i686

Added:
  openssh-askpass/repos/community-i686/PKGBUILD
(from rev 88407, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-i686/openssh-askpass.sh
(from rev 88407, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-i686/PKGBUILD
  openssh-askpass/repos/community-i686/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |6 ++--
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 07:21:14 UTC (rev 88407)
+++ PKGBUILD2013-04-17 07:21:24 UTC (rev 88408)
@@ -1,36 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Previous Maintainer:  TDY t...@gmx.com
-# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
-
-pkgname=openssh-askpass
-pkgver=1.3.6
-pkgrel=2
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=1'
-license=('GPL')
-depends=('openssh' 'qt4')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=(http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz;
-$pkgname.sh)
- 
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-}
-
-md5sums=('795519396f070038857cd35710e2ff85'
- '961738244318f3723ba99cdcaac91a21')

Copied: openssh-askpass/repos/community-i686/PKGBUILD (from rev 88407, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 07:21:24 UTC (rev 88408)
@@ -0,0 +1,36 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Previous Maintainer:  TDY t...@gmx.com
+# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
+
+pkgname=openssh-askpass
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=1'
+license=('GPL')
+depends=('openssh' 'qt4')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=(http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz;
+$pkgname.sh)
+ 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+}
+
+md5sums=('99b31e5bc2c12f91cc88869661ad92be'
+ '961738244318f3723ba99cdcaac91a21')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2013-04-17 07:21:14 UTC (rev 88407)
+++ openssh-askpass.sh  2013-04-17 07:21:24 UTC (rev 88408)
@@ -1,3 +0,0 @@
-if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
-  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
-fi

Copied: openssh-askpass/repos/community-i686/openssh-askpass.sh (from rev 
88407, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2013-04-17 07:21:24 UTC (rev 88408)
@@ -0,0 +1,3 @@
+if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
+  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
+fi



[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)

2013-04-17 Thread Jakob Gruber
Date: Wednesday, April 17, 2013 @ 09:21:30
  Author: schuay
Revision: 88409

archrelease: copy trunk to community-x86_64

Added:
  openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 88408, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh
(from rev 88408, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-x86_64/PKGBUILD
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |6 ++--
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 07:21:24 UTC (rev 88408)
+++ PKGBUILD2013-04-17 07:21:30 UTC (rev 88409)
@@ -1,36 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Previous Maintainer:  TDY t...@gmx.com
-# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
-
-pkgname=openssh-askpass
-pkgver=1.3.6
-pkgrel=2
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=1'
-license=('GPL')
-depends=('openssh' 'qt4')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=(http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz;
-$pkgname.sh)
- 
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-}
-
-md5sums=('795519396f070038857cd35710e2ff85'
- '961738244318f3723ba99cdcaac91a21')

Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 88408, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 07:21:30 UTC (rev 88409)
@@ -0,0 +1,36 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Previous Maintainer:  TDY t...@gmx.com
+# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
+
+pkgname=openssh-askpass
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=1'
+license=('GPL')
+depends=('openssh' 'qt4')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=(http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz;
+$pkgname.sh)
+ 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+}
+
+md5sums=('99b31e5bc2c12f91cc88869661ad92be'
+ '961738244318f3723ba99cdcaac91a21')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2013-04-17 07:21:24 UTC (rev 88408)
+++ openssh-askpass.sh  2013-04-17 07:21:30 UTC (rev 88409)
@@ -1,3 +0,0 @@
-if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
-  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
-fi

Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 
88408, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2013-04-17 07:21:30 UTC (rev 88409)
@@ -0,0 +1,3 @@
+if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
+  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
+fi



[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

2013-04-17 Thread Alexandre Filgueira
Date: Wednesday, April 17, 2013 @ 09:47:34
  Author: faidoc
Revision: 88410

upgpkg: cinnamon-control-center 1.7.3-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 07:21:30 UTC (rev 88409)
+++ PKGBUILD2013-04-17 07:47:34 UTC (rev 88410)
@@ -5,7 +5,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 license=('GPL')
 options=('!libtool' '!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('09af52ae7417b611b91ca9fdafbde08c68356f2b66241780b513ad2249a831c1')
+sha256sums=('44a4484238c2b9e9060d062028438df589fc29c9e3da45edad068198a990c8be')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cinnamon-control-center/repos (8 files)

2013-04-17 Thread Alexandre Filgueira
Date: Wednesday, April 17, 2013 @ 09:47:53
  Author: faidoc
Revision: 88411

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 88410, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 88410, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 88410, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 88410, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--+
 /PKGBUILD|  122 +
 /cinnamon-control-center.install |   22 +++
 community-i686/PKGBUILD  |   61 --
 community-i686/cinnamon-control-center.install   |   11 -
 community-x86_64/PKGBUILD|   61 --
 community-x86_64/cinnamon-control-center.install |   11 -
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 07:47:34 UTC (rev 88410)
+++ community-i686/PKGBUILD 2013-04-17 07:47:53 UTC (rev 88411)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=1.7.2
-pkgrel=1
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon' 'cheese' 'libgtop' 'network-manager-applet')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'libgnomekbd')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('09af52ae7417b611b91ca9fdafbde08c68356f2b66241780b513ad2249a831c1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove unused stuff
-  make -C panels/datetime DESTDIR=$pkgdir uninstall
-  make -C panels/printers DESTDIR=$pkgdir uninstall
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall
-  make -C shell DESTDIR=$pkgdir install-libLTLIBRARIES
-
-  # Remove Region panel, because it's not compatible with 
gnome-settings-daemon 3.6
-  make -C panels/region DESTDIR=$pkgdir uninstall
-
-  # Remove broken desktop files
-  rm -R $pkgdir/usr/share/applications
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 88410, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-17 07:47:53 UTC (rev 88411)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-control-center
+pkgver=1.7.3
+pkgrel=1
+pkgdesc=The Control Center for Cinnamon
+arch=('i686' 'x86_64')
+depends=('cinnamon' 'cheese' 'libgtop' 'network-manager-applet')
+optdepends=('mesa-demos: provides glxinfo for graphics information'
+'gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'libgnomekbd')
+url=https://github.com/linuxmint/cinnamon-control-center;
+install=cinnamon-control-center.install

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

2013-04-17 Thread Daniel Micay
Date: Wednesday, April 17, 2013 @ 11:05:18
  Author: thestinger
Revision: 88412

update libgit2 to 0.18.0 and enable THREADSAFE

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 07:47:53 UTC (rev 88411)
+++ PKGBUILD2013-04-17 09:05:18 UTC (rev 88412)
@@ -4,24 +4,30 @@
 # Contributor: Dave Reisner d...@falconindy.com
 
 pkgname=libgit2
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc=A linkable library for Git
 arch=('i686' 'x86_64')
 url=http://libgit2.github.com/;
-depends=('zlib')
+depends=(zlib openssl)
 makedepends=(cmake python)
 license=('GPL2')
 
source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
-md5sums=('5a09dd1118d1354375407119d19e0f2c')
+md5sums=('50409ddb0c34713677b33ef617e92c94')
 
 build() {
-  cd $srcdir/$pkgname-*
+  cd $pkgname-*
+  export LANG=en_US.UTF-8
   cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
+check() {
+  cd $pkgname-*
+  make test
+}
+
 package() {
-  cd $srcdir/$pkgname-*
+  cd $pkgname-*
   make DESTDIR=$pkgdir install
 }



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

2013-04-17 Thread Daniel Micay
Date: Wednesday, April 17, 2013 @ 11:06:04
  Author: thestinger
Revision: 88413

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

Added:
  libgit2/repos/community-i686/PKGBUILD
(from rev 88412, libgit2/trunk/PKGBUILD)
  libgit2/repos/community-x86_64/PKGBUILD
(from rev 88412, libgit2/trunk/PKGBUILD)
Deleted:
  libgit2/repos/community-i686/PKGBUILD
  libgit2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 66 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 09:05:18 UTC (rev 88412)
+++ community-i686/PKGBUILD 2013-04-17 09:06:04 UTC (rev 88413)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Dave Reisner d...@falconindy.com
-
-pkgname=libgit2
-pkgver=0.17.0
-pkgrel=2
-pkgdesc=A linkable library for Git
-arch=('i686' 'x86_64')
-url=http://libgit2.github.com/;
-depends=('zlib')
-makedepends=(cmake python)
-license=('GPL2')
-source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
-md5sums=('5a09dd1118d1354375407119d19e0f2c')
-
-build() {
-  cd $srcdir/$pkgname-*
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-*
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2/repos/community-i686/PKGBUILD (from rev 88412, 
libgit2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-17 09:06:04 UTC (rev 88413)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.18.0
+pkgrel=1
+pkgdesc=A linkable library for Git
+arch=('i686' 'x86_64')
+url=http://libgit2.github.com/;
+depends=(zlib openssl)
+makedepends=(cmake python)
+license=('GPL2')
+source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
+md5sums=('50409ddb0c34713677b33ef617e92c94')
+
+build() {
+  cd $pkgname-*
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd $pkgname-*
+  make test
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-17 09:05:18 UTC (rev 88412)
+++ community-x86_64/PKGBUILD   2013-04-17 09:06:04 UTC (rev 88413)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Dave Reisner d...@falconindy.com
-
-pkgname=libgit2
-pkgver=0.17.0
-pkgrel=2
-pkgdesc=A linkable library for Git
-arch=('i686' 'x86_64')
-url=http://libgit2.github.com/;
-depends=('zlib')
-makedepends=(cmake python)
-license=('GPL2')
-source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
-md5sums=('5a09dd1118d1354375407119d19e0f2c')
-
-build() {
-  cd $srcdir/$pkgname-*
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-*
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2/repos/community-x86_64/PKGBUILD (from rev 88412, 
libgit2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-17 09:06:04 UTC (rev 88413)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.18.0
+pkgrel=1
+pkgdesc=A linkable library for Git
+arch=('i686' 'x86_64')
+url=http://libgit2.github.com/;
+depends=(zlib openssl)
+makedepends=(cmake python)
+license=('GPL2')
+source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
+md5sums=('50409ddb0c34713677b33ef617e92c94')
+
+build() {
+  cd $pkgname-*
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd $pkgname-*
+  make test
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR=$pkgdir install
+}



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

2013-04-17 Thread Daniel Micay
Date: Wednesday, April 17, 2013 @ 11:16:23
  Author: thestinger
Revision: 88414

libgit2: actually enable THREADSAFE

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 09:06:04 UTC (rev 88413)
+++ PKGBUILD2013-04-17 09:16:23 UTC (rev 88414)
@@ -18,7 +18,7 @@
 build() {
   cd $pkgname-*
   export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
   make
 }
 



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

2013-04-17 Thread Daniel Micay
Date: Wednesday, April 17, 2013 @ 11:17:05
  Author: thestinger
Revision: 88415

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

Added:
  libgit2/repos/community-i686/PKGBUILD
(from rev 88414, libgit2/trunk/PKGBUILD)
  libgit2/repos/community-x86_64/PKGBUILD
(from rev 88414, libgit2/trunk/PKGBUILD)
Deleted:
  libgit2/repos/community-i686/PKGBUILD
  libgit2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 09:16:23 UTC (rev 88414)
+++ community-i686/PKGBUILD 2013-04-17 09:17:05 UTC (rev 88415)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Dave Reisner d...@falconindy.com
-
-pkgname=libgit2
-pkgver=0.18.0
-pkgrel=1
-pkgdesc=A linkable library for Git
-arch=('i686' 'x86_64')
-url=http://libgit2.github.com/;
-depends=(zlib openssl)
-makedepends=(cmake python)
-license=('GPL2')
-source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
-md5sums=('50409ddb0c34713677b33ef617e92c94')
-
-build() {
-  cd $pkgname-*
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd $pkgname-*
-  make test
-}
-
-package() {
-  cd $pkgname-*
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2/repos/community-i686/PKGBUILD (from rev 88414, 
libgit2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-17 09:17:05 UTC (rev 88415)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.18.0
+pkgrel=1
+pkgdesc=A linkable library for Git
+arch=('i686' 'x86_64')
+url=http://libgit2.github.com/;
+depends=(zlib openssl)
+makedepends=(cmake python)
+license=('GPL2')
+source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
+md5sums=('50409ddb0c34713677b33ef617e92c94')
+
+build() {
+  cd $pkgname-*
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-*
+  make test
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-17 09:16:23 UTC (rev 88414)
+++ community-x86_64/PKGBUILD   2013-04-17 09:17:05 UTC (rev 88415)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
-# Contributor: Dave Reisner d...@falconindy.com
-
-pkgname=libgit2
-pkgver=0.18.0
-pkgrel=1
-pkgdesc=A linkable library for Git
-arch=('i686' 'x86_64')
-url=http://libgit2.github.com/;
-depends=(zlib openssl)
-makedepends=(cmake python)
-license=('GPL2')
-source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
-md5sums=('50409ddb0c34713677b33ef617e92c94')
-
-build() {
-  cd $pkgname-*
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd $pkgname-*
-  make test
-}
-
-package() {
-  cd $pkgname-*
-  make DESTDIR=$pkgdir install
-}

Copied: libgit2/repos/community-x86_64/PKGBUILD (from rev 88414, 
libgit2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-17 09:17:05 UTC (rev 88415)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.18.0
+pkgrel=1
+pkgdesc=A linkable library for Git
+arch=('i686' 'x86_64')
+url=http://libgit2.github.com/;
+depends=(zlib openssl)
+makedepends=(cmake python)
+license=('GPL2')
+source=(src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver;)
+md5sums=('50409ddb0c34713677b33ef617e92c94')
+
+build() {
+  cd $pkgname-*
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-*
+  make test
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR=$pkgdir install
+}



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

2013-04-17 Thread Tom Gundersen
Date: Wednesday, April 17, 2013 @ 12:44:02
  Author: tomegun
Revision: 183074

upgpkg: docbook-xsl 1.78.1-1

upstream release

Modified:
  docbook-xsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 10:22:07 UTC (rev 183073)
+++ PKGBUILD2013-04-17 10:44:02 UTC (rev 183074)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=docbook-xsl
-pkgver=1.78.0
+pkgver=1.78.1
 pkgrel=1
 pkgdesc='XML stylesheets for Docbook-xml transformations'
 arch=('any')
@@ -32,4 +32,4 @@
install -dm755 ${pkgdir}/etc/xml
install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-md5sums=('52d99e8728050968338494b1b973')
+md5sums=('6dd0f89131cc35bf4f2ed105a1c17771')



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

2013-04-17 Thread Tom Gundersen
Date: Wednesday, April 17, 2013 @ 12:44:39
  Author: tomegun
Revision: 183075

archrelease: copy trunk to testing-any

Added:
  docbook-xsl/repos/testing-any/
  docbook-xsl/repos/testing-any/PKGBUILD
(from rev 183074, docbook-xsl/trunk/PKGBUILD)
  docbook-xsl/repos/testing-any/docbook-xsl.install
(from rev 183074, docbook-xsl/trunk/docbook-xsl.install)

-+
 PKGBUILD|   35 +++
 docbook-xsl.install |   41 +
 2 files changed, 76 insertions(+)

Copied: docbook-xsl/repos/testing-any/PKGBUILD (from rev 183074, 
docbook-xsl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-17 10:44:39 UTC (rev 183075)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sean Middleditch elant...@awesomeplay.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=docbook-xsl
+pkgver=1.78.1
+pkgrel=1
+pkgdesc='XML stylesheets for Docbook-xml transformations'
+arch=('any')
+license=('custom')
+url='http://docbook.sourceforge.net/'
+depends=('libxml2' 'libxslt' 'docbook-xml')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2;)
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   _pkgroot=${pkgdir}/usr/share/xml/docbook/xsl-stylesheets-${pkgver}
+
+install -dm755 ${_pkgroot}
+   install -m644 VERSION VERSION.xsl ${_pkgroot}
+
+   for fn in assembly common eclipse epub epub3 fo highlighting html 
htmlhelp javahelp lib \
+  manpages params profiling roundtrip template website xhtml 
xhtml-1_1 xhtml5; do
+   install -dm755 ${_pkgroot}/${fn}
+   install -m644 ${fn}/*.{xml,xsl,dtd,ent} ${_pkgroot}/${fn} || 
true  # ignore missing files
+   done
+
+   install -dm755 ${pkgdir}/etc/xml
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('6dd0f89131cc35bf4f2ed105a1c17771')

Copied: docbook-xsl/repos/testing-any/docbook-xsl.install (from rev 183074, 
docbook-xsl/trunk/docbook-xsl.install)
===
--- testing-any/docbook-xsl.install (rev 0)
+++ testing-any/docbook-xsl.install 2013-04-17 10:44:39 UTC (rev 183075)
@@ -0,0 +1,41 @@
+post_install() {
+  if [ ! -f etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  _NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
+
+  xmlcatalog --noout --add rewriteSystem \
+http://docbook.sourceforge.net/release/xsl/${_NEW}; \
+/usr/share/xml/docbook/xsl-stylesheets-${_NEW} \
+etc/xml/catalog
+
+  xmlcatalog --noout --add rewriteURI \
+http://docbook.sourceforge.net/release/xsl/${_NEW}; \
+/usr/share/xml/docbook/xsl-stylesheets-${_NEW} \
+etc/xml/catalog 
+
+  xmlcatalog --noout --add rewriteSystem \
+http://docbook.sourceforge.net/release/xsl/current; \
+/usr/share/xml/docbook/xsl-stylesheets-${_NEW} \
+etc/xml/catalog 
+
+  xmlcatalog --noout --add rewriteURI \
+http://docbook.sourceforge.net/release/xsl/current; \
+/usr/share/xml/docbook/xsl-stylesheets-${_NEW} \
+etc/xml/catalog
+}
+
+post_upgrade() {
+  post_remove $2
+  post_install $1
+}
+
+post_remove() {
+  _OLD=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
+  xmlcatalog --noout --del /usr/share/xml/docbook/xsl-stylesheets-${_OLD} 
etc/xml/catalog
+
+  if [ $(vercmp $1 1.72.0-3) -lt 0 ]; then
+xmlcatalog --noout --del /usr/share/xml/docbook etc/xml/catalog
+xmlcatalog --noout --del file:///etc/xml/docbook etc/xml/catalog
+  fi
+}



[arch-commits] Commit in gpsd/trunk (PKGBUILD gpsd gpsd.conf gpsd.conf.d)

2013-04-17 Thread Tom Gundersen
Date: Wednesday, April 17, 2013 @ 13:29:34
  Author: tomegun
Revision: 183076

upgpkg: gpsd 3.8-1

upstream release

Added:
  gpsd/trunk/gpsd.conf
(from rev 183075, gpsd/trunk/gpsd.conf.d)
Modified:
  gpsd/trunk/PKGBUILD
Deleted:
  gpsd/trunk/gpsd
  gpsd/trunk/gpsd.conf.d

-+
 PKGBUILD|   24 ++--
 gpsd|   43 ---
 gpsd.conf   |5 +
 gpsd.conf.d |5 -
 4 files changed, 15 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 10:44:39 UTC (rev 183075)
+++ PKGBUILD2013-04-17 11:29:34 UTC (rev 183076)
@@ -5,7 +5,7 @@
 # Contributor: Giacomo Rizzo a...@free-os.it
 
 pkgname=gpsd
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 pkgdesc=GPS daemon and library to support USB/serial GPS devices
 arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@
 'php-gd: image support for the PHP status page'
 'pygtk: GUI frontends')
 makedepends=('scons' 'docbook-xsl' 'chrpath')
-backup=('etc/conf.d/gpsd')
+backup=('etc/gpsd.conf')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'gpsd' 'gpsd.conf.d')
+'gpsd.conf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -48,17 +48,16 @@
   export DESTDIR=${pkgdir}
   scons install
 
-  install -D -m644 ${srcdir}/gpsd.conf.d ${pkgdir}/etc/conf.d/gpsd
+  install -D -m644 ${srcdir}/gpsd.conf ${pkgdir}/etc/gpsd.conf
 
-  sed -i 's|/lib/udev/gpsd|/usr/lib/udev/gpsd|' gpsd.rules
+  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules
 
-  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/99-gpsd-usb.rules
-
-  sed -i 's|/etc/default/gpsd|/etc/conf.d/gpsd|' gpsd.hotplug
+  sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
   install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
 
   # GPSD needs RPATH
-  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps{,d}.so.20.0.0
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.20.0.0
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgpsd.so.21.0.0
   chrpath -r /usr/lib/ 
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps}
   chrpath -r /usr/lib/ ${pkgdir}/usr/sbin/{gpsd,gpsdctl}
   chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
@@ -70,14 +69,11 @@
   install -D -m644 packaging/X11/gpsd-logo.png \
 ${pkgdir}/usr/share/gpsd/gpsd-logo.png
 
-  install -D -m755 ${srcdir}/gpsd ${pkgdir}/etc/rc.d/gpsd
-
   install -D -m644 systemd/gpsd.service 
${pkgdir}/usr/lib/systemd/system/gpsd.service
   install -D -m644 systemd/gpsd.socket 
${pkgdir}/usr/lib/systemd/system/gpsd.socket
 
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-md5sums=('52d9785eaf1a51298bb8900dbde88f98'
- '07fa4bf23aa998dcb951790b63dbebff'
- '6602d04bb037bc500424f00f24f58837'
+md5sums=('1a3177b907f25c0ce6d1a0aa22597270'
+ 'SKIP'
  '3e963df3f9f7ef3572ecc648ae829315')

Deleted: gpsd
===
--- gpsd2013-04-17 10:44:39 UTC (rev 183075)
+++ gpsd2013-04-17 11:29:34 UTC (rev 183076)
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-[ -f /etc/conf.d/gpsd ]  . /etc/conf.d/gpsd
-
-NAME=gpsd
-DAEMON=/usr/sbin/gpsd
-PIDFILE=/run/gpsd.pid
-PID=$(cat $PIDFILE 2/dev/null)
-
-case $1 in
-   start)
-   stat_busy Starting gpsd
-   [ -z $PID ]  $DAEMON -P $PIDFILE -F /run/gpsd.sock 
${GPSD_OPTIONS} ${DEVICES}
-   if [ $? -gt 0 ]; then
-   stat_fail
-   else
-   add_daemon $NAME
-   stat_done
-   fi
-   ;;
-   stop)
-   stat_busy Stopping $NAME
-   [ ! -z $PID ]   kill $PID  /dev/null
-   if [ $? -gt 0 ]; then
-   stat_fail
-   else
-   rm -f $PIDFILE /dev/null
-   rm_daemon $NAME
-   stat_done
-   fi
-   ;;
-
-   restart)
-   $0 stop
-   sleep 2
-   $0 start
-   ;;
-  *)
-echo usage: $0 {start|stop|restart}
-esac
-exit 0

Copied: gpsd/trunk/gpsd.conf (from rev 183075, gpsd/trunk/gpsd.conf.d)
===
--- gpsd.conf   (rev 0)
+++ gpsd.conf   2013-04-17 11:29:34 UTC (rev 183076)
@@ -0,0 +1,5 @@
+# Default settings for gpsd.
+START_DAEMON=true
+GPSD_OPTIONS=
+DEVICES=
+USBAUTO=true

Deleted: gpsd.conf.d
===
--- gpsd.conf.d 2013-04-17 10:44:39 UTC (rev 183075)
+++ gpsd.conf.d 2013-04-17 11:29:34 UTC (rev 183076)
@@ -1,5 +0,0 @@
-# Default settings for gpsd.
-START_DAEMON=true
-GPSD_OPTIONS=
-DEVICES=
-USBAUTO=true



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

2013-04-17 Thread Tom Gundersen
Date: Wednesday, April 17, 2013 @ 13:30:09
  Author: tomegun
Revision: 183077

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

Added:
  gpsd/repos/testing-i686/
  gpsd/repos/testing-i686/PKGBUILD
(from rev 183076, gpsd/trunk/PKGBUILD)
  gpsd/repos/testing-i686/gpsd.conf
(from rev 183076, gpsd/trunk/gpsd.conf)
  gpsd/repos/testing-i686/gpsd.install
(from rev 183076, gpsd/trunk/gpsd.install)
  gpsd/repos/testing-x86_64/
  gpsd/repos/testing-x86_64/PKGBUILD
(from rev 183076, gpsd/trunk/PKGBUILD)
  gpsd/repos/testing-x86_64/gpsd.conf
(from rev 183076, gpsd/trunk/gpsd.conf)
  gpsd/repos/testing-x86_64/gpsd.install
(from rev 183076, gpsd/trunk/gpsd.install)

-+
 testing-i686/PKGBUILD   |   79 ++
 testing-i686/gpsd.conf  |5 ++
 testing-i686/gpsd.install   |   11 +
 testing-x86_64/PKGBUILD |   79 ++
 testing-x86_64/gpsd.conf|5 ++
 testing-x86_64/gpsd.install |   11 +
 6 files changed, 190 insertions(+)

Copied: gpsd/repos/testing-i686/PKGBUILD (from rev 183076, gpsd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 11:30:09 UTC (rev 183077)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=3.8
+pkgrel=1
+pkgdesc=GPS daemon and library to support USB/serial GPS devices
+arch=('i686' 'x86_64')
+url=http://catb.org/gpsd/;
+license=('BSD')
+depends=('python2' 'libusb' 'bluez' 'desktop-file-utils')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page'
+'pygtk: GUI frontends')
+makedepends=('scons' 'docbook-xsl' 'chrpath')
+backup=('etc/gpsd.conf')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
+'gpsd.conf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix python 2.7 path
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps \
+gpscat gpsfake gpsprof xgps xgpsspeed
+
+  scons prefix=/usr \
+systemd=yes \
+libQgpsmm=no \
+PYTHONPATH=/usr/bin/python2
+  scons build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix man pages path (FS#21715)
+  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
+
+  export DESTDIR=${pkgdir}
+  scons install
+
+  install -D -m644 ${srcdir}/gpsd.conf ${pkgdir}/etc/gpsd.conf
+
+  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules
+
+  sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
+  install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
+
+  # GPSD needs RPATH
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.20.0.0
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgpsd.so.21.0.0
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps}
+  chrpath -r /usr/lib/ ${pkgdir}/usr/sbin/{gpsd,gpsdctl}
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
+
+  install -D -m644 packaging/X11/xgps.desktop \
+${pkgdir}/usr/share/applications/xgps.desktop
+  install -D -m644 packaging/X11/xgpsspeed.desktop \
+${pkgdir}/usr/share/applications/xgpsspeed.desktop
+  install -D -m644 packaging/X11/gpsd-logo.png \
+${pkgdir}/usr/share/gpsd/gpsd-logo.png
+
+  install -D -m644 systemd/gpsd.service 
${pkgdir}/usr/lib/systemd/system/gpsd.service
+  install -D -m644 systemd/gpsd.socket 
${pkgdir}/usr/lib/systemd/system/gpsd.socket
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('1a3177b907f25c0ce6d1a0aa22597270'
+ 'SKIP'
+ '3e963df3f9f7ef3572ecc648ae829315')

Copied: gpsd/repos/testing-i686/gpsd.conf (from rev 183076, 
gpsd/trunk/gpsd.conf)
===
--- testing-i686/gpsd.conf  (rev 0)
+++ testing-i686/gpsd.conf  2013-04-17 11:30:09 UTC (rev 183077)
@@ -0,0 +1,5 @@
+# Default settings for gpsd.
+START_DAEMON=true
+GPSD_OPTIONS=
+DEVICES=
+USBAUTO=true

Copied: gpsd/repos/testing-i686/gpsd.install (from rev 183076, 
gpsd/trunk/gpsd.install)
===
--- testing-i686/gpsd.install   (rev 0)
+++ testing-i686/gpsd.install   2013-04-17 11:30:09 UTC (rev 183077)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+

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

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 14:08:12
  Author: tpowa
Revision: 183078

upgpkg: linux 3.8.8-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |4 ++--
 linux.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 11:30:09 UTC (rev 183077)
+++ PKGBUILD2013-04-17 12:08:12 UTC (rev 183078)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.8
-pkgver=3.8.7
+pkgver=3.8.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -20,7 +20,7 @@
 'linux.preset'
 'change-default-console-loglevel.patch')
 md5sums=('1c738edfc54e7c65faeb90c436104e2f'
- 'd166692330220c425d69db82c9d693b6'
+ '08cdcef928c2ca402adf1c444a3c43ac'
  '838191b72463b4146bc981b602423311'
  '0bebd8b31487488bd75fe5a1892d0db8'
  'eb14dcfd80c00852ef81ded6e826826a'

Modified: linux.install
===
--- linux.install   2013-04-17 11:30:09 UTC (rev 183077)
+++ linux.install   2013-04-17 12:08:12 UTC (rev 183078)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.8.7-1-ARCH
+KERNEL_VERSION=3.8.8-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 14:08:31
  Author: tpowa
Revision: 183079

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 183078, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 183078, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 183078, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 183078, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 183078, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 183078, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 183078, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 183078, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 183078, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 183078, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 183078, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 183078, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  322 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6200 +
 testing-i686/config.x86_64   | 5979 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  322 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6200 +
 testing-x86_64/config.x86_64 | 5979 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 25184 insertions(+)

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


[arch-commits] Commit in icedtea-web-java7/repos (8 files)

2013-04-17 Thread Andreas Radke
Date: Wednesday, April 17, 2013 @ 14:34:07
  Author: andyrtr
Revision: 183081

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

Added:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
(from rev 183080, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
(from rev 183080, icedtea-web-java7/trunk/icedtea-web-java7.install)
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
(from rev 183080, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install
(from rev 183080, icedtea-web-java7/trunk/icedtea-web-java7.install)
Deleted:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install

+
 /PKGBUILD  |  176 +++
 /icedtea-web-java7.install |   22 +++
 extra-i686/PKGBUILD|   89 ---
 extra-i686/icedtea-web-java7.install   |   11 -
 extra-x86_64/PKGBUILD  |   89 ---
 extra-x86_64/icedtea-web-java7.install |   11 -
 6 files changed, 198 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 12:33:42 UTC (rev 183080)
+++ extra-i686/PKGBUILD 2013-04-17 12:34:07 UTC (rev 183081)
@@ -1,89 +0,0 @@
-# $Id: PKGBUILD 136836 2011-09-02 07:59:01Z andyrtr $
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=icedtea-web-java7
-pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.3.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://icedtea.classpath.org/wiki/IcedTea-Web;
-license=('GPL2')
-makedepends=('jdk7-openjdk' 'zip' 'gtk2' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 
'firefox' 'chromium' 'epiphany')
-noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the 
tarball that fails with LANG=C in our chroot
-source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-sha256sums=('20c7fd1eef6c79cbc6478bb01236a3eb2f0af6184eaed24baca59a3c37eafb56')
-
-_javaver=7
-_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
-
-build() {
-  # extract it
-  cd $srcdir
-  LANG=en_US.UTF-8 bsdtar -x -f ${srcdir}/${pkgbase/-java7/}-$pkgver.tar.gz
-
-  cd ${srcdir}/icedtea-web*
-  ./configure --prefix=${_jvmdir} \
-  --datarootdir=/usr/share \
-  --with-jdk-home=${_jvmdir} \
-  --with-browser-tests \
-  --with-firefox=/usr/bin/firefox \
-  --with-chromium=/usr/bin/chromium \
-  --with-epiphany=/usr/bin/epiphany \
-  --with-gtk=2  
-  make
-}
-
-check() {
-  cd ${srcdir}/icedtea-web*
-  # as more tests have been added some are expectged to fail
-  # see 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html
-  make -k check || /bin/true
-}
-
-
-package_icedtea-web-java7() {
-
-  pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
-  depends=('jre7-openjdk' 'gtk2' 'desktop-file-utils')
-  provides=('java-web-start=7')
-  replaces=('icedtea-web')
-  install=${pkgname}.install
-
-  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
-  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
-  make DESTDIR=${pkgdir} install-exec-local install-data-local
-
-  # Install desktop files.
-  install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
-  install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
-  # remove splitted doc files
-  rm -rf ${pkgdir}/usr/share/doc
-
-  # link binaries into /usr/bin + jre/bin
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
-  pushd ${pkgdir}/${_jvmdir}/bin
-  for file in *; do
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/${_jvmdir}/jre/bin
-  done
-  popd
-
-  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
-  install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
-  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
-}
-
-package_icedtea-web-java7-doc() {
-
-  pkgdesc=icedtea-web browser plugin + Java WebStart - documentation files
-  replaces=('icedtea-web-doc')
-
-  cd ${srcdir}/icedtea-web*
-  make DESTDIR=${pkgdir} install-data-local
-  # remove javaws about and man page
-  rm -rf ${pkgdir}/usr/lib
-  rm -rf ${pkgdir}/usr/share/man
-  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
-}

Copied: icedtea-web-java7/repos/extra-i686/PKGBUILD (from rev 183080, 
icedtea-web-java7/trunk/PKGBUILD)

[arch-commits] Commit in icedtea-web-java7/trunk (PKGBUILD)

2013-04-17 Thread Andreas Radke
Date: Wednesday, April 17, 2013 @ 14:33:42
  Author: andyrtr
Revision: 183080

upgpkg: icedtea-web-java7 1.3.2-1

upstream update 1.3.2

Modified:
  icedtea-web-java7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:08:31 UTC (rev 183079)
+++ PKGBUILD2013-04-17 12:33:42 UTC (rev 183080)
@@ -3,15 +3,15 @@
 
 pkgbase=icedtea-web-java7
 pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org/wiki/IcedTea-Web;
 license=('GPL2')
-makedepends=('jdk7-openjdk' 'zip' 'gtk2' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 
'firefox' 'chromium' 'epiphany')
+makedepends=('jdk7-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 
'firefox' 'chromium' 'epiphany')
 noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the 
tarball that fails with LANG=C in our chroot
 
source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-sha256sums=('20c7fd1eef6c79cbc6478bb01236a3eb2f0af6184eaed24baca59a3c37eafb56')
+md5sums=('94ce02c42c1e4d1411357fb3c1014f67')
 
 _javaver=7
 _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
@@ -28,9 +28,8 @@
   --with-browser-tests \
   --with-firefox=/usr/bin/firefox \
   --with-chromium=/usr/bin/chromium \
-  --with-epiphany=/usr/bin/epiphany \
-  --with-gtk=2  
-  make
+  --with-epiphany=/usr/bin/epiphany
+   make
 }
 
 check() {
@@ -44,7 +43,7 @@
 package_icedtea-web-java7() {
 
   pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
-  depends=('jre7-openjdk' 'gtk2' 'desktop-file-utils')
+  depends=('jre7-openjdk' 'desktop-file-utils')
   provides=('java-web-start=7')
   replaces=('icedtea-web')
   install=${pkgname}.install



[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD git_fixes.diff)

2013-04-17 Thread Laurent Carlier
Date: Wednesday, April 17, 2013 @ 14:38:11
  Author: lcarlier
Revision: 88416

upgpkg: lib32-fontconfig 2.10.92-1

Sync with testing

Added:
  lib32-fontconfig/trunk/git_fixes.diff
Modified:
  lib32-fontconfig/trunk/PKGBUILD

+
 PKGBUILD   |   21 +
 git_fixes.diff |  732 +++
 2 files changed, 746 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 09:17:05 UTC (rev 88415)
+++ PKGBUILD2013-04-17 12:38:11 UTC (rev 88416)
@@ -1,18 +1,21 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
+
 _pkgbasename=fontconfig
 pkgname=lib32-$_pkgbasename
-pkgver=2.10.2
+pkgver=2.10.92
 pkgrel=1
 pkgdesc=A library for configuring and customizing font access (32-bit)
 arch=(x86_64)
 url=http://www.fontconfig.org/release/;
 license=('custom')
-depends=('lib32-expat=2.0.1' 'lib32-freetype2=2.3.11' $_pkgbasename)
+depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
 makedepends=(gcc-multilib)
 options=('!libtool')
-source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('2f239690057d1438aa282e051f721d08')
+source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2
+git_fixes.diff)
+sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+'7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
 
 build() {
   export CC=gcc -m32
@@ -20,9 +23,13 @@
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # post release fixes
+  patch -Np1 -i ${srcdir}/git_fixes.diff
+
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
   libtoolize -f
-  autoreconf -f
+  autoreconf -fi
 
   ./configure --prefix=/usr \
  --sysconfdir=/etc \
@@ -38,8 +45,8 @@
 }
 
 check() {
-   cd $srcdir/$_pkgbasename-$pkgver
-   make -k check
+  cd $srcdir/$_pkgbasename-$pkgver
+  make -k check
 }
 
 package() {

Added: git_fixes.diff
===
--- git_fixes.diff  (rev 0)
+++ git_fixes.diff  2013-04-17 12:38:11 UTC (rev 88416)
@@ -0,0 +1,732 @@
+From 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da Mon Sep 17 00:00:00 2001
+From: Akira TAGOH ak...@tagoh.org
+Date: Mon, 01 Apr 2013 09:16:28 +
+Subject: Bug 62980 - matching native fonts with even :lang=en
+
+Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+to deal with both strong and weak of FC_LANG as the same location in the score
+---
+diff --git a/src/fcmatch.c b/src/fcmatch.c
+index 68f39ae..2d7b798 100644
+--- a/src/fcmatch.c
 b/src/fcmatch.c
+@@ -227,9 +227,10 @@ typedef enum _FcMatcherPriorityDummy {
+ #undef FC_OBJECT
+ 
+ #undef PRI1
+-#define PRI1(n)   \
+-PRI_ ## n ## _STRONG, \
+-PRI_ ## n ## _WEAK
++#define PRI1(n)   \
++PRI_ ## n,\
++PRI_ ## n ## _STRONG = PRI_ ## n, \
++PRI_ ## n ## _WEAK = PRI_ ## n
+ 
+ typedef enum _FcMatcherPriority {
+ PRI1(HASH),
+@@ -237,9 +238,8 @@ typedef enum _FcMatcherPriority {
+ PRI1(FOUNDRY),
+ PRI1(CHARSET),
+ PRI_FAMILY_STRONG,
+-PRI_LANG_STRONG,
+ PRI_POSTSCRIPT_NAME_STRONG,
+-PRI_LANG_WEAK,
++PRI1(LANG),
+ PRI_FAMILY_WEAK,
+ PRI_POSTSCRIPT_NAME_WEAK,
+ PRI1(SPACING),
+@@ -910,8 +910,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+* If this node matches any language, go check
+* which ones and satisfy those entries
+*/
+-  if (nodeps[f]-score[PRI_LANG_STRONG]  2000 ||
+-  nodeps[f]-score[PRI_LANG_WEAK]  2000)
++  if (nodeps[f]-score[PRI_LANG]  2000)
+   {
+   for (i = 0; i  nPatternLang; i++)
+   {
+@@ -935,13 +934,6 @@ FcFontSetSort (FcConfig   *config FC_UNUSED,
+   }
+   patternLangSat[i] = FcTrue;
+   satisfies = FcTrue;
+-  /* adjust score to ensure it's not more than 1.0
+-   * which would means the lang didn't satisfy the 
requirements
+-   */
+-  if (nodeps[f]-score[PRI_LANG_STRONG]  1.0)
+-  nodeps[f]-score[PRI_LANG_STRONG] = 1.0;
+-  if (nodeps[f]-score[PRI_LANG_WEAK]  1.0)
+-  nodeps[f]-score[PRI_LANG_WEAK] = 1.0;
+   break;
+   }
+   }
+@@ -949,8 +941,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+   }
+   if (!satisfies)
+   {
+-  nodeps[f]-score[PRI_LANG_STRONG] = 1.0;
+-  nodeps[f]-score[PRI_LANG_WEAK] = 1.0;
++  nodeps[f]-score[PRI_LANG] = 1.0;
+   }
+ }
+ 
+--
+cgit v0.9.0.2-2-gbebe

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

2013-04-17 Thread Laurent Carlier
Date: Wednesday, April 17, 2013 @ 14:38:17
  Author: lcarlier
Revision: 88417

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-fontconfig/repos/multilib-testing-x86_64/
  lib32-fontconfig/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88416, lib32-fontconfig/trunk/PKGBUILD)
  lib32-fontconfig/repos/multilib-testing-x86_64/git_fixes.diff
(from rev 88416, lib32-fontconfig/trunk/git_fixes.diff)

+
 PKGBUILD   |   60 
 git_fixes.diff |  732 +++
 2 files changed, 792 insertions(+)

Copied: lib32-fontconfig/repos/multilib-testing-x86_64/PKGBUILD (from rev 
88416, lib32-fontconfig/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-17 12:38:17 UTC (rev 88417)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+_pkgbasename=fontconfig
+pkgname=lib32-$_pkgbasename
+pkgver=2.10.92
+pkgrel=1
+pkgdesc=A library for configuring and customizing font access (32-bit)
+arch=(x86_64)
+url=http://www.fontconfig.org/release/;
+license=('custom')
+depends=('lib32-expat' 'lib32-freetype2' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2
+git_fixes.diff)
+sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+'7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # post release fixes
+  patch -Np1 -i ${srcdir}/git_fixes.diff
+
+  # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
+  libtoolize -f
+  autoreconf -fi
+
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-templatedir=/etc/fonts/conf.avail \
+ --with-xmldir=/etc/fonts \
+ --localstatedir=/var \
+ --disable-static \
+ --with-default-fonts=/usr/share/fonts \
+ --with-add-fonts=/usr/share/fonts \
+ --libdir=/usr/lib32
+
+  make
+}
+
+check() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin} $pkgdir/{etc,var}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Copied: lib32-fontconfig/repos/multilib-testing-x86_64/git_fixes.diff (from rev 
88416, lib32-fontconfig/trunk/git_fixes.diff)
===
--- multilib-testing-x86_64/git_fixes.diff  (rev 0)
+++ multilib-testing-x86_64/git_fixes.diff  2013-04-17 12:38:17 UTC (rev 
88417)
@@ -0,0 +1,732 @@
+From 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da Mon Sep 17 00:00:00 2001
+From: Akira TAGOH ak...@tagoh.org
+Date: Mon, 01 Apr 2013 09:16:28 +
+Subject: Bug 62980 - matching native fonts with even :lang=en
+
+Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+to deal with both strong and weak of FC_LANG as the same location in the score
+---
+diff --git a/src/fcmatch.c b/src/fcmatch.c
+index 68f39ae..2d7b798 100644
+--- a/src/fcmatch.c
 b/src/fcmatch.c
+@@ -227,9 +227,10 @@ typedef enum _FcMatcherPriorityDummy {
+ #undef FC_OBJECT
+ 
+ #undef PRI1
+-#define PRI1(n)   \
+-PRI_ ## n ## _STRONG, \
+-PRI_ ## n ## _WEAK
++#define PRI1(n)   \
++PRI_ ## n,\
++PRI_ ## n ## _STRONG = PRI_ ## n, \
++PRI_ ## n ## _WEAK = PRI_ ## n
+ 
+ typedef enum _FcMatcherPriority {
+ PRI1(HASH),
+@@ -237,9 +238,8 @@ typedef enum _FcMatcherPriority {
+ PRI1(FOUNDRY),
+ PRI1(CHARSET),
+ PRI_FAMILY_STRONG,
+-PRI_LANG_STRONG,
+ PRI_POSTSCRIPT_NAME_STRONG,
+-PRI_LANG_WEAK,
++PRI1(LANG),
+ PRI_FAMILY_WEAK,
+ PRI_POSTSCRIPT_NAME_WEAK,
+ PRI1(SPACING),
+@@ -910,8 +910,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+* If this node matches any language, go check
+* which ones and satisfy those entries
+*/
+-  if (nodeps[f]-score[PRI_LANG_STRONG]  2000 ||
+-  nodeps[f]-score[PRI_LANG_WEAK]  2000)
++  if (nodeps[f]-score[PRI_LANG]  2000)
+   {
+   for (i = 0; i  nPatternLang; i++)
+   {
+@@ -935,13 +934,6 @@ FcFontSetSort (FcConfig   *config FC_UNUSED,
+   }
+   patternLangSat[i] = FcTrue;
+   satisfies = FcTrue;
+-  /* adjust score to ensure it's not more than 1.0
+-   * which would means the lang didn't satisfy the 

[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 14:40:54
  Author: tpowa
Revision: 183082

upgpkg: linux-lts 3.0.74-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:34:07 UTC (rev 183081)
+++ PKGBUILD2013-04-17 12:40:54 UTC (rev 183082)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.73
+pkgver=3.0.74
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '475946806429c40939bbfb087ba54de0'
+ '867605b6b3e0495464d3093556a3409d'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-04-17 12:34:07 UTC (rev 183081)
+++ linux-lts.install   2013-04-17 12:40:54 UTC (rev 183082)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.73-1-lts
+KERNEL_VERSION=3.0.74-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 14:41:19
  Author: tpowa
Revision: 183083

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 183082, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 183082, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 183082, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 183082, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 183082, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 183082, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 183082, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 183082, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 183082, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 183082, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 183082, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 183082, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 183082, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 183082, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 183082, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 183082, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 183082, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 183082, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 183082, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 183082, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 183082, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 183082, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 183082, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 183082, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  321 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   65 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  321 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 

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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:41:40
  Author: spupykin
Revision: 88418

upgpkg: phppgadmin 5.1-1

upd

Modified:
  phppgadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:38:17 UTC (rev 88417)
+++ PKGBUILD2013-04-17 12:41:40 UTC (rev 88418)
@@ -4,8 +4,8 @@
 # Contributor: Benjamin Andresen be...@klapmuetz.org
 
 pkgname=phppgadmin
-pkgver=5.0.4
-pkgrel=3
+pkgver=5.1
+pkgrel=1
 pkgdesc=A web-based administration tool for PostgreSQL. It is perfect for 
PostgreSQL DBAs, newbies and hosting services.
 arch=('any')
 url=http://sourceforge.net/projects/phppgadmin;
@@ -14,7 +14,7 @@
 backup=('etc/webapps/phppgadmin/config.inc.php'
'etc/webapps/phppgadmin/.htaccess')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz)
-md5sums=('682a0cfe18d5284967bc73ead9d7a21d')
+md5sums=('554c94f5b38a1c6e8327ec3aa4cc6538')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phppgadmin



[arch-commits] Commit in phppgadmin/repos/community-any (PKGBUILD PKGBUILD)

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:41:53
  Author: spupykin
Revision: 88419

archrelease: copy trunk to community-any

Added:
  phppgadmin/repos/community-any/PKGBUILD
(from rev 88418, phppgadmin/trunk/PKGBUILD)
Deleted:
  phppgadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 12:41:40 UTC (rev 88418)
+++ PKGBUILD2013-04-17 12:41:53 UTC (rev 88419)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: wizzomafizzo wizzomafi...@gmail.com
-# Contributor: Benjamin Andresen be...@klapmuetz.org
-
-pkgname=phppgadmin
-pkgver=5.0.4
-pkgrel=3
-pkgdesc=A web-based administration tool for PostgreSQL. It is perfect for 
PostgreSQL DBAs, newbies and hosting services.
-arch=('any')
-url=http://sourceforge.net/projects/phppgadmin;
-license=('GPL')
-depends=('php' 'php-pgsql')
-backup=('etc/webapps/phppgadmin/config.inc.php'
-   'etc/webapps/phppgadmin/.htaccess')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz)
-md5sums=('682a0cfe18d5284967bc73ead9d7a21d')
-
-build() {
-  _instdir=$pkgdir/usr/share/webapps/phppgadmin
-  mkdir -p ${_instdir} $pkgdir/etc/webapps/phppgadmin
-  cd ${_instdir}
-  cp -ra $srcdir/phpPgAdmin-$pkgver/* .
-  cp ./conf/config.inc.php-dist $pkgdir/etc/webapps/phppgadmin/config.inc.php
-  echo deny from all $pkgdir/etc/webapps/phppgadmin/.htaccess
-  ln -s /etc/webapps/phppgadmin/.htaccess ${_instdir}/.htaccess
-  rm -f ${_instdir}/conf/config.inc.php
-  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
-  cat $pkgdir/etc/webapps/phppgadmin/apache.example.conf EOF
-   Alias /phppgadmin /usr/share/webapps/phppgadmin
-   Directory /usr/share/webapps/phppgadmin
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   /Directory
-EOF
-}

Copied: phppgadmin/repos/community-any/PKGBUILD (from rev 88418, 
phppgadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 12:41:53 UTC (rev 88419)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: wizzomafizzo wizzomafi...@gmail.com
+# Contributor: Benjamin Andresen be...@klapmuetz.org
+
+pkgname=phppgadmin
+pkgver=5.1
+pkgrel=1
+pkgdesc=A web-based administration tool for PostgreSQL. It is perfect for 
PostgreSQL DBAs, newbies and hosting services.
+arch=('any')
+url=http://sourceforge.net/projects/phppgadmin;
+license=('GPL')
+depends=('php' 'php-pgsql')
+backup=('etc/webapps/phppgadmin/config.inc.php'
+   'etc/webapps/phppgadmin/.htaccess')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpPgAdmin-$pkgver.tar.gz)
+md5sums=('554c94f5b38a1c6e8327ec3aa4cc6538')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phppgadmin
+  mkdir -p ${_instdir} $pkgdir/etc/webapps/phppgadmin
+  cd ${_instdir}
+  cp -ra $srcdir/phpPgAdmin-$pkgver/* .
+  cp ./conf/config.inc.php-dist $pkgdir/etc/webapps/phppgadmin/config.inc.php
+  echo deny from all $pkgdir/etc/webapps/phppgadmin/.htaccess
+  ln -s /etc/webapps/phppgadmin/.htaccess ${_instdir}/.htaccess
+  rm -f ${_instdir}/conf/config.inc.php
+  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
+  cat $pkgdir/etc/webapps/phppgadmin/apache.example.conf EOF
+   Alias /phppgadmin /usr/share/webapps/phppgadmin
+   Directory /usr/share/webapps/phppgadmin
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   /Directory
+EOF
+}



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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:41:57
  Author: spupykin
Revision: 88420

upgpkg: python-docs 3.3.1-1

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:41:53 UTC (rev 88419)
+++ PKGBUILD2013-04-17 12:41:57 UTC (rev 88420)
@@ -3,8 +3,8 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc=Set of HTML documentation for python
 arch=('any')
 url=http://docs.python.org/py3k/;
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 
source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('d8de7264eb5b03b54044825b765324c7')
+md5sums=('e730def6cc4d6dddb076aae82661b6d6')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html



[arch-commits] Commit in python-docs/repos/community-any (PKGBUILD PKGBUILD)

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:42:08
  Author: spupykin
Revision: 88421

archrelease: copy trunk to community-any

Added:
  python-docs/repos/community-any/PKGBUILD
(from rev 88420, python-docs/trunk/PKGBUILD)
Deleted:
  python-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 12:41:57 UTC (rev 88420)
+++ PKGBUILD2013-04-17 12:42:08 UTC (rev 88421)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.0
-pkgrel=2
-pkgdesc=Set of HTML documentation for python
-arch=('any')
-url=http://docs.python.org/py3k/;
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('d8de7264eb5b03b54044825b765324c7')
-
-build() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo export PYTHONDOCS=/usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.sh
-  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 88420, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 12:42:08 UTC (rev 88421)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=Set of HTML documentation for python
+arch=('any')
+url=http://docs.python.org/py3k/;
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('e730def6cc4d6dddb076aae82661b6d6')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo export PYTHONDOCS=/usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.sh
+  echo setenv PYTHONDOCS /usr/share/doc/python/html 
$pkgdir/etc/profile.d/$pkgname.csh
+}



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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:42:16
  Author: spupykin
Revision: 88422

upgpkg: xlockmore 5.42-1

upd

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:42:08 UTC (rev 88421)
+++ PKGBUILD2013-04-17 12:42:16 UTC (rev 88422)
@@ -3,7 +3,7 @@
 # Maintainer: dorphell dorph...@archlinux.org
 
 pkgname=xlockmore
-pkgver=5.41
+pkgver=5.42
 pkgrel=1
 pkgdesc=screen saver / locker for the X Window System
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!makeflags')
 
source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver/xlockmore-$pkgver.tar.bz2
LICENSE)
-md5sums=('a9af1cc72f0fd096ba4bba9097f9291c'
+md5sums=('de1dc31f686178703659fbb46d638518'
  'a64afab4283f53972a6702c2e59850d7')
 
 build() {



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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 14:42:33
  Author: spupykin
Revision: 88423

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

Added:
  xlockmore/repos/community-i686/LICENSE
(from rev 88422, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-i686/PKGBUILD
(from rev 88422, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/LICENSE
(from rev 88422, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 88422, xlockmore/trunk/PKGBUILD)
Deleted:
  xlockmore/repos/community-i686/LICENSE
  xlockmore/repos/community-i686/PKGBUILD
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   36 +
 /PKGBUILD |   74 
 community-i686/LICENSE|   18 --
 community-i686/PKGBUILD   |   31 --
 community-x86_64/LICENSE  |   18 --
 community-x86_64/PKGBUILD |   31 --
 6 files changed, 110 insertions(+), 98 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-04-17 12:42:16 UTC (rev 88422)
+++ community-i686/LICENSE  2013-04-17 12:42:33 UTC (rev 88423)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@jwz.org
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided as is without express or
- * implied warranty.
- *
- * This file, along with xlockmore.h, make it possible to compile an xlockmore
- * module into a standalone program, and thus use it with xscreensaver.
- * By Jamie Zawinski j...@jwz.org on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-i686/LICENSE (from rev 88422, 
xlockmore/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-04-17 12:42:33 UTC (rev 88423)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski j...@jwz.org
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided as is without express or
+ * implied warranty.
+ *
+ * This file, along with xlockmore.h, make it possible to compile an xlockmore
+ * module into a standalone program, and thus use it with xscreensaver.
+ * By Jamie Zawinski j...@jwz.org on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum mycr...@ai.mit.edu.  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 12:42:16 UTC (rev 88422)
+++ community-i686/PKGBUILD 2013-04-17 12:42:33 UTC (rev 88423)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=xlockmore
-pkgver=5.41
-pkgrel=1
-pkgdesc=screen saver / locker for the X Window System
-arch=(i686 x86_64)
-license=('BSD')
-depends=(freetype2 gtk2 libxpm lesstif pam libxmu glu)
-makedepends=(mesa)
-url=http://www.tux.org/~bagleyd/xlockmore.html;
-options=('!makeflags')
-source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver/xlockmore-$pkgver.tar.bz2
-   LICENSE)
-md5sums=('a9af1cc72f0fd096ba4bba9097f9291c'
- 'a64afab4283f53972a6702c2e59850d7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-setuid \
- --enable-appdefaultdir=/usr/share/X11/app-defaults \
- --enable-pam --with-gtk2 --without-esound --without-ftgl
-  make
-  make xapploaddir=$pkgdir/usr/share/X11/app-defaults \
-   mandir=$pkgdir/usr/man/man1 \
-   prefix=$pkgdir/usr install
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  mv $pkgdir/usr/man $pkgdir/usr/share/
-}

Copied: xlockmore/repos/community-i686/PKGBUILD 

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

2013-04-17 Thread Laurent Carlier
Date: Wednesday, April 17, 2013 @ 14:48:00
  Author: lcarlier
Revision: 88424

upgpkg: lib32-pango 1.34.0-1

Sync with testing

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:42:33 UTC (rev 88423)
+++ PKGBUILD2013-04-17 12:48:00 UTC (rev 88424)
@@ -2,22 +2,28 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 # Contributor: Mikko Seppälä t-r-...@mbnet.fi
 # Maintainer: Biru Ionut io...@archlinux.ro
+
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
-pkgver=1.32.5
+pkgver=1.34.0
 pkgrel=1
 pkgdesc=A library for layout and rendering of text (32-bit)
 arch=('x86_64')
 license=('LGPL')
-depends=('lib32-glib2=2.25.15' 'lib32-cairo=1.10.0' 'lib32-libxft=2.1.14'
- 'lib32-freetype2=2.4.2' 'lib32-harfbuzz' $_pkgbasename)
-makedepends=(gcc-multilib)
+makedepends=(gcc-multilib 'lib32-fontconfig' \
+ 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
 options=('!libtool' '!emptydirs')
 install=pango.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
 url=http://www.pango.org/;
-sha256sums=('7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821')
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
 
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
+}
+
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32
@@ -25,8 +31,6 @@
 
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 
-  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
-
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
   --localstatedir=/var --with-included-modules=basic-fc \
   
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
@@ -35,7 +39,9 @@
 }
 
 package() {
+  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
   cd ${srcdir}/${_pkgbasename}-${pkgver}
+
   make DESTDIR=${pkgdir} install
   rm -rf $pkgdir/etc
   rm -rf $pkgdir/usr/{bin/pango-view,share,include}



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

2013-04-17 Thread Laurent Carlier
Date: Wednesday, April 17, 2013 @ 14:48:05
  Author: lcarlier
Revision: 88425

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-pango/repos/multilib-testing-x86_64/
  lib32-pango/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88424, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-testing-x86_64/pango.install
(from rev 88424, lib32-pango/trunk/pango.install)

---+
 PKGBUILD  |   49 +
 pango.install |   21 +
 2 files changed, 70 insertions(+)

Copied: lib32-pango/repos/multilib-testing-x86_64/PKGBUILD (from rev 88424, 
lib32-pango/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-17 12:48:05 UTC (rev 88425)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Maintainer: Biru Ionut io...@archlinux.ro
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.34.0
+pkgrel=1
+pkgdesc=A library for layout and rendering of text (32-bit)
+arch=('x86_64')
+license=('LGPL')
+makedepends=(gcc-multilib 'lib32-fontconfig' \
+ 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc
+  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
+  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
+}

Copied: lib32-pango/repos/multilib-testing-x86_64/pango.install (from rev 
88424, lib32-pango/trunk/pango.install)
===
--- multilib-testing-x86_64/pango.install   (rev 0)
+++ multilib-testing-x86_64/pango.install   2013-04-17 12:48:05 UTC (rev 
88425)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules-32 etc/pango/pango.modules-32
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f etc/pango/pango.modules-32 ]; then
+   rm etc/pango/pango.modules-32
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules-32
+}



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

2013-04-17 Thread Andreas Radke
Date: Wednesday, April 17, 2013 @ 14:50:42
  Author: andyrtr
Revision: 183084

upgpkg: xorg-server 1.14.1-1

upstream update 1.14.1

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:41:19 UTC (rev 183083)
+++ PKGBUILD2013-04-17 12:50:42 UTC (rev 183084)
@@ -4,8 +4,8 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.14.0
-pkgrel=2
+pkgver=1.14.1
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -23,7 +23,7 @@
 xvfb-run.1
 10-quirks.conf
 git-fixes.patch)
-sha256sums=('1f5107573252c26439fdd165481765a2c0964e02a2e9fab36e02414d08f30630'
+sha256sums=('a5adb02571efb7d7459dde83286a3adb77dfd1a52a7348e75d2dc72d6f8d28aa'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'e033f9bcc21980f7f0428e6ed6c362a3d55ad293b05fd6e6c6c1933b86f9e63a'



[arch-commits] Commit in xorg-server/repos (36 files)

2013-04-17 Thread Andreas Radke
Date: Wednesday, April 17, 2013 @ 14:51:32
  Author: andyrtr
Revision: 183085

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 183084, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 183084, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 183084, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 183084, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/bug59825.patch
(from rev 183084, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-i686/git-fixes.patch
(from rev 183084, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 183084, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 183084, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 183084, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 183084, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 183084, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 183084, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 183084, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/bug59825.patch
(from rev 183084, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-x86_64/git-fixes.patch
(from rev 183084, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 183084, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 183084, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 183084, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/bug59825.patch
  xorg-server/repos/extra-i686/git-fixes.patch
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/bug59825.patch
  xorg-server/repos/extra-x86_64/git-fixes.patch
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

---+
 /10-quirks.conf   |   20 
 /PKGBUILD |  428 
 /autoconfig-nvidia.patch  |   56 +
 /autoconfig-sis.patch |   42 +
 /bug59825.patch   |   24 
 /git-fixes.patch  |   54 +
 /xserver-1.6.0-less-acpi-brokenness.patch |   50 +
 /xvfb-run |  360 ++
 /xvfb-run.1   |  564 
 extra-i686/10-quirks.conf |   10 
 extra-i686/PKGBUILD   |  214 --
 extra-i686/autoconfig-nvidia.patch|   28 
 extra-i686/autoconfig-sis.patch   |   21 
 extra-i686/bug59825.patch |   12 
 extra-i686/git-fixes.patch|   27 
 extra-i686/xserver-1.6.0-less-acpi-brokenness.patch   |   25 
 extra-i686/xvfb-run   |  180 -
 extra-i686/xvfb-run.1 |  282 
 extra-x86_64/10-quirks.conf   |   10 
 extra-x86_64/PKGBUILD |  214 --
 extra-x86_64/autoconfig-nvidia.patch  |   28 
 extra-x86_64/autoconfig-sis.patch |   21 
 extra-x86_64/bug59825.patch   |   12 
 extra-x86_64/git-fixes.patch  |   27 
 extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch |   25 
 extra-x86_64/xvfb-run |  180 -
 extra-x86_64/xvfb-run.1   |  282 
 27 files changed, 1598 insertions(+), 1598 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 183084:183085 to see the 

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

2013-04-17 Thread Laurent Carlier
Date: Wednesday, April 17, 2013 @ 15:11:59
  Author: lcarlier
Revision: 88426

upgpkg: lib32-glib2 2.36.1-1

Sync with testing

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:48:05 UTC (rev 88425)
+++ PKGBUILD2013-04-17 13:11:59 UTC (rev 88426)
@@ -5,7 +5,7 @@
 
 _pkgbasename=glib2
 pkgname=lib32-$_pkgbasename
-pkgver=2.34.3
+pkgver=2.36.1
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
 url=http://www.gtk.org/;
@@ -15,7 +15,7 @@
 makedepends=('gcc-multilib' python2)
 options=('!libtool' '!docs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
-sha256sums=('855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7')
+sha256sums=('7de37586794e92c024feebe5d306bf5f245fef4803c3666af1ae8dac6ee10b24')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-glib2/repos (2 files)

2013-04-17 Thread Laurent Carlier
Date: Wednesday, April 17, 2013 @ 15:12:04
  Author: lcarlier
Revision: 88427

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glib2/repos/multilib-testing-x86_64/
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88426, lib32-glib2/trunk/PKGBUILD)

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

Copied: lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD (from rev 88426, 
lib32-glib2/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-17 13:12:04 UTC (rev 88427)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=glib2
+pkgname=lib32-$_pkgbasename
+pkgver=2.36.1
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ 2.4 and other libs (32-bit)
+url=http://www.gtk.org/;
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-pcre' 'lib32-zlib' 'lib32-dbus-core' lib32-libffi 
$_pkgbasename)
+makedepends=('gcc-multilib' python2)
+options=('!libtool' '!docs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz)
+sha256sums=('7de37586794e92c024feebe5d306bf5f245fef4803c3666af1ae8dac6ee10b24')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/glib-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libdir=/usr/lib32 \
+  --enable-static --enable-shared --with-pcre=system --disable-fam
+  make
+}
+
+package() {
+  cd ${srcdir}/glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/{share,include}}
+
+  cd ${pkgdir}/usr/bin
+  mv gio-querymodules gio-querymodules-32
+  rm -f gdbus glib* gobject-query gsettings gtester*
+  rm -rf $pkgdir/usr/lib32/gdbus-2.0
+  find $pkgdir/usr/bin -type f -not -name gio-querymodules-32 -delete
+}



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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 15:33:53
  Author: spupykin
Revision: 88428

upgpkg: shotwell 0.14.1-3

upd

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 13:12:04 UTC (rev 88427)
+++ PKGBUILD2013-04-17 13:33:53 UTC (rev 88428)
@@ -5,12 +5,12 @@
 
 pkgname=shotwell
 pkgver=0.14.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A digital photo organizer designed for the GNOME desktop environment
 arch=('i686' 'x86_64')
 url=http://yorba.org/shotwell/;
 license=('LGPL2.1')
-depends=('libgee' 'libwebkit3' 'libgexiv2' 'libraw' 'rest'
+depends=('libgee06' 'libwebkit3' 'libgexiv2' 'libraw' 'rest'
 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
 'gst-plugins-base' 'libgphoto2')
 makedepends=('intltool' 'vala=0.17.2' 'libunique3')



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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 15:34:15
  Author: spupykin
Revision: 88429

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

Added:
  shotwell/repos/community-testing-i686/PKGBUILD
(from rev 88428, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-testing-i686/no-libexec.patch
(from rev 88428, shotwell/trunk/no-libexec.patch)
  shotwell/repos/community-testing-i686/shotwell.install
(from rev 88428, shotwell/trunk/shotwell.install)
  shotwell/repos/community-testing-x86_64/PKGBUILD
(from rev 88428, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-testing-x86_64/no-libexec.patch
(from rev 88428, shotwell/trunk/no-libexec.patch)
  shotwell/repos/community-testing-x86_64/shotwell.install
(from rev 88428, shotwell/trunk/shotwell.install)
Deleted:
  shotwell/repos/community-testing-i686/PKGBUILD
  shotwell/repos/community-testing-i686/no-libexec.patch
  shotwell/repos/community-testing-i686/shotwell.install
  shotwell/repos/community-testing-x86_64/PKGBUILD
  shotwell/repos/community-testing-x86_64/no-libexec.patch
  shotwell/repos/community-testing-x86_64/shotwell.install

---+
 /PKGBUILD |   76 
 /no-libexec.patch |   52 +++
 /shotwell.install |   34 
 community-testing-i686/PKGBUILD   |   38 --
 community-testing-i686/no-libexec.patch   |   26 -
 community-testing-i686/shotwell.install   |   17 --
 community-testing-x86_64/PKGBUILD |   38 --
 community-testing-x86_64/no-libexec.patch |   26 -
 community-testing-x86_64/shotwell.install |   17 --
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-04-17 13:33:53 UTC (rev 88428)
+++ community-testing-i686/PKGBUILD 2013-04-17 13:34:15 UTC (rev 88429)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-
-pkgname=shotwell
-pkgver=0.14.1
-pkgrel=2
-pkgdesc=A digital photo organizer designed for the GNOME desktop environment
-arch=('i686' 'x86_64')
-url=http://yorba.org/shotwell/;
-license=('LGPL2.1')
-depends=('libgee' 'libwebkit3' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala=0.17.2' 'libunique3')
-install=shotwell.install
-source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;
-   no-libexec.patch)
-md5sums=('bb5783f9265e1ce2d4c9f354987c3ab1'
- 'b4124e022c98b4382530e6fbcef965e2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -p1 $srcdir/no-libexec.patch
-
-  ./configure --prefix=/usr \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: shotwell/repos/community-testing-i686/PKGBUILD (from rev 88428, 
shotwell/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-17 13:34:15 UTC (rev 88429)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=shotwell
+pkgver=0.14.1
+pkgrel=3
+pkgdesc=A digital photo organizer designed for the GNOME desktop environment
+arch=('i686' 'x86_64')
+url=http://yorba.org/shotwell/;
+license=('LGPL2.1')
+depends=('libgee06' 'libwebkit3' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2')
+makedepends=('intltool' 'vala=0.17.2' 'libunique3')
+install=shotwell.install
+source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;
+   no-libexec.patch)
+md5sums=('bb5783f9265e1ce2d4c9f354987c3ab1'
+ 'b4124e022c98b4382530e6fbcef965e2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -p1 $srcdir/no-libexec.patch
+
+  ./configure --prefix=/usr \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-testing-i686/no-libexec.patch
===
--- community-testing-i686/no-libexec.patch 2013-04-17 13:33:53 UTC (rev 
88428)
+++ community-testing-i686/no-libexec.patch 2013-04-17 13:34:15 UTC (rev 
88429)

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

2013-04-17 Thread Jan Steffens
Date: Wednesday, April 17, 2013 @ 15:43:11
  Author: heftig
Revision: 183086

3.8.1.1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:51:32 UTC (rev 183085)
+++ PKGBUILD2013-04-17 13:43:11 UTC (rev 183086)
@@ -4,7 +4,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.8.1
+pkgver=3.8.1.1
 pkgrel=1
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
@@ -14,9 +14,9 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server)
 makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
 checkdepends=('check')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz
 fix_external_program_directories.patch)
-sha256sums=('458c67243ca6dacc6c4aaac6846f14d2f5a0507a61e0de690fd0f5d63e19be94'
+sha256sums=('16f8141040798ba00be0d718ba24cce927d6412b767d091f9ee5bf93f5800ba8'
 'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
 
 build() {



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

2013-04-17 Thread Jan Steffens
Date: Wednesday, April 17, 2013 @ 15:44:25
  Author: heftig
Revision: 183087

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

Added:
  gdm/repos/testing-i686/PKGBUILD
(from rev 183086, gdm/trunk/PKGBUILD)
  gdm/repos/testing-i686/fix_external_program_directories.patch
(from rev 183086, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/testing-i686/gdm.install
(from rev 183086, gdm/trunk/gdm.install)
  gdm/repos/testing-x86_64/PKGBUILD
(from rev 183086, gdm/trunk/PKGBUILD)
  gdm/repos/testing-x86_64/fix_external_program_directories.patch
(from rev 183086, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/testing-x86_64/gdm.install
(from rev 183086, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/testing-i686/PKGBUILD
  gdm/repos/testing-i686/fix_external_program_directories.patch
  gdm/repos/testing-i686/gdm.install
  gdm/repos/testing-x86_64/PKGBUILD
  gdm/repos/testing-x86_64/fix_external_program_directories.patch
  gdm/repos/testing-x86_64/gdm.install

---+
 /PKGBUILD |  156 
 /fix_external_program_directories.patch   |   24 ++
 /gdm.install  |   60 ++
 testing-i686/PKGBUILD |   77 ---
 testing-i686/fix_external_program_directories.patch   |   12 -
 testing-i686/gdm.install  |   30 ---
 testing-x86_64/PKGBUILD   |   77 ---
 testing-x86_64/fix_external_program_directories.patch |   12 -
 testing-x86_64/gdm.install|   30 ---
 9 files changed, 240 insertions(+), 238 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-17 13:43:11 UTC (rev 183086)
+++ testing-i686/PKGBUILD   2013-04-17 13:44:25 UTC (rev 183087)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gdm
-pkgname=(gdm libgdm)
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Gnome Display Manager
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.gnome.org;
-options=('!libtool')
-depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server)
-makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
-checkdepends=('check')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-fix_external_program_directories.patch)
-sha256sums=('458c67243ca6dacc6c4aaac6846f14d2f5a0507a61e0de690fd0f5d63e19be94'
-'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
-
-build() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i $srcdir/fix_external_program_directories.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/gdm \
---localstatedir=/var \
---disable-static \
---disable-schemas-compile \
---with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
---with-check-accelerated-directory=/usr/lib/gnome-session \
---with-authentication-agent-directory=/usr/lib/polkit-gnome \
---without-tcp-wrappers \
---without-console-kit \
---with-systemd \
---with-default-pam-config=exherbo
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make check
-}
-
-package_gdm() {
-  depends+=(libgdm)
-  optdepends=('fprintd: fingerprint authentication')
-  backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
-  etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
-  etc/gdm/Xsession)
-  groups=(gnome)
-  install=gdm.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  chmod 1770 $pkgdir/var/log/gdm
-  chmod 700 $pkgdir/var/lib/gdm/.config/dconf
-  rm -r $pkgdir/var/run $pkgdir/var/gdm
-
-### Split libgdm
-  make -C gui/libgdm DESTDIR=$pkgdir uninstall
-}
-
-package_libgdm() {
-  pkgdesc=GDM support library
-  depends=(systemd)
-
-  cd $pkgbase-$pkgver
-  make -C gui/libgdm DESTDIR=$pkgdir install
-}

Copied: gdm/repos/testing-i686/PKGBUILD (from rev 183086, gdm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 13:44:25 UTC (rev 183087)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gdm
+pkgname=(gdm libgdm)
+pkgver=3.8.1.1
+pkgrel=1
+pkgdesc=Gnome Display Manager
+arch=(i686 x86_64)
+license=(GPL)

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

2013-04-17 Thread Jan Steffens
Date: Wednesday, April 17, 2013 @ 15:45:37
  Author: heftig
Revision: 183088

3.8.1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 13:44:25 UTC (rev 183087)
+++ PKGBUILD2013-04-17 13:45:37 UTC (rev 183088)
@@ -4,8 +4,8 @@
 # Contributor: Link Dupont l...@subpop.net
 
 pkgname=devhelp
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
 pkgdesc=API documentation browser for GNOME
 arch=(i686 x86_64)
 license=(GPL)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 install=devhelp.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f8ebd829d96b975069bb70a1fc3b658c3e39505824c8ccb5abd23a6f75589dda')
+sha256sums=('4548fb0b17d4716851cf044294a8ee59e72c8de97e793842faf510a6dbfd3c96')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-17 Thread Jan Steffens
Date: Wednesday, April 17, 2013 @ 15:46:19
  Author: heftig
Revision: 183089

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

Added:
  devhelp/repos/testing-i686/PKGBUILD
(from rev 183088, devhelp/trunk/PKGBUILD)
  devhelp/repos/testing-i686/devhelp.install
(from rev 183088, devhelp/trunk/devhelp.install)
  devhelp/repos/testing-x86_64/PKGBUILD
(from rev 183088, devhelp/trunk/PKGBUILD)
  devhelp/repos/testing-x86_64/devhelp.install
(from rev 183088, devhelp/trunk/devhelp.install)
Deleted:
  devhelp/repos/testing-i686/PKGBUILD
  devhelp/repos/testing-i686/devhelp.install
  devhelp/repos/testing-x86_64/PKGBUILD
  devhelp/repos/testing-x86_64/devhelp.install

+
 /PKGBUILD  |   62 +++
 /devhelp.install   |   36 ++
 testing-i686/PKGBUILD  |   31 ---
 testing-i686/devhelp.install   |   18 ---
 testing-x86_64/PKGBUILD|   31 ---
 testing-x86_64/devhelp.install |   18 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-17 13:45:37 UTC (rev 183088)
+++ testing-i686/PKGBUILD   2013-04-17 13:46:19 UTC (rev 183089)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=devhelp
-pkgver=3.8.0
-pkgrel=2
-pkgdesc=API documentation browser for GNOME
-arch=(i686 x86_64)
-license=(GPL)
-url=http://live.gnome.org/devhelp/;
-depends=(webkitgtk3 hicolor-icon-theme)
-makedepends=(pkgconfig intltool python)
-options=('!libtool' '!emptydirs')
-install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f8ebd829d96b975069bb70a1fc3b658c3e39505824c8ccb5abd23a6f75589dda')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-webkit2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: devhelp/repos/testing-i686/PKGBUILD (from rev 183088, 
devhelp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 13:46:19 UTC (rev 183089)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/devhelp/;
+depends=(webkitgtk3 hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4548fb0b17d4716851cf044294a8ee59e72c8de97e793842faf510a6dbfd3c96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-webkit2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/devhelp.install
===
--- testing-i686/devhelp.install2013-04-17 13:45:37 UTC (rev 183088)
+++ testing-i686/devhelp.install2013-04-17 13:46:19 UTC (rev 183089)
@@ -1,18 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 3.8.0)  0 )); then
-gconfpkg --uninstall devhelp
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: devhelp/repos/testing-i686/devhelp.install (from rev 183088, 
devhelp/trunk/devhelp.install)
===
--- testing-i686/devhelp.install(rev 0)
+++ testing-i686/devhelp.install2013-04-17 13:46:19 UTC (rev 183089)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.8.0)  0 )); then
+gconfpkg --uninstall devhelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-17 13:45:37 UTC (rev 183088)
+++ testing-x86_64/PKGBUILD 2013-04-17 13:46:19 UTC (rev 183089)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan 

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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:01:48
  Author: jgc
Revision: 183090

upgpkg: poppler 0.22.3-2

Re-enable removal of AC_PATH_XTRA, build with lcms2 (FS#34456)

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 13:46:19 UTC (rev 183089)
+++ PKGBUILD2013-04-17 14:01:48 UTC (rev 183090)
@@ -4,10 +4,10 @@
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt')
 pkgver=0.22.3
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
 options=('!libtool' '!emptydirs')
 url=http://poppler.freedesktop.org/;
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
@@ -23,9 +23,9 @@
   ln -sf test-${_testtag} test
   cd ${pkgbase}-${pkgver}
 
-#  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-#  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
-#  autoreconf -fi
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+  autoreconf -fi
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
@@ -44,7 +44,7 @@
 
 package_poppler() {
   pkgdesc=PDF rendering library based on xpdf 3.0
-  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms')
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
   optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
   conflicts=(poppler-qt3${pkgver})
 



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:02:04
  Author: jgc
Revision: 183091

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

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

-+
 /PKGBUILD   |  168 ++
 testing-i686/PKGBUILD   |   84 ---
 testing-x86_64/PKGBUILD |   84 ---
 3 files changed, 168 insertions(+), 168 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-17 14:01:48 UTC (rev 183090)
+++ testing-i686/PKGBUILD   2013-04-17 14:02:04 UTC (rev 183091)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=poppler
-pkgname=('poppler' 'poppler-glib' 'poppler-qt')
-pkgver=0.22.3
-pkgrel=1
-arch=(i686 x86_64)
-license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
-options=('!libtool' '!emptydirs')
-url=http://poppler.freedesktop.org/;
-_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
-source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
-
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
-md5sums=('be915388eaad6865cee5a156c8119ec1'
- '9dc64c254a31e570507bdd4ad4ba629a')
-
-build() {
-#  . /etc/profile.d/qt4.sh
-
-  cd ${srcdir}
-  ln -sf test-${_testtag} test
-  cd ${pkgbase}-${pkgver}
-
-#  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-#  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
-#  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-cairo-output \
-  --enable-xpdf-headers \
-  --enable-libjpeg --enable-zlib \
-  --enable-poppler-qt4 \
-  --enable-poppler-glib
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 make check
-}
-
-package_poppler() {
-  pkgdesc=PDF rendering library based on xpdf 3.0
-  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms')
-  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
-  conflicts=(poppler-qt3${pkgver})
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
-  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
-}
-
-package_poppler-glib() {
-  pkgdesc=Poppler glib bindings
-  depends=(poppler=${pkgver} 'glib2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
-  make DESTDIR=${pkgdir} install-libLTLIBRARIES
-  cd ${srcdir}/${pkgbase}-${pkgver}/glib
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
-  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
-  rm -f ${pkgdir}/usr/lib/libpoppler.*
-  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
-}
-
-package_poppler-qt() {
-  pkgdesc=Poppler Qt bindings
-  depends=(poppler=${pkgver} 'qt4')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
-  make DESTDIR=${pkgdir} install-libLTLIBRARIES
-  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
-  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
-  rm -f ${pkgdir}/usr/lib/libpoppler.*
-}

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 183090, 
poppler/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 14:02:04 UTC (rev 183091)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.3
+pkgrel=2
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('be915388eaad6865cee5a156c8119ec1'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+#  . /etc/profile.d/qt4.sh
+
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  

[arch-commits] Commit in xf86-video-vmware/trunk (PKGBUILD git-fixes.patch)

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:07:54
  Author: jgc
Revision: 183092

upgpkg: xf86-video-vmware 13.0.1-1

Modified:
  xf86-video-vmware/trunk/PKGBUILD
Deleted:
  xf86-video-vmware/trunk/git-fixes.patch

-+
 PKGBUILD|   10 ++
 git-fixes.patch |   89 --
 2 files changed, 4 insertions(+), 95 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:02:04 UTC (rev 183091)
+++ PKGBUILD2013-04-17 14:07:54 UTC (rev 183092)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-vmware
-pkgver=13.0.0
-pkgrel=3
+pkgver=13.0.1
+pkgrel=1
 pkgdesc=X.org vmware video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -13,13 +13,11 @@
 conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool' '!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
-sha256sums=('44919ecd88654f2ab40a1732b5ea6a1dbd1c696b4b0748e68e8b5f1a3486bca6'
-'9322d467d2111be4049e8649b1d2729a2a2ab35cc9769cfee5be63f18e176938')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
   ./configure --prefix=/usr --enable-vmwarectrl-client
   make
 }

Deleted: git-fixes.patch
===
--- git-fixes.patch 2013-04-17 14:02:04 UTC (rev 183091)
+++ git-fixes.patch 2013-04-17 14:07:54 UTC (rev 183092)
@@ -1,89 +0,0 @@
-From 23d87c92b7211cc5249eefe4ab3a2c7f370e279e Mon Sep 17 00:00:00 2001
-From: Zack Rusin za...@vmware.com
-Date: Thu, 14 Feb 2013 22:33:01 +
-Subject: Kill mibstore
-
-It was a noop for at least 5 years and it has been removed.
-
-Signed-off-by: Zack Rusin za...@vmware.com

-diff --git a/saa/saa_priv.h b/saa/saa_priv.h
-index 6652054..5d81453 100644
 a/saa/saa_priv.h
-+++ b/saa/saa_priv.h
-@@ -48,7 +48,6 @@
- #include pixmapstr.h
- #include windowstr.h
- #include servermd.h
--#include mibstore.h
- #include colormapst.h
- #include gcstruct.h
- #include input.h
-diff --git a/src/vmware.c b/src/vmware.c
-index 41201f1..6b74e14 100644
 a/src/vmware.c
-+++ b/src/vmware.c
-@@ -23,7 +23,6 @@ char rcsId_vmware[] =
- #include xf86Pci.h  /* pci */
- 
- #include mipointer.h/* sw cursor */
--#include mibstore.h /* backing store */
- #include micmap.h   /* mi color map */
- #include vgaHW.h/* VGA hardware */
- #include fb.h
-@@ -1483,7 +1482,6 @@ VMWAREScreenInit(SCREEN_INIT_ARGS_DECL)
-  * If backing store is to be supported (as is usually the case),
-  * initialise it.
-  */
--miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
- 
-diff --git a/vmwgfx/vmwgfx_driver.c b/vmwgfx/vmwgfx_driver.c
-index 9959ffb..7863ba2 100644
 a/vmwgfx/vmwgfx_driver.c
-+++ b/vmwgfx/vmwgfx_driver.c
-@@ -1036,7 +1036,6 @@ drv_screen_init(SCREEN_INIT_ARGS_DECL)
-  (ms-only_hw_presents) ? enabled : disabled);
- }
- 
--miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
- miDCInitialize(pScreen, xf86GetPointerScreenFuncs());
---
-cgit v0.9.0.2-2-gbebe
-From d13a6334fe76f4e869b2cb8c0a6a13c185b1bedd Mon Sep 17 00:00:00 2001
-From: Loïc Yhuel loic.yh...@gmail.com
-Date: Thu, 11 Apr 2013 09:29:10 +
-Subject: vmwgfx: Use myGlyphs to fix crashes
-
-Tested-by: Christian Hesse m...@eworm.de
-Reviewed-by: Jakob Bornecrantz ja...@vmware.com
-Signed-off-by: Loïc Yhuel loic.yh...@gmail.com
-Signed-off-by: Jakob Bornecrantz ja...@vmware.com

-diff --git a/saa/saa_render.c b/saa/saa_render.c
-index c69f2c9..c6ce68c 100644
 a/saa/saa_render.c
-+++ b/saa/saa_render.c
-@@ -406,6 +406,8 @@ saa_render_setup(ScreenPtr pScreen)
-   saa_wrap(sscreen, ps, Trapezoids, saa_trapezoids);
-   saa_wrap(sscreen, ps, Triangles, saa_triangles);
-   saa_wrap(sscreen, ps, Composite, saa_composite);
-+  saa_wrap(sscreen, ps, Glyphs,miGlyphs);
-+  saa_wrap(sscreen, ps, UnrealizeGlyph, miUnrealizeGlyph);
- }
- }
- 
-@@ -419,6 +421,8 @@ saa_render_takedown(ScreenPtr pScreen)
-   saa_unwrap(sscreen, ps, Trapezoids);
-   saa_unwrap(sscreen, ps, Triangles);
-   saa_unwrap(sscreen, ps, Composite);
-+  saa_unwrap(sscreen, ps, Glyphs);
-+  saa_unwrap(sscreen, ps, UnrealizeGlyph);
- }
- }
- #endif
---
-cgit v0.9.0.2-2-gbebe



[arch-commits] Commit in xf86-video-vmware/repos (6 files)

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:08:02
  Author: jgc
Revision: 183093

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

Added:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
(from rev 183092, xf86-video-vmware/trunk/PKGBUILD)
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
(from rev 183092, xf86-video-vmware/trunk/PKGBUILD)
Deleted:
  xf86-video-vmware/repos/extra-i686/PKGBUILD
  xf86-video-vmware/repos/extra-i686/git-fixes.patch
  xf86-video-vmware/repos/extra-x86_64/PKGBUILD
  xf86-video-vmware/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   62 
 extra-i686/PKGBUILD  |   33 ---
 extra-i686/git-fixes.patch   |   89 -
 extra-x86_64/PKGBUILD|   33 ---
 extra-x86_64/git-fixes.patch |   89 -
 5 files changed, 62 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 14:07:54 UTC (rev 183092)
+++ extra-i686/PKGBUILD 2013-04-17 14:08:02 UTC (rev 183093)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-vmware
-pkgver=13.0.0
-pkgrel=3
-pkgdesc=X.org vmware video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm' 'svga-dri' 'mesa')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fixes.patch)
-sha256sums=('44919ecd88654f2ab40a1732b5ea6a1dbd1c696b4b0748e68e8b5f1a3486bca6'
-'9322d467d2111be4049e8649b1d2729a2a2ab35cc9769cfee5be63f18e176938')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
-  ./configure --prefix=/usr --enable-vmwarectrl-client
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-vmware/repos/extra-i686/PKGBUILD (from rev 183092, 
xf86-video-vmware/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-17 14:08:02 UTC (rev 183093)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vmware
+pkgver=13.0.1
+pkgrel=1
+pkgdesc=X.org vmware video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm' 'svga-dri' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool' '!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-vmwarectrl-client
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-i686/git-fixes.patch
===
--- extra-i686/git-fixes.patch  2013-04-17 14:07:54 UTC (rev 183092)
+++ extra-i686/git-fixes.patch  2013-04-17 14:08:02 UTC (rev 183093)
@@ -1,89 +0,0 @@
-From 23d87c92b7211cc5249eefe4ab3a2c7f370e279e Mon Sep 17 00:00:00 2001
-From: Zack Rusin za...@vmware.com
-Date: Thu, 14 Feb 2013 22:33:01 +
-Subject: Kill mibstore
-
-It was a noop for at least 5 years and it has been removed.
-
-Signed-off-by: Zack Rusin za...@vmware.com

-diff --git a/saa/saa_priv.h b/saa/saa_priv.h
-index 6652054..5d81453 100644
 a/saa/saa_priv.h
-+++ b/saa/saa_priv.h
-@@ -48,7 +48,6 @@
- #include pixmapstr.h
- #include windowstr.h
- #include servermd.h
--#include mibstore.h
- #include colormapst.h
- #include gcstruct.h
- #include input.h
-diff --git a/src/vmware.c b/src/vmware.c
-index 41201f1..6b74e14 100644
 a/src/vmware.c
-+++ b/src/vmware.c
-@@ -23,7 +23,6 @@ char rcsId_vmware[] =
- #include xf86Pci.h  /* pci */
- 
- #include mipointer.h/* sw cursor */
--#include mibstore.h /* backing store */
- #include micmap.h   /* mi color map */
- #include vgaHW.h/* VGA hardware */
- #include fb.h
-@@ -1483,7 +1482,6 @@ VMWAREScreenInit(SCREEN_INIT_ARGS_DECL)
-  * If backing 

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

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 16:14:16
  Author: andrea
Revision: 183094

Use lcms2 when both lcms1 and lcms2 are installed

Modified:
  libkdcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:08:02 UTC (rev 183093)
+++ PKGBUILD2013-04-17 14:14:16 UTC (rev 183094)
@@ -3,7 +3,7 @@
 
 pkgname=libkdcraw
 pkgver=4.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A C++ interface used to decode RAW picture
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
 arch=('i686' 'x86_64')
@@ -22,7 +22,8 @@
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LCMS2=ON
   make
 }
 



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

2013-04-17 Thread Jan Steffens
Date: Wednesday, April 17, 2013 @ 16:14:45
  Author: heftig
Revision: 183095

3.8.0

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:14:16 UTC (rev 183094)
+++ PKGBUILD2013-04-17 14:14:45 UTC (rev 183095)
@@ -4,7 +4,7 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.7.12
+pkgver=3.8.0
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gtkmm.org/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e9a6bf2feac43fd8367e38e4b585cd5790745a6330014cf13c2d3e322a8dd916')
+sha256sums=('dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd')
 
 build() {
   cd $_pkgbasename-$pkgver



[arch-commits] Commit in nemo/trunk (4 files)

2013-04-17 Thread Balló György
Date: Wednesday, April 17, 2013 @ 16:15:37
  Author: bgyorgy
Revision: 88430

upgpkg: nemo 1.7.3-1

Update to version 1.7.3, add compatibility patches for GNOME 3.8

Added:
  nemo/trunk/remove-desktop-background.patch
  nemo/trunk/tracker-0.16.patch
Modified:
  nemo/trunk/PKGBUILD
Deleted:
  nemo/trunk/use-terminal-config.patch

-+
 PKGBUILD|   26 -
 remove-desktop-background.patch |  964 ++
 tracker-0.16.patch  |   33 +
 use-terminal-config.patch   |   45 -
 4 files changed, 1011 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 13:34:15 UTC (rev 88429)
+++ PKGBUILD2013-04-17 14:15:37 UTC (rev 88430)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
@@ -13,22 +13,27 @@
  'gnome-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql')
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
 optdepends=('gksu: Open as Root')
-provides=('nemo-fm')
-replaces=('nemo-fm')
-conflicts=('nemo-fm')
 options=('!emptydirs' '!libtool')
 install=nemo.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-use-terminal-config.patch)
-md5sums=('809cf58f472a9e5de628a763d441b246'
- '6cca080cc8fe3df7e725c0f8cd5fa485')
+tracker-0.16.patch
+remove-desktop-background.patch)
+md5sums=('04c021da543e2562b712107c2be9a8c2'
+ '9e170cc74eee901634b3367b06a209c6'
+ '700b595dfcf06e39f9dc3bdb7c81e086')
 
 build() {
   cd linuxmint-nemo-*
 
-  # Read the default terminal app from GSettings
-  patch -Np1 -i ../use-terminal-config.patch
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
 
+  # https://github.com/linuxmint/nemo/pull/258
+  patch -Np1 -i ../tracker-0.16.patch
+
+  # https://github.com/linuxmint/nemo/pull/263
+  patch -Np1 -i ../remove-desktop-background.patch
+
   ./autogen.sh --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/nemo \
@@ -43,7 +48,4 @@
   cd linuxmint-nemo-*
 
   make DESTDIR=$pkgdir/ install
-
-  # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' 
${pkgdir}/usr/share/nemo/actions/myaction.py
 }

Added: remove-desktop-background.patch
===
--- remove-desktop-background.patch (rev 0)
+++ remove-desktop-background.patch 2013-04-17 14:15:37 UTC (rev 88430)
@@ -0,0 +1,964 @@
+From 5f82ebba474f6c1068a21f51ded2b0e26869ecaf Mon Sep 17 00:00:00 2001
+From: Michael Webster miketwebs...@gmail.com
+Date: Mon, 15 Apr 2013 18:44:35 -0400
+Subject: [PATCH 1/4] Don't render the background.  Need to fix selected icon
+ style
+
+---
+ src/nemo-desktop-icon-view.c | 18 +++---
+ src/nemo-desktop-window.c| 15 ++-
+ 2 files changed, 17 insertions(+), 16 deletions(-)
+
+diff --git a/src/nemo-desktop-icon-view.c b/src/nemo-desktop-icon-view.c
+index b903c5b..37cd8cb 100644
+--- a/src/nemo-desktop-icon-view.c
 b/src/nemo-desktop-icon-view.c
+@@ -243,16 +243,6 @@ struct NemoDesktopIconViewDetails
+ static void
+ real_begin_loading (NemoView *object)
+ {
+-  NemoIconContainer *icon_container;
+-  NemoDesktopIconView *view;
+-
+-  view = NEMO_DESKTOP_ICON_VIEW (object);
+-
+-  icon_container = get_icon_container (view);
+-  if (view-details-background == NULL) {
+-  view-details-background = nemo_desktop_background_new 
(icon_container);
+-  }
+-
+   NEMO_VIEW_CLASS (nemo_desktop_icon_view_parent_class)-begin_loading 
(object);
+ }
+ 
+@@ -298,11 +288,6 @@ struct NemoDesktopIconViewDetails
+ nemo_view_update_menus,
+ icon_view);
+ 
+-  if (icon_view-details-background != NULL) {
+-  g_object_unref (icon_view-details-background);
+-  icon_view-details-background = NULL;
+-  }
+-
+   G_OBJECT_CLASS (nemo_desktop_icon_view_parent_class)-dispose (object);
+ }
+ 
+@@ -652,6 +637,9 @@ struct NemoDesktopIconViewDetails
+ G_CALLBACK (nemo_view_update_menus),
+ desktop_icon_view);
+ 
++GdkRGBA transparent = { 0, 0, 0, 0 };
++gtk_widget_override_background_color (GTK_WIDGET (icon_container), 
GTK_STATE_FLAG_NORMAL, transparent);
++
+ have_cinnamon_settings = g_find_program_in_path (cinnamon-settings) != 
NULL;
+ }
+ 
+diff --git a/src/nemo-desktop-window.c b/src/nemo-desktop-window.c
+index 9c80c62..2d5c4e8 100644
+--- a/src/nemo-desktop-window.c
 b/src/nemo-desktop-window.c
+@@ -97,6 +97,7 @@ struct NemoDesktopWindowDetails {
+   

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

2013-04-17 Thread Balló György
Date: Wednesday, April 17, 2013 @ 16:15:49
  Author: bgyorgy
Revision: 88431

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

Added:
  nemo/repos/community-testing-i686/
  nemo/repos/community-testing-i686/PKGBUILD
(from rev 88430, nemo/trunk/PKGBUILD)
  nemo/repos/community-testing-i686/nemo.install
(from rev 88430, nemo/trunk/nemo.install)
  nemo/repos/community-testing-i686/remove-desktop-background.patch
(from rev 88430, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-testing-i686/tracker-0.16.patch
(from rev 88430, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-testing-x86_64/
  nemo/repos/community-testing-x86_64/PKGBUILD
(from rev 88430, nemo/trunk/PKGBUILD)
  nemo/repos/community-testing-x86_64/nemo.install
(from rev 88430, nemo/trunk/nemo.install)
  nemo/repos/community-testing-x86_64/remove-desktop-background.patch
(from rev 88430, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-testing-x86_64/tracker-0.16.patch
(from rev 88430, nemo/trunk/tracker-0.16.patch)

--+
 community-testing-i686/PKGBUILD  |   51 
 community-testing-i686/nemo.install  |   14 
 community-testing-i686/remove-desktop-background.patch   |  964 +
 community-testing-i686/tracker-0.16.patch|   33 
 community-testing-x86_64/PKGBUILD|   51 
 community-testing-x86_64/nemo.install|   14 
 community-testing-x86_64/remove-desktop-background.patch |  964 +
 community-testing-x86_64/tracker-0.16.patch  |   33 
 8 files changed, 2124 insertions(+)

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


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

2013-04-17 Thread Andrea Scarpino
Date: Wednesday, April 17, 2013 @ 16:16:08
  Author: andrea
Revision: 183096

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

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

+
 /PKGBUILD  |   66 +++
 /libkdcraw.install |   22 +
 extra-i686/PKGBUILD|   32 --
 extra-i686/libkdcraw.install   |   11 --
 extra-x86_64/PKGBUILD  |   32 --
 extra-x86_64/libkdcraw.install |   11 --
 6 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 14:14:45 UTC (rev 183095)
+++ extra-i686/PKGBUILD 2013-04-17 14:16:08 UTC (rev 183096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=4.10.2
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms2')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('639bf3bf9a872cccbb39e5d16188dfa1d895463a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkdcraw/repos/extra-i686/PKGBUILD (from rev 183095, 
libkdcraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-17 14:16:08 UTC (rev 183096)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.10.2
+pkgrel=2
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms2')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('639bf3bf9a872cccbb39e5d16188dfa1d895463a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LCMS2=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libkdcraw.install
===
--- extra-i686/libkdcraw.install2013-04-17 14:14:45 UTC (rev 183095)
+++ extra-i686/libkdcraw.install2013-04-17 14:16:08 UTC (rev 183096)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdcraw/repos/extra-i686/libkdcraw.install (from rev 183095, 
libkdcraw/trunk/libkdcraw.install)
===
--- extra-i686/libkdcraw.install(rev 0)
+++ extra-i686/libkdcraw.install2013-04-17 14:16:08 UTC (rev 183096)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-17 14:14:45 UTC (rev 183095)
+++ extra-x86_64/PKGBUILD   2013-04-17 14:16:08 UTC (rev 183096)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=4.10.2
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms2')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install

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

2013-04-17 Thread Jan Steffens
Date: Wednesday, April 17, 2013 @ 16:17:13
  Author: heftig
Revision: 183097

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

Added:
  gtkmm3/repos/testing-i686/PKGBUILD
(from rev 183096, gtkmm3/trunk/PKGBUILD)
  gtkmm3/repos/testing-x86_64/PKGBUILD
(from rev 183096, gtkmm3/trunk/PKGBUILD)
Deleted:
  gtkmm3/repos/testing-i686/PKGBUILD
  gtkmm3/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 ++
 testing-i686/PKGBUILD   |   38 ---
 testing-x86_64/PKGBUILD |   38 ---
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-17 14:16:08 UTC (rev 183096)
+++ testing-i686/PKGBUILD   2013-04-17 14:17:13 UTC (rev 183097)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.7.12
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e9a6bf2feac43fd8367e38e4b585cd5790745a6330014cf13c2d3e322a8dd916')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/testing-i686/PKGBUILD (from rev 183096, 
gtkmm3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 14:17:13 UTC (rev 183097)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-17 14:16:08 UTC (rev 183096)
+++ testing-x86_64/PKGBUILD 2013-04-17 14:17:13 UTC (rev 183097)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=gtkmm3
-_pkgbasename=gtkmm
-pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.7.12
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('e9a6bf2feac43fd8367e38e4b585cd5790745a6330014cf13c2d3e322a8dd916')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_gtkmm3() {
-  pkgdesc=C++ bindings for gtk3
-  depends=('gtk3' 'pangomm' 'atkmm')
-  cd $_pkgbasename-$pkgver
-
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-
-  make DESTDIR=$pkgdir install
-}
-
-package_gtkmm3-docs() {
-  pkgdesc=Developer documentation for gtkmm v3
-
-  cd $_pkgbasename-$pkgver
-  make -C docs DESTDIR=$pkgdir install
-}

Copied: gtkmm3/repos/testing-x86_64/PKGBUILD (from rev 183096, 
gtkmm3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 14:17:13 UTC (rev 183097)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')

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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:45:20
  Author: jgc
Revision: 183098

upgpkg: clutter 1.14.2-1

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:17:13 UTC (rev 183097)
+++ PKGBUILD2013-04-17 14:45:20 UTC (rev 183098)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.14.0
+pkgver=1.14.2
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
+sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:45:27
  Author: jgc
Revision: 183099

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

Added:
  clutter/repos/testing-i686/PKGBUILD
(from rev 183098, clutter/trunk/PKGBUILD)
  clutter/repos/testing-x86_64/PKGBUILD
(from rev 183098, clutter/trunk/PKGBUILD)
Deleted:
  clutter/repos/testing-i686/PKGBUILD
  clutter/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   56 ++
 testing-i686/PKGBUILD   |   28 ---
 testing-x86_64/PKGBUILD |   28 ---
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-17 14:45:20 UTC (rev 183098)
+++ testing-i686/PKGBUILD   2013-04-17 14:45:27 UTC (rev 183099)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.14.0
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/testing-i686/PKGBUILD (from rev 183098, 
clutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 14:45:27 UTC (rev 183099)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.2
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-17 14:45:20 UTC (rev 183098)
+++ testing-x86_64/PKGBUILD 2013-04-17 14:45:27 UTC (rev 183099)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.14.0
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/testing-x86_64/PKGBUILD (from rev 183098, 
clutter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 14:45:27 UTC (rev 183099)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.2
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2bdf7090f7ba34a69e07a58d43ff8088c81d6dbb56677ae4b103b6cba1920a8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:52:52
  Author: jgc
Revision: 183100

upgpkg: glib-perl 1.280-1

Modified:
  glib-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:45:27 UTC (rev 183099)
+++ PKGBUILD2013-04-17 14:52:52 UTC (rev 183100)
@@ -3,17 +3,17 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=glib-perl
-pkgver=1.260
+pkgver=1.280
 pkgrel=1
 pkgdesc=Perl wrappers for glib 2.x, including GObject
 arch=(i686 x86_64)
 license=('LGPL')
 url=http://gtk2-perl.sourceforge.net/;
 options=('!emptydirs')
-depends=('glib2=2.24.1' 'perl=5.14')
-makedepends=('perl-extutils-depends=0.302' 'perl-extutils-pkgconfig=1.12')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
-md5sums=('faa052bdf6e9b87ea30b630c2806e71e')
+md5sums=('1d81a8aec5f7f1182a96cfaaf119d866')
 
 build() {
   cd ${srcdir}/Glib-${pkgver}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 16:52:58
  Author: jgc
Revision: 183101

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

Added:
  glib-perl/repos/testing-i686/
  glib-perl/repos/testing-i686/PKGBUILD
(from rev 183100, glib-perl/trunk/PKGBUILD)
  glib-perl/repos/testing-x86_64/
  glib-perl/repos/testing-x86_64/PKGBUILD
(from rev 183100, glib-perl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: glib-perl/repos/testing-i686/PKGBUILD (from rev 183100, 
glib-perl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 14:52:58 UTC (rev 183101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.280
+pkgrel=1
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('1d81a8aec5f7f1182a96cfaaf119d866')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: glib-perl/repos/testing-x86_64/PKGBUILD (from rev 183100, 
glib-perl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 14:52:58 UTC (rev 183101)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=glib-perl
+pkgver=1.280
+pkgrel=1
+pkgdesc=Perl wrappers for glib 2.x, including GObject
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('glib2' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Glib-${pkgver}.tar.gz)
+md5sums=('1d81a8aec5f7f1182a96cfaaf119d866')
+
+build() {
+  cd ${srcdir}/Glib-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Glib-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Glib-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:00:21
  Author: jgc
Revision: 183102

upgpkg: apr-util 1.5.2-1

Modified:
  apr-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:52:58 UTC (rev 183101)
+++ PKGBUILD2013-04-17 15:00:21 UTC (rev 183102)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=apr-util
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc=The Apache Portable Runtime
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('APACHE')
 source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
-md5sums=('9c1db8606e520f201c451ec9a0b095f6')
+md5sums=('89c1348aa79e898d7c34a6206311c9c2')
 
 build() {
   cd ${srcdir}/apr-util-${pkgver}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:00:29
  Author: jgc
Revision: 183103

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

Added:
  apr-util/repos/extra-i686/PKGBUILD
(from rev 183102, apr-util/trunk/PKGBUILD)
  apr-util/repos/extra-x86_64/PKGBUILD
(from rev 183102, apr-util/trunk/PKGBUILD)
Deleted:
  apr-util/repos/extra-i686/PKGBUILD
  apr-util/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 15:00:21 UTC (rev 183102)
+++ extra-i686/PKGBUILD 2013-04-17 15:00:29 UTC (rev 183103)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=apr-util
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=The Apache Portable Runtime
-arch=('i686' 'x86_64')
-url=http://apr.apache.org/;
-depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
-options=('!libtool')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
-md5sums=('9c1db8606e520f201c451ec9a0b095f6')
-
-build() {
-  cd ${srcdir}/apr-util-${pkgver}
-  ./configure --prefix=/usr --with-apr=/usr \
---without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
---with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
-  make
-}
-
-check() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: apr-util/repos/extra-i686/PKGBUILD (from rev 183102, 
apr-util/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-17 15:00:29 UTC (rev 183103)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('89c1348aa79e898d7c34a6206311c9c2')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+
+check() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/apr-util-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-17 15:00:21 UTC (rev 183102)
+++ extra-x86_64/PKGBUILD   2013-04-17 15:00:29 UTC (rev 183103)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=apr-util
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=The Apache Portable Runtime
-arch=('i686' 'x86_64')
-url=http://apr.apache.org/;
-depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
-options=('!libtool')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
-md5sums=('9c1db8606e520f201c451ec9a0b095f6')
-
-build() {
-  cd ${srcdir}/apr-util-${pkgver}
-  ./configure --prefix=/usr --with-apr=/usr \
---without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
---with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
-  make
-}
-
-check() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/apr-util-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: apr-util/repos/extra-x86_64/PKGBUILD (from rev 183102, 
apr-util/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-17 15:00:29 UTC (rev 183103)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=apr-util
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=The Apache Portable Runtime
+arch=('i686' 'x86_64')
+url=http://apr.apache.org/;
+depends=('apr' 'gdbm' 'expat' 'db' 'libldap' 'unixodbc')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2;)
+md5sums=('89c1348aa79e898d7c34a6206311c9c2')
+
+build() {
+  cd ${srcdir}/apr-util-${pkgver}
+  ./configure --prefix=/usr --with-apr=/usr \
+--without-pgsql --without-mysql --without-sqlite2 --without-sqlite3 \
+--with-berkeley-db=/usr --with-gdbm=/usr --with-ldap
+  make
+}
+

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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:04:46
  Author: jgc
Revision: 183104

upgpkg: cairo-perl 1.103-1

Modified:
  cairo-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:00:29 UTC (rev 183103)
+++ PKGBUILD2013-04-17 15:04:46 UTC (rev 183104)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cairo-perl
-pkgver=1.082
-pkgrel=2
+pkgver=1.103
+pkgrel=1
 pkgdesc=Perl wrappers for cairo
 arch=(i686 x86_64)
 license=('LGPL')
@@ -11,14 +11,11 @@
 options=('!emptydirs')
 depends=('cairo' 'perl')
 makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz
-testsuite.patch)
-md5sums=('cfd61e519ff20023979c255d4040fe06'
- '6a3ceac304a5a53f8fdd5652d98f6855')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz)
+md5sums=('c693e5535ed60283c068d92120412f98')
 
 build() {
   cd ${srcdir}/Cairo-${pkgver}
-  patch -Np1 -i ${srcdir}/testsuite.patch
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:04:54
  Author: jgc
Revision: 183105

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

Added:
  cairo-perl/repos/extra-i686/PKGBUILD
(from rev 183104, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/extra-i686/testsuite.patch
(from rev 183104, cairo-perl/trunk/testsuite.patch)
  cairo-perl/repos/extra-x86_64/PKGBUILD
(from rev 183104, cairo-perl/trunk/PKGBUILD)
  cairo-perl/repos/extra-x86_64/testsuite.patch
(from rev 183104, cairo-perl/trunk/testsuite.patch)
Deleted:
  cairo-perl/repos/extra-i686/PKGBUILD
  cairo-perl/repos/extra-i686/testsuite.patch
  cairo-perl/repos/extra-x86_64/PKGBUILD
  cairo-perl/repos/extra-x86_64/testsuite.patch

--+
 /PKGBUILD|   62 +
 /testsuite.patch |  270 +
 extra-i686/PKGBUILD  |   34 -
 extra-i686/testsuite.patch   |  135 
 extra-x86_64/PKGBUILD|   34 -
 extra-x86_64/testsuite.patch |  135 
 6 files changed, 332 insertions(+), 338 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 15:04:46 UTC (rev 183104)
+++ extra-i686/PKGBUILD 2013-04-17 15:04:54 UTC (rev 183105)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=cairo-perl
-pkgver=1.082
-pkgrel=2
-pkgdesc=Perl wrappers for cairo
-arch=(i686 x86_64)
-license=('LGPL')
-url=http://gtk2-perl.sourceforge.net/;
-options=('!emptydirs')
-depends=('cairo' 'perl')
-makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz
-testsuite.patch)
-md5sums=('cfd61e519ff20023979c255d4040fe06'
- '6a3ceac304a5a53f8fdd5652d98f6855')
-
-build() {
-  cd ${srcdir}/Cairo-${pkgver}
-  patch -Np1 -i ${srcdir}/testsuite.patch
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/Cairo-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/Cairo-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: cairo-perl/repos/extra-i686/PKGBUILD (from rev 183104, 
cairo-perl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-17 15:04:54 UTC (rev 183105)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=cairo-perl
+pkgver=1.103
+pkgrel=1
+pkgdesc=Perl wrappers for cairo
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+options=('!emptydirs')
+depends=('cairo' 'perl')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Cairo-${pkgver}.tar.gz)
+md5sums=('c693e5535ed60283c068d92120412f98')
+
+build() {
+  cd ${srcdir}/Cairo-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Cairo-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Cairo-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/testsuite.patch
===
--- extra-i686/testsuite.patch  2013-04-17 15:04:46 UTC (rev 183104)
+++ extra-i686/testsuite.patch  2013-04-17 15:04:54 UTC (rev 183105)
@@ -1,135 +0,0 @@
-From 21dd8a0600cbfac46723c7745b377fce94c8bdc3 Mon Sep 17 00:00:00 2001
-From: Torsten Schönfeld kaffeeti...@gmx.de
-Date: Sat, 31 Mar 2012 10:34:11 +
-Subject: Fix compiling and testing against older versions of cairo
-

-(limited to 't/CairoPath.t')
-
-diff --git a/t/CairoPath.t b/t/CairoPath.t
-index e515172..770e464 100644
 a/t/CairoPath.t
-+++ b/t/CairoPath.t
-@@ -11,11 +11,17 @@ use strict;
- use warnings;
- use Cairo;
- 
--use Test::More tests = 6;
-+use Test::More;
- 
- use constant IMG_WIDTH = 256;
- use constant IMG_HEIGHT = 256;
- 
-+if (Cairo::VERSION = Cairo::VERSION_ENCODE (1, 4, 0)) {
-+  plan tests = 6;
-+} else {
-+  plan skip_all = 'path behavior not predictable on cairo  1.4';
-+}
-+
- my $surf = Cairo::ImageSurface-create ('rgb24', IMG_WIDTH, IMG_HEIGHT);
- my $cr = Cairo::Context-create ($surf);
- 
---
-cgit v0.9.0.2
-From a1cd2e45b4ee49a724ae5d7e854ad9829eebf00d Mon Sep 17 00:00:00 2001
-From: Torsten Schönfeld kaffeeti...@gmx.de
-Date: Sat, 07 Apr 2012 18:01:31 +
-Subject: Make t/CairoPath.t more robust
-
-The end of a path that took a round trip into cairo and back might differ
-for different versions of cairo.  Hence, compare only the beginning with
-the expected path.

-diff --git a/t/CairoPath.t b/t/CairoPath.t
-index 770e464..27a3aad 100644
 a/t/CairoPath.t
-+++ b/t/CairoPath.t
-@@ -11,17 +11,11 @@ use strict;
- use warnings;
- use Cairo;
- 
--use Test::More;
-+use Test::More tests = 18;
- 
- use constant IMG_WIDTH = 256;
- use constant IMG_HEIGHT = 256;
- 
--if (Cairo::VERSION = 

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

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 17:10:50
  Author: spupykin
Revision: 88432

upgpkg: python2-docs 2.7.4-1

upd

Modified:
  python2-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 14:15:49 UTC (rev 88431)
+++ PKGBUILD2013-04-17 15:10:50 UTC (rev 88432)
@@ -3,7 +3,7 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python2-docs
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc=Set of HTML documentation for python.
 arch=('any')
@@ -12,7 +12,7 @@
 install=python2-docs.install
 options=('docs')
 
source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('101c13d39f76fd6706aac3a9196b2f01')
+md5sums=('45be073ad81e1b2f6ad1fa25132f60c6')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python2/html



[arch-commits] Commit in python2-docs/repos/community-any (4 files)

2013-04-17 Thread Sergej Pupykin
Date: Wednesday, April 17, 2013 @ 17:11:03
  Author: spupykin
Revision: 88433

archrelease: copy trunk to community-any

Added:
  python2-docs/repos/community-any/PKGBUILD
(from rev 88432, python2-docs/trunk/PKGBUILD)
  python2-docs/repos/community-any/python2-docs.install
(from rev 88432, python2-docs/trunk/python2-docs.install)
Deleted:
  python2-docs/repos/community-any/PKGBUILD
  python2-docs/repos/community-any/python2-docs.install

--+
 PKGBUILD |   45 ++---
 python2-docs.install |   20 ++--
 2 files changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 15:10:50 UTC (rev 88432)
+++ PKGBUILD2013-04-17 15:11:03 UTC (rev 88433)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python2-docs
-pkgver=2.7.3
-pkgrel=1
-pkgdesc=Set of HTML documentation for python.
-arch=('any')
-url=http://docs.python.org/;
-license=('GPL')
-install=python2-docs.install
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('101c13d39f76fd6706aac3a9196b2f01')
-
-build()
-{
-  mkdir -p $pkgdir/usr/share/doc/python2/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
-  find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
-}

Copied: python2-docs/repos/community-any/PKGBUILD (from rev 88432, 
python2-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 15:11:03 UTC (rev 88433)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python2-docs
+pkgver=2.7.4
+pkgrel=1
+pkgdesc=Set of HTML documentation for python.
+arch=('any')
+url=http://docs.python.org/;
+license=('GPL')
+install=python2-docs.install
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('45be073ad81e1b2f6ad1fa25132f60c6')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python2/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
+  find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
+}

Deleted: python2-docs.install
===
--- python2-docs.install2013-04-17 15:10:50 UTC (rev 88432)
+++ python2-docs.install2013-04-17 15:11:03 UTC (rev 88433)
@@ -1,10 +0,0 @@
-post_install() {
-echo
-echo Add the following line to your ~/.bashrc 
-echo export PYTHONDOCS=/usr/share/doc/python2/html/
-echo
-}
-
-post_upgrade() {
-post_install
-}

Copied: python2-docs/repos/community-any/python2-docs.install (from rev 88432, 
python2-docs/trunk/python2-docs.install)
===
--- python2-docs.install(rev 0)
+++ python2-docs.install2013-04-17 15:11:03 UTC (rev 88433)
@@ -0,0 +1,10 @@
+post_install() {
+echo
+echo Add the following line to your ~/.bashrc 
+echo export PYTHONDOCS=/usr/share/doc/python2/html/
+echo
+}
+
+post_upgrade() {
+post_install
+}



[arch-commits] Commit in font-misc-ethiopic/trunk (PKGBUILD)

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:15:38
  Author: jgc
Revision: 183106

upgpkg: font-misc-ethiopic 1.0.3-1

Update to 1.0.3, adjust dependencies. Add to xorg/xorg-fonts groups (part of 
X11R7.7 release)

Modified:
  font-misc-ethiopic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:04:54 UTC (rev 183105)
+++ PKGBUILD2013-04-17 15:15:38 UTC (rev 183106)
@@ -3,16 +3,18 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=font-misc-ethiopic
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=X.org Misc Ethiopic fonts
 arch=('any')
 url=http://xorg.freedesktop.org/;
 license=('MIT')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+groups=('xorg' 'xorg-fonts')
+depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
+makedepends=('xorg-font-util' 'xorg-util-macros')
 install=xfonts.install
 
source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4c88c79b8e5d47af90b21e948d42755f')
+md5sums=('6306c808f7d7e7d660dfb3859f9091d2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in font-misc-ethiopic/repos/extra-any (4 files)

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:15:43
  Author: jgc
Revision: 183107

archrelease: copy trunk to extra-any

Added:
  font-misc-ethiopic/repos/extra-any/PKGBUILD
(from rev 183106, font-misc-ethiopic/trunk/PKGBUILD)
  font-misc-ethiopic/repos/extra-any/xfonts.install
(from rev 183106, font-misc-ethiopic/trunk/xfonts.install)
Deleted:
  font-misc-ethiopic/repos/extra-any/PKGBUILD
  font-misc-ethiopic/repos/extra-any/xfonts.install

+
 PKGBUILD   |   64 ---
 xfonts.install |   30 -
 2 files changed, 48 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-17 15:15:38 UTC (rev 183106)
+++ PKGBUILD2013-04-17 15:15:43 UTC (rev 183107)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=font-misc-ethiopic
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=X.org Misc Ethiopic fonts
-arch=('any')
-url=http://xorg.freedesktop.org/;
-license=('MIT')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=xfonts.install
-source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4c88c79b8e5d47af90b21e948d42755f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-ttf-fontdir=/usr/share/fonts/TTF \
-  --with-otf-fontdir=/usr/share/fonts/OTF
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/fonts/*/fonts.*
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: font-misc-ethiopic/repos/extra-any/PKGBUILD (from rev 183106, 
font-misc-ethiopic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-17 15:15:43 UTC (rev 183107)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=font-misc-ethiopic
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=X.org Misc Ethiopic fonts
+arch=('any')
+url=http://xorg.freedesktop.org/;
+license=('MIT')
+groups=('xorg' 'xorg-fonts')
+depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
+makedepends=('xorg-font-util' 'xorg-util-macros')
+install=xfonts.install
+source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6306c808f7d7e7d660dfb3859f9091d2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-ttf-fontdir=/usr/share/fonts/TTF \
+  --with-otf-fontdir=/usr/share/fonts/OTF
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/fonts/*/fonts.*
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: xfonts.install
===
--- xfonts.install  2013-04-17 15:15:38 UTC (rev 183106)
+++ xfonts.install  2013-04-17 15:15:43 UTC (rev 183107)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f -s  /dev/null
-  mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF
-  mkfontdir /usr/share/fonts/TTF /usr/share/fonts/OTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: font-misc-ethiopic/repos/extra-any/xfonts.install (from rev 183106, 
font-misc-ethiopic/trunk/xfonts.install)
===
--- xfonts.install  (rev 0)
+++ xfonts.install  2013-04-17 15:15:43 UTC (rev 183107)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f -s  /dev/null
+  mkfontscale /usr/share/fonts/TTF /usr/share/fonts/OTF
+  mkfontdir /usr/share/fonts/TTF /usr/share/fonts/OTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:27:38
  Author: jgc
Revision: 183108

upgpkg: gob2 2.0.19-1

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:15:43 UTC (rev 183107)
+++ PKGBUILD2013-04-17 15:27:38 UTC (rev 183108)
@@ -3,7 +3,7 @@
 # Maintainer: Kevin Piche ke...@archlinux.org
 
 pkgname=gob2
-pkgver=2.0.18
+pkgver=2.0.19
 pkgrel=1
 pkgdesc=GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glib2')
 url=http://www.5z.com/jirka/gob.html;
 source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('cd08248762962aec88100ddaaff4f9e0')
+md5sums=('d7f2e7b96c33458d69b6381e28e4ac69')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:27:46
  Author: jgc
Revision: 183109

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

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

---+
 /PKGBUILD |   50 
 extra-i686/PKGBUILD   |   25 
 extra-x86_64/PKGBUILD |   25 
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 15:27:38 UTC (rev 183108)
+++ extra-i686/PKGBUILD 2013-04-17 15:27:46 UTC (rev 183109)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=gob2
-pkgver=2.0.18
-pkgrel=1
-pkgdesc=GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects
-arch=(i686 x86_64)
-license=('GPL')
-depends=('glib2')
-url=http://www.5z.com/jirka/gob.html;
-source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('cd08248762962aec88100ddaaff4f9e0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gob2/repos/extra-i686/PKGBUILD (from rev 183108, gob2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-17 15:27:46 UTC (rev 183109)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=gob2
+pkgver=2.0.19
+pkgrel=1
+pkgdesc=GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects
+arch=(i686 x86_64)
+license=('GPL')
+depends=('glib2')
+url=http://www.5z.com/jirka/gob.html;
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7f2e7b96c33458d69b6381e28e4ac69')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-17 15:27:38 UTC (rev 183108)
+++ extra-x86_64/PKGBUILD   2013-04-17 15:27:46 UTC (rev 183109)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=gob2
-pkgver=2.0.18
-pkgrel=1
-pkgdesc=GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects
-arch=(i686 x86_64)
-license=('GPL')
-depends=('glib2')
-url=http://www.5z.com/jirka/gob.html;
-source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('cd08248762962aec88100ddaaff4f9e0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gob2/repos/extra-x86_64/PKGBUILD (from rev 183108, gob2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-17 15:27:46 UTC (rev 183109)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=gob2
+pkgver=2.0.19
+pkgrel=1
+pkgdesc=GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects
+arch=(i686 x86_64)
+license=('GPL')
+depends=('glib2')
+url=http://www.5z.com/jirka/gob.html;
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7f2e7b96c33458d69b6381e28e4ac69')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in lightdm-kde-greeter/trunk (PKGBUILD)

2013-04-17 Thread Maxime Gauduin
Date: Wednesday, April 17, 2013 @ 17:30:47
  Author: alucryd
Revision: 88434

upgpkg: lightdm-kde-greeter 0.3.2.1-1

Modified:
  lightdm-kde-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:11:03 UTC (rev 88433)
+++ PKGBUILD2013-04-17 15:30:47 UTC (rev 88434)
@@ -5,8 +5,8 @@
 # Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
 
 pkgname=lightdm-kde-greeter
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.3.2.1
+pkgrel=1
 pkgdesc=KDE greeter for LightDM
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/base/lightdm;
@@ -17,17 +17,17 @@
 'etc/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf')
 
source=(ftp://ftp.kde.org/pub/kde/unstable/${pkgname%-*}/src/${pkgname%-*}-${pkgver}.tar.bz2;
 'lightdm-kde-greeter.conf')
-sha256sums=('855cffaccc6500e25016e104cd593189cad9aa88ee34f237b01964fce1bcfcf9'
+sha256sums=('65b2a1bab2c88bf55a07e62cbe0eb8ac3660638636c5825e5925b28d03f12188'
 'a8fe10ef68d553781b91b1377106f95915c3ca14d835bd66910e08f922ef64c8')
 
 build() {
   cd ${srcdir}/lightdm-${pkgver}
 
-# Build
   if [[ -d build ]]; then
 rm -rf build
   fi
   mkdir build  cd build
+
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -35,7 +35,6 @@
 package() {
   cd ${srcdir}/lightdm-${pkgver}/build
 
-# Install
   make DESTDIR=${pkgdir} install
   install -dm 755 ${pkgdir}/etc/lightdm
   install -m 644 ../../lightdm-kde-greeter.conf 
${pkgdir}/etc/lightdm/lightdm-kde-greeter.conf



[arch-commits] Commit in lightdm-kde-greeter/repos (8 files)

2013-04-17 Thread Maxime Gauduin
Date: Wednesday, April 17, 2013 @ 17:31:11
  Author: alucryd
Revision: 88435

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

Added:
  lightdm-kde-greeter/repos/community-i686/PKGBUILD
(from rev 88434, lightdm-kde-greeter/trunk/PKGBUILD)
  lightdm-kde-greeter/repos/community-i686/lightdm-kde-greeter.conf
(from rev 88434, lightdm-kde-greeter/trunk/lightdm-kde-greeter.conf)
  lightdm-kde-greeter/repos/community-x86_64/PKGBUILD
(from rev 88434, lightdm-kde-greeter/trunk/PKGBUILD)
  lightdm-kde-greeter/repos/community-x86_64/lightdm-kde-greeter.conf
(from rev 88434, lightdm-kde-greeter/trunk/lightdm-kde-greeter.conf)
Deleted:
  lightdm-kde-greeter/repos/community-i686/PKGBUILD
  lightdm-kde-greeter/repos/community-i686/lightdm-kde-greeter.conf
  lightdm-kde-greeter/repos/community-x86_64/PKGBUILD
  lightdm-kde-greeter/repos/community-x86_64/lightdm-kde-greeter.conf

---+
 /PKGBUILD |   86 
 /lightdm-kde-greeter.conf |4 +
 community-i686/PKGBUILD   |   44 --
 community-i686/lightdm-kde-greeter.conf   |2 
 community-x86_64/PKGBUILD |   44 --
 community-x86_64/lightdm-kde-greeter.conf |2 
 6 files changed, 90 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 15:30:47 UTC (rev 88434)
+++ community-i686/PKGBUILD 2013-04-17 15:31:11 UTC (rev 88435)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Mladen Pejakovic pej...@gmail.com
-# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
-
-pkgname=lightdm-kde-greeter
-pkgver=0.3.1
-pkgrel=2
-pkgdesc=KDE greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/base/lightdm;
-license=('GPL')
-depends=('kdelibs' 'liblightdm-qt4')
-makedepends=('cmake' 'automoc4')
-backup=('etc/lightdm/lightdm-kde-greeter.conf'
-'etc/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf')
-source=(ftp://ftp.kde.org/pub/kde/unstable/${pkgname%-*}/src/${pkgname%-*}-${pkgver}.tar.bz2;
-'lightdm-kde-greeter.conf')
-sha256sums=('855cffaccc6500e25016e104cd593189cad9aa88ee34f237b01964fce1bcfcf9'
-'a8fe10ef68d553781b91b1377106f95915c3ca14d835bd66910e08f922ef64c8')
-
-build() {
-  cd ${srcdir}/lightdm-${pkgver}
-
-# Build
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/lightdm-${pkgver}/build
-
-# Install
-  make DESTDIR=${pkgdir} install
-  install -dm 755 ${pkgdir}/etc/lightdm
-  install -m 644 ../../lightdm-kde-greeter.conf 
${pkgdir}/etc/lightdm/lightdm-kde-greeter.conf
-}
-
-# vim ts=2 sw=2 et:

Copied: lightdm-kde-greeter/repos/community-i686/PKGBUILD (from rev 88434, 
lightdm-kde-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-17 15:31:11 UTC (rev 88435)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Mladen Pejakovic pej...@gmail.com
+# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
+
+pkgname=lightdm-kde-greeter
+pkgver=0.3.2.1
+pkgrel=1
+pkgdesc=KDE greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/base/lightdm;
+license=('GPL')
+depends=('kdelibs' 'liblightdm-qt4')
+makedepends=('cmake' 'automoc4')
+backup=('etc/lightdm/lightdm-kde-greeter.conf'
+'etc/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf')
+source=(ftp://ftp.kde.org/pub/kde/unstable/${pkgname%-*}/src/${pkgname%-*}-${pkgver}.tar.bz2;
+'lightdm-kde-greeter.conf')
+sha256sums=('65b2a1bab2c88bf55a07e62cbe0eb8ac3660638636c5825e5925b28d03f12188'
+'a8fe10ef68d553781b91b1377106f95915c3ca14d835bd66910e08f922ef64c8')
+
+build() {
+  cd ${srcdir}/lightdm-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/lightdm-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+  install -dm 755 ${pkgdir}/etc/lightdm
+  install -m 644 ../../lightdm-kde-greeter.conf 
${pkgdir}/etc/lightdm/lightdm-kde-greeter.conf
+}
+
+# vim ts=2 sw=2 et:

Deleted: community-i686/lightdm-kde-greeter.conf
===
--- community-i686/lightdm-kde-greeter.conf 2013-04-17 15:30:47 UTC (rev 
88434)
+++ community-i686/lightdm-kde-greeter.conf 2013-04-17 15:31:11 UTC (rev 
88435)
@@ -1,2 +0,0 @@
-[greeter]
-theme-name=classic

Copied: 

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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:41:57
  Author: jgc
Revision: 183110

upgpkg: pango-perl 1.224-1

Modified:
  pango-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:27:46 UTC (rev 183109)
+++ PKGBUILD2013-04-17 15:41:57 UTC (rev 183110)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=pango-perl
-pkgver=1.223
-pkgrel=2
+pkgver=1.224
+pkgrel=1
 pkgdesc=Perl bindings for Pango
 arch=(i686 x86_64)
 license=('LGPL')
@@ -12,7 +12,7 @@
 depends=('pango' 'glib-perl' 'cairo-perl')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
-md5sums=('628a6de54f47b6791c6b45edfb835215')
+md5sums=('8c411f367cffb0aa16d0e3963294d32e')
 
 build() {
   cd ${srcdir}/Pango-${pkgver}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:42:04
  Author: jgc
Revision: 183111

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

Added:
  pango-perl/repos/testing-i686/
  pango-perl/repos/testing-i686/PKGBUILD
(from rev 183110, pango-perl/trunk/PKGBUILD)
  pango-perl/repos/testing-x86_64/
  pango-perl/repos/testing-x86_64/PKGBUILD
(from rev 183110, pango-perl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: pango-perl/repos/testing-i686/PKGBUILD (from rev 183110, 
pango-perl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 15:42:04 UTC (rev 183111)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango-perl
+pkgver=1.224
+pkgrel=1
+pkgdesc=Perl bindings for Pango
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('8c411f367cffb0aa16d0e3963294d32e')
+
+build() {
+  cd ${srcdir}/Pango-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Pango-${pkgver}
+  make test
+}
+
+package() { 
+  cd ${srcdir}/Pango-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Copied: pango-perl/repos/testing-x86_64/PKGBUILD (from rev 183110, 
pango-perl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 15:42:04 UTC (rev 183111)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango-perl
+pkgver=1.224
+pkgrel=1
+pkgdesc=Perl bindings for Pango
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('pango' 'glib-perl' 'cairo-perl')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
+md5sums=('8c411f367cffb0aa16d0e3963294d32e')
+
+build() {
+  cd ${srcdir}/Pango-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Pango-${pkgver}
+  make test
+}
+
+package() { 
+  cd ${srcdir}/Pango-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:48:13
  Author: jgc
Revision: 183112

upgpkg: gtk2-perl 1.247-1

Modified:
  gtk2-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:42:04 UTC (rev 183111)
+++ PKGBUILD2013-04-17 15:48:13 UTC (rev 183112)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gtk2-perl
-pkgver=1.244
+pkgver=1.247
 pkgrel=1
 pkgdesc=Perl bindings for GTK+ 2.x
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
-md5sums=('191fda807f44a7c82d699838bf544bca')
+md5sums=('b65b0293cce3ac3786c37a7fa508e506')
 
 build() {
   cd ${srcdir}/Gtk2-${pkgver}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:48:20
  Author: jgc
Revision: 183113

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

Added:
  gtk2-perl/repos/testing-i686/
  gtk2-perl/repos/testing-i686/PKGBUILD
(from rev 183112, gtk2-perl/trunk/PKGBUILD)
  gtk2-perl/repos/testing-x86_64/
  gtk2-perl/repos/testing-x86_64/PKGBUILD
(from rev 183112, gtk2-perl/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: gtk2-perl/repos/testing-i686/PKGBUILD (from rev 183112, 
gtk2-perl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 15:48:20 UTC (rev 183113)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gtk2-perl
+pkgver=1.247
+pkgrel=1
+pkgdesc=Perl bindings for GTK+ 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('b65b0293cce3ac3786c37a7fa508e506')
+
+build() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  LD_PRELOAD= Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Copied: gtk2-perl/repos/testing-x86_64/PKGBUILD (from rev 183112, 
gtk2-perl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 15:48:20 UTC (rev 183113)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gtk2-perl
+pkgver=1.247
+pkgrel=1
+pkgdesc=Perl bindings for GTK+ 2.x
+arch=(i686 x86_64)
+license=('LGPL')
+url=http://gtk2-perl.sourceforge.net/;
+makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
+depends=('gtk2' 'pango-perl')
+checkdepends=('ttf-dejavu' 'xorg-server-xvfb')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-${pkgver}.tar.gz)
+md5sums=('b65b0293cce3ac3786c37a7fa508e506')
+
+build() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  LD_PRELOAD= Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make test
+  kill $!
+}
+
+package() {
+  cd ${srcdir}/Gtk2-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 18:05:16
  Author: jgc
Revision: 183114

upgpkg: libpst 0.6.58-1

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:48:20 UTC (rev 183113)
+++ PKGBUILD2013-04-17 16:05:16 UTC (rev 183114)
@@ -3,14 +3,14 @@
 
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.54
-pkgrel=4
+pkgver=0.6.58
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.five-ten-sg.com/libpst/;
 license=('GPL')
-makedepends=('python2' 'boost')
+makedepends=('python2' 'boost' 'libgsf')
 source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+sha1sums=('c398d58b8b5106725f1659c900305c6385c0773e')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -21,7 +21,7 @@
 
 package_libpst() {
   pkgdesc=Outlook .pst file converter
-  depends=('gcc-libs')
+  depends=('gcc-libs' 'libgsf')
   optdepends=('boost-libs: for libpst python interface')
   options=('!libtool' '!docs')
 
@@ -31,7 +31,7 @@
 
 package_libpst-docs() {
   pkgdesc=Documentation for Outlook .pst file converter
-  options=('!libtool')
+  options=('!libtool' 'docs')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install-htmlDATA



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 18:05:23
  Author: jgc
Revision: 183115

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

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

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-17 16:05:16 UTC (rev 183114)
+++ extra-i686/PKGBUILD 2013-04-17 16:05:23 UTC (rev 183115)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.54
-pkgrel=4
-arch=('i686' 'x86_64')
-url=http://www.five-ten-sg.com/libpst/;
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc=Outlook .pst file converter
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_libpst-docs() {
-  pkgdesc=Documentation for Outlook .pst file converter
-  options=('!libtool')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-htmlDATA
-  cd ${srcdir}/${pkgbase}-${pkgver}/html
-  make DESTDIR=${pkgdir} install-htmldevelDATA
-}

Copied: libpst/repos/extra-i686/PKGBUILD (from rev 183114, 
libpst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-17 16:05:23 UTC (rev 183115)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.58
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('c398d58b8b5106725f1659c900305c6385c0773e')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc=Outlook .pst file converter
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('!libtool' 'docs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd ${srcdir}/${pkgbase}-${pkgver}/html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-17 16:05:16 UTC (rev 183114)
+++ extra-x86_64/PKGBUILD   2013-04-17 16:05:23 UTC (rev 183115)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.54
-pkgrel=4
-arch=('i686' 'x86_64')
-url=http://www.five-ten-sg.com/libpst/;
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc=Outlook .pst file converter
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-package_libpst-docs() {
-  pkgdesc=Documentation for Outlook .pst file converter
-  options=('!libtool')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-htmlDATA
-  cd ${srcdir}/${pkgbase}-${pkgver}/html
-  make DESTDIR=${pkgdir} install-htmldevelDATA
-}

Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 183114, 
libpst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   

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

2013-04-17 Thread Bartłomiej Piotrowski
Date: Wednesday, April 17, 2013 @ 18:36:07
  Author: bpiotrowski
Revision: 88436

upgpkg: virtualbox-modules 4.2.12-2

- rebuild against linux 3.8.8

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:31:11 UTC (rev 88435)
+++ PKGBUILD2013-04-17 16:36:07 UTC (rev 88436)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-04-17 Thread Bartłomiej Piotrowski
Date: Wednesday, April 17, 2013 @ 18:36:27
  Author: bpiotrowski
Revision: 88437

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 88436, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 88436, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 88436, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 88436, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 88436, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 88436, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 88436, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 88436, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   67 
 community-testing-i686/build.sh   |   25 
 community-testing-i686/virtualbox-guest-modules.install   |   17 +++
 community-testing-i686/virtualbox-host-modules.install|   19 +++
 community-testing-x86_64/PKGBUILD |   67 
 community-testing-x86_64/build.sh |   25 
 community-testing-x86_64/virtualbox-guest-modules.install |   17 +++
 community-testing-x86_64/virtualbox-host-modules.install  |   19 +++
 8 files changed, 256 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
88436, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-17 16:36:27 UTC (rev 88437)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.2.12
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver
+ 'expac'
+ 'bc')
+
+build() {
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
+
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extraver
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-host-modules.install
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
+
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extraver
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extraver
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/ 
$startdir/virtualbox-guest-modules.install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
88436, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ 

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

2013-04-17 Thread Bartłomiej Piotrowski
Date: Wednesday, April 17, 2013 @ 18:43:11
  Author: bpiotrowski
Revision: 183116

upgpkg: nvidia 313.30-4

- rebuild against linux 3.8.8

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 16:05:23 UTC (rev 183115)
+++ PKGBUILD2013-04-17 16:43:11 UTC (rev 183116)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=313.30
 _extramodules=extramodules-3.8-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-04-17 Thread Bartłomiej Piotrowski
Date: Wednesday, April 17, 2013 @ 18:43:21
  Author: bpiotrowski
Revision: 183117

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 183116, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 183116, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 183116, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 183116, nvidia/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   18 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   18 
 4 files changed, 126 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 183116, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 16:43:21 UTC (rev 183117)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.30
+_extramodules=extramodules-3.8-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('69c0f66c9246217a4fe4d28e95bb7bb6')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('e5f147fbcdcad71472b4ddeccf259bd7')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 183116, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2013-04-17 16:43:21 UTC (rev 183117)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 183116, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 16:43:21 UTC (rev 183117)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.30
+_extramodules=extramodules-3.8-ARCH
+pkgrel=4
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('69c0f66c9246217a4fe4d28e95bb7bb6')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('e5f147fbcdcad71472b4ddeccf259bd7')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh 

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

2013-04-17 Thread Balló György
Date: Wednesday, April 17, 2013 @ 18:49:34
  Author: bgyorgy
Revision: 88438

upgpkg: gsql 0.2.2-6

- Remove deprecated libgnomeui dependency
- Move vte to optdepends
- Remove empty directories

Modified:
  gsql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 16:36:27 UTC (rev 88437)
+++ PKGBUILD2013-04-17 16:49:34 UTC (rev 88438)
@@ -3,30 +3,34 @@
 
 pkgname=gsql
 pkgver=0.2.2
-pkgrel=5
+pkgrel=6
 pkgdesc=Integrated database development tool for GNOME
 url=http://gsql.org/;
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('gtk2=2.12' 'gtksourceview2' 'vte' 'libgnomeui' 'gconf'
-'desktop-file-utils' 'libnotify')
-makedepends=('libmariadbclient' 'postgresql-libs' 'libssh')
-optdepends=('libmariadbclient' 'postgresql-libs' 'libssh')
+depends=('gtk2=2.12' 'gtksourceview2' 'libglade' 'gconf'
+'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
+makedepends=('vte' 'libmariadbclient' 'postgresql-libs' 'libssh')
+optdepends=('libmariadbclient: MySQL engine'
+'libssh: SSH tunneling plugin'
+'postgresql-libs: PostgreSQL engine'
+'vte: Terminal session plugin')
 install=gsql.install
-options=(!libtool)
+options=(!libtool !emptydirs)
 source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('8f3322a75390584729e84a8570e08bea')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   sed -i 's/notify_notification_new (subj, message, NULL, 
NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
-  ./configure --prefix=/usr --sysconfdir=/etc
+  LDFLAGS=$LDFLAGS `pkg-config --libs gthread-2.0` ./configure --prefix=/usr 
--sysconfdir=/etc \
+  --disable-static --without-gnome
   make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
   install -d ${pkgdir}/usr/share/gconf/schemas
   gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas



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

2013-04-17 Thread Balló György
Date: Wednesday, April 17, 2013 @ 18:49:53
  Author: bgyorgy
Revision: 88439

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

Added:
  gsql/repos/community-i686/PKGBUILD
(from rev 88438, gsql/trunk/PKGBUILD)
  gsql/repos/community-i686/gsql.install
(from rev 88438, gsql/trunk/gsql.install)
  gsql/repos/community-x86_64/PKGBUILD
(from rev 88438, gsql/trunk/PKGBUILD)
  gsql/repos/community-x86_64/gsql.install
(from rev 88438, gsql/trunk/gsql.install)
Deleted:
  gsql/repos/community-i686/PKGBUILD
  gsql/repos/community-i686/gsql.install
  gsql/repos/community-x86_64/PKGBUILD
  gsql/repos/community-x86_64/gsql.install

---+
 /PKGBUILD |   74 
 /gsql.install |   48 +
 community-i686/PKGBUILD   |   33 -
 community-i686/gsql.install   |   24 
 community-x86_64/PKGBUILD |   33 -
 community-x86_64/gsql.install |   24 
 6 files changed, 122 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-17 16:49:34 UTC (rev 88438)
+++ community-i686/PKGBUILD 2013-04-17 16:49:53 UTC (rev 88439)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Michael Kanis mka...@gmx.de
-
-pkgname=gsql
-pkgver=0.2.2
-pkgrel=5
-pkgdesc=Integrated database development tool for GNOME
-url=http://gsql.org/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gtk2=2.12' 'gtksourceview2' 'vte' 'libgnomeui' 'gconf'
-'desktop-file-utils' 'libnotify')
-makedepends=('libmariadbclient' 'postgresql-libs' 'libssh')
-optdepends=('libmariadbclient' 'postgresql-libs' 'libssh')
-install=gsql.install
-options=(!libtool)
-source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8f3322a75390584729e84a8570e08bea')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/notify_notification_new (subj, message, NULL, 
NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gsql/repos/community-i686/PKGBUILD (from rev 88438, gsql/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-17 16:49:53 UTC (rev 88439)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=gsql
+pkgver=0.2.2
+pkgrel=6
+pkgdesc=Integrated database development tool for GNOME
+url=http://gsql.org/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gtk2=2.12' 'gtksourceview2' 'libglade' 'gconf'
+'desktop-file-utils' 'libnotify' 'hicolor-icon-theme')
+makedepends=('vte' 'libmariadbclient' 'postgresql-libs' 'libssh')
+optdepends=('libmariadbclient: MySQL engine'
+'libssh: SSH tunneling plugin'
+'postgresql-libs: PostgreSQL engine'
+'vte: Terminal session plugin')
+install=gsql.install
+options=(!libtool !emptydirs)
+source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8f3322a75390584729e84a8570e08bea')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/notify_notification_new (subj, message, NULL, 
NULL);/notify_notification_new (subj, message, NULL);/' libgsql/notify.c
+  LDFLAGS=$LDFLAGS `pkg-config --libs gthread-2.0` ./configure --prefix=/usr 
--sysconfdir=/etc \
+  --disable-static --without-gnome
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: community-i686/gsql.install
===
--- community-i686/gsql.install 2013-04-17 16:49:34 UTC (rev 88438)
+++ community-i686/gsql.install 2013-04-17 16:49:53 UTC (rev 88439)
@@ -1,24 +0,0 @@
-pkgname=gsql
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gsql/repos/community-i686/gsql.install (from rev 88438, 
gsql/trunk/gsql.install)

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

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:51:39
  Author: tpowa
Revision: 183118

upgpkg: lirc 1:0.9.0-42

rebuild against 3.8.8

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 16:43:21 UTC (rev 183117)
+++ PKGBUILD2013-04-17 16:51:39 UTC (rev 183118)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=41
+pkgrel=42
 epoch=1
 _extramodules=extramodules-3.8-ARCH
 arch=('i686' 'x86_64')



[arch-commits] Commit in lirc/repos (28 files)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:52:05
  Author: tpowa
Revision: 183119

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 183118, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 183118, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 183118, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 183118, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 183118, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 183118, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 183118, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 183118, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 183118, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 183118, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 183118, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 183118, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 183118, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 183118, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 183118, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 183118, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 183118, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 183118, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 183118, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 183118, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 183118, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 183118, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 183118, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 183118, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 183118, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 183118, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  107 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 +++
 testing-i686/linux-3.8.patch   |   80 +
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 +
 testing-i686/lirc.service  |   11 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 ++
 testing-i686/lirc_wpc8769l.patch   |   88 ++
 testing-i686/lircd-handle-large-config.patch   |   39 
 testing-i686/lircm.service |   11 ++
 testing-x86_64/PKGBUILD|  107 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 +++
 testing-x86_64/linux-3.8.patch |   80 +
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 +
 testing-x86_64/lirc.service|   11 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 ++
 testing-x86_64/lirc_wpc8769l.patch |   88 ++
 testing-x86_64/lircd-handle-large-config.patch |   39 
 testing-x86_64/lircm.service   |   11 ++
 26 files changed, 922 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 183118, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 16:52:05 UTC (rev 183119)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=42
+epoch=1
+_extramodules=extramodules-3.8-ARCH
+arch=('i686' 'x86_64')
+url=http://www.lirc.org/;
+license=('GPL')
+### NOTICE don't forget to bump version in 

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:53:35
  Author: tpowa
Revision: 183120

upgpkg: nvidia-304xx 304.88-3

rebuild against 3.8.8

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 16:52:05 UTC (rev 183119)
+++ PKGBUILD2013-04-17 16:53:35 UTC (rev 183120)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.88
 _extramodules=extramodules-3.8-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



[arch-commits] Commit in nvidia-304xx/repos (6 files)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:53:42
  Author: tpowa
Revision: 183121

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 183120, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 183120, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 183120, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 183120, nvidia-304xx/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/nvidia.install   |   15 +
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/nvidia.install |   15 +
 4 files changed, 122 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 183120, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 16:53:42 UTC (rev 183121)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.88
+_extramodules=extramodules-3.8-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('f60d4aef766029c98914ed665235029a')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('35e0c7d30de795cccb6b95bda991fb77')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}
+

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 183120, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2013-04-17 16:53:42 UTC (rev 183121)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 183120, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 16:53:42 UTC (rev 183121)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.88
+_extramodules=extramodules-3.8-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('f60d4aef766029c98914ed665235029a')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('35e0c7d30de795cccb6b95bda991fb77')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+

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

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:55:59
  Author: tpowa
Revision: 183122

upgpkg: nvidia-lts 313.30-3

rebuild against 3.8.8

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 16:53:42 UTC (rev 183121)
+++ PKGBUILD2013-04-17 16:55:59 UTC (rev 183122)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=313.30
 _extramodules=extramodules-3.0-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:56:11
  Author: tpowa
Revision: 183123

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

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 183122, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 183122, nvidia-lts/trunk/nvidia-lts.install)

+
 PKGBUILD   |   45 +
 nvidia-lts.install |   15 +++
 2 files changed, 60 insertions(+)

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 183122, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 16:56:11 UTC (rev 183123)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=313.30
+_extramodules=extramodules-3.0-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('69c0f66c9246217a4fe4d28e95bb7bb6')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('e5f147fbcdcad71472b4ddeccf259bd7')
+fi
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-x86_64/nvidia-lts.install (from rev 183122, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-x86_64/nvidia-lts.install   (rev 0)
+++ testing-x86_64/nvidia-lts.install   2013-04-17 16:56:11 UTC (rev 183123)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}



[arch-commits] Commit in nvidia-lts/repos (7 files)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:57:48
  Author: tpowa
Revision: 183124

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 183123, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 183123, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 183123, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 183123, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/testing-x86_64/PKGBUILD
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install

---+
 /PKGBUILD |   45 
 /nvidia-lts.install   |   15 
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia-lts.install   |   15 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia-lts.install |   15 
 6 files changed, 120 insertions(+), 60 deletions(-)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 183123, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 16:57:48 UTC (rev 183124)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=313.30
+_extramodules=extramodules-3.0-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('69c0f66c9246217a4fe4d28e95bb7bb6')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('e5f147fbcdcad71472b4ddeccf259bd7')
+fi
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 183123, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2013-04-17 16:57:48 UTC (rev 183124)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-17 16:56:11 UTC (rev 183123)
+++ testing-x86_64/PKGBUILD 2013-04-17 16:57:48 UTC (rev 183124)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=313.30
-_extramodules=extramodules-3.0-lts
-pkgrel=3
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
-makedepends=('linux-lts-headers=3.0.0')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-if [ $CARCH = i686 ]; then
-  _arch='x86'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('69c0f66c9246217a4fe4d28e95bb7bb6')
-elif [ $CARCH = x86_64 ]; then
-  _arch='x86_64'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('e5f147fbcdcad71472b4ddeccf259bd7')
-fi
-
-build() {
-  

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:58:52
  Author: tpowa
Revision: 183125

upgpkg: nvidia-304xx-lts 304.88-3

rebuild against 3.0.74

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 16:57:48 UTC (rev 183124)
+++ PKGBUILD2013-04-17 16:58:52 UTC (rev 183125)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.88
 _extramodules=extramodules-3.0-lts
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



[arch-commits] Commit in nvidia-304xx-lts/repos (6 files)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 18:58:59
  Author: tpowa
Revision: 183126

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 183125, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 183125, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 183125, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 183125, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   45 ++
 testing-i686/nvidia-304xx-lts.install   |   15 ++
 testing-x86_64/PKGBUILD |   45 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 ++
 4 files changed, 120 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 183125, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-17 16:58:59 UTC (rev 183126)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.88
+_extramodules=extramodules-3.0-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.0.0')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('f60d4aef766029c98914ed665235029a')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('35e0c7d30de795cccb6b95bda991fb77')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
183125, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2013-04-17 16:58:59 UTC (rev 
183126)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 183125, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-17 16:58:59 UTC (rev 183126)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.88
+_extramodules=extramodules-3.0-lts
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.0.0')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('f60d4aef766029c98914ed665235029a')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+

  1   2   >