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

2015-01-31 Thread Laurent Carlier
Date: Saturday, January 31, 2015 @ 15:58:07
  Author: lcarlier
Revision: 126857

upgpkg: lib32-sqlite 3.8.8.1-1

upsqtream update 3.8.8.1

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 11:49:14 UTC (rev 126856)
+++ PKGBUILD2015-01-31 14:58:07 UTC (rev 126857)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3080800
+_amalgamationver=3080801
 _docver=${_amalgamationver}
 #_docver=3080401
-pkgver=3.8.8
+pkgver=3.8.8.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('abb7570b7e331ffede7f40f0037be6e0c03b73af')
+sha1sums=('a140e3ada8a91a7bacf7a58cfd8f5f0e76796258')
 provides=(lib32-sqlite3=$pkgver)
 replaces=(lib32-sqlite3)
 conflicts=(lib32-sqlite3)


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 16:43:25
  Author: andyrtr
Revision: 230327

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 230326, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 230326, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 230326, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 230326, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 230326, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 230326, texlive-bin/trunk/texlive.install)

-+
 staging-i686/PKGBUILD   |  329 ++
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   49 +++
 staging-x86_64/PKGBUILD |  329 ++
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   49 +++
 6 files changed, 780 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 230326, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-31 15:43:25 UTC (rev 230327)
