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

2014-12-21 Thread Andrea Scarpino
Date: Monday, December 22, 2014 @ 08:42:39
  Author: andrea
Revision: 227924

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 227923, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 227923, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 227923, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 227923, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 
 extra-i686/PKGBUILD   |   49 -
 extra-i686/kde.pam|6 ++
 extra-x86_64/PKGBUILD |   49 -
 extra-x86_64/kde.pam  |6 ++
 5 files changed, 120 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-22 07:42:31 UTC (rev 227923)
+++ extra-i686/PKGBUILD 2014-12-22 07:42:39 UTC (rev 227924)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgname=plasma-workspace
-pkgver=5.1.2
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
- 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
- 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
-optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-'kwin: KDE Window Manager'
-'gpsd: GPS support for geolocation')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-options=('!buildflags')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('8a01835179b25e3a7ff644fd7e52ec96')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # be sure to use the Qt5 version of qtpaths
-  sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 227923, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-22 07:42:39 UTC (rev 227924)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkgname=plasma-workspace
+pkgver=5.1.2
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
+ 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
+ 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
+optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+'kwin: KDE Window Manager'
+'gpsd: GPS support for geolocation')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+options=('!buildflags')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
+'kde.pam')
+md5sums=('8a01835179b25e3a7ff644fd7e52ec96'
+ '929b182dec8a096206ad493477c09d2c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # be sure to use the Qt5 version of qtpaths
+  sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde
+
+  install -D "${srcdir}"/kde.pam \
+"${pkgdir}"/etc/pam.d/kde
+}

Copied: plasma-workspace/repos/extra-i686/kde.pam (from rev 227923, 
plasma-workspace/trunk/kde.pam)
===
--- extra-i686/kde.pam  (rev 0)
+++ extra-i686/kde.pam  2014-12-22 07:42:39 UTC (rev 227924)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+authinclude system-lo

[arch-commits] Commit in plasma-workspace/trunk (PKGBUILD kde.pam)

2014-12-21 Thread Andrea Scarpino
Date: Monday, December 22, 2014 @ 08:42:31
  Author: andrea
Revision: 227923

upgpkg: plasma-workspace 5.1.2-2

Add kde PAM file (FS#43149)

Modified:
  plasma-workspace/trunk/PKGBUILD
  plasma-workspace/trunk/kde.pam

--+
 PKGBUILD |2 +-
 kde.pam  |   22 +-
 2 files changed, 6 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-22 04:13:47 UTC (rev 227922)
+++ PKGBUILD2014-12-22 07:42:31 UTC (rev 227923)
@@ -24,7 +24,7 @@
 
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 'kde.pam')
 md5sums=('8a01835179b25e3a7ff644fd7e52ec96'
- 'f7bc45ed3598a9e1bc1435f051d9ad78')
+ '929b182dec8a096206ad493477c09d2c')
 
 prepare() {
   mkdir -p build

Modified: kde.pam
===
--- kde.pam 2014-12-22 04:13:47 UTC (rev 227922)
+++ kde.pam 2014-12-22 07:42:31 UTC (rev 227923)
@@ -1,18 +1,6 @@
 #%PAM-1.0
-#auth [user_unknown=ignore success=ok ignore=ignore default=bad] 
pam_securetty.so
-auth   substack system-auth
-auth   include  postlogin
-accountrequired pam_nologin.so
-accountinclude  system-auth
-password   include  system-auth
-# pam_selinux.so close should be the first session rule
-sessionrequired pam_selinux.so close
-sessionrequired pam_loginuid.so
-sessionoptional pam_console.so
-# pam_selinux.so open should only be followed by sessions to be executed in 
the user context
-sessionrequired pam_selinux.so open
-sessionrequired pam_namespace.so
-sessionoptional pam_keyinit.so force revoke
-sessioninclude  system-auth
-sessioninclude  postlogin
-#-session   optional pam_ck_connector.so
+
+authinclude system-login
+account include system-login
+passwordinclude system-login
+session include system-login


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

2014-12-21 Thread Allan McRae
Date: Monday, December 22, 2014 @ 05:13:47
  Author: allan
Revision: 227922

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

Added:
  pacman/repos/testing-i686/
  pacman/repos/testing-i686/PKGBUILD
(from rev 227921, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 227921, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman-4.2.0-roundup.patch
(from rev 227921, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 227921, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 227921, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 227921, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 227921, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman-4.2.0-roundup.patch
(from rev 227921, pacman/trunk/pacman-4.2.0-roundup.patch)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 227921, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 227921, pacman/trunk/pacman.conf.x86_64)

---+
 testing-i686/PKGBUILD |   98 ++
 testing-i686/makepkg.conf |  146 
 testing-i686/pacman-4.2.0-roundup.patch   |   94 ++
 testing-i686/pacman.conf.i686 |   90 +
 testing-i686/pacman.conf.x86_64   |   99 ++
 testing-x86_64/PKGBUILD   |   98 ++
 testing-x86_64/makepkg.conf   |  146 
 testing-x86_64/pacman-4.2.0-roundup.patch |   94 ++
 testing-x86_64/pacman.conf.i686   |   90 +
 testing-x86_64/pacman.conf.x86_64 |   99 ++
 10 files changed, 1054 insertions(+)

Copied: pacman/repos/testing-i686/PKGBUILD (from rev 227921, 
pacman/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-22 04:13:47 UTC (rev 227922)
@@ -0,0 +1,98 @@
+# vim: set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Dave Reisner 
+
+pkgname=pacman
+pkgver=4.2.0
+pkgrel=3
+pkgdesc="A library-based package manager with dependency support"
+arch=('i686' 'x86_64')
+url="http://www.archlinux.org/pacman/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash' 'glibc' 'libarchive>=3.1.2' 'curl>=7.39.0'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+checkdepends=('python2' 'fakechroot')
+optdepends=('fakeroot: for makepkg usage as normal user')
+provides=('pacman-contrib')
+conflicts=('pacman-contrib')
+replaces=('pacman-contrib')
+backup=(etc/pacman.conf etc/makepkg.conf)
+options=('strip' 'debug')
+source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf.i686
+pacman.conf.x86_64
+makepkg.conf
+pacman-4.2.0-roundup.patch)
+md5sums=('184ce14f1f326fede72012cca51bba51'
+ 'SKIP'
+ '2db6c94709bb30cc614a176ecf8badb1'
+ 'de74a13618347f08ae4a9637f74471c4'
+ '0d07f2a750ba20d114c3adc799d371de'
+ 'e98459a565bb4e199695f9c319d7d52d')
+validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  
+  # v4.2.0..c8448bb4
+  patch -p1 -i $srcdir/pacman-4.2.0-roundup.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make
+  make -C contrib
+}
+
+check() {
+  make -C "$pkgname-$pkgver" check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C contrib install
+
+  # install Arch specific stuff
+  install -dm755 "$pkgdir/etc"
+  install -m644 "$srcdir/pacman.conf.$CARCH" "$pkgdir/etc/pacman.conf"
+
+  case $CARCH in
+i686)
+  mycarch="i686"
+  mychost="i686-pc-linux-gnu"
+  myflags="-march=i686"
+  ;;
+x86_64)
+  mycarch="x86_64"
+  mychost="x86_64-unknown-linux-gnu"
+  myflags="-march=x86-64"
+  ;;
+  esac
+
+  # set things correctly in the default conf file
+  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
+  sed -i "$pkgdir/etc/makepkg.conf" \
+-e "s|@CARCH[@]|$mycarch|g" \
+-e "s|@CHOST[@]|$mychost|g" \
+-e "s|@CARCHFLAGS[@]|$myflags|g"
+
+  # put bash_completion in the right location
+  install -dm755 "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/etc/bash_completion.d/pacman" 
"$pkgdir/usr/share/bash-completion/completions"
+  rmdir "$pkgdir/etc/bash_completion.d"
+
+  for f in makepkg pacman-key; do
+ln -s pacman "$pkgdir/usr/share/bash-c

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

2014-12-21 Thread Allan McRae
Date: Monday, December 22, 2014 @ 05:11:56
  Author: allan
Revision: 227921

stupid svn...

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


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

2014-12-21 Thread Allan McRae
Date: Monday, December 22, 2014 @ 05:09:50
  Author: allan
Revision: 227920

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

Deleted:
  pacman/repos/testing-i686/PKGBUILD
  pacman/repos/testing-i686/makepkg.conf
  pacman/repos/testing-i686/pacman.conf.i686
  pacman/repos/testing-i686/pacman.conf.x86_64
  pacman/repos/testing-x86_64/PKGBUILD
  pacman/repos/testing-x86_64/makepkg.conf
  pacman/repos/testing-x86_64/pacman.conf.i686
  pacman/repos/testing-x86_64/pacman.conf.x86_64

---+
 testing-i686/PKGBUILD |   98 
 testing-i686/makepkg.conf |  146 
 testing-i686/pacman.conf.i686 |   90 --
 testing-i686/pacman.conf.x86_64   |   99 
 testing-x86_64/PKGBUILD   |   98 
 testing-x86_64/makepkg.conf   |  146 
 testing-x86_64/pacman.conf.i686   |   90 --
 testing-x86_64/pacman.conf.x86_64 |   99 
 8 files changed, 866 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-22 04:08:00 UTC (rev 227919)
+++ testing-i686/PKGBUILD   2014-12-22 04:09:50 UTC (rev 227920)
@@ -1,98 +0,0 @@
-# vim: set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Dan McGee 
-# Maintainer: Dave Reisner 
-
-pkgname=pacman
-pkgver=4.2.0
-pkgrel=2
-pkgdesc="A library-based package manager with dependency support"
-arch=('i686' 'x86_64')
-url="http://www.archlinux.org/pacman/";
-license=('GPL')
-groups=('base' 'base-devel')
-depends=('bash' 'glibc' 'libarchive>=3.1.2' 'curl>=7.39.0'
- 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
-checkdepends=('python2' 'fakechroot')
-optdepends=('fakeroot: for makepkg usage as normal user')
-provides=('pacman-contrib')
-conflicts=('pacman-contrib')
-replaces=('pacman-contrib')
-backup=(etc/pacman.conf etc/makepkg.conf)
-options=('strip' 'debug')
-source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
-pacman.conf.i686
-pacman.conf.x86_64
-makepkg.conf
-pacman-4.2.0-roundup.patch)
-md5sums=('184ce14f1f326fede72012cca51bba51'
- 'SKIP'
- '2db6c94709bb30cc614a176ecf8badb1'
- 'de74a13618347f08ae4a9637f74471c4'
- '1172ef3e5fdd0badeef06713a5a35c12'
- '534122433af545f625ad583603c3751a')
-validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae 

-
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  # v4.2.0..91a56a70
-  patch -p1 -i $srcdir/pacman-4.2.0-roundup.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---localstatedir=/var --enable-doc \
---with-scriptlet-shell=/usr/bin/bash \
---with-ldconfig=/usr/bin/ldconfig
-  make
-  make -C contrib
-}
-
-check() {
-  make -C "$pkgname-$pkgver" check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C contrib install
-
-  # install Arch specific stuff
-  install -dm755 "$pkgdir/etc"
-  install -m644 "$srcdir/pacman.conf.$CARCH" "$pkgdir/etc/pacman.conf"
-
-  case $CARCH in
-i686)
-  mycarch="i686"
-  mychost="i686-pc-linux-gnu"
-  myflags="-march=i686"
-  ;;
-x86_64)
-  mycarch="x86_64"
-  mychost="x86_64-unknown-linux-gnu"
-  myflags="-march=x86-64"
-  ;;
-  esac
-
-  # set things correctly in the default conf file
-  install -m644 "$srcdir/makepkg.conf" "$pkgdir/etc"
-  sed -i "$pkgdir/etc/makepkg.conf" \
--e "s|@CARCH[@]|$mycarch|g" \
--e "s|@CHOST[@]|$mychost|g" \
--e "s|@CARCHFLAGS[@]|$myflags|g"
-
-  # put bash_completion in the right location
-  install -dm755 "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/etc/bash_completion.d/pacman" 
"$pkgdir/usr/share/bash-completion/completions"
-  rmdir "$pkgdir/etc/bash_completion.d"
-
-  for f in makepkg pacman-key; do
-ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
-  done
-
-  install -Dm644 contrib/PKGBUILD.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/PKGBUILD.vim"
-}

Deleted: testing-i686/makepkg.conf
===
--- testing-i686/makepkg.conf   2014-12-22 04:08:00 UTC (rev 227919)
+++ testing-i686/makepkg.conf   2014-12-22 04:09:50 UTC (rev 227920)
@@ -1,146 +0,0 @@
-#
-# /etc/makepkg.conf
-#
-
-#
-# SOURCE ACQUISITION
-#
-#
-#-- The download utilities that makepkg should use to acquire sources
-#  Format: 'protocol::agent'
-DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o 
%u'
-  'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
-  'https::/usr/bin/curl -fLC - --retry 3 --ret

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

2014-12-21 Thread Allan McRae
Date: Monday, December 22, 2014 @ 05:08:00
  Author: allan
Revision: 227919

upgpkg: pacman 4.2.0-3

fix typo in makepkg.conf, minor upstream patch update

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf
  pacman/trunk/pacman-4.2.0-roundup.patch

+
 PKGBUILD   |8 ++--
 makepkg.conf   |8 ++--
 pacman-4.2.0-roundup.patch |   72 +--
 3 files changed, 78 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-22 03:29:32 UTC (rev 227918)
+++ PKGBUILD2014-12-22 04:08:00 UTC (rev 227919)
@@ -5,7 +5,7 @@
 
 pkgname=pacman
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A library-based package manager with dependency support"
 arch=('i686' 'x86_64')
 url="http://www.archlinux.org/pacman/";
@@ -29,14 +29,14 @@
  'SKIP'
  '2db6c94709bb30cc614a176ecf8badb1'
  'de74a13618347f08ae4a9637f74471c4'
- '1172ef3e5fdd0badeef06713a5a35c12'
- '534122433af545f625ad583603c3751a')
+ '0d07f2a750ba20d114c3adc799d371de'
+ 'e98459a565bb4e199695f9c319d7d52d')
 validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD')  # Allan McRae 

 
 prepare() {
   cd "$pkgname-$pkgver"
   
-  # v4.2.0..91a56a70
+  # v4.2.0..c8448bb4
   patch -p1 -i $srcdir/pacman-4.2.0-roundup.patch
 }
 

Modified: makepkg.conf
===
--- makepkg.conf2014-12-22 03:29:32 UTC (rev 227918)
+++ makepkg.conf2014-12-22 04:08:00 UTC (rev 227919)
@@ -21,10 +21,10 @@
 
 #-- The the package required by makepkg to download VCS sources
 #  Format: 'protocol::package'
-VCSCLIENT=('bzr::bzr'
-   'git::git'
-   'hg::mercurial'
-   'svn::subversion')
+VCSCLIENTS=('bzr::bzr'
+'git::git'
+'hg::mercurial'
+'svn::subversion')
 
 #
 # ARCHITECTURE, COMPILE FLAGS

Modified: pacman-4.2.0-roundup.patch
===
--- pacman-4.2.0-roundup.patch  2014-12-22 03:29:32 UTC (rev 227918)
+++ pacman-4.2.0-roundup.patch  2014-12-22 04:08:00 UTC (rev 227919)
@@ -11,11 +11,79 @@
echo
printf "List all packages installed from a given repository\n" 
"${myname}"
echo
+diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
+index 712ca60..9ed7ef9 100644
+--- a/etc/makepkg.conf.in
 b/etc/makepkg.conf.in
