[arch-commits] Commit in refind-efi/repos/extra-any (10 files)

2012-12-07 Thread Tobias Powalowski
Date: Saturday, December 8, 2012 @ 02:20:04
  Author: tpowa
Revision: 172994

archrelease: copy trunk to extra-any

Added:
  refind-efi/repos/extra-any/PKGBUILD
(from rev 172993, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
(from rev 172993, refind-efi/trunk/UDK-MdePkg-Revert-PathNodeCount.patch)
  refind-efi/repos/extra-any/refind-efi.install
(from rev 172993, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
(from rev 172993, refind-efi/trunk/refind_include_more_shell_paths.patch)
  refind-efi/repos/extra-any/refind_linux.conf
(from rev 172993, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-any/PKGBUILD
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
  refind-efi/repos/extra-any/refind-efi.install
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
  refind-efi/repos/extra-any/refind_linux.conf

---+
 PKGBUILD  |  474 +--
 UDK-MdePkg-Revert-PathNodeCount.patch | 1320 
 refind-efi.install|   56 -
 refind_include_more_shell_paths.patch |   42 -
 refind_linux.conf |   10 
 5 files changed, 951 insertions(+), 951 deletions(-)

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


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

2012-12-07 Thread Tobias Powalowski
Date: Saturday, December 8, 2012 @ 02:19:36
  Author: tpowa
Revision: 172993

upgpkg: refind-efi 0.5.0-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 06:14:37 UTC (rev 172992)
+++ PKGBUILD2012-12-08 07:19:36 UTC (rev 172993)
@@ -11,8 +11,8 @@
 ###
 
 pkgname="refind-efi"
-pkgver="0.4.7"
-pkgrel="2"
+pkgver="0.5.0"
+pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs"
 url="http://www.rodsbooks.com/refind/index.html";
 arch=('any')
@@ -231,7 +231,7 @@
install -D -m0644 "${srcdir}/refind-${pkgver}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/refind/LICENSE"

 }
-md5sums=('d79f875ab2a2c20696581ee3cc6f6739'
+md5sums=('314b857d6fd00c0356314aac535d0c6a'
  '98291849f9530c8ddb71b6563c61fb24'
  '9051a5235ec58f5448a1b58727601e98'
  'a83e45b10d5efbca1c93a63851728712')



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

2012-12-07 Thread Eric Bélanger
Date: Saturday, December 8, 2012 @ 01:14:37
  Author: eric
Revision: 172992

Fix svn

Deleted:
  mkinitcpio/repos/testing-i686/
  mkinitcpio/repos/testing-x86_64/



[arch-commits] Commit in mkinitcpio/repos/testing-any (6 files)

2012-12-07 Thread Eric Bélanger
Date: Saturday, December 8, 2012 @ 01:13:55
  Author: eric
Revision: 172991

archrelease: copy trunk to testing-any

Added:
  
mkinitcpio/repos/testing-any/0001-consolefont-fix-reference-to-consolefont-variable.patch
(from rev 172990, 
mkinitcpio/trunk/0001-consolefont-fix-reference-to-consolefont-variable.patch)
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 172990, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 172990, mkinitcpio/trunk/mkinitcpio.install)
Deleted:
  
mkinitcpio/repos/testing-any/0001-consolefont-fix-reference-to-consolefont-variable.patch
  mkinitcpio/repos/testing-any/PKGBUILD
  mkinitcpio/repos/testing-any/mkinitcpio.install

--+
 0001-consolefont-fix-reference-to-consolefont-variable.patch |  104 +-
 PKGBUILD |   68 +++---
 mkinitcpio.install   |   30 +-
 3 files changed, 101 insertions(+), 101 deletions(-)

Deleted: 0001-consolefont-fix-reference-to-consolefont-variable.patch
===
--- 0001-consolefont-fix-reference-to-consolefont-variable.patch
2012-12-08 06:04:32 UTC (rev 172990)
+++ 0001-consolefont-fix-reference-to-consolefont-variable.patch
2012-12-08 06:13:55 UTC (rev 172991)
@@ -1,52 +0,0 @@
-From 6be469d5f21309fe80d927d277d37a99db22b511 Mon Sep 17 00:00:00 2001
-From: Dave Reisner 
-Date: Sat, 1 Dec 2012 23:28:59 -0500
-Subject: [mkinitcpio] [PATCH] consolefont: fix reference to consolefont
- variable
-
-Broken by ac8499c08279b05d.
-
-FS#32935.
-https://bbs.archlinux.org/viewtopic.php?id=153982
-
-Signed-off-by: Dave Reisner 

- install/consolefont | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/install/consolefont b/install/consolefont
-index bbcd7ec..c10b65d 100644
 a/install/consolefont
-+++ b/install/consolefont
-@@ -5,8 +5,8 @@ build() {
- (
- [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
- 
--if [[ $CONSOLEFONT ]]; then
--for file in 
"/usr/share/kbd/consolefonts/$CONSOLEFONT".@(fnt|psf?(u))?(.gz); do
-+if [[ $FONT ]]; then
-+for file in 
"/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
- if [[ -e $file ]]; then
- [[ $file =~ (\.(fnt|psfu?))(\.gz)?$ ]] && 
ext=${BASH_REMATCH[2]}
- if [[ $file = *.gz ]]; then
-@@ -17,7 +17,7 @@ build() {
- exit 0
- fi
- done
--error "consolefont: requested font not found: \`%s'" 
"$CONSOLEFONT"
-+error "consolefont: requested font not found: \`%s'" "$FONT"
- exit 1
- else
- warning "consolefont: no font found in configuration"
-@@ -28,7 +28,7 @@ build() {
- 
- help() {
- cat <
+Date: Sat, 1 Dec 2012 23:28:59 -0500
+Subject: [mkinitcpio] [PATCH] consolefont: fix reference to consolefont
+ variable
+
+Broken by ac8499c08279b05d.
+
+FS#32935.
+https://bbs.archlinux.org/viewtopic.php?id=153982
+
+Signed-off-by: Dave Reisner 
+---
+ install/consolefont | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/install/consolefont b/install/consolefont
+index bbcd7ec..c10b65d 100644
+--- a/install/consolefont
 b/install/consolefont
+@@ -5,8 +5,8 @@ build() {
+ (
+ [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
+ 
+-if [[ $CONSOLEFONT ]]; then
+-for file in 
"/usr/share/kbd/consolefonts/$CONSOLEFONT".@(fnt|psf?(u))?(.gz); do
++if [[ $FONT ]]; then
++for file in 
"/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
+ if [[ -e $file ]]; then
+ [[ $file =~ (\.(fnt|psfu?))(\.gz)?$ ]] && 
ext=${BASH_REMATCH[2]}
+ if [[ $file = *.gz ]]; then
+@@ -17,7 +17,7 @@ build() {
+ exit 0
+ fi
+ done
+-error "consolefont: requested font not found: \`%s'" 
"$CONSOLEFONT"
++error "consolefont: requested font not found: \`%s'" "$FONT"
+ exit 1
+ else
+ warning "consolefont: no font found in configuration"
+@@ -28,7 +28,7 @@ build() {
+ 
+ help() {
+ cat <
-# Maintainer: Thomas Bächler 
-
-pkgname=mkinitcpio
-pkgver=0.12.0
-pkgrel=2
-pkgdesc="Modular initramfs image creation utility"
-arch=('any')
-url="http://www.archlinux.org/";
-license=('GPL')
-depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpi

[arch-commits] Commit in kdebase/repos/extra-i686 (9 files)

2012-12-07 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 01:04:32
  Author: andrea
Revision: 172990

archrelease: copy trunk to extra-i686

Added:
  kdebase/repos/extra-i686/PKGBUILD
(from rev 172989, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-i686/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
(from rev 172989, 
kdebase/trunk/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff)
  kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 172989, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 172989, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-i686/kdebase.install
(from rev 172989, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/repos/extra-i686/PKGBUILD
  kdebase/repos/extra-i686/kdebase-dolphin.install
  kdebase/repos/extra-i686/kdebase-konqueror.install
  kdebase/repos/extra-i686/kdebase.install

+
 PKGBUILD   |  245 +++
 kde-baseapps-4.9.4-fix-bugs-311206-311246.diff |  232 +
 kdebase-dolphin.install|   22 +-
 kdebase-konqueror.install  |   24 +-
 kdebase.install|   22 +-
 5 files changed, 391 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-08 06:03:54 UTC (rev 172989)
+++ PKGBUILD2012-12-08 06:04:32 UTC (rev 172990)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=4.9.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('b68e76766331272a45b1d897adf4c1928a11e747')
-
-build() {
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-'kdegraphics-thumbnailers: thumbnailers for graphics file'
-'ruby: servicemenu installation')
-   url="http://kde.org/applications/system/dolphin/";
-install=kdebase-dolphin.install
-   cd $srcdir/build/dolphin
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dolphin
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-   pkgdesc='Change Password'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   cd $srcdir/build/kdepasswd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdepasswd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-   pkgdesc='A utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/kdialog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-keditbookmarks() {
-   pkgdesc='Bookmark Organizer and Editor'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/keditbookmarks
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kfind() {
-   pkgdesc='Find Files/Folders'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   url="http://kde.org/applications/utilities/kfind/";
-   install='kdebase.install'
-   cd $srcdir/build/kfind
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfind
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konq-plugins() {
-   pkgdesc='Extra plugins for Konqueror'
-   depends=('kdebase-konqueror' 'tidyhtml')
-   replaces=('konq-plugins')
-   install='kdebase.install'
-   cd $srcdir/build/konq-plugins
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konqueror() {
-   pkgdesc='KDE File Manager & Web Browser'
-   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
-   optdepends=('kwebkitpart: to enable webkit engine')
-   url="http://kde.org/applications/internet/konqueror/";
-   install='kdebase-konqueror.install'
-conflicts=('kdebase-nsplugins')
-replaces=('kdebase-nsplugins')
-for i in konqueror doc/konqueror nsplugins; do
-  cd $srcdir/build/${i}
-  make DESTDIR=$pkgdir install
-done
-}
-
-package_kdebase-lib() {
-   pkgdesc='KDE libraries for the basic desktop applications'
-   groups=()
-

[arch-commits] Commit in kdebase/repos/extra-x86_64 (9 files)

2012-12-07 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 01:03:54
  Author: andrea
Revision: 172989

archrelease: copy trunk to extra-x86_64

Added:
  kdebase/repos/extra-x86_64/PKGBUILD
(from rev 172988, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-x86_64/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
(from rev 172988, 
kdebase/trunk/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff)
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 172988, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 172988, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-x86_64/kdebase.install
(from rev 172988, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/repos/extra-x86_64/PKGBUILD
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
  kdebase/repos/extra-x86_64/kdebase.install

+
 PKGBUILD   |  245 +++
 kde-baseapps-4.9.4-fix-bugs-311206-311246.diff |  232 +
 kdebase-dolphin.install|   22 +-
 kdebase-konqueror.install  |   24 +-
 kdebase.install|   22 +-
 5 files changed, 391 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-08 05:56:10 UTC (rev 172988)
+++ PKGBUILD2012-12-08 06:03:54 UTC (rev 172989)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=4.9.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('b68e76766331272a45b1d897adf4c1928a11e747')
-
-build() {
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-'kdegraphics-thumbnailers: thumbnailers for graphics file'
-'ruby: servicemenu installation')
-   url="http://kde.org/applications/system/dolphin/";
-install=kdebase-dolphin.install
-   cd $srcdir/build/dolphin
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dolphin
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-   pkgdesc='Change Password'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   cd $srcdir/build/kdepasswd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdepasswd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-   pkgdesc='A utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/kdialog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-keditbookmarks() {
-   pkgdesc='Bookmark Organizer and Editor'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/keditbookmarks
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kfind() {
-   pkgdesc='Find Files/Folders'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   url="http://kde.org/applications/utilities/kfind/";
-   install='kdebase.install'
-   cd $srcdir/build/kfind
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfind
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konq-plugins() {
-   pkgdesc='Extra plugins for Konqueror'
-   depends=('kdebase-konqueror' 'tidyhtml')
-   replaces=('konq-plugins')
-   install='kdebase.install'
-   cd $srcdir/build/konq-plugins
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konqueror() {
-   pkgdesc='KDE File Manager & Web Browser'
-   depends=('kdebase-dolphin' 'kdebase-keditbookmarks')
-   optdepends=('kwebkitpart: to enable webkit engine')
-   url="http://kde.org/applications/internet/konqueror/";
-   install='kdebase-konqueror.install'
-conflicts=('kdebase-nsplugins')
-replaces=('kdebase-nsplugins')
-for i in konqueror doc/konqueror nsplugins; do
-  cd $srcdir/build/${i}
-  make DESTDIR=$pkgdir install
-done
-}
-
-package_kdebase-lib() {
-   pkgdesc='KDE libraries for the basic desktop applications'

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

2012-12-07 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 00:56:10
  Author: andrea
Revision: 172988

upgpkg: kdebase 4.9.4-2

Fix two regressions

Added:
  kdebase/trunk/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
Modified:
  kdebase/trunk/PKGBUILD

+
 PKGBUILD   |   13 -
 kde-baseapps-4.9.4-fix-bugs-311206-311246.diff |  232 +++
 2 files changed, 241 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 03:15:35 UTC (rev 172987)
+++ PKGBUILD2012-12-08 05:56:10 UTC (rev 172988)
@@ -13,17 +13,22 @@
  'kdebase-lib'
  'kdebase-plasma')
 pkgver=4.9.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('b68e76766331272a45b1d897adf4c1928a11e747')
+source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";
+'kde-baseapps-4.9.4-fix-bugs-311206-311246.diff')
+sha1sums=('b68e76766331272a45b1d897adf4c1928a11e747'
+  '998f1db2309744dd2c054aec3462a717bc107c2e')
 
 build() {
-   cd ${srcdir}
+cd kde-baseapps-${pkgver}
+patch -p1 -i "${srcdir}"/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
+cd ../
+
mkdir build
cd build
cmake ../kde-baseapps-${pkgver} \

Added: kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
===
--- kde-baseapps-4.9.4-fix-bugs-311206-311246.diff  
(rev 0)
+++ kde-baseapps-4.9.4-fix-bugs-311206-311246.diff  2012-12-08 05:56:10 UTC 
(rev 172988)
@@ -0,0 +1,232 @@
+diff --git a/dolphin/src/kitemviews/kstandarditemlistwidget.cpp 
b/dolphin/src/kitemviews/kstandarditemlistwidget.cpp
+index f92cab5..af16954 100644
+--- a/dolphin/src/kitemviews/kstandarditemlistwidget.cpp
 b/dolphin/src/kitemviews/kstandarditemlistwidget.cpp
+@@ -193,7 +193,8 @@ 
KStandardItemListWidget::KStandardItemListWidget(KItemListWidgetInformant* infor
+ m_additionalInfoTextColor(),
+ m_overlay(),
+ m_rating(),
+-m_roleEditor(0)
++m_roleEditor(0),
++m_oldRoleEditor(0)
+ {
+ }
+ 
+@@ -203,6 +204,7 @@ KStandardItemListWidget::~KStandardItemListWidget()
+ m_textInfo.clear();
+ 
+ delete m_roleEditor;
++delete m_oldRoleEditor;
+ }
+ 
+ void KStandardItemListWidget::setLayout(Layout layout)
+@@ -609,13 +611,16 @@ void KStandardItemListWidget::editedRoleChanged(const 
QByteArray& current, const
+this, 
SLOT(slotRoleEditingCanceled(int,QByteArray,QVariant)));
+ disconnect(m_roleEditor, 
SIGNAL(roleEditingFinished(int,QByteArray,QVariant)),
+this, 
SLOT(slotRoleEditingFinished(int,QByteArray,QVariant)));
+-// Do not delete the role editor using deleteLater() because we 
might be
+-// inside a nested event loop which has been started by one of 
its event
+-// handlers (contextMenuEvent() or drag&drop inside 
mouseMoveEvent()).
+-m_roleEditor->deleteWhenIdle();
++m_oldRoleEditor = m_roleEditor;
++m_roleEditor->hide();
+ m_roleEditor = 0;
+ }
+ return;
++} else if (m_oldRoleEditor) {
++// Delete the old editor before constructing the new one to
++// prevent a memory leak.
++m_oldRoleEditor->deleteLater();
++m_oldRoleEditor = 0;
+ }
+ 
+ Q_ASSERT(!m_roleEditor);
+@@ -1267,21 +1272,19 @@ QRectF KStandardItemListWidget::roleEditingRect(const 
QByteArray& role) const
+ 
+ void KStandardItemListWidget::closeRoleEditor()
+ {
++disconnect(m_roleEditor, 
SIGNAL(roleEditingCanceled(int,QByteArray,QVariant)),
++   this, SLOT(slotRoleEditingCanceled(int,QByteArray,QVariant)));
++disconnect(m_roleEditor, 
SIGNAL(roleEditingFinished(int,QByteArray,QVariant)),
++   this, SLOT(slotRoleEditingFinished(int,QByteArray,QVariant)));
++
+ if (m_roleEditor->hasFocus()) {
+ // If the editing was not ended by a FocusOut event, we have
+ // to transfer the keyboard focus back to the KItemListContainer.
+ scene()->views()[0]->parentWidget()->setFocus();
+ }
+ 
+-disconnect(m_roleEditor, 
SIGNAL(roleEditingCanceled(int,QByteArray,QVariant)),
+-   this, SLOT(slotRoleEditingCanceled(int,QByteArray,QVariant)));
+-disconnect(m_roleEditor, 
SIGNAL(roleEditingFinished(int,QByteArray,QVariant)),
+-   this, SLOT(slotRoleEditingFinished(int,QByteArray,QVariant)));
+-
+-// Do not delete the role editor using deleteLater() because we might be
+-// inside a nested event loop which has been started by one of its event
+-// handlers (contextMenuEve

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

2012-12-07 Thread Gaetan Bisson
Date: Friday, December 7, 2012 @ 22:15:35
  Author: bisson
Revision: 172987

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 172986, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 172986, gnupg/trunk/install)
  gnupg/repos/testing-i686/protect-tool-env.patch
(from rev 172986, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 172986, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 172986, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/protect-tool-env.patch
(from rev 172986, gnupg/trunk/protect-tool-env.patch)

---+
 testing-i686/PKGBUILD |   49 
 testing-i686/install  |   20 +
 testing-i686/protect-tool-env.patch   |   28 ++
 testing-x86_64/PKGBUILD   |   49 
 testing-x86_64/install|   20 +
 testing-x86_64/protect-tool-env.patch |   28 ++
 6 files changed, 194 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 172986, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-08 03:15:35 UTC (rev 172987)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.0.19
+pkgrel=3
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'protect-tool-env.patch')
+sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
+  'f6e6830610a8629b0aad69d789373bf8ca481733'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')
+provides=("gnupg2=${pkgver}")
+replaces=('gnupg2')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../protect-tool-env.patch # FS#31900
+   ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+}

Copied: gnupg/repos/testing-i686/install (from rev 172986, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2012-12-08 03:15:35 UTC (rev 172987)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> /dev/null
+  done
+}

Copied: gnupg/repos/testing-i686/protect-tool-env.patch (from rev 172986, 
gnupg/trunk/protect-tool-env.patch)
===
--- testing-i686/protect-tool-env.patch (rev 0)
+++ testing-i686/protect-tool-env.patch 2012-12-08 03:15:35 UTC (rev 172987)
@@ -0,0 +1,28 @@
+diff -Naur old/agent/protect-tool.c new/agent/protect-tool.c
+--- old/agent/protect-tool.c   2012-12-08 13:53:17.067611957 +1100
 new/agent/protect-tool.c   2012-12-08 13:53:28.247633012 +1100
+@@ -102,6 +102,7 @@
+ static int opt_status_msg;
+ static const char *opt_p12_charset;
+ static const char *opt_agent_program; 
++static session_env_t opt_session_env;
+ 
+ static char *get_passphrase (int promptno);
+ static void release_passphrase (char *pw);
+@@ -1040,6 +1041,7 @@
+ 
+   opt_homedir = default_homedir ();
+ 
++  opt_session_env = session_env_new ();
+ 
+   pargs.argc = &argc;
+   pargs.argv = &argv;
+@@ -1091,7 +1093,7 @@
+ opt.verbose,
+ opt_homedir,
+ opt_agent_program,
+-NULL, NULL, NULL);
++  

[arch-commits] Commit in gnupg/trunk (PKGBUILD protect-tool-env.patch)

2012-12-07 Thread Gaetan Bisson
Date: Friday, December 7, 2012 @ 22:14:58
  Author: bisson
Revision: 172986

fix FS#31900

Added:
  gnupg/trunk/protect-tool-env.patch
Modified:
  gnupg/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 protect-tool-env.patch |   28 
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 02:34:13 UTC (rev 172985)
+++ PKGBUILD2012-12-08 03:14:58 UTC (rev 172986)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.0.19
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -16,9 +16,11 @@
 'libusb-compat: scdaemon')
 makedepends=('curl' 'libldap' 'libusb-compat')
 depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'protect-tool-env.patch')
 sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
-  'f6e6830610a8629b0aad69d789373bf8ca481733')
+  'f6e6830610a8629b0aad69d789373bf8ca481733'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
 
 install=install
 
@@ -28,6 +30,7 @@
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../protect-tool-env.patch # FS#31900
./configure --prefix=/usr --libexecdir=/usr/lib/gnupg
make
 }

Added: protect-tool-env.patch
===
--- protect-tool-env.patch  (rev 0)
+++ protect-tool-env.patch  2012-12-08 03:14:58 UTC (rev 172986)
@@ -0,0 +1,28 @@
+diff -Naur old/agent/protect-tool.c new/agent/protect-tool.c
+--- old/agent/protect-tool.c   2012-12-08 13:53:17.067611957 +1100
 new/agent/protect-tool.c   2012-12-08 13:53:28.247633012 +1100
+@@ -102,6 +102,7 @@
+ static int opt_status_msg;
+ static const char *opt_p12_charset;
+ static const char *opt_agent_program; 
++static session_env_t opt_session_env;
+ 
+ static char *get_passphrase (int promptno);
+ static void release_passphrase (char *pw);
+@@ -1040,6 +1041,7 @@
+ 
+   opt_homedir = default_homedir ();
+ 
++  opt_session_env = session_env_new ();
+ 
+   pargs.argc = &argc;
+   pargs.argv = &argv;
+@@ -1091,7 +1093,7 @@
+ opt.verbose,
+ opt_homedir,
+ opt_agent_program,
+-NULL, NULL, NULL);
++NULL, NULL, opt_session_env);
+ 
+   if (opt_prompt)
+ opt_prompt = percent_plus_unescape (opt_prompt, 0);



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

2012-12-07 Thread Dave Reisner
Date: Friday, December 7, 2012 @ 21:34:13
  Author: dreisner
Revision: 172985

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

Added:
  mkinitcpio/repos/testing-i686/
  
mkinitcpio/repos/testing-i686/0001-consolefont-fix-reference-to-consolefont-variable.patch
(from rev 172984, 
mkinitcpio/trunk/0001-consolefont-fix-reference-to-consolefont-variable.patch)
  mkinitcpio/repos/testing-i686/PKGBUILD
(from rev 172984, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-i686/mkinitcpio.install
(from rev 172984, mkinitcpio/trunk/mkinitcpio.install)
  mkinitcpio/repos/testing-x86_64/
  
mkinitcpio/repos/testing-x86_64/0001-consolefont-fix-reference-to-consolefont-variable.patch
(from rev 172984, 
mkinitcpio/trunk/0001-consolefont-fix-reference-to-consolefont-variable.patch)
  mkinitcpio/repos/testing-x86_64/PKGBUILD
(from rev 172984, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-x86_64/mkinitcpio.install
(from rev 172984, mkinitcpio/trunk/mkinitcpio.install)

-+
 testing-i686/0001-consolefont-fix-reference-to-consolefont-variable.patch   |  
 52 ++
 testing-i686/PKGBUILD   |  
 34 ++
 testing-i686/mkinitcpio.install |  
 15 ++
 testing-x86_64/0001-consolefont-fix-reference-to-consolefont-variable.patch |  
 52 ++
 testing-x86_64/PKGBUILD |  
 34 ++
 testing-x86_64/mkinitcpio.install   |  
 15 ++
 6 files changed, 202 insertions(+)

Copied: 
mkinitcpio/repos/testing-i686/0001-consolefont-fix-reference-to-consolefont-variable.patch
 (from rev 172984, 
mkinitcpio/trunk/0001-consolefont-fix-reference-to-consolefont-variable.patch)
===
--- testing-i686/0001-consolefont-fix-reference-to-consolefont-variable.patch   
(rev 0)
+++ testing-i686/0001-consolefont-fix-reference-to-consolefont-variable.patch   
2012-12-08 02:34:13 UTC (rev 172985)
@@ -0,0 +1,52 @@
+From 6be469d5f21309fe80d927d277d37a99db22b511 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Sat, 1 Dec 2012 23:28:59 -0500
+Subject: [mkinitcpio] [PATCH] consolefont: fix reference to consolefont
+ variable
+
+Broken by ac8499c08279b05d.
+
+FS#32935.
+https://bbs.archlinux.org/viewtopic.php?id=153982
+
+Signed-off-by: Dave Reisner 
+---
+ install/consolefont | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/install/consolefont b/install/consolefont
+index bbcd7ec..c10b65d 100644
+--- a/install/consolefont
 b/install/consolefont
+@@ -5,8 +5,8 @@ build() {
+ (
+ [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
+ 
+-if [[ $CONSOLEFONT ]]; then
+-for file in 
"/usr/share/kbd/consolefonts/$CONSOLEFONT".@(fnt|psf?(u))?(.gz); do
++if [[ $FONT ]]; then
++for file in 
"/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
+ if [[ -e $file ]]; then
+ [[ $file =~ (\.(fnt|psfu?))(\.gz)?$ ]] && 
ext=${BASH_REMATCH[2]}
+ if [[ $file = *.gz ]]; then
+@@ -17,7 +17,7 @@ build() {
+ exit 0
+ fi
+ done
+-error "consolefont: requested font not found: \`%s'" 
"$CONSOLEFONT"
++error "consolefont: requested font not found: \`%s'" "$FONT"
+ exit 1
+ else
+ warning "consolefont: no font found in configuration"
+@@ -28,7 +28,7 @@ build() {
+ 
+ help() {
+ cat <
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="http://www.archlinux.org/";
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
+0001-consolefont-fix-reference-to-consolefont-variable.patch)
+install=mkinitcpio.install
+sha256sums=('ed9bd16999e75b42c8ad78a62cd744f95aca1d1078bb1ecff94c9d31d6765761'
+'9db84177b3e976dc732fe24d565c07e0977d809a32cbcaaa5f48364fbe6157d2'
+'014c2337870338b8635e6e25115a183de0b8936f54cbfd1589f6604dc42c96e0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 
<"$srcdir/0001-consolefont-fix-reference-to-consolefont-variable.patch"
+}
+
+package() {
+  make -C "$p

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

2012-12-07 Thread Dave Reisner
Date: Friday, December 7, 2012 @ 21:33:47
  Author: dreisner
Revision: 172984

fix checksums

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 02:06:48 UTC (rev 172983)
+++ PKGBUILD2012-12-08 02:33:47 UTC (rev 172984)
@@ -20,7 +20,7 @@
 0001-consolefont-fix-reference-to-consolefont-variable.patch)
 install=mkinitcpio.install
 sha256sums=('ed9bd16999e75b42c8ad78a62cd744f95aca1d1078bb1ecff94c9d31d6765761'
-'SKIP'
+'9db84177b3e976dc732fe24d565c07e0977d809a32cbcaaa5f48364fbe6157d2'
 '014c2337870338b8635e6e25115a183de0b8936f54cbfd1589f6604dc42c96e0')
 
 build() {



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

2012-12-07 Thread Eric Bélanger
Date: Friday, December 7, 2012 @ 21:06:48
  Author: eric
Revision: 172983

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

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

---+
 extra-i686/PKGBUILD   |   78 ++--
 extra-i686/ibus.install   |   34 +--
 extra-x86_64/PKGBUILD |   78 ++--
 extra-x86_64/ibus.install |   34 +--
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-08 02:06:33 UTC (rev 172982)
+++ extra-i686/PKGBUILD 2012-12-08 02:06:48 UTC (rev 172983)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Brad Fanella 
-
-pkgname=ibus
-pkgver=1.4.99.20121109
-pkgrel=1
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com";
-license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
-makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool')
-options=('!libtool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e534d836117b968b8d0eab2eea5a1fac09ea85fb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---disable-memconf \
---enable-ui \
---enable-python-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 172982, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 02:06:48 UTC (rev 172983)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Brad Fanella 
+
+pkgname=ibus
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ca810499ca21ab85e4faa8a103cfd461361b723a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2012-12-08 02:06:33 UTC (rev 172982)
+++ extra-i686/ibus.install 2012-12-08 02:06:48 UTC (rev 172983)
@@ -1,17 +0,0 @@
-post_install() {
-gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
-gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-gtk-query-immodules-3.0 --update-cache 
-
-gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 172982, 
ibus/trunk/ibus.install)
===
--- extra-i686/ibus.install (rev 0)
+++ extra-i686/ibus.install 2012-12-08 02:06:48 UTC (rev 172983)
@@ -0,0 +1,17 @@
+post_install() {
+gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+gtk-query-immodules-3.0 --update-cache 
+
+gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: extra-x86_64/PK

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

2012-12-07 Thread Eric Bélanger
Date: Friday, December 7, 2012 @ 21:06:33
  Author: eric
Revision: 172982

upgpkg: ibus 1.5.0-1

Upstream update, Add vala makedepends

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 01:33:56 UTC (rev 172981)
+++ PKGBUILD2012-12-08 02:06:33 UTC (rev 172982)
@@ -5,18 +5,18 @@
 # Maintainer: Brad Fanella 
 
 pkgname=ibus
-pkgver=1.4.99.20121109
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('i686' 'x86_64')
 url="http://ibus.googlecode.com";
 license=('LGPL')
 depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject')
-makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
 options=('!libtool')
 install=ibus.install
 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e534d836117b968b8d0eab2eea5a1fac09ea85fb')
+sha1sums=('ca810499ca21ab85e4faa8a103cfd461361b723a')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2012-12-07 Thread Eric Bélanger
Date: Friday, December 7, 2012 @ 20:33:56
  Author: eric
Revision: 172981

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-08 01:33:30 UTC (rev 172980)
+++ extra-i686/PKGBUILD 2012-12-08 01:33:56 UTC (rev 172981)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: DrZaius 
-# Contributor: pumbur
-
-pkgname=opus
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="codec designed for interactive speech and audio transmission over the 
Internet"
-arch=('i686' 'x86_64')
-url="http://www.opus-codec.org/";
-license=('custom')
-depends=('glibc')
-source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-options=('!libtool')
-md5sums=('bbac19996957b404a1139816e2f357f5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d "${pkgdir}/usr/share/licenses/opus"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/opus/"
-}

Copied: opus/repos/extra-i686/PKGBUILD (from rev 172980, opus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 01:33:56 UTC (rev 172981)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: DrZaius 
+# Contributor: pumbur
+
+pkgname=opus
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Codec designed for interactive speech and audio transmission over the 
Internet"
+arch=('i686' 'x86_64')
+url="http://www.opus-codec.org/";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c503ad05a59ddb44deab96204401be03')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/opus"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/opus/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-08 01:33:30 UTC (rev 172980)
+++ extra-x86_64/PKGBUILD   2012-12-08 01:33:56 UTC (rev 172981)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: DrZaius 
-# Contributor: pumbur
-
-pkgname=opus
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="codec designed for interactive speech and audio transmission over the 
Internet"
-arch=('i686' 'x86_64')
-url="http://www.opus-codec.org/";
-license=('custom')
-depends=('glibc')
-source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-options=('!libtool')
-md5sums=('bbac19996957b404a1139816e2f357f5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d "${pkgdir}/usr/share/licenses/opus"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/opus/"
-}

Copied: opus/repos/extra-x86_64/PKGBUILD (from rev 172980, opus/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-08 01:33:56 UTC (rev 172981)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: DrZaius 
+# Contributor: pumbur
+
+pkgname=opus
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Codec designed for interactive speech and audio transmission over the 
Internet"
+arch=('i686' 'x86_64')
+url="http://www.opus-codec.org/";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c503ad05a59ddb44deab96204401be03')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/opus"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/opus/"
+}



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

2012-12-07 Thread Eric Bélanger
Date: Friday, December 7, 2012 @ 20:33:30
  Author: eric
Revision: 172980

upgpkg: opus 1.0.2-1

Upstream update, Add check function, Capitalize description

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

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 01:12:54 UTC (rev 172979)
+++ PKGBUILD2012-12-08 01:33:30 UTC (rev 172980)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Jan de Groot 
 # Contributor: DrZaius 
 # Contributor: pumbur
@@ -3,24 +4,29 @@
 
 pkgname=opus
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="codec designed for interactive speech and audio transmission over the 
Internet"
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Codec designed for interactive speech and audio transmission over the 
Internet"
 arch=('i686' 'x86_64')
 url="http://www.opus-codec.org/";
 license=('custom')
 depends=('glibc')
+options=('!libtool')
 
source=("http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-options=('!libtool')
-md5sums=('bbac19996957b404a1139816e2f357f5')
+md5sums=('c503ad05a59ddb44deab96204401be03')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/opus"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/opus/"


Property changes on: opus/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2012-12-07 Thread Dave Reisner
Date: Friday, December 7, 2012 @ 20:12:54
  Author: dreisner
Revision: 172979

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

Added:
  pcmciautils/repos/testing-i686/
  pcmciautils/repos/testing-i686/PKGBUILD
(from rev 172978, pcmciautils/trunk/PKGBUILD)
  pcmciautils/repos/testing-i686/initcpio-install-pcmcia
(from rev 172978, pcmciautils/trunk/initcpio-install-pcmcia)
  pcmciautils/repos/testing-x86_64/
  pcmciautils/repos/testing-x86_64/PKGBUILD
(from rev 172978, pcmciautils/trunk/PKGBUILD)
  pcmciautils/repos/testing-x86_64/initcpio-install-pcmcia
(from rev 172978, pcmciautils/trunk/initcpio-install-pcmcia)

+
 testing-i686/PKGBUILD  |   34 +++
 testing-i686/initcpio-install-pcmcia   |   22 
 testing-x86_64/PKGBUILD|   34 +++
 testing-x86_64/initcpio-install-pcmcia |   22 
 4 files changed, 112 insertions(+)

Copied: pcmciautils/repos/testing-i686/PKGBUILD (from rev 172978, 
pcmciautils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-08 01:12:54 UTC (rev 172979)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+pkgname=pcmciautils
+pkgver=018
+pkgrel=5
+pkgdesc="Utilities for inserting and removing PCMCIA cards"
+arch=('i686' 'x86_64')
+url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html";
+license=('GPL')
+groups=('base')
+# sysfsutils will not be required in the next release
+depends=('udev' 'sysfsutils')
+conflicts=('pcmcia-cs')
+# 
source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2)
 broken due to breakin
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+initcpio-install-pcmcia)
+options=(!makeflags)
+md5sums=('964c802994677a71b38ec56554aa229f'
+ '041af04025daee5b3b05812ac3896c8f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  sed -i -e 's,/usr/bin/install,install,g;
+ s,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # install the mkinitpcio hook
+  install -Dm644 initcpio-install-pcmcia 
"$pkgdir/usr/lib/initcpio/install/pcmcia"
+}

Copied: pcmciautils/repos/testing-i686/initcpio-install-pcmcia (from rev 
172978, pcmciautils/trunk/initcpio-install-pcmcia)
===
--- testing-i686/initcpio-install-pcmcia(rev 0)
+++ testing-i686/initcpio-install-pcmcia2012-12-08 01:12:54 UTC (rev 
172979)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+build() {
+if add_checked_modules -f 'sound|net' '/drivers/pcmcia/'; then
+add_module 'sd_mod?'
+fi
+
+add_binary "/usr/lib/udev/pcmcia-socket-startup"
+add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
+add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
+add_file "/etc/pcmcia/config.opts"
+}
+
+help() {
+cat <
+# Contributor: Tobias Powalowski 
+pkgname=pcmciautils
+pkgver=018
+pkgrel=5
+pkgdesc="Utilities for inserting and removing PCMCIA cards"
+arch=('i686' 'x86_64')
+url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html";
+license=('GPL')
+groups=('base')
+# sysfsutils will not be required in the next release
+depends=('udev' 'sysfsutils')
+conflicts=('pcmcia-cs')
+# 
source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2)
 broken due to breakin
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+initcpio-install-pcmcia)
+options=(!makeflags)
+md5sums=('964c802994677a71b38ec56554aa229f'
+ '041af04025daee5b3b05812ac3896c8f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  sed -i -e 's,/usr/bin/install,install,g;
+ s,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # install the mkinitpcio hook
+  install -Dm644 initcpio-install-pcmcia 
"$pkgdir/usr/lib/initcpio/install/pcmcia"
+}

Copied: pcmciautils/repos/testing-x86_64/initcpio-install-pcmcia (from rev 
172978, pcmciautils/trunk/initcpio-install-pcmcia)
===
--- testing-x86_64/initcpio-install-pcmcia  (rev 0)
+++ testing-x86_64/initcpio-install-pcmcia  2012-12-08 01:12:54 UTC (rev 
172979)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+build() {
+if add_checked_modules -f 'sound|net' '/drivers/pcmcia/'; then
+add_module 'sd_mod?'
+fi
+
+add_binary "/usr/lib/udev/pcmcia-socket-startup"
+add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
+add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
+add_file "/etc/pcmcia/config.opts"
+}
+
+help() {
+cat <

[arch-commits] Commit in pcmciautils/trunk (PKGBUILD initcpio-install-pcmcia)

2012-12-07 Thread Dave Reisner
Date: Friday, December 7, 2012 @ 20:12:43
  Author: dreisner
Revision: 172978

upgpkg: pcmciautils 018-5

- fix initcpio install hook for mkinitcpio 0.12.0

Modified:
  pcmciautils/trunk/PKGBUILD
  pcmciautils/trunk/initcpio-install-pcmcia

-+
 PKGBUILD|   19 +--
 initcpio-install-pcmcia |8 
 2 files changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 01:06:51 UTC (rev 172977)
+++ PKGBUILD2012-12-08 01:12:43 UTC (rev 172978)
@@ -3,9 +3,9 @@
 # Contributor: Tobias Powalowski 
 pkgname=pcmciautils
 pkgver=018
-pkgrel=4
+pkgrel=5
 pkgdesc="Utilities for inserting and removing PCMCIA cards"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html";
 license=('GPL')
 groups=('base')
@@ -13,23 +13,22 @@
 depends=('udev' 'sysfsutils')
 conflicts=('pcmcia-cs')
 # 
source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2)
 broken due to breakin
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz
-   initcpio-install-pcmcia)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
+initcpio-install-pcmcia)
 options=(!makeflags)
+md5sums=('964c802994677a71b38ec56554aa229f'
+ '041af04025daee5b3b05812ac3896c8f')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   sed -i -e 's,/usr/bin/install,install,g;
  s,/lib/udev,/usr/lib/udev,g' Makefile
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 
   # install the mkinitpcio hook
-  install -D -m644 ../initcpio-install-pcmcia 
${pkgdir}/usr/lib/initcpio/install/pcmcia
+  install -Dm644 initcpio-install-pcmcia 
"$pkgdir/usr/lib/initcpio/install/pcmcia"
 }
-md5sums=('964c802994677a71b38ec56554aa229f'
- '2659576a4637c58c4e79a96f8e43e316')

Modified: initcpio-install-pcmcia
===
--- initcpio-install-pcmcia 2012-12-08 01:06:51 UTC (rev 172977)
+++ initcpio-install-pcmcia 2012-12-08 01:12:43 UTC (rev 172978)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
 build() {
-FILES="/etc/pcmcia/config.opts"
-MODULES=" $(checked_modules '/drivers/pcmcia/' | grep -ve 'sound' -e 
'net') $(checked_modules '/ide/legacy')"
+if add_checked_modules -f 'sound|net' '/drivers/pcmcia/'; then
+add_module 'sd_mod?'
+fi
 
-[[ $MODULES ]] && MODULES+=" sd_mod?"
-
 add_binary "/usr/lib/udev/pcmcia-socket-startup"
 add_binary "/usr/lib/udev/pcmcia-check-broken-cis"
 add_file "/usr/lib/udev/rules.d/60-pcmcia.rules"
+add_file "/etc/pcmcia/config.opts"
 }
 
 help() {



[arch-commits] Commit in mkinitcpio/repos/testing-any (5 files)

2012-12-07 Thread Dave Reisner
Date: Friday, December 7, 2012 @ 20:06:51
  Author: dreisner
Revision: 172977

archrelease: copy trunk to testing-any

Added:
  
mkinitcpio/repos/testing-any/0001-consolefont-fix-reference-to-consolefont-variable.patch
(from rev 172976, 
mkinitcpio/trunk/0001-consolefont-fix-reference-to-consolefont-variable.patch)
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 172976, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 172976, mkinitcpio/trunk/mkinitcpio.install)
Deleted:
  mkinitcpio/repos/testing-any/PKGBUILD
  mkinitcpio/repos/testing-any/mkinitcpio.install

--+
 0001-consolefont-fix-reference-to-consolefont-variable.patch |   52 
 PKGBUILD |   61 +-
 mkinitcpio.install   |   28 ++--
 3 files changed, 101 insertions(+), 40 deletions(-)

Copied: 
mkinitcpio/repos/testing-any/0001-consolefont-fix-reference-to-consolefont-variable.patch
 (from rev 172976, 
mkinitcpio/trunk/0001-consolefont-fix-reference-to-consolefont-variable.patch)
===
--- 0001-consolefont-fix-reference-to-consolefont-variable.patch
(rev 0)
+++ 0001-consolefont-fix-reference-to-consolefont-variable.patch
2012-12-08 01:06:51 UTC (rev 172977)
@@ -0,0 +1,52 @@
+From 6be469d5f21309fe80d927d277d37a99db22b511 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Sat, 1 Dec 2012 23:28:59 -0500
+Subject: [mkinitcpio] [PATCH] consolefont: fix reference to consolefont
+ variable
+
+Broken by ac8499c08279b05d.
+
+FS#32935.
+https://bbs.archlinux.org/viewtopic.php?id=153982
+
+Signed-off-by: Dave Reisner 
+---
+ install/consolefont | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/install/consolefont b/install/consolefont
+index bbcd7ec..c10b65d 100644
+--- a/install/consolefont
 b/install/consolefont
+@@ -5,8 +5,8 @@ build() {
+ (
+ [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
+ 
+-if [[ $CONSOLEFONT ]]; then
+-for file in 
"/usr/share/kbd/consolefonts/$CONSOLEFONT".@(fnt|psf?(u))?(.gz); do
++if [[ $FONT ]]; then
++for file in 
"/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
+ if [[ -e $file ]]; then
+ [[ $file =~ (\.(fnt|psfu?))(\.gz)?$ ]] && 
ext=${BASH_REMATCH[2]}
+ if [[ $file = *.gz ]]; then
+@@ -17,7 +17,7 @@ build() {
+ exit 0
+ fi
+ done
+-error "consolefont: requested font not found: \`%s'" 
"$CONSOLEFONT"
++error "consolefont: requested font not found: \`%s'" "$FONT"
+ exit 1
+ else
+ warning "consolefont: no font found in configuration"
+@@ -28,7 +28,7 @@ build() {
+ 
+ help() {
+ cat <
-# Maintainer: Thomas Bächler 
-
-pkgname=mkinitcpio
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Modular initramfs image creation utility"
-arch=('any')
-url="http://www.archlinux.org/";
-license=('GPL')
-depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
-backup=('etc/mkinitcpio.conf')
-source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-install=mkinitcpio.install
-sha256sums=('ed9bd16999e75b42c8ad78a62cd744f95aca1d1078bb1ecff94c9d31d6765761'
-'SKIP')
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 172976, 
mkinitcpio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-12-08 01:06:51 UTC (rev 172977)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="http://www.archlinux.org/";
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("ftp:/

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

2012-12-07 Thread Dave Reisner
Date: Friday, December 7, 2012 @ 20:06:00
  Author: dreisner
Revision: 172976

upgpkg: mkinitcpio 0.12.0-2

- backport fix for FS#32935

Added:
  mkinitcpio/trunk/0001-consolefont-fix-reference-to-consolefont-variable.patch
Modified:
  mkinitcpio/trunk/PKGBUILD

--+
 0001-consolefont-fix-reference-to-consolefont-variable.patch |   52 ++
 PKGBUILD |   13 +-
 2 files changed, 62 insertions(+), 3 deletions(-)

Added: 0001-consolefont-fix-reference-to-consolefont-variable.patch
===
--- 0001-consolefont-fix-reference-to-consolefont-variable.patch
(rev 0)
+++ 0001-consolefont-fix-reference-to-consolefont-variable.patch
2012-12-08 01:06:00 UTC (rev 172976)
@@ -0,0 +1,52 @@
+From 6be469d5f21309fe80d927d277d37a99db22b511 Mon Sep 17 00:00:00 2001
+From: Dave Reisner 
+Date: Sat, 1 Dec 2012 23:28:59 -0500
+Subject: [mkinitcpio] [PATCH] consolefont: fix reference to consolefont
+ variable
+
+Broken by ac8499c08279b05d.
+
+FS#32935.
+https://bbs.archlinux.org/viewtopic.php?id=153982
+
+Signed-off-by: Dave Reisner 
+---
+ install/consolefont | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/install/consolefont b/install/consolefont
+index bbcd7ec..c10b65d 100644
+--- a/install/consolefont
 b/install/consolefont
+@@ -5,8 +5,8 @@ build() {
+ (
+ [[ -s /etc/vconsole.conf ]] && . /etc/vconsole.conf
+ 
+-if [[ $CONSOLEFONT ]]; then
+-for file in 
"/usr/share/kbd/consolefonts/$CONSOLEFONT".@(fnt|psf?(u))?(.gz); do
++if [[ $FONT ]]; then
++for file in 
"/usr/share/kbd/consolefonts/$FONT".@(fnt|psf?(u))?(.gz); do
+ if [[ -e $file ]]; then
+ [[ $file =~ (\.(fnt|psfu?))(\.gz)?$ ]] && 
ext=${BASH_REMATCH[2]}
+ if [[ $file = *.gz ]]; then
+@@ -17,7 +17,7 @@ build() {
+ exit 0
+ fi
+ done
+-error "consolefont: requested font not found: \`%s'" 
"$CONSOLEFONT"
++error "consolefont: requested font not found: \`%s'" "$FONT"
+ exit 1
+ else
+ warning "consolefont: no font found in configuration"
+@@ -28,7 +28,7 @@ build() {
+ 
+ help() {
+ cat 

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 16:31:34
  Author: ronald
Revision: 172975

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

Added:
  edje/repos/testing-i686/PKGBUILD
(from rev 172974, edje/trunk/PKGBUILD)
  edje/repos/testing-i686/changeset_76449.diff
(from rev 172974, edje/trunk/changeset_76449.diff)
  edje/repos/testing-i686/edje.install
(from rev 172974, edje/trunk/edje.install)
  edje/repos/testing-x86_64/PKGBUILD
(from rev 172974, edje/trunk/PKGBUILD)
  edje/repos/testing-x86_64/changeset_76449.diff
(from rev 172974, edje/trunk/changeset_76449.diff)
  edje/repos/testing-x86_64/edje.install
(from rev 172974, edje/trunk/edje.install)
Deleted:
  edje/repos/testing-i686/PKGBUILD
  edje/repos/testing-i686/changeset_76449.diff
  edje/repos/testing-i686/edje.install
  edje/repos/testing-x86_64/PKGBUILD
  edje/repos/testing-x86_64/changeset_76449.diff
  edje/repos/testing-x86_64/edje.install

-+
 testing-i686/PKGBUILD   |  106 --
 testing-i686/changeset_76449.diff   |   92 ++---
 testing-i686/edje.install   |   32 +-
 testing-x86_64/PKGBUILD |  106 --
 testing-x86_64/changeset_76449.diff |   92 ++---
 testing-x86_64/edje.install |   32 +-
 6 files changed, 228 insertions(+), 232 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-12-07 21:30:46 UTC (rev 172974)
+++ testing-i686/PKGBUILD   2012-12-07 21:31:34 UTC (rev 172975)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=edje
-pkgver=1.7.2
-pkgrel=2
-pkgdesc="A graphical design and layout library based on Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
-optdepends=('python2: inkscape2edc')
-install=edje.install
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f42b5276840dc2b5cc611150ad72f1a54dae123b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-ecore-imf \
---enable-eio \
---disable-sndfile \
---disable-remix \
---disable-vorbisenc \
---disable-alsa \
---disable-flac \
---disable-tests \
---disable-coverage \
---enable-amalgamation \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: edje/repos/testing-i686/PKGBUILD (from rev 172974, edje/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-07 21:31:34 UTC (rev 172975)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=edje
+pkgver=1.7.3
+pkgrel=2
+pkgdesc="A graphical design and layout library based on Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('7882ee5cdf67a53a543b06d27a9f06f833b1b5da')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-sndfile \
+--disable-remix \
+--disable-vorbisenc \
+--disable-alsa \
+--disable-flac \
+--disable-tests \
+--disable-coverage \
+--enable-amalgamation \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdi

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 16:30:46
  Author: ronald
Revision: 172974

upgpkg: edje 1.7.3-2

lua51 rebuild

Modified:
  edje/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 19:30:53 UTC (rev 172973)
+++ PKGBUILD2012-12-07 21:30:46 UTC (rev 172974)
@@ -4,12 +4,12 @@
 
 pkgname=edje
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A graphical design and layout library based on Evas"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";
 license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
 optdepends=('python2: inkscape2edc')
 install=edje.install
 options=('!libtool' '!emptydirs')
@@ -29,8 +29,6 @@
   ./configure \
 --prefix=/usr \
 --disable-static \
---enable-ecore-imf \
---enable-eio \
 --disable-sndfile \
 --disable-remix \
 --disable-vorbisenc \



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:30:53
  Author: ronald
Revision: 172973

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:30:17 UTC (rev 172972)
+++ extra-i686/PKGBUILD 2012-12-07 19:30:53 UTC (rev 172973)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=elementary
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('59968aee7ae83b1843a4d812140922e95a20b317')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/elementary \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-quick-launch \
---enable-emotion \
---enable-ecore-x \
---enable-ecore-fb \
---disable-ecore-sdl \
---disable-ecore-wayland \
---enable-edbus \
---enable-efreet \
---disable-eweather \
---disable-emap \
---enable-ethumb \
---disable-debug \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 172972, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:30:53 UTC (rev 172973)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=elementary
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Enlightenment's widget set"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b7c3f346dbeb1d3ee43f140fd2a93384c20a92bb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/elementary \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-quick-launch \
+--enable-emotion \
+--enable-ecore-x \
+--enable-ecore-fb \
+--disable-ecore-sdl \
+--disable-ecore-wayland \
+--enable-edbus \
+--enable-efreet \
+--disable-eweather \
+--disable-emap \
+--enable-ethumb \
+--disable-debug \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:30:17 UTC (rev 172972)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:30:53 UTC (rev 172973)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=elementary
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('59968aee7ae83b1843a4d812140922e95a20b317')
-
-build() {
-  cd $srcdir/$pkgname-$p

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:30:17
  Author: ronald
Revision: 172972

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:29:41 UTC (rev 172971)
+++ extra-i686/PKGBUILD 2012-12-07 19:30:17 UTC (rev 172972)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('119af7ddeabf65e294c998ba27a7486027a5e67c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-ebluez \
---disable-econnman0_7x \
---disable-ehal \
---enable-enotify \
---disable-eofono \
---enable-eukit \
---disable-edbus-test \
---disable-edbus-test-client \
---disable-edbus-bluez-test \
---disable-edbus-connman0_7x-test \
---disable-edbus-ofono-test \
---disable-edbus-async-test \
---disable-edbus-performance-test \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: e_dbus/repos/extra-i686/PKGBUILD (from rev 172971, 
e_dbus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:30:17 UTC (rev 172972)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=e_dbus
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('1bd664721ea4910fb61cff3f4b16863ecdbd0772')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:29:41 UTC (rev 172971)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:30:17 UTC (rev 172972)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=e_dbus
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="D-Bus integration with Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'dbus-core')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('119af7ddeabf65e294c998ba27a7486027a5e67c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:29:41
  Author: ronald
Revision: 172971

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:29:06 UTC (rev 172970)
+++ extra-i686/PKGBUILD 2012-12-07 19:29:41 UTC (rev 172971)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=efreet
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="FreeDesktop.Org specifications for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'e_dbus')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ec8c8f6504b2205c74e992f8ea911dcb746452fd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-coverage \
---disable-doc
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-

Copied: efreet/repos/extra-i686/PKGBUILD (from rev 172970, 
efreet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:29:41 UTC (rev 172971)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=efreet
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="FreeDesktop.Org specifications for e17"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'ecore' 'e_dbus')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('3161ca46a1fed410340924f43ee773c52ff5e553')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:29:06 UTC (rev 172970)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:29:41 UTC (rev 172971)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=efreet
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="FreeDesktop.Org specifications for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'e_dbus')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ec8c8f6504b2205c74e992f8ea911dcb746452fd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-coverage \
---disable-doc
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-

Copied: efreet/repos/extra-x86_64/PKGBUILD (from rev 172970, 
efreet/trunk/PKGBUILD)
===

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:29:06
  Author: ronald
Revision: 172970

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:28:30 UTC (rev 172969)
+++ extra-i686/PKGBUILD 2012-12-07 19:29:06 UTC (rev 172970)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=ethumb
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Thumbnailing library and D-Bus service using EFL"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libexif' 'e_dbus'  'emotion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('16d9a9908fb16df2b06f9084190a828683f72f8f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ethumb \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-emotion \
---disable-epdf \
---enable-libexif \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ethumb/repos/extra-i686/PKGBUILD (from rev 172969, 
ethumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:29:06 UTC (rev 172970)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=ethumb
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Thumbnailing library and D-Bus service using EFL"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('libexif' 'e_dbus'  'emotion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('decee66729d0deccb4f836967c4492172a8d3875')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ethumb \
+--with-internal-maximum-log-level=3 \
+--disable-static \
+--enable-emotion \
+--disable-epdf \
+--enable-libexif \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:28:30 UTC (rev 172969)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:29:06 UTC (rev 172970)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=ethumb
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Thumbnailing library and D-Bus service using EFL"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libexif' 'e_dbus'  'emotion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('16d9a9908fb16df2b06f9084190a828683f72f8f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ethumb \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-emotion \
- 

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:28:30
  Author: ronald
Revision: 172969

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:27:48 UTC (rev 172968)
+++ extra-i686/PKGBUILD 2012-12-07 19:28:30 UTC (rev 172969)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('20304f130e5fb4d81176c442262465cacaa52381')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: emotion/repos/extra-i686/PKGBUILD (from rev 172968, 
emotion/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:28:30 UTC (rev 172969)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=emotion
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Library to easily integrate media playback into EFL applications"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('gstreamer0.10' 'edje' 'eeze')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('9aebc9ee614e68b3ccb69e10f42ae2989d0d29a0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-generic \
+--enable-gstreamer \
+--disable-generic-vlc \
+--disable-xine \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:27:48 UTC (rev 172968)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:28:30 UTC (rev 172969)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=emotion
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Library to easily integrate media playback into EFL applications"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('gstreamer0.10' 'edje' 'eeze')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('20304f130e5fb4d81176c442262465cacaa52381')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
-

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:27:48
  Author: ronald
Revision: 172968

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

Added:
  edje/repos/extra-i686/PKGBUILD
(from rev 172967, edje/trunk/PKGBUILD)
  edje/repos/extra-i686/changeset_76449.diff
(from rev 172967, edje/trunk/changeset_76449.diff)
  edje/repos/extra-i686/edje.install
(from rev 172967, edje/trunk/edje.install)
  edje/repos/extra-x86_64/PKGBUILD
(from rev 172967, edje/trunk/PKGBUILD)
  edje/repos/extra-x86_64/changeset_76449.diff
(from rev 172967, edje/trunk/changeset_76449.diff)
  edje/repos/extra-x86_64/edje.install
(from rev 172967, edje/trunk/edje.install)
Deleted:
  edje/repos/extra-i686/PKGBUILD
  edje/repos/extra-i686/changeset_76449.diff
  edje/repos/extra-i686/edje.install
  edje/repos/extra-x86_64/PKGBUILD
  edje/repos/extra-x86_64/changeset_76449.diff
  edje/repos/extra-x86_64/edje.install

---+
 extra-i686/PKGBUILD   |  108 ++--
 extra-i686/changeset_76449.diff   |   92 +++---
 extra-i686/edje.install   |   32 +-
 extra-x86_64/PKGBUILD |  108 ++--
 extra-x86_64/changeset_76449.diff |   92 +++---
 extra-x86_64/edje.install |   32 +-
 6 files changed, 232 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:27:09 UTC (rev 172967)
+++ extra-i686/PKGBUILD 2012-12-07 19:27:48 UTC (rev 172968)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=edje
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A graphical design and layout library based on Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
-optdepends=('python2: inkscape2edc')
-install=edje.install
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f42b5276840dc2b5cc611150ad72f1a54dae123b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-ecore-imf \
---enable-eio \
---disable-sndfile \
---disable-remix \
---disable-vorbisenc \
---disable-alsa \
---disable-flac \
---disable-tests \
---disable-coverage \
---enable-amalgamation \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: edje/repos/extra-i686/PKGBUILD (from rev 172967, edje/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:27:48 UTC (rev 172968)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=edje
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A graphical design and layout library based on Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
+optdepends=('python2: inkscape2edc')
+install=edje.install
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('7882ee5cdf67a53a543b06d27a9f06f833b1b5da')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  # python2 fix
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' utils/inkscape2edc
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-ecore-imf \
+--enable-eio \
+--disable-sndfile \
+--disable-remix \
+--disable-vorbisenc \
+--disable-alsa \
+--disable-flac \
+--disable-tests \
+--disable-coverage \
+--enable-amalgamation \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:27:09
  Author: ronald
Revision: 172967

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:26:35 UTC (rev 172966)
+++ extra-i686/PKGBUILD 2012-12-07 19:27:09 UTC (rev 172967)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=embryo
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="implementation of a C like scripting language for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('glibc' 'eina')
-options=('!libtool')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('517126e873b8c3af9e0ad966af1de390947f89fd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: embryo/repos/extra-i686/PKGBUILD (from rev 172966, 
embryo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:27:09 UTC (rev 172967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Ronald van Haren 
+
+pkgname=embryo
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="implementation of a C like scripting language for e17"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('glibc' 'eina')
+options=('!libtool')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('9850e01d65aeb724fa53e5d9d351cf94eb6957f5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:26:35 UTC (rev 172966)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:27:09 UTC (rev 172967)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=embryo
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="implementation of a C like scripting language for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('glibc' 'eina')
-options=('!libtool')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('517126e873b8c3af9e0ad966af1de390947f89fd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: embryo/repos/extra-x86_64/PKGBUILD (from rev 172966, 
embryo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:27:09 UTC (rev 172967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintai

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:26:35
  Author: ronald
Revision: 172966

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:26:00 UTC (rev 172965)
+++ extra-i686/PKGBUILD 2012-12-07 19:26:35 UTC (rev 172966)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eeze
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Manipulate devices using udev and sysfs"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('6d5562116c143841485c51278064b772d79bdb27')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-i686/PKGBUILD (from rev 172965, eeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:26:35 UTC (rev 172966)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=eeze
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Manipulate devices using udev and sysfs"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('ecore' 'eina' 'udev')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('3b3edfa7eed63f4b74184939578f16d866fa2bb2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-tests \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:26:00 UTC (rev 172965)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:26:35 UTC (rev 172966)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eeze
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Manipulate devices using udev and sysfs"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore' 'eina' 'udev')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('6d5562116c143841485c51278064b772d79bdb27')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-tests \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eeze/repos/extra-x86_64/PKGBUILD (from rev 172965, eeze/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x8

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:26:00
  Author: ronald
Revision: 172965

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:25:18 UTC (rev 172964)
+++ extra-i686/PKGBUILD 2012-12-07 19:26:00 UTC (rev 172965)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eio
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Async IO library using Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce242ab4d3ec2659e4986694e5ed99932d9faa99')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eio/repos/extra-i686/PKGBUILD (from rev 172964, eio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:26:00 UTC (rev 172965)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=eio
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Async IO library using Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('ecore')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('aaf54bfaee1ddae9bbff89da0178b56605df6048')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-posix-threads \
+--disable-debug-threads \
+--enable-inotify \
+--disable-install-examples \
+--disable-doc
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:25:18 UTC (rev 172964)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:26:00 UTC (rev 172965)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=eio
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Async IO library using Ecore"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('ecore')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce242ab4d3ec2659e4986694e5ed99932d9faa99')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---enable-posix-threads \
---disable-debug-threads \
---enable-inotify \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: eio/repos/extra-x86_64/PKGBUILD (from rev 17296

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:25:18
  Author: ronald
Revision: 172964

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:24:28 UTC (rev 172963)
+++ extra-i686/PKGBUILD 2012-12-07 19:25:18 UTC (rev 172964)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=ecore
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="OS abstraction layer for e17"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
-  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
-makedepends=('subversion')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('190f257d7c8c5a233a9e4644a02e9fd6b4898e89')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ecore \
---with-internal-maximum-log-level=3 \
---disable-static \
---disable-ecore-timer-dump \
---enable-glib \
---enable-ecore-x-composite \
---enable-ecore-x-damage \
---enable-ecore-x-dpms \
---enable-ecore-x-randr \
---enable-ecore-x-render \
---enable-ecore-x-screensaver \
---enable-ecore-x-shape \
---enable-ecore-x-gesture \
---enable-ecore-x-sync \
---enable-ecore-x-xfixes \
---enable-ecore-x-xinerama \
---enable-ecore-x-xprint \
---enable-ecore-x-xtest \
---enable-ecore-x-cursor \
---enable-ecore-x-input \
---enable-ecore-x-dri \
---enable-epoll \
---enable-posix-threads \
---disable-debug-threads \
---enable-thread-safety \
---enable-atfile-source \
---enable-ecore-con \
---enable-curl \
---disable-gnutls \
---enable-openssl \
---enable-ecore-ipc \
---enable-ecore-file \
---enable-poll \
---enable-inotify \
---enable-ecore-imf \
---enable-ecore-imf-evas \
---enable-ecore-input \
---enable-ecore-input-evas \
---enable-ecore-imf-xim \
---disable-ecore-imf-scim \
---disable-ecore-imf-ibus \
---enable-ecore-x \
---disable-ecore-sdl \
---enable-ecore-fb \
---disable-ecore-directfb \
---enable-ecore-evas \
---enable-ecore-evas-software-buffer \
---enable-ecore-evas-software-x11 \
---enable-ecore-evas-opengl-x11 \
---enable-ecore-evas-fb \
---disable-ecore-evas-ews \
---disable-ecore-wayland \
---disable-tests \
---disable-coverage \
---disable-install-examples \
---disable-doc
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-# install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: ecore/repos/extra-i686/PKGBUILD (from rev 172963, ecore/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:25:18 UTC (rev 172964)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=ecore
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="OS abstraction layer for e17"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
+  'libxcomposite' 'libxrandr' 'libxinerama' 'libxcursor')
+makedepends=('subversion')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('c6ee8092af99842631e49566f6be32b6149eaaca')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ecore \
+--with-internal-maximum-log-level=3 \
+--disa

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:24:28
  Author: ronald
Revision: 172963

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:23:53 UTC (rev 172962)
+++ extra-i686/PKGBUILD 2012-12-07 19:24:28 UTC (rev 172963)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A hardware-accelerated canvas API for X-Windows"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('eet' 'giflib' 'libpng' 'libjpeg>=7' 'libxrender' 'mesa'
-  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz')
-optdepends=("evas_generic_loaders")
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('47e43fb21dae959959e9e3e2b1e0868e4c92b63f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-strict \
---disable-static \
---enable-fontconfig \
---enable-fribidi \
---enable-harfbuzz \
---disable-pixman \
---enable-buffer=static \
---disable-gl-sdl \
---enable-fb \
---disable-directfb \
---disable-wayland-shm \
---disable-wayland-egl \
---disable-sdl-primitive \
---disable-software-xcb \
---enable-software-xlib=static \
---disable-gl-xcb \
---enable-gl-xlib \
---disable-image-loader-edb \
---enable-image-loader-gif=static \
---enable-image-loader-tiff=static \
---enable-image-loader-svg=static \
---enable-image-loader-eet=static \
---enable-image-loader-generic=static \
---disable-install-examples \
---disable-tests \
---disable-coverage \
---disable-doc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license files
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: evas/repos/extra-i686/PKGBUILD (from rev 172962, evas/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:24:28 UTC (rev 172963)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A hardware-accelerated canvas API for X-Windows"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('eet' 'giflib' 'libpng' 'libjpeg>=7' 'libxrender' 'mesa'
+  'fribidi' 'fontconfig' 'freetype2' 'harfbuzz')
+optdepends=("evas_generic_loaders")
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ffa9b12d34e801112cf081a3c024eca5ef86ed8a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-strict \
+--disable-static \
+--enable-fontconfig \
+--enable-fribidi \
+--enable-harfbuzz \
+--disable-pixman \
+--enable-buffer=static \
+--disable-gl-sdl \
+--enable-fb \
+--disable-directfb \
+--disable-wayland-shm \
+--disable-wayland-egl \
+--disable-sdl-primitive \
+--disable-software-xcb \
+--enable-software-xlib=static \
+--disable-gl-xcb \
+--enable-gl-xlib \
+--disable-image-loader-edb \
+--enable-image-loader-gif=static \
+--enable-image-loader-tiff=static \
+--enable-image-loader-svg=static \
+--enable-image-loader-eet=static \
+--enable-image-loader-generic=static \
+--disable-install-examples \
+--disable-tests \
+--disable-coverage \
+--disable-doc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:23:53
  Author: ronald
Revision: 172962

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:23:17 UTC (rev 172961)
+++ extra-i686/PKGBUILD 2012-12-07 19:23:53 UTC (rev 172962)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10' 'poppler' 'libraw' 'libspectre' 'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('dc1adc0b604acc3a3ed3260653d7cb485a4c5732')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license files
-  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: evas_generic_loaders/repos/extra-i686/PKGBUILD (from rev 172961, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:23:53 UTC (rev 172962)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('librsvg' 'gstreamer0.10' 'poppler' 'libraw' 'libspectre' 'eina')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('2aeee66f9f6ce8a2a7daf0eebf75681f0e89730d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license files
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:23:17 UTC (rev 172961)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:23:53 UTC (rev 172962)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10' 'poppler' 'libraw' 'libspectre' 'eina')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('dc1adc0b604acc3a3ed3260653d7cb485a4c5732')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure \
---prefi

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:23:17
  Author: ronald
Revision: 172961

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:22:39 UTC (rev 172960)
+++ extra-i686/PKGBUILD 2012-12-07 19:23:17 UTC (rev 172961)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eet
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A data storage and compression library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libjpeg>=7' 'openssl' 'eina')
-options=(!libtool)
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8e768421107e48ae55839ba0e3d36440f74e0bf6')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
-   --disable-build-examples \
-   --disable-doc --disable-install-examples \
-   --disable-old-eet-file-format --disable-tests \
-   --disable-static
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: eet/repos/extra-i686/PKGBUILD (from rev 172960, eet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:23:17 UTC (rev 172961)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Ronald van Haren 
+
+pkgname=eet
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A data storage and compression library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('libjpeg>=7' 'openssl' 'eina')
+options=(!libtool)
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('42265eb508a17e3684a01429593da138da369718')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
+   --disable-build-examples \
+   --disable-doc --disable-install-examples \
+   --disable-old-eet-file-format --disable-tests \
+   --disable-static
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:22:39 UTC (rev 172960)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:23:17 UTC (rev 172961)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eet
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A data storage and compression library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('libjpeg>=7' 'openssl' 'eina')
-options=(!libtool)
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8e768421107e48ae55839ba0e3d36440f74e0bf6')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-openssl --disable-gnutls \
-   --disable-build-examples \
-   --disable-doc --disable-install-examples \
-   --disable-old-eet-file-format --disable-tests \
-   --disable-static
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  # install license files
-  in

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 14:22:39
  Author: ronald
Revision: 172960

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 19:01:58 UTC (rev 172959)
+++ extra-i686/PKGBUILD 2012-12-07 19:22:39 UTC (rev 172960)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eina
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A core data structure and common utility library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  ./configure --prefix=/usr --enable-amalgamation \
-   --with-internal-maximum-log-level=3 \
-   --disable-static \
-   --disable-benchmark \
-   --disable-install-examples \
-   --disable-build-examples \
-   --disable-doc \
-   --disable-tests \
-   --enable-default-mempool \
-   --enable-mempool-chained-pool \
-   --enable-mempool-pass-through \
-   --disable-mempool-buddy \
-   --disable-mempool-ememoa-fixed \
-   --disable-mempool-ememoa-unknown \
-   --disable-mempool-fixed-bitmap \
-   --disable-assert \
-   --disable-ememoa 
-
-#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
-
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: eina/repos/extra-i686/PKGBUILD (from rev 172959, eina/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 19:22:39 UTC (rev 172960)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Ronald van Haren 
+
+pkgname=eina
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="A core data structure and common utility library"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('b668b23cd0f88b0857a7b140eca645783b770108')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./configure --prefix=/usr --enable-amalgamation \
+   --with-internal-maximum-log-level=3 \
+   --disable-static \
+   --disable-benchmark \
+   --disable-install-examples \
+   --disable-build-examples \
+   --disable-doc \
+   --disable-tests \
+   --enable-default-mempool \
+   --enable-mempool-chained-pool \
+   --enable-mempool-pass-through \
+   --disable-mempool-buddy \
+   --disable-mempool-ememoa-fixed \
+   --disable-mempool-ememoa-unknown \
+   --disable-mempool-fixed-bitmap \
+   --disable-assert \
+   --disable-ememoa 
+
+#  --disable-mempool-one-big ## this option causes a segfault in 1.7.2
+
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 19:01:58 UTC (rev 172959)
+++ extra-x86_64/PKGBUILD   2012-12-07 19:22:39 UTC (rev 172960)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Ronald van Haren 
-
-pkgname=eina
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="A core data structure and common utility library"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('LGPL2.1')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
-
-build() {
-   cd $srcdir/$pkgname-$p

[arch-commits] Commit in munin/repos/extra-any (30 files)

2012-12-07 Thread Dan McGee
Date: Friday, December 7, 2012 @ 14:01:58
  Author: dan
Revision: 172959

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/08-munin-font-dir.conf
(from rev 172958, munin/trunk/08-munin-font-dir.conf)
  munin/repos/extra-any/Makefile.config
(from rev 172958, munin/trunk/Makefile.config)
  munin/repos/extra-any/PKGBUILD
(from rev 172958, munin/trunk/PKGBUILD)
  munin/repos/extra-any/logrotate.munin
(from rev 172958, munin/trunk/logrotate.munin)
  munin/repos/extra-any/logrotate.munin-node
(from rev 172958, munin/trunk/logrotate.munin-node)
  munin/repos/extra-any/munin-cron-entry
(from rev 172958, munin/trunk/munin-cron-entry)
  munin/repos/extra-any/munin-graph.service
(from rev 172958, munin/trunk/munin-graph.service)
  munin/repos/extra-any/munin-graph.socket
(from rev 172958, munin/trunk/munin-graph.socket)
  munin/repos/extra-any/munin-html.service
(from rev 172958, munin/trunk/munin-html.service)
  munin/repos/extra-any/munin-html.socket
(from rev 172958, munin/trunk/munin-html.socket)
  munin/repos/extra-any/munin-node.init
(from rev 172958, munin/trunk/munin-node.init)
  munin/repos/extra-any/munin-node.install
(from rev 172958, munin/trunk/munin-node.install)
  munin/repos/extra-any/munin-node.service
(from rev 172958, munin/trunk/munin-node.service)
  munin/repos/extra-any/munin.install
(from rev 172958, munin/trunk/munin.install)
  munin/repos/extra-any/munin.tmpfiles.conf
(from rev 172958, munin/trunk/munin.tmpfiles.conf)
Deleted:
  munin/repos/extra-any/08-munin-font-dir.conf
  munin/repos/extra-any/Makefile.config
  munin/repos/extra-any/PKGBUILD
  munin/repos/extra-any/logrotate.munin
  munin/repos/extra-any/logrotate.munin-node
  munin/repos/extra-any/munin-cron-entry
  munin/repos/extra-any/munin-graph.service
  munin/repos/extra-any/munin-graph.socket
  munin/repos/extra-any/munin-html.service
  munin/repos/extra-any/munin-html.socket
  munin/repos/extra-any/munin-node.init
  munin/repos/extra-any/munin-node.install
  munin/repos/extra-any/munin-node.service
  munin/repos/extra-any/munin.install
  munin/repos/extra-any/munin.tmpfiles.conf

+
 08-munin-font-dir.conf |   14 +-
 Makefile.config|  276 +++
 PKGBUILD   |  178 +++---
 logrotate.munin|8 -
 logrotate.munin-node   |8 -
 munin-cron-entry   |   12 +-
 munin-graph.service|   22 +--
 munin-graph.socket |   16 +-
 munin-html.service |   22 +--
 munin-html.socket  |   16 +-
 munin-node.init|   84 +++---
 munin-node.install |   34 ++---
 munin-node.service |   22 +--
 munin.install  |   44 +++
 munin.tmpfiles.conf|2 
 15 files changed, 379 insertions(+), 379 deletions(-)

Deleted: 08-munin-font-dir.conf
===
--- 08-munin-font-dir.conf  2012-12-07 19:00:58 UTC (rev 172958)
+++ 08-munin-font-dir.conf  2012-12-07 19:01:58 UTC (rev 172959)
@@ -1,7 +0,0 @@
-
-
-
-   
-   /usr/lib/munin
-

Copied: munin/repos/extra-any/08-munin-font-dir.conf (from rev 172958, 
munin/trunk/08-munin-font-dir.conf)
===
--- 08-munin-font-dir.conf  (rev 0)
+++ 08-munin-font-dir.conf  2012-12-07 19:01:58 UTC (rev 172959)
@@ -0,0 +1,7 @@
+
+
+
+   
+   /usr/lib/munin
+

Deleted: Makefile.config
===
--- Makefile.config 2012-12-07 19:00:58 UTC (rev 172958)
+++ Makefile.config 2012-12-07 19:01:58 UTC (rev 172959)
@@ -1,138 +0,0 @@
-# -*- makefile -*-
-# This file specifies where Munin will look for things after you've
-# run 'make' in the source directory.  Modify it to suit your needs.
-
-# DESTDIR is meant only for use when making Munin packages.  Unless
-# you're doing packaging do NOT set it.
-# DESTDIR is empty during building, and optionally set to point to
-# a shadow tree during make install.
-
-# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
-# and LOGDIR as subdirectories.  Today, DBDIR contains configured
-# domains, as well as PLUGSTATE, and we risk collisions.
-
-#
-# the base of the Munin installation.
-#
-PREFIX = $(DESTDIR)
-
-# Where Munin keeps its configurations (server.conf, client.conf, ++)
-CONFDIR= $(DESTDIR)/etc/munin
-
-# Server only - where to put munin-cron
-BINDIR = $(PREFIX)/usr/bin
-
-# Client only - where to put munin-node, munin-node-configure, and munin-run
-SBINDIR= $(PREFIX)/usr/bin
-
-# Where to put text and html documentation
-DOCDIR = $(PREFIX)/usr/share/doc/munin
-
-# Where to put man pages
-MANDIR = $(PREFIX)/usr/share/man
-
-# Where to put internal binaries and plugin repository
-LIBDIR = $(PREFIX)/usr/lib/munin
-
-# Server only - Output directory
-HTMLDIR= $(

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

2012-12-07 Thread Dan McGee
Date: Friday, December 7, 2012 @ 14:00:58
  Author: dan
Revision: 172958

upgpkg: munin 2.0.9-1

Modified:
  munin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:50:54 UTC (rev 172957)
+++ PKGBUILD2012-12-07 19:00:58 UTC (rev 172958)
@@ -4,7 +4,7 @@
 
 pkgname=('munin' 'munin-node')
 pkgbase=munin
-pkgver=2.0.8
+pkgver=2.0.9
 pkgrel=1
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
@@ -74,7 +74,7 @@
rm -rf "$pkgdir/run/"
 }
 
-md5sums=('74d19a1b4c89c6ad0d5b3912a9cd9150'
+md5sums=('bcec945e070d09f2b7deb82dee347e0e'
  'fb3cc403e298ae6b73c280c4d3af7b49'
  'dc9c83aa2a278466fb475364462f4119'
  '24a5fc7192729484c5190ddd76a3e9ab'



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:50:54
  Author: ronald
Revision: 172957

bump PKGBUILD version to 1.7.3

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:50:27 UTC (rev 172956)
+++ PKGBUILD2012-12-07 18:50:54 UTC (rev 172957)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=evas_generic_loaders
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Additional generic loaders for Evas"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('librsvg' 'gstreamer0.10' 'poppler' 'libraw' 'libspectre' 'eina')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('dc1adc0b604acc3a3ed3260653d7cb485a4c5732')
+sha1sums=('2aeee66f9f6ce8a2a7daf0eebf75681f0e89730d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:50:27
  Author: ronald
Revision: 172956

bump PKGBUILD version to 1.7.3

Modified:
  evas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:49:28 UTC (rev 172955)
+++ PKGBUILD2012-12-07 18:50:27 UTC (rev 172956)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=evas
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="A hardware-accelerated canvas API for X-Windows"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=("evas_generic_loaders")
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('47e43fb21dae959959e9e3e2b1e0868e4c92b63f')
+sha1sums=('ffa9b12d34e801112cf081a3c024eca5ef86ed8a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:49:28
  Author: ronald
Revision: 172955

bump PKGBUILD version to 1.7.3

Modified:
  ethumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:48:52 UTC (rev 172954)
+++ PKGBUILD2012-12-07 18:49:28 UTC (rev 172955)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=ethumb
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Thumbnailing library and D-Bus service using EFL"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libexif' 'e_dbus'  'emotion')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('16d9a9908fb16df2b06f9084190a828683f72f8f')
+sha1sums=('decee66729d0deccb4f836967c4492172a8d3875')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:48:52
  Author: ronald
Revision: 172954

bump PKGBUILD version to 1.7.3

Modified:
  emotion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:48:24 UTC (rev 172953)
+++ PKGBUILD2012-12-07 18:48:52 UTC (rev 172954)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=emotion
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Library to easily integrate media playback into EFL applications"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('gstreamer0.10' 'edje' 'eeze')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('20304f130e5fb4d81176c442262465cacaa52381')
+sha1sums=('9aebc9ee614e68b3ccb69e10f42ae2989d0d29a0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:48:24
  Author: ronald
Revision: 172953

bump PKGBUILD version to 1.7.3

Modified:
  embryo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:47:52 UTC (rev 172952)
+++ PKGBUILD2012-12-07 18:48:24 UTC (rev 172953)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren 
 
 pkgname=embryo
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="implementation of a C like scripting language for e17"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc' 'eina')
 options=('!libtool')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('517126e873b8c3af9e0ad966af1de390947f89fd')
+sha1sums=('9850e01d65aeb724fa53e5d9d351cf94eb6957f5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:47:52
  Author: ronald
Revision: 172952

bump PKGBUILD version to 1.7.3

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:47:14 UTC (rev 172951)
+++ PKGBUILD2012-12-07 18:47:52 UTC (rev 172952)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=elementary
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Enlightenment's widget set"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('59968aee7ae83b1843a4d812140922e95a20b317')
+sha1sums=('b7c3f346dbeb1d3ee43f140fd2a93384c20a92bb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:47:14
  Author: ronald
Revision: 172951

bump PKGBUILD version to 1.7.3

Modified:
  eio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:46:48 UTC (rev 172950)
+++ PKGBUILD2012-12-07 18:47:14 UTC (rev 172951)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=eio
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Async IO library using Ecore"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ce242ab4d3ec2659e4986694e5ed99932d9faa99')
+sha1sums=('aaf54bfaee1ddae9bbff89da0178b56605df6048')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:46:48
  Author: ronald
Revision: 172950

bump PKGBUILD version to 1.7.3

Modified:
  eina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:46:04 UTC (rev 172949)
+++ PKGBUILD2012-12-07 18:46:48 UTC (rev 172950)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren 
 
 pkgname=eina
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="A core data structure and common utility library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('cb56cf9ec28d7cb42ca168d9e261c5f580986c29')
+sha1sums=('b668b23cd0f88b0857a7b140eca645783b770108')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:46:04
  Author: ronald
Revision: 172949

bump PKGBUILD version to 1.7.3

Modified:
  efreet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:45:32 UTC (rev 172948)
+++ PKGBUILD2012-12-07 18:46:04 UTC (rev 172949)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=efreet
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="FreeDesktop.Org specifications for e17"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('eina' 'ecore' 'e_dbus')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('ec8c8f6504b2205c74e992f8ea911dcb746452fd')
+sha1sums=('3161ca46a1fed410340924f43ee773c52ff5e553')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:45:32
  Author: ronald
Revision: 172948

bump PKGBUILD version to 1.7.3

Modified:
  eeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:44:58 UTC (rev 172947)
+++ PKGBUILD2012-12-07 18:45:32 UTC (rev 172948)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=eeze
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Manipulate devices using udev and sysfs"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore' 'eina' 'udev')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('6d5562116c143841485c51278064b772d79bdb27')
+sha1sums=('3b3edfa7eed63f4b74184939578f16d866fa2bb2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:44:58
  Author: ronald
Revision: 172947

bump PKGBUILD version to 1.7.3

Modified:
  eet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:44:26 UTC (rev 172946)
+++ PKGBUILD2012-12-07 18:44:58 UTC (rev 172947)
@@ -3,7 +3,7 @@
 # Contributor: Ronald van Haren 
 
 pkgname=eet
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="A data storage and compression library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libjpeg>=7' 'openssl' 'eina')
 options=(!libtool)
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8e768421107e48ae55839ba0e3d36440f74e0bf6')
+sha1sums=('42265eb508a17e3684a01429593da138da369718')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:44:26
  Author: ronald
Revision: 172946

bump PKGBUILD version to 1.7.3

Modified:
  edje/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:43:45 UTC (rev 172945)
+++ PKGBUILD2012-12-07 18:44:26 UTC (rev 172946)
@@ -3,18 +3,18 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=edje
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc="A graphical design and layout library based on Evas"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";
 license=('BSD')
-depends=('eina' 'ecore' 'evas' 'eio' 'lua51' 'shared-mime-info' 'embryo')
+depends=('eina' 'ecore' 'evas' 'eio' 'lua' 'shared-mime-info' 'embryo')
 optdepends=('python2: inkscape2edc')
 install=edje.install
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f42b5276840dc2b5cc611150ad72f1a54dae123b')
+sha1sums=('7882ee5cdf67a53a543b06d27a9f06f833b1b5da')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:43:45
  Author: ronald
Revision: 172945

bump PKGBUILD version to 1.7.3

Modified:
  e_dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:43:12 UTC (rev 172944)
+++ PKGBUILD2012-12-07 18:43:45 UTC (rev 172945)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=e_dbus
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="D-Bus integration with Ecore"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('ecore' 'dbus-core')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('119af7ddeabf65e294c998ba27a7486027a5e67c')
+sha1sums=('1bd664721ea4910fb61cff3f4b16863ecdbd0772')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 13:43:12
  Author: ronald
Revision: 172944

bump PKGBUILD version to 1.7.3

Modified:
  ecore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:27:01 UTC (rev 172943)
+++ PKGBUILD2012-12-07 18:43:12 UTC (rev 172944)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Sverzut Barbieri 
 
 pkgname=ecore
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="OS abstraction layer for e17"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('subversion')
 options=('!libtool' '!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('190f257d7c8c5a233a9e4644a02e9fd6b4898e89')
+sha1sums=('c6ee8092af99842631e49566f6be32b6149eaaca')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-12-07 Thread Ionut Biru
Date: Friday, December 7, 2012 @ 13:27:01
  Author: ibiru
Revision: 172943

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 18:25:31 UTC (rev 172942)
+++ extra-i686/PKGBUILD 2012-12-07 18:27:01 UTC (rev 172943)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=1.0
-pkgrel=2
-epoch=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
-makedepends=('yasm' 'git' 'libvdpau')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('3ed526cea20c1bffb5a37f7730f710bd')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-libmp3lame \
---enable-libvorbis \
---enable-libxvid \
---enable-libx264 \
---enable-libvpx \
---enable-libtheora \
---enable-libgsm \
---enable-libspeex \
---enable-postproc \
---enable-shared \
---enable-x11grab \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libschroedinger \
---enable-libopenjpeg \
---enable-librtmp \
---enable-libpulse \
---enable-libv4l2 \
---enable-gpl \
---enable-version3 \
---enable-runtime-cpudetect \
---disable-debug \
---disable-static
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 172942, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 18:27:01 UTC (rev 172943)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=1.0.1
+pkgrel=1
+epoch=1
+pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
+arch=('i686' 'x86_64')
+url="http://ffmpeg.org/";
+license=('GPL')
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
+makedepends=('yasm' 'git' 'libvdpau')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('dbbb88ce5525dea22b24aaa098a9bcc2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-libmp3lame \
+--enable-libvorbis \
+--enable-libxvid \
+--enable-libx264 \
+--enable-libvpx \
+--enable-libtheora \
+--enable-libgsm \
+--enable-libspeex \
+--enable-postproc \
+--enable-shared \
+--enable-x11grab \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libschroedinger \
+--enable-libopenjpeg \
+--enable-librtmp \
+--enable-libpulse \
+--enable-libv4l2 \
+--enable-gpl \
+--enable-version3 \
+--enable-runtime-cpudetect \
+--disable-debug \
+--disable-static
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 18:25:31 UTC (rev 172942)
+++ extra-x86_64/PKGBUILD   2012-12-07 18:27:01 UTC (rev 172943)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=1.0
-pkgrel=2
-epoch=1
-pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
-arch=('i686' 'x86_64')
-url="http://ffmpeg.org/";
-license=('GPL')
-depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
-makedepends=('yasm' 'git' 'libvdpau'

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

2012-12-07 Thread Ionut Biru
Date: Friday, December 7, 2012 @ 13:25:31
  Author: ibiru
Revision: 172942

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 18:21:41 UTC (rev 172941)
+++ extra-i686/PKGBUILD 2012-12-07 18:25:31 UTC (rev 172942)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: xduugu
-# Contributor: Elis Hughes 
-
-pkgname=rtmpdump
-pkgver=2.4
-pkgrel=1
-pkgdesc="A tool to download rtmp streams"
-arch=('i686' 'x86_64')
-url="http://rtmpdump.mplayerhq.hu/";
-license=('GPL2' 'LGPL2.1')
-depends=('openssl')
-#source=(http://rtmpdump.mplayerhq.hu/download/${pkgname}-${pkgver}.tgz)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2c3b76d46d56180176ef099b8ad50a1608bef1dac35d8cb0b21ceac31b5c0656')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d -m755 "${pkgdir}/usr/lib"
-  make prefix=/usr mandir=/usr/share/man DESTDIR="${pkgdir}" install
-}

Copied: rtmpdump/repos/extra-i686/PKGBUILD (from rev 172941, 
rtmpdump/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 18:25:31 UTC (rev 172942)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: xduugu
+# Contributor: Elis Hughes 
+
+pkgname=rtmpdump
+pkgver=20121203
+pkgrel=1
+pkgdesc="A tool to download rtmp streams"
+arch=('i686' 'x86_64')
+url="http://rtmpdump.mplayerhq.hu/";
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+options=(!makeflags)
+#git://git.ffmpeg.org/rtmpdump 
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
+
+build() {
+make -C "$pkgname-$pkgver"
+}
+
+package() {
+make -C "$pkgname-$pkgver" prefix=/usr mandir=/usr/share/man 
DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 18:21:41 UTC (rev 172941)
+++ extra-x86_64/PKGBUILD   2012-12-07 18:25:31 UTC (rev 172942)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: xduugu
-# Contributor: Elis Hughes 
-
-pkgname=rtmpdump
-pkgver=2.4
-pkgrel=1
-pkgdesc="A tool to download rtmp streams"
-arch=('i686' 'x86_64')
-url="http://rtmpdump.mplayerhq.hu/";
-license=('GPL2' 'LGPL2.1')
-depends=('openssl')
-#source=(http://rtmpdump.mplayerhq.hu/download/${pkgname}-${pkgver}.tgz)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2c3b76d46d56180176ef099b8ad50a1608bef1dac35d8cb0b21ceac31b5c0656')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d -m755 "${pkgdir}/usr/lib"
-  make prefix=/usr mandir=/usr/share/man DESTDIR="${pkgdir}" install
-}

Copied: rtmpdump/repos/extra-x86_64/PKGBUILD (from rev 172941, 
rtmpdump/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-07 18:25:31 UTC (rev 172942)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: xduugu
+# Contributor: Elis Hughes 
+
+pkgname=rtmpdump
+pkgver=20121203
+pkgrel=1
+pkgdesc="A tool to download rtmp streams"
+arch=('i686' 'x86_64')
+url="http://rtmpdump.mplayerhq.hu/";
+license=('GPL2' 'LGPL2.1')
+depends=('openssl')
+options=(!makeflags)
+#git://git.ffmpeg.org/rtmpdump 
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
+
+build() {
+make -C "$pkgname-$pkgver"
+}
+
+package() {
+make -C "$pkgname-$pkgver" prefix=/usr mandir=/usr/share/man 
DESTDIR="$pkgdir" install
+}



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

2012-12-07 Thread Ionut Biru
Date: Friday, December 7, 2012 @ 13:21:41
  Author: ibiru
Revision: 172941

update to 20121203

Modified:
  rtmpdump/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 18:20:24 UTC (rev 172940)
+++ PKGBUILD2012-12-07 18:21:41 UTC (rev 172941)
@@ -4,24 +4,22 @@
 # Contributor: Elis Hughes 
 
 pkgname=rtmpdump
-pkgver=2.4
+pkgver=20121203
 pkgrel=1
 pkgdesc="A tool to download rtmp streams"
 arch=('i686' 'x86_64')
 url="http://rtmpdump.mplayerhq.hu/";
 license=('GPL2' 'LGPL2.1')
 depends=('openssl')
-#source=(http://rtmpdump.mplayerhq.hu/download/${pkgname}-${pkgver}.tgz)
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2c3b76d46d56180176ef099b8ad50a1608bef1dac35d8cb0b21ceac31b5c0656')
+options=(!makeflags)
+#git://git.ffmpeg.org/rtmpdump 
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"  
-  make
+make -C "$pkgname-$pkgver"
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d -m755 "${pkgdir}/usr/lib"
-  make prefix=/usr mandir=/usr/share/man DESTDIR="${pkgdir}" install
+make -C "$pkgname-$pkgver" prefix=/usr mandir=/usr/share/man 
DESTDIR="$pkgdir" install
 }



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

2012-12-07 Thread Ionut Biru
Date: Friday, December 7, 2012 @ 13:20:24
  Author: ibiru
Revision: 172940

update to 1.0.1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 16:59:58 UTC (rev 172939)
+++ PKGBUILD2012-12-07 18:20:24 UTC (rev 172940)
@@ -4,8 +4,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 epoch=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx 
opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore 
zlib)
 makedepends=('yasm' 'git' 'libvdpau')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('3ed526cea20c1bffb5a37f7730f710bd')
+md5sums=('dbbb88ce5525dea22b24aaa098a9bcc2')
 
 build() {
   cd $pkgname-$pkgver



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

2012-12-07 Thread Stéphane Gaudreault
Date: Friday, December 7, 2012 @ 11:59:58
  Author: stephane
Revision: 172939

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

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

---+
 extra-i686/PKGBUILD   |   60 ++--
 extra-i686/nasm.install   |   40 ++---
 extra-x86_64/PKGBUILD |   60 ++--
 extra-x86_64/nasm.install |   40 ++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 16:59:42 UTC (rev 172938)
+++ extra-i686/PKGBUILD 2012-12-07 16:59:58 UTC (rev 172939)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Aaron Griffin 
-
-pkgname=nasm
-pkgver=2.10.05
-pkgrel=1
-pkgdesc="An 80x86 assembler designed for portability and modularity"
-url="http://www.nasm.us";
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fb9cd57680ed8026c9b612f0db8ecf8df05a1e3c')
-install=nasm.install
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make -C doc info
-}
-
-package() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make INSTALLROOT="${pkgdir}" install install_rdf
-  install -dm755 "${pkgdir}"/usr/share/info
-  install -m644 doc/info/* "${pkgdir}"/usr/share/info/
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/nasm/LICENSE
-}

Copied: nasm/repos/extra-i686/PKGBUILD (from rev 172938, nasm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 16:59:58 UTC (rev 172939)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Aaron Griffin 
+
+pkgname=nasm
+pkgver=2.10.06
+pkgrel=1
+pkgdesc="An 80x86 assembler designed for portability and modularity"
+url="http://www.nasm.us";
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('glibc')
+source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('0acad2db3281509af338a283b64e9288a81f195f')
+install=nasm.install
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+  make -C doc info
+}
+
+package() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make INSTALLROOT="${pkgdir}" install install_rdf
+  install -dm755 "${pkgdir}"/usr/share/info
+  install -m644 doc/info/* "${pkgdir}"/usr/share/info/
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/nasm/LICENSE
+}

Deleted: extra-i686/nasm.install
===
--- extra-i686/nasm.install 2012-12-07 16:59:42 UTC (rev 172938)
+++ extra-i686/nasm.install 2012-12-07 16:59:58 UTC (rev 172939)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(nasm.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: nasm/repos/extra-i686/nasm.install (from rev 172938, 
nasm/trunk/nasm.install)
===
--- extra-i686/nasm.install (rev 0)
+++ extra-i686/nasm.install 2012-12-07 16:59:58 UTC (rev 172939)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(nasm.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-07 16:59:42 UTC (rev 172938)
+++ extra-x86_64/PKGBUILD   2012-12-07 16:59:58 UTC (rev 172939)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Aaron Griffin 
-
-pkgname=nasm
-pkgver=2.10.05
-pkgrel=1
-pkgdesc="An 8

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

2012-12-07 Thread Stéphane Gaudreault
Date: Friday, December 7, 2012 @ 11:59:42
  Author: stephane
Revision: 172938

upgpkg: nasm 2.10.06-1

upstream update

Modified:
  nasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 14:57:50 UTC (rev 172937)
+++ PKGBUILD2012-12-07 16:59:42 UTC (rev 172938)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=nasm
-pkgver=2.10.05
+pkgver=2.10.06
 pkgrel=1
 pkgdesc="An 80x86 assembler designed for portability and modularity"
 url="http://www.nasm.us";
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('glibc')
 
source=(http://www.nasm.us/pub/nasm/releasebuilds/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fb9cd57680ed8026c9b612f0db8ecf8df05a1e3c')
+sha1sums=('0acad2db3281509af338a283b64e9288a81f195f')
 install=nasm.install
 
 build() {



[arch-commits] Commit in enlightenment17/repos (20 files)

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 09:57:50
  Author: ronald
Revision: 172937

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

Added:
  enlightenment17/repos/extra-i686/PKGBUILD
(from rev 172936, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-i686/e-applications.menu
(from rev 172936, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-i686/enlightenment17.install
(from rev 172936, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-i686/quickstart.patch
(from rev 172936, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
(from rev 172936, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/extra-x86_64/PKGBUILD
(from rev 172936, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/extra-x86_64/e-applications.menu
(from rev 172936, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/extra-x86_64/enlightenment17.install
(from rev 172936, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/extra-x86_64/quickstart.patch
(from rev 172936, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch
(from rev 172936, enlightenment17/trunk/sysactions_systemd.patch)
Deleted:
  enlightenment17/repos/extra-i686/PKGBUILD
  enlightenment17/repos/extra-i686/e-applications.menu
  enlightenment17/repos/extra-i686/enlightenment17.install
  enlightenment17/repos/extra-i686/quickstart.patch
  enlightenment17/repos/extra-i686/sysactions_systemd.patch
  enlightenment17/repos/extra-x86_64/PKGBUILD
  enlightenment17/repos/extra-x86_64/e-applications.menu
  enlightenment17/repos/extra-x86_64/enlightenment17.install
  enlightenment17/repos/extra-x86_64/quickstart.patch
  enlightenment17/repos/extra-x86_64/sysactions_systemd.patch

---+
 extra-i686/PKGBUILD   |  172 -
 extra-i686/e-applications.menu|  308 
 extra-i686/enlightenment17.install|   34 +--
 extra-i686/quickstart.patch   |   26 +-
 extra-i686/sysactions_systemd.patch   |   34 +--
 extra-x86_64/PKGBUILD |  172 -
 extra-x86_64/e-applications.menu  |  308 
 extra-x86_64/enlightenment17.install  |   34 +--
 extra-x86_64/quickstart.patch |   26 +-
 extra-x86_64/sysactions_systemd.patch |   34 +--
 10 files changed, 574 insertions(+), 574 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 14:56:52 UTC (rev 172936)
+++ extra-i686/PKGBUILD 2012-12-07 14:57:50 UTC (rev 172937)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=enlightenment17
-_pkgname=enlightenment
-pkgver=0.17.0alpha8
-_pkgver=0.17.0-alpha8
-pkgrel=1
-pkgdesc="Enlightenment window manager DR17 (aka e17)"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('alsa-lib' 'pm-utils' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd')
-optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
-
-backup=('etc/enlightenment/sysactions.conf')
-options=('!libtool' '!emptydirs')
-install=enlightenment17.install
-source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
-  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('12612175f08d11ff34c0c509f4e28e412cc13510'
-  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
-  '3f53931ae86de8fe99e386aeb097521aac0decd8'
-  '86f1c5e36dc274c3101362532378be034e89c593')
-
-build() {
-  cd "$srcdir/$_pkgname-$_pkgver"
-
-  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
-  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
-  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
-
-  patch -p0 < $srcdir/quickstart.patch
-
-  # default to systemd for sysactions
-  patch -Np0 < $srcdir/sysactions_systemd.patch 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/enlightenment  \
---enable-strict \
---disable-static \
---enable-pam \
---disable-device-hal \
---enable-device-udev \
---disable-mount-hal \
---enable-mount-udisks \
---enable-mount-eeze \
---enable-elementary \
---enable-emotion \
---enable-enotify \
---disable-ephysics \
---disable-wayland-clients \
---disable-conf-wallpaper2 \
---disable-illume2 \
---disable-physics \
---disable-doc
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$_pkgver
-
-  make DESTDIR=$pkg

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

2012-12-07 Thread Ronald van Haren
Date: Friday, December 7, 2012 @ 09:56:52
  Author: ronald
Revision: 172936

upgpkg: enlightenment17 0.17.0beta1-1

update to (first?) 0.17.0 beta

Modified:
  enlightenment17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 13:41:35 UTC (rev 172935)
+++ PKGBUILD2012-12-07 14:56:52 UTC (rev 172936)
@@ -4,8 +4,8 @@
 
 pkgname=enlightenment17
 _pkgname=enlightenment
-pkgver=0.17.0alpha8
-_pkgver=0.17.0-alpha8
+pkgver=0.17.0beta1
+_pkgver=0.17.0-beta
 pkgrel=1
 pkgdesc="Enlightenment window manager DR17 (aka e17)"
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 install=enlightenment17.install
 source=(http://download.enlightenment.org/releases/$_pkgname-$_pkgver.tar.gz
   'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('12612175f08d11ff34c0c509f4e28e412cc13510'
+sha1sums=('2ff60e4dfe050b27d597836dfb524dd205d595d9'
   'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
   '3f53931ae86de8fe99e386aeb097521aac0decd8'
   '86f1c5e36dc274c3101362532378be034e89c593')



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

2012-12-07 Thread andyrtr
Date: Friday, December 7, 2012 @ 08:41:35
  Author: andyrtr
Revision: 172935

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

Added:
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 172934, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 172934, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 172934, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 172934, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 172934, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/use-pixman-glyph-cache.patch
(from rev 172934, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 172934, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 172934, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 172934, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 172934, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 172934, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 172934, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 172934, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/use-pixman-glyph-cache.patch
(from rev 172934, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 172934, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 172934, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/10-quirks.conf
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
  xorg-server/repos/testing-i686/autoconfig-sis.patch
  xorg-server/repos/testing-i686/git-fixes.patch
  xorg-server/repos/testing-i686/use-pixman-glyph-cache.patch
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/10-quirks.conf
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
  xorg-server/repos/testing-x86_64/git-fixes.patch
  xorg-server/repos/testing-x86_64/use-pixman-glyph-cache.patch
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

-+
 testing-i686/10-quirks.conf |   20 
 testing-i686/PKGBUILD   |  414 
 testing-i686/autoconfig-nvidia.patch|   56 -
 testing-i686/autoconfig-sis.patch   |   42 
 testing-i686/git-fixes.patch| 1286 +-
 testing-i686/use-pixman-glyph-cache.patch   |  540 +-
 testing-i686/xvfb-run   |  360 +++
 testing-i686/xvfb-run.1 |  564 +--
 testing-x86_64/10-quirks.conf   |   20 
 testing-x86_64/PKGBUILD |  414 
 testing-x86_64/autoconfig-nvidia.patch  |   56 -
 testing-x86_64/autoconfig-sis.patch |   42 
 testing-x86_64/git-fixes.patch  | 1286 +-
 testing-x86_64/use-pixman-glyph-cache.patch |  540 +-
 testing-x86_64/xvfb-run |  360 +++
 testing-x86_64/xvfb-run.1   |  564 +--
 16 files changed, 3282 insertions(+), 3282 deletions(-)

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


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

2012-12-07 Thread andyrtr
Date: Friday, December 7, 2012 @ 08:40:06
  Author: andyrtr
Revision: 172934

upgpkg: xorg-server 1.13.0.902-1

upstream update 1.13.0.902 - 1.13.1rc2

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 12:12:32 UTC (rev 172933)
+++ PKGBUILD2012-12-07 13:40:06 UTC (rev 172934)
@@ -3,7 +3,7 @@
 
 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.13.0.901
+pkgver=1.13.0.902
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -21,7 +21,7 @@
 10-quirks.conf
 #git-fixes.patch
 use-pixman-glyph-cache.patch)
-sha256sums=('64a50d6ca8264d8e32db4ebeeaf4df3b37ef447c7eef37e9a377c983733596f5'
+sha256sums=('7164157ef3b4ef96499526aa6fea85abf7e1416adc2a4a86614dce09fe36fe8f'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'



[arch-commits] Commit in gnome-control-center/repos (10 files)

2012-12-07 Thread Jan Steffens
Date: Friday, December 7, 2012 @ 07:12:32
  Author: heftig
Revision: 172933

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

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 172932, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 172932, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-i686/pulse3.0.patch
(from rev 172932, gnome-control-center/trunk/pulse3.0.patch)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 172932, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 172932, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/pulse3.0.patch
(from rev 172932, gnome-control-center/trunk/pulse3.0.patch)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install

---+
 extra-i686/PKGBUILD   |   96 ++--
 extra-i686/gnome-control-center.install   |   22 +++---
 extra-i686/pulse3.0.patch |   25 +++
 extra-x86_64/PKGBUILD |   96 ++--
 extra-x86_64/gnome-control-center.install |   22 +++---
 extra-x86_64/pulse3.0.patch   |   25 +++
 6 files changed, 172 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-07 12:11:51 UTC (rev 172932)
+++ extra-i686/PKGBUILD 2012-12-07 12:12:32 UTC (rev 172933)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.6.3
-pkgrel=2
-pkgdesc="The Control Center for GNOME"
-arch=('i686' 'x86_64')
-depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
- 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
- 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 'libpwquality' 'libsystemd')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('gnome-doc-utils' 'intltool' 'docbook-xsl')
-url="http://www.gnome.org";
-groups=('gnome')
-install=gnome-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd --with-libsocialweb \
-  --disable-update-mimedb \
-  --without-cheese --disable-ibus
-
-  #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
-
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 172932, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-07 12:12:32 UTC (rev 172933)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.6.3
+pkgrel=3
+pkgdesc="The Control Center for GNOME"
+arch=('i686' 'x86_64')
+depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
+ 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
+ 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 'libpwquality' 'libsystemd')
+optdepends=('mesa-demos: provides glxinfo for graphics information'
+'gnome-color-manager: for color management tasks')
+makedepends=('gnome-doc-utils' 'intltool' 'docbook-xsl')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-control-center.install
+license=('GPL')
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+pulse3.0.patch)
+sha256sums=('2ae23972bc64f62b4facd12dd

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

2012-12-07 Thread Jan Steffens
Date: Friday, December 7, 2012 @ 07:11:51
  Author: heftig
Revision: 172932

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

Added:
  pulseaudio/repos/testing-i686/PKGBUILD
(from rev 172931, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-i686/pulseaudio.install
(from rev 172931, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/testing-i686/pulseaudio.xinit
(from rev 172931, pulseaudio/trunk/pulseaudio.xinit)
  pulseaudio/repos/testing-x86_64/PKGBUILD
(from rev 172931, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-x86_64/pulseaudio.install
(from rev 172931, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/testing-x86_64/pulseaudio.xinit
(from rev 172931, pulseaudio/trunk/pulseaudio.xinit)
Deleted:
  pulseaudio/repos/testing-i686/PKGBUILD
  pulseaudio/repos/testing-i686/pulseaudio.install
  pulseaudio/repos/testing-i686/pulseaudio.xinit
  pulseaudio/repos/testing-x86_64/PKGBUILD
  pulseaudio/repos/testing-x86_64/pulseaudio.install
  pulseaudio/repos/testing-x86_64/pulseaudio.xinit

---+
 testing-i686/PKGBUILD |  239 +---
 testing-i686/pulseaudio.install   |   38 ++---
 testing-i686/pulseaudio.xinit |   24 +--
 testing-x86_64/PKGBUILD   |  239 +---
 testing-x86_64/pulseaudio.install |   38 ++---
 testing-x86_64/pulseaudio.xinit   |   24 +--
 6 files changed, 300 insertions(+), 302 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-12-07 12:08:59 UTC (rev 172931)
+++ testing-i686/PKGBUILD   2012-12-07 12:11:51 UTC (rev 172932)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Daniel J Griffiths 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse)
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=2.99.2
-pkgrel=1
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/PulseAudio";
-license=(GPL LGPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit
- speex tdb udev dbus-core avahi bluez gconf intltool jack sbc
- lirc-utils openssl fftw orc json-c gtk2 webrtc-audio-processing
- systemd check)
-options=(!emptydirs !libtool)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
-pulseaudio.xinit)
-sha256sums=('e28d19610344f80bf73a1ae5ce64828c1c489fb47b9923c7e06519b43b1339d9'
-'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-database=tdb \
---disable-hal \
---disable-tcpwrap \
---disable-rpath \
---disable-default-build-tests
-
-  # fight unused direct deps
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speex tdb udev fftw orc
-   libsamplerate webrtc-audio-processing systemd)
-  optdepends=('avahi: zeroconf support'
-  'bluez: bluetooth support'
-  'sbc: bluetooth support'
-  'gconf: configuration through gconf (paprefs)'
-  'jack: jack support'
-  'lirc-utils: infra-red support'
-  'openssl: RAOP support'
-  'python2-pyqt: Equalizer GUI (qpaeq)')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-
-  cd $pkgbase-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-
-  # Speed up pulseaudio shutdown
-  # Lower resample quality, saves CPU
-  sed -e '/exit-idle-time/iexit-idle-time=0' \
-  -e '/resample-method/iresample-method=speex-float-0' \
-  -i "$pkgdir/etc/pulse/daemon.conf"
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i "$pkgdir/usr/bin/start-pulseaudio-x11"
-
-  # Make ConsoleKit optional
-  sed -e $'/load-module module-console-kit/{i.nofail\n;a.fail\n;}' \
-  -i "$pkgdir/etc/pulse/default.pa"
-
-  # Python fix
-  sed -i '1s:python$:&2:' "$pkgdir/usr/bin/qpaeq"
-
-  install -Dm755 "$srcdir/pulseaudio.xinit" 
"$pkgdir/etc/X11/xinit/xinitrc.d/pulseaudio"
-
-  rm "$pkgdir/etc/dbus-1/system.d/pulseaudio-system.conf"
-
-### Split libpulse
-
-  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
-
-  mv {"$pkgdir","$srcdir/libpulse"}/etc/pulse/client.conf
-
-  mv "$pkgdir"/usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
- "$srcdir/libpulse/usr/bin"
-
-  mv "$pkgdir"/usr/lib/libpulse{,-simple,-mainloop-glib}.so* \
- "$srcdir/li

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

2012-12-07 Thread Jan Steffens
Date: Friday, December 7, 2012 @ 07:08:59
  Author: heftig
Revision: 172931

3.0rc3

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 11:55:45 UTC (rev 172930)
+++ PKGBUILD2012-12-07 12:08:59 UTC (rev 172931)
@@ -7,7 +7,7 @@
 pkgbase=pulseaudio
 pkgname=(pulseaudio libpulse)
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=2.99.2
+pkgver=2.99.3
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
@@ -19,7 +19,7 @@
 options=(!emptydirs !libtool)
 
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
 pulseaudio.xinit)
-sha256sums=('e28d19610344f80bf73a1ae5ce64828c1c489fb47b9923c7e06519b43b1339d9'
+sha256sums=('afebd5c46cde2dfe08ff185090bc85c2ff9e1b54b78c7c24c8d8c8d7b6082b56'
 'a0db6cdc74fbf0ca10e2343c08e1e228f109221c6c0ff91b0bfade5c4bdf03cf')
 
 build() {



[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD pulse3.0.patch)

2012-12-07 Thread Jan Steffens
Date: Friday, December 7, 2012 @ 06:55:45
  Author: heftig
Revision: 172930

Fix a problem exposed by pulse 3

Added:
  gnome-control-center/trunk/pulse3.0.patch
Modified:
  gnome-control-center/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 pulse3.0.patch |   25 +
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-07 05:50:58 UTC (rev 172929)
+++ PKGBUILD2012-12-07 11:55:45 UTC (rev 172930)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-control-center
 pkgver=3.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The Control Center for GNOME"
 arch=('i686' 'x86_64')
 depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
@@ -18,11 +18,15 @@
 install=gnome-control-center.install
 license=('GPL')
 options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+pulse3.0.patch)
+sha256sums=('2ae23972bc64f62b4facd12dd5adce212bda02491eb6e56bbf195332157d21fb'
+'27f1d518df91ad9687e3e217023d83726c0d44f65b30942e79106e4aad53c916')
 
 build() {
   cd $pkgname-$pkgver
+
+  patch -Np1 -i ../pulse3.0.patch
   
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \

Added: pulse3.0.patch
===
--- pulse3.0.patch  (rev 0)
+++ pulse3.0.patch  2012-12-07 11:55:45 UTC (rev 172930)
@@ -0,0 +1,25 @@
+From 10a0c18b8e3058144586880019b68ab4ea40ce78 Mon Sep 17 00:00:00 2001
+From: David Henningsson 
+Date: Fri, 07 Dec 2012 10:52:09 +
+Subject: sound: Fix port handling for the unknown availability case
+
+The current code assumes that port availability transitions will be
+between YES and NO, and doesn't account for the fact that it may also be
+UNKNOWN. This causes spurious entries if the port availability
+transitions between YES and UNKNOWN.
+---
+diff --git a/panels/sound/gvc-mixer-control.c 
b/panels/sound/gvc-mixer-control.c
+index 34ddc0c..2f6cf34 100644
+--- a/panels/sound/gvc-mixer-control.c
 b/panels/sound/gvc-mixer-control.c
+@@ -2138,7 +2138,7 @@ update_card (GvcMixerControl  *control,
+ else {
+ for (i = 0; i < info->n_ports; i++) {
+ if (g_strcmp0 (card_port->port, 
info->ports[i]->name) == 0) {
+-if (card_port->available != 
info->ports[i]->available) {
++if ((card_port->available == 
PA_PORT_AVAILABLE_NO) !=  (info->ports[i]->available == PA_PORT_AVAILABLE_NO)) {
+ card_port->available = 
info->ports[i]->available;
+ g_debug ("sync port 
availability on card %i, card port name '%s', new available value %i",
+   
gvc_mixer_card_get_index (card),
+--
+cgit v0.9.0.2