@@ -0,0 +1,329 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=texlive-bin
+pkgver=2014.34260
+pkgrel=5
+_biber_ver=1.9 # for biblatex 2.9 only.
+pkgdesc=TeX Live binaries
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu')
+makedepends=('perl' 'clisp' 'ffcall')
+optdepends=('ed: for texconfig')
+provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
+conflicts=('pdfjam')
+options=('!strip')
+url='http://tug.org/texlive/'
+install=texlive.install
+source=('fix-fontforge-encoding.patch'
+
http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
+)
+noextract=(biber-linux_x86_64.tar.gz
+   biber-linux_x86_32.tar.gz)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ 'b6fe9a6e6b3df0d69e804b87370039ef'
+ '137839688478710ded88909088dee970'
+ 'e1af258c7b7fa95d8299696aa3552eb3')
+
+prepare() {
+cd source
+true
+}
+
+build() {
+   cd $srcdir
+
+   if [ ${CARCH} = x86_64 ]; then
+ export CFLAGS=${CFLAGS} -fPIC
+ export CXXFLAGS=${CXXFLAGS} -fPIC
+ tar xf biber-linux_x86_64.tar.gz 
+   else
+ tar xf biber-linux_x86_32.tar.gz
+   fi
+
+   # this patch removes spurious error message with locale xx_YY.utf8
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work  mkdir Work
+   cd Work
+   echo -- Initial configuration...
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add=/Arch Linux \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ 

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 16:43:11
  Author: andyrtr
Revision: 230326

upgpkg: texlive-bin 2014.34260-5

poppler 0.30.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 14:48:16 UTC (rev 230325)
+++ PKGBUILD2015-01-31 15:43:11 UTC (rev 230326)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2014.34260
-pkgrel=4
+pkgrel=5
 _biber_ver=1.9 # for biblatex 2.9 only.
 pkgdesc=TeX Live binaries
 license=('GPL')


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 16:46:16
  Author: andyrtr
Revision: 230328

upgpkg: evas_generic_loaders 1.12.0-4

poppler 0.30.0 rebuild

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 15:43:25 UTC (rev 230327)
+++ PKGBUILD2015-01-31 15:46:16 UTC (rev 230328)
@@ -4,7 +4,7 @@
 
 pkgname=evas_generic_loaders
 pkgver=1.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Additional generic loaders for Evas
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 16:46:26
  Author: andyrtr
Revision: 230329

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

Added:
  evas_generic_loaders/repos/staging-i686/
  evas_generic_loaders/repos/staging-i686/PKGBUILD
(from rev 230328, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/staging-x86_64/
  evas_generic_loaders/repos/staging-x86_64/PKGBUILD
(from rev 230328, evas_generic_loaders/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: evas_generic_loaders/repos/staging-i686/PKGBUILD (from rev 230328, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-31 15:46:26 UTC (rev 230329)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.12.0
+pkgrel=4
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('08d8cd7788d1a72b89a2e52dd0f18ed1742267ce')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: evas_generic_loaders/repos/staging-x86_64/PKGBUILD (from rev 230328, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-31 15:46:26 UTC (rev 230329)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.12.0
+pkgrel=4
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('08d8cd7788d1a72b89a2e52dd0f18ed1742267ce')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-01-31 Thread Tobias Powalowski
Date: Saturday, January 31, 2015 @ 17:11:00
  Author: tpowa
Revision: 230330

upgpkg: nfs-utils 1.3.2-1

bump to latest version

Modified:
  nfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 15:46:26 UTC (rev 230329)
+++ PKGBUILD2015-01-31 16:11:00 UTC (rev 230330)
@@ -6,7 +6,7 @@
 # Contributor: Marco Lima cipparello gmail com
 
 pkgname=nfs-utils
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 backup=(etc/{exports,idmapd.conf,nfsmount.conf} 
etc/conf.d/{nfs-common.conf,nfs-server.conf})
 depends=('glibc' 'e2fsprogs' 'rpcbind' 'libtirpc=0.2.1' 
'librpcsecgss=0.19-2' 'nfsidmap' 'libevent=2.0.10' 'device-mapper')
 makedepends=('pkgconfig' 'autoconf' 'automake' 'sqlite')
-source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{bz2,sign}
nfs-common.conf
nfs-server.conf
exports
@@ -26,7 +26,8 @@
 nfs-utils_env.sh)
 install=nfs-utils.install
 optdepends=('sqlite: for nfsdcltrack usage')
-md5sums=('97f157f954edb6d4d4385a0c5986f36f'
+md5sums=('1e2f3c1ed468dee02d00c534c002ea10'
+ 'SKIP'
  '21510b0b30e71c8d6679c7c23f3b78eb'
  'c1fe8dd9581c1df788d8965f4f1479f3'
  'e6ad3c7a59c7e4c24965a0e7da35026c'
@@ -35,6 +36,9 @@
  '8ac484023d786766d287ccbe878ae4ba'
  'a43aabf0b8d02406b1babc3a206d952a'
  'c6c9c32f153dfa6c0477ea6b99354288')
+validpgpkeys=(
+E1B71E339E20A10A676F7CB69AFB1D681A125177 # Steve Dickson
+)
 
 prepare() {
   cd $srcdir/${pkgname}-${pkgver}


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

2015-01-31 Thread Tobias Powalowski
Date: Saturday, January 31, 2015 @ 17:11:28
  Author: tpowa
Revision: 230331

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 230330, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 230330, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/id_resolver.conf
(from rev 230330, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-i686/idmapd.conf
(from rev 230330, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 230330, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 230330, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 230330, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch
(from rev 230330, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 230330, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 230330, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfs-utils_env.sh
(from rev 230330, nfs-utils/trunk/nfs-utils_env.sh)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 230330, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 230330, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/id_resolver.conf
(from rev 230330, nfs-utils/trunk/id_resolver.conf)
  nfs-utils/repos/testing-x86_64/idmapd.conf
(from rev 230330, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 230330, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 230330, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 230330, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch
(from rev 230330, nfs-utils/trunk/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 230330, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 230330, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfs-utils_env.sh
(from rev 230330, nfs-utils/trunk/nfs-utils_env.sh)

---+
 testing-i686/PKGBUILD |   86 +++
 testing-i686/exports  |   12 
 testing-i686/id_resolver.conf |2 
 testing-i686/idmapd.conf  |   14 
 testing-i686/nfs-common.conf  |   22 
 testing-i686/nfs-server.conf  |   16 
 testing-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 +
 testing-i686/nfs-utils-1.3.1-rc2.patch|  674 
 testing-i686/nfs-utils.conf   |1 
 testing-i686/nfs-utils.install|   32 +
 testing-i686/nfs-utils_env.sh |   20 
 testing-x86_64/PKGBUILD   |   86 +++
 testing-x86_64/exports|   12 
 testing-x86_64/id_resolver.conf   |2 
 testing-x86_64/idmapd.conf|   14 
 testing-x86_64/nfs-common.conf|   22 
 testing-x86_64/nfs-server.conf|   16 
 testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch |   39 +
 testing-x86_64/nfs-utils-1.3.1-rc2.patch  |  674 
 testing-x86_64/nfs-utils.conf |1 
 testing-x86_64/nfs-utils.install  |   32 +
 testing-x86_64/nfs-utils_env.sh   |   20 
 22 files changed, 1836 insertions(+)

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


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 15:06:26
  Author: andyrtr
Revision: 230324

upgpkg: sqlite 3.8.8.2-1

upstream update 3.8.8.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 13:41:22 UTC (rev 230323)
+++ PKGBUILD2015-01-31 14:06:26 UTC (rev 230324)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080801
+_amalgamationver=3080802
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.8.1
+pkgver=3.8.8.2
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('a140e3ada8a91a7bacf7a58cfd8f5f0e76796258'
-  '43d0fbc6a9126d617cf7dd066cbd6171c1007d59'
+sha1sums=('1db237523419af7110e1d92c6b766e965f9322e4'
+  'a11a6ea95d3d4a88b8d7d4e0cb6fcc3e5f4bf887'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 17:33:20
  Author: andyrtr
Revision: 230332

upgpkg: calligra 2.8.7-4

poppler 0.30.0 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 16:11:28 UTC (rev 230331)
+++ PKGBUILD2015-01-31 16:33:20 UTC (rev 230332)
@@ -19,7 +19,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.8.7
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 14:41:22
  Author: andyrtr
Revision: 230323

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

Added:
  libreoffice-still/repos/staging-i686/
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 230322, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
(from rev 230322, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still.install
(from rev 230322, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
(from rev 230322, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 230322, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 230322, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 230322, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.install
(from rev 230322, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 230322, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 230322, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  410 
++
 staging-i686/libreoffice-still.csh  |6 
 staging-i686/libreoffice-still.install  |   13 
 staging-i686/libreoffice-still.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  410 
++
 staging-x86_64/libreoffice-still.csh|6 
 staging-x86_64/libreoffice-still.install|   13 
 staging-x86_64/libreoffice-still.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 958 insertions(+)

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


[arch-commits] Commit in libreoffice-still/trunk (12 files)

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 14:40:56
  Author: andyrtr
Revision: 230322

upgpkg: libreoffice-still 4.3.5-1

move to 4.3 branch

Added:
  libreoffice-still/trunk/libreoffice-still.csh
(from rev 230288, libreoffice-still/trunk/libreoffice-still-common.csh)
  libreoffice-still/trunk/libreoffice-still.install
  libreoffice-still/trunk/libreoffice-still.sh
(from rev 230288, libreoffice-still/trunk/libreoffice-still-common.sh)
Modified:
  libreoffice-still/trunk/PKGBUILD
Deleted:
  libreoffice-still/trunk/libreoffice-still-base.install
  libreoffice-still/trunk/libreoffice-still-calc.install
  libreoffice-still/trunk/libreoffice-still-common.csh
  libreoffice-still/trunk/libreoffice-still-common.install
  libreoffice-still/trunk/libreoffice-still-common.sh
  libreoffice-still/trunk/libreoffice-still-draw.install
  libreoffice-still/trunk/libreoffice-still-impress.install
  libreoffice-still/trunk/libreoffice-still-writer.install

---+
 PKGBUILD  |  730 +---
 libreoffice-still-base.install|   11 
 libreoffice-still-calc.install|   11 
 libreoffice-still-common.csh  |6 
 libreoffice-still-common.install  |   22 -
 libreoffice-still-common.sh   |6 
 libreoffice-still-draw.install|   11 
 libreoffice-still-impress.install |   11 
 libreoffice-still-writer.install  |   11 
 libreoffice-still.csh |6 
 libreoffice-still.install |   13 
 libreoffice-still.sh  |6 
 12 files changed, 227 insertions(+), 617 deletions(-)

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


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 15:48:16
  Author: andyrtr
Revision: 230325

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 230324, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 230324, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 230324, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 230324, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/license.txt   |   33 ++
 testing-x86_64/PKGBUILD|   96 +++
 testing-x86_64/license.txt |   33 ++
 4 files changed, 258 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 230324, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-31 14:48:16 UTC (rev 230325)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=sqlite
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3080802
+_docver=${_amalgamationver}
+#_docver=3080001
+pkgver=3.8.8.2
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url=http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz
+   http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!emptydirs')
+sha1sums=('1db237523419af7110e1d92c6b766e965f9322e4'
+  'a11a6ea95d3d4a88b8d7d4e0cb6fcc3e5f4bf887'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+build() {
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  # build sqlite
+  cd $srcdir/sqlite-autoconf-$_amalgamationver
+
+  ./configure --prefix=/usr \
+   --disable-static
+  make
+  
+  # build the tcl extension
+  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
+  ./configure --prefix=/usr \
+   --with-system-sqlite
+  make
+
+}
+
+package_sqlite() {
+ 
+ pkgdesc=A C library that implements an SQL database engine
+ depends=('readline')
+ provides=(sqlite3=$pkgver)
+ replaces=(sqlite3)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
+  make DESTDIR=${pkgdir} install
+  
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc=sqlite Tcl Extension Architecture (TEA)
+ depends=('sqlite')
+ provides=(sqlite3-tcl=$pkgver)
+ replaces=(sqlite3-tcl)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
+  make DESTDIR=${pkgdir} install
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+package_sqlite-doc() {
+
+ pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
+ #arch=('any') - not yet supported
+ provides=(sqlite3-doc=$pkgver)
+ replaces=(sqlite3-doc)
+ 
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+  
+  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
+  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
+  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
+
+  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -name '*~' -exec rm -f {} \;
+
+  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
+  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
+  find ${pkgdir} -name '.~*' -exec rm -f {} \;
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 230324, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2015-01-31 14:48:16 UTC (rev 230325)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, 

[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-01-31 Thread Laurent Carlier
Date: Saturday, January 31, 2015 @ 15:58:23
  Author: lcarlier
Revision: 126858

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 126857, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-31 14:58:07 UTC (rev 126857)
+++ PKGBUILD2015-01-31 14:58:23 UTC (rev 126858)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-# Contributor: Kaos  gianlucaatlas dot gmail dot com 
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080800
-_docver=${_amalgamationver}
-#_docver=3080401
-pkgver=3.8.8
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine (32-bit)
-arch=('x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('abb7570b7e331ffede7f40f0037be6e0c03b73af')
-provides=(lib32-sqlite3=$pkgver)
-replaces=(lib32-sqlite3)
-conflicts=(lib32-sqlite3)
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  export LTLINK_EXTRAS=-ldl
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 126857, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-31 14:58:23 UTC (rev 126858)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080801
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.8.1
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('a140e3ada8a91a7bacf7a58cfd8f5f0e76796258')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-01-31 Thread Laurent Carlier
Date: Saturday, January 31, 2015 @ 16:00:50
  Author: lcarlier
Revision: 126860

archrelease: copy trunk to multilib-testing-x86_64

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

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

Copied: lib32-sqlite/repos/multilib-testing-x86_64/PKGBUILD (from rev 126859, 
lib32-sqlite/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-01-31 15:00:50 UTC (rev 126860)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut io...@archlinux.ro
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Contributor: Kaos  gianlucaatlas dot gmail dot com 
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080802
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.8.2
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine (32-bit)
+arch=('x86_64')
+license=('custom')
+url=http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('1db237523419af7110e1d92c6b766e965f9322e4')
+provides=(lib32-sqlite3=$pkgver)
+replaces=(lib32-sqlite3)
+conflicts=(lib32-sqlite3)
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  export LTLINK_EXTRAS=-ldl
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-01-31 Thread Laurent Carlier
Date: Saturday, January 31, 2015 @ 16:00:35
  Author: lcarlier
Revision: 126859

upgpkg: lib32-sqlite 3.8.8.2-1

upstream update 3.8.8.2

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 14:58:23 UTC (rev 126858)
+++ PKGBUILD2015-01-31 15:00:35 UTC (rev 126859)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3080801
+_amalgamationver=3080802
 _docver=${_amalgamationver}
 #_docver=3080401
-pkgver=3.8.8.1
+pkgver=3.8.8.2
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine (32-bit)
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2015/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('a140e3ada8a91a7bacf7a58cfd8f5f0e76796258')
+sha1sums=('1db237523419af7110e1d92c6b766e965f9322e4')
 provides=(lib32-sqlite3=$pkgver)
 replaces=(lib32-sqlite3)
 conflicts=(lib32-sqlite3)


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 17:34:43
  Author: andyrtr
Revision: 230333

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/0001-switch-to-librevenge-based-import-libs.patch
(from rev 230332, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-i686/PKGBUILD
(from rev 230332, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 230332, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 230332, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 230332, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 230332, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 230332, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 230332, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 230332, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 230332, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 230332, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 230332, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 230332, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 230332, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 230332, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  
calligra/repos/staging-x86_64/0001-switch-to-librevenge-based-import-libs.patch
(from rev 230332, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 230332, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 230332, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 230332, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 230332, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 230332, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 230332, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 230332, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 230332, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 230332, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 230332, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 230332, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 230332, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 230332, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 230332, calligra/trunk/calligra.install)

--+
 staging-i686/0001-switch-to-librevenge-based-import-libs.patch   |  882 
++
 staging-i686/PKGBUILD|  255 ++
 staging-i686/calligra-braindump.install  |   12 
 staging-i686/calligra-extras.install |   11 
 staging-i686/calligra-filters.install|   12 
 staging-i686/calligra-flow.install   |   12 
 staging-i686/calligra-karbon.install |   12 
 staging-i686/calligra-kexi.install   |   12 
 staging-i686/calligra-krita.install  |   13 
 staging-i686/calligra-plan.install   |   12 
 staging-i686/calligra-plugins.install|   11 
 staging-i686/calligra-sheets.install |   12 
 staging-i686/calligra-stage.install  |   12 
 staging-i686/calligra-words.install  |   12 
 staging-i686/calligra.install|   11 
 staging-x86_64/0001-switch-to-librevenge-based-import-libs.patch |  882 

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 10:21:51
  Author: andyrtr
Revision: 230306

upgpkg: hplip 3.14.10-2

don't depend on all the foomatic-db drivers - hplip ships its own drivers to be 
used with foomatic-db-engine

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 06:23:07 UTC (rev 230305)
+++ PKGBUILD2015-01-31 09:21:51 UTC (rev 230306)
@@ -6,13 +6,12 @@
 
 pkgname=hplip
 pkgver=3.14.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
 license=('GPL')
-depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
-'net-snmp=5.7.1' 'wget')
+depends=('python2' 'ghostscript=8.64-6' 'net-snmp=5.7.1' 'wget' 
'foomatic-db-engine')
 makedepends=('python2-pyqt4' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusb')
 optdepends=('cups: for printing support'
 'python2-dbus: for dbus support'


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 10:22:03
  Author: andyrtr
Revision: 230307

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 230306, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 230306, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 230306, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 230306, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 230306, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 230306, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip.install

+
 /PKGBUILD  |  198 +++
 /disable_upgrade.patch |   28 
 /hplip.install |   36 ++
 extra-i686/PKGBUILD|   99 -
 extra-i686/disable_upgrade.patch   |   14 --
 extra-i686/hplip.install   |   18 ---
 extra-x86_64/PKGBUILD  |   99 -
 extra-x86_64/disable_upgrade.patch |   14 --
 extra-x86_64/hplip.install |   18 ---
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-31 09:21:51 UTC (rev 230306)
+++ extra-i686/PKGBUILD 2015-01-31 09:22:03 UTC (rev 230307)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor : Rémy Oudompheng r...@archlinux.org
-# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
-
-pkgname=hplip
-pkgver=3.14.10
-pkgrel=1
-pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
-arch=('i686' 'x86_64')
-url=http://hplipopensource.com;
-license=('GPL')
-depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
-'net-snmp=5.7.1' 'wget')
-makedepends=('python2-pyqt4' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusb')
-optdepends=('cups: for printing support'
-'python2-dbus: for dbus support'
-'sane: for scanner support'
-'python2-pillow: for commandline scanning support'
-'python2-notify: for Desktop notification support'
-'python2-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python2-pyqt4: for running GUI and hp-toolbox'
-'python2-gobject2: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-md5sums=('7af44ee1c4312b00d2269c1b25008f73'
- 'SKIP'
- '257c8bfe675862d90f4ce07d3dff1d9f')
-
-prepare() {
- cd $pkgname-$pkgver
- 
- export PYTHON=python2
- 
- find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' doctor.py setup.py 
makeuri.py logcapture.py base/magic.py
- sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
- sed -i 's|python ./print.py|python2 ./print.py|' scan.py
- sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
- sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
- sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
- sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
- sed -i 's|/usr/bin/python|/usr/bin/python2|' data/rules/hplip-printer@.service
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip  ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- 

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

2015-01-31 Thread Jonathan Steel
Date: Saturday, January 31, 2015 @ 10:11:21
  Author: jsteel
Revision: 126838

upgpkg: puppet 3.7.4-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 07:40:08 UTC (rev 126837)
+++ PKGBUILD2015-01-31 09:11:21 UTC (rev 126838)
@@ -9,8 +9,8 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=puppet
-pkgver=3.7.3
-pkgrel=4
+pkgver=3.7.4
+pkgrel=1
 pkgdesc=Server automation framework and application
 arch=('any')
 url=http://puppetlabs.com/puppet/puppet-open-source;
@@ -22,7 +22,7 @@
 'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('30664a0277c73a0028997d5aae24d38b')
+md5sums=('cdd76f4cbb2c45a40ddbb2c21070a20b')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-01-31 Thread Jonathan Steel
Date: Saturday, January 31, 2015 @ 10:11:42
  Author: jsteel
Revision: 126839

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/
  puppet/repos/community-testing-any/PKGBUILD
(from rev 126838, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 126838, puppet/trunk/puppet.install)

+
 PKGBUILD   |   73 +++
 puppet.install |   23 +
 2 files changed, 96 insertions(+)

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 126838, 
puppet/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-01-31 09:11:42 UTC (rev 126839)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
+# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
+# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
+# Contributor: Miah Johnson miah (at) chia-pet dot org
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=puppet
+pkgver=3.7.4
+pkgrel=1
+pkgdesc=Server automation framework and application
+arch=('any')
+url=http://puppetlabs.com/puppet/puppet-open-source;
+license=('APACHE')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management'
+'logrotate')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('cdd76f4cbb2c45a40ddbb2c21070a20b')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.2 fixes
+  sed -i 's/: syck$/: (defined?(Psych) \\ YAML == Psych ? psych : 
syck)/' \
+lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb
+  sed -i 466,469d lib/puppet/defaults.rb
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir=$pkgdir --sitelibdir=$( ruby -e \
+'puts RbConfig::CONFIG[vendorlibdir]' )
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
+$pkgdir/etc/$pkgname/$pkgname.conf
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/logrotate \
+$pkgdir/etc/logrotate.d/$pkgname
+  install -Dm644 $srcdir/$pkgname-$pkgver/conf/fileserver.conf \
+$pkgdir/etc/$pkgname/fileserver.conf
+  install -Dm644 $srcdir/$pkgname-$pkgver/conf/tagmail.conf \
+$pkgdir/etc/$pkgname/tagmail.conf
+
+  install -d $pkgdir/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo d /var/run/$pkgname 0755 $pkgname $pkgname -  \
+$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 
$srcdir/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
+$pkgdir/usr/lib/systemd/system/${pkgname}master.service
+
+  # vim and emacs
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
+$pkgdir/usr/share/emacs/site-lisp/$pkgname-mode.el
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
+$pkgdir/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: puppet/repos/community-testing-any/puppet.install (from rev 126838, 
puppet/trunk/puppet.install)
===
--- community-testing-any/puppet.install(rev 0)
+++ community-testing-any/puppet.install2015-01-31 09:11:42 UTC (rev 
126839)
@@ -0,0 +1,23 @@
+pre_install() {
+  getent group puppet /dev/null || groupadd -r puppet -g 52
+  getent passwd puppet /dev/null || useradd -r -u 52 -g puppet \
+-d /var/lib/puppet -s /sbin/nologin -c Puppet puppet
+}
+
+pre_upgrade() {
+  pre_install
+}
+
+pre_remove() {
+  if [[ -f /var/run/puppet/master.pid ]]; then
+systemctl stop puppetmaster
+  fi
+
+  if [[ -f /var/run/puppet/agent.pid ]]; then
+systemctl stop puppet
+  fi
+}
+
+post_remove() {
+  userdel puppet
+}


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

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 17:39:15
  Author: bluewind
Revision: 126861

upgpkg: filezilla 3.10.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 15:00:50 UTC (rev 126860)
+++ PKGBUILD2015-01-31 16:39:15 UTC (rev 126861)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.10.0.2
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('3456276f703f6fd8f84b0ecb26e3638e')
+md5sums=('6dbe9f9d60aa925fa1ddfcd8568bfe32')


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

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 17:39:23
  Author: bluewind
Revision: 126862

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

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

+
 /PKGBUILD  |   66 +++
 /filezilla.install |   22 +++
 community-i686/PKGBUILD|   33 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-31 16:39:15 UTC (rev 126861)
+++ community-i686/PKGBUILD 2015-01-31 16:39:23 UTC (rev 126862)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.10.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('3456276f703f6fd8f84b0ecb26e3638e')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 126861, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-31 16:39:23 UTC (rev 126862)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('6dbe9f9d60aa925fa1ddfcd8568bfe32')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2015-01-31 16:39:15 UTC (rev 126861)
+++ community-i686/filezilla.install2015-01-31 16:39:23 UTC (rev 126862)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 126861, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2015-01-31 16:39:23 UTC (rev 126862)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-31 16:39:15 UTC (rev 126861)
+++ community-x86_64/PKGBUILD   2015-01-31 16:39:23 UTC (rev 126862)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.10.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 17:44:38
  Author: andyrtr
Revision: 230335

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

Added:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-i686/PKGBUILD
(from rev 230334, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-i686/enblend-enfuse.install
(from rev 230334, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-x86_64/
  enblend-enfuse/repos/staging-x86_64/PKGBUILD
(from rev 230334, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install
(from rev 230334, enblend-enfuse/trunk/enblend-enfuse.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/enblend-enfuse.install   |   22 ++
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/enblend-enfuse.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: enblend-enfuse/repos/staging-i686/PKGBUILD (from rev 230334, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-01-31 16:44:38 UTC (rev 230335)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.3
+pkgrel=2
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a025137ba53fc8a355347fe721c6267c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-i686/enblend-enfuse.install (from rev 
230334, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-i686/enblend-enfuse.install (rev 0)
+++ staging-i686/enblend-enfuse.install 2015-01-31 16:44:38 UTC (rev 230335)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: enblend-enfuse/repos/staging-x86_64/PKGBUILD (from rev 230334, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-31 16:44:38 UTC (rev 230335)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.3
+pkgrel=2
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a025137ba53fc8a355347fe721c6267c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install (from rev 
230334, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-x86_64/enblend-enfuse.install   (rev 0)
+++ staging-x86_64/enblend-enfuse.install   2015-01-31 16:44:38 UTC (rev 
230335)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz 

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 17:44:26
  Author: andyrtr
Revision: 230334

upgpkg: enblend-enfuse 4.1.3-2

glew 1.12 rebuild

Modified:
  enblend-enfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 16:34:43 UTC (rev 230333)
+++ PKGBUILD2015-01-31 16:44:26 UTC (rev 230334)
@@ -4,7 +4,7 @@
 
 pkgname=enblend-enfuse
 pkgver=4.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Intelligent blend tool for overlapping picture
 arch=(i686 x86_64)
 license=('GPL')


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

2015-01-31 Thread Anatol Pomozov
Date: Saturday, January 31, 2015 @ 20:10:42
  Author: anatolik
Revision: 230337

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

Added:
  apache/repos/testing-i686/PKGBUILD
(from rev 230336, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache.install
(from rev 230336, apache/trunk/apache.install)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 230336, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/arch.layout
(from rev 230336, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 230336, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 230336, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/PKGBUILD
(from rev 230336, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache.install
(from rev 230336, apache/trunk/apache.install)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 230336, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 230336, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 230336, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 230336, apache/trunk/httpd.service)
Deleted:
  apache/repos/testing-i686/PKGBUILD
  apache/repos/testing-i686/apache.install
  apache/repos/testing-i686/apache.tmpfiles.conf
  apache/repos/testing-i686/arch.layout
  apache/repos/testing-i686/httpd.logrotate
  apache/repos/testing-i686/httpd.service
  apache/repos/testing-x86_64/PKGBUILD
  apache/repos/testing-x86_64/apache.install
  apache/repos/testing-x86_64/apache.tmpfiles.conf
  apache/repos/testing-x86_64/arch.layout
  apache/repos/testing-x86_64/httpd.logrotate
  apache/repos/testing-x86_64/httpd.service

-+
 /PKGBUILD   |  236 ++
 /apache.install |   32 
 /apache.tmpfiles.conf   |2 
 /arch.layout|   44 ++
 /httpd.logrotate|   12 +
 /httpd.service  |   30 
 testing-i686/PKGBUILD   |  118 -
 testing-i686/apache.install |   16 --
 testing-i686/apache.tmpfiles.conf   |1 
 testing-i686/arch.layout|   22 ---
 testing-i686/httpd.logrotate|6 
 testing-i686/httpd.service  |   15 --
 testing-x86_64/PKGBUILD |  118 -
 testing-x86_64/apache.install   |   16 --
 testing-x86_64/apache.tmpfiles.conf |1 
 testing-x86_64/arch.layout  |   22 ---
 testing-x86_64/httpd.logrotate  |6 
 testing-x86_64/httpd.service|   15 --
 18 files changed, 356 insertions(+), 356 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-01-31 19:08:48 UTC (rev 230336)
+++ testing-i686/PKGBUILD   2015-01-31 19:10:42 UTC (rev 230337)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=apache
-pkgver=2.4.12
-pkgrel=1
-pkgdesc='A high performance Unix-based HTTP server'
-arch=('i686' 'x86_64')
-url='http://www.apache.org/dist/httpd'
-license=('APACHE')
-backup=(
-etc/httpd/conf/httpd.conf
-etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
-etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
-etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
-etc/httpd/conf/extra/proxy-html.conf
-etc/httpd/conf/{mime.types,magic}
-etc/logrotate.d/httpd
-)
-depends=('zlib' 'apr-util' 'pcre')
-makedepends=('libxml2' 'lua' 'openssl')
-optdepends=(
-'lua: for mod_lua module'
-'openssl: for mod_ssl module'
-'libxml2: for mod_proxy_html, mod_xml2enc modules' 
-'lynx: apachectl status'
-)
-install=apache.install
-source=(
-http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
-apache.tmpfiles.conf
-httpd.logrotate
-httpd.service
-arch.layout
-)
-sha256sums=('ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4'
-'SKIP'
-'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
-'875903831634edf35d8d57e9a51bacb818255ecb3bfff29627f03e43d1ab65c3'
-'14d0a775eea7f8c66ba55399a9ad1e4fd29e0302f479a15b28bbfc754c5aa347'
-'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
-validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
-
-build() {
-  cd httpd-${pkgver}
-
-  # set default user
-  sed -e 's#User daemon#User http#' \
-  -e 's#Group daemon#Group http#' \
-  -i docs/conf/httpd.conf.in
-
-  cat ${srcdir}/arch.layout  config.layout
-   
-  ./configure --sbindir=/usr/bin \
-  --enable-layout=Arch \
-  

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:24:25
  Author: andyrtr
Revision: 126869

upgpkg: sfml 2.2-3

glew 1.12 rebuild

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:09:59 UTC (rev 126868)
+++ PKGBUILD2015-01-31 20:24:25 UTC (rev 126869)
@@ -4,7 +4,7 @@
 
 pkgname=sfml
 pkgver=2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:36:34
  Author: andyrtr
Revision: 126873

upgpkg: projectm 2.1.0-10

glew 1.12 rebuild

Modified:
  projectm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:34:00 UTC (rev 126872)
+++ PKGBUILD2015-01-31 20:36:34 UTC (rev 126873)
@@ -7,7 +7,7 @@
 pkgbase=projectm
 pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
 pkgver=2.1.0
-pkgrel=9
+pkgrel=10
 arch=('x86_64' 'i686')
 url='http://projectm.sourceforge.net/'
 license=('LGPL')


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

2015-01-31 Thread Anatol Pomozov
Date: Saturday, January 31, 2015 @ 20:08:48
  Author: anatolik
Revision: 230336

upgpkg: apache 2.4.12-2

Enable mod_authnz_fcgi (new since 2.4.10)

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 16:44:38 UTC (rev 230335)
+++ PKGBUILD2015-01-31 19:08:48 UTC (rev 230336)
@@ -5,7 +5,7 @@
 
 pkgname=apache
 pkgver=2.4.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 20:58:30
  Author: andyrtr
Revision: 126864

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

Added:
  widelands/repos/community-staging-i686/
  widelands/repos/community-staging-i686/PKGBUILD
(from rev 126863, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-i686/widelands.desktop
(from rev 126863, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-i686/widelands.png
(from rev 126863, widelands/trunk/widelands.png)
  widelands/repos/community-staging-i686/widelands.sh
(from rev 126863, widelands/trunk/widelands.sh)
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 126863, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 126863, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 126863, widelands/trunk/widelands.png)
  widelands/repos/community-staging-x86_64/widelands.sh
(from rev 126863, widelands/trunk/widelands.sh)

+
 community-staging-i686/PKGBUILD|   51 +++
 community-staging-i686/widelands.desktop   |8 
 community-staging-i686/widelands.sh|3 +
 community-staging-x86_64/PKGBUILD  |   51 +++
 community-staging-x86_64/widelands.desktop |8 
 community-staging-x86_64/widelands.sh  |3 +
 6 files changed, 124 insertions(+)

Copied: widelands/repos/community-staging-i686/PKGBUILD (from rev 126863, 
widelands/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 19:58:30 UTC (rev 126864)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler rabyte*gmail
+
+pkgname=widelands
+pkgver=18
+_realver=build${pkgver}
+pkgrel=3
+pkgdesc=A realtime strategy game with emphasis on economy and transport
+arch=('i686' 'x86_64')
+url=http://widelands.org/;
+license=('GPL')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+source=(https://launchpad.net/widelands/${_realver}/build-${pkgver}/+download/$pkgname-$_realver-src.tar.bz2;
+$pkgname.desktop
+$pkgname.png
+$pkgname.sh)
+md5sums=('01efe8db8cd25ffeb4f82b8b4ab6652e'
+ '15820bf099fd6f16251fe70a75c534bb'
+ '3dfda7e9ca76ca00dd98d745d0ceb328'
+ '7cae50aba5ed0cd2cfeea79124637b46')
+
+build() {
+cd $srcdir/$pkgname-$_realver-src
+
+mkdir -p build/compile  cd build/compile
+
+cmake ../.. -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_DATADIR=share/$pkgname \
+-DWL_INSTALL_BINDIR=bin
+make
+}
+
+package() {
+depends=(${depends[@]} 'widelands-data')
+cd $srcdir/$pkgname-$_realver-src/build/compile
+
+make DESTDIR=$pkgdir install
+
+rm -r 
$pkgdir/usr/share/widelands/{campaigns,fonts,global,locale,maps,music,pics,scripting,sound,tribes,txts,worlds}
+
+# Install bin, icon and desktop file
+#install -Dm 755 src/$pkgname $pkgdir/usr/share/$pkgname/$pkgname
+#install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: widelands/repos/community-staging-i686/widelands.desktop (from rev 
126863, widelands/trunk/widelands.desktop)
===
--- community-staging-i686/widelands.desktop(rev 0)
+++ community-staging-i686/widelands.desktop2015-01-31 19:58:30 UTC (rev 
126864)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Widelands
+GenericName=Widelands
+Comment=Realtime strategy game
+Icon=widelands
+Exec=widelands
+Type=Application
+Categories=Game;StrategyGame;

Copied: widelands/repos/community-staging-i686/widelands.png (from rev 126863, 
widelands/trunk/widelands.png)
===
(Binary files differ)

Copied: widelands/repos/community-staging-i686/widelands.sh (from rev 126863, 
widelands/trunk/widelands.sh)
===
--- community-staging-i686/widelands.sh (rev 0)
+++ community-staging-i686/widelands.sh 2015-01-31 19:58:30 UTC (rev 126864)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/widelands
+./widelands $*

Copied: widelands/repos/community-staging-x86_64/PKGBUILD (from rev 126863, 
widelands/trunk/PKGBUILD)

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 20:58:10
  Author: andyrtr
Revision: 126863

upgpkg: widelands 18-3

glew 1.12 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 16:39:23 UTC (rev 126862)
+++ PKGBUILD2015-01-31 19:58:10 UTC (rev 126863)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=18
 _realver=build${pkgver}
-pkgrel=2
+pkgrel=3
 pkgdesc=A realtime strategy game with emphasis on economy and transport
 arch=('i686' 'x86_64')
 url=http://widelands.org/;


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:05:22
  Author: andyrtr
Revision: 126865

upgpkg: vdrift 2012.07.22-9

glew 1.12 rebuild

Modified:
  vdrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 19:58:30 UTC (rev 126864)
+++ PKGBUILD2015-01-31 20:05:22 UTC (rev 126865)
@@ -5,7 +5,7 @@
 
 pkgname=vdrift
 pkgver=2012.07.22
-pkgrel=8
+pkgrel=9
 pkgdesc=Open source driving simulation made with drift racing in mind
 arch=('i686' 'x86_64')
 url=http://vdrift.net/;


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:05:33
  Author: andyrtr
Revision: 126866

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

Added:
  vdrift/repos/community-staging-i686/
  vdrift/repos/community-staging-i686/PKGBUILD
(from rev 126865, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-staging-i686/vdrift-2012-07-22c_bullet281_patch.diff
(from rev 126865, vdrift/trunk/vdrift-2012-07-22c_bullet281_patch.diff)
  vdrift/repos/community-staging-i686/vdrift.install
(from rev 126865, vdrift/trunk/vdrift.install)
  vdrift/repos/community-staging-x86_64/
  vdrift/repos/community-staging-x86_64/PKGBUILD
(from rev 126865, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-staging-x86_64/vdrift-2012-07-22c_bullet281_patch.diff
(from rev 126865, vdrift/trunk/vdrift-2012-07-22c_bullet281_patch.diff)
  vdrift/repos/community-staging-x86_64/vdrift.install
(from rev 126865, vdrift/trunk/vdrift.install)

--+
 community-staging-i686/PKGBUILD  |   54 
 community-staging-i686/vdrift-2012-07-22c_bullet281_patch.diff   |  898 
++
 community-staging-i686/vdrift.install|   11 
 community-staging-x86_64/PKGBUILD|   54 
 community-staging-x86_64/vdrift-2012-07-22c_bullet281_patch.diff |  898 
++
 community-staging-x86_64/vdrift.install  |   11 
 6 files changed, 1926 insertions(+)

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


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:09:59
  Author: andyrtr
Revision: 126868

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

Added:
  supertux/repos/community-staging-i686/
  supertux/repos/community-staging-i686/PKGBUILD
(from rev 126867, supertux/trunk/PKGBUILD)
  supertux/repos/community-staging-x86_64/
  supertux/repos/community-staging-x86_64/PKGBUILD
(from rev 126867, supertux/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: supertux/repos/community-staging-i686/PKGBUILD (from rev 126867, 
supertux/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 20:09:59 UTC (rev 126868)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=supertux
+pkgver=0.3.4
+pkgrel=3
+pkgdesc=A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games
+arch=('i686' 'x86_64')
+url=http://super-tux.sourceforge.net/;
+license=('GPL')
+depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
+md5sums=('108af4c1fd985e8842a15cd819b9b157')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: supertux/repos/community-staging-x86_64/PKGBUILD (from rev 126867, 
supertux/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 20:09:59 UTC (rev 126868)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=supertux
+pkgver=0.3.4
+pkgrel=3
+pkgdesc=A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games
+arch=('i686' 'x86_64')
+url=http://super-tux.sourceforge.net/;
+license=('GPL')
+depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
+md5sums=('108af4c1fd985e8842a15cd819b9b157')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:09:47
  Author: andyrtr
Revision: 126867

upgpkg: supertux 0.3.4-3

glew 1.12 rebuild

Modified:
  supertux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:05:33 UTC (rev 126866)
+++ PKGBUILD2015-01-31 20:09:47 UTC (rev 126867)
@@ -6,7 +6,7 @@
 
 pkgname=supertux
 pkgver=0.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games
 arch=('i686' 'x86_64')
 url=http://super-tux.sourceforge.net/;


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:24:46
  Author: andyrtr
Revision: 126870

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 126869, sfml/trunk/PKGBUILD)
  sfml/repos/community-staging-i686/sfml.install
(from rev 126869, sfml/trunk/sfml.install)
  sfml/repos/community-staging-x86_64/
  sfml/repos/community-staging-x86_64/PKGBUILD
(from rev 126869, sfml/trunk/PKGBUILD)
  sfml/repos/community-staging-x86_64/sfml.install
(from rev 126869, 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 126869, 
sfml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 20:24:46 UTC (rev 126870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.2
+pkgrel=3
+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 126869, 
sfml/trunk/sfml.install)
===
--- community-staging-i686/sfml.install (rev 0)
+++ community-staging-i686/sfml.install 2015-01-31 20:24:46 UTC (rev 126870)
@@ -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 126869, 
sfml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 20:24:46 UTC (rev 126870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.2
+pkgrel=3
+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 126869, 
sfml/trunk/sfml.install)
===
--- community-staging-x86_64/sfml.install   (rev 0)
+++ community-staging-x86_64/sfml.install   2015-01-31 20:24:46 UTC (rev 
126870)
@@ -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 openimageio/repos (4 files)

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:34:00
  Author: andyrtr
Revision: 126872

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

Added:
  openimageio/repos/community-staging-i686/
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 126871, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 126871, openimageio/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 126871, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 20:34:00 UTC (rev 126872)
@@ -0,0 +1,50 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.15
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd oiio
+
+  curl 
https://github.com/OpenImageIO/oiio/commit/e1150f22f012d8d86f14534eda14bec960e96f3e.patch;|patch
 -Np1
+  # https://github.com/OpenImageIO/oiio/issues/987
+  #git revert -n 6f0e019
+}
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-staging-x86_64/PKGBUILD (from rev 126871, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 20:34:00 UTC (rev 126872)
@@ -0,0 +1,50 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.15
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd oiio
+
+  curl 
https://github.com/OpenImageIO/oiio/commit/e1150f22f012d8d86f14534eda14bec960e96f3e.patch;|patch
 -Np1
+  # https://github.com/OpenImageIO/oiio/issues/987
+  #git revert -n 6f0e019
+}
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:33:50
  Author: andyrtr
Revision: 126871

upgpkg: openimageio 1.4.15-2

glew 1.12 rebuild

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:24:46 UTC (rev 126870)
+++ PKGBUILD2015-01-31 20:33:50 UTC (rev 126871)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.4.15
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:36:56
  Author: andyrtr
Revision: 126874

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

Added:
  projectm/repos/community-staging-i686/
  projectm/repos/community-staging-i686/PKGBUILD
(from rev 126873, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-i686/projectm-install-vera-ttf.patch
(from rev 126873, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-i686/projectm-test-opengl.patch
(from rev 126873, projectm/trunk/projectm-test-opengl.patch)
  projectm/repos/community-staging-x86_64/
  projectm/repos/community-staging-x86_64/PKGBUILD
(from rev 126873, projectm/trunk/PKGBUILD)
  projectm/repos/community-staging-x86_64/projectm-install-vera-ttf.patch
(from rev 126873, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-staging-x86_64/projectm-test-opengl.patch
(from rev 126873, projectm/trunk/projectm-test-opengl.patch)

--+
 community-staging-i686/PKGBUILD  |   94 +
 community-staging-i686/projectm-install-vera-ttf.patch   |   12 +
 community-staging-i686/projectm-test-opengl.patch|   19 ++
 community-staging-x86_64/PKGBUILD|   94 +
 community-staging-x86_64/projectm-install-vera-ttf.patch |   12 +
 community-staging-x86_64/projectm-test-opengl.patch  |   19 ++
 6 files changed, 250 insertions(+)

Copied: projectm/repos/community-staging-i686/PKGBUILD (from rev 126873, 
projectm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 20:36:56 UTC (rev 126874)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Denis A. Altoe Falqueto denisfalqu...@gmail.com
+
+pkgbase=projectm
+pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
+pkgver=2.1.0
+pkgrel=10
+arch=('x86_64' 'i686')
+url='http://projectm.sourceforge.net/'
+license=('LGPL')
+makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
+source=(http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
+'projectm-test-opengl.patch'
+'projectm-install-vera-ttf.patch')
+sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee'
+'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1'
+'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110')
+
+prepare() {
+  cd projectM-complete-$pkgver-Source
+
+  patch -p1 -i $srcdir/projectm-test-opengl.patch
+  patch -p1 -i $srcdir/projectm-install-vera-ttf.patch
+  mkdir -p $srcdir/build
+}
+
+build() {
+  cd build
+
+  cmake \
+-Wno-dev \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DINCLUDE-PROJECTM-JACK=ON \
+../projectM-complete-$pkgver-Source
+  make
+}
+
+package_projectm() {
+  pkgdesc='Music visualizer which uses 3D accelerated iterative image based 
rendering'
+  depends=('ftgl' 'glew' 'libgl')
+
+  cd $srcdir/build
+  for dirs in src/{NativePresets,libprojectM}; do
+make -C $dirs DESTDIR=$pkgdir install
+  done
+}
+
+package_projectm-libvisual() {
+  pkgdesc='ProjectM plugin for XMMS'
+  depends=('projectm' 'libvisual' 'gcc-libs')
+  replaces=('libvisual-projectm')
+  provides=('libvisual-projectm')
+  
+  cd $srcdir/build/src/projectM-libvisual
+  make DESTDIR=$pkgdir install
+}
+
+package_projectm-pulseaudio() {
+  pkgdesc='ProjectM support for Pulseaudio'
+  depends=('projectm-qt' 'pulseaudio')
+  
+  cd $srcdir/build/src/projectM-pulseaudio
+  make DESTDIR=$pkgdir install
+}
+
+package_projectm-jack() {
+  pkgdesc='ProjectM support for Jack'
+  depends=('projectm-qt' 'jack')
+  
+  cd $srcdir/build/src/projectM-jack
+  make DESTDIR=$pkgdir install
+}
+
+package_projectm-qt() {
+  pkgdesc='Qt bindings for ProjectM'
+  depends=('projectm' 'qt4' 'libgl')
+  
+  cd $srcdir/build/src/projectM-qt
+  make DESTDIR=$pkgdir install
+}
+
+package_projectm-test() {
+  pkgdesc='ProjectM test applications'
+  depends=('projectm' 'sdl' 'libgl')
+  
+  cd $srcdir/build/src/projectM-test
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: projectm/repos/community-staging-i686/projectm-install-vera-ttf.patch 
(from rev 126873, projectm/trunk/projectm-install-vera-ttf.patch)
===
--- community-staging-i686/projectm-install-vera-ttf.patch  
(rev 0)
+++ community-staging-i686/projectm-install-vera-ttf.patch  2015-01-31 
20:36:56 UTC (rev 

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

2015-01-31 Thread Jan Steffens
Date: Saturday, January 31, 2015 @ 21:38:09
  Author: heftig
Revision: 230339

3.14.8

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 19:11:49 UTC (rev 230338)
+++ PKGBUILD2015-01-31 20:38:09 UTC (rev 230339)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.14.7
+pkgver=3.14.8
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
@@ -14,8 +14,8 @@
  adwaita-icon-theme json-glib rest)
 makedepends=(gobject-introspection python2)
 license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('fb9914b04f218c1afb4820ea492f3c6ab6d6993cc6634ecade8303678d05a46e')
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('7a543ea8a85f2c8a7b7374f24fd57df454067858689d8b02ec6c90f24be2b344')
 
 prepare() {
 cd gtk+-$pkgver


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

2015-01-31 Thread Jan Steffens
Date: Saturday, January 31, 2015 @ 21:42:53
  Author: heftig
Revision: 230340

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 230339, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 230339, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 230339, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 230339, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 230339, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 230339, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |   90 
 /gtk3.install |   36 +
 /settings.ini |8 +++
 extra-i686/PKGBUILD   |   45 --
 extra-i686/gtk3.install   |   18 
 extra-i686/settings.ini   |4 -
 extra-x86_64/PKGBUILD |   45 --
 extra-x86_64/gtk3.install |   18 
 extra-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-31 20:38:09 UTC (rev 230339)
+++ extra-i686/PKGBUILD 2015-01-31 20:42:53 UTC (rev 230340)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.14.7
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection python2)
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('fb9914b04f218c1afb4820ea492f3c6ab6d6993cc6634ecade8303678d05a46e')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 230339, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-31 20:42:53 UTC (rev 230340)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.14.8
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
+ libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection python2)
+license=(LGPL)
+source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('7a543ea8a85f2c8a7b7374f24fd57df454067858689d8b02ec6c90f24be2b344')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gtk3.install
===
--- extra-i686/gtk3.install 2015-01-31 20:38:09 UTC (rev 230339)
+++ extra-i686/gtk3.install 2015-01-31 20:42:53 UTC (rev 230340)
@@ -1,18 +0,0 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-update-icon-cache -q -t -f 

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:52:06
  Author: andyrtr
Revision: 126875

upgpkg: megaglest 3.11.0-2

glew 1.12 rebuild

Modified:
  megaglest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:36:56 UTC (rev 126874)
+++ PKGBUILD2015-01-31 20:52:06 UTC (rev 126875)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:52:19
  Author: andyrtr
Revision: 126876

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

Added:
  megaglest/repos/community-staging-i686/
  megaglest/repos/community-staging-i686/PKGBUILD
(from rev 126875, megaglest/trunk/PKGBUILD)
  megaglest/repos/community-staging-x86_64/
  megaglest/repos/community-staging-x86_64/PKGBUILD
(from rev 126875, megaglest/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: megaglest/repos/community-staging-i686/PKGBUILD (from rev 126875, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 20:52:19 UTC (rev 126876)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=megaglest
+pkgver=3.11.0
+pkgrel=2
+pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/megaglest/;
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=(git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd megaglest-source
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 \
+-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.8
+  make
+}
+
+package() {
+  cd megaglest-source/build
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: megaglest/repos/community-staging-x86_64/PKGBUILD (from rev 126875, 
megaglest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 20:52:19 UTC (rev 126876)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=megaglest
+pkgver=3.11.0
+pkgrel=2
+pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/megaglest/;
+license=('GPL3')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=(git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd megaglest-source
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 \
+-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.8
+  make
+}
+
+package() {
+  cd megaglest-source/build
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 22:23:22
  Author: andyrtr
Revision: 126877

upgpkg: gource 0.43-3

glew 1.12 rebuild

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:52:19 UTC (rev 126876)
+++ PKGBUILD2015-01-31 21:23:22 UTC (rev 126877)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat olivier at ramonat dot fr
 pkgname=gource
 pkgver=0.43
-pkgrel=2
+pkgrel=3
 pkgdesc=software version control visualization
 license=(GPL3)
 arch=(i686 x86_64)


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 22:23:37
  Author: andyrtr
Revision: 126878

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 126877, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 126877, gource/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   29 +
 community-staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 126877, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 21:23:37 UTC (rev 126878)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.43
+pkgrel=3
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 126877, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 21:23:37 UTC (rev 126878)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.43
+pkgrel=3
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:28:45
  Author: foutrelis
Revision: 126881

upgpkg: cegui 0.8.4-7

GLEW 1.12 rebuild.

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 22:24:56 UTC (rev 126880)
+++ PKGBUILD2015-01-31 23:28:45 UTC (rev 126881)
@@ -7,7 +7,7 @@
 pkgname=cegui
 pkgver=0.8.4
 _tag=0-8-4
-pkgrel=6
+pkgrel=7
 pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
 arch=('i686' 'x86_64')
 url=http://cegui.org.uk;


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:29:19
  Author: foutrelis
Revision: 126883

upgpkg: frogatto 1.3.1-11

GLEW 1.12 rebuild.

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 23:28:58 UTC (rev 126882)
+++ PKGBUILD2015-01-31 23:29:19 UTC (rev 126883)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=10
+pkgrel=11
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:29:28
  Author: foutrelis
Revision: 126884

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 126883, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 126883, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 126883, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 126883, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 126883, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 126883, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 126 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 126883, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 23:29:28 UTC (rev 126884)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=11
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm 755 game $pkgdir/opt/frogatto/game
+  install -Dm 755 server $pkgdir/opt/frogatto/server
+  install -Dm 644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
+  install -Dm 755 $srcdir/frogatto $pkgdir/usr/bin/frogatto
+  install -Dm 644 $srcdir/frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 126883, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2015-01-31 23:29:28 UTC (rev 126884)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 
126883, frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2015-01-31 23:29:28 UTC (rev 
126884)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 126883, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 23:29:28 UTC (rev 126884)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')

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

2015-01-31 Thread Sébastien Luttringer
Date: Sunday, February 1, 2015 @ 00:58:22
  Author: seblu
Revision: 230341

upgpkg: patch 2.7.4-1

Modified:
  patch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:42:53 UTC (rev 230340)
+++ PKGBUILD2015-01-31 23:58:22 UTC (rev 230341)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=patch
-pkgver=2.7.3
+pkgver=2.7.4
 pkgrel=1
 pkgdesc='A utility to apply patch files to original sources'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('ed: for patch -e functionality')
 validpgpkeys=('7768CE4B75E5236F1A374CEEC4C927CD5D1B36D7') # Andreas Gruenbacher
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('29b87be845e4662ab0ca0d48a805ecc6'
+md5sums=('abc59498fc44e0d07764aa105fd2'
  'SKIP')
 
 #prepare() {


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

2015-01-31 Thread Sébastien Luttringer
Date: Sunday, February 1, 2015 @ 00:58:46
  Author: seblu
Revision: 230342

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

Added:
  patch/repos/testing-i686/
  patch/repos/testing-i686/PKGBUILD
(from rev 230341, patch/trunk/PKGBUILD)
  patch/repos/testing-x86_64/
  patch/repos/testing-x86_64/PKGBUILD
(from rev 230341, patch/trunk/PKGBUILD)

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

Copied: patch/repos/testing-i686/PKGBUILD (from rev 230341, 
patch/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-31 23:58:46 UTC (rev 230342)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=patch
+pkgver=2.7.4
+pkgrel=1
+pkgdesc='A utility to apply patch files to original sources'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/patch/patch.html'
+license=('GPL')
+groups=('base-devel')
+depends=('glibc' 'attr')
+makedepends=('ed')
+optdepends=('ed: for patch -e functionality')
+validpgpkeys=('7768CE4B75E5236F1A374CEEC4C927CD5D1B36D7') # Andreas Gruenbacher
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('abc59498fc44e0d07764aa105fd2'
+ 'SKIP')
+
+#prepare() {
+#  # Fix segfault on non-numeric strip-count
+#  # (also segfaults on nonexistent directory passed to -d)
+#  # http://savannah.gnu.org/bugs/?37500
+#  patch -Np1 -d $pkgname-$pkgver  
patch-2.7.1-initialize-data-structures-early-enough.patch
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: patch/repos/testing-x86_64/PKGBUILD (from rev 230341, 
patch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-31 23:58:46 UTC (rev 230342)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=patch
+pkgver=2.7.4
+pkgrel=1
+pkgdesc='A utility to apply patch files to original sources'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/patch/patch.html'
+license=('GPL')
+groups=('base-devel')
+depends=('glibc' 'attr')
+makedepends=('ed')
+optdepends=('ed: for patch -e functionality')
+validpgpkeys=('7768CE4B75E5236F1A374CEEC4C927CD5D1B36D7') # Andreas Gruenbacher
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('abc59498fc44e0d07764aa105fd2'
+ 'SKIP')
+
+#prepare() {
+#  # Fix segfault on non-numeric strip-count
+#  # (also segfaults on nonexistent directory passed to -d)
+#  # http://savannah.gnu.org/bugs/?37500
+#  patch -Np1 -d $pkgname-$pkgver  
patch-2.7.1-initialize-data-structures-early-enough.patch
+#}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 01:27:57
  Author: foutrelis
Revision: 126892

upgpkg: spring 98.0-4

GLEW 1.12 rebuild.

Added:
  spring/trunk/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
Modified:
  spring/trunk/PKGBUILD

-+
 0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch |   32 
++
 PKGBUILD|   18 -
 2 files changed, 45 insertions(+), 5 deletions(-)

Added: 0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
===
--- 0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch 
(rev 0)
+++ 0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch 
2015-02-01 00:27:57 UTC (rev 126892)
@@ -0,0 +1,32 @@
+From 9e0db5f602407de4e7875ca85761b41782c1bb9c Mon Sep 17 00:00:00 2001
+From: Johan Rehnberg cleanr...@gmail.com
+Date: Wed, 31 Dec 2014 11:35:19 +0100
+Subject: [PATCH] fix GetListOfSubModules to support GLOB returning both //
+ and /
+
+I needed this when building on archlinux with cmake 3.1.0 where GLOB returns 
/
+---
+ rts/build/cmake/Util.cmake | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/rts/build/cmake/Util.cmake b/rts/build/cmake/Util.cmake
+index 9f49e54..e23db7b 100644
+--- a/rts/build/cmake/Util.cmake
 b/rts/build/cmake/Util.cmake
+@@ -166,10 +166,11 @@ EndFunction (MakeGlobal)
+ # Find all CMakeLists.txt files in sub-directories
+ Macro(GetListOfSubModules list_var)
+   File(GLOB ${list_var} RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} 
FOLLOW_SYMLINKS ${CMAKE_CURRENT_SOURCE_DIR}/*/CMakeLists.txt)
+-
+   # Strip away the /CMakeLists.txt parts, so we end up with just a list 
of dirs,
+   # for example: AAI;RAI;KAIK
+-  String(REPLACE //CMakeLists.txt  ${list_var} ${${list_var}})
++  # GLOB can prefix with // or / (perhaps changed in cmake 3.1.0), 
this double replace will support both // and /
++  String(REPLACE /CMakeLists.txt  ${list_var} ${${list_var}})
++  String(REPLACE /  ${list_var} ${${list_var}})
+ EndMacro (GetListOfSubModules list_var)
+ 
+ 
+-- 
+2.2.1
+

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 00:23:09 UTC (rev 126891)
+++ PKGBUILD2015-02-01 00:27:57 UTC (rev 126892)
@@ -5,7 +5,7 @@
 
 pkgname=spring
 pkgver=98.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
 url=http://springrts.com/;
@@ -16,14 +16,22 @@
 optdepends=('python2: python-based bots'
 'java-runtime: java-based bots')
 install=spring.install
-source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma)
-md5sums=('fbe60dff4d39918157869f45738e0a8a')
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch)
+md5sums=('fbe60dff4d39918157869f45738e0a8a'
+ 'a8a8e5038439d43baaeac26585f5caf9')
 
-build() {
+prepare() {
   bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
-  
+
   cd spring_${pkgver}
 
+  patch -Np1 -i 
../0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
+}
+
+build() {
+  cd spring_${pkgver}
+
   cmake. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DDATADIR=share/spring \


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 01:28:13
  Author: foutrelis
Revision: 126893

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

Added:
  spring/repos/community-staging-i686/
  
spring/repos/community-staging-i686/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
(from rev 126892, 
spring/trunk/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch)
  spring/repos/community-staging-i686/PKGBUILD
(from rev 126892, spring/trunk/PKGBUILD)
  spring/repos/community-staging-i686/spring.install
(from rev 126892, spring/trunk/spring.install)
  spring/repos/community-staging-x86_64/
  
spring/repos/community-staging-x86_64/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
(from rev 126892, 
spring/trunk/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch)
  spring/repos/community-staging-x86_64/PKGBUILD
(from rev 126892, spring/trunk/PKGBUILD)
  spring/repos/community-staging-x86_64/spring.install
(from rev 126892, spring/trunk/spring.install)

--+
 
community-staging-i686/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
   |   32 ++
 community-staging-i686/PKGBUILD
  |   51 ++
 community-staging-i686/spring.install  
  |   12 ++
 
community-staging-x86_64/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
 |   32 ++
 community-staging-x86_64/PKGBUILD  
  |   51 ++
 community-staging-x86_64/spring.install
  |   12 ++
 6 files changed, 190 insertions(+)

Copied: 
spring/repos/community-staging-i686/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
 (from rev 126892, 
spring/trunk/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch)
===
--- 
community-staging-i686/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
  (rev 0)
+++ 
community-staging-i686/0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch
  2015-02-01 00:28:13 UTC (rev 126893)
@@ -0,0 +1,32 @@
+From 9e0db5f602407de4e7875ca85761b41782c1bb9c Mon Sep 17 00:00:00 2001
+From: Johan Rehnberg cleanr...@gmail.com
+Date: Wed, 31 Dec 2014 11:35:19 +0100
+Subject: [PATCH] fix GetListOfSubModules to support GLOB returning both //
+ and /
+
+I needed this when building on archlinux with cmake 3.1.0 where GLOB returns 
/
+---
+ rts/build/cmake/Util.cmake | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/rts/build/cmake/Util.cmake b/rts/build/cmake/Util.cmake
+index 9f49e54..e23db7b 100644
+--- a/rts/build/cmake/Util.cmake
 b/rts/build/cmake/Util.cmake
+@@ -166,10 +166,11 @@ EndFunction (MakeGlobal)
+ # Find all CMakeLists.txt files in sub-directories
+ Macro(GetListOfSubModules list_var)
+   File(GLOB ${list_var} RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} 
FOLLOW_SYMLINKS ${CMAKE_CURRENT_SOURCE_DIR}/*/CMakeLists.txt)
+-
+   # Strip away the /CMakeLists.txt parts, so we end up with just a list 
of dirs,
+   # for example: AAI;RAI;KAIK
+-  String(REPLACE //CMakeLists.txt  ${list_var} ${${list_var}})
++  # GLOB can prefix with // or / (perhaps changed in cmake 3.1.0), 
this double replace will support both // and /
++  String(REPLACE /CMakeLists.txt  ${list_var} ${${list_var}})
++  String(REPLACE /  ${list_var} ${${list_var}})
+ EndMacro (GetListOfSubModules list_var)
+ 
+ 
+-- 
+2.2.1
+

Copied: spring/repos/community-staging-i686/PKGBUILD (from rev 126892, 
spring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-02-01 00:28:13 UTC (rev 126893)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=spring
+pkgver=98.0
+pkgrel=4
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('i686' 'x86_64')
+url=http://springrts.com/;
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
+optdepends=('python2: python-based bots'
+'java-runtime: java-based bots')
+install=spring.install
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+0001-fix-GetListOfSubModules-to-support-GLOB-returning-bo.patch)
+md5sums=('fbe60dff4d39918157869f45738e0a8a'
+ 

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

2015-01-31 Thread speps
Date: Sunday, February 1, 2015 @ 03:54:22
  Author: speps
Revision: 126896

upgpkg: qtractor 0.6.5-1

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 00:35:54 UTC (rev 126895)
+++ PKGBUILD2015-02-01 02:54:22 UTC (rev 126896)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher hollunder at gmx dot at
 
 pkgname=qtractor
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc=Audio/MIDI multitrack sequencer
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('dssi-vst: win32 VST support')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('37396d7dae7a5d6348d481d2d77a88cb')
+md5sums=('810ec8b8d80cf76be6347c271f28a6cc')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-01-31 Thread Daniel Micay
Date: Sunday, February 1, 2015 @ 01:22:02
  Author: thestinger
Revision: 126890

upgpkg: linux-grsec 3.18.5.201501310706-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 00:00:24 UTC (rev 126889)
+++ PKGBUILD2015-02-01 00:22:02 UTC (rev 126890)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.18
-_pkgver=3.18.4
+_pkgver=3.18.5
 _grsecver=3.0
-_timestamp=201501272307
+_timestamp=201501310706
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd'
 'SKIP'
-'57c74ba5266bb10be335a89d30480739b3de67b5a72b3e0b0d37a27775b1862a'
+'9e261632e11f629705c3f1b2f07c611284e5f9972c42f6740131e8e2471c349a'
 'SKIP'
-'655d998d6436c84e630696a94f9f53d0036fed82d5ff02119db2ab9e37db835f'
+'56fbe38b2700d85c84c535c77921e77d35d389fb5eaa4c4f025327d8dd8c1225'
 'SKIP'
 'ef622b478483a26357fef6a1b32a1681cbbc07af5e780dab9138fe643e01e2e5'
 'd4b167b2aa3a76d88cedfe712ac36b3050801a562d962a8b48a872c81502'


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

2015-01-31 Thread Daniel Micay
Date: Sunday, February 1, 2015 @ 01:23:09
  Author: thestinger
Revision: 126891

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

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

+
 /PKGBUILD  |  654 
 /change-default-console-loglevel.patch |   22 
 /config|14718 +++
 /config.x86_64 |14140 ++
 /linux-grsec.install   |  110 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  327 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7359 ---
 community-i686/config.x86_64   | 7070 ---
 community-i686/linux-grsec.install |   55 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  327 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7359 ---
 community-x86_64/config.x86_64 | 7070 ---
 community-x86_64/linux-grsec.install   |   55 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29672 insertions(+), 29672 deletions(-)

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


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

2015-01-31 Thread Anatol Pomozov
Date: Sunday, February 1, 2015 @ 07:33:19
  Author: anatolik
Revision: 230344

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 230343, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 230343, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 230343, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 230343, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 230343, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 230343, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 176 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 230343, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-01 06:33:19 UTC (rev 230344)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.7.1
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('571748397e420a95c0679615cbea8e1830bc3f3c'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 230343, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2015-02-01 06:33:19 UTC (rev 230344)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 230343, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2015-02-01 06:33:19 UTC (rev 230344)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 230343, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-01 06:33:19 UTC (rev 230344)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.7.1
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;

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

2015-01-31 Thread Gaetan Bisson
Date: Sunday, February 1, 2015 @ 08:47:02
  Author: bisson
Revision: 230348

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 230347, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 230347, fontforge/trunk/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 230347, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 230347, fontforge/trunk/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/install

---+
 /PKGBUILD |  122 
 /install  |   24 +
 extra-i686/PKGBUILD   |   61 
 extra-i686/install|   12 
 extra-x86_64/PKGBUILD |   61 
 extra-x86_64/install  |   12 
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-01 07:46:30 UTC (rev 230347)
+++ extra-i686/PKGBUILD 2015-02-01 07:47:02 UTC (rev 230348)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-_pkgver=2014-11-26
-pkgver=${_pkgver//-/}
-pkgrel=2
-pkgdesc='Outline and bitmap font editor'
-url='http://www.fontforge.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
- 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=(http://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${_pkgver}-Unix-Source.tar.gz;
-'http://fontforge.org/cidmaps.tgz')
-sha1sums=('ecd776480a47cdcbe1b30ce275172d7d52288e77'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   rm -fr libltdl
-   for i in m4/*.m4; do
-   if [[ ! -L $i ]]; then continue; fi
-   j=$(readlink $i)
-   ln -sf ${j/aclocal\//aclocal\/lt} $i
-   done
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LIBZMQ_LIBS=-lzmq
-   export PYTHON=python2
-   ./bootstrap --force
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/fontforge
-   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
-
-   install -d ${pkgdir}/usr/share/icons
-   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
-   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 desktop/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 230347, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-01 07:47:02 UTC (rev 230348)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+_pkgver=2014-11-26
+pkgver=${_pkgver//-/}
+pkgrel=3
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=(http://github.com/fontforge/fontforge/releases/download/${pkgver}/fontforge-${_pkgver}-Unix-Source.tar.gz;
+'http://fontforge.org/cidmaps.tgz')
+sha1sums=('ecd776480a47cdcbe1b30ce275172d7d52288e77'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   rm -fr libltdl
+   for i in m4/*.m4; do
+   if [[ ! -L $i ]]; then continue; fi
+   j=$(readlink $i)
+   ln -sf ${j/aclocal\//aclocal\/lt} $i
+   done
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBZMQ_LIBS=-lzmq
+   export PYTHON=python2
+   ./bootstrap --force
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   

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

2015-01-31 Thread Gaetan Bisson
Date: Sunday, February 1, 2015 @ 08:46:30
  Author: bisson
Revision: 230347

rebuild against libspiro

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 07:00:54 UTC (rev 230346)
+++ PKGBUILD2015-02-01 07:46:30 UTC (rev 230347)
@@ -6,7 +6,7 @@
 pkgname=fontforge
 _pkgver=2014-11-26
 pkgver=${_pkgver//-/}
-pkgrel=2
+pkgrel=3
 pkgdesc='Outline and bitmap font editor'
 url='http://www.fontforge.org/'
 arch=('i686' 'x86_64')


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:28:58
  Author: foutrelis
Revision: 126882

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

Added:
  cegui/repos/community-staging-i686/
  cegui/repos/community-staging-i686/PKGBUILD
(from rev 126881, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-x86_64/
  cegui/repos/community-staging-x86_64/PKGBUILD
(from rev 126881, cegui/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: cegui/repos/community-staging-i686/PKGBUILD (from rev 126881, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 23:28:58 UTC (rev 126882)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=7
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/cegui
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: cegui/repos/community-staging-x86_64/PKGBUILD (from rev 126881, 
cegui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 23:28:58 UTC (rev 126882)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=7
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'tolua++' 'mercurial')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/cegui
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:41:17
  Author: foutrelis
Revision: 126887

archrelease: copy trunk to multilib-staging-x86_64

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

---+
 PKGBUILD  |   73 
 dwarffortress |   20 +
 dwarffortress.desktop |9 +
 dwarffortress.install |8 +
 4 files changed, 110 insertions(+)

Copied: dwarffortress/repos/multilib-staging-x86_64/PKGBUILD (from rev 126886, 
dwarffortress/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2015-01-31 23:41:17 UTC (rev 126887)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: djnm nmihalich [at} gmail dott com
+pkgname=dwarffortress
+pkgver=0.40.24
+_pkgver=40_24
+pkgrel=2
+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=('da37c6263a679123e6ac57fe0dd6def11f1d61efee3c5913de09495c88ce9234'
+'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-staging-x86_64/dwarffortress (from rev 
126886, dwarffortress/trunk/dwarffortress)
===
--- multilib-staging-x86_64/dwarffortress   (rev 0)
+++ multilib-staging-x86_64/dwarffortress   2015-01-31 

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

2015-01-31 Thread Sébastien Luttringer
Date: Sunday, February 1, 2015 @ 01:00:24
  Author: seblu
Revision: 126889

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 126888, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-01 00:00:08 UTC (rev 126888)
+++ PKGBUILD2015-02-01 00:00:24 UTC (rev 126889)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support')
-source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('b5d7526cf87e3da364f87ec00d2877dd')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  # remove html doc
-  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 126888, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-01 00:00:24 UTC (rev 126889)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=glances
+pkgver=2.3
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
+md5sums=('0022bac9891c914e2e6e86c0c300e58d')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  # remove html doc
+  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-01-31 Thread Sébastien Luttringer
Date: Sunday, February 1, 2015 @ 01:00:08
  Author: seblu
Revision: 126888

upgpkg: glances 2.3-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 23:41:17 UTC (rev 126887)
+++ PKGBUILD2015-02-01 00:00:08 UTC (rev 126888)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
-pkgver=2.2.1
+pkgver=2.3
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 
source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('b5d7526cf87e3da364f87ec00d2877dd')
+md5sums=('0022bac9891c914e2e6e86c0c300e58d')
 
 package() {
   cd Glances-$pkgver


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

2015-01-31 Thread Anatol Pomozov
Date: Sunday, February 1, 2015 @ 01:34:54
  Author: anatolik
Revision: 126894

upgpkg: rethinkdb 1.16.0-1

Modified:
  rethinkdb/trunk/PKGBUILD
  rethinkdb/trunk/rethinkdb.install

---+
 PKGBUILD  |   14 --
 rethinkdb.install |7 ---
 2 files changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 00:28:13 UTC (rev 126893)
+++ PKGBUILD2015-02-01 00:34:54 UTC (rev 126894)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn sigm...@lahn.no
 
 pkgname=rethinkdb
-pkgver=1.15.3
+pkgver=1.16.0
 _tag=rethinkdb-$pkgver-1
 pkgrel=1
 pkgdesc='An open-source distributed database built with love.'
@@ -22,7 +22,7 @@
   rethinkdb.service
   boost_1.56_compat.patch
 )
-sha256sums=('c51c5838344dde2d3f2c14e0b717bda2b0efa94ede6cb8e7d8e1af74d0642bc2'
+sha256sums=('6a761f286bac181b942c76db7a5b4ba1f45c265a85d61d22b71f2ecbc6d7ec00'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
 '1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
@@ -29,15 +29,17 @@
 
 prepare() {
   cd $_tag
-  # boost 1.56 workaround https://github.com/rethinkdb/rethinkdb/issues/3044
-  rm src/unittest/print_secondary.cc
-  patch -p1  ../boost_1.56_compat.patch
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py
 }
 
 build() {
   cd $_tag
   export PYTHON=/usr/bin/python2
-  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --fetch jemalloc --dynamic all --enable-precompiled-web --prefix=/usr 
--sysconfdir=/etc
   make
 }
 

Modified: rethinkdb.install
===
--- rethinkdb.install   2015-02-01 00:28:13 UTC (rev 126893)
+++ rethinkdb.install   2015-02-01 00:34:54 UTC (rev 126894)
@@ -18,13 +18,6 @@
 }
 
 post_upgrade() {
-  IFS='.' read -a new_version  $1
-  IFS='.' read -a old_version  $2
-
-  if [ ${old_version[0]} != ${new_version[0]} -o ${old_version[1]} != 
${new_version[1]} ]; then
-echo This release changed data storage format. Please upgrade your data 
using following information http://rethinkdb.com/docs/migration/;
-  fi
-
   getent group rethinkdb /dev/null 21 || groupadd rethinkdb /dev/null
   getent passwd rethinkdb /dev/null 21 || useradd -g rethinkdb -d 
/var/lib/rethinkdb -s /bin/false rethinkdb /dev/null
 }


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

2015-01-31 Thread Anatol Pomozov
Date: Sunday, February 1, 2015 @ 01:35:54
  Author: anatolik
Revision: 126895

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 126894, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch
(from rev 126894, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 126894, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 126894, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 126894, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 126894, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/boost_1.56_compat.patch
(from rev 126894, rethinkdb/trunk/boost_1.56_compat.patch)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 126894, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 126894, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 126894, rethinkdb/trunk/rethinkdb.service)

--+
 community-testing-i686/PKGBUILD  |   69 +
 community-testing-i686/boost_1.56_compat.patch   |   13 +++
 community-testing-i686/rethinkdb-tmpfile.conf|1 
 community-testing-i686/rethinkdb.install |   30 +
 community-testing-i686/rethinkdb.service |   12 +++
 community-testing-x86_64/PKGBUILD|   69 +
 community-testing-x86_64/boost_1.56_compat.patch |   13 +++
 community-testing-x86_64/rethinkdb-tmpfile.conf  |1 
 community-testing-x86_64/rethinkdb.install   |   30 +
 community-testing-x86_64/rethinkdb.service   |   12 +++
 10 files changed, 250 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 126894, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-01 00:35:54 UTC (rev 126895)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Sigmund Lahn sigm...@lahn.no
+
+pkgname=rethinkdb
+pkgver=1.16.0
+_tag=rethinkdb-$pkgver-1
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools curl)
+makedepends=(boost python2 wget)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+  boost_1.56_compat.patch
+)
+sha256sums=('6a761f286bac181b942c76db7a5b4ba1f45c265a85d61d22b71f2ecbc6d7ec00'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2'
+'1c55b12df452ceb2470d3ec48dde21bcdc2785be371f6f0858af034e282b1f21')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  ./configure CXXFLAGS=-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES --fetch 
v8 --fetch jemalloc --dynamic all --enable-precompiled-web --prefix=/usr 
--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd $_tag
+
+  make build/release/rethinkdb-unittest
+  ./build/release/rethinkdb-unittest
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd $_tag
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/rethinkdb-tmpfile.conf 
$pkgdir/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 $srcdir/rethinkdb.service 
$pkgdir/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv $pkgdir/etc/rethinkdb/default.conf.sample 
$pkgdir/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+  -i $pkgdir/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r $pkgdir/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/boost_1.56_compat.patch (from 
rev 126894, rethinkdb/trunk/boost_1.56_compat.patch)

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

2015-01-31 Thread speps
Date: Sunday, February 1, 2015 @ 03:54:37
  Author: speps
Revision: 126897

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

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

---+
 /PKGBUILD |   96 
 /qtractor.install |   26 +
 community-i686/PKGBUILD   |   48 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-01 02:54:22 UTC (rev 126896)
+++ community-i686/PKGBUILD 2015-02-01 02:54:37 UTC (rev 126897)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif sc...@archlinux.org
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.6.4
-pkgrel=1
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('37396d7dae7a5d6348d481d2d77a88cb')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  export ac_qmake=/usr/bin/qmake-qt4 \
- ac_moc=/usr/bin/moc-qt4 \
- ac_uic=/usr/bin/uic-qt4 \
- ac_lupdate=/usr/bin/lupdate-qt4 \
- ac_lrelease=/usr/bin/lrelease-qt4 \
- QMAKE=qmake-qt4
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 126896, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-01 02:54:37 UTC (rev 126897)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Ray Rashif sc...@archlinux.org
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher hollunder at gmx dot at
+
+pkgname=qtractor
+pkgver=0.6.5
+pkgrel=1
+pkgdesc=Audio/MIDI multitrack sequencer
+arch=('i686' 'x86_64')
+url=http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
+ 'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('810ec8b8d80cf76be6347c271f28a6cc')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  export ac_qmake=/usr/bin/qmake-qt4 \
+ ac_moc=/usr/bin/moc-qt4 \
+ ac_uic=/usr/bin/uic-qt4 \
+ ac_lupdate=/usr/bin/lupdate-qt4 \
+ ac_lrelease=/usr/bin/lrelease-qt4 \
+ QMAKE=qmake-qt4
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2015-02-01 02:54:22 UTC (rev 126896)
+++ community-i686/qtractor.install 2015-02-01 02:54:37 UTC (rev 126897)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qtractor/repos/community-i686/qtractor.install (from rev 126896, 
qtractor/trunk/qtractor.install)
===
--- community-i686/qtractor.install 

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 23:24:56
  Author: andyrtr
Revision: 126880

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

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

--+
 community-staging-i686/PKGBUILD  |   96 +
 community-staging-i686/blender.install   |   13 +++
 community-staging-x86_64/PKGBUILD|   96 +
 community-staging-x86_64/blender.install |   13 +++
 4 files changed, 218 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 126879, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 22:24:56 UTC (rev 126880)
@@ -0,0 +1,96 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+_gittag=v2.73a
+#_gitcommit=b4d8fb57
+
+pkgname=blender
+pkgver=2.73a
+[[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=2
+epoch=16
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc')
+makedepends=('cmake' 'boost' 'mesa' 'git')
+[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
+else
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+
+  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
+
+  cmake -C../build_files/cmake/config/blender_full.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.5 \
+-DLLVM_STATIC=OFF \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DPYTHON_VERSION=3.4 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.4m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+  python -m compileall ${pkgdir}/usr/share/blender
+  python -O -m compileall ${pkgdir}/usr/share/blender
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 126879, 
blender/trunk/blender.install)
===
--- community-staging-i686/blender.install  (rev 0)
+++ community-staging-i686/blender.install  

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 23:24:41
  Author: andyrtr
Revision: 126879

upgpkg: blender 16:2.73a-2

glew 1.12 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 21:23:37 UTC (rev 126878)
+++ PKGBUILD2015-01-31 22:24:41 UTC (rev 126879)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.73a
 [[ -n $_gitcommit ]]  pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
+pkgrel=2
 epoch=16
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')


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

2015-01-31 Thread Gaetan Bisson
Date: Sunday, February 1, 2015 @ 08:00:25
  Author: bisson
Revision: 230345

upstream update

Modified:
  libspiro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-01 06:33:19 UTC (rev 230344)
+++ PKGBUILD2015-02-01 07:00:25 UTC (rev 230345)
@@ -4,14 +4,14 @@
 
 pkgname=libspiro
 epoch=1
-pkgver=0.2
-pkgrel=2
+pkgver=0.3.20150131
+pkgrel=1
 pkgdesc='Simplifies the drawing of beautiful curves'
 url='https://github.com/fontforge/libspiro'
 license=('GPL')
 arch=('i686' 'x86_64')
-source=(https://github.com/fontforge/libspiro/archive/v${pkgver}.tar.gz;)
-sha1sums=('6d0e12bbaf09eb45b2832a62ae1bec1795b8296b')
+source=(https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
+sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2015-01-31 Thread Gaetan Bisson
Date: Sunday, February 1, 2015 @ 08:00:54
  Author: bisson
Revision: 230346

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

Added:
  libspiro/repos/extra-i686/PKGBUILD
(from rev 230345, libspiro/trunk/PKGBUILD)
  libspiro/repos/extra-x86_64/PKGBUILD
(from rev 230345, libspiro/trunk/PKGBUILD)
Deleted:
  libspiro/repos/extra-i686/PKGBUILD
  libspiro/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 2015-02-01 07:00:25 UTC (rev 230345)
+++ extra-i686/PKGBUILD 2015-02-01 07:00:54 UTC (rev 230346)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
-
-pkgname=libspiro
-epoch=1
-pkgver=0.2
-pkgrel=2
-pkgdesc='Simplifies the drawing of beautiful curves'
-url='https://github.com/fontforge/libspiro'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(https://github.com/fontforge/libspiro/archive/v${pkgver}.tar.gz;)
-sha1sums=('6d0e12bbaf09eb45b2832a62ae1bec1795b8296b')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   autoreconf -i
-   automake --foreign -Wall
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LDFLAGS=
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 libspiro.pc ${pkgdir}/usr/lib/pkgconfig/libspiro.pc
-}

Copied: libspiro/repos/extra-i686/PKGBUILD (from rev 230345, 
libspiro/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-01 07:00:54 UTC (rev 230346)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=libspiro
+epoch=1
+pkgver=0.3.20150131
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
+sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   autoreconf -i
+   automake --foreign -Wall
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LDFLAGS=
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 libspiro.pc ${pkgdir}/usr/lib/pkgconfig/libspiro.pc
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-01 07:00:25 UTC (rev 230345)
+++ extra-x86_64/PKGBUILD   2015-02-01 07:00:54 UTC (rev 230346)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
-
-pkgname=libspiro
-epoch=1
-pkgver=0.2
-pkgrel=2
-pkgdesc='Simplifies the drawing of beautiful curves'
-url='https://github.com/fontforge/libspiro'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(https://github.com/fontforge/libspiro/archive/v${pkgver}.tar.gz;)
-sha1sums=('6d0e12bbaf09eb45b2832a62ae1bec1795b8296b')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   autoreconf -i
-   automake --foreign -Wall
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LDFLAGS=
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 libspiro.pc ${pkgdir}/usr/lib/pkgconfig/libspiro.pc
-}

Copied: libspiro/repos/extra-x86_64/PKGBUILD (from rev 230345, 
libspiro/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-01 07:00:54 UTC (rev 230346)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Rémy Oudompheng oudom...@clipper.ens.fr
+
+pkgname=libspiro
+epoch=1
+pkgver=0.3.20150131
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz;)
+sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
+

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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:32:42
  Author: foutrelis
Revision: 126885

upgpkg: dwarffortress 0.40.24-2

GLEW 1.12 rebuild.

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 23:29:28 UTC (rev 126884)
+++ PKGBUILD2015-01-31 23:32:42 UTC (rev 126885)
@@ -5,7 +5,7 @@
 pkgname=dwarffortress
 pkgver=0.40.24
 _pkgver=40_24
-pkgrel=1
+pkgrel=2
 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/;


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:32:51
  Author: foutrelis
Revision: 126886

archrelease: copy trunk to community-staging-i686

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

---+
 PKGBUILD  |   73 
 dwarffortress |   20 +
 dwarffortress.desktop |9 +
 dwarffortress.install |8 +
 4 files changed, 110 insertions(+)

Copied: dwarffortress/repos/community-staging-i686/PKGBUILD (from rev 126885, 
dwarffortress/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 23:32:51 UTC (rev 126886)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
+# Contributor: djnm nmihalich [at} gmail dott com
+pkgname=dwarffortress
+pkgver=0.40.24
+_pkgver=40_24
+pkgrel=2
+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=('da37c6263a679123e6ac57fe0dd6def11f1d61efee3c5913de09495c88ce9234'
+'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-staging-i686/dwarffortress (from rev 
126885, dwarffortress/trunk/dwarffortress)
===
--- community-staging-i686/dwarffortress(rev 0)
+++ community-staging-i686/dwarffortress2015-01-31 23:32:51 

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

2015-01-31 Thread Anatol Pomozov
Date: Sunday, February 1, 2015 @ 07:32:35
  Author: anatolik
Revision: 230343

upgpkg: dhcpcd 6.7.1-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 23:58:46 UTC (rev 230342)
+++ PKGBUILD2015-02-01 06:32:35 UTC (rev 230343)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.6.7
+pkgver=6.7.1
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -18,7 +18,7 @@
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('73cb26b4be98753ab44d5cbce6f8c70719db827a'
+sha1sums=('571748397e420a95c0679615cbea8e1830bc3f3c'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2015-01-31 Thread Felix Yan
Date: Saturday, January 31, 2015 @ 12:59:33
  Author: fyan
Revision: 230319

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-31 11:59:12 UTC (rev 230318)
+++ extra-i686/PKGBUILD 2015-01-31 11:59:33 UTC (rev 230319)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=twisted
-pkgname=(python-twisted python2-twisted)
-pkgver=14.0.2
-pkgrel=1
-pkgdesc=Asynchronous networking framework written in Python
-arch=('i686' 'x86_64')
-url=http://twistedmatrix.com/;
-license=('MIT')
-makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface'
- 'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
-source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2;)
-sha1sums=('b908dc0d117a782d2becc83fbb906ba4311f3351')
-
-prepare() {
-  cp -a Twisted-$pkgver{,-py2}
-
-  cd Twisted-$pkgver-py2
-  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
-twisted/python/test/pullpipe.py \
-twisted/mail/test/pop3testserver.py \
-twisted/trial/test/scripttest.py
-}
-
-build() {
-  cd $srcdir/Twisted-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/Twisted-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/Twisted-$pkgver
-  # python bin/trial twisted
-
-  cd $srcdir/Twisted-$pkgver-py2
-  python2 bin/trial twisted || warning Tests failed
-}
-
-package_python-twisted() {
-  depends=('python-crypto' 'python-zope-interface')
-  optdepends=('python-pyopenssl'
-  'python-service-identity: for TLS client hostname verification'
-  'python-pyasn1: for using conch'
-  'tk: for using tkconch')
-
-  cd Twisted-$pkgver
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-twisted() {
-  depends=('python2-crypto' 'python2-zope-interface')
-  optdepends=('python2-pyopenssl'
-  'python2-service-identity: for TLS client hostname verification'
-  'python2-soappy: for twisted.web.soap'
-  'python2-pyasn1: for using conch'
-  'pygtk: for using manhole'
-  'tk: for using tkconch')
-  provides=(twisted=$pkgver)
-  conflicts=('twisted14.0.0')
-  replaces=('twisted14.0.0')
-
-  cd Twisted-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: twisted/repos/extra-i686/PKGBUILD (from rev 230318, 
twisted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-31 11:59:33 UTC (rev 230319)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=twisted
+pkgname=(python-twisted python2-twisted)
+pkgver=15.0.0
+pkgrel=1
+pkgdesc=Asynchronous networking framework written in Python
+arch=('i686' 'x86_64')
+url=http://twistedmatrix.com/;
+license=('MIT')
+makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface'
+ 'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2;)
+sha1sums=('c72bd9a932d944e2e1c4901f7e1cc79b1214472a')
+
+prepare() {
+  cp -a Twisted-$pkgver{,-py2}
+
+  cd Twisted-$pkgver-py2
+  sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+twisted/python/test/pullpipe.py \
+twisted/mail/test/pop3testserver.py \
+twisted/trial/test/scripttest.py
+}
+
+build() {
+  cd $srcdir/Twisted-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/Twisted-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/Twisted-$pkgver
+  # python bin/trial twisted
+
+  cd $srcdir/Twisted-$pkgver-py2
+  python2 bin/trial twisted || warning Tests failed
+}
+

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

2015-01-31 Thread Felix Yan
Date: Saturday, January 31, 2015 @ 12:59:12
  Author: fyan
Revision: 230318

upgpkg: twisted 15.0.0-1

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 10:25:08 UTC (rev 230317)
+++ PKGBUILD2015-01-31 11:59:12 UTC (rev 230318)
@@ -6,7 +6,7 @@
 
 pkgbase=twisted
 pkgname=(python-twisted python2-twisted)
-pkgver=14.0.2
+pkgver=15.0.0
 pkgrel=1
 pkgdesc=Asynchronous networking framework written in Python
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('python-crypto' 'python2-crypto' 'python-zope-interface' 
'python2-zope-interface'
  'python-setuptools' 'python2-setuptools' 
'python-service-identity' 'python2-service-identity')
 
source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2;)
-sha1sums=('b908dc0d117a782d2becc83fbb906ba4311f3351')
+sha1sums=('c72bd9a932d944e2e1c4901f7e1cc79b1214472a')
 
 prepare() {
   cp -a Twisted-$pkgver{,-py2}


[arch-commits] Commit in libreoffice-still-i18n/repos (2 files)

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 10:50:36
  Author: andyrtr
Revision: 230309

archrelease: copy trunk to staging-any

Added:
  libreoffice-still-i18n/repos/staging-any/
  libreoffice-still-i18n/repos/staging-any/PKGBUILD
(from rev 230308, libreoffice-still-i18n/trunk/PKGBUILD)

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

Copied: libreoffice-still-i18n/repos/staging-any/PKGBUILD (from rev 230308, 
libreoffice-still-i18n/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-01-31 09:50:36 UTC (rev 230309)
@@ -0,0 +1,354 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgbase=libreoffice-still-i18n
+
+pkgver=4.3.5
+pkgrel=1
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
+_oodlver=${pkgver}
+
+arch=('any')
+url=http://www.documentfoundation.org;
+license=('LGPL')
+makedepends=('rpmextract')
+
+# http://wiki.documentfoundation.org/Language_Teams
+#http://download.documentfoundation.org/mirrors/all.html
+_url=http://download.documentfoundation.org/libreoffice/stable;
+#_url=http://download.documentfoundation.org/libreoffice/testing;
+#_url=http://dev-builds.libreoffice.org/pre-releases;
+#_url=http://www.libreoffice.org/download/pre-releases;
+
+#_url+=/${pkgver}-rc2/rpm/x86
+_url+=/${pkgver}/rpm/x86
+#_url+=/rpm/x86
+
+_languages=(
+  'af   Afrikaans'
+  'am   Amharic'
+  'ar   Arabic'
+  'as   Assamese (India)'
+  'ast  Asturianu'
+  'be   Belarusian'
+  'bg   Bulgarian'
+  'bn   Bengali'
+  'bn-INBengali (India)'
+  'bo   Tibetan'
+  'br   Breton'
+  'brx  Bodo'
+  'bs   Bosnian'
+  'ca   Catalan'
+  'ca-valencia  Catalan (Valencia)'
+  'cs   Czech'
+  'cy   Welsh'
+  'da   Danish'
+  'de   German'
+  'dgo  Dogri'
+  'dz   Dzongkha'
+  'el   Greek'
+  'en-GBEnglish (GB)'
+  'en-ZAEnglish (ZA)'
+  'eo   Esperanto'
+  'es   Spanish'
+  'et   Estonian'
+  'eu   Basque'
+  'fa   Persian'
+  'fi   Finnish'
+  'fr   French'
+  'ga   Irish'
+  'gd   Gaelic (Scottish)'
+  'gl   Galician'
+  'gu   Gujarati'
+  'he   Hebrew'
+  'hi   Hindi'
+  'hr   Croatian'
+  'hu   Hungarian'
+  'id   Indonesian'
+  'is   Icelandic'
+  'it   Italian'
+  'ja   Japanese'
+  'ka   Georgian'
+  'kk   Kazakh'
+  'km   Khmer (Cambodia)'
+  'kmr-Latn Kurdish'
+  'kn   Kannada'
+  'ko   Korean'
+  'kok   Konkani'
+  'ks   Kashmiri'
+  'lb   Luxembourgish'
+  'lo   Lao'
+  'lt   Lithuanian'
+  'lv   Latvian'
+  'mai   Maithili'
+  'mk   Macedonian'
+  'ml   Malayalam'
+  'mn   Mongolian'
+  'mni   Manipuri'
+  'mr   Marathi'
+  'my   Burmese'
+  'nb   Norwegian Bokmal'
+  'ne   Nepali'
+  'nl   Dutch'
+  'nn   Norwegian Nynorsk'
+  'nr   Ndebele (South)'
+  'nso  Northern Sotho'
+  'oc   Occitan'
+  'om   Oromo'
+  'or   Oriya'
+  'pa-INPunjabi (India)'
+  'pl   Polish'
+  'pt   Portuguese'
+  'pt-BRPortuguese (Brasil)'
+  'ro   Romanian'
+  'ru   Russian'
+  'rw   Kinyarwanda'
+  'sa-INSanskrit (India)'
+  'sat  Santali'
+  'sd   Sindhi'
+  'si   Singhalese'
+  'sid  Sidama'
+  'sk   Slovak'
+  'sl   Slovenian'
+  'sq   Albanien'
+  'sr   Serbian'
+  'sr-Latn  Serbian (Latin)'
+  'ss   Swati'
+  'st   Southern Sotho'
+  'sv   Swedish'
+  'sw-TZSwahili (Tanzania)'
+  'ta   Tamil'
+  'te   Telugu'
+  'tg   Tajik'
+  'th   Thai'
+  'tn   Tswana'
+  'tr   Turkish'
+  'ts   Tsonga'
+  'tt   Tatar'
+  'ug   Uighur'
+  'uk   Ukrainian'
+  'uz   Uzbek'
+  've   Venda'
+  'vi   Vietnamese'
+  'xh   Xhosa'
+  'zh-CNChinese (simplified)'
+  'zh-TWChinese (traditional)'
+  'zu   Zulu'
+)
+md5sums=('099491600411ddaf521143e622e03872'
+ '0a3b7e4bdcaf16b95f4227a39bdb8368'
+ 'dadd5a3fba52ef316c2b7375237789f9'
+ '580c8a1006ecedd088e62f0c7b49b752'
+ '409cbe6c339f91e4b46eec990e40f1ce'
+ '77fb264426dc547f0d483c5c663d6f60'
+ 'f1b7f70305dbe80849e946c4c8bbf21a'
+ '8a1465194aa7d90fc597f95441892d7a'
+ 'efd8faf6146f6625811493479be22832'
+ 

[arch-commits] Commit in lib32-qt4/repos/multilib-x86_64 (3 files)

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 10:54:07
  Author: bluewind
Revision: 126845

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD
(from rev 126844, lib32-qt4/trunk/PKGBUILD)
  lib32-qt4/repos/multilib-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 126844, lib32-qt4/trunk/kubuntu_14_systemtrayicon.diff)
Deleted:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD

+
 PKGBUILD   |  197 ++---
 kubuntu_14_systemtrayicon.diff | 1466 +++
 2 files changed, 1568 insertions(+), 95 deletions(-)

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


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

2015-01-31 Thread Andrea Scarpino
Date: Saturday, January 31, 2015 @ 11:20:03
  Author: andrea
Revision: 230313

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-31 10:19:55 UTC (rev 230312)
+++ extra-i686/PKGBUILD 2015-01-31 10:20:03 UTC (rev 230313)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: systemsettings/repos/extra-i686/PKGBUILD (from rev 230312, 
systemsettings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-31 10:20:03 UTC (rev 230313)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-31 10:19:55 UTC (rev 230312)
+++ extra-x86_64/PKGBUILD   2015-01-31 10:20:03 UTC (rev 230313)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: systemsettings/repos/extra-x86_64/PKGBUILD (from rev 230312, 
systemsettings/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-31 10:20:03 UTC (rev 230313)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.2.0
+pkgrel=2
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
+
+prepare() {
+  mkdir build
+}
+
+build() {

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

2015-01-31 Thread Andrea Scarpino
Date: Saturday, January 31, 2015 @ 11:19:55
  Author: andrea
Revision: 230312

upgpkg: systemsettings 5.2.0-2

This does not conflict anymore

Modified:
  systemsettings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 10:17:40 UTC (rev 230311)
+++ PKGBUILD2015-01-31 10:19:55 UTC (rev 230312)
@@ -4,7 +4,7 @@
 
 pkgname=systemsettings
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE system settings'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/systemsettings'
@@ -11,7 +11,6 @@
 license=('LGPL')
 depends=('kcmutils' 'khtml')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
 md5sums=('cf6b126c3365864348d1faa5eb43e9ba')


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 11:25:08
  Author: andyrtr
Revision: 230317

cleanup

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 10:22:32 UTC (rev 230316)
+++ PKGBUILD2015-01-31 10:25:08 UTC (rev 230317)
@@ -159,7 +159,7 @@
cp -f ${srcdir}/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
${srcdir}/ext_sources
 
# fix not upstreamable pyuno paths - patch taken from Debian
-   patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install_LibO44.diff
+   patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
 
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do


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

2015-01-31 Thread Felix Yan
Date: Saturday, January 31, 2015 @ 11:48:50
  Author: fyan
Revision: 126846

upgpkg: nodejs 0.10.36-2

bump npm to 2.4.1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 09:54:07 UTC (rev 126845)
+++ PKGBUILD2015-01-31 10:48:50 UTC (rev 126846)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.36
-_npmver=2.3.0
-pkgrel=1
+_npmver=2.4.1
+pkgrel=2
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2015-01-31 Thread Jelle van der Waa
Date: Saturday, January 31, 2015 @ 12:23:47
  Author: jelle
Revision: 126848

upgpkg: calibre 2.18.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 10:51:21 UTC (rev 126847)
+++ PKGBUILD2015-01-31 11:23:47 UTC (rev 126848)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.17.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')


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

2015-01-31 Thread Jelle van der Waa
Date: Saturday, January 31, 2015 @ 12:27:23
  Author: jelle
Revision: 126849

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-31 11:23:47 UTC (rev 126848)
+++ community-i686/PKGBUILD 2015-01-31 11:27:23 UTC (rev 126849)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.17.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64')
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('8ba11e69e241c744111a72fd172ac335')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall 

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

2015-01-31 Thread Jelle van der Waa
Date: Saturday, January 31, 2015 @ 12:30:04
  Author: jelle
Revision: 126850

upgpkg: pdf2djvu 0.7.17-6

poppler 0.30 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 11:27:23 UTC (rev 126849)
+++ PKGBUILD2015-01-31 11:30:04 UTC (rev 126850)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.7.17
-pkgrel=5
+pkgrel=6
 pkgdesc=Creates DjVu files from PDF files
 arch=('i686' 'x86_64')
 url=http://pdf2djvu.googlecode.com;


[arch-commits] Commit in lib32-qt4/repos/multilib-x86_64 (PKGBUILD)

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 12:46:27
  Author: bluewind
Revision: 126853

archrelease: copy trunk to multilib-x86_64

Deleted:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  102 -
 1 file changed, 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-31 11:46:24 UTC (rev 126852)
+++ PKGBUILD2015-01-31 11:46:27 UTC (rev 126853)
@@ -1,102 +0,0 @@
-# $Id: PKGBUILD 80785 2012-12-03 16:17:19Z bluewind $
-# Maintainer: Florian Pritz f...@xssn.at
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-_pkgbasename=qt4
-pkgname=lib32-$_pkgbasename
-pkgver=4.8.6
-pkgrel=2
-pkgdesc='A cross-platform application and UI framework (32-bit)'
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-depends=(lib32-{fontconfig,sqlite3,alsa-lib,glib2,libdbus,openssl}
- lib32-lib{png,tiff,mng,gl,sm,xrandr,xv,xi} $_pkgbasename)
-optdepends=('lib32-libxinerama: Xinerama support'
-'lib32-libxcursor: Xcursor support'
-'lib32-libxfixes: Xfixes support'
-'sni-qt: StatusNotifierItem (AppIndicators) support')
-makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
-options=('staticlibs') # libQtUiTools builds as static only FS#36606
-provides=(lib32-qtwebkit)
-replaces=(lib32-qtwebkit 'lib32-qt=4.8.4')
-conflicts=(lib32-qtwebkit lib32-qt)
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz;
-kubuntu_14_systemtrayicon.diff)
-md5sums=('2edbe4d6c2eff33ef91732602f3518eb'
- 'a523644faa8f98a73f55c4aa23c114a6')
-
-prepare() {
-  cd $srcdir/$_pkgfqn
-
-  export QT4DIR=$srcdir/$_pkgfqn
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # http://blog.martin-graesslin.com/blog/2014/06/where-are-my-systray-icons/
-  patch -p1 -i ${srcdir}/kubuntu_14_systemtrayicon.diff
-
-  # some of those are likely unnecessary, but I'm too lazy to find and remove 
them
-  sed -i /^QMAKE_LINK\s/s|g++|g++ -m32|g mkspecs/common/g++-base.conf
-  sed -i s|-O2|${CXXFLAGS} -m32| mkspecs/common/g++-base.conf
-  sed -i s|-O2|${CXXFLAGS} -m32| mkspecs/common/gcc-base.conf
-  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
-  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS} -m32|g 
mkspecs/common/gcc-base.conf
-  sed -i s|-Wl,-O1|-m32 -Wl,-O1| mkspecs/common/g++-unix.conf
-  sed -e s|-O2|$CXXFLAGS -m32| \
-  -e /^QMAKE_RPATH/s| -Wl,-rpath,||g \
-  -e /^QMAKE_LINK\s/s|g++|g++ -m32|g \
-  -e /^QMAKE_LFLAGS\s/s|+=|+= $LDFLAGS|g \
-  -i mkspecs/common/g++.conf
-}
-
-build() {
-  cd $srcdir/$_pkgfqn
-  export QT4DIR=$srcdir/$_pkgfqn
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure -confirm-license -opensource -v -platform linux-g++-32 \
--prefix /usr \
--libdir /usr/lib32 \
--plugindir /usr/lib32/qt/plugins \
-   -headerdir /usr/include/qt4-32 \
--importdir /usr/lib32/qt/imports \
--datadir /usr/share/qt \
--translationdir /usr/share/qt/translations \
--sysconfdir /etc \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--webkit \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples \
--nomake docs \
--optimized-qmake \
--no-rpath \
--dbus-linked \
--reduce-relocations \
--no-openvg
-
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgfqn
-  make INSTALL_ROOT=$pkgdir install
-
-  # Fix wrong path in pkgconfig files
-  find ${pkgdir}/usr/lib32/pkgconfig -type f -name '*.pc' \
--exec perl -pi -e s, -L${srcdir}/?\S+,,g {} \;
-  # Fix wrong path in prl files
-  find ${pkgdir}/usr/lib32 -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
-
-  rm -rf ${pkgdir}/usr/{share,bin,tests}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}


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

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 12:46:24
  Author: bluewind
Revision: 126852

upgpkg: lib32-qt4 4.8.6-3

fix optdep

Modified:
  lib32-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 11:30:14 UTC (rev 126851)
+++ PKGBUILD2015-01-31 11:46:24 UTC (rev 126852)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.6
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'
@@ -16,7 +16,7 @@
 optdepends=('lib32-libxinerama: Xinerama support'
 'lib32-libxcursor: Xcursor support'
 'lib32-libxfixes: Xfixes support'
-'sni-qt: StatusNotifierItem (AppIndicators) support')
+'lib32-sni-qt: StatusNotifierItem (AppIndicators) support')
 makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
 options=('staticlibs') # libQtUiTools builds as static only FS#36606
 provides=(lib32-qtwebkit)


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 10:48:12
  Author: andyrtr
Revision: 230308

upgpkg: libreoffice-still-i18n 4.3.5-1

move to 4.3 branch

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  339 ++---
 1 file changed, 169 insertions(+), 170 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 09:22:03 UTC (rev 230307)
+++ PKGBUILD2015-01-31 09:48:12 UTC (rev 230308)
@@ -4,12 +4,11 @@
 
 pkgbase=libreoffice-still-i18n
 
-_rcver=4.2.8.2
-pkgver=4.2.8
+pkgver=4.3.5
 pkgrel=1
-
+_rcver=${pkgver}.2
+#_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
-#_oodlver=${_rcver}
 
 arch=('any')
 url=http://www.documentfoundation.org;
@@ -138,172 +137,172 @@
   'zh-TWChinese (traditional)'
   'zu   Zulu'
 )
-md5sums=('75fddb83d97995ad144202b2ef888cc5'
- 'c3de4310aa2559ba07b8aac0e57f3e5e'
- 'fb86b209fa049b80b58baf3968a426dc'
- '224f247813ef4ca1f88c4a25a38d3d62'
- '1343496b6a59cd27749c2a6594d48f39'
- '6c0eaf6f291f6f1b2f46b65d64946924'
- 'c93deb14a86d1637d1721bdc20281c1c'
- '652e90abd171b6571234b550cd55aa6f'
- '3ae98cb1bf4ab822303c656513e2d653'
- '9870d99f6779a66d491d076a5fca25b0'
- 'f7d5a9d6184e84f0e5bcfb2812749920'
- 'e1a48222300e5deaf724977648e4c4a1'
- '2b36976f43a879beecc678e1d0084864'
- '07eed267761f4e73d940eb6887735b2a'
- '9322bbd790188c833f491f5dc95d8948'
- 'f897a5c6025cdaf8df44d0a5b37f6b54'
- 'd789c84ca758d2e600d925a36c850525'
- '67db1c98de3bb4e67018fe228c77515e'
- 'fa47c37a644be7ba5b2033d3b5fb482e'
- 'd180464f192f95d3073ccbab8e3c1b91'
- '8ce29169ffde79e9c495f56d4f8ac42c'
- '4b131105c7d8593e26eeac4e450991fa'
- '5f7b9219a2972caab0211a6d3bc890e6'
- '0d5b9087336e1f26b6aa0a89f2c3a268'
- '4d4908ab54ed48128aa74600a8242b9b'
- 'd1de17bdffb134d6b01bfef76bd4fad7'
- '4b95e0d158a51777ba0125a3275eb381'
- 'de2d52c7440d9f77249a90138098bfcf'
- '1dd33a41d7d9bcfa14e24787f1d3ae23'
- '80dd660bd4b72866fb0be4804de62ae1'
- '56521a4125a610b2ece70af8fc23a6ef'
- '0536feae61c1a6e9a197cf7a04eeae61'
- '716985274eb2080039da00693f81719a'
- 'ba35cd9cb04419ad54f3690f88b4e855'
- '7af588ad9b6d4b03e903aa851ea0db8e'
- '2349f39e99a2288e09826e8cb3da863a'
- '7fd3e29432cc2fe9b150a22dd6278d4a'
- '17c70a737b7c004f448e7e2cdeb8cc7e'
- '7cfa6141b941784def8ab94c63e3dcc8'
- '24a2fa21ce5fbf8380a8a1fedc181df2'
- 'fd220e479c4c79ed7ebc326ae9215203'
- 'c3f89425ead34c770bd922ab866707dd'
- '1f2aabe79eefc5131d62a73f6f6e8447'
- 'dd89f1fef597d1816c0177402f02f02c'
- 'b2a19f049f74f8a7d568226c6212c41a'
- '67f257a537056f7b9488443be7719035'
- 'cd0d901049e104edc86be97cd290eecc'
- '5df6ce00fdf2ee2ca18616a8a02e4025'
- '0d190e20ca92d07c217e5ba87fe7a2a6'
- 'a5f048555fac7a7e204ee6e1352545c9'
- 'e38df15b5b01d32c13fa3838ee40561b'
- '50b5c17a4f76234861eb892f5c3508b4'
- '7c449d2062a0d2f504081f75291e97b6'
- '33bf9b1001acfac08b57e9e72582385d'
- 'd12582d7fca7b70e284564e93a9e7a7c'
- 'a6938c94add435b60aca4f1ff182b296'
- 'a40a9a1c5d673fecccaffce8dcf3dbca'
- '8dd4c3bc7ee7cb3b187356f4e5cd1939'
- 'edf85c0f62b68bde846915b7420964f1'
- '48698c3e7e36755342b23a8b8450e97b'
- '569c49c6ef5b0ed0051d600554bc9e63'
- 'bc22e6f3165a4424399c0cf3f983702b'
- 'a9840a0ca25a2b1075fc9987c4f0738f'
- '6f0133a044d115d4f989dbd97f32ff24'
- '2aeae469466e96c4a9d25d67dce576eb'
- '2f2d9fffc55839e0ddbaeb070be3a492'
- '97001b231ba4aa499626dd8523397d25'
- 'fc206c39e990e8b4b6e2e7901fb5b0d0'
- 'd1da18f8fffb80c21f7602155a09443b'
- '9b8c5c740ffd1e3966798c8447291b62'
- '6e89afdc16498d8d12ef063a7e51d1c6'
- '4afde192fa028520620e76546573985f'
- 'b8cf2d83173f09df68419d336409d4f0'
- '9b4e35f5d9fa8f5c2d68aa09e4977a6e'
- '88390b8c6fa00a96c5458c80ebc3579d'
- '9e916b512fc4123a2a0c72682cafadf3'
- '6f6312bf0af8716e4e1dd742f8703859'
- '642ef6980555c1e64bf6d534d1e3ff2f'
- '0d0fa4e3f726716a1eeaff328ed40339'
- 'ccdf5e3ac4343d3331e9e7059c048cfc'
- 'c6a7067449b84736d9302847dd7d48ec'
- '49800317440543cbd015a9cdcad5b8cc'
- '07a122b91d5a5c6bb232db39db84debc'
- 'bb6c5df073c057142153b8b040704592'
- 'e892760111887ca4ad9440909d710275'
- 'eb90991657102d71fd3322077bed116e'
- '398c1e060d0cf81851d5ce19c2052d5b'
- '56b5f0a9b1e3dff8680da1c75a3126cc'
- '37dc47466a95645e1d027e14dea51ddf'
- '88eb3f40d4c72d829e2c98a16f752dc9'
- '5d5143623cc4ed84b7f1a83624aede10'
- 

[arch-commits] Commit in (14 files)

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 10:52:22
  Author: bluewind
Revision: 126841

Fix FS#43516; support for systray icons in Plasma Next

Added:
  lib32-libdbusmenu-qt/
  lib32-libdbusmenu-qt/repos/
  lib32-libdbusmenu-qt/trunk/
  lib32-libdbusmenu-qt/trunk/PKGBUILD
  lib32-qjson/
  lib32-qjson/repos/
  lib32-qjson/trunk/
  lib32-qjson/trunk/PKGBUILD
  lib32-qt4/trunk/kubuntu_14_systemtrayicon.diff
  lib32-sni-qt/
  lib32-sni-qt/repos/
  lib32-sni-qt/trunk/
  lib32-sni-qt/trunk/PKGBUILD
Modified:
  lib32-qt4/trunk/PKGBUILD

+
 lib32-libdbusmenu-qt/trunk/PKGBUILD|   45 
 lib32-qjson/trunk/PKGBUILD |   40 
 lib32-qt4/trunk/PKGBUILD   |   17 
 lib32-qt4/trunk/kubuntu_14_systemtrayicon.diff | 1466 +++
 lib32-sni-qt/trunk/PKGBUILD|   44 
 5 files changed, 1607 insertions(+), 5 deletions(-)

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


[arch-commits] Commit in lib32-sni-qt/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 10:53:52
  Author: bluewind
Revision: 126844

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sni-qt/repos/multilib-x86_64/
  lib32-sni-qt/repos/multilib-x86_64/PKGBUILD
(from rev 126843, lib32-sni-qt/trunk/PKGBUILD)

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

Copied: lib32-sni-qt/repos/multilib-x86_64/PKGBUILD (from rev 126843, 
lib32-sni-qt/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2015-01-31 09:53:52 UTC (rev 126844)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
+
+# vercheck-pkgbuild: auto
+# vercheck-ubuntu: name=sni-qt, repo=utopic
+
+pkgname=lib32-sni-qt
+pkgver=0.2.6
+pkgrel=4
+pkgdesc=A Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators) (32-bit)
+arch=(x86_64)
+url=https://launchpad.net/sni-qt;
+license=(GPL)
+depends=(sni-qt lib32-libdbusmenu-qt lib32-qt4)
+makedepends=(cmake gcc-multilib)
+source=(http://launchpad.net/sni-qt/trunk/${pkgver}/+download/sni-qt-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=(45C43F82329D77F384214CCABEED35A5EEE34473)
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ 'SKIP')
+
+build() {
+  cd sni-qt-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # XXX: Use the correct qconfig.h. This is probably not optimal, but it seems
+  # to work well enough.
+  export CFLAGS=$(pkg-config --cflags QtCore) ${CFLAGS}
+  export CXXFLAGS=$(pkg-config --cflags QtCore) ${CXXFLAGS}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQT_PLUGINS_DIR=/usr/lib32/qt/plugins
+
+  make
+}
+
+package() {
+  cd sni-qt-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}


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

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 10:53:33
  Author: bluewind
Revision: 126842

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libdbusmenu-qt/repos/multilib-x86_64/
  lib32-libdbusmenu-qt/repos/multilib-x86_64/PKGBUILD
(from rev 126841, lib32-libdbusmenu-qt/trunk/PKGBUILD)

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

Copied: lib32-libdbusmenu-qt/repos/multilib-x86_64/PKGBUILD (from rev 126841, 
lib32-libdbusmenu-qt/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2015-01-31 09:53:33 UTC (rev 126842)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributore: Xiao-Long Chen chenxiaol...@cxl.epac.to
+# Original Maintainer: Andrea Scarpino and...@archlinux.org
+
+# vercheck-pkgbuild: auto
+# vercheck-ubuntu: name=libdbusmenu-qt, repo=utopic
+# vercheck-launchpad: name=libdbusmenu-qt
+
+pkgname=lib32-libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec 
(32-bit)
+arch=(x86_64)
+url=https://launchpad.net/libdbusmenu-qt;
+license=(GPL)
+depends=(lib32-qt4)
+makedepends=(cmake gcc-multilib lib32-qjson)
+source=(http://launchpad.net/libdbusmenu-qt/trunk/${pkgver}/+download/libdbusmenu-qt-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=(45C43F82329D77F384214CCABEED35A5EEE34473)
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e'
+ 'SKIP')
+
+build() {
+  cd libdbusmenu-qt-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_SUFFIX=32 \
+-DWITH_DOC=OFF
+
+  make
+}
+
+package() {
+  cd libdbusmenu-qt-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/include/
+
+  sed -i '/^libdir/s/\(\/lib\)/\132/g' 
${pkgdir}/usr/lib32/pkgconfig/dbusmenu-qt.pc
+}


[arch-commits] Commit in lib32-qjson/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 10:53:44
  Author: bluewind
Revision: 126843

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-qjson/repos/multilib-x86_64/
  lib32-qjson/repos/multilib-x86_64/PKGBUILD
(from rev 126842, lib32-qjson/trunk/PKGBUILD)

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

Copied: lib32-qjson/repos/multilib-x86_64/PKGBUILD (from rev 126842, 
lib32-qjson/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2015-01-31 09:53:44 UTC (rev 126843)
@@ -0,0 +1,40 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
+# Original Maintainer: Andrea Scarpino and...@archlinux.org
+
+# vercheck-pkgbuild: auto
+# vercheck-ubuntu: name=qjson, repo=utopic
+
+pkgname=lib32-qjson
+pkgver=0.8.1
+pkgrel=3
+pkgdesc=A qt-based library that maps JSON data to QVariant objects (32-bit)
+arch=(x86_64)
+license=(GPL)
+url=http://qjson.sourceforge.net;
+depends=(lib32-qt4)
+makedepends=(cmake gcc-multilib)
+source=(qjson-${pkgver}.tar.gz::https://github.com/flavio/qjson/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+build() {
+  cd qjson-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib32 \
+-DCMAKE_BUILD_TYPE=Release \
+-DQT_QTCORE_LIBRARY_RELEASE=/usr/lib32/libQtCore.so
+
+  make
+}
+
+package() {
+  cd qjson-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/include/
+}


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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 11:09:34
  Author: andyrtr
Revision: 230310

cleanup

Modified:
  libreoffice-fresh/trunk/PKGBUILD
  libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff
Deleted:
  libreoffice-fresh/trunk/PKGBUILD.44
  
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install_LibO44.diff

-+
 PKGBUILD|2 
 PKGBUILD.44 |  403 --
 make-pyuno-work-with-system-wide-module-install.diff|6 
 make-pyuno-work-with-system-wide-module-install_LibO44.diff |   44 -
 4 files changed, 4 insertions(+), 451 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 09:50:36 UTC (rev 230309)
+++ PKGBUILD2015-01-31 10:09:34 UTC (rev 230310)
@@ -62,7 +62,7 @@
${_additional_source_url}/libfreehand-0.1.0.tar.bz2

${_additional_source_url}/36271d3fa0d9dec1632029b6d7aac925-liblangtag-0.5.1.tar.bz2

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
-   make-pyuno-work-with-system-wide-module-install_LibO44.diff
+   make-pyuno-work-with-system-wide-module-install.diff
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

Deleted: PKGBUILD.44
===
--- PKGBUILD.44 2015-01-31 09:50:36 UTC (rev 230309)
+++ PKGBUILD.44 2015-01-31 10:09:34 UTC (rev 230310)
@@ -1,403 +0,0 @@
-# $Id: PKGBUILD 224828 2014-10-19 12:16:56Z bpiotrowski $
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=4.4.0.2
-pkgver=4.4.0
-pkgrel=0.5 # RC2
-arch=('i686' 'x86_64')
-license=('LGPL3')
-url=http://www.libreoffice.org/;
-makedepends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' 
'libwps'
-   'neon=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'icu' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite'
-   'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'gconf' 'glew' 'nss' 'clucene' 
'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'xdg-utils' 
'gst-plugins-base-libs'
-   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-   'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 
'clucene'
-   'junit' 'libmythes' 'libwpg'  'mesa' 'java-environment' 
'postgresql-libs'
-   'bluez-libs' 'harfbuzz-icu' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 
'glew'
-   'apr' 'serf' 'chrpath' 'ttf-liberation' 'glm' 'libxinerama' 
'libpagemaker'
-   'libabw' 'libmwaw' 'libe-book')
-
-#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
-_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
-_additional_source_url=http://dev-www.libreoffice.org/src;
-_additional_source_url2=http://dev-www.libreoffice.org/extern;
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   
${_additional_source_url}/d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
-   
${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
-   
${_additional_source_url}/8ab049135b2d15313da5d9f0656894a1-commons-lang3-3.3.1-src.tar.gz
-   
${_additional_source_url}/2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz
-   
${_additional_source_url}/048751f3271906db5126ab76870444c4-commons-codec-1.9-src.zip
-   
${_additional_source_url}/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip
-   
${_additional_source_url}/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip
-   
${_additional_source_url}/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip
-   
${_additional_source_url}/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip
-   
${_additional_source_url}/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip
-   
${_additional_source_url}/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip
-   
${_additional_source_url}/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip
-   
${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
-   
${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
-   

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

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 11:17:40
  Author: andyrtr
Revision: 230311

cleanup provides/conflicts/replaces

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 10:09:34 UTC (rev 230310)
+++ PKGBUILD2015-01-31 10:17:40 UTC (rev 230311)
@@ -284,8 +284,8 @@
 package_libreoffice-fresh-sdk() {
pkgdesc=Software Development Kit for LibreOffice Fresh
depends=('libreoffice-fresh' 'gcc-libs' 'sh' 'make' 'zip' 'gcc' 
'java-environment')
-   provides=('libreoffice-sdk' 'libreoffice-sdk-doc' 
'libreoffice-still-sdk' 'libreoffice-still-sdk-doc')
-   conflicts=('libreoffice-sdk' 'libreoffice-sdk-doc' 
'libreoffice-still-sdk' 'libreoffice-still-sdk-doc')
+   provides=('libreoffice-sdk')
+   conflicts=('libreoffice-still-sdk')
 
for dir in $(grep -h ^%dir 
libreoffice-$_LOver/file-lists/sdk{,_doc}_list.txt); do
install -dm755 ${pkgdir}/${dir/\%dir/}
@@ -336,22 +336,8 @@
etc/profile.d/libreoffice-fresh.sh
etc/profile.d/libreoffice-fresh.csh)
install=$pkgbase.install
-   provides=('libreoffice' 'libreoffice-common''libreoffice-base' 
'libreoffice-calc'
-   'libreoffice-draw' 'libreoffice-gnome' 'libreoffice-impress'
-   'libreoffice-kde4' 'libreoffice-math' 'libreoffice-writer'
-   'libreoffice-postgresql-connector' 
'libreoffice-extension-wiki-publisher'
-   'libreoffice-extension-nlpsolver' 'libreoffice-en-US')
-   conflicts=('libreoffice-common' 'libreoffice-base' 'libreoffice-calc'
-   'libreoffice-draw' 'libreoffice-gnome' 'libreoffice-impress'
-   'libreoffice-kde4' 'libreoffice-math' 'libreoffice-writer'
-   'libreoffice-extension-wiki-publisher' 
'libreoffice-postgresql-connector'
-   'libreoffice-extension-nlpsolver' 'libreoffice-en-US'
-   'libreoffice-still-common' 'libreoffice-still-base' 
'libreoffice-still-calc'
-   'libreoffice-still-draw' 'libreoffice-still-gnome' 
'libreoffice-still-impress'
-   'libreoffice-still-kde4' 'libreoffice-still-math' 
'libreoffice-still-writer'
-   'libreoffice-still-extension-wiki-publisher' 
'libreoffice-still-postgresql-connector'
-   'libreoffice-still-extension-nlpsolver' 
'libreoffice-still-en-US')
-   replaces=('libreoffice-fresh-en-US')
+   provides=('libreoffice' 'libreoffice-en-US')
+   conflicts=('libreoffice-still')
 
mv fakeinstall/* ${pkgdir}/
 


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

2015-01-31 Thread Andrea Scarpino
Date: Saturday, January 31, 2015 @ 11:21:54
  Author: andrea
Revision: 230314

Undo previous commit

Modified:
  systemsettings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 10:20:03 UTC (rev 230313)
+++ PKGBUILD2015-01-31 10:21:54 UTC (rev 230314)
@@ -4,7 +4,7 @@
 
 pkgname=systemsettings
 pkgver=5.2.0
-pkgrel=2
+pkgrel=1
 pkgdesc='KDE system settings'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/systemsettings'
@@ -11,6 +11,7 @@
 license=('LGPL')
 depends=('kcmutils' 'khtml')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
 groups=('plasma')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
 md5sums=('cf6b126c3365864348d1faa5eb43e9ba')


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

2015-01-31 Thread Andrea Scarpino
Date: Saturday, January 31, 2015 @ 11:22:07
  Author: andrea
Revision: 230315

archrelease: copy trunk to extra-i686

Added:
  systemsettings/repos/extra-i686/PKGBUILD
(from rev 230314, systemsettings/trunk/PKGBUILD)
Deleted:
  systemsettings/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-31 10:21:54 UTC (rev 230314)
+++ PKGBUILD2015-01-31 10:22:07 UTC (rev 230315)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.2.0
-pkgrel=2
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: systemsettings/repos/extra-i686/PKGBUILD (from rev 230314, 
systemsettings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-31 10:22:07 UTC (rev 230315)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-01-31 Thread Andrea Scarpino
Date: Saturday, January 31, 2015 @ 11:22:32
  Author: andrea
Revision: 230316

archrelease: copy trunk to extra-x86_64

Added:
  systemsettings/repos/extra-x86_64/PKGBUILD
(from rev 230315, systemsettings/trunk/PKGBUILD)
Deleted:
  systemsettings/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-31 10:22:07 UTC (rev 230315)
+++ PKGBUILD2015-01-31 10:22:32 UTC (rev 230316)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=systemsettings
-pkgver=5.2.0
-pkgrel=2
-pkgdesc='KDE system settings'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/systemsettings'
-license=('LGPL')
-depends=('kcmutils' 'khtml')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: systemsettings/repos/extra-x86_64/PKGBUILD (from rev 230315, 
systemsettings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-31 10:22:32 UTC (rev 230316)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('cf6b126c3365864348d1faa5eb43e9ba')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-01-31 Thread Felix Yan
Date: Saturday, January 31, 2015 @ 11:51:21
  Author: fyan
Revision: 126847

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-31 10:48:50 UTC (rev 126846)
+++ community-i686/PKGBUILD 2015-01-31 10:51:21 UTC (rev 126847)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.36
-_npmver=2.3.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('b9d7d1d0294bce46686b13a05da6fc5b1e7743b597544aa888e8e64a9f178c81'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 126846, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-31 10:51:21 UTC (rev 126847)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.36
+_npmver=2.4.1
+pkgrel=2
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('b9d7d1d0294bce46686b13a05da6fc5b1e7743b597544aa888e8e64a9f178c81'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  

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

2015-01-31 Thread Jelle van der Waa
Date: Saturday, January 31, 2015 @ 12:30:14
  Author: jelle
Revision: 126851

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

Added:
  pdf2djvu/repos/community-staging-i686/
  pdf2djvu/repos/community-staging-i686/PKGBUILD
(from rev 126850, pdf2djvu/trunk/PKGBUILD)
  pdf2djvu/repos/community-staging-x86_64/
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD
(from rev 126850, pdf2djvu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 126850, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-01-31 11:30:14 UTC (rev 126851)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.17
+pkgrel=6
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('fedec591afb14b144808d1a4facab174'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 126850, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-01-31 11:30:14 UTC (rev 126851)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.17
+pkgrel=6
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('fedec591afb14b144808d1a4facab174'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+


[arch-commits] Commit in lib32-qt4/repos/multilib-x86_64 (3 files)

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 12:49:14
  Author: bluewind
Revision: 126856

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD
(from rev 126855, lib32-qt4/trunk/PKGBUILD)
  lib32-qt4/repos/multilib-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 126855, lib32-qt4/trunk/kubuntu_14_systemtrayicon.diff)
Deleted:
  lib32-qt4/repos/multilib-x86_64/kubuntu_14_systemtrayicon.diff

+
 PKGBUILD   |  102 +
 kubuntu_14_systemtrayicon.diff | 2932 +++
 2 files changed, 1568 insertions(+), 1466 deletions(-)

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


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

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 12:48:04
  Author: bluewind
Revision: 126854

upgpkg: lib32-sni-qt 0.2.6-5

rebuild to remove group that's actually not in the pkgbuild anymore

Modified:
  lib32-sni-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 11:46:27 UTC (rev 126853)
+++ PKGBUILD2015-01-31 11:48:04 UTC (rev 126854)
@@ -6,7 +6,7 @@
 
 pkgname=lib32-sni-qt
 pkgver=0.2.6
-pkgrel=4
+pkgrel=5
 pkgdesc=A Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators) (32-bit)
 arch=(x86_64)
 url=https://launchpad.net/sni-qt;


[arch-commits] Commit in lib32-sni-qt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-01-31 Thread Florian Pritz
Date: Saturday, January 31, 2015 @ 12:48:07
  Author: bluewind
Revision: 126855

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sni-qt/repos/multilib-x86_64/PKGBUILD
(from rev 126854, lib32-sni-qt/trunk/PKGBUILD)
Deleted:
  lib32-sni-qt/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-31 11:48:04 UTC (rev 126854)
+++ PKGBUILD2015-01-31 11:48:07 UTC (rev 126855)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
-
-# vercheck-pkgbuild: auto
-# vercheck-ubuntu: name=sni-qt, repo=utopic
-
-pkgname=lib32-sni-qt
-pkgver=0.2.6
-pkgrel=4
-pkgdesc=A Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators) (32-bit)
-arch=(x86_64)
-url=https://launchpad.net/sni-qt;
-license=(GPL)
-depends=(sni-qt lib32-libdbusmenu-qt lib32-qt4)
-makedepends=(cmake gcc-multilib)
-source=(http://launchpad.net/sni-qt/trunk/${pkgver}/+download/sni-qt-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=(45C43F82329D77F384214CCABEED35A5EEE34473)
-md5sums=('e84c66e776f7c22c961817387f618c81'
- 'SKIP')
-
-build() {
-  cd sni-qt-${pkgver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # XXX: Use the correct qconfig.h. This is probably not optimal, but it seems
-  # to work well enough.
-  export CFLAGS=$(pkg-config --cflags QtCore) ${CFLAGS}
-  export CXXFLAGS=$(pkg-config --cflags QtCore) ${CXXFLAGS}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DQT_PLUGINS_DIR=/usr/lib32/qt/plugins
-
-  make
-}
-
-package() {
-  cd sni-qt-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-}

Copied: lib32-sni-qt/repos/multilib-x86_64/PKGBUILD (from rev 126854, 
lib32-sni-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-31 11:48:07 UTC (rev 126855)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
+
+# vercheck-pkgbuild: auto
+# vercheck-ubuntu: name=sni-qt, repo=utopic
+
+pkgname=lib32-sni-qt
+pkgver=0.2.6
+pkgrel=5
+pkgdesc=A Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators) (32-bit)
+arch=(x86_64)
+url=https://launchpad.net/sni-qt;
+license=(GPL)
+depends=(sni-qt lib32-libdbusmenu-qt lib32-qt4)
+makedepends=(cmake gcc-multilib)
+source=(http://launchpad.net/sni-qt/trunk/${pkgver}/+download/sni-qt-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=(45C43F82329D77F384214CCABEED35A5EEE34473)
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ 'SKIP')
+
+build() {
+  cd sni-qt-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # XXX: Use the correct qconfig.h. This is probably not optimal, but it seems
+  # to work well enough.
+  export CFLAGS=$(pkg-config --cflags QtCore) ${CFLAGS}
+  export CXXFLAGS=$(pkg-config --cflags QtCore) ${CXXFLAGS}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQT_PLUGINS_DIR=/usr/lib32/qt/plugins
+
+  make
+}
+
+package() {
+  cd sni-qt-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}


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

2015-01-31 Thread Pierre Schmitz
Date: Saturday, January 31, 2015 @ 14:03:23
  Author: pierre
Revision: 230321

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 230320, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 230320, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 230320, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 230320, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 230320, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 230320, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 230320, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 230320, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  168 +++
 /aliases.patch |   36 +
 /install   |   36 +
 /service   |   28 +++
 extra-i686/PKGBUILD|   84 -
 extra-i686/aliases.patch   |   18 
 extra-i686/install |   18 
 extra-i686/service |   14 ---
 extra-x86_64/PKGBUILD  |   84 -
 extra-x86_64/aliases.patch |   18 
 extra-x86_64/install   |   18 
 extra-x86_64/service   |   14 ---
 12 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-31 13:03:07 UTC (rev 230320)
+++ extra-i686/PKGBUILD 2015-01-31 13:03:23 UTC (rev 230321)
@@ -1,84 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=(postfix postfix-tools)
-pkgbase=postfix
-pkgver=2.11.3
-pkgrel=1
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-_postfix_depends=('pcre' 'libsasl' 'libldap' 'db'
-'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-_postfix_tools_depends=('openssl')
-makedepends=(${_postfix_depends[@]} ${_postfix_tools_depends[@]})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service')
-sha1sums=('2c0e974d7a24eb48e352c9268b5bb131e7c9debf'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   -DHAS_CDB \
-   -DDEF_COMMAND_DIR=\/usr/bin\ \
-   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
-   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
-   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
-   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
-   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   -lcdb \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package_postfix() {
-   pkgdesc='Fast, easy to administer, secure mail server'
-   depends=(${_postfix_depends[@]})
-   
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-   provides=('smtp-server' 'smtp-forwarder')
-   conflicts=('smtp-server' 'smtp-forwarder')
-   install=install
-   cd ${srcdir}/postfix-${pkgver}
-
-   sh postfix-install -non-interactive install_root=${pkgdir}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
-}
-
-package_postfix-tools() {
-   pkgdesc='SMTP/QMQP tools from the postfix distribution'
-   depends=(${_postfix_tools_depends[@]})
-   cd ${srcdir}/postfix-${pkgver}
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 man/man1/${name}.1 

  1   2   >