+@@ -19,6 +19,13 @@ DLAGENTS=('ftp::/usr/bin/curl -qfC - --ftp-pasv --retry 3 
--retry-delay 3 -o %o
+ # /usr/bin/lftpget -c
+ # /usr/bin/wget
+ 
++#-- The the package required by makepkg to download VCS sources
++#  Format: 'protocol::package'
++VCSCLIENTS=('bzr::bzr'
++'git::git'
++'hg::mercurial'
++'svn::subversion')
++
+ #
+ # ARCHITECTURE, COMPILE FLAGS
+ #
+diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in
+index 6e6d944..d9da167 100755
+--- a/scripts/makepkg-template.pl.in
 b/scripts/makepkg-template.pl.in
+@@ -70,7 +70,7 @@ sub parse_template_line {
+   foreach my $element (@elements) {
+   my ($key, $val) = ($element =~ /^([a-z0-9]+)=(.*)$/);
+   unless ($key and $val) {
+-  die gettext("invalid key/value pair\n%s:%s: %s"),
++  die gettext("invalid key/value pair\n"),
+   "$filename:$linenumber: $line";
+   }
+   $values{$key} = $val;
 diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
-index 33dff24..23e70cd 100644
+index 33dff24..60276f6 100644
 --- a/scripts/makepkg.sh.in
 +++ b/scripts/makepkg.sh.in
-@@ -3435,7 +3435,7 @@ CARCH=${_CARCH:-$CARCH}
+@@ -2896,7 +2896,7 @@ get_vcsclient() {
+ }
+ 
+ check_vcs_software() {
+-  local ret=0
++  local all_sources all_deps deps ret=0
+ 
+   if (( SOURCEONLY == 1 )); then
+   # we will not download VCS sources
+@@ -2908,7 +2908,17 @@ check_vcs_software() {
+   return $ret
+   fi
+ 
+-  for netfile in ${source[@]}; do
++  # we currently only use global depends/makedepends arrays for --syncdeps
++  for attr in depends makedepends; do
++  pkgbuild_get_attribute "$pkg" "$attr" 1 'deps'
++  all_deps+=("${deps[@]}")
++
++  pkgbuild_get_attribute "$pkg" "${attr}_$CARCH" 1 'deps'
++  all_deps+=("${deps[@]}")
++  done
++
++  get_all_sources_for_arch 'all_sources'
++  for netfile in ${all_sources[@]}; do
+   local proto=$(get_protocol "$netfile")
+ 
+   case $proto in
+@@ -2921,7 +2931,7 @@ check_vcs_software() {
+

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

2014-12-21 Thread Jan Steffens
Date: Monday, December 22, 2014 @ 04:29:32
  Author: heftig
Revision: 227918

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

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

-+
 /PKGBUILD   |   82 ++
 /colord.install |   34 +
 extra-i686/PKGBUILD |   38 ---
 extra-i686/colord.install   |   17 
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/colord.install |   17 
 6 files changed, 116 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-22 03:28:38 UTC (rev 227917)
+++ extra-i686/PKGBUILD 2014-12-22 03:29:32 UTC (rev 227918)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="System daemon for managing color devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/colord";
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
- argyllcms)
-optdepends=('sane: scanner support'
-'argyllcms: color profiling')
-replaces=('shared-color-profiles')
-install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('fee7271a9acfd6c7e78c0820407d574d5172c40c'
-  'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --with-daemon-user=colord
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 227917, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-22 03:29:32 UTC (rev 227918)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=1.2.7
+pkgrel=2
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/colord";
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
+ argyllcms)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=('shared-color-profiles')
+install=colord.install
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('fee7271a9acfd6c7e78c0820407d574d5172c40c'
+  'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --with-daemon-user=colord
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # the build system has no colord user, so the chown fails
+  chown -R 124:124 "$pkgdir/var/lib/colord"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2014-12-22 03:28:38 UTC (rev 227917)
+++ extra-i686/colord.install   2014-12-22 03:29:32 UTC (rev 227918)
@@ -1,17 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent group colord >/dev/null || groupadd -g 124 colord
-getent passwd colord >/dev/null || useradd -d /var/lib/colord -u 124 -g 
colord -s /bin/false colord
-chown colord:colord /var/lib/colord
-chown colord:colord /var/lib/colord/*.db 2>/dev/null || return 0
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent passwd colord >/dev/null && userdel colord
-getent group colord >/dev/null && groupdel colord
-}

Copied: colord/repos/extra-i686/colord.install (from rev 227917, 
colord/trunk/colord.install)

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

2014-12-21 Thread Jan Steffens
Date: Monday, December 22, 2014 @ 04:28:38
  Author: heftig
Revision: 227917

FS#43189 Fix owner of state dir

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-22 00:14:42 UTC (rev 227916)
+++ PKGBUILD2014-12-22 03:28:38 UTC (rev 227917)
@@ -4,7 +4,7 @@
 
 pkgname=colord
 pkgver=1.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/software/colord";
@@ -33,6 +33,9 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  # the build system has no colord user, so the chown fails
+  chown -R 124:124 "$pkgdir/var/lib/colord"
 }
 
 # vim:set ts=2 sw=2 et:


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

2014-12-21 Thread Gaetan Bisson
Date: Monday, December 22, 2014 @ 01:14:42
  Author: bisson
Revision: 227916

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 227915, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 227915, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

--+
 /PKGBUILD|  102 +
 core-i686/PKGBUILD   |   51 
 core-x86_64/PKGBUILD |   51 
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-12-21 21:51:08 UTC (rev 227915)
+++ core-i686/PKGBUILD  2014-12-22 00:14:42 UTC (rev 227916)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.7.8
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
-sha1sums=('9ad2e99d0671550005a2563e5fd80c1a05bc0420')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" packager-install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 227915, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-12-22 00:14:42 UTC (rev 227916)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.7.10
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz";)
+sha1sums=('9de91716c8bb5a657c3dcb0246bb064526315b6a')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" packager-install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-12-21 21:51:08 UTC (rev 227915)
+++ core-x86_64/PKGBUILD2014-12-22 00:14:42 UTC (rev 227916)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.7.8
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends

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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 23:28:51
  Author: svenstaro
Revision: 124343

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

Added:
  sfml/repos/community-staging-i686/
  sfml/repos/community-staging-i686/PKGBUILD
(from rev 124342, sfml/trunk/PKGBUILD)
  sfml/repos/community-staging-i686/sfml.install
(from rev 124342, sfml/trunk/sfml.install)
  sfml/repos/community-staging-x86_64/
  sfml/repos/community-staging-x86_64/PKGBUILD
(from rev 124342, sfml/trunk/PKGBUILD)
  sfml/repos/community-staging-x86_64/sfml.install
(from rev 124342, sfml/trunk/sfml.install)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/sfml.install   |3 ++
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/sfml.install |3 ++
 4 files changed, 86 insertions(+)

Copied: sfml/repos/community-staging-i686/PKGBUILD (from rev 124342, 
sfml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-21 22:28:51 UTC (rev 124343)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.2
+pkgrel=2
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.1/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: sfml/repos/community-staging-i686/sfml.install (from rev 124342, 
sfml/trunk/sfml.install)
===
--- community-staging-i686/sfml.install (rev 0)
+++ community-staging-i686/sfml.install 2014-12-21 22:28:51 UTC (rev 124343)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Copied: sfml/repos/community-staging-x86_64/PKGBUILD (from rev 124342, 
sfml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-21 22:28:51 UTC (rev 124343)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+pkgver=2.2
+pkgrel=2
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.1/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: sfml/repos/community-staging-x86_64/sfml.install (from rev 124342, 
sfml/trunk/sfml.install)
===
--- community-staging-x86_64/sfml.install   (rev 0)
+++ community-staging-x86_64/sfml.install   2014-12-21 22:28:51 UTC (rev 
124343)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}


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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 23:28:46
  Author: svenstaro
Revision: 124342

upgpkg: sfml 2.2-2

cmake 3.1

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 22:23:08 UTC (rev 124341)
+++ PKGBUILD2014-12-21 22:28:46 UTC (rev 124342)
@@ -4,7 +4,7 @@
 
 pkgname=sfml
 pkgver=2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
@@ -12,7 +12,7 @@
 depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
 makedepends=('mesa' 'cmake' 'doxygen' 'git')
 install=sfml.install
-source=("git+https://github.com/LaurentGomila/SFML.git#tag=${pkgver}";)
+source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
 md5sums=('SKIP')
 
 build() {
@@ -33,7 +33,7 @@
 
   make DESTDIR="$pkgdir/" install
 
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake"
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.1/Modules/FindSFML.cmake"
 
   install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 23:23:08
  Author: svenstaro
Revision: 124341

Fix build except for ld

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 20:05:21 UTC (rev 124340)
+++ PKGBUILD2014-12-21 22:23:08 UTC (rev 124341)
@@ -6,13 +6,13 @@
 pkgname=wt
 pkgver=3.3.3
 _pkgver=3.3.3
-pkgrel=5
+pkgrel=6
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/";
 license=('GPL')
 depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 
'qt4')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
 optdepends=('openssl: for SSL support in built-in webserver'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
@@ -34,6 +34,8 @@
   mkdir -p build && cd build
   cmake \
   -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \
   -DWEBGROUP=http \
@@ -47,7 +49,7 @@
   cd ${srcdir}/${pkgname}-${_pkgver}/build
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.0/Modules/FindWt.cmake
+  install -Dm644 ${pkgdir}/usr/cmake/FindWt.cmake 
${pkgdir}/usr/share/cmake-3.1/Modules/FindWt.cmake
   rm -r ${pkgdir}/usr/cmake
   rm -rf $pkgdir/var/run
 }


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 22:51:08
  Author: heftig
Revision: 227915

DRI3 is disabled by default and Glamor has been removed

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 19:02:53 UTC (rev 227914)
+++ PKGBUILD2014-12-21 21:51:08 UTC (rev 227915)
@@ -28,10 +28,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---enable-glamor \
---disable-dri3
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make
 }
 


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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 21:04:47
  Author: svenstaro
Revision: 124339

upgpkg: urbanterror-data 2:4.2.022-1

upstream release 4.2.022

Modified:
  urbanterror-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 19:49:14 UTC (rev 124338)
+++ PKGBUILD2014-12-21 20:04:47 UTC (rev 124339)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=urbanterror-data
-_subversion=021
+_subversion=022
 pkgver=4.2.$_subversion
 pkgrel=1
 epoch=2
@@ -12,7 +12,7 @@
 license=('custom:freeware')
 backup=('opt/urbanterror/q3ut4/server.cfg' 
'opt/urbanterror/q3ut4/mapcycle.txt')
 
source=("http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full${_subversion}.zip";)
-md5sums=('06619917b4d9ac8a60872a9deae35562')
+md5sums=('0229af6ff157d964cc3a1b5cfe5b538d')
 #PKGEXT='.pkg.tar'
 
 package() {


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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 21:05:21
  Author: svenstaro
Revision: 124340

archrelease: copy trunk to community-any

Added:
  urbanterror-data/repos/community-any/PKGBUILD
(from rev 124339, urbanterror-data/trunk/PKGBUILD)
Deleted:
  urbanterror-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 20:04:47 UTC (rev 124339)
+++ PKGBUILD2014-12-21 20:05:21 UTC (rev 124340)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=urbanterror-data
-_subversion=021
-pkgver=4.2.$_subversion
-pkgrel=1
-epoch=2
-pkgdesc="A team-based tactical shooter based on the Quake 3 Engine (data 
files)"
-arch=('any')
-url="http://www.urbanterror.info";
-license=('custom:freeware')
-backup=('opt/urbanterror/q3ut4/server.cfg' 
'opt/urbanterror/q3ut4/mapcycle.txt')
-source=("http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full${_subversion}.zip";)
-md5sums=('06619917b4d9ac8a60872a9deae35562')
-#PKGEXT='.pkg.tar'
-
-package() {
-  mkdir -p $pkgdir/opt/urbanterror
-  cp -r $srcdir/UrbanTerror42/q3ut4 $pkgdir/opt/urbanterror/q3ut4
-
-  install -Dm644 $srcdir/UrbanTerror42/q3ut4/readme42.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  echo -e "\nseta cl_cURLLib \"/usr/lib/libcurl.so.4\"" >> 
$pkgdir/opt/urbanterror/q3ut4/autoexec.cfg
-}
-
-# vim: sw=2:ts=2 et:

Copied: urbanterror-data/repos/community-any/PKGBUILD (from rev 124339, 
urbanterror-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 20:05:21 UTC (rev 124340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=urbanterror-data
+_subversion=022
+pkgver=4.2.$_subversion
+pkgrel=1
+epoch=2
+pkgdesc="A team-based tactical shooter based on the Quake 3 Engine (data 
files)"
+arch=('any')
+url="http://www.urbanterror.info";
+license=('custom:freeware')
+backup=('opt/urbanterror/q3ut4/server.cfg' 
'opt/urbanterror/q3ut4/mapcycle.txt')
+source=("http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full${_subversion}.zip";)
+md5sums=('0229af6ff157d964cc3a1b5cfe5b538d')
+#PKGEXT='.pkg.tar'
+
+package() {
+  mkdir -p $pkgdir/opt/urbanterror
+  cp -r $srcdir/UrbanTerror42/q3ut4 $pkgdir/opt/urbanterror/q3ut4
+
+  install -Dm644 $srcdir/UrbanTerror42/q3ut4/readme42.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  echo -e "\nseta cl_cURLLib \"/usr/lib/libcurl.so.4\"" >> 
$pkgdir/opt/urbanterror/q3ut4/autoexec.cfg
+}
+
+# vim: sw=2:ts=2 et:


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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 20:49:14
  Author: svenstaro
Revision: 124338

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

Added:
  gluon/repos/community-staging-i686/
  gluon/repos/community-staging-i686/PKGBUILD
(from rev 124337, gluon/trunk/PKGBUILD)
  gluon/repos/community-staging-i686/gcc47.patch
(from rev 124337, gluon/trunk/gcc47.patch)
  gluon/repos/community-staging-i686/gluon.install
(from rev 124337, gluon/trunk/gluon.install)
  gluon/repos/community-staging-x86_64/
  gluon/repos/community-staging-x86_64/PKGBUILD
(from rev 124337, gluon/trunk/PKGBUILD)
  gluon/repos/community-staging-x86_64/gcc47.patch
(from rev 124337, gluon/trunk/gcc47.patch)
  gluon/repos/community-staging-x86_64/gluon.install
(from rev 124337, gluon/trunk/gluon.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/gcc47.patch |   31 ++
 community-staging-i686/gluon.install   |   15 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/gcc47.patch   |   31 ++
 community-staging-x86_64/gluon.install |   15 ++
 6 files changed, 178 insertions(+)

Copied: gluon/repos/community-staging-i686/PKGBUILD (from rev 124337, 
gluon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-21 19:49:14 UTC (rev 124338)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ivan Sichmann Freitas 
+
+pkgname=gluon
+pkgver=0.71.0
+_pkgver=0.71
+pkgrel=7
+pkgdesc="A free and open source platform for creating and distributing games"
+arch=('i686' 'x86_64')
+url="http://gluon.gamingfreedom.org/";
+license=('LGPL')
+depends=('kdelibs' 'libsndfile' 'alure')
+makedepends=('cmake' 'automoc4' 'mesa' 'kdevplatform')
+install=gluon.install
+source=("http://download.kde.org/unstable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.gz";
+'gcc47.patch')
+md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'
+ '92adbf8b23f4af2a15a005b031c81c5f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/gcc47.patch
+
+  cd "$srcdir"
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON
+  grep -rl "Qt4::moc"|xargs sed -i "s/Qt4::moc/moc-qt4/" # No idea what's up 
here but I can't be bothered to fix it properly
+  make
+}
+
+package() {
+  cd "$srcdir"/build
+  make DESTDIR="$pkgdir" install
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Copied: gluon/repos/community-staging-i686/gcc47.patch (from rev 124337, 
gluon/trunk/gcc47.patch)
===
--- community-staging-i686/gcc47.patch  (rev 0)
+++ community-staging-i686/gcc47.patch  2014-12-21 19:49:14 UTC (rev 124338)
@@ -0,0 +1,31 @@
+From: Christoph Feck 
+Date: Fri, 23 Mar 2012 22:35:09 +
+Subject: Fix includes
+X-Git-Url: 
http://quickgit.kde.org/?p=gluon.git&a=commitdiff&h=bccbda88a6bc53ac20091bb6aefd2f1b501ba31a
+---
+Fix includes
+---
+
+
+--- a/input/linux/detectlinux.cpp
 b/input/linux/detectlinux.cpp
+@@ -26,6 +26,7 @@
+ 
+ #include 
+ 
++#include 
+ // #include 
+ 
+ using namespace GluonInput;
+
+--- a/input/linux/inputthread.cpp
 b/input/linux/inputthread.cpp
+@@ -30,6 +30,7 @@
+ // #include 
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+

Copied: gluon/repos/community-staging-i686/gluon.install (from rev 124337, 
gluon/trunk/gluon.install)
===
--- community-staging-i686/gluon.install(rev 0)
+++ community-staging-i686/gluon.install2014-12-21 19:49:14 UTC (rev 
124338)
@@ -0,0 +1,15 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor
+  update-mime-database usr/share/mime > /dev/null
+}

Copied: gluon/repos/community-staging-x86_64/PKGBUILD (from rev 124337, 
gluon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-21 19:49:14 UTC (rev 124338)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ivan Sichmann Freitas 
+
+pkgname=gluon
+pkgver=0.71.0
+_pkgver=0.71
+pkgrel=7
+pkgdesc="A free and open source platform for creating and distributing games"
+arch=('i686' 'x86_64')

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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 20:49:09
  Author: svenstaro
Revision: 124337

upgpkg: gluon 0.71.0-7

cmake 3.1

Modified:
  gluon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 19:33:00 UTC (rev 124336)
+++ PKGBUILD2014-12-21 19:49:09 UTC (rev 124337)
@@ -5,7 +5,7 @@
 pkgname=gluon
 pkgver=0.71.0
 _pkgver=0.71
-pkgrel=6
+pkgrel=7
 pkgdesc="A free and open source platform for creating and distributing games"
 arch=('i686' 'x86_64')
 url="http://gluon.gamingfreedom.org/";


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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 20:33:00
  Author: svenstaro
Revision: 124336

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

Added:
  urbanterror/repos/community-i686/PKGBUILD
(from rev 124335, urbanterror/trunk/PKGBUILD)
  urbanterror/repos/community-i686/urbanterror-server.sh
(from rev 124335, urbanterror/trunk/urbanterror-server.sh)
  urbanterror/repos/community-i686/urbanterror.desktop
(from rev 124335, urbanterror/trunk/urbanterror.desktop)
  urbanterror/repos/community-i686/urbanterror.png
(from rev 124335, urbanterror/trunk/urbanterror.png)
  urbanterror/repos/community-i686/urbanterror.sh
(from rev 124335, urbanterror/trunk/urbanterror.sh)
  urbanterror/repos/community-x86_64/PKGBUILD
(from rev 124335, urbanterror/trunk/PKGBUILD)
  urbanterror/repos/community-x86_64/urbanterror-server.sh
(from rev 124335, urbanterror/trunk/urbanterror-server.sh)
  urbanterror/repos/community-x86_64/urbanterror.desktop
(from rev 124335, urbanterror/trunk/urbanterror.desktop)
  urbanterror/repos/community-x86_64/urbanterror.png
(from rev 124335, urbanterror/trunk/urbanterror.png)
  urbanterror/repos/community-x86_64/urbanterror.sh
(from rev 124335, urbanterror/trunk/urbanterror.sh)
Deleted:
  urbanterror/repos/community-i686/PKGBUILD
  urbanterror/repos/community-i686/urbanterror-server.sh
  urbanterror/repos/community-i686/urbanterror.desktop
  urbanterror/repos/community-i686/urbanterror.png
  urbanterror/repos/community-i686/urbanterror.sh
  urbanterror/repos/community-x86_64/PKGBUILD
  urbanterror/repos/community-x86_64/urbanterror-server.sh
  urbanterror/repos/community-x86_64/urbanterror.desktop
  urbanterror/repos/community-x86_64/urbanterror.png
  urbanterror/repos/community-x86_64/urbanterror.sh

+
 /PKGBUILD  |   94 +++
 /urbanterror-server.sh |8 ++
 /urbanterror.desktop   |   14 
 /urbanterror.sh|8 ++
 community-i686/PKGBUILD|   47 ---
 community-i686/urbanterror-server.sh   |4 -
 community-i686/urbanterror.desktop |7 --
 community-i686/urbanterror.sh  |4 -
 community-x86_64/PKGBUILD  |   47 ---
 community-x86_64/urbanterror-server.sh |4 -
 community-x86_64/urbanterror.desktop   |7 --
 community-x86_64/urbanterror.sh|4 -
 12 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 19:32:52 UTC (rev 124335)
+++ community-i686/PKGBUILD 2014-12-21 19:33:00 UTC (rev 124336)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: grimi 
-
-pkgname=urbanterror
-_subversion=021
-pkgver=4.2.$_subversion
-pkgrel=1
-epoch=2
-pkgdesc="A team-based tactical shooter based on the Quake 3 Engine"
-arch=('i686' 'x86_64')
-url="http://www.urbanterror.info";
-license=('GPL2')
-depends=('sdl' 'openal' 'curl' 'urbanterror-data')
-makedepends=('mesa')
-source=("http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full${_subversion}.zip";
-"urbanterror.sh"
-"urbanterror-server.sh"
-"urbanterror.desktop"
-"urbanterror.png")
-md5sums=('06619917b4d9ac8a60872a9deae35562'
- '7812ece92ab71986ef038b3291adc412'
- 'fbd3059497cf68769c0cbf02545c6bec'
- '08a99f4d7ad63024bc886e118ddcbc0f'
- 'f9a57d898df73f43c6a85c8d8cc455ba')
-
-package() {
-  install -d $pkgdir/opt/urbanterror
-
-  cd $pkgdir/opt/urbanterror
-
-  # Copy binaries.
-  [[ $CARCH == "i686" ]] && install -m755 
$srcdir/UrbanTerror42/Quake3-UrT.i386 urbanterror
-  [[ $CARCH == "i686" ]] && install -m755 
$srcdir/UrbanTerror42/Quake3-UrT-Ded.i386 urbanterror-ded
-  [[ $CARCH == "x86_64" ]] && install -m755 
$srcdir/UrbanTerror42/Quake3-UrT.x86_64 urbanterror
-  [[ $CARCH == "x86_64" ]] && install -m755 
$srcdir/UrbanTerror42/Quake3-UrT-Ded.x86_64 urbanterror-ded
-
-  # Copy desktop launcher.
-  install -Dm644 $srcdir/urbanterror.desktop 
$pkgdir/usr/share/applications/urbanterror.desktop
-  install -Dm644 $srcdir/urbanterror.png 
$pkgdir/usr/share/pixmaps/urbanterror.png
-
-  # Copy launch scripts.
-  install -Dm755 $srcdir/urbanterror.sh $pkgdir/usr/bin/urbanterror
-  install -Dm755 $srcdir/urbanterror-server.sh 
$pkgdir/usr/bin/urbanterror-server
-}
-
-# vim: sw=2:ts=2 et:

Copied: urbanterror/repos/community-i686/PKGBUILD (from rev 124335, 
urbanterror/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 19:33:00 UTC (rev 124336)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: grimi 
+
+pkgname=urbanterror
+_subversion=022
+pkgver=4.2.$_subversion
+pkgrel=1
+epoch=2
+pkgdesc=

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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 20:32:52
  Author: svenstaro
Revision: 124335

upgpkg: urbanterror 2:4.2.022-1

upstream release 4.2.022

Modified:
  urbanterror/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 19:08:49 UTC (rev 124334)
+++ PKGBUILD2014-12-21 19:32:52 UTC (rev 124335)
@@ -3,7 +3,7 @@
 # Contributor: grimi 
 
 pkgname=urbanterror
-_subversion=021
+_subversion=022
 pkgver=4.2.$_subversion
 pkgrel=1
 epoch=2
@@ -18,7 +18,7 @@
 "urbanterror-server.sh"
 "urbanterror.desktop"
 "urbanterror.png")
-md5sums=('06619917b4d9ac8a60872a9deae35562'
+md5sums=('0229af6ff157d964cc3a1b5cfe5b538d'
  '7812ece92ab71986ef038b3291adc412'
  'fbd3059497cf68769c0cbf02545c6bec'
  '08a99f4d7ad63024bc886e118ddcbc0f'


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

2014-12-21 Thread Bartłomiej Piotrowski
Date: Sunday, December 21, 2014 @ 20:08:41
  Author: bpiotrowski
Revision: 124333

upgpkg: phpmyadmin 4.3.3-1

new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 19:05:52 UTC (rev 124332)
+++ PKGBUILD2014-12-21 19:08:41 UTC (rev 124333)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.3.2
+pkgver=4.3.3
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('c64563de9062f0677b7907bfa38136ca')
+md5sums=('96b47d5cd7677cad0bda50fd5d8c29bf')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2014-12-21 Thread Bartłomiej Piotrowski
Date: Sunday, December 21, 2014 @ 20:08:49
  Author: bpiotrowski
Revision: 124334

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 124333, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 19:08:41 UTC (rev 124333)
+++ PKGBUILD2014-12-21 19:08:49 UTC (rev 124334)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.3.2
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-md5sums=('c64563de9062f0677b7907bfa38136ca')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 124333, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 19:08:49 UTC (rev 124334)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.3.3
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+md5sums=('96b47d5cd7677cad0bda50fd5d8c29bf')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2014-12-21 Thread Bartłomiej Piotrowski
Date: Sunday, December 21, 2014 @ 20:05:40
  Author: bpiotrowski
Revision: 124331

upgpkg: ncmpcpp 0.6.2-1

new upstream release

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 18:31:45 UTC (rev 124330)
+++ PKGBUILD2014-12-21 19:05:40 UTC (rev 124331)
@@ -5,8 +5,8 @@
 # Contributor: Army 
 
 pkgname=ncmpcpp
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.6.2
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 arch=('i686' 'x86_64')
 url='http://ncmpcpp.rybczak.net/'
@@ -15,7 +15,7 @@
 makedepends=('boost')
 source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
 missing-include.patch)
-md5sums=('6f806e6c05aef3ab9f5a804a5e400750'
+md5sums=('323498bac479c026dbc2a8fd0d7ac1fa'
  '14fa33349661c8e6c2a323970ef1e98c')
 
 prepare() {


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

2014-12-21 Thread Bartłomiej Piotrowski
Date: Sunday, December 21, 2014 @ 20:05:52
  Author: bpiotrowski
Revision: 124332

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 124331, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-i686/missing-include.patch
(from rev 124331, ncmpcpp/trunk/missing-include.patch)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 124331, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/missing-include.patch
(from rev 124331, ncmpcpp/trunk/missing-include.patch)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   90 +++
 /missing-include.patch |   24 
 community-i686/PKGBUILD|   45 ---
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/missing-include.patch |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 19:05:40 UTC (rev 124331)
+++ community-i686/PKGBUILD 2014-12-21 19:05:52 UTC (rev 124332)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-missing-include.patch)
-md5sums=('6f806e6c05aef3ab9f5a804a5e400750'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 124331, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 19:05:52 UTC (rev 124332)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+arch=('i686' 'x86_64')
+url='http://ncmpcpp.rybczak.net/'
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
+missing-include.patch)
+md5sums=('323498bac479c026dbc2a8fd0d7ac1fa'
+ '14fa33349661c8e6c2a323970ef1e98c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../missing-include.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  make -C extras
+  install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
+}

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2014-12-21 19:05:40 UTC (rev 
124331)
+++ community-i686/missing-include.patch2014-12-21 19:05:52 UTC (rev 
124332)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include 
-+#include 
- #include 
- 
- #include "scrollpad.h"

Copied: ncmpcpp/repos/community-i686/missing-include.patch (from rev 124331, 
ncmpcpp/trunk/missing-include.patch)
===
--- community-i686/missing-include.patch(rev 0)
+++ community-i686/missing-include.patch2014-12-21 19:05:52 UTC (rev 
124332)
@@ -0,0 +1,12 @@
+diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
+index e865cee..e40509

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

2014-12-21 Thread Andreas Radke
Date: Sunday, December 21, 2014 @ 20:02:43
  Author: andyrtr
Revision: 227913

upgpkg: mdds 0.11.2-1

upstream update 0.11.2

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 18:42:52 UTC (rev 227912)
+++ PKGBUILD2014-12-21 19:02:43 UTC (rev 227913)
@@ -3,7 +3,7 @@
 # Contributor: kusakata 
 
 pkgname=mdds
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('boost')
 # see http://code.google.com/p/multidimalgorithm/wiki/Downloads
 source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('0c1ace97ad310e5293c538f395176d9a506cdeda')
+sha1sums=('17d2d06a1df818de61bba25a9322541e80f6eed7')
 
 build() {
   cd ${pkgname}_${pkgver}


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

2014-12-21 Thread Andreas Radke
Date: Sunday, December 21, 2014 @ 20:02:53
  Author: andyrtr
Revision: 227914

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 227913, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 19:02:43 UTC (rev 227913)
+++ PKGBUILD2014-12-21 19:02:53 UTC (rev 227914)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="http://code.google.com/p/multidimalgorithm/";
-license=('MIT')
-checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('0c1ace97ad310e5293c538f395176d9a506cdeda')
-
-build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}_${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}_${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 227913, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 19:02:53 UTC (rev 227914)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="http://code.google.com/p/multidimalgorithm/";
+license=('MIT')
+checkdepends=('boost')
+# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
+source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
+sha1sums=('17d2d06a1df818de61bba25a9322541e80f6eed7')
+
+build() {
+  cd ${pkgname}_${pkgver}
+  ./configure --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}_${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}_${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2014-12-21 Thread Andreas Radke
Date: Sunday, December 21, 2014 @ 19:42:52
  Author: andyrtr
Revision: 227912

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 227911, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 227911, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 227911, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 227911, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-i686/xf86-video-intel.install   |   22 +
 testing-x86_64/PKGBUILD |   50 ++
 testing-x86_64/xf86-video-intel.install |   22 +
 4 files changed, 144 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 227911, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-21 18:42:52 UTC (rev 227912)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 
'X-ABI-VIDEODRV_VERSION>=19'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--enable-glamor \
+--disable-dri3
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
227911, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2014-12-21 18:42:52 UTC (rev 
227912)
@@ -0,0 +1,22 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can
+fall back to UXA if you run into trouble or test experimental
+Glamor acceleration. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "sna"
+#Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "glamor"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 227911, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-21 18:42:52 UTC (rev 227912)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.917
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+   

[arch-commits] Commit in xf86-video-intel/trunk (2 files)

2014-12-21 Thread Andreas Radke
Date: Sunday, December 21, 2014 @ 19:42:44
  Author: andyrtr
Revision: 227911

upgpkg: xf86-video-intel 2.99.917-1

upstream update 2.99.917

Modified:
  xf86-video-intel/trunk/PKGBUILD
Deleted:
  
xf86-video-intel/trunk/0001-sna-Use-default-monitor-options-on-the-first-output.patch

+
 0001-sna-Use-default-monitor-options-on-the-first-output.patch |   37 
--
 PKGBUILD   |   17 +---
 2 files changed, 4 insertions(+), 50 deletions(-)

Deleted: 0001-sna-Use-default-monitor-options-on-the-first-output.patch
===
--- 0001-sna-Use-default-monitor-options-on-the-first-output.patch  
2014-12-21 18:38:13 UTC (rev 227910)
+++ 0001-sna-Use-default-monitor-options-on-the-first-output.patch  
2014-12-21 18:42:44 UTC (rev 227911)
@@ -1,37 +0,0 @@
-From 1aefd16964c30264c05d136cef3e1e7de5eb9c53 Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Fri, 12 Sep 2014 07:46:43 +0100
-Subject: [PATCH] sna: Use default monitor options on the first output
-
-commit 6554cf0a69f04710b64f3488384fe5cb2748dc35
-Author: Chris Wilson 
-Date:   Mon Aug 11 12:22:17 2014 +0100
-
-sna: Parse output options early during initialisation
-
-rearranged the monitor query to before the num_outputs increment. The
-result was that it choose the second output as the default and not the
-intended first.
-
-Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=522500
-Signed-off-by: Chris Wilson 

- src/sna/sna_display.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
-index f136c20..f6cfc80 100644
 a/src/sna/sna_display.c
-+++ b/src/sna/sna_display.c
-@@ -3751,7 +3751,7 @@ sna_output_add(struct sna *sna, unsigned id, unsigned 
serial)
-   output->name = (char *)(output + 1);
-   memcpy(output->name, name, len + 1);
- 
--  output->use_screen_monitor = config->num_output != 1;
-+  output->use_screen_monitor = config->num_output != 0;
-   xf86OutputUseScreenMonitor(output, !output->use_screen_monitor);
-   assert(output->options);
- 
--- 
-2.1.0
-

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 18:38:13 UTC (rev 227910)
+++ PKGBUILD2014-12-21 18:42:44 UTC (rev 227911)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.916
-pkgrel=3
+pkgver=2.99.917
+pkgrel=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
@@ -23,18 +23,9 @@
 conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 
'X-ABI-VIDEODRV_VERSION>=19'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-0001-sna-Use-default-monitor-options-on-the-first-output.patch)
-sha256sums=('409a819f4ac3e7c9432dd4acafe4621bbb3702adb34b1ea942b2e6d7c71eed01'
-'0195f5e5e69fc4b86d7ab51bc3d297e283cbdaec5c729702cca1b213809b4a18')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('00b781eea055582820a123c47b62411bdf6aabf4f03dc0568faec55faf9667c9')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix FS#41944 merged upstream
-  patch -Np1 -i 
../0001-sna-Use-default-monitor-options-on-the-first-output.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \


[arch-commits] Commit in system-config-printer/repos (4 files)

2014-12-21 Thread Andreas Radke
Date: Sunday, December 21, 2014 @ 19:38:13
  Author: andyrtr
Revision: 227910

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

Added:
  system-config-printer/repos/testing-i686/
  system-config-printer/repos/testing-i686/PKGBUILD
(from rev 227909, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/testing-x86_64/
  system-config-printer/repos/testing-x86_64/PKGBUILD
(from rev 227909, system-config-printer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: system-config-printer/repos/testing-i686/PKGBUILD (from rev 227909, 
system-config-printer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-21 18:38:13 UTC (rev 227910)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Andrea Scarpino 
+
+pkgname=system-config-printer
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 
'libnotify'
+ 'gnome-icon-theme'  'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+'python-pysmbc: SMB browser support'
+'python-packagekit: to install drivers with PackageKit'
+'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3') #Tim Waugh 
 
+md5sums=('dd5b4c6b8c47e2bd780960b38a8e9a77'
+ 'SKIP')
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udevdir=/usr/lib/udev --with-udev-rules 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Compile *.pyc
+  find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # new cups 2.0.0 service naming
+  sed -i "s|cups.socket|org.cups.cupsd.socket|g" 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
+}

Copied: system-config-printer/repos/testing-x86_64/PKGBUILD (from rev 227909, 
system-config-printer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-21 18:38:13 UTC (rev 227910)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Andrea Scarpino 
+
+pkgname=system-config-printer
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'python-gobject2' 
'libnotify'
+ 'gnome-icon-theme'  'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('libgnome-keyring: password management'
+'python-pysmbc: SMB browser support'
+'python-packagekit: to install drivers with PackageKit'
+'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3') #Tim Waugh 
 
+md5sums=('dd5b4c6b8c47e2bd780960b38a8e9a77'
+ 'SKIP')
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udevdir=/usr/lib/udev --with-udev-rules 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Compile *.pyc
+  find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # new cups 2.0.0 service naming
+  sed -i "s|cups.socket|org.cups.cupsd.socket|g" 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
+}


[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2014-12-21 Thread Andreas Radke
Date: Sunday, December 21, 2014 @ 19:38:00
  Author: andyrtr
Revision: 227909

upgpkg: system-config-printer 1.5.4-2

add optional dep on cups-pk-helper - FS#42650

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 16:59:39 UTC (rev 227908)
+++ PKGBUILD2014-12-21 18:38:00 UTC (rev 227909)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:
+# Maintainer: AndyRTR 
 # Contributor: Andrea Scarpino 
 
 pkgname=system-config-printer
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="http://cyberelk.net/tim/software/system-config-printer/";
 arch=('i686' 'x86_64')
@@ -14,11 +14,14 @@
 makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
 optdepends=('libgnome-keyring: password management'
 'python-pysmbc: SMB browser support'
-   'python-packagekit: to install drivers with PackageKit')
+'python-packagekit: to install drivers with PackageKit'
+'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
 
source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('02EA6349CE58E1BCAA8514F57955128DA3A1ABD3') #Tim Waugh 
 
 md5sums=('dd5b4c6b8c47e2bd780960b38a8e9a77'
  'SKIP')
 
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \


[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 19:31:45
  Author: svenstaro
Revision: 124330

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 124329, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 124329, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 124329, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 124329, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 124329, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 18:29:12 UTC (rev 124329)
+++ PKGBUILD2014-12-21 18:31:45 UTC (rev 124330)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.20
-_pkgver=40_20
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/";
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('c57202918a589bd89130ea38d88fe205a6fdf305897e5409b1eadb0aa35139f5'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 124329, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 18:31:45 UTC (rev 124330)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hen

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

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 19:29:01
  Author: svenstaro
Revision: 124328

upgpkg: dwarffortress 0.40.21-1

upstream release 0.40.21

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 17:01:28 UTC (rev 124327)
+++ PKGBUILD2014-12-21 18:29:01 UTC (rev 124328)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.40.20
-_pkgver=40_20
+pkgver=0.40.21
+_pkgver=40_21
 pkgrel=1
 pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
 arch=(i686 x86_64)
@@ -30,7 +30,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('c57202918a589bd89130ea38d88fe205a6fdf305897e5409b1eadb0aa35139f5'
+sha256sums=('211cd8ce6f9cd56c892bc5c4fe72da29dd8ebea6bc98dc0f3fc1144569d526dc'
 'SKIP'
 '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'


[arch-commits] Commit in dwarffortress/repos/community-i686 (10 files)

2014-12-21 Thread Sven-Hendrik Haase
Date: Sunday, December 21, 2014 @ 19:29:12
  Author: svenstaro
Revision: 124329

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 124328, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 124328, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 124328, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 124328, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 124328, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 18:29:01 UTC (rev 124328)
+++ PKGBUILD2014-12-21 18:29:12 UTC (rev 124329)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.40.20
-_pkgver=40_20
-pkgrel=1
-pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
-arch=(i686 x86_64)
-url="http://www.bay12games.com/dwarves/";
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('c57202918a589bd89130ea38d88fe205a6fdf305897e5409b1eadb0aa35139f5'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == "x86_64" ]] && ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == "i686" ]] && ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 124328, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 18:29:12 UTC (rev 124329)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 

[arch-commits] Commit in python-flask-babel (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 17:27:06
  Author: arojas
Revision: 124324

archrelease: copy trunk to community-any

Added:
  python-flask-babel/repos/
  python-flask-babel/repos/community-any/
  python-flask-babel/repos/community-any/PKGBUILD
(from rev 124323, python-flask-babel/trunk/PKGBUILD)

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

Copied: python-flask-babel/repos/community-any/PKGBUILD (from rev 124323, 
python-flask-babel/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-21 16:27:06 UTC (rev 124324)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Contributor: djanku 
+
+_pipname=Flask-Babel
+pkgbase=python-flask-babel
+pkgname=('python2-flask-babel' 'python-flask-babel')
+pkgver=0.9
+pkgrel=1
+pkgdesc="Adds i18n/l10n support to Flask applications with the help of the 
Babel library."
+arch=('any')
+url="http://pypi.python.org/pypi/Flask-Babel";
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
+md5sums=('4762e0392303f464d53cbebedfb87ded')
+
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-babel() {
+depends=('python2-flask' 'python2-babel' 'python2-pytz' 'python2-speaklater' 
'python2-jinja')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-babel() {
+depends=('python-flask' 'python-babel' 'python-pytz' 'python-speaklater' 
'python-jinja')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


[arch-commits] Commit in (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 17:26:37
  Author: arojas
Revision: 124323

Sage notebook dependency

Added:
  python-flask-babel/
  python-flask-babel/trunk/
  python-flask-babel/trunk/PKGBUILD

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

Added: python-flask-babel/trunk/PKGBUILD
===
--- python-flask-babel/trunk/PKGBUILD   (rev 0)
+++ python-flask-babel/trunk/PKGBUILD   2014-12-21 16:26:37 UTC (rev 124323)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Contributor: djanku 
+
+_pipname=Flask-Babel
+pkgbase=python-flask-babel
+pkgname=('python2-flask-babel' 'python-flask-babel')
+pkgver=0.9
+pkgrel=1
+pkgdesc="Adds i18n/l10n support to Flask applications with the help of the 
Babel library."
+arch=('any')
+url="http://pypi.python.org/pypi/Flask-Babel";
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
+md5sums=('4762e0392303f464d53cbebedfb87ded')
+
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-babel() {
+depends=('python2-flask' 'python2-babel' 'python2-pytz' 'python2-speaklater' 
'python2-jinja')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-babel() {
+depends=('python-flask' 'python-babel' 'python-pytz' 'python-speaklater' 
'python-jinja')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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


[arch-commits] Commit in python-speaklater (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 17:17:28
  Author: arojas
Revision: 124322

archrelease: copy trunk to community-any

Added:
  python-speaklater/repos/
  python-speaklater/repos/community-any/
  python-speaklater/repos/community-any/PKGBUILD
(from rev 124321, python-speaklater/trunk/PKGBUILD)

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

Copied: python-speaklater/repos/community-any/PKGBUILD (from rev 124321, 
python-speaklater/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-21 16:17:28 UTC (rev 124322)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: warddr 
+# Submitter: Frank Smit 
+
+pkgbase=python-speaklater
+pkgname=('python2-speaklater' 'python-speaklater')
+pkgver=1.3
+pkgrel=1
+pkgdesc="Implements a lazy string for python useful for use with gettext."
+arch=('any')
+url="http://pypi.python.org/pypi/speaklater";
+license=("BSD")
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("http://pypi.python.org/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz";)
+md5sums=("e8d5dbe36e53d5a35cff227e795e8bbf")
+
+prepare() {
+cp -R speaklater-$pkgver python2-speaklater-$pkgver
+}
+
+package_python2-speaklater() {
+depends=('python2')
+
+cd speaklater-$pkgver
+python2 setup.py install --root="$pkgdir" --prefix=/usr
+
+install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-speaklater() {
+depends=('python')
+
+cd speaklater-$pkgver
+python setup.py install --root="$pkgdir" --prefix=/usr
+
+install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 17:16:53
  Author: arojas
Revision: 124321

Sage notebook dependency

Added:
  python-speaklater/
  python-speaklater/trunk/
  python-speaklater/trunk/PKGBUILD

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

Added: python-speaklater/trunk/PKGBUILD
===
--- python-speaklater/trunk/PKGBUILD(rev 0)
+++ python-speaklater/trunk/PKGBUILD2014-12-21 16:16:53 UTC (rev 124321)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: warddr 
+# Submitter: Frank Smit 
+
+pkgbase=python-speaklater
+pkgname=('python2-speaklater' 'python-speaklater')
+pkgver=1.3
+pkgrel=1
+pkgdesc="Implements a lazy string for python useful for use with gettext."
+arch=('any')
+url="http://pypi.python.org/pypi/speaklater";
+license=("BSD")
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("http://pypi.python.org/packages/source/s/speaklater/speaklater-${pkgver}.tar.gz";)
+md5sums=("e8d5dbe36e53d5a35cff227e795e8bbf")
+
+prepare() {
+cp -R speaklater-$pkgver python2-speaklater-$pkgver
+}
+
+package_python2-speaklater() {
+depends=('python2')
+
+cd speaklater-$pkgver
+python2 setup.py install --root="$pkgdir" --prefix=/usr
+
+install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python-speaklater() {
+depends=('python')
+
+cd speaklater-$pkgver
+python setup.py install --root="$pkgdir" --prefix=/usr
+
+install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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


[arch-commits] Commit in python-flask-openid (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 17:06:34
  Author: arojas
Revision: 124320

archrelease: copy trunk to community-any

Added:
  python-flask-openid/repos/
  python-flask-openid/repos/community-any/
  python-flask-openid/repos/community-any/PKGBUILD
(from rev 124319, python-flask-openid/trunk/PKGBUILD)

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

Copied: python-flask-openid/repos/community-any/PKGBUILD (from rev 124319, 
python-flask-openid/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-21 16:06:34 UTC (rev 124320)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredric Johansson
+
+_pipname=Flask-OpenID
+pkgbase=python-flask-openid
+pkgname=('python2-flask-openid' 'python-flask-openid')
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A Flask extension for using openid authentication."
+arch=('any')
+url="http://pypi.python.org/pypi/Flask-OpenID";
+license=("BSD")
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
+md5sums=('4ee3c1de53d27f4a8491afda1d67c665')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-openid() {
+depends=('python2-flask' 'python2-openid')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-openid() {
+depends=('python-flask' 'python-openid')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+


[arch-commits] Commit in (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 17:05:55
  Author: arojas
Revision: 124319

Sage notebook dependency

Added:
  python-flask-openid/
  python-flask-openid/trunk/
  python-flask-openid/trunk/PKGBUILD

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

Added: python-flask-openid/trunk/PKGBUILD
===
--- python-flask-openid/trunk/PKGBUILD  (rev 0)
+++ python-flask-openid/trunk/PKGBUILD  2014-12-21 16:05:55 UTC (rev 124319)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredric Johansson
+
+_pipname=Flask-OpenID
+pkgbase=python-flask-openid
+pkgname=('python2-flask-openid' 'python-flask-openid')
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A Flask extension for using openid authentication."
+arch=('any')
+url="http://pypi.python.org/pypi/Flask-OpenID";
+license=("BSD")
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz";)
+md5sums=('4ee3c1de53d27f4a8491afda1d67c665')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-openid() {
+depends=('python2-flask' 'python2-openid')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-openid() {
+depends=('python-flask' 'python-openid')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+


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


[arch-commits] Commit in python-flask-oldsessions (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:58:03
  Author: arojas
Revision: 124318

archrelease: copy trunk to community-any

Added:
  python-flask-oldsessions/repos/
  python-flask-oldsessions/repos/community-any/
  python-flask-oldsessions/repos/community-any/PKGBUILD
(from rev 124317, python-flask-oldsessions/trunk/PKGBUILD)

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

Copied: python-flask-oldsessions/repos/community-any/PKGBUILD (from rev 124317, 
python-flask-oldsessions/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-21 15:58:03 UTC (rev 124318)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=('python-flask-oldsessions' 'python2-flask-oldsessions')
+pkgver=0.10
+pkgrel=1
+pkgdesc='Provides a session class that works like the one in Flask before 0.10'
+url='https://github.com/mitsuhiko/flask-oldsessions'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/mitsuhiko/flask-oldsessions/archive/$pkgver.tar.gz";)
+sha256sums=('056e16cbe89187dc5c5fff019aa20c60daec32be2334848f4b813ce51e6701fb')
+
+prepare() {
+  cp -r "flask-oldsessions-$pkgver" "python-flask-oldsessions-$pkgver"
+  cp -r "flask-oldsessions-$pkgver" "python2-flask-oldsessions-$pkgver"
+}
+
+build_python-flask-oldsessions() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-flask-oldsessions() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package_python-flask-oldsessions() {
+  depends=('python-flask')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask-oldsessions() {
+  depends=('python2-flask')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:57:31
  Author: arojas
Revision: 124317

Sage notebook dependency

Added:
  python-flask-oldsessions/
  python-flask-oldsessions/trunk/
  python-flask-oldsessions/trunk/PKGBUILD

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

Added: python-flask-oldsessions/trunk/PKGBUILD
===
--- python-flask-oldsessions/trunk/PKGBUILD (rev 0)
+++ python-flask-oldsessions/trunk/PKGBUILD 2014-12-21 15:57:31 UTC (rev 
124317)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=('python-flask-oldsessions' 'python2-flask-oldsessions')
+pkgver=0.10
+pkgrel=1
+pkgdesc='Provides a session class that works like the one in Flask before 0.10'
+url='https://github.com/mitsuhiko/flask-oldsessions'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/mitsuhiko/flask-oldsessions/archive/$pkgver.tar.gz";)
+sha256sums=('056e16cbe89187dc5c5fff019aa20c60daec32be2334848f4b813ce51e6701fb')
+
+prepare() {
+  cp -r "flask-oldsessions-$pkgver" "python-flask-oldsessions-$pkgver"
+  cp -r "flask-oldsessions-$pkgver" "python2-flask-oldsessions-$pkgver"
+}
+
+build_python-flask-oldsessions() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-flask-oldsessions() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package_python-flask-oldsessions() {
+  depends=('python-flask')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask-oldsessions() {
+  depends=('python2-flask')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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


[arch-commits] Commit in python-flask-silk (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:50:24
  Author: arojas
Revision: 124316

archrelease: copy trunk to community-any

Added:
  python-flask-silk/repos/
  python-flask-silk/repos/community-any/
  python-flask-silk/repos/community-any/PKGBUILD
(from rev 124315, python-flask-silk/trunk/PKGBUILD)

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

Copied: python-flask-silk/repos/community-any/PKGBUILD (from rev 124315, 
python-flask-silk/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-21 15:50:24 UTC (rev 124316)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_pipname=Flask-Silk
+pkgbase=python-flask-silk
+pkgname=('python-flask-silk' 'python2-flask-silk')
+pkgver=0.2
+pkgrel=1
+pkgdesc='Adds silk icons to your Flask application or blueprint, or extension'
+url='https://pythonhosted.org/Flask-Silk/index.html'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/F/Flask-Silk/Flask-Silk-$pkgver.tar.gz";)
+sha256sums=('80a21faf09fe257443a4fbbf8cd3f6c793c567c87ff784751a1c38d2e18b5fbe')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-silk() {
+depends=('python2-flask')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-silk() {
+depends=('python-flask')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:50:11
  Author: heftig
Revision: 227899

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:49:29 UTC (rev 227898)
+++ extra-i686/PKGBUILD 2014-12-21 15:50:11 UTC (rev 227899)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-pkgname=orc
-pkgver=0.4.22
-pkgrel=2
-pkgdesc="The Oild Runtime Compiler"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://code.entropywave.com/projects/orc/";
-depends=('glibc')
-makedepends=('valgrind')
-source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
-md5sums=('eecd4788688a95aae97adf1125585cbf')
-
-build () {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static
-make
-}
-
-check() {
-cd $pkgname-$pkgver
-make check || [[ $CARCH == i686 ]]
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: orc/repos/extra-i686/PKGBUILD (from rev 227898, orc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:50:11 UTC (rev 227899)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=orc
+pkgver=0.4.23
+pkgrel=1
+pkgdesc="The Oild Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/";
+depends=('glibc')
+makedepends=('valgrind')
+source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
+md5sums=('72e0612ace54d77aa2f7a006348ee81a')
+
+build () {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check || [[ $CARCH == i686 ]]
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:49:29 UTC (rev 227898)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:50:11 UTC (rev 227899)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-pkgname=orc
-pkgver=0.4.22
-pkgrel=2
-pkgdesc="The Oild Runtime Compiler"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://code.entropywave.com/projects/orc/";
-depends=('glibc')
-makedepends=('valgrind')
-source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
-md5sums=('eecd4788688a95aae97adf1125585cbf')
-
-build () {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --disable-static
-make
-}
-
-check() {
-cd $pkgname-$pkgver
-make check || [[ $CARCH == i686 ]]
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: orc/repos/extra-x86_64/PKGBUILD (from rev 227898, orc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:50:11 UTC (rev 227899)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru 
+pkgname=orc
+pkgver=0.4.23
+pkgrel=1
+pkgdesc="The Oild Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/";
+depends=('glibc')
+makedepends=('valgrind')
+source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
+md5sums=('72e0612ace54d77aa2f7a006348ee81a')
+
+build () {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --disable-static
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check || [[ $CARCH == i686 ]]
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:49:29
  Author: heftig
Revision: 227898

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:49:01 UTC (rev 227897)
+++ extra-i686/PKGBUILD 2014-12-21 15:49:29 UTC (rev 227898)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Gstreamer libav Plugin"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2ec7285e5ec6731963b0955487cceb9eb04e285ca682f3ef575996c068cde8aa')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
---with-package-name="GStreamer libav Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 227897, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:49:29 UTC (rev 227898)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:49:01 UTC (rev 227897)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:49:29 UTC (rev 227898)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-libav
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Gstreamer libav Plugin"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=("gst-ffmpeg=$pkgver-$pkgrel")
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2ec7285e5ec6731963b0955487cceb9eb04e285ca682f3ef575996c068cde8aa')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
---with-package-name="GStreamer libav Plugin (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 227897, 
gst-libav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:49:29 UTC (rev 227898)

[arch-commits] Commit in (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:49:53
  Author: arojas
Revision: 124315

Sage notebook dependency

Added:
  python-flask-silk/
  python-flask-silk/trunk/
  python-flask-silk/trunk/PKGBUILD

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

Added: python-flask-silk/trunk/PKGBUILD
===
--- python-flask-silk/trunk/PKGBUILD(rev 0)
+++ python-flask-silk/trunk/PKGBUILD2014-12-21 15:49:53 UTC (rev 124315)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+_pipname=Flask-Silk
+pkgbase=python-flask-silk
+pkgname=('python-flask-silk' 'python2-flask-silk')
+pkgver=0.2
+pkgrel=1
+pkgdesc='Adds silk icons to your Flask application or blueprint, or extension'
+url='https://pythonhosted.org/Flask-Silk/index.html'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/F/Flask-Silk/Flask-Silk-$pkgver.tar.gz";)
+sha256sums=('80a21faf09fe257443a4fbbf8cd3f6c793c567c87ff784751a1c38d2e18b5fbe')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-silk() {
+depends=('python2-flask')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-silk() {
+depends=('python-flask')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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


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

2014-12-21 Thread Lukas Fleischer
Date: Sunday, December 21, 2014 @ 16:49:01
  Author: lfleischer
Revision: 227897

archrelease: copy trunk to extra-any

Added:
  translate-toolkit/repos/extra-any/PKGBUILD
(from rev 227896, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 15:48:53 UTC (rev 227896)
+++ PKGBUILD2014-12-21 15:49:01 UTC (rev 227897)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=1.11.0
-pkgrel=2
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="http://translate.sourceforge.net/wiki/toolkit/index";
-license=('GPL')
-depends=('bash' 'python2-lxml')
-optdepends=('python2-iniparse: to use ini2po script')
-source=("http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('69c5df09b83fdbf448c3446b6cf22098')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
--e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
--e "s|/usr/bin/python2.4|/usr/bin/python2|" \
-$(find . -name '*.py')
-
-  python2 -s setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}"/usr/lib/python2.7/site-packages/{docs,share} 
"${pkgdir}"/usr/lib/python2.7/site-packages/translate
-  python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/translate
-}

Copied: translate-toolkit/repos/extra-any/PKGBUILD (from rev 227896, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 15:49:01 UTC (rev 227897)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="http://translate.sourceforge.net/wiki/toolkit/index";
+license=('GPL')
+depends=('bash' 'python2-lxml' 'python2-six')
+makedepends=('python2-setuptools')
+optdepends=('python2-iniparse: to use ini2po script')
+source=("http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('dfaff8943930b3f856c3abc3d2374a71')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+-e "s|/usr/bin/python2.4|/usr/bin/python2|" \
+$(find . -name '*.py')
+
+  python2 -s setup.py install --root="${pkgdir}" --optimize=1
+  python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/translate
+}


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

2014-12-21 Thread Lukas Fleischer
Date: Sunday, December 21, 2014 @ 16:48:53
  Author: lfleischer
Revision: 227896

upgpkg: translate-toolkit 1.12.0-1

Upstream update.

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:47:21 UTC (rev 227895)
+++ PKGBUILD2014-12-21 15:48:53 UTC (rev 227896)
@@ -1,22 +1,25 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
 # Contributor: Jaroslav Lichtblau 
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
 url="http://translate.sourceforge.net/wiki/toolkit/index";
 license=('GPL')
-depends=('bash' 'python2-lxml')
+depends=('bash' 'python2-lxml' 'python2-six')
+makedepends=('python2-setuptools')
 optdepends=('python2-iniparse: to use ini2po script')
 
source=("http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('69c5df09b83fdbf448c3446b6cf22098')
+md5sums=('dfaff8943930b3f856c3abc3d2374a71')
 
 package() {
   cd ${pkgname}-${pkgver}
+
   sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
 -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
 -e "s|/usr/bin/python2.4|/usr/bin/python2|" \
@@ -23,6 +26,5 @@
 $(find . -name '*.py')
 
   python2 -s setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}"/usr/lib/python2.7/site-packages/{docs,share} 
"${pkgdir}"/usr/lib/python2.7/site-packages/translate
   python2 -m compileall "${pkgdir}"/usr/lib/python2.7/site-packages/translate
 }


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:47:21
  Author: heftig
Revision: 227895

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 227894, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 227894, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:46:34 UTC (rev 227894)
+++ extra-i686/PKGBUILD 2014-12-21 15:47:21 UTC (rev 227895)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('afe2300130aaba910b8d5fab8d1fdf8b001ff4893ec1ac57b5d8766836cd81e9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 227894, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:47:21 UTC (rev 227895)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
+makedepends=('python' 'gtk-doc' 'x264')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:46:34 UTC (rev 227894)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:47:21 UTC (rev 227895)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-ugly
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('afe2300130aaba910b8d5fab8d1fdf8b001ff4893ec1ac57b5d8766836cd81e9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 227894, 
gst-plugins-ugly/trunk/PKGBUILD)
==

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:46:34
  Author: heftig
Revision: 227894

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 227893, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 227893, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:45:09 UTC (rev 227893)
+++ extra-i686/PKGBUILD 2014-12-21 15:46:34 UTC (rev 227894)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e41b36105c0a13a2cb1ff9f559714e839b82dc3841484cd664790fb7947e55c7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Bad Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---with-gtk=3.0
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 227893, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:46:34 UTC (rev 227894)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:45:09 UTC (rev 227893)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:46:34 UTC (rev 227894)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Bad Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'flu

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:45:09
  Author: heftig
Revision: 227893

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 227892, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 227892, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:43:52 UTC (rev 227892)
+++ extra-i686/PKGBUILD 2014-12-21 15:45:09 UTC (rev 227893)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 227892, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:45:09 UTC (rev 227893)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:43:52 UTC (rev 227892)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:45:09 UTC (rev 227893)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gst-plugins-good
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name="GStreamer Good Plugins (Arch Li

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:43:52
  Author: heftig
Revision: 227892

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 227891, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 227891, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:42:31 UTC (rev 227891)
+++ extra-i686/PKGBUILD 2014-12-21 15:43:52 UTC (rev 227892)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
-options=(!emptydirs)
-url="http://gstreamer.freedesktop.org/";
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('49cd9e8f23c416b1607b43837a09833fa03e0106929d81ead2ddfde6c0ade44b')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" install
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 227891, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:43:52 UTC (rev 227892)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
+options=(!emptydirs)
+url="http://gstreamer.freedesktop.org/";
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:42:31 UTC (rev 227891)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:43:52 UTC (rev 227892)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugi

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

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:42:31
  Author: arojas
Revision: 124314

Proper dep names

Modified:
  python-flask-autoindex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:39:03 UTC (rev 124313)
+++ PKGBUILD2014-12-21 15:42:31 UTC (rev 124314)
@@ -10,7 +10,7 @@
 arch=('any')
 url="http://packages.python.org/Flask-AutoIndex/";
 license=('BSD')
-makedepends=('python2-distribute' 'python2-flask' 'python-distribute' 
'python-flask')
+makedepends=('python2-setuptools' 'python2-flask' 'python-setuptools' 
'python-flask')
 
source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-0.5.tar.gz";)
 md5sums=('24984602365704737468bb4d2586a739')
 


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:42:31
  Author: heftig
Revision: 227891

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:41:08 UTC (rev 227890)
+++ extra-i686/PKGBUILD 2014-12-21 15:42:31 UTC (rev 227891)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237')
-
-build() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 227890, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:42:31 UTC (rev 227891)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('40801aa7f979024526258a0e94707ba42b8ab6f7d2206e56adbc4433155cb0ae')
+
+build() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:41:08 UTC (rev 227890)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:42:31 UTC (rev 227891)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gstreamer
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237')
-
-build() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/"; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 227890, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:42:31 UTC (rev 227891)
@@ -0,0 +1,38 @@
+

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:41:08
  Author: heftig
Revision: 227890

0.4.23

Modified:
  orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:40:40 UTC (rev 227889)
+++ PKGBUILD2014-12-21 15:41:08 UTC (rev 227890)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru 
 pkgname=orc
-pkgver=0.4.22
-pkgrel=2
+pkgver=0.4.23
+pkgrel=1
 pkgdesc="The Oild Runtime Compiler"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('valgrind')
 source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
-md5sums=('eecd4788688a95aae97adf1125585cbf')
+md5sums=('72e0612ace54d77aa2f7a006348ee81a')
 
 build () {
 cd $pkgname-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:40:40
  Author: heftig
Revision: 227889

1.4.5

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:40:14 UTC (rev 227888)
+++ PKGBUILD2014-12-21 15:40:40 UTC (rev 227889)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2ec7285e5ec6731963b0955487cceb9eb04e285ca682f3ef575996c068cde8aa')
+sha256sums=('605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc')
 
 prepare() {
   cd $pkgname-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:40:14
  Author: heftig
Revision: 227888

1.4.5

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:39:18 UTC (rev 227887)
+++ PKGBUILD2014-12-21 15:40:14 UTC (rev 227888)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('python' 'gtk-doc' 'x264')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('afe2300130aaba910b8d5fab8d1fdf8b001ff4893ec1ac57b5d8766836cd81e9')
+sha256sums=('5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in python-flask-autoindex (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:39:03
  Author: arojas
Revision: 124313

archrelease: copy trunk to community-any

Added:
  python-flask-autoindex/repos/
  python-flask-autoindex/repos/community-any/
  python-flask-autoindex/repos/community-any/PKGBUILD
(from rev 124312, python-flask-autoindex/trunk/PKGBUILD)

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

Copied: python-flask-autoindex/repos/community-any/PKGBUILD (from rev 124312, 
python-flask-autoindex/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-21 15:39:03 UTC (rev 124313)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Moritz Lipp 
+
+_pipname=Flask-AutoIndex
+pkgbase=python-flask-autoindex
+pkgname=(python2-flask-autoindex python-flask-autoindex)
+pkgver=0.5
+pkgrel=1
+pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
+arch=('any')
+url="http://packages.python.org/Flask-AutoIndex/";
+license=('BSD')
+makedepends=('python2-distribute' 'python2-flask' 'python-distribute' 
'python-flask')
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-0.5.tar.gz";)
+md5sums=('24984602365704737468bb4d2586a739')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-autoindex() {
+depends=('python2-flask')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-autoindex() {
+depends=('python-flask')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:39:18
  Author: heftig
Revision: 227887

1.4.5

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:32:33 UTC (rev 227886)
+++ PKGBUILD2014-12-21 15:39:18 UTC (rev 227887)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-bad
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
  'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e41b36105c0a13a2cb1ff9f559714e839b82dc3841484cd664790fb7947e55c7')
+sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:38:32
  Author: arojas
Revision: 124312

Sage notebook dependency

Added:
  python-flask-autoindex/
  python-flask-autoindex/trunk/
  python-flask-autoindex/trunk/PKGBUILD

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

Added: python-flask-autoindex/trunk/PKGBUILD
===
--- python-flask-autoindex/trunk/PKGBUILD   (rev 0)
+++ python-flask-autoindex/trunk/PKGBUILD   2014-12-21 15:38:32 UTC (rev 
124312)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Moritz Lipp 
+
+_pipname=Flask-AutoIndex
+pkgbase=python-flask-autoindex
+pkgname=(python2-flask-autoindex python-flask-autoindex)
+pkgver=0.5
+pkgrel=1
+pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
+arch=('any')
+url="http://packages.python.org/Flask-AutoIndex/";
+license=('BSD')
+makedepends=('python2-distribute' 'python2-flask' 'python-distribute' 
'python-flask')
+source=("https://pypi.python.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-0.5.tar.gz";)
+md5sums=('24984602365704737468bb4d2586a739')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-flask-autoindex() {
+depends=('python2-flask')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-flask-autoindex() {
+depends=('python-flask')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+


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


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:32:29
  Author: heftig
Revision: 227885

1.4.5

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:29:47 UTC (rev 227884)
+++ PKGBUILD2014-12-21 15:32:29 UTC (rev 227885)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('49cd9e8f23c416b1607b43837a09833fa03e0106929d81ead2ddfde6c0ade44b')
+sha256sums=('77bd8199e7a312d3d71de9b7ddf761a3b78560a2c2a80829d0815ca39cbd551d')
 
 build() {
   cd $pkgbase-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:32:33
  Author: heftig
Revision: 227886

1.4.5

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:32:29 UTC (rev 227885)
+++ PKGBUILD2014-12-21 15:32:33 UTC (rev 227886)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-good
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277')
+sha256sums=('79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:29:47
  Author: heftig
Revision: 227884

1.4.5

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:28:08 UTC (rev 227883)
+++ PKGBUILD2014-12-21 15:29:47 UTC (rev 227884)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gstreamer
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237')
+sha256sums=('40801aa7f979024526258a0e94707ba42b8ab6f7d2206e56adbc4433155cb0ae')
 
 build() {
   cd "${srcdir}/gstreamer-${pkgver}"


[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (4 files)

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:28:08
  Author: heftig
Revision: 227883

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 227882, gnome-shell-extensions/trunk/PKGBUILD)
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install
(from rev 227882, 
gnome-shell-extensions/trunk/gnome-shell-extensions.install)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install

+
 PKGBUILD   |   56 +++
 gnome-shell-extensions.install |   22 +++
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 15:27:30 UTC (rev 227882)
+++ PKGBUILD2014-12-21 15:28:08 UTC (rev 227883)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-shell-extensions
-pkgver=3.14.2
-pkgrel=1
-pkgdesc="Extensions for GNOME shell, including classic mode"
-arch=(any)
-url="http://live.gnome.org/GnomeShell/Extensions";
-license=(GPL2)
-depends=(gnome-shell libgtop)
-makedepends=(intltool)
-optdepends=('nautilus: gnome-classic session')
-install=gnome-shell-extensions.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf0bf033d9ddd62ff005f55c2917b49df0719132df9c081e8d7e27c571819135')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 227882, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 15:28:08 UTC (rev 227883)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-shell-extensions
+pkgver=3.14.3
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+arch=(any)
+url="http://live.gnome.org/GnomeShell/Extensions";
+license=(GPL2)
+depends=(gnome-shell libgtop)
+makedepends=(intltool)
+optdepends=('nautilus: gnome-classic session')
+install=gnome-shell-extensions.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('183477b54b0aff78ead7bbd2aa0ab813544f65d04546d81ace858662a8810a2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-shell-extensions.install
===
--- gnome-shell-extensions.install  2014-12-21 15:27:30 UTC (rev 227882)
+++ gnome-shell-extensions.install  2014-12-21 15:28:08 UTC (rev 227883)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install 
(from rev 227882, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
===
--- gnome-shell-extensions.install  (rev 0)
+++ gnome-shell-extensions.install  2014-12-21 15:28:08 UTC (rev 227883)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:27:30
  Author: heftig
Revision: 227882

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 227881, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 227881, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 227881, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 227881, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 227881, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 227881, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  104 +
 /gnome-shell.install |   38 +
 /nm-libexecdir.patch |   24 
 extra-i686/PKGBUILD  |   52 --
 extra-i686/gnome-shell.install   |   19 --
 extra-i686/nm-libexecdir.patch   |   12 
 extra-x86_64/PKGBUILD|   52 --
 extra-x86_64/gnome-shell.install |   19 --
 extra-x86_64/nm-libexecdir.patch |   12 
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:26:21 UTC (rev 227881)
+++ extra-i686/PKGBUILD 2014-12-21 15:27:30 UTC (rev 227882)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab http://live.gnome.org/GnomeShell";
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip gstreamer)
-makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('4166656cac98da9b2fbd5c315ca1c4f34e06f1f5423ae058831ceb51ea5deda1'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Must exist; FS#37412
-  mkdir -p "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 227881, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:27:30 UTC (rev 227882)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab http://live.gnome.org/GnomeShell";
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip gstreamer)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+nm-libexecdir.patch)
+sha256sums=('fb44484efb94af4d90189127136a82b2cc1afed93e24834165ae550b58b539d6'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#30747 FS#32730 Problems due to libexecdir different from NM
+  patch -Np1 -i ../nm-libexecdir.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/py

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:26:21
  Author: heftig
Revision: 227881

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

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

-+
 /PKGBUILD   |   78 ++
 /mutter.install |   38 
 extra-i686/PKGBUILD |   39 -
 extra-i686/mutter.install   |   19 --
 extra-x86_64/PKGBUILD   |   39 -
 extra-x86_64/mutter.install |   19 --
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:24:57 UTC (rev 227880)
+++ extra-i686/PKGBUILD 2014-12-21 15:26:21 UTC (rev 227881)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.14.2
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
-makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
-conflicts=('mutter-wayland')
-replaces=('mutter-wayland')
-url="http://www.gnome.org";
-groups=('gnome')
-options=('!emptydirs')
-install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa434c1bfdaf4159ecc2bab2911f7e7b21d64779494ffa5aa4f065b06492373f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/mutter \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 227880, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:26:21 UTC (rev 227881)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.14.3
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
+makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url="http://www.gnome.org";
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b23a2d31980d9de8e92ef940e6f63e3ac0f6446e2afc69ecbc80163f6af3a23')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/mutter.install
===
--- extra-i686/mutter.install   2014-12-21 15:24:57 UTC (rev 227880)
+++ extra-i686/mutter.install   2014-12-21 15:26:21 UTC (rev 227881)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-/usr/sbin/gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mutter/repos/extra-i686/mutter.install (from rev 227880, 
mutter/trunk/mutter.install)
===
--- extra-i686/mutter.install   (rev 0)
+++ extra-i686/mutter.install   2014-12-21 15:26:21 UTC (rev 227881)
@@ -0,0 +1,19

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:24:57
  Author: heftig
Revision: 227880

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 227879, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 227879, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:24:04 UTC (rev 227879)
+++ extra-i686/PKGBUILD 2014-12-21 15:24:57 UTC (rev 227880)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.12.8
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://wiki.gnome.org/Apps/Evolution/EWS";
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('808783683bef9fd0c41b0c27f94669418c95ebf7bc62120e10f674f1f2f686b5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 227879, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:24:57 UTC (rev 227880)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.12.9
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f2b5325edb137a6384f05ac1e57e82044f55da380ada9843a42e6fb34855ba96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:24:04 UTC (rev 227879)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:24:57 UTC (rev 227880)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.12.8
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="https://wiki.gnome.org/Apps/Evolution/EWS";
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('808783683bef9fd0c41b0c27f94669418c95ebf7bc62120e10f674f1f2f686b5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 227879, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:24:57 UTC (rev 227880)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.12.9
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f2b5325edb137a6384f05ac1e57e82044f55da380ada9843a42e6fb34855ba96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:24:04
  Author: heftig
Revision: 227879

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

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

+
 /PKGBUILD  |  132 +++
 /evolution.install |   38 +++
 extra-i686/PKGBUILD|   66 ---
 extra-i686/evolution.install   |   19 -
 extra-x86_64/PKGBUILD  |   66 ---
 extra-x86_64/evolution.install |   19 -
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:22:18 UTC (rev 227878)
+++ extra-i686/PKGBUILD 2014-12-21 15:24:04 UTC (rev 227879)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.12.8
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server gtkhtml4 libcanberra 
libpst libytnef psmisc desktop-file-utils hicolor-icon-theme dconf gtkspell3)
-options=('!emptydirs')
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6a6996ed350e2bc09ecb63befdbc9cfbd9d1097e0ff77033e9bafd1f7b5a6414')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile
-  
-  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_evolution() {
-  depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
-   desktop-file-utils hicolor-icon-theme dconf gtkspell3)
-  install=evolution.install
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=('gnome-extra')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so" 
../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-
-
-}
-
-
-package_evolution-bogofilter() {
-  depends=("evolution=$pkgver" 'bogofilter')
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/3.12/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  depends=("evolution=$pkgver" 'spamassassin')
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/3.12/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 227878, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:24:04 UTC (rev 227879)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
+pkgver=3.12.9
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight gnome-desktop evolution-data-server gtkhtml4 libcanberra 
libpst libytnef psmisc desktop-file-utils hicolor-icon-theme dconf gtkspell3)
+op

[arch-commits] Commit in gnome-shell-extensions/trunk (PKGBUILD)

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:22:18
  Author: heftig
Revision: 227878

3.14.3

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:21:28 UTC (rev 227877)
+++ PKGBUILD2014-12-21 15:22:18 UTC (rev 227878)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-shell-extensions
-pkgver=3.14.2
+pkgver=3.14.3
 pkgrel=1
 pkgdesc="Extensions for GNOME shell, including classic mode"
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-shell-extensions.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf0bf033d9ddd62ff005f55c2917b49df0719132df9c081e8d7e27c571819135')
+sha256sums=('183477b54b0aff78ead7bbd2aa0ab813544f65d04546d81ace858662a8810a2e')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:21:28
  Author: heftig
Revision: 227877

3.14.3

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:19:13 UTC (rev 227876)
+++ PKGBUILD2014-12-21 15:21:28 UTC (rev 227877)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 nm-libexecdir.patch)
-sha256sums=('4166656cac98da9b2fbd5c315ca1c4f34e06f1f5423ae058831ceb51ea5deda1'
+sha256sums=('fb44484efb94af4d90189127136a82b2cc1afed93e24834165ae550b58b539d6'
 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
 
 prepare() {


[arch-commits] Commit in evolution-data-server/repos (8 files)

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:19:13
  Author: heftig
Revision: 227876

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 227874, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 227874, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 227875, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 227875, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   72 +++
 /evolution-data-server.install |   22 
 extra-i686/PKGBUILD|   36 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:19:05 UTC (rev 227875)
+++ extra-i686/PKGBUILD 2014-12-21 15:19:13 UTC (rev 227876)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.12.8
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-install=$pkgname.install
-url="https://wiki.gnome.org/Apps/Evolution";
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06fb4b9a1137b77a53e94eb69e4aeedd8f92d1bd1cfa0175f607660dd3b30818')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
- 
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-
-  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
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 227874, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:19:13 UTC (rev 227876)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.12.9
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution";
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2f6cb7fe315cdc20938e08e2c724fe9364d9a72801a41b05f77367b6790aaee0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+ 
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+
+  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
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2014-12-21 15:19:05 UTC (rev 
227875)
+++ extra-i686/evolution-data-server.install2014-12-21 15:19:13 UTC (rev 
227876)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: evolution-data-server/repos/extra-i686/ev

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:19:05
  Author: heftig
Revision: 227875

3.14.3

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:16:48 UTC (rev 227874)
+++ PKGBUILD2014-12-21 15:19:05 UTC (rev 227875)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.14.2
+pkgver=3.14.3
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa434c1bfdaf4159ecc2bab2911f7e7b21d64779494ffa5aa4f065b06492373f')
+sha256sums=('0b23a2d31980d9de8e92ef940e6f63e3ac0f6446e2afc69ecbc80163f6af3a23')
 
 build() {
   cd "$pkgname-$pkgver"


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:16:48
  Author: heftig
Revision: 227874

3.12.9

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:15:27 UTC (rev 227873)
+++ PKGBUILD2014-12-21 15:16:48 UTC (rev 227874)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.12.8
+pkgver=3.12.9
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('808783683bef9fd0c41b0c27f94669418c95ebf7bc62120e10f674f1f2f686b5')
+sha256sums=('f2b5325edb137a6384f05ac1e57e82044f55da380ada9843a42e6fb34855ba96')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:15:27
  Author: heftig
Revision: 227873

3.12.9

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:07:49 UTC (rev 227872)
+++ PKGBUILD2014-12-21 15:15:27 UTC (rev 227873)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=('evolution' 'evolution-bogofilter' 'evolution-spamassassin')
-pkgver=3.12.8
+pkgver=3.12.9
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/Evolution
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6a6996ed350e2bc09ecb63befdbc9cfbd9d1097e0ff77033e9bafd1f7b5a6414')
+sha256sums=('923e6a1e1732ddbb3bd9fe60d5fcfc3b9c1d6ee38b20885f1d243096e6275bf6')
 
 build() {
   cd $pkgbase-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:07:49
  Author: heftig
Revision: 227872

3.12.9

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:05:11 UTC (rev 227871)
+++ PKGBUILD2014-12-21 15:07:49 UTC (rev 227872)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.12.8
+pkgver=3.12.9
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url="https://wiki.gnome.org/Apps/Evolution";
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06fb4b9a1137b77a53e94eb69e4aeedd8f92d1bd1cfa0175f607660dd3b30818')
+sha256sums=('2f6cb7fe315cdc20938e08e2c724fe9364d9a72801a41b05f77367b6790aaee0')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:05:11
  Author: heftig
Revision: 227871

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

Added:
  perl-compress-bzip2/repos/extra-i686/PKGBUILD
(from rev 227870, perl-compress-bzip2/trunk/PKGBUILD)
  perl-compress-bzip2/repos/extra-x86_64/PKGBUILD
(from rev 227870, perl-compress-bzip2/trunk/PKGBUILD)
Deleted:
  perl-compress-bzip2/repos/extra-i686/PKGBUILD
  perl-compress-bzip2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:04:28 UTC (rev 227870)
+++ extra-i686/PKGBUILD 2014-12-21 15:05:11 UTC (rev 227871)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=perl-compress-bzip2
-_realname=Compress-Bzip2
-pkgver=2.17
-pkgrel=2
-pkgdesc="Interface to Bzip2 compression library"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(perl bzip2)
-url="http://search.cpan.org/dist/Compress-Bzip2";
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
-md5sums=('d8b809f6efe3edb33f81d608c932b2ef')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-compress-bzip2/repos/extra-i686/PKGBUILD (from rev 227870, 
perl-compress-bzip2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:05:11 UTC (rev 227871)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.19
+pkgrel=1
+pkgdesc="Interface to Bzip2 compression library"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url="http://search.cpan.org/dist/Compress-Bzip2";
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
+md5sums=('dd4ebb4e88a50cc9a85e282618fdf88f')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 15:04:28 UTC (rev 227870)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:05:11 UTC (rev 227871)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=perl-compress-bzip2
-_realname=Compress-Bzip2
-pkgver=2.17
-pkgrel=2
-pkgdesc="Interface to Bzip2 compression library"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(perl bzip2)
-url="http://search.cpan.org/dist/Compress-Bzip2";
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
-md5sums=('d8b809f6efe3edb33f81d608c932b2ef')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-compress-bzip2/repos/extra-x86_64/PKGBUILD (from rev 227870, 
perl-compress-bzip2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-21 15:05:11 UTC (rev 227871)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=perl-compress-bzip2
+_realname=Compress-Bzip2
+pkgver=2.19
+pkgrel=1
+pkgdesc="Interface to Bzip2 compression library"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(perl bzip2)
+url="http://search.cpan.org/dist/Compress-Bzip2";
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
+md5sums=('dd4ebb4e88a50cc9a85e282618fdf88f')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:04:28
  Author: heftig
Revision: 227870

2.19

Modified:
  perl-compress-bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:04:03 UTC (rev 227869)
+++ PKGBUILD2014-12-21 15:04:28 UTC (rev 227870)
@@ -3,8 +3,8 @@
 
 pkgname=perl-compress-bzip2
 _realname=Compress-Bzip2
-pkgver=2.17
-pkgrel=2
+pkgver=2.19
+pkgrel=1
 pkgdesc="Interface to Bzip2 compression library"
 arch=(i686 x86_64)
 license=(GPL2)
@@ -12,7 +12,7 @@
 url="http://search.cpan.org/dist/Compress-Bzip2";
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/$_realname-$pkgver.tar.gz";)
-md5sums=('d8b809f6efe3edb33f81d608c932b2ef')
+md5sums=('dd4ebb4e88a50cc9a85e282618fdf88f')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:04:03
  Author: heftig
Revision: 227869

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

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

-+
 /PKGBUILD   |   76 ++
 /colord.install |   34 ++
 extra-i686/PKGBUILD |   35 ---
 extra-i686/colord.install   |   17 -
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/colord.install |   17 -
 6 files changed, 110 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:03:10 UTC (rev 227868)
+++ extra-i686/PKGBUILD 2014-12-21 15:04:03 UTC (rev 227869)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=colord
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="System daemon for managing color devices"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/software/colord";
-license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
-optdepends=('sane: scanner support')
-replaces=('shared-color-profiles')
-install=colord.install
-source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('5f672b2c8b9c00e4a1ca01c2c626e5c68f157725'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --with-daemon-user=colord
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 227868, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:04:03 UTC (rev 227869)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=colord
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/colord";
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
+ argyllcms)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=('shared-color-profiles')
+install=colord.install
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
+sha1sums=('fee7271a9acfd6c7e78c0820407d574d5172c40c'
+  'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --with-daemon-user=colord
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2014-12-21 15:03:10 UTC (rev 227868)
+++ extra-i686/colord.install   2014-12-21 15:04:03 UTC (rev 227869)
@@ -1,17 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent group colord >/dev/null || groupadd -g 124 colord
-getent passwd colord >/dev/null || useradd -d /var/lib/colord -u 124 -g 
colord -s /bin/false colord
-chown colord:colord /var/lib/colord
-chown colord:colord /var/lib/colord/*.db 2>/dev/null || return 0
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-getent passwd colord >/dev/null && userdel colord
-getent group colord >/dev/null && groupdel colord
-}

Copied: colord/repos/extra-i686/colord.install (from rev 227868, 
colord/trunk/colord.install)
===
--- extra-i686/colord.install   (rev 0)
+++ extra-i686/colord.install   2014-12-21 15:04:03 UTC (rev 227869)
@@ -0,0 +1,17 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas

[arch-commits] Commit in python-webassets (.AURINFO)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 16:03:17
  Author: arojas
Revision: 124311

Remove AURINFO

Deleted:
  python-webassets/.AURINFO

--+
 .AURINFO |   16 
 1 file changed, 16 deletions(-)

Deleted: .AURINFO
===
--- .AURINFO2014-12-21 14:57:35 UTC (rev 124310)
+++ .AURINFO2014-12-21 15:03:17 UTC (rev 124311)
@@ -1,16 +0,0 @@
-pkgbase = python2-webassets
-   pkgdesc = Media asset management for Python, with glue code for various 
web frameworks.
-   pkgver = 0.10.1
-   pkgrel = 1
-   url = http://github.com/miracle2k/webassets/
-   arch = any
-   license = BSD
-   depends = python2
-   depends = python2-django
-   optdepends = python2-pillow: support for image manipulation
-   optdepends = python2-nose: required to run tests
-   optdepends = python2-mock: required to run tests
-   source = 
http://pypi.python.org/packages/source/w/webassets/webassets-0.10.1.tar.gz
-
-pkgname = python2-webassets
-


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:03:10
  Author: heftig
Revision: 227868

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

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

--+
 /PKGBUILD|  152 +
 /tracker.install |   26 +++
 extra-i686/PKGBUILD  |   76 
 extra-i686/tracker.install   |   13 ---
 extra-x86_64/PKGBUILD|   76 
 extra-x86_64/tracker.install |   13 ---
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 15:01:44 UTC (rev 227867)
+++ extra-i686/PKGBUILD 2014-12-21 15:03:10 UTC (rev 227868)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="All-in-one indexer, search tool and metadata database"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libgee libsecret upower libexif exempi
- poppler-glib libgsf icu enca networkmanager gtk3
- desktop-file-utils hicolor-icon-theme gobject-introspection
- intltool giflib gst-plugins-base-libs totem-plparser
- taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2)
-url="http://www.gnome.org";
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('438efa29ea1ff7546321d2eb0f7f9edc83c74be24a9d8bef4f993be243647bb7')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-unit-tests \
---enable-libflac \
---enable-libvorbis
-
-  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_tracker() {
-  depends=("libtracker-sparql=$pkgver-$pkgrel" libgee libsecret
-   upower libexif exempi poppler-glib libgsf enca
-   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart)
-  optdepends=('giflib: extractor for GIF data'
-  'gst-plugins-base-libs: video extractor'
-  'totem-plparser: playlist support'
-  'libvorbis: Vorbis metadata extractor'
-  'flac: FLAC metadata extractor'
-  'taglib: writeback for audio files'
-  "nautilus: edit files' tracker tags"
-  'libgxps: XPS extractor')
-  groups=('gnome')
-  install=tracker.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  for dir in libtracker-{sparql,common,data,sparql-backend}; do
-make DESTDIR="$pkgdir" -C src/$dir uninstall
-  done
-
-  rm -f "$pkgdir"/usr/lib/pkgconfig/tracker-sparql-*.pc
-}
-
-package_libtracker-sparql() {
-  pkgdesc="$pkgdesc (SPARQL library)"
-  depends=(sqlite icu glib2 libffi pcre util-linux)
-
-  cd $pkgbase-$pkgver/src
-  for dir in libtracker-{sparql,common,data,sparql-backend}; do
-make DESTDIR="$pkgdir" -C $dir install
-  done
-
-  install -m755 -d "$pkgdir"/usr/lib/pkgconfig
-  install -m644 ../data/tracker-sparql-*.pc "$pkgdir"/usr/lib/pkgconfig/
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 227867, 
tracker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 15:03:10 UTC (rev 227868)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gst-plugins-base-libs totem-plparser
+ taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2)
+url="http:

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:01:44
  Author: heftig
Revision: 227867

1.2.7

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 15:01:02 UTC (rev 227866)
+++ PKGBUILD2014-12-21 15:01:44 UTC (rev 227867)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=colord
-pkgver=1.2.5
+pkgver=1.2.7
 pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=(i686 x86_64)
@@ -10,13 +10,16 @@
 url="http://www.freedesktop.org/software/colord";
 license=(GPL2)
 depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
-optdepends=('sane: scanner support')
+makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
+ argyllcms)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
 replaces=('shared-color-profiles')
 install=colord.install
 source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc})
-sha1sums=('5f672b2c8b9c00e4a1ca01c2c626e5c68f157725'
+sha1sums=('fee7271a9acfd6c7e78c0820407d574d5172c40c'
   'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 16:01:02
  Author: heftig
Revision: 227866

1.2.5

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 14:52:54 UTC (rev 227865)
+++ PKGBUILD2014-12-21 15:01:02 UTC (rev 227866)
@@ -5,7 +5,7 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 url="http://www.gnome.org";
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('438efa29ea1ff7546321d2eb0f7f9edc83c74be24a9d8bef4f993be243647bb7')
+sha256sums=('1e614bc33f93d5820f3c90510e11210bf34d02dba6ccbd3dc30097758a6d31aa')
 
 build() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in python-webassets (3 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 15:57:26
  Author: arojas
Revision: 124309

archrelease: copy trunk to community-any

Added:
  python-webassets/repos/
  python-webassets/repos/community-any/
  python-webassets/repos/community-any/PKGBUILD
(from rev 124308, python-webassets/trunk/PKGBUILD)

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

Copied: python-webassets/repos/community-any/PKGBUILD (from rev 124308, 
python-webassets/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-21 14:57:26 UTC (rev 124309)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=python-webassets
+pkgname=('python2-webassets' 'python-webassets')
+_pipname=webassets
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Media asset management for Python, with glue code for various web 
frameworks."
+arch=(any)
+url="http://github.com/miracle2k/webassets/";
+license=('BSD')
+makedepends=('python2-django' 'python-django' 'python2-setuptools' 
'python-setuptools')
+source=("http://pypi.python.org/packages/source/w/${_pipname}/${_pipname}-${pkgver}.tar.gz";)
+md5sums=('8007980e0ef38c9a42f577b2b2362e76')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-webassets() {
+depends=('python2-django')
+optdepends=('python2-pillow: support for image manipulation'
+'python2-nose: required to run tests'
+'python2-mock: required to run tests')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/webassets/filter/rjsmin/rjsmin.py
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-webassets() {
+depends=('python-django')
+optdepends=('python-pillow: support for image manipulation'
+'python-nose: required to run tests'
+'python-mock: required to run tests')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:57:35
  Author: heftig
Revision: 124310

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 124308, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 124308, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 124308, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 124308, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 124309, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 124309, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 14:57:26 UTC (rev 124309)
+++ community-i686/PKGBUILD 2014-12-21 14:57:35 UTC (rev 124310)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(dbus "vhba-module>=20130607" libao "libmirage>=2.1.0")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-system-arch.patch)
-sha256sums=('9e6fb14f71678ef878f7320e1c685bdd0d0965863e00f127f000cd2a37bb1a39'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 124308, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 14:57:35 UTC (rev 124310)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+system-arch.patch)
+sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch system daemon for Arch-friendlyness
+  # It's disabled by default. Should we even ship it?
+  patch -Np1 -i ../system-arch.patch
+}
+

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:56:50
  Author: heftig
Revision: 124307

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

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

+
 /PKGBUILD  |   74 +++
 /libmirage.install |   22 ++
 community-i686/PKGBUILD|   37 -
 community-i686/libmirage.install   |   11 -
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/libmirage.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 14:55:57 UTC (rev 124306)
+++ community-i686/PKGBUILD 2014-12-21 14:56:50 UTC (rev 124307)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=libmirage
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
-makedepends=(gtk-doc gobject-introspection cmake)
-install=libmirage.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('12e35ca2471e40c9d6538c3b52f668283c0c0577dfb1cf57a285266418c03485')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPOST_INSTALL_HOOKS:BOOL=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libmirage/repos/community-i686/PKGBUILD (from rev 124306, 
libmirage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 14:56:50 UTC (rev 124307)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=libmirage
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake)
+install=libmirage.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d65b70fe7045a4575d3bc71678d515db93e0b047bca58798b515e202497a2d0e')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPOST_INSTALL_HOOKS:BOOL=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/libmirage.install
===
--- community-i686/libmirage.install2014-12-21 14:55:57 UTC (rev 124306)
+++ community-i686/libmirage.install2014-12-21 14:56:50 UTC (rev 124307)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libmirage/repos/community-i686/libmirage.install (from rev 124306, 
libmirage/trunk/libmirage.install)
===
--- community-i686/libmirage.install(rev 0)
+++ community-i686/libmirage.install2014-12-21 14:56:50 UTC (rev 124307)
@@ -0,0 +1,11 @@
+post_install() {
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-21 14:55:57 UTC (rev 124306)
+++ community-x86_64/PKGBUILD   2014-12-21 14:56:50 UTC (rev 124307)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=libmirage
-pkgver=3.0.1
-pkgrel=

[arch-commits] Commit in (4 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 15:56:52
  Author: arojas
Revision: 124308

Sage notebook dependency

Added:
  python-webassets/
  python-webassets/.AURINFO
  python-webassets/trunk/
  python-webassets/trunk/PKGBUILD

+
 .AURINFO   |   16 
 trunk/PKGBUILD |   46 ++
 2 files changed, 62 insertions(+)

Added: python-webassets/.AURINFO
===
--- python-webassets/.AURINFO   (rev 0)
+++ python-webassets/.AURINFO   2014-12-21 14:56:52 UTC (rev 124308)
@@ -0,0 +1,16 @@
+pkgbase = python2-webassets
+   pkgdesc = Media asset management for Python, with glue code for various 
web frameworks.
+   pkgver = 0.10.1
+   pkgrel = 1
+   url = http://github.com/miracle2k/webassets/
+   arch = any
+   license = BSD
+   depends = python2
+   depends = python2-django
+   optdepends = python2-pillow: support for image manipulation
+   optdepends = python2-nose: required to run tests
+   optdepends = python2-mock: required to run tests
+   source = 
http://pypi.python.org/packages/source/w/webassets/webassets-0.10.1.tar.gz
+
+pkgname = python2-webassets
+

Added: python-webassets/trunk/PKGBUILD
===
--- python-webassets/trunk/PKGBUILD (rev 0)
+++ python-webassets/trunk/PKGBUILD 2014-12-21 14:56:52 UTC (rev 124308)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=python-webassets
+pkgname=('python2-webassets' 'python-webassets')
+_pipname=webassets
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="Media asset management for Python, with glue code for various web 
frameworks."
+arch=(any)
+url="http://github.com/miracle2k/webassets/";
+license=('BSD')
+makedepends=('python2-django' 'python-django' 'python2-setuptools' 
'python-setuptools')
+source=("http://pypi.python.org/packages/source/w/${_pipname}/${_pipname}-${pkgver}.tar.gz";)
+md5sums=('8007980e0ef38c9a42f577b2b2362e76')
+
+prepare() {
+cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+package_python2-webassets() {
+depends=('python2-django')
+optdepends=('python2-pillow: support for image manipulation'
+'python2-nose: required to run tests'
+'python2-mock: required to run tests')
+
+cd python2-$_pipname-$pkgver
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/webassets/filter/rjsmin/rjsmin.py
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python-webassets() {
+depends=('python-django')
+optdepends=('python-pillow: support for image manipulation'
+'python-nose: required to run tests'
+'python-mock: required to run tests')
+
+cd $_pipname-$pkgver 
+python setup.py install --root="$pkgdir/" --optimize=1
+
+mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}


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


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:55:57
  Author: heftig
Revision: 124306

3.0.2

Modified:
  cdemu-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 14:55:01 UTC (rev 124305)
+++ PKGBUILD2014-12-21 14:55:57 UTC (rev 124306)
@@ -5,13 +5,13 @@
 # Contributor: Charles Lindsay 
 
 pkgname=cdemu-daemon
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="CD/DVD-ROM device emulator daemon"
 arch=(i686 x86_64)
 url="http://cdemu.sourceforge.net/";
 license=(GPL)
-depends=(dbus "vhba-module>=20130607" libao "libmirage>=2.1.0")
+depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
 makedepends=(cmake)
 optdepends=('alsa-lib: to enable the ALSA audio driver'
 'pulseaudio: to enable the PA audio driver')
@@ -20,7 +20,7 @@
 install=cdemu-daemon.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
 system-arch.patch)
-sha256sums=('9e6fb14f71678ef878f7320e1c685bdd0d0965863e00f127f000cd2a37bb1a39'
+sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
 '29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
 
 prepare() {


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:55:01
  Author: heftig
Revision: 124305

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

Added:
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 124304, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 124304, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 124304, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 124304, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 124304, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 124304, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-testing-i686/60-vhba.rules
  vhba-module/repos/community-testing-i686/PKGBUILD
  vhba-module/repos/community-testing-i686/vhba-module.install
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
  vhba-module/repos/community-testing-x86_64/PKGBUILD
  vhba-module/repos/community-testing-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|   88 +
 /vhba-module.install |   44 
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 
 community-testing-i686/vhba-module.install   |   22 --
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 
 community-testing-x86_64/vhba-module.install |   22 --
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-testing-i686/60-vhba.rules
===
--- community-testing-i686/60-vhba.rules2014-12-21 14:54:03 UTC (rev 
124304)
+++ community-testing-i686/60-vhba.rules2014-12-21 14:55:01 UTC (rev 
124305)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
124304, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-12-21 14:55:01 UTC (rev 
124305)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-12-21 14:54:03 UTC (rev 124304)
+++ community-testing-i686/PKGBUILD 2014-12-21 14:55:01 UTC (rev 124305)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20140629
-_extramodules=extramodules-3.18-ARCH
-pkgrel=12
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=3.18' 'linux<3.19')
-makedepends=('linux-headers>=3.18' 'linux-headers<3.19')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules')
-md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
- '4dc37dc348b5a2c83585829bde790dcc')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 124304, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-21 14:55:01 UTC (rev 124305)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140928
+_extramodules=extramodules-3.18-ARCH
+pkgrel=1
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.18' 'linux<3.19')
+makedepends=('linux-headers>=3.18' 'linux-he

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:54:03
  Author: heftig
Revision: 124304

20140928

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 14:53:04 UTC (rev 124303)
+++ PKGBUILD2014-12-21 14:54:03 UTC (rev 124304)
@@ -4,9 +4,9 @@
 # Contributor: Charles Lindsay 
 
 pkgname=vhba-module
-pkgver=20140629
+pkgver=20140928
 _extramodules=extramodules-3.18-ARCH
-pkgrel=12
+pkgrel=1
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
 '60-vhba.rules')
-md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
+md5sums=('967007230bb028424216d9b35da422c0'
  '4dc37dc348b5a2c83585829bde790dcc')
 
 prepare() {


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:53:04
  Author: heftig
Revision: 124303

3.0.3

Modified:
  libmirage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 14:46:50 UTC (rev 124302)
+++ PKGBUILD2014-12-21 14:53:04 UTC (rev 124303)
@@ -4,7 +4,7 @@
 # Contributor: Charles Lindsay 
 
 pkgname=libmirage
-pkgver=3.0.1
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(gtk-doc gobject-introspection cmake)
 install=libmirage.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
-sha256sums=('12e35ca2471e40c9d6538c3b52f668283c0c0577dfb1cf57a285266418c03485')
+sha256sums=('d65b70fe7045a4575d3bc71678d515db93e0b047bca58798b515e202497a2d0e')
 
 prepare() {
   mkdir build


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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:52:54
  Author: heftig
Revision: 227865

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-21 14:51:36 UTC (rev 227864)
+++ extra-i686/PKGBUILD 2014-12-21 14:52:54 UTC (rev 227865)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.36
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('3bfbf7b016167ee6b2a2f83948fef75cc1253081873d6a91022161815956b9be')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 227864, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-21 14:52:54 UTC (rev 227865)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.37
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-21 14:51:36 UTC (rev 227864)
+++ extra-x86_64/PKGBUILD   2014-12-21 14:52:54 UTC (rev 227865)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.36
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('3bfbf7b016167ee6b2a2f83948fef75cc1253081873d6a91022161815956b9be')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --

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

2014-12-21 Thread Jan Steffens
Date: Sunday, December 21, 2014 @ 15:51:36
  Author: heftig
Revision: 227864

0.9.37

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 14:47:59 UTC (rev 227863)
+++ PKGBUILD2014-12-21 14:51:36 UTC (rev 227864)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.36
+pkgver=0.9.37
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('3bfbf7b016167ee6b2a2f83948fef75cc1253081873d6a91022161815956b9be')
+sha256sums=('255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207')
 
 build() {
   cd $pkgbase-$pkgver


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

2014-12-21 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 14:10:02
  Author: anatolik
Revision: 124301

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

Added:
  thrift/repos/community-testing-i686/
  thrift/repos/community-testing-i686/PKGBUILD
(from rev 124300, thrift/trunk/PKGBUILD)
  thrift/repos/community-testing-i686/fix_cglib_compile_options.patch
(from rev 124300, thrift/trunk/fix_cglib_compile_options.patch)
  thrift/repos/community-testing-x86_64/
  thrift/repos/community-testing-x86_64/PKGBUILD
(from rev 124300, thrift/trunk/PKGBUILD)
  thrift/repos/community-testing-x86_64/fix_cglib_compile_options.patch
(from rev 124300, thrift/trunk/fix_cglib_compile_options.patch)

--+
 community-testing-i686/PKGBUILD  |   72 +
 community-testing-i686/fix_cglib_compile_options.patch   |   39 +++
 community-testing-x86_64/PKGBUILD|   72 +
 community-testing-x86_64/fix_cglib_compile_options.patch |   39 +++
 4 files changed, 222 insertions(+)

Copied: thrift/repos/community-testing-i686/PKGBUILD (from rev 124300, 
thrift/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-21 13:10:02 UTC (rev 124301)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Byron Clark 
+
+# This package contains only thrift compiler and C/C++ libraries
+# for all the language binding one should use corresponding language-specific 
package manager:
+# CPAN for perl, gem for ruby, pip for python etc... Or better to create arch 
packages that install
+# the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
+
+pkgname=thrift
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='Scalable cross-language services framework for IPC/RPC'
+arch=(i686 x86_64)
+url='http://thrift.apache.org/'
+license=(APACHE)
+depends=(gcc-libs openssl boost)
+makedepends=(qt4 boost libevent emacs-nox)
+optdepends=(
+  'qt4: TQTcpServer support'
+)
+source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz
+fix_cglib_compile_options.patch)
+sha1sums=('02f78b158da795ea89a26ce41964fbe562cc4235'
+  '96650c499ab45824be04070d868114205fb4538c')
+
+prepare() {
+  cd thrift-$pkgver
+  patch -p1 < ../fix_cglib_compile_options.patch
+}
+
+build() {
+  cd thrift-$pkgver
+
+  ./configure --prefix=/usr \
+  --with-cpp \
+  --with-c_glib \
+  --with-qt4 \
+  --with-libevent \
+  --with-csharp \
+  --without-haskell \
+  --without-php \
+  --without-ruby \
+  --without-python \
+  --without-erlang \
+  --without-perl \
+  --without-java \
+  --without-c_sharp \
+  --without-d \
+  --without-php \
+  --without-go \
+  --without-lua \
+  --without-nodejs
+  
+  make
+
+  emacs -Q --batch -f batch-byte-compile contrib/thrift.el
+}
+
+check() {
+  cd thrift-$pkgver
+  make check
+}
+
+package() {
+  cd thrift-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -m0644 -D contrib/thrift.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/thrift.vim
+  install -m0644 -D contrib/thrift.el 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.el
+  install -m0644 -D contrib/thrift.elc 
"$pkgdir"/usr/share/emacs/site-lisp/thrift.elc
+}

Copied: thrift/repos/community-testing-i686/fix_cglib_compile_options.patch 
(from rev 124300, thrift/trunk/fix_cglib_compile_options.patch)
===
--- community-testing-i686/fix_cglib_compile_options.patch  
(rev 0)
+++ community-testing-i686/fix_cglib_compile_options.patch  2014-12-21 
13:10:02 UTC (rev 124301)
@@ -0,0 +1,39 @@
+commit 4bf97c196aba9e50289333c15336ad109fc87f2d
+Author: Anatol Pomozov 
+Date:   Mon Nov 24 11:12:52 2014 -0800
+
+Do not drop CFLAGS from c_glib compilation
+
+CFLAGS contains important flags. Dropping it introduces e.g. such issues:
+https://sourceware.org/bugzilla/show_bug.cgi?id=13979
+
+Signed-off-by: Anatol Pomozov 
+
+This closes #284
+
+diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am
+index 88e2d73..4e0aa88 100755
+--- a/lib/c_glib/Makefile.am
 b/lib/c_glib/Makefile.am
+@@ -24,11 +24,7 @@ pkgconfigdir = $(libdir)/pkgconfig
+ lib_LTLIBRARIES = libthrift_c_glib.la
+ pkgconfig_DATA = thrift_c_glib.pc
+ 
+-common_cflags = -g -Wall -W -Isrc -I src/thrift/c_glib $(GLIB_CFLAGS)
+-common_ldflags = -g -Wall -W $(GLIB_LDFLAGS) @GCOV_LDFLAGS@
+-
+-# this removes optimizations and adds coverage flags
+-CFLAGS = @GCOV_CFLAGS@
++AM_CFLAGS = -Isrc -I src/thrift/c_glib
+ 
+ # Define the source files for the 

[arch-commits] Commit in thrift/trunk (PKGBUILD fix_cglib_compile_options.patch)

2014-12-21 Thread Anatol Pomozov
Date: Sunday, December 21, 2014 @ 14:09:26
  Author: anatolik
Revision: 124300

upgpkg: thrift 0.9.2-2

Fix FS#43071

Added:
  thrift/trunk/fix_cglib_compile_options.patch
Modified:
  thrift/trunk/PKGBUILD

-+
 PKGBUILD|   16 +++
 fix_cglib_compile_options.patch |   39 ++
 2 files changed, 51 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 13:02:45 UTC (rev 124299)
+++ PKGBUILD2014-12-21 13:09:26 UTC (rev 124300)
@@ -9,19 +9,26 @@
 
 pkgname=thrift
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(i686 x86_64)
 url='http://thrift.apache.org/'
 license=(APACHE)
-depends=(gcc-libs openssl)
+depends=(gcc-libs openssl boost)
 makedepends=(qt4 boost libevent emacs-nox)
 optdepends=(
   'qt4: TQTcpServer support'
 )
-source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz)
-sha1sums=('02f78b158da795ea89a26ce41964fbe562cc4235')
+source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz
+fix_cglib_compile_options.patch)
+sha1sums=('02f78b158da795ea89a26ce41964fbe562cc4235'
+  '96650c499ab45824be04070d868114205fb4538c')
 
+prepare() {
+  cd thrift-$pkgver
+  patch -p1 < ../fix_cglib_compile_options.patch
+}
+
 build() {
   cd thrift-$pkgver
 
@@ -30,6 +37,7 @@
   --with-c_glib \
   --with-qt4 \
   --with-libevent \
+  --with-csharp \
   --without-haskell \
   --without-php \
   --without-ruby \

Added: fix_cglib_compile_options.patch
===
--- fix_cglib_compile_options.patch (rev 0)
+++ fix_cglib_compile_options.patch 2014-12-21 13:09:26 UTC (rev 124300)
@@ -0,0 +1,39 @@
+commit 4bf97c196aba9e50289333c15336ad109fc87f2d
+Author: Anatol Pomozov 
+Date:   Mon Nov 24 11:12:52 2014 -0800
+
+Do not drop CFLAGS from c_glib compilation
+
+CFLAGS contains important flags. Dropping it introduces e.g. such issues:
+https://sourceware.org/bugzilla/show_bug.cgi?id=13979
+
+Signed-off-by: Anatol Pomozov 
+
+This closes #284
+
+diff --git a/lib/c_glib/Makefile.am b/lib/c_glib/Makefile.am
+index 88e2d73..4e0aa88 100755
+--- a/lib/c_glib/Makefile.am
 b/lib/c_glib/Makefile.am
+@@ -24,11 +24,7 @@ pkgconfigdir = $(libdir)/pkgconfig
+ lib_LTLIBRARIES = libthrift_c_glib.la
+ pkgconfig_DATA = thrift_c_glib.pc
+ 
+-common_cflags = -g -Wall -W -Isrc -I src/thrift/c_glib $(GLIB_CFLAGS)
+-common_ldflags = -g -Wall -W $(GLIB_LDFLAGS) @GCOV_LDFLAGS@
+-
+-# this removes optimizations and adds coverage flags
+-CFLAGS = @GCOV_CFLAGS@
++AM_CFLAGS = -Isrc -I src/thrift/c_glib
+ 
+ # Define the source files for the module
+ 
+@@ -54,7 +50,7 @@ libthrift_c_glib_la_SOURCES = src/thrift/c_glib/thrift.c \
+   src/thrift/c_glib/server/thrift_server.c \
+   src/thrift/c_glib/server/thrift_simple_server.c
+ 
+-libthrift_c_glib_la_CFLAGS = $(common_cflags)
++libthrift_c_glib_la_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS)
+ 
+ include_thriftdir = $(includedir)/thrift/c_glib
+ include_thrift_HEADERS = \


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

2014-12-21 Thread Thomas Bächler
Date: Sunday, December 21, 2014 @ 14:05:22
  Author: thomas
Revision: 227861

linux: Verify source signatures

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 08:44:41 UTC (rev 227860)
+++ PKGBUILD2014-12-21 13:05:22 UTC (rev 227861)
@@ -13,7 +13,9 @@
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz";
+"https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.sign";
 "https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz";
+"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign";
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -21,11 +23,17 @@
 'change-default-console-loglevel.patch'
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
+'SKIP'
 '4df87c395c94012544ca297db6608fe8e7c8fb5289641c4bfb4d9d87b6f06968'
+'SKIP'
 'd3794c8b2cd11b71914b41f7a4e861369d4fa3c29fdd9e1d677ff0c2167eeb52'
 'df7886f5d57f8f85e89987066dfa5c316e922dc0b22e6e6ad01331333db52377'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
+validpgpkeys=(
+  'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
+ )
 
 _kernelname=${pkgbase#linux}
 


[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD.split)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 14:02:45
  Author: arojas
Revision: 124299

Fix gap dependency

Modified:
  sage-mathematics/trunk/PKGBUILD.split

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

Modified: PKGBUILD.split
===
--- PKGBUILD.split  2014-12-21 12:50:29 UTC (rev 124298)
+++ PKGBUILD.split  2014-12-21 13:02:45 UTC (rev 124299)
@@ -86,12 +86,10 @@
 
 package_sage-mathematics() {
   depends=('ipython2' 'cython2' 'ppl' 'glpk' 'mpfi' 'palp' 'polybori' 
'singular' 'libcliquer' 'maxima-ecl' 'gfan' 'sympow' 'tachyon' 'python2-rpy2' 
-  'python2-matplotlib' 'python2-scipy' 'python2-mpmath' 'python2-sympy' 
'libgap' 'gap-math' 'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 
+  'python2-matplotlib' 'python2-scipy' 'python2-mpmath' 'python2-sympy' 
'libgap' 'gap' 'genus2reduction' 'flintqs' 'givaro' 'libmpc' 'lcalc' 
   'eclib' 'gmp-ecm' 'zn_poly' 'python2-gd' 'pynac' 'linbox'  'gsl' 
'pari-galdata' 'pari-seadata-small' 'sage-data-combinatorial_designs' 
   'sage-data-elliptic_curves' 'sage-data-graphs' 'sage-data-polytopes_db' 
'sage-data-conway_polynomials') # python2-pexpect
-  optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help' 
-'sage-mathematics-src: source files needed to build cython code' 
'python2-pyzmq: ipython notebook' 'python2-tornado: ipython notebook' 
-'python2-jinja: ipython notebook')
+  optdepends=('jmol: 3D plots' 'sage-notebook: Web-based notebook interface' 
'sage-mathematics-doc: Documentation and inline help' 'sage-mathematics-src: 
source files needed to build cython code' 'python2-pyzmq: ipython notebook' 
'python2-tornado: ipython notebook' 'python2-jinja: ipython notebook')
 
   cd sage-$pkgver/src
 


[arch-commits] Commit in sage-mathematics/trunk (8 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 13:50:29
  Author: arojas
Revision: 124298

Add patches

Added:
  sage-mathematics/trunk/blas.patch
  sage-mathematics/trunk/c_lib.patch
  sage-mathematics/trunk/clean.patch
  sage-mathematics/trunk/env.patch
  sage-mathematics/trunk/extensions.patch
  sage-mathematics/trunk/paths.patch
  sage-mathematics/trunk/pexpect-env.patch
  sage-mathematics/trunk/skip-check.patch

---+
 blas.patch|   30 
 c_lib.patch   |   26 ++
 clean.patch   |   23 +
 env.patch |  125 
 extensions.patch  |   13 +
 paths.patch   |   32 +
 pexpect-env.patch |   32 +
 skip-check.patch  |   21 
 8 files changed, 302 insertions(+)

Added: blas.patch
===
--- blas.patch  (rev 0)
+++ blas.patch  2014-12-21 12:50:29 UTC (rev 124298)
@@ -0,0 +1,30 @@
+--- src/module_list.py.orig2014-11-12 20:34:01.861234916 +0100
 src/module_list.py 2014-11-12 20:35:39.411508934 +0100
+@@ -10,25 +10,8 @@
+ ### BLAS setup
+ #
+ 
+-## Choose cblas library -- note -- make sure to update sage/misc/cython.py
+-## if you change this!!
+-if os.environ.has_key('SAGE_BLAS'):
+-BLAS=os.environ['SAGE_BLAS']
+-BLAS2=os.environ['SAGE_BLAS']
+-elif os.path.exists('%s/lib/libatlas.so'%os.environ['SAGE_LOCAL']):
+-BLAS='cblas'
+-BLAS2='atlas'
+-elif os.path.exists('/usr/lib/libcblas.dylib') or \
+- os.path.exists('/usr/lib/libcblas.so'):
+-BLAS='cblas'
+-BLAS2='cblas'
+-elif os.path.exists('/usr/lib/libblas.dll.a'):
+-BLAS='gslcblas'
+-BLAS2='gslcblas'
+-else:
+-# This is very slow  (?), but *guaranteed* to be available.
+-BLAS='gslcblas'
+-BLAS2='gslcblas'
++BLAS='blas'
++BLAS2='cblas'
+ 
+ 
+ #

Added: c_lib.patch
===
--- c_lib.patch (rev 0)
+++ c_lib.patch 2014-12-21 12:50:29 UTC (rev 124298)
@@ -0,0 +1,26 @@
+--- src/setup.py.orig  2014-11-01 23:49:10.0 +0100
 src/setup.py   2014-11-07 00:40:58.414838636 +0100
+@@ -40,7 +40,7 @@
+ 
+ # search for dependencies and add to gcc -I
+ include_dirs = [SAGE_INC,
+-os.path.join(SAGE_INC, 'csage'),
++'c_lib/include',
+ SAGE_SRC,
+ os.path.join(SAGE_SRC, 'sage', 'ext')]
+ 
+@@ -171,10 +171,12 @@
+ m.libraries = ['csage'] + m.libraries
+ if m.language == 'c++':
+ m.libraries.append('stdc++')
++m.libraries.append('ntl')
++m.libraries = m.libraries + ['gmp', 'm', 'dl']
+ 
+ m.extra_compile_args = m.extra_compile_args + extra_compile_args
+ m.extra_link_args = m.extra_link_args + extra_link_args
+-m.library_dirs = m.library_dirs + [os.path.join(SAGE_LOCAL, "lib")]
++m.library_dirs += ['c_lib', '%s/lib' % SAGE_LOCAL]
+ m.include_dirs = m.include_dirs + include_dirs
+
+ 
+ 

Added: clean.patch
===
--- clean.patch (rev 0)
+++ clean.patch 2014-12-21 12:50:29 UTC (rev 124298)
@@ -0,0 +1,23 @@
+--- src/setup.py.orig  2014-11-16 10:34:05.521441703 +0100
 src/setup.py   2014-11-16 10:34:16.054812569 +0100
+@@ -581,20 +581,6 @@
+ 
+ 
+ #
+-### Clean
+-#
+-
+-print('Cleaning up stale installed files')
+-t = time.time()
+-from sage_setup.clean import clean_install_dir
+-output_dirs = SITE_PACKAGES + glob.glob(os.path.join(SAGE_SRC, 'build', 
'lib*'))
+-for output_dir in output_dirs:
+-print('- cleaning {0}'.format(output_dir))
+-clean_install_dir(output_dir, python_packages, python_modules, 
ext_modules)
+-print('Finished cleaning, time: %.2f seconds.' % (time.time() - t))
+-
+-
+-#
+ ### Distutils
+ #
+ 

Added: env.patch
===
--- env.patch   (rev 0)
+++ env.patch   2014-12-21 12:50:29 UTC (rev 124298)
@@ -0,0 +1,125 @@
+--- src/bin/sage-env.orig  2014-12-18 09:56:45.542896161 +0100
 src/bin/sage-env   2014-12-18 09:57:25.173009379 +0100
+@@ -110,41 +110,7 @@
+ }
+ 
+ 
+-# New value for SAGE_ROOT: either SAGE_ROOT (if given)
+-# or a guessed value based on pwd.
+-if [ -n "$SAGE_ROOT" ]; then
+-NEW_SAGE_ROOT="$SAGE_ROOT"
+-elif [ -f sage -a -d build ]; then
+-NEW_SAGE_ROOT="."
+-elif [ -f ../../sage -a -d ../../build ]; then
+-NEW_SAGE_ROOT="../.."
+-else
+-# No idea what SAGE_ROOT should be...
+-echo >&2 "Error: You must set the SAGE_ROOT environme

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

2014-12-21 Thread Evangelos Foutras
Date: Sunday, December 21, 2014 @ 13:40:39
  Author: foutrelis
Revision: 124297

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-21 12:40:26 UTC (rev 124296)
+++ community-i686/PKGBUILD 2014-12-21 12:40:39 UTC (rev 124297)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Vasco Costa 
-# Maintainer: Evangelos Foutras 
-
-pkgname=pbzip2
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
-arch=('i686' 'x86_64')
-url="http://compression.ca/pbzip2/";
-license=('BSD')
-depends=('bzip2' 'gcc-libs')
-source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('b4861389bd99c73d304a03b0dc0731a8a26905da8e94ca4cef873b96e1ab0e7f'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make PREFIX="$pkgdir/usr" install
-
-  # Fix location of man pages
-  install -d "$pkgdir/usr/share"
-  mv "$pkgdir/usr/man" "$pkgdir/usr/share/"
-
-  # Symlinks for useful shortcuts
-  ln -sf pbzip2 "$pkgdir/usr/bin/pbunzip2"
-  ln -sf pbzip2 "$pkgdir/usr/bin/pbzcat"
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pbzip2/repos/community-i686/PKGBUILD (from rev 124296, 
pbzip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-21 12:40:39 UTC (rev 124297)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Vasco Costa 
+# Maintainer: Evangelos Foutras 
+
+pkgname=pbzip2
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
+arch=('i686' 'x86_64')
+url="http://compression.ca/pbzip2/";
+license=('BSD')
+depends=('bzip2' 'gcc-libs')
+source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee'
+'SKIP')
+validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="$pkgdir/usr" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-21 12:40:26 UTC (rev 124296)
+++ community-x86_64/PKGBUILD   2014-12-21 12:40:39 UTC (rev 124297)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Vasco Costa 
-# Maintainer: Evangelos Foutras 
-
-pkgname=pbzip2
-pkgver=1.1.11
-pkgrel=1
-pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
-arch=('i686' 'x86_64')
-url="http://compression.ca/pbzip2/";
-license=('BSD')
-depends=('bzip2' 'gcc-libs')
-source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('b4861389bd99c73d304a03b0dc0731a8a26905da8e94ca4cef873b96e1ab0e7f'
-'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make PREFIX="$pkgdir/usr" install
-
-  # Fix location of man pages
-  install -d "$pkgdir/usr/share"
-  mv "$pkgdir/usr/man" "$pkgdir/usr/share/"
-
-  # Symlinks for useful shortcuts
-  ln -sf pbzip2 "$pkgdir/usr/bin/pbunzip2"
-  ln -sf pbzip2 "$pkgdir/usr/bin/pbzcat"
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pbzip2/repos/community-x86_64/PKGBUILD (from rev 124296, 
pbzip2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-21 12:40:39 UTC (rev 124297)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Vasco Costa 
+# Maintainer: Evangelos Foutras 
+
+pkgname=pbzip2
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
+arch=('i686' 'x86_64')
+url="http://compression.ca/pbzip2/";
+license=('BSD')
+depends=('bzip2' 'gcc-libs')
+source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver

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

2014-12-21 Thread Evangelos Foutras
Date: Sunday, December 21, 2014 @ 13:40:26
  Author: foutrelis
Revision: 124296

upgpkg: pbzip2 1.1.12-1

New upstream release.

Modified:
  pbzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 12:28:35 UTC (rev 124295)
+++ PKGBUILD2014-12-21 12:40:26 UTC (rev 124296)
@@ -3,7 +3,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=pbzip2
-pkgver=1.1.11
+pkgver=1.1.12
 pkgrel=1
 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
 arch=('i686' 'x86_64')
@@ -11,29 +11,18 @@
 license=('BSD')
 depends=('bzip2' 'gcc-libs')
 
source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
-sha256sums=('b4861389bd99c73d304a03b0dc0731a8a26905da8e94ca4cef873b96e1ab0e7f'
+sha256sums=('573bb358a5a7d3bf5f42f881af324cedf960c786e8d66dd03d448ddd8a0166ee'
 'SKIP')
+validpgpkeys=('F3D99FF0F0AA96A659AD61A9D332F1B09A0D9836')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make PREFIX="$pkgdir/usr" install
-
-  # Fix location of man pages
-  install -d "$pkgdir/usr/share"
-  mv "$pkgdir/usr/man" "$pkgdir/usr/share/"
-
-  # Symlinks for useful shortcuts
-  ln -sf pbzip2 "$pkgdir/usr/bin/pbunzip2"
-  ln -sf pbzip2 "$pkgdir/usr/bin/pbzcat"
-
-  # License
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 


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

2014-12-21 Thread Fabio Castelli
Date: Sunday, December 21, 2014 @ 13:28:35
  Author: muflone
Revision: 124295

db-move: moved spyder from [community-testing] to [community] (any)

Added:
  spyder/repos/community-any/
  spyder/repos/community-any/PKGBUILD
(from rev 124294, spyder/repos/community-testing-any/PKGBUILD)
  spyder/repos/community-any/pylint2.patch
(from rev 124294, spyder/repos/community-testing-any/pylint2.patch)
  spyder/repos/community-any/python2.patch
(from rev 124294, spyder/repos/community-testing-any/python2.patch)
  spyder/repos/community-any/spyder.install
(from rev 124294, spyder/repos/community-testing-any/spyder.install)
Deleted:
  spyder/repos/community-testing-any/

+
 PKGBUILD   |   79 +++
 pylint2.patch  |   28 +++
 python2.patch  |   18 
 spyder.install |   12 
 4 files changed, 137 insertions(+)

Copied: spyder/repos/community-any/PKGBUILD (from rev 124294, 
spyder/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-12-21 12:28:35 UTC (rev 124295)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Francois Boulogne 
+# Contributor: TDY 
+
+pkgbase='spyder'
+pkgname=('spyder' 'spyder3')
+pkgver=2.3.2
+pkgrel=2
+pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features.'
+makedepends=('python2-setuptools' 'python-setuptools' 'python-sphinx' 
'python2-sphinx')
+arch=('any')
+url='http://code.google.com/p/spyderlib/'
+license=('MIT')
+install="${pkgbase}.install"
+source=("https://bitbucket.org/spyder-ide/spyderlib/downloads/${pkgbase}-${pkgver}.zip";
+"pylint2.patch"
+"python2.patch")
+sha256sums=('f4f71ffe8590ffa8813622efb6705e52897552624726df317e0589ae121240bb'
+'f8836efa74ac9b8fce389a2708bb253083bbe042aabec124659839d5b3e167dd'
+'05f194438176cfa03cb76f38e5f64723b72a39d6771d5d4a927adf07a0ec67f1')
+
+package_spyder() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 2.x series.'
+  depends=('python2-pyqt4' 'python2-pyflakes' 'python2-pyzmq' 
'python2-pygments' 'gtk-update-icon-cache')
+  optdepends=('python2-pylint: powerful code analysis'
+  'ipython2: enhanced Python interpreter'
+  'python2-rope: editor code completion, calltips and 
go-to-definition'
+  'python2-sphinx: rich text help on the object inspector'
+  'python2-numpy: N-dimensional arrays'
+  'python2-scipy: signal/image processing'
+  'python2-psutil: memory/CPU usage in the status bar'
+  'python2-h5py: HDF5 support'
+  'python2-matplotlib: interactive 2D/3D data plotting'
+  'python2-pep8: real-time code style analysis'
+  'python2-sympy: symbolic mathematics for the IPython console')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  patch -p1 -i "../python2.patch"
+  patch -p1 -i "../pylint2.patch"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # Install icon and desktop file
+  install -D -m644 "scripts/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m644 "spyderlib/images/spyder.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
+  # Remove useless spyder_win_post_install script
+  rm -f "${pkgdir}/usr/bin/spyder_win_post_install.py"
+}
+
+package_spyder3() {
+  pkgdesc='Scientific PYthon Development EnviRonment providing MATLAB-like 
features for Python 3.x series.'
+  depends=('python-pyqt4' 'python-pyflakes' 'python-pyzmq' 'python-pygments' 
'gtk-update-icon-cache')
+  optdepends=('python-pylint: powerful code analysis'
+  'ipython: enhanced Python interpreter'
+  'python-rope: editor code completion, calltips and 
go-to-definition'
+  'python-sphinx: rich text help on the object inspector'
+  'python-numpy: N-dimensional arrays'
+  'python-scipy: signal/image processing'
+  'python-psutil: memory/CPU usage in the status bar'
+  'python-h5py: HDF5 support'
+  'python-matplotlib: interactive 2D/3D data plotting'
+  'pep8: real-time code style analysis'
+  'python-sympy: symbolic mathematics for the IPython console')
+  [ -d "build" ] && rm -rf "build"
+  cp -r "${pkgbase}-${pkgver}" build
+  cd build
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+

[arch-commits] Commit in sage-data-conway_polynomials/repos/community-any (4 files)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 13:00:46
  Author: arojas
Revision: 124294

archrelease: copy trunk to community-any

Added:
  sage-data-conway_polynomials/repos/community-any/PKGBUILD
(from rev 124293, sage-data-conway_polynomials/trunk/PKGBUILD)
  sage-data-conway_polynomials/repos/community-any/spkg-install
(from rev 124293, sage-data-conway_polynomials/trunk/spkg-install)
Deleted:
  sage-data-conway_polynomials/repos/community-any/PKGBUILD
  sage-data-conway_polynomials/repos/community-any/spkg-install

--+
 PKGBUILD |   48 
 spkg-install |   40 
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-21 12:00:21 UTC (rev 124293)
+++ PKGBUILD2014-12-21 12:00:46 UTC (rev 124294)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_dbname=conway_polynomials
-pkgname=sage-data-$_dbname
-pkgver=0.4
-pkgrel=1
-pkgdesc="A small database of Conway polynomials"
-arch=('any')
-url="http://www.sagemath.org";
-license=('GPL')
-depends=()
-makedepends=('sage-mathematics')
-source=("http://www.sagemath.org/packages/upstream/conway_polynomials/$_dbname-$pkgver.tar.bz2";
 'spkg-install')
-md5sums=('17f061204b3a6133abb21e17b3abea19'
- 'ab8da85234a03740d41c65f8eca03976')
-
-package() {
-  export PYTHONPATH="$PWD:/usr/lib/sage/site-packages:/usr/bin"
-  export SAGE_LOCAL="/usr"
-  export SAGE_SHARE="$pkgdir/usr/share/sage"
-
-  ln -s conway_polynomials-$pkgver src
-  python2 spkg-install
-}

Copied: sage-data-conway_polynomials/repos/community-any/PKGBUILD (from rev 
124293, sage-data-conway_polynomials/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-21 12:00:46 UTC (rev 124294)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+_dbname=conway_polynomials
+pkgname=sage-data-$_dbname
+pkgver=0.4
+pkgrel=2
+pkgdesc="A small database of Conway polynomials"
+arch=('any')
+url="http://www.sagemath.org";
+license=('GPL')
+depends=()
+makedepends=('sage-mathematics')
+source=("http://www.sagemath.org/packages/upstream/conway_polynomials/$_dbname-$pkgver.tar.bz2";
 'spkg-install')
+md5sums=('17f061204b3a6133abb21e17b3abea19'
+ 'ab8da85234a03740d41c65f8eca03976')
+
+package() {
+  export PYTHONPATH="$PWD:/usr/lib/sage/site-packages:/usr/bin"
+  export SAGE_LOCAL="/usr"
+  export SAGE_SHARE="$pkgdir/usr/share/sage"
+
+  ln -s conway_polynomials-$pkgver src
+  python2 spkg-install
+}

Deleted: spkg-install
===
--- spkg-install2014-12-21 12:00:21 UTC (rev 124293)
+++ spkg-install2014-12-21 12:00:46 UTC (rev 124294)
@@ -1,20 +0,0 @@
-import os
-from sage.structure.sage_object import save
-
-
-install_root = os.path.join(os.environ['SAGE_SHARE'], 'conway_polynomials')
-
-def create_db():
-db = {}
-from src import conway_polynomials
-for p,n,v in conway_polynomials:
-if not db.has_key(p):
-db[p] = {}
-db[p][n] = v
-if not os.path.exists(install_root):
-os.makedirs(install_root)
-save(db, os.path.join(install_root, 'conway_polynomials.sobj'))
-
-if __name__ == '__main__':
-create_db()
-

Copied: sage-data-conway_polynomials/repos/community-any/spkg-install (from rev 
124293, sage-data-conway_polynomials/trunk/spkg-install)
===
--- spkg-install(rev 0)
+++ spkg-install2014-12-21 12:00:46 UTC (rev 124294)
@@ -0,0 +1,20 @@
+import os
+from sage.structure.sage_object import save
+
+
+install_root = os.path.join(os.environ['SAGE_SHARE'], 'conway_polynomials')
+
+def create_db():
+db = {}
+from src import conway_polynomials
+for p,n,v in conway_polynomials:
+if not db.has_key(p):
+db[p] = {}
+db[p][n] = v
+if not os.path.exists(install_root):
+os.makedirs(install_root)
+save(db, os.path.join(install_root, 'conway_polynomials.sobj'))
+
+if __name__ == '__main__':
+create_db()
+


[arch-commits] Commit in sage-data-conway_polynomials/trunk (PKGBUILD)

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 13:00:21
  Author: arojas
Revision: 124293

Rebuild with correct PACKAGER

Modified:
  sage-data-conway_polynomials/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 11:50:07 UTC (rev 124292)
+++ PKGBUILD2014-12-21 12:00:21 UTC (rev 124293)
@@ -3,7 +3,7 @@
 _dbname=conway_polynomials
 pkgname=sage-data-$_dbname
 pkgver=0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A small database of Conway polynomials"
 arch=('any')
 url="http://www.sagemath.org";


  1   2   >