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

2014-07-17 Thread Martin Wimpress
Date: Thursday, July 17, 2014 @ 09:17:06
  Author: flexiondotorg
Revision: 115805

upgpkg: variety 0.4.19-1 - New upstream release.

Modified:
  variety/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 06:56:39 UTC (rev 115804)
+++ PKGBUILD2014-07-17 07:17:06 UTC (rev 115805)
@@ -2,7 +2,7 @@
 # Maintainer : Martin Wimpress 
 
 pkgname=variety
-pkgver=0.4.18
+pkgver=0.4.19
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 url="http://peterlevi.com/variety/";
@@ -14,11 +14,12 @@
  'python2-pycurl' 'python2-six' 'webkitgtk' 'yelp')
 makedepends=('python2-distutils-extra')
 
source=("https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz";)
-sha256sums=('393ed81c82c4e03599b03338a820132a41193aaa10440db66d6fba7d533e6624')
+sha256sums=('a6c075932e65b1c3149bbfd3c7716d821234b9f2f1fd87f8412b11cf058b2b3a')
 install=${pkgname}.install
 
 package() {
 cd "${srcdir}/${pkgname}"
+export XDG_RUNTIME_DIR="/tmp/${pkgname}"
 python2 setup.py install --root="${pkgdir}" --optimize=1
 chmod 644 "${pkgdir}/usr/share/variety/media/wallpaper-kde.jpg"
 }



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

2014-07-17 Thread Martin Wimpress
Date: Thursday, July 17, 2014 @ 09:17:13
  Author: flexiondotorg
Revision: 115806

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 115805, variety/trunk/PKGBUILD)
  variety/repos/community-any/variety.install
(from rev 115805, variety/trunk/variety.install)
Deleted:
  variety/repos/community-any/PKGBUILD
  variety/repos/community-any/variety.install

-+
 PKGBUILD|   49 +
 variety.install |   22 +++---
 2 files changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 07:17:06 UTC (rev 115805)
+++ PKGBUILD2014-07-17 07:17:13 UTC (rev 115806)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=variety
-pkgver=0.4.18
-pkgrel=1
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-url="http://peterlevi.com/variety/";
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libnotify' 'python2-beautifulsoup4'
- 'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
- 'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
- 'python2-pycurl' 'python2-six' 'webkitgtk' 'yelp')
-makedepends=('python2-distutils-extra')
-source=("https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz";)
-sha256sums=('393ed81c82c4e03599b03338a820132a41193aaa10440db66d6fba7d533e6624')
-install=${pkgname}.install
-
-package() {
-cd "${srcdir}/${pkgname}"
-python2 setup.py install --root="${pkgdir}" --optimize=1
-chmod 644 "${pkgdir}/usr/share/variety/media/wallpaper-kde.jpg"
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 115805, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 07:17:13 UTC (rev 115806)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=variety
+pkgver=0.4.19
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+url="http://peterlevi.com/variety/";
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libnotify' 'python2-beautifulsoup4'
+ 'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
+ 'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
+ 'python2-pycurl' 'python2-six' 'webkitgtk' 'yelp')
+makedepends=('python2-distutils-extra')
+source=("https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}.tar.gz";)
+sha256sums=('a6c075932e65b1c3149bbfd3c7716d821234b9f2f1fd87f8412b11cf058b2b3a')
+install=${pkgname}.install
+
+package() {
+cd "${srcdir}/${pkgname}"
+export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+python2 setup.py install --root="${pkgdir}" --optimize=1
+chmod 644 "${pkgdir}/usr/share/variety/media/wallpaper-kde.jpg"
+}

Deleted: variety.install
===
--- variety.install 2014-07-17 07:17:06 UTC (rev 115805)
+++ variety.install 2014-07-17 07:17:13 UTC (rev 115806)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: variety/repos/community-any/variety.install (from rev 115805, 
variety/trunk/variety.install)
===
--- variety.install (rev 0)
+++ variety.install 2014-07-17 07:17:13 UTC (rev 115806)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-07-17 Thread Felix Yan
Date: Thursday, July 17, 2014 @ 09:43:45
  Author: fyan
Revision: 115807

upgpkg: cgminer 4.4.2-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 07:17:13 UTC (rev 115806)
+++ PKGBUILD2014-07-17 07:43:45 UTC (rev 115807)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri 
 
 pkgname=cgminer
-pkgver=4.4.1
+pkgver=4.4.2
 #_pkgver=
 _pkgver=$pkgver
 pkgrel=1
@@ -24,8 +24,8 @@
   cd $pkgname
   # We have latest jansson and libusb - just use them
 
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS="compat/jansson-2\.5/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|'
 \
+  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.6.*||' \
+  -e 
's|JANSSON_LIBS="compat/jansson-2\.6/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|'
 \
   -e 's|compat/Makefile||' \
   -i ./configure.ac
 



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

2014-07-17 Thread Felix Yan
Date: Thursday, July 17, 2014 @ 09:44:38
  Author: fyan
Revision: 115808

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 115807, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 115807, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 115807, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 115807, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 115807, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 115807, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  198 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 ++
 community-i686/PKGBUILD  |   99 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   99 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 236 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-17 07:43:45 UTC (rev 115807)
+++ community-i686/PKGBUILD 2014-07-17 07:44:38 UTC (rev 115808)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: monson 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri 
-
-pkgname=cgminer
-pkgver=4.4.1
-#_pkgver=
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver";
-"$pkgname.conf.d"
-"$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS="compat/jansson-2\.5/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i 
./configure
-  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
-  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
-  #sed 
's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-ants2 \
---enable-avalon \
---enable-avalon2 \
---enable-bab \
---enable-bflsc \
---enable-bitforce \
---enable-bitfury \
---enable-bitmine_A1 \
---enable-cointerra \
---enable-drillbit \
---enable-hashfast \
---enable-icarus \
---enable-klondike \
---enable-minion \
---enable-modminer \
---with-system-libusb
-# --enable-spondoolies # Enable it only when you need to
-# --enable-knc # Enable it only when you need to
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
-
-  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a

[arch-commits] Commit in adobe-source-han-sans-fonts/repos (3 files)

2014-07-17 Thread Felix Yan
Date: Thursday, July 17, 2014 @ 10:40:16
  Author: fyan
Revision: 115810

archrelease: copy trunk to community-any

Added:
  adobe-source-han-sans-fonts/repos/community-any/
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
(from rev 115809, adobe-source-han-sans-fonts/trunk/PKGBUILD)
  adobe-source-han-sans-fonts/repos/community-any/fonts.install
(from rev 115809, adobe-source-han-sans-fonts/trunk/fonts.install)

---+
 PKGBUILD  |  123 
 fonts.install |   11 +
 2 files changed, 134 insertions(+)

Copied: adobe-source-han-sans-fonts/repos/community-any/PKGBUILD (from rev 
115809, adobe-source-han-sans-fonts/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-07-17 08:40:16 UTC (rev 115810)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sascha Weaver 
+
+# This font family has several variants:
+#
+# * Multilingual version with Japanese glyphs as default priority
+# * Multilingual version with Korean glyphs as default priority
+# * Multilingual version with Simplified Chinese glyphs as default priority
+# * Multilingual version with Traditional Chinese glyphs as default priority
+# * Monolingual version with only Japanese glyphs + Latin
+# * Monolingual version with only Korean glyphs + Latin
+# * Monolingual version with only Simplified Chinese glyphs + Latin
+# * Monolingual version with only Traditional Chinese glyphs + Latin
+
+_pkgbase=adobe-source-han-sans
+pkgbase=$_pkgbase-fonts
+pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-twhk-fonts $_pkgbase-otc-fonts)
+pkgver=1.000
+pkgrel=1
+pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement 
Source Sans Pro'
+arch=('any')
+url='https://github.com/adobe-fonts/source-han-sans'
+source=("http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansJP-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansKR-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansCN-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansTWHK-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansOTC-$pkgver.zip";)
+noextract=(SourceHanSansJP-$pkgver.zip SourceHanSansKR-$pkgver.zip 
SourceHanSansCN-$pkgver.zip SourceHanSansTWHK-$pkgver.zip 
SourceHanSansOTC-$pkgver.zip)
+sha256sums=('c5930036660bea22ffceaa9e2df765776494800d330a59be7936ab3c763c4c82'
+'8eed4ad092fcf640e44f73ba510e0ed1c1cabf79776f68d02820734bbba21cf8'
+'88117aa8f8b4ab65d6f7a919a5e1b06d6c00f75b1abecccf120246536123754d'
+'2371a726757a51322243b1ed7a9fde562621b0813b5e6d6443e06847ad7bbd20'
+'d6eb107eaf7f7b7e6b775905e2f5b335c989c7b06a46fc7286d3e71c4ffde4d8')
+license=('Apache')
+depends=('fontconfig')
+makedepends=('unzip')
+install="fonts.install"
+
+_jp=(
+SourceHanSansJP-Bold.otf
+SourceHanSansJP-ExtraLight.otf
+SourceHanSansJP-Heavy.otf
+SourceHanSansJP-Light.otf
+SourceHanSansJP-Medium.otf
+SourceHanSansJP-Normal.otf
+SourceHanSansJP-Regular.otf
+)
+_kr=(
+SourceHanSansKR-Bold.otf
+SourceHanSansKR-ExtraLight.otf
+SourceHanSansKR-Heavy.otf
+SourceHanSansKR-Light.otf
+SourceHanSansKR-Medium.otf
+SourceHanSansKR-Normal.otf
+SourceHanSansKR-Regular.otf
+)
+_cn=(
+SourceHanSansCN-Bold.otf
+SourceHanSansCN-ExtraLight.otf
+SourceHanSansCN-Heavy.otf
+SourceHanSansCN-Light.otf
+SourceHanSansCN-Medium.otf
+SourceHanSansCN-Normal.otf
+SourceHanSansCN-Regular.otf
+)
+_twhk=(
+SourceHanSansTWHK-Bold.otf
+SourceHanSansTWHK-ExtraLight.otf
+SourceHanSansTWHK-Heavy.otf
+SourceHanSansTWHK-Light.otf
+SourceHanSansTWHK-Medium.otf
+SourceHanSansTWHK-Normal.otf
+SourceHanSansTWHK-Regular.otf
+)
+_otc=(
+SourceHanSans-Bold.ttc
+SourceHanSans-ExtraLight.ttc
+SourceHanSans-Heavy.ttc
+SourceHanSans-Light.ttc
+SourceHanSans-Medium.ttc
+SourceHanSans-Normal.ttc
+SourceHanSans-Regular.ttc
+)
+
+function _package {
+cd "$srcdir"
+
+case "$1" in
+$_pkgbase-jp-fonts)
+fonts=(${_jp[@]})
+unzip -j SourceHanSansJP-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Japanese OpenType/CFF fonts";;
+$_pkgbase-kr-fonts)
+fonts=(${_kr[@]})
+unzip -j SourceHanSansKR-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Korean OpenType/CFF fonts";;
+$_pkgbase-cn-fonts)
+fonts=(${_cn[@]})
+unzip -j SourceHanSansCN-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Simplified Chinese OpenType/CFF 
fonts";;
+$_pkgbase-twhk-fonts)
+fonts=(${_twhk[@]})
+unzip -j SourceHanSansTWHK-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Traditional Chinese OpenType/CFF 
fonts";;
+   

[arch-commits] Commit in (5 files)

2014-07-17 Thread Felix Yan
Date: Thursday, July 17, 2014 @ 10:38:07
  Author: fyan
Revision: 115809

addpkg: adobe-source-han-sans-fonts 1.000-1

Added:
  adobe-source-han-sans-fonts/
  adobe-source-han-sans-fonts/repos/
  adobe-source-han-sans-fonts/trunk/
  adobe-source-han-sans-fonts/trunk/PKGBUILD
  adobe-source-han-sans-fonts/trunk/fonts.install

---+
 PKGBUILD  |  123 
 fonts.install |   11 +
 2 files changed, 134 insertions(+)

Added: adobe-source-han-sans-fonts/trunk/PKGBUILD
===
--- adobe-source-han-sans-fonts/trunk/PKGBUILD  (rev 0)
+++ adobe-source-han-sans-fonts/trunk/PKGBUILD  2014-07-17 08:38:07 UTC (rev 
115809)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sascha Weaver 
+
+# This font family has several variants:
+#
+# * Multilingual version with Japanese glyphs as default priority
+# * Multilingual version with Korean glyphs as default priority
+# * Multilingual version with Simplified Chinese glyphs as default priority
+# * Multilingual version with Traditional Chinese glyphs as default priority
+# * Monolingual version with only Japanese glyphs + Latin
+# * Monolingual version with only Korean glyphs + Latin
+# * Monolingual version with only Simplified Chinese glyphs + Latin
+# * Monolingual version with only Traditional Chinese glyphs + Latin
+
+_pkgbase=adobe-source-han-sans
+pkgbase=$_pkgbase-fonts
+pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-twhk-fonts $_pkgbase-otc-fonts)
+pkgver=1.000
+pkgrel=1
+pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement 
Source Sans Pro'
+arch=('any')
+url='https://github.com/adobe-fonts/source-han-sans'
+source=("http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansJP-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansKR-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansCN-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansTWHK-$pkgver.zip";
+
"http://sourceforge.net/projects/source-han-sans.adobe/files/SourceHanSansOTC-$pkgver.zip";)
+noextract=(SourceHanSansJP-$pkgver.zip SourceHanSansKR-$pkgver.zip 
SourceHanSansCN-$pkgver.zip SourceHanSansTWHK-$pkgver.zip 
SourceHanSansOTC-$pkgver.zip)
+sha256sums=('c5930036660bea22ffceaa9e2df765776494800d330a59be7936ab3c763c4c82'
+'8eed4ad092fcf640e44f73ba510e0ed1c1cabf79776f68d02820734bbba21cf8'
+'88117aa8f8b4ab65d6f7a919a5e1b06d6c00f75b1abecccf120246536123754d'
+'2371a726757a51322243b1ed7a9fde562621b0813b5e6d6443e06847ad7bbd20'
+'d6eb107eaf7f7b7e6b775905e2f5b335c989c7b06a46fc7286d3e71c4ffde4d8')
+license=('Apache')
+depends=('fontconfig')
+makedepends=('unzip')
+install="fonts.install"
+
+_jp=(
+SourceHanSansJP-Bold.otf
+SourceHanSansJP-ExtraLight.otf
+SourceHanSansJP-Heavy.otf
+SourceHanSansJP-Light.otf
+SourceHanSansJP-Medium.otf
+SourceHanSansJP-Normal.otf
+SourceHanSansJP-Regular.otf
+)
+_kr=(
+SourceHanSansKR-Bold.otf
+SourceHanSansKR-ExtraLight.otf
+SourceHanSansKR-Heavy.otf
+SourceHanSansKR-Light.otf
+SourceHanSansKR-Medium.otf
+SourceHanSansKR-Normal.otf
+SourceHanSansKR-Regular.otf
+)
+_cn=(
+SourceHanSansCN-Bold.otf
+SourceHanSansCN-ExtraLight.otf
+SourceHanSansCN-Heavy.otf
+SourceHanSansCN-Light.otf
+SourceHanSansCN-Medium.otf
+SourceHanSansCN-Normal.otf
+SourceHanSansCN-Regular.otf
+)
+_twhk=(
+SourceHanSansTWHK-Bold.otf
+SourceHanSansTWHK-ExtraLight.otf
+SourceHanSansTWHK-Heavy.otf
+SourceHanSansTWHK-Light.otf
+SourceHanSansTWHK-Medium.otf
+SourceHanSansTWHK-Normal.otf
+SourceHanSansTWHK-Regular.otf
+)
+_otc=(
+SourceHanSans-Bold.ttc
+SourceHanSans-ExtraLight.ttc
+SourceHanSans-Heavy.ttc
+SourceHanSans-Light.ttc
+SourceHanSans-Medium.ttc
+SourceHanSans-Normal.ttc
+SourceHanSans-Regular.ttc
+)
+
+function _package {
+cd "$srcdir"
+
+case "$1" in
+$_pkgbase-jp-fonts)
+fonts=(${_jp[@]})
+unzip -j SourceHanSansJP-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Japanese OpenType/CFF fonts";;
+$_pkgbase-kr-fonts)
+fonts=(${_kr[@]})
+unzip -j SourceHanSansKR-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Korean OpenType/CFF fonts";;
+$_pkgbase-cn-fonts)
+fonts=(${_cn[@]})
+unzip -j SourceHanSansCN-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Simplified Chinese OpenType/CFF 
fonts";;
+$_pkgbase-twhk-fonts)
+fonts=(${_twhk[@]})
+unzip -j SourceHanSansTWHK-$pkgver.zip
+pkgdesc="Adobe Source Han Sans - Traditional Chinese OpenType/CFF 
fonts";;
+$_pkgbase-otc-fonts)
+fonts=(${_otc[@]})
+unzip -j SourceHanSansOTC-$pkgver.zip
+pkgdesc="Adobe Source Han Sans 

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

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:22
  Author: spupykin
Revision: 115813

upgpkg: perl-email-address 1.905-1

upd

Modified:
  perl-email-address/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:19 UTC (rev 115812)
+++ PKGBUILD2014-07-17 09:13:22 UTC (rev 115813)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-email-address
-pkgver=1.903
+pkgver=1.905
 pkgrel=1
 pkgdesc="RFC 2822 Address Parsing and Creation "
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Address-$pkgver.tar.gz";)
-md5sums=('9cf17604b3527121d85f7c9c53702ff6')
+md5sums=('3ed17b42a797bbc0103eabbb2d130766')
 
 build() {
   cd  $srcdir/Email-Address-$pkgver



[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (PKGBUILD)

2014-07-17 Thread Felix Yan
Date: Thursday, July 17, 2014 @ 11:14:00
  Author: fyan
Revision: 115819

update description

Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 19 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:53 UTC (rev 115818)
+++ PKGBUILD2014-07-17 09:14:00 UTC (rev 115819)
@@ -2,16 +2,26 @@
 # Maintainer: Felix Yan 
 # Contributor: Sascha Weaver 
 
-# This font family has several variants:
+# This font has three versions:
 #
-# * Multilingual version with Japanese glyphs as default priority
-# * Multilingual version with Korean glyphs as default priority
-# * Multilingual version with Simplified Chinese glyphs as default priority
-# * Multilingual version with Traditional Chinese glyphs as default priority
-# * Monolingual version with only Japanese glyphs + Latin
-# * Monolingual version with only Korean glyphs + Latin
-# * Monolingual version with only Simplified Chinese glyphs + Latin
-# * Monolingual version with only Traditional Chinese glyphs + Latin
+# * Multilingual versions with a default langauge:
+#   (We do not package them)
+#   * Multilingual version with Japanese glyphs as default priority
+#   * Multilingual version with Korean glyphs as default priority
+#   * Multilingual version with Simplified Chinese glyphs as default priority
+#   * Multilingual version with Traditional Chinese glyphs as default priority
+# * Multilingual version combined the four versions above.
+#   (This version is "the best of the worlds", but it cannot be used in 
Windows)
+#   -> adobe-source-han-sans-otc-fonts
+# * Regional subsets with only characters used in CN, JP, KR or TWHK:
+#   * Regional subset with only Japanese glyphs + Latin
+#   -> adobe-source-han-sans-jp-fonts
+#   * Regional subset with only Korean glyphs + Latin
+#   -> adobe-source-han-sans-kr-fonts
+#   * Regional subset with only Simplified Chinese glyphs + Latin
+#   -> adobe-source-han-sans-cn-fonts
+#   * Regional subset with only Traditional Chinese glyphs + Latin
+#   -> adobe-source-han-sans-twhk-fonts
 
 _pkgbase=adobe-source-han-sans
 pkgbase=$_pkgbase-fonts



[arch-commits] Commit in perl-email-address/repos/community-any (PKGBUILD PKGBUILD)

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:30
  Author: spupykin
Revision: 115814

archrelease: copy trunk to community-any

Added:
  perl-email-address/repos/community-any/PKGBUILD
(from rev 115813, perl-email-address/trunk/PKGBUILD)
Deleted:
  perl-email-address/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:22 UTC (rev 115813)
+++ PKGBUILD2014-07-17 09:13:30 UTC (rev 115814)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-email-address
-pkgver=1.903
-pkgrel=1
-pkgdesc="RFC 2822 Address Parsing and Creation "
-arch=('any')
-url="http://search.cpan.org/dist/Email-Address";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Address-$pkgver.tar.gz";)
-md5sums=('9cf17604b3527121d85f7c9c53702ff6')
-
-build() {
-  cd  $srcdir/Email-Address-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Email-Address-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-email-address/repos/community-any/PKGBUILD (from rev 115813, 
perl-email-address/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 09:13:30 UTC (rev 115814)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-email-address
+pkgver=1.905
+pkgrel=1
+pkgdesc="RFC 2822 Address Parsing and Creation "
+arch=('any')
+url="http://search.cpan.org/dist/Email-Address";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Address-$pkgver.tar.gz";)
+md5sums=('3ed17b42a797bbc0103eabbb2d130766')
+
+build() {
+  cd  $srcdir/Email-Address-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Email-Address-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:33
  Author: spupykin
Revision: 115815

upgpkg: perl-test-differences 0.62-1

upd

Modified:
  perl-test-differences/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:30 UTC (rev 115814)
+++ PKGBUILD2014-07-17 09:13:33 UTC (rev 115815)
@@ -2,15 +2,15 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-test-differences
-pkgver=0.61
-pkgrel=3
+pkgver=0.62
+pkgrel=1
 pkgdesc="Perl/CPAN Module Test::Differences"
 arch=(any)
 depends=(perl-text-diff)
 url="http://search.cpan.org/dist/Test-Differences";
 license=("GPL" "PerlArtistic")
-source=("http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-$pkgver.tar.gz";)
-md5sums=('8728047fbd04a32ffdbbc4304d635eb1')
+source=("http://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Test-Differences-$pkgver.tar.gz";)
+md5sums=('3aa6f4d0c3550d50bfa71a80c28aabd3')
 
 build() {
   cd $srcdir/Test-Differences-$pkgver



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

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:08
  Author: spupykin
Revision: 115811

upgpkg: perl-devel-patchperl 1.24-1

upd

Modified:
  perl-devel-patchperl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 08:40:16 UTC (rev 115810)
+++ PKGBUILD2014-07-17 09:13:08 UTC (rev 115811)
@@ -2,16 +2,16 @@
 # Maintainer:
 
 pkgname=perl-devel-patchperl
-pkgver=1.22
+pkgver=1.24
 pkgrel=1
 pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
 arch=('any')
-url="https://metacpan.org/release/Devel-PatchPerl";
+url="http://search.cpan.org/dist/Devel-PatchPerl/";
 license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-file-pushd')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz";)
-md5sums=('3264cd23597912a0a2d837c97fdbae93')
+md5sums=('cce7d533c1441c90c8ac2bb252649d3b')
 
 build() {
   cd Devel-PatchPerl-$pkgver



[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:45
  Author: spupykin
Revision: 115817

upgpkg: phoronix-test-suite 5.2.1-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:41 UTC (rev 115816)
+++ PKGBUILD2014-07-17 09:13:45 UTC (rev 115817)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder 
 
 pkgname=phoronix-test-suite
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
 arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('a812277a79e36e3e83a9ef2838ec32a7')
+md5sums=('51e52d883710dc516c5494bd1c377219')
 
 package() {
   cd $srcdir/phoronix-test-suite



[arch-commits] Commit in perl-devel-patchperl/repos/community-any (PKGBUILD PKGBUILD)

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:19
  Author: spupykin
Revision: 115812

archrelease: copy trunk to community-any

Added:
  perl-devel-patchperl/repos/community-any/PKGBUILD
(from rev 115811, perl-devel-patchperl/trunk/PKGBUILD)
Deleted:
  perl-devel-patchperl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:08 UTC (rev 115811)
+++ PKGBUILD2014-07-17 09:13:19 UTC (rev 115812)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-devel-patchperl
-pkgver=1.22
-pkgrel=1
-pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
-arch=('any')
-url="https://metacpan.org/release/Devel-PatchPerl";
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-file-pushd')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz";)
-md5sums=('3264cd23597912a0a2d837c97fdbae93')
-
-build() {
-  cd Devel-PatchPerl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-PatchPerl-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-PatchPerl-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: perl-devel-patchperl/repos/community-any/PKGBUILD (from rev 115811, 
perl-devel-patchperl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 09:13:19 UTC (rev 115812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.24
+pkgrel=1
+pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
+arch=('any')
+url="http://search.cpan.org/dist/Devel-PatchPerl/";
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz";)
+md5sums=('cce7d533c1441c90c8ac2bb252649d3b')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+



[arch-commits] Commit in perl-test-differences/repos/community-any (PKGBUILD PKGBUILD)

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:41
  Author: spupykin
Revision: 115816

archrelease: copy trunk to community-any

Added:
  perl-test-differences/repos/community-any/PKGBUILD
(from rev 115815, perl-test-differences/trunk/PKGBUILD)
Deleted:
  perl-test-differences/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:33 UTC (rev 115815)
+++ PKGBUILD2014-07-17 09:13:41 UTC (rev 115816)
@@ -1,25 +0,0 @@
-# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
-# Maintainer: Charles Mauch 
-
-pkgname=perl-test-differences
-pkgver=0.61
-pkgrel=3
-pkgdesc="Perl/CPAN Module Test::Differences"
-arch=(any)
-depends=(perl-text-diff)
-url="http://search.cpan.org/dist/Test-Differences";
-license=("GPL" "PerlArtistic")
-source=("http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-$pkgver.tar.gz";)
-md5sums=('8728047fbd04a32ffdbbc4304d635eb1')
-
-build() {
-  cd $srcdir/Test-Differences-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor  
-  make 
-}
-package() {
-  cd $srcdir/Test-Differences-$pkgver
-  make install DESTDIR=$pkgdir 
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-differences/repos/community-any/PKGBUILD (from rev 115815, 
perl-test-differences/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 09:13:41 UTC (rev 115816)
@@ -0,0 +1,25 @@
+# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch 
+
+pkgname=perl-test-differences
+pkgver=0.62
+pkgrel=1
+pkgdesc="Perl/CPAN Module Test::Differences"
+arch=(any)
+depends=(perl-text-diff)
+url="http://search.cpan.org/dist/Test-Differences";
+license=("GPL" "PerlArtistic")
+source=("http://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Test-Differences-$pkgver.tar.gz";)
+md5sums=('3aa6f4d0c3550d50bfa71a80c28aabd3')
+
+build() {
+  cd $srcdir/Test-Differences-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor  
+  make 
+}
+package() {
+  cd $srcdir/Test-Differences-$pkgver
+  make install DESTDIR=$pkgdir 
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2014-07-17 Thread Sergej Pupykin
Date: Thursday, July 17, 2014 @ 11:13:53
  Author: spupykin
Revision: 115818

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 115817, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 115817, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   54 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 09:13:45 UTC (rev 115817)
+++ PKGBUILD2014-07-17 09:13:53 UTC (rev 115818)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Schönfelder 
-
-pkgname=phoronix-test-suite
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
-arch=('any')
-license=('GPL3')
-url="http://www.phoronix-test-suite.com/";
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('a812277a79e36e3e83a9ef2838ec32a7')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -dm755 $pkgdir/usr/share/phoronix-test-suite
-  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
-  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 115817, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 09:13:53 UTC (rev 115818)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Schönfelder 
+
+pkgname=phoronix-test-suite
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
+arch=('any')
+license=('GPL3')
+url="http://www.phoronix-test-suite.com/";
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('51e52d883710dc516c5494bd1c377219')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2014-07-17 09:13:45 UTC (rev 115817)
+++ phoronix-test-suite.install 2014-07-17 09:13:53 UTC (rev 115818)
@@ -1,12 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Add / to the open_basedir list."
-  echo ">>> - Enable zip.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
-  echo ">>> extension=zip.so"
-  echo ">>>"
-  echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 115817, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2014-07-17 09:13:53 UTC (rev 115818)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Add / to the open_basedir list."
+  echo ">>> - Enable zip.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
+  echo ">>> extension=zip.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}



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

2014-07-17 Thread Massimiliano Torromeo
Date: Thursday, July 17, 2014 @ 11:25:15
  Author: mtorromeo
Revision: 115820

Moving hiredis into [community] as a new dependency for gearmand

Added:
  hiredis/
  hiredis/trunk/
  hiredis/trunk/PKGBUILD

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

Added: hiredis/trunk/PKGBUILD
===
--- hiredis/trunk/PKGBUILD  (rev 0)
+++ hiredis/trunk/PKGBUILD  2014-07-17 09:25:15 UTC (rev 115820)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Vladimir Tsanev 
+
+pkgname=hiredis
+pkgver=0.11.0
+pkgrel=4
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/";
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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


[arch-commits] Commit in hiredis (5 files)

2014-07-17 Thread Massimiliano Torromeo
Date: Thursday, July 17, 2014 @ 11:57:15
  Author: mtorromeo
Revision: 115821

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

Added:
  hiredis/repos/
  hiredis/repos/community-i686/
  hiredis/repos/community-i686/PKGBUILD
(from rev 115820, hiredis/trunk/PKGBUILD)
  hiredis/repos/community-x86_64/
  hiredis/repos/community-x86_64/PKGBUILD
(from rev 115820, hiredis/trunk/PKGBUILD)

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

Copied: hiredis/repos/community-i686/PKGBUILD (from rev 115820, 
hiredis/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-07-17 09:57:15 UTC (rev 115821)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Vladimir Tsanev 
+
+pkgname=hiredis
+pkgver=0.11.0
+pkgrel=4
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/";
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: hiredis/repos/community-x86_64/PKGBUILD (from rev 115820, 
hiredis/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-07-17 09:57:15 UTC (rev 115821)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Vladimir Tsanev 
+
+pkgname=hiredis
+pkgver=0.11.0
+pkgrel=4
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/";
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



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

2014-07-17 Thread Massimiliano Torromeo
Date: Thursday, July 17, 2014 @ 11:57:34
  Author: mtorromeo
Revision: 115822

upgpkg: gearmand 1.1.12-2

Added support for redis queue backend

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 09:57:15 UTC (rev 115821)
+++ PKGBUILD2014-07-17 09:57:34 UTC (rev 115822)
@@ -6,10 +6,10 @@
 
 pkgname=gearmand
 pkgver=1.1.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Distributed job queue server."
 arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
 makedepends=('boost' 'gperf' 'python-sphinx')
 conflicts=('gearman')
 replaces=('gearman')



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

2014-07-17 Thread Massimiliano Torromeo
Date: Thursday, July 17, 2014 @ 12:01:01
  Author: mtorromeo
Revision: 115823

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

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 115822, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 115822, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.install
(from rev 115822, gearmand/trunk/gearmand.install)
  gearmand/repos/community-i686/gearmand.service
(from rev 115822, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 115822, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 115822, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.install
(from rev 115822, gearmand/trunk/gearmand.install)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 115822, gearmand/trunk/gearmand.service)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.install
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.install
  gearmand/repos/community-x86_64/gearmand.service

---+
 /PKGBUILD |  100 
 /gearmand.conf|2 
 /gearmand.install |   24 
 /gearmand.service |   24 
 community-i686/PKGBUILD   |   50 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.install   |   12 
 community-i686/gearmand.service   |   12 
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.install |   12 
 community-x86_64/gearmand.service |   12 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-17 09:57:34 UTC (rev 115822)
+++ community-i686/PKGBUILD 2014-07-17 10:01:01 UTC (rev 115823)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.12
-pkgrel=1
-pkgdesc="Distributed job queue server."
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=("gearman=$pkgver")
-url="http://gearman.org/";
-license=('CUSTOM')
-install=$pkgname.install
-backup=('etc/gearmand.conf')
-source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export LDFLAGS="$LDFLAGS -lboost_system"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/run \
---disable-static \
---enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd "$srcdir"
-  install -Dm644 gearmand.service 
"$pkgdir/usr/lib/systemd/system/gearmand.service"
-  install -Dm644 gearmand.conf "$pkgdir/etc/gearmand.conf"
-}
-
-sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506')

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 115822, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-17 10:01:01 UTC (rev 115823)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=2
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/";
+license=('CUSTOM')
+install=$pkgname.install
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdi

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

2014-07-17 Thread Evangelos Foutras
Date: Thursday, July 17, 2014 @ 14:40:56
  Author: foutrelis
Revision: 216940

upgpkg: chromium 36.0.1985.125-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 06:56:15 UTC (rev 216939)
+++ PKGBUILD2014-07-17 12:40:56 UTC (rev 216940)
@@ -5,8 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=35.0.1916.153
-_toolchains_rev=12935
+pkgver=36.0.1985.125
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -13,7 +12,7 @@
 url="http://www.chromium.org/";
 license=('BSD')
 depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
- 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
+ 'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
  'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
@@ -27,22 +26,11 @@
 options=('!strip')
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
naclsdk_nacl_linux_x86-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_linux_x86.tgz
-
naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_linux_x86.tgz
-
naclsdk_pnacl_translator-$_toolchains_rev.tgz::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_translator.tgz
-
naclsdk_pnacl_translator-$_toolchains_rev.tgz.sha1hash::https://commondatastorage.googleapis.com/nativeclient-archive2/toolchain/$_toolchains_rev/naclsdk_pnacl_translator.tgz.sha1hash
 chromium.desktop
 chromium.default
 chromium-nacl-bootstrap-cflags.patch
 chromium.sh)
-noextract=(naclsdk_nacl_linux_x86-$_toolchains_rev.tgz
-   naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz
-   naclsdk_pnacl_translator-$_toolchains_rev.tgz)
-sha256sums=('280ceb4307ba334918aacd1c5672e6ce6538bf229f90415245ede5b569e5e70e'
-'2d72245cf0fc5aec95dcf315d88d787aaeff85e2fae28b8521d60a3dd95e28d4'
-'6baee05d11e353aac83a94125722d1f85c1aaa5fae0bfea55f996bd1d9c2a6eb'
-'142108d8ce184c3e2b18126a01bed14e286f953d90897a6d1c97f2bf7802cc0a'
-'67005b390ba80b736b48fb1511bdf3fccd8fc808f4928e7fcca69f5677148b83'
+sha256sums=('1782d0a5397e94313dee9e456de38bdfccf575c4e565f064a6ed7f9c509d5023'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 'd82bafd8d4d6517c2d420b2987fdbe1dfcc32d5fed74a6c0011bcb2f868225c3'
@@ -72,16 +60,9 @@
   mkdir "$srcdir/python2-path"
   ln -s /usr/bin/python2 "$srcdir/python2-path/python"
 
-  # Prepare NaCL toolchain
-  mkdir native_client/toolchain/{.tars,pnacl_translator}
-  ln -s "$srcdir/naclsdk_nacl_linux_x86-$_toolchains_rev.tgz" \
-native_client/toolchain/.tars/naclsdk_linux_x86.tgz
-  ln -s "$srcdir/naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz" \
-native_client/toolchain/.tars/naclsdk_pnacl_linux_x86.tgz
-  ln -s "$srcdir/naclsdk_pnacl_translator-$_toolchains_rev.tgz" \
-native_client/toolchain/.tars/naclsdk_pnacl_translator.tgz
-  ln -s "$srcdir/naclsdk_pnacl_translator-$_toolchains_rev.tgz.sha1hash" \
-native_client/toolchain/pnacl_translator/SOURCE_SHA1
+  # Download NaCL toolchains
+  python2 build/download_nacl_toolchains.py \
+--packages nacl_x86_newlib,pnacl_newlib,pnacl_translator
 
   # Build with clang as a temporary solution to startup crash with GCC 4.9
   mkdir -p third_party/llvm-build/Release+Asserts/bin
@@ -113,7 +94,8 @@
 -Dlinux_link_libspeechd=1
 -Dlinux_link_pulseaudio=1
 -Dlinux_strip_binary=1
--Dlinux_use_gold_binary=0
+-Dlinux_use_bundled_binutils=0
+-Dlinux_use_bundled_gold=0
 -Dlinux_use_gold_flags=0
 -Dlogging_like_official_build=1
 -Drelease_extra_cflags="$CFLAGS"
@@ -133,6 +115,7 @@
 -Duse_system_xdg_utils=1
 -Duse_system_yasm=1
 -Duse_system_zlib=0
+-Dusb_ids_path=/usr/share/hwdata/usb.ids
 -Duse_mojo=0
 -Duse_gconf=0
 -Ddisable_fatal_linker_warnings=1



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

2014-07-17 Thread Evangelos Foutras
Date: Thursday, July 17, 2014 @ 14:41:16
  Author: foutrelis
Revision: 216941

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 216940, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-nacl-bootstrap-cflags.patch
(from rev 216940, chromium/trunk/chromium-nacl-bootstrap-cflags.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 216940, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 216940, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 216940, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 216940, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 216940, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-nacl-bootstrap-cflags.patch
(from rev 216940, chromium/trunk/chromium-nacl-bootstrap-cflags.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 216940, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 216940, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 216940, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 216940, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-nacl-bootstrap-cflags.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-nacl-bootstrap-cflags.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  354 
 /chromium-nacl-bootstrap-cflags.patch |   20 +
 /chromium.default |8 
 /chromium.desktop |  226 
 /chromium.install |   24 +
 /chromium.sh  |   32 +
 extra-i686/PKGBUILD   |  194 --
 extra-i686/chromium-nacl-bootstrap-cflags.patch   |   10 
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 --
 extra-i686/chromium.install   |   12 
 extra-i686/chromium.sh|   16 
 extra-x86_64/PKGBUILD |  194 --
 extra-x86_64/chromium-nacl-bootstrap-cflags.patch |   10 
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 --
 extra-x86_64/chromium.install |   12 
 extra-x86_64/chromium.sh  |   16 
 18 files changed, 664 insertions(+), 698 deletions(-)

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


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

2014-07-17 Thread Anatol Pomozov
Date: Thursday, July 17, 2014 @ 16:34:17
  Author: anatolik
Revision: 216944

upgpkg: dhcpcd 6.4.2-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 13:56:28 UTC (rev 216943)
+++ PKGBUILD2014-07-17 14:34:17 UTC (rev 216944)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=6.4.0
+pkgver=6.4.2
 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=('77eb7b909cc9b1f9f178f1ba7b79dbb8fe5389ef'
+sha1sums=('6db613d02fdbeddbe587de9dca93cae307e44918'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 



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

2014-07-17 Thread Anatol Pomozov
Date: Thursday, July 17, 2014 @ 16:41:08
  Author: anatolik
Revision: 216948

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

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

+
 /PKGBUILD  |  120 +++
 /dhcpcd.service|   26 
 /dhcpcd_.service   |   30 +
 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 
 9 files changed, 176 insertions(+), 176 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-07-17 14:38:44 UTC (rev 216947)
+++ testing-i686/PKGBUILD   2014-07-17 14:41:08 UTC (rev 216948)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tom Killian 
-# Contributor: Judd Vinet 
-
-pkgname=dhcpcd
-pkgver=6.4.2
-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=('6db613d02fdbeddbe587de9dca93cae307e44918'
-  '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/PKGBUILD (from rev 216947, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-17 14:41:08 UTC (rev 216948)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.4.2
+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=('6db613d02fdbeddbe587de9dca93cae307e44918'
+  '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.

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

2014-07-17 Thread Anatol Pomozov
Date: Thursday, July 17, 2014 @ 16:35:12
  Author: anatolik
Revision: 216945

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 216944, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 216944, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 216944, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 216944, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 216944, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 216944, 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 216944, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-17 14:35:12 UTC (rev 216945)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.4.2
+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=('6db613d02fdbeddbe587de9dca93cae307e44918'
+  '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 216944, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2014-07-17 14:35:12 UTC (rev 216945)
@@ -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 216944, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2014-07-17 14:35:12 UTC (rev 216945)
@@ -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 216944, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-17 14:35:12 UTC (rev 216945)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.4.2
+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')
+p

[arch-commits] Commit in zsh-completions/trunk (LICENSE-MIT PKGBUILD)

2014-07-17 Thread Evgeniy Alekseev
Date: Thursday, July 17, 2014 @ 17:03:21
  Author: arcanis
Revision: 115824

upgpkg: zsh-completions 0.11.0-2
add MIT license (_phing completion)
fix #41233

Added:
  zsh-completions/trunk/LICENSE-MIT
Modified:
  zsh-completions/trunk/PKGBUILD

-+
 LICENSE-MIT |   19 +++
 PKGBUILD|   12 
 2 files changed, 27 insertions(+), 4 deletions(-)

Added: LICENSE-MIT
===
--- LICENSE-MIT (rev 0)
+++ LICENSE-MIT 2014-07-17 15:03:21 UTC (rev 115824)
@@ -0,0 +1,19 @@
+Copyright (c) Igor M. Timoshenko 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is furnished
+to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 10:01:01 UTC (rev 115823)
+++ PKGBUILD2014-07-17 15:03:21 UTC (rev 115824)
@@ -4,16 +4,18 @@
 
 pkgname=zsh-completions
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional completion definitions for Zsh"
 arch=(any)
 url="https://github.com/zsh-users/zsh-completions";
-license=('BSD' 'unknown')
+license=('BSD' 'MIT' 'unknown')
 depends=('zsh')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";
-"LICENSE-BSD")
+"LICENSE-BSD"
+"LICENSE-MIT")
 md5sums=('247c35aaca62df2f856e36ec34b8fe14'
- '4f686c32a301905655f945fbbdd56880')
+ '4f686c32a301905655f945fbbdd56880'
+ '159dd6fa77daca30268c2438111becae')
 
 package() {
   install -dm755 "${pkgdir}/usr/share/zsh/site-functions"
@@ -21,9 +23,11 @@
 
   # remove completions which are provided by upstream
   rm "${pkgdir}/usr/share/zsh/site-functions/_mpv"
+  rm "${pkgdir}/usr/share/zsh/site-functions/_envoy"
 
   # license
   install -Dm644 "${srcdir}/LICENSE-BSD" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD"
+  install -Dm644 "${srcdir}/LICENSE-MIT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in zsh-completions/repos/community-any (5 files)

2014-07-17 Thread Evgeniy Alekseev
Date: Thursday, July 17, 2014 @ 17:04:06
  Author: arcanis
Revision: 115825

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/LICENSE-BSD
(from rev 115824, zsh-completions/trunk/LICENSE-BSD)
  zsh-completions/repos/community-any/LICENSE-MIT
(from rev 115824, zsh-completions/trunk/LICENSE-MIT)
  zsh-completions/repos/community-any/PKGBUILD
(from rev 115824, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/LICENSE-BSD
  zsh-completions/repos/community-any/PKGBUILD

-+
 LICENSE-BSD |   48 ++--
 LICENSE-MIT |   19 +
 PKGBUILD|   62 ++
 3 files changed, 76 insertions(+), 53 deletions(-)

Deleted: LICENSE-BSD
===
--- LICENSE-BSD 2014-07-17 15:03:21 UTC (rev 115824)
+++ LICENSE-BSD 2014-07-17 15:04:06 UTC (rev 115825)
@@ -1,24 +0,0 @@
-Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the zsh-users nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: zsh-completions/repos/community-any/LICENSE-BSD (from rev 115824, 
zsh-completions/trunk/LICENSE-BSD)
===
--- LICENSE-BSD (rev 0)
+++ LICENSE-BSD 2014-07-17 15:04:06 UTC (rev 115825)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the zsh-users nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: zsh-completions/repos/community-any/LICENSE-MIT (from rev 115824, 
zsh-completions/trunk/LICENSE-MIT)
===
--- LICENSE-MIT (rev 0)
+++ LICENSE-MIT 2014-07-17 15:04:06 UTC (rev 115825)
@@ -0,0 +1,19 @@
+Copyright (c) Igor M. Timoshenko 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publi

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

2014-07-17 Thread Felix Yan
Date: Thursday, July 17, 2014 @ 18:01:35
  Author: fyan
Revision: 216950

upgpkg: licq 1.8.2-2

- add plugins, fixes FS#41222

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 15:13:04 UTC (rev 216949)
+++ PKGBUILD2014-07-17 16:01:35 UTC (rev 216950)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced graphical ICQ clone and more for Unix"
 arch=('i686' 'x86_64')
 url="http://www.licq.org";
@@ -16,7 +16,7 @@
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  mkdir {,plugins/qt4-gui/}build
+  mkdir build
 
   # Fix invalid PNG images to work with libpng 1.6
   # https://github.com/licq-im/licq/pull/32
@@ -26,21 +26,20 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  # licq
+  local licq_plugins="auto-reply icq rms msn qt4-gui" # osd jabber aosd
+  
+  local plugins="" _plugin
+  for _plugin in ${licq_plugins}; do
+plugins+=" ${_plugin}\/CMakeLists.txt"
+  done
+  sed -i -e "s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/" 
plugins/CMakeLists.txt
+
   cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON  ..
   make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
-  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/build"
   make DESTDIR="${pkgdir}" install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR="${pkgdir}" install
 }



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

2014-07-17 Thread Felix Yan
Date: Thursday, July 17, 2014 @ 18:03:17
  Author: fyan
Revision: 216951

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

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

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 90 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-17 16:01:35 UTC (rev 216950)
+++ extra-i686/PKGBUILD 2014-07-17 16:03:17 UTC (rev 216951)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-
-pkgname=licq
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Advanced graphical ICQ clone and more for Unix"
-arch=('i686' 'x86_64')
-url="http://www.licq.org";
-license=('GPL')
-depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
-makedepends=('cmake' 'boost' 'optipng')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('46af2bc95865ee61a103d27812fe6e6a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir {,plugins/qt4-gui/}build
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://github.com/licq-im/licq/pull/32
-  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # licq
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: licq/repos/extra-i686/PKGBUILD (from rev 216950, licq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-17 16:03:17 UTC (rev 216951)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.8.2
+pkgrel=2
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('46af2bc95865ee61a103d27812fe6e6a')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  local licq_plugins="auto-reply icq rms msn qt4-gui" # osd jabber aosd
+  
+  local plugins="" _plugin
+  for _plugin in ${licq_plugins}; do
+plugins+=" ${_plugin}\/CMakeLists.txt"
+  done
+  sed -i -e "s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/" 
plugins/CMakeLists.txt
+
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FIFO=ON -DBUILD_PLUGINS=ON  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-17 16:01:35 UTC (rev 216950)
+++ extra-x86_64/PKGBUILD   2014-07-17 16:03:17 UTC (rev 216951)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-
-pkgname=licq
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Advanced graphical ICQ clone and more for Unix"
-arch=('i686' 'x86_64')
-url="http://www.licq.org";
-license=('GPL')
-depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
-makedepends=('cmake' 'boost' 'optipng')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('46af2bc95865ee61a103d27812fe6e6a')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  mkdir {,plugins/qt4-gui/}build
-
-  # Fix invalid PNG images to work with libpng 1.6
-  # https://github.com/licq-im/licq/pull/32
-  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # licq
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: licq/repos/extra-x86_64/PKGBUILD (from rev 216950, licq/trunk/PKGBUILD)
==

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

2014-07-17 Thread Sven-Hendrik Haase
Date: Thursday, July 17, 2014 @ 18:43:20
  Author: svenstaro
Revision: 115826

upgpkg: python-werkzeug 0.9.6-1

upstream release 0.9.6

Modified:
  python-werkzeug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 15:04:06 UTC (rev 115825)
+++ PKGBUILD2014-07-17 16:43:20 UTC (rev 115826)
@@ -6,8 +6,8 @@
 # Contributor: Richard Murri
 
 pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.9.4
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz";)
-sha256sums=('c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc')
+sha256sums=('7f11e7e2e73eb22677cac1b3eb6106f66cedef13d140e83cf6563c90b79c')
 
 prepare() {
   cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"



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

2014-07-17 Thread Sven-Hendrik Haase
Date: Thursday, July 17, 2014 @ 18:43:26
  Author: svenstaro
Revision: 115827

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 16:43:20 UTC (rev 115826)
+++ PKGBUILD2014-07-17 16:43:26 UTC (rev 115827)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Dan Serban
-# Contributor: Richard Murri
-
-pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.9.4
-pkgrel=2
-pkgdesc='Swiss Army knife of Python web development'
-url='http://werkzeug.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz";)
-sha256sums=('c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc')
-
-prepare() {
-  cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "Werkzeug-$pkgver" "python2-werkzeug-$pkgver"
-}
-
-build_python-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-#check() {
-#  cd "python-werkzeug-$pkgver"
-#  python setup.py test || true
-#
-#  cd "python-werkzeug-$pkgver"
-#  p3ython2 setup.py test || true
-#}
-
-package_python-werkzeug() {
-  depends+=('python')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-werkzeug() {
-  depends+=('python2')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-werkzeug/repos/community-any/PKGBUILD (from rev 115826, 
python-werkzeug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 16:43:26 UTC (rev 115827)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Dan Serban
+# Contributor: Richard Murri
+
+pkgname=('python-werkzeug' 'python2-werkzeug')
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Swiss Army knife of Python web development'
+url='http://werkzeug.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz";)
+sha256sums=('7f11e7e2e73eb22677cac1b3eb6106f66cedef13d140e83cf6563c90b79c')
+
+prepare() {
+  cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "Werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+}
+
+build_python-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-werkzeug() {
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+#check() {
+#  cd "python-werkzeug-$pkgver"
+#  python setup.py test || true
+#
+#  cd "python-werkzeug-$pkgver"
+#  p3ython2 setup.py test || true
+#}
+
+package_python-werkzeug() {
+  depends+=('python')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-werkzeug() {
+  depends+=('python2')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-17 Thread Sven-Hendrik Haase
Date: Thursday, July 17, 2014 @ 18:49:58
  Author: svenstaro
Revision: 115828

upgpkg: openmw 0.31.0-1

upstream release 0.31.0

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 16:43:26 UTC (rev 115827)
+++ PKGBUILD2014-07-17 16:49:58 UTC (rev 115828)
@@ -2,7 +2,7 @@
 # Contributor: Sandy Carter 
 
 pkgname=openmw
-pkgver=0.30.0
+pkgver=0.31.0
 pkgrel=1
 pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
 makedepends=('cmake' 'boost')
 source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz";)
-sha1sums=('1331ad33ae1ba2b83e0eb6a525df804ceee351cf')
+sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"



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

2014-07-17 Thread Sven-Hendrik Haase
Date: Thursday, July 17, 2014 @ 18:50:19
  Author: svenstaro
Revision: 115829

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-17 16:49:58 UTC (rev 115828)
+++ community-i686/PKGBUILD 2014-07-17 16:50:19 UTC (rev 115829)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-
-pkgname=openmw
-pkgver=0.30.0
-pkgrel=1
-pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('i686' 'x86_64')
-url="http://www.openmw.org";
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz";)
-sha1sums=('1331ad33ae1ba2b83e0eb6a525df804ceee351cf')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-i686/PKGBUILD (from rev 115828, 
openmw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-17 16:50:19 UTC (rev 115829)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.31.0
+pkgrel=1
+pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org";
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz";)
+sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-17 16:49:58 UTC (rev 115828)
+++ community-x86_64/PKGBUILD   2014-07-17 16:50:19 UTC (rev 115829)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sandy Carter 
-
-pkgname=openmw
-pkgver=0.30.0
-pkgrel=1
-pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
-arch=('i686' 'x86_64')
-url="http://www.openmw.org";
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz";)
-sha1sums=('1331ad33ae1ba2b83e0eb6a525df804ceee351cf')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 115828, 
openmw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-17 16:50:19 UTC (rev 115829)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sandy Carter 
+
+pkgname=openmw
+pkgver=0.31.0
+pkgrel=1
+pkgdesc="An open-source engine reimplementation for the role-playing game 
Morrowind"
+arch=('i686' 'x86_64')
+url="http://www.openmw.org";
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz";)
+sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+# vi

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

2014-07-17 Thread Jonathan Steel
Date: Thursday, July 17, 2014 @ 19:29:46
  Author: jsteel
Revision: 115830

Fix FS#41209

Modified:
  apvlv/trunk/PKGBUILD
Deleted:
  apvlv/trunk/apvlv-poppler015.patch
  apvlv/trunk/poppler-gdk.patch

+
 PKGBUILD   |   12 +--
 apvlv-poppler015.patch |   12 ---
 poppler-gdk.patch  |  150 ---
 3 files changed, 6 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 16:50:19 UTC (rev 115829)
+++ PKGBUILD2014-07-17 17:29:46 UTC (rev 115830)
@@ -7,17 +7,17 @@
 
 pkgname=apvlv
 pkgver=0.1.4.20121023
-pkgrel=3
-pkgdesc='A PDF Viewer, which behaves like Vim'
+pkgrel=4
+pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
 arch=('i686' 'x86_64')
 url="http://naihe2010.github.com/apvlv/";
 license=('GPL')
-depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
+depends=('gtk2' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
 makedepends=('cmake' 'webkitgtk2')
 install=$pkgname.install
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
 $pkgname.desktop)
-backup=(etc/apvlvrc)
+backup=('etc/apvlvrc')
 md5sums=('f222fc4b09b15358eb4e7f996ba810d6'
  '54478fecb54f36d1c44d8fdc233ddbac')
 
@@ -27,8 +27,8 @@
   mkdir -p build
   cd build
   
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
 -DAPVLV_WITH_UMD=no  ..
 
   make

Deleted: apvlv-poppler015.patch
===
--- apvlv-poppler015.patch  2014-07-17 16:50:19 UTC (rev 115829)
+++ apvlv-poppler015.patch  2014-07-17 17:29:46 UTC (rev 115830)
@@ -1,12 +0,0 @@
-diff -Naur apvlv-0.1.2-Source.orig//src/ApvlvFile.cpp 
apvlv-0.1.2-Source.new//src/ApvlvFile.cpp
 apvlv-0.1.2-Source.orig//src/ApvlvFile.cpp 2011-07-29 17:19:13.0 
+0200
-+++ apvlv-0.1.2-Source.new//src/ApvlvFile.cpp  2011-07-29 17:22:22.0 
+0200
-@@ -304,7 +304,7 @@
- {
-   PopplerRectangle rect = { x1, y1, x2, y2 };
-   PopplerPage *page = poppler_document_get_page (mDoc, pn);
--  *out = poppler_page_get_text (page, POPPLER_SELECTION_WORD, &rect);
-+  *out = poppler_page_get_selected_text (page, POPPLER_SELECTION_WORD, &rect);
-   if (*out != NULL)
- {
-   return true;

Deleted: poppler-gdk.patch
===
--- poppler-gdk.patch   2014-07-17 16:50:19 UTC (rev 115829)
+++ poppler-gdk.patch   2014-07-17 17:29:46 UTC (rev 115830)
@@ -1,150 +0,0 @@
-diff -ruN apvlv-0.1.2-Source/src/ApvlvFile.cpp 
apvlv-0.1.2-Source.new/src/ApvlvFile.cpp
 apvlv-0.1.2-Source/src/ApvlvFile.cpp   2011-10-10 14:23:19.205606984 
+0200
-+++ apvlv-0.1.2-Source.new/src/ApvlvFile.cpp   2011-10-10 14:21:50.870952455 
+0200
-@@ -29,6 +29,10 @@
- #include "ApvlvUtil.hpp"
- #include "ApvlvView.hpp"
- 
-+#ifndef POPPLER_WITH_GDK
-+#include "poppler-gdk.h"
-+#endif
-+
- #ifdef HAVE_LIBUMD
- #define LIBUMD_ENABLE_GTK
- #include 
-diff -ruN apvlv-0.1.2-Source/src/poppler-gdk.h 
apvlv-0.1.2-Source.new/src/poppler-gdk.h
 apvlv-0.1.2-Source/src/poppler-gdk.h   1970-01-01 01:00:00.0 
+0100
-+++ apvlv-0.1.2-Source.new/src/poppler-gdk.h   2011-10-10 14:22:06.077846565 
+0200
-@@ -0,0 +1,132 @@
-+#include 
-+
-+static void
-+copy_cairo_surface_to_pixbuf (cairo_surface_t *surface,
-+GdkPixbuf   *pixbuf)
-+{
-+  int cairo_width, cairo_height, cairo_rowstride;
-+  unsigned char *pixbuf_data, *dst, *cairo_data;
-+  int pixbuf_rowstride, pixbuf_n_channels;
-+  unsigned int *src;
-+  int x, y;
-+
-+  cairo_width = cairo_image_surface_get_width (surface);
-+  cairo_height = cairo_image_surface_get_height (surface);
-+  cairo_rowstride = cairo_image_surface_get_stride (surface);
-+  cairo_data = cairo_image_surface_get_data (surface);
-+
-+  pixbuf_data = gdk_pixbuf_get_pixels (pixbuf);
-+  pixbuf_rowstride = gdk_pixbuf_get_rowstride (pixbuf);
-+  pixbuf_n_channels = gdk_pixbuf_get_n_channels (pixbuf);
-+
-+  if (cairo_width > gdk_pixbuf_get_width (pixbuf))
-+cairo_width = gdk_pixbuf_get_width (pixbuf);
-+  if (cairo_height > gdk_pixbuf_get_height (pixbuf))
-+cairo_height = gdk_pixbuf_get_height (pixbuf);
-+  for (y = 0; y < cairo_height; y++)
-+{
-+  src = (unsigned int *) (cairo_data + y * cairo_rowstride);
-+  dst = pixbuf_data + y * pixbuf_rowstride;
-+  for (x = 0; x < cairo_width; x++) 
-+  {
-+dst[0] = (*src >> 16) & 0xff;
-+dst[1] = (*src >> 8) & 0xff; 
-+dst[2] = (*src >> 0) & 0xff;
-+if (pixbuf_n_channels == 4)
-+dst[3] = (*src >> 24) & 0xff;
-+dst += pixbuf_n_channels;
-+src++;
-+  }
-+}
-+}
-+
-+static void
-+_poppler_page_render_to_pixbuf (PopplerPage *page,

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

2014-07-17 Thread Jonathan Steel
Date: Thursday, July 17, 2014 @ 19:30:07
  Author: jsteel
Revision: 115831

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

Added:
  apvlv/repos/community-i686/PKGBUILD
(from rev 115830, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-i686/apvlv.desktop
(from rev 115830, apvlv/trunk/apvlv.desktop)
  apvlv/repos/community-i686/apvlv.install
(from rev 115830, apvlv/trunk/apvlv.install)
  apvlv/repos/community-x86_64/PKGBUILD
(from rev 115830, apvlv/trunk/PKGBUILD)
  apvlv/repos/community-x86_64/apvlv.desktop
(from rev 115830, apvlv/trunk/apvlv.desktop)
  apvlv/repos/community-x86_64/apvlv.install
(from rev 115830, apvlv/trunk/apvlv.install)
Deleted:
  apvlv/repos/community-i686/PKGBUILD
  apvlv/repos/community-i686/apvlv-poppler015.patch
  apvlv/repos/community-i686/apvlv.desktop
  apvlv/repos/community-i686/apvlv.install
  apvlv/repos/community-i686/poppler-gdk.patch
  apvlv/repos/community-x86_64/PKGBUILD
  apvlv/repos/community-x86_64/apvlv-poppler015.patch
  apvlv/repos/community-x86_64/apvlv.desktop
  apvlv/repos/community-x86_64/apvlv.install
  apvlv/repos/community-x86_64/poppler-gdk.patch

-+
 /PKGBUILD   |   88 +
 /apvlv.desktop  |   34 ++
 /apvlv.install  |   14 ++
 community-i686/PKGBUILD |   44 
 community-i686/apvlv-poppler015.patch   |   12 --
 community-i686/apvlv.desktop|   17 ---
 community-i686/apvlv.install|7 -
 community-i686/poppler-gdk.patch|  150 --
 community-x86_64/PKGBUILD   |   44 
 community-x86_64/apvlv-poppler015.patch |   12 --
 community-x86_64/apvlv.desktop  |   17 ---
 community-x86_64/apvlv.install  |7 -
 community-x86_64/poppler-gdk.patch  |  150 --
 13 files changed, 136 insertions(+), 460 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-17 17:29:46 UTC (rev 115830)
+++ community-i686/PKGBUILD 2014-07-17 17:30:07 UTC (rev 115831)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer:  Jonathan Steel 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Brad Fanella 
-# Contributor: Stefan Husmann 
-# Contributor: tocer.deng 
-
-pkgname=apvlv
-pkgver=0.1.4.20121023
-pkgrel=3
-pkgdesc='A PDF Viewer, which behaves like Vim'
-arch=('i686' 'x86_64')
-url="http://naihe2010.github.com/apvlv/";
-license=('GPL')
-depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
-makedepends=('cmake' 'libwebkit')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-$pkgname.desktop)
-backup=(etc/apvlvrc)
-md5sums=('f222fc4b09b15358eb4e7f996ba810d6'
- '54478fecb54f36d1c44d8fdc233ddbac')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-  
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DAPVLV_WITH_UMD=no  ..
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/build
-
-  make DESTDIR="$pkgdir"/ install
-
-  install -Dm644 "$srcdir"/$pkgname.desktop \
-"$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: apvlv/repos/community-i686/PKGBUILD (from rev 115830, 
apvlv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-17 17:30:07 UTC (rev 115831)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Jonathan Steel 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Stefan Husmann 
+# Contributor: tocer.deng 
+
+pkgname=apvlv
+pkgver=0.1.4.20121023
+pkgrel=4
+pkgdesc='PDF/DJVU/TXT viewer which behaves like Vim'
+arch=('i686' 'x86_64')
+url="http://naihe2010.github.com/apvlv/";
+license=('GPL')
+depends=('gtk2' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
+makedepends=('cmake' 'webkitgtk2')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+$pkgname.desktop)
+backup=('etc/apvlvrc')
+md5sums=('f222fc4b09b15358eb4e7f996ba810d6'
+ '54478fecb54f36d1c44d8fdc233ddbac')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+  
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DAPVLV_WITH_DJVU=yes -DAPVLV_WITH_TXT=yes \
+-DAPVLV_WITH_UMD=no  ..
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver/build
+
+  make DESTDIR="$pkgdir"/ install
+
+  install -Dm644 "$srcdir"/$pkgname.desktop \
+"$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/apvlv-poppler015.patch
===
--- community-i686/apvlv-poppler015.patch   2014-07-

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

2014-07-17 Thread Jonathan Steel
Date: Thursday, July 17, 2014 @ 20:33:36
  Author: jsteel
Revision: 115832

mtree rebuilds

Modified:
  gtk-chtheme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 17:30:07 UTC (rev 115831)
+++ PKGBUILD2014-07-17 18:33:36 UTC (rev 115832)
@@ -1,29 +1,31 @@
 # $Id$
+# Maintainer: Jonathan Steel 
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
 
 pkgname=gtk-chtheme
 pkgver=0.3.1
-pkgrel=7
-pkgdesc="This little program lets you change your Gtk+ 2.0 theme. A better 
alternative to switch2"
+pkgrel=8
+pkgdesc="A little program to change your gtk+ 2.0 theme"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://plasmasturm.org/programs/gtk-chtheme/";
 depends=('gtk2')
-source=("http://plasmasturm.org/programs/gtk-chtheme/${pkgname}-${pkgver}.tar.bz2";)
+source=(http://plasmasturm.org/programs/$pkgname/$pkgname-$pkgver.tar.bz2)
 md5sums=('f688053bf26dd6c4f1cd0bf2ee33de2a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir"/$pkgname-$pkgver
 
   # Fix xdg compliancy
   sed -i 's|-DGTK.*||' Makefile
   sed -i 
's|theme_list(g_.*|&\n\tread_theme_list(g_strconcat(g_get_user_data_dir(), 
"/themes", NULL));|' main.c
+
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir"/$pkgname-$pkgver
 
-  install -Dm755 gtk-chtheme ${pkgdir}/usr/bin/gtk-chtheme
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
 }



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

2014-07-17 Thread Jonathan Steel
Date: Thursday, July 17, 2014 @ 20:34:00
  Author: jsteel
Revision: 115833

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

Added:
  gtk-chtheme/repos/community-i686/PKGBUILD
(from rev 115832, gtk-chtheme/trunk/PKGBUILD)
  gtk-chtheme/repos/community-x86_64/PKGBUILD
(from rev 115832, gtk-chtheme/trunk/PKGBUILD)
Deleted:
  gtk-chtheme/repos/community-i686/PKGBUILD
  gtk-chtheme/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-17 18:33:36 UTC (rev 115832)
+++ community-i686/PKGBUILD 2014-07-17 18:34:00 UTC (rev 115833)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Maintainer: Daniel J Griffiths 
-
-pkgname=gtk-chtheme
-pkgver=0.3.1
-pkgrel=7
-pkgdesc="This little program lets you change your Gtk+ 2.0 theme. A better 
alternative to switch2"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://plasmasturm.org/programs/gtk-chtheme/";
-depends=('gtk2')
-source=("http://plasmasturm.org/programs/gtk-chtheme/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('f688053bf26dd6c4f1cd0bf2ee33de2a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Fix xdg compliancy
-  sed -i 's|-DGTK.*||' Makefile
-  sed -i 
's|theme_list(g_.*|&\n\tread_theme_list(g_strconcat(g_get_user_data_dir(), 
"/themes", NULL));|' main.c
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm755 gtk-chtheme ${pkgdir}/usr/bin/gtk-chtheme
-}

Copied: gtk-chtheme/repos/community-i686/PKGBUILD (from rev 115832, 
gtk-chtheme/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-17 18:34:00 UTC (rev 115833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Daniel J Griffiths 
+
+pkgname=gtk-chtheme
+pkgver=0.3.1
+pkgrel=8
+pkgdesc="A little program to change your gtk+ 2.0 theme"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://plasmasturm.org/programs/gtk-chtheme/";
+depends=('gtk2')
+source=(http://plasmasturm.org/programs/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f688053bf26dd6c4f1cd0bf2ee33de2a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # Fix xdg compliancy
+  sed -i 's|-DGTK.*||' Makefile
+  sed -i 
's|theme_list(g_.*|&\n\tread_theme_list(g_strconcat(g_get_user_data_dir(), 
"/themes", NULL));|' main.c
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-17 18:33:36 UTC (rev 115832)
+++ community-x86_64/PKGBUILD   2014-07-17 18:34:00 UTC (rev 115833)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Maintainer: Daniel J Griffiths 
-
-pkgname=gtk-chtheme
-pkgver=0.3.1
-pkgrel=7
-pkgdesc="This little program lets you change your Gtk+ 2.0 theme. A better 
alternative to switch2"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://plasmasturm.org/programs/gtk-chtheme/";
-depends=('gtk2')
-source=("http://plasmasturm.org/programs/gtk-chtheme/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('f688053bf26dd6c4f1cd0bf2ee33de2a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Fix xdg compliancy
-  sed -i 's|-DGTK.*||' Makefile
-  sed -i 
's|theme_list(g_.*|&\n\tread_theme_list(g_strconcat(g_get_user_data_dir(), 
"/themes", NULL));|' main.c
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm755 gtk-chtheme ${pkgdir}/usr/bin/gtk-chtheme
-}

Copied: gtk-chtheme/repos/community-x86_64/PKGBUILD (from rev 115832, 
gtk-chtheme/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-17 18:34:00 UTC (rev 115833)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Daniel J Griffiths 
+
+pkgname=gtk-chtheme
+pkgver=0.3.1
+pkgrel=8
+pkgdesc="A little program to change your gtk+ 2.0 theme"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://plasmasturm.org/programs/gtk-chtheme/";
+depends=('gtk2')
+source=(http://plasmasturm.org/programs/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('f688053bf26dd6c4f1cd0bf2ee33de2a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # Fix xdg compliancy
+  sed -i 's|-DGTK.*||' Makefile
+  sed -i 
's|theme_list(g_.*|

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

2014-07-17 Thread Sven-Hendrik Haase
Date: Thursday, July 17, 2014 @ 20:47:59
  Author: svenstaro
Revision: 216952

upgpkg: docker-tray 1.5-2

Don't conflict with docker

Modified:
  docker-tray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 16:03:17 UTC (rev 216951)
+++ PKGBUILD2014-07-17 18:47:59 UTC (rev 216952)
@@ -3,14 +3,12 @@
 
 pkgname=docker-tray
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Docker is a docking application (WindowMaker dock app) which acts as 
a system tray for KDE and GNOME2."
 arch=('i686' 'x86_64')
 url="http://icculus.org/openbox/2/docker/";
 license=('GPL')
 depends=('glibc' 'glib2' 'libx11')
-replaces=("docker<=1.5")
-conflicts=("docker")
 source=("http://icculus.org/openbox/2/docker/docker-$pkgver.tar.gz";)
 md5sums=('349320bebd43babb8b43e11c7aae0293')
 



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

2014-07-17 Thread Sven-Hendrik Haase
Date: Thursday, July 17, 2014 @ 20:48:18
  Author: svenstaro
Revision: 216953

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

Added:
  docker-tray/repos/community-i686/
  docker-tray/repos/extra-i686/PKGBUILD
(from rev 216952, docker-tray/trunk/PKGBUILD)
  docker-tray/repos/extra-x86_64/PKGBUILD
(from rev 216952, docker-tray/trunk/PKGBUILD)
Deleted:
  docker-tray/repos/extra-i686/PKGBUILD
  docker-tray/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-17 18:47:59 UTC (rev 216952)
+++ extra-i686/PKGBUILD 2014-07-17 18:48:18 UTC (rev 216953)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-
-pkgname=docker-tray
-pkgver=1.5
-pkgrel=1
-pkgdesc="Docker is a docking application (WindowMaker dock app) which acts as 
a system tray for KDE and GNOME2."
-arch=('i686' 'x86_64')
-url="http://icculus.org/openbox/2/docker/";
-license=('GPL')
-depends=('glibc' 'glib2' 'libx11')
-replaces=("docker<=1.5")
-conflicts=("docker")
-source=("http://icculus.org/openbox/2/docker/docker-$pkgver.tar.gz";)
-md5sums=('349320bebd43babb8b43e11c7aae0293')
-
-build() {
-  cd docker-$pkgver
-  make
-}
-
-package() {
-  cd docker-$pkgver
-  install -d "$pkgdir"/usr/bin
-  make PREFIX="$pkgdir"/usr install
-}

Copied: docker-tray/repos/extra-i686/PKGBUILD (from rev 216952, 
docker-tray/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-17 18:48:18 UTC (rev 216953)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Jochem Kossen 
+
+pkgname=docker-tray
+pkgver=1.5
+pkgrel=2
+pkgdesc="Docker is a docking application (WindowMaker dock app) which acts as 
a system tray for KDE and GNOME2."
+arch=('i686' 'x86_64')
+url="http://icculus.org/openbox/2/docker/";
+license=('GPL')
+depends=('glibc' 'glib2' 'libx11')
+source=("http://icculus.org/openbox/2/docker/docker-$pkgver.tar.gz";)
+md5sums=('349320bebd43babb8b43e11c7aae0293')
+
+build() {
+  cd docker-$pkgver
+  make
+}
+
+package() {
+  cd docker-$pkgver
+  install -d "$pkgdir"/usr/bin
+  make PREFIX="$pkgdir"/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-17 18:47:59 UTC (rev 216952)
+++ extra-x86_64/PKGBUILD   2014-07-17 18:48:18 UTC (rev 216953)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-
-pkgname=docker-tray
-pkgver=1.5
-pkgrel=1
-pkgdesc="Docker is a docking application (WindowMaker dock app) which acts as 
a system tray for KDE and GNOME2."
-arch=('i686' 'x86_64')
-url="http://icculus.org/openbox/2/docker/";
-license=('GPL')
-depends=('glibc' 'glib2' 'libx11')
-replaces=("docker<=1.5")
-conflicts=("docker")
-source=("http://icculus.org/openbox/2/docker/docker-$pkgver.tar.gz";)
-md5sums=('349320bebd43babb8b43e11c7aae0293')
-
-build() {
-  cd docker-$pkgver
-  make
-}
-
-package() {
-  cd docker-$pkgver
-  install -d "$pkgdir"/usr/bin
-  make PREFIX="$pkgdir"/usr install
-}

Copied: docker-tray/repos/extra-x86_64/PKGBUILD (from rev 216952, 
docker-tray/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-17 18:48:18 UTC (rev 216953)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Jochem Kossen 
+
+pkgname=docker-tray
+pkgver=1.5
+pkgrel=2
+pkgdesc="Docker is a docking application (WindowMaker dock app) which acts as 
a system tray for KDE and GNOME2."
+arch=('i686' 'x86_64')
+url="http://icculus.org/openbox/2/docker/";
+license=('GPL')
+depends=('glibc' 'glib2' 'libx11')
+source=("http://icculus.org/openbox/2/docker/docker-$pkgver.tar.gz";)
+md5sums=('349320bebd43babb8b43e11c7aae0293')
+
+build() {
+  cd docker-$pkgver
+  make
+}
+
+package() {
+  cd docker-$pkgver
+  install -d "$pkgdir"/usr/bin
+  make PREFIX="$pkgdir"/usr install
+}



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

2014-07-17 Thread Gaetan Bisson
Date: Thursday, July 17, 2014 @ 22:24:11
  Author: bisson
Revision: 216954

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

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

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

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

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-07-17 18:48:18 UTC (rev 216953)
+++ core-x86_64/PKGBUILD2014-07-17 20:24:11 UTC (rev 216954)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.7.1
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl')
-optdepends=('smtp-forwarder: for sending mail')
-source=("ht

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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:25:06
  Author: lcarlier
Revision: 115834

upgpkg: playonlinux 4.2.4-1

upstream update 4.2.4

Modified:
  playonlinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 18:34:00 UTC (rev 115833)
+++ PKGBUILD2014-07-17 20:25:06 UTC (rev 115834)
@@ -3,8 +3,8 @@
 # Contributor: Skunnyk 
 
 pkgname=playonlinux
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.2.4
+pkgrel=1
 pkgdesc="GUI for managing Windows programs under linux"
 url="http://www.playonlinux.com/";
 license=('GPL')
@@ -13,7 +13,7 @@
 arch=('any')
 
source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
 options=(!strip)
-md5sums=('59af4896c164442a3897520f8a83edc2')
+md5sums=('c1b829cfc1fc3fa7669f4273e8292da3')
 
 package() {
   cd "$srcdir/$pkgname"



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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:25:24
  Author: lcarlier
Revision: 115835

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 115834, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 20:25:06 UTC (rev 115834)
+++ PKGBUILD2014-07-17 20:25:24 UTC (rev 115835)
@@ -1,34 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: K. Hampf 
-# Contributor: Skunnyk 
-
-pkgname=playonlinux
-pkgver=4.2.3
-pkgrel=2
-pkgdesc="GUI for managing Windows programs under linux"
-url="http://www.playonlinux.com/";
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('59af4896c164442a3897520f8a83edc2')
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
-  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
-  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 115834, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 20:25:24 UTC (rev 115835)
@@ -0,0 +1,34 @@
+# Maintainer: Laurent Carlier 
+# Contributor: K. Hampf 
+# Contributor: Skunnyk 
+
+pkgname=playonlinux
+pkgver=4.2.4
+pkgrel=1
+pkgdesc="GUI for managing Windows programs under linux"
+url="http://www.playonlinux.com/";
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('c1b829cfc1fc3fa7669f4273e8292da3')
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo "#!/bin/bash" > $pkgdir/usr/bin/$pkgname 
+  echo "/usr/share/$pkgname/$pkgname \"\$@\"" >> $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
+  sed -i "s/wxversion.ensureMinimal/wxversion.select/g" 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i "s/ %F//g" $pkgdir/usr/share/applications/playonlinux.desktop
+}



[arch-commits] Commit in (4 files)

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:32:12
  Author: lcarlier
Revision: 216955

initial commit, needed by xorg-server 1.16

Added:
  libepoxy/
  libepoxy/repos/
  libepoxy/trunk/
  libepoxy/trunk/PKGBUILD

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

Added: libepoxy/trunk/PKGBUILD
===
--- libepoxy/trunk/PKGBUILD (rev 0)
+++ libepoxy/trunk/PKGBUILD 2014-07-17 20:32:12 UTC (rev 216955)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libepoxy
+pkgver=1.1
+pkgrel=0.1
+pkgdesc="A library for handling OpenGL function pointer management for you"
+url="https://github.com/anholt/libepoxy";
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa')
+options=('!libtool')
+source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('6e25ce06f2004a24b15cd6af14e6cfae')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr
+}
+
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+


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


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

2014-07-17 Thread Daniel Micay
Date: Thursday, July 17, 2014 @ 22:40:11
  Author: thestinger
Revision: 115836

upgpkg: linux-grsec 3.15.5.201407170639-1

fixes CVE-2014-4943

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 20:25:24 UTC (rev 115835)
+++ PKGBUILD2014-07-17 20:40:11 UTC (rev 115836)
@@ -8,7 +8,7 @@
 _srcname=linux-3.15
 _pkgver=3.15.5
 _grsecver=3.0
-_timestamp=201407151839
+_timestamp=201407170639
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -31,7 +31,7 @@
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
 '9b0d000e0bdec7a25ee6303afdab8d2af77439995876eadd6ce248e5c954037d'
-'049dbb946ab4b0b50245e80e7416cbbf3025282cad42b1ecf1bc297b745e4a15'
+'5c895b9b328b8df59a83eb62d3afdbb42a7dfaa790751cfbce595768fc50db22'
 'SKIP'
 '9e54806d6de98eeec1616657f29f0842ed63e3d79c3c8d644fb89eac6aaeb4fe'
 '9b2ae8b17b3d0048d785ba81184b1bbc0734296cd03e3be4780274616155941d'



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

2014-07-17 Thread Daniel Micay
Date: Thursday, July 17, 2014 @ 22:41:21
  Author: thestinger
Revision: 115837

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

Added:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
(from rev 115836, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 115836, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 115836, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 115836, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 115836, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 115836, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 115836, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 115836, linux-grsec/trunk/sysctl.conf)
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
(from rev 115836, linux-grsec/trunk/0013-efistub-fix.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 115836, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 115836, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 115836, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 115836, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 115836, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 115836, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 115836, linux-grsec/trunk/sysctl.conf)
Deleted:
  linux-grsec/repos/community-i686/0013-efistub-fix.patch
  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-i686/sysctl.conf
  linux-grsec/repos/community-x86_64/0013-efistub-fix.patch
  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
  linux-grsec/repos/community-x86_64/sysctl.conf

+
 /0013-efistub-fix.patch|  354 
 /PKGBUILD  |  652 
 /change-default-console-loglevel.patch |   24 
 /config|13824 +++
 /config.x86_64 |13384 ++
 /linux-grsec.install   |  174 
 /linux.preset  |   28 
 /sysctl.conf   |  262 
 community-i686/0013-efistub-fix.patch  |  177 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   12 
 community-i686/config  | 6912 ---
 community-i686/config.x86_64   | 6692 ---
 community-i686/linux-grsec.install |   87 
 community-i686/linux.preset|   14 
 community-i686/sysctl.conf |  131 
 community-x86_64/0013-efistub-fix.patch|  177 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   12 
 community-x86_64/config| 6912 ---
 community-x86_64/config.x86_64 | 6692 ---
 community-x86_64/linux-grsec.install   |   87 
 community-x86_64/linux.preset  |   14 
 community-x86_64/sysctl.conf   |  131 
 24 files changed, 28702 insertions(+), 28702 deletions(-)

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


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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:41:38
  Author: lcarlier
Revision: 216957

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

Added:
  libepoxy/repos/staging-i686/
  libepoxy/repos/staging-i686/PKGBUILD
(from rev 216956, libepoxy/trunk/PKGBUILD)
  libepoxy/repos/staging-x86_64/
  libepoxy/repos/staging-x86_64/PKGBUILD
(from rev 216956, libepoxy/trunk/PKGBUILD)

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

Copied: libepoxy/repos/staging-i686/PKGBUILD (from rev 216956, 
libepoxy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-17 20:41:38 UTC (rev 216957)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libepoxy
+pkgver=1.1
+pkgrel=1
+pkgdesc="A library for handling OpenGL function pointer management for you"
+url="https://github.com/anholt/libepoxy";
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa')
+options=('!libtool')
+source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('6e25ce06f2004a24b15cd6af14e6cfae')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr
+}
+
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+

Copied: libepoxy/repos/staging-x86_64/PKGBUILD (from rev 216956, 
libepoxy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-17 20:41:38 UTC (rev 216957)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libepoxy
+pkgver=1.1
+pkgrel=1
+pkgdesc="A library for handling OpenGL function pointer management for you"
+url="https://github.com/anholt/libepoxy";
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa')
+options=('!libtool')
+source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('6e25ce06f2004a24b15cd6af14e6cfae')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr
+}
+
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+



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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:41:26
  Author: lcarlier
Revision: 216956

upgpkg: libepoxy 1.1-1

upstream release 1.1

Modified:
  libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 20:32:12 UTC (rev 216955)
+++ PKGBUILD2014-07-17 20:41:26 UTC (rev 216956)
@@ -3,7 +3,7 @@
 
 pkgname=libepoxy
 pkgver=1.1
-pkgrel=0.1
+pkgrel=1
 pkgdesc="A library for handling OpenGL function pointer management for you"
 url="https://github.com/anholt/libepoxy";
 arch=('i686' 'x86_64')



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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:46:26
  Author: lcarlier
Revision: 216958

upgpkg: libepoxy 1.2-1

upstream update 1.2

Modified:
  libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 20:41:38 UTC (rev 216957)
+++ PKGBUILD2014-07-17 20:46:26 UTC (rev 216958)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=libepoxy
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc="A library for handling OpenGL function pointer management for you"
 url="https://github.com/anholt/libepoxy";
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'python' 'mesa')
 options=('!libtool')
 source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('6e25ce06f2004a24b15cd6af14e6cfae')
+md5sums=('12d6b7621f086c0c928887c27d90bc30')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:46:40
  Author: lcarlier
Revision: 216959

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

Added:
  libepoxy/repos/staging-i686/PKGBUILD
(from rev 216958, libepoxy/trunk/PKGBUILD)
  libepoxy/repos/staging-x86_64/PKGBUILD
(from rev 216958, libepoxy/trunk/PKGBUILD)
Deleted:
  libepoxy/repos/staging-i686/PKGBUILD
  libepoxy/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 staging-i686/PKGBUILD   |   35 ---
 staging-x86_64/PKGBUILD |   35 ---
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-07-17 20:46:26 UTC (rev 216958)
+++ staging-i686/PKGBUILD   2014-07-17 20:46:40 UTC (rev 216959)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=libepoxy
-pkgver=1.1
-pkgrel=1
-pkgdesc="A library for handling OpenGL function pointer management for you"
-url="https://github.com/anholt/libepoxy";
-arch=('i686' 'x86_64')
-license=(MIT)
-depends=('glibc')
-makedepends=('xorg-util-macros' 'python' 'mesa')
-options=('!libtool')
-source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('6e25ce06f2004a24b15cd6af14e6cfae')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./autogen.sh --prefix=/usr
-}
-
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-

Copied: libepoxy/repos/staging-i686/PKGBUILD (from rev 216958, 
libepoxy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-17 20:46:40 UTC (rev 216959)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libepoxy
+pkgver=1.2
+pkgrel=1
+pkgdesc="A library for handling OpenGL function pointer management for you"
+url="https://github.com/anholt/libepoxy";
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa')
+options=('!libtool')
+source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('12d6b7621f086c0c928887c27d90bc30')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr
+}
+
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-07-17 20:46:26 UTC (rev 216958)
+++ staging-x86_64/PKGBUILD 2014-07-17 20:46:40 UTC (rev 216959)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=libepoxy
-pkgver=1.1
-pkgrel=1
-pkgdesc="A library for handling OpenGL function pointer management for you"
-url="https://github.com/anholt/libepoxy";
-arch=('i686' 'x86_64')
-license=(MIT)
-depends=('glibc')
-makedepends=('xorg-util-macros' 'python' 'mesa')
-options=('!libtool')
-source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('6e25ce06f2004a24b15cd6af14e6cfae')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./autogen.sh --prefix=/usr
-}
-
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-

Copied: libepoxy/repos/staging-x86_64/PKGBUILD (from rev 216958, 
libepoxy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-17 20:46:40 UTC (rev 216959)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libepoxy
+pkgver=1.2
+pkgrel=1
+pkgdesc="A library for handling OpenGL function pointer management for you"
+url="https://github.com/anholt/libepoxy";
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa')
+options=('!libtool')
+source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('12d6b7621f086c0c928887c27d90bc30')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr
+}
+
+#check() {
+#  cd "${pkgname}-${pkgver}"
+#
+#  make -k check
+#}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+



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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:51:54
  Author: lcarlier
Revision: 216960

upgpkg: libepoxy 1.2-2

fix make check

Modified:
  libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 20:46:40 UTC (rev 216959)
+++ PKGBUILD2014-07-17 20:51:54 UTC (rev 216960)
@@ -3,13 +3,13 @@
 
 pkgname=libepoxy
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for handling OpenGL function pointer management for you"
 url="https://github.com/anholt/libepoxy";
 arch=('i686' 'x86_64')
 license=(MIT)
 depends=('glibc')
-makedepends=('xorg-util-macros' 'python' 'mesa')
+makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
 options=('!libtool')
 source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
 md5sums=('12d6b7621f086c0c928887c27d90bc30')
@@ -20,12 +20,12 @@
   ./autogen.sh --prefix=/usr
 }
 
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#
-#  make -k check
-#}
+check() {
+  cd "${pkgname}-${pkgver}"
 
+  make -k check
+}
+
 package() {
   cd "${pkgname}-${pkgver}"
 



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

2014-07-17 Thread Laurent Carlier
Date: Thursday, July 17, 2014 @ 22:52:07
  Author: lcarlier
Revision: 216961

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

Added:
  libepoxy/repos/staging-i686/PKGBUILD
(from rev 216960, libepoxy/trunk/PKGBUILD)
  libepoxy/repos/staging-x86_64/PKGBUILD
(from rev 216960, libepoxy/trunk/PKGBUILD)
Deleted:
  libepoxy/repos/staging-i686/PKGBUILD
  libepoxy/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 staging-i686/PKGBUILD   |   35 ---
 staging-x86_64/PKGBUILD |   35 ---
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-07-17 20:51:54 UTC (rev 216960)
+++ staging-i686/PKGBUILD   2014-07-17 20:52:07 UTC (rev 216961)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=libepoxy
-pkgver=1.2
-pkgrel=1
-pkgdesc="A library for handling OpenGL function pointer management for you"
-url="https://github.com/anholt/libepoxy";
-arch=('i686' 'x86_64')
-license=(MIT)
-depends=('glibc')
-makedepends=('xorg-util-macros' 'python' 'mesa')
-options=('!libtool')
-source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('12d6b7621f086c0c928887c27d90bc30')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./autogen.sh --prefix=/usr
-}
-
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-

Copied: libepoxy/repos/staging-i686/PKGBUILD (from rev 216960, 
libepoxy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-17 20:52:07 UTC (rev 216961)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libepoxy
+pkgver=1.2
+pkgrel=2
+pkgdesc="A library for handling OpenGL function pointer management for you"
+url="https://github.com/anholt/libepoxy";
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
+options=('!libtool')
+source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('12d6b7621f086c0c928887c27d90bc30')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make -k check
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-07-17 20:51:54 UTC (rev 216960)
+++ staging-x86_64/PKGBUILD 2014-07-17 20:52:07 UTC (rev 216961)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=libepoxy
-pkgver=1.2
-pkgrel=1
-pkgdesc="A library for handling OpenGL function pointer management for you"
-url="https://github.com/anholt/libepoxy";
-arch=('i686' 'x86_64')
-license=(MIT)
-depends=('glibc')
-makedepends=('xorg-util-macros' 'python' 'mesa')
-options=('!libtool')
-source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('12d6b7621f086c0c928887c27d90bc30')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./autogen.sh --prefix=/usr
-}
-
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}
-

Copied: libepoxy/repos/staging-x86_64/PKGBUILD (from rev 216960, 
libepoxy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-17 20:52:07 UTC (rev 216961)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=libepoxy
+pkgver=1.2
+pkgrel=2
+pkgdesc="A library for handling OpenGL function pointer management for you"
+url="https://github.com/anholt/libepoxy";
+arch=('i686' 'x86_64')
+license=(MIT)
+depends=('glibc')
+makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
+options=('!libtool')
+source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('12d6b7621f086c0c928887c27d90bc30')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh --prefix=/usr
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  make -k check
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+



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

2014-07-17 Thread Kyle Keen
Date: Thursday, July 17, 2014 @ 23:40:50
  Author: kkeen
Revision: 115839

archrelease: copy trunk to community-any

Added:
  bpython/repos/community-any/PKGBUILD
(from rev 115838, bpython/trunk/PKGBUILD)
Deleted:
  bpython/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-17 21:40:40 UTC (rev 115838)
+++ PKGBUILD2014-07-17 21:40:50 UTC (rev 115839)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen < keenerd at gmail >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mike Sampson 
-# Contributor: Anton Bazhenov 
-
-pkgname=('bpython' 'bpython2')
-pkgver=0.13
-pkgrel=1
-pkgdesc='Fancy interface to the Python interpreter'
-arch=('any')
-url='http://bpython-interpreter.org/'
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)
-md5sums=('2ff926ff50570bcc172917af831be1e6')
-
-build() {
-  cp -r bpython-$pkgver bpython2-$pkgver
-
-  cd bpython-$pkgver
-  python setup.py build
-
-  cd "$srcdir/bpython2-$pkgver"
-  python2 setup.py build
-}
-
-package_bpython() {
-  depends=('python-pygments')
-  optdepends=('python-urwid: for bpython-urwid')
-
-  cd bpython-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=0
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
-
-  # pygtk isn't available for python3 (fs#33705)
-  rm "$pkgdir/usr/bin/bpython-gtk"
-}
-
-package_bpython2() {
-  depends=('python2-pygments')
-  optdepends=('pygtk: for bpython2-gtk'
-  'python2-urwid: for bpython2-urwid')
-
-  cd bpython2-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=0
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython2/LICENSE"
-
-  # conflicting files with bpython
-  pushd "$pkgdir/usr/bin/"
-  mv bpython bpython2
-  mv bpython-gtk bpython2-gtk
-  mv bpython-urwid bpython2-urwid
-  mv bpython-curtsies bpython2-curtsies
-  popd
-  pushd "$pkgdir/usr/share/applications/"
-  mv bpython.desktop bpython2.desktop
-
-  # fix the .desktop file for the rename
-  sed -i 's/bpython/&2/' bpython2.desktop
-  popd
-}

Copied: bpython/repos/community-any/PKGBUILD (from rev 115838, 
bpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-17 21:40:50 UTC (rev 115839)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Kyle Keen < keenerd at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mike Sampson 
+# Contributor: Anton Bazhenov 
+
+pkgname=('bpython' 'bpython2')
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Fancy interface to the Python interpreter'
+arch=('any')
+url='http://bpython-interpreter.org/'
+license=('MIT')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)
+md5sums=('47b2ae18ee39d519752218b938024a85')
+
+build() {
+  cp -r bpython-$pkgver bpython2-$pkgver
+
+  cd bpython-$pkgver
+  python setup.py build
+
+  cd "$srcdir/bpython2-$pkgver"
+  python2 setup.py build
+}
+
+package_bpython() {
+  depends=('python-pygments')
+  optdepends=('python-urwid: for bpython-urwid')
+
+  cd bpython-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+
+  # pygtk isn't available for python3 (fs#33705)
+  rm "$pkgdir/usr/bin/bpython-gtk"
+}
+
+package_bpython2() {
+  depends=('python2-pygments')
+  optdepends=('pygtk: for bpython2-gtk'
+  'python2-urwid: for bpython2-urwid')
+
+  cd bpython2-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=0
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython2/LICENSE"
+
+  # conflicting files with bpython
+  pushd "$pkgdir/usr/bin/"
+  mv bpython bpython2
+  mv bpython-gtk bpython2-gtk
+  mv bpython-urwid bpython2-urwid
+  mv bpython-curtsies bpython2-curtsies
+  popd
+  pushd "$pkgdir/usr/share/applications/"
+  mv bpython.desktop bpython2.desktop
+
+  # fix the .desktop file for the rename
+  sed -i 's/bpython/&2/' bpython2.desktop
+  popd
+}



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

2014-07-17 Thread Kyle Keen
Date: Thursday, July 17, 2014 @ 23:40:40
  Author: kkeen
Revision: 115838

upgpkg: bpython 0.13.1-1

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 20:41:21 UTC (rev 115837)
+++ PKGBUILD2014-07-17 21:40:40 UTC (rev 115838)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov 
 
 pkgname=('bpython' 'bpython2')
-pkgver=0.13
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Fancy interface to the Python interpreter'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python-distribute' 'python2-distribute')
 source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)
-md5sums=('2ff926ff50570bcc172917af831be1e6')
+md5sums=('47b2ae18ee39d519752218b938024a85')
 
 build() {
   cp -r bpython-$pkgver bpython2-$pkgver



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

2014-07-17 Thread Allan McRae
Date: Thursday, July 17, 2014 @ 23:47:05
  Author: allan
Revision: 216962

upgpkg: gcc 4.9.1-1

upstream update

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 20:52:07 UTC (rev 216961)
+++ PKGBUILD2014-07-17 21:47:05 UTC (rev 216962)
@@ -5,10 +5,10 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=4.9.0
+pkgver=4.9.1
 _pkgver=4.9
-pkgrel=5
-_snapshot=4.9-20140604
+pkgrel=1
+#_snapshot=4.9-20140604
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -16,11 +16,11 @@
 makedepends=('binutils>=2.24' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 gcc-4.8-filename-output.patch
 gcc-4.9-isl-0.13-hack.patch)
-md5sums=('57aa4ff81c56262dc89994853c4d0149'
+md5sums=('fddf71348546af523353bd43d34919c1'
  '40cb437805e2f7a006aa0d0c3098ab0f'
  'f26ae06b9cbc8abe86f5ee4dc5737da8')
 



[arch-commits] Commit in xorg-server/trunk (CVE-2013-6424.diff PKGBUILD)

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:30:35
  Author: lcarlier
Revision: 216963

upgpkg: xorg-server 1.16.0-0.1

upstream update 1.16, prebuilt for xf86-input-evdev

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/CVE-2013-6424.diff

+
 CVE-2013-6424.diff |   49 --
 PKGBUILD   |   54 ++-
 2 files changed, 32 insertions(+), 71 deletions(-)

Deleted: CVE-2013-6424.diff
===
--- CVE-2013-6424.diff  2014-07-17 21:47:05 UTC (rev 216962)
+++ CVE-2013-6424.diff  2014-07-17 22:30:35 UTC (rev 216963)
@@ -1,49 +0,0 @@
-From patchwork Wed Oct  2 13:47:54 2013
-Content-Type: text/plain; charset="utf-8"
-MIME-Version: 1.0
-Content-Transfer-Encoding: 7bit
-Subject: exa: only draw valid trapezoids
-From: Maarten Lankhorst 
-X-Patchwork-Id: 14769
-Message-Id: <524c240a.9010...@canonical.com>
-To: "X.Org Devel List" 
-Date: Wed, 02 Oct 2013 15:47:54 +0200
-
-Fixes freedesktop.org bug https://bugs.freedesktop.org/show_bug.cgi?id=67484
-
-If t->bottom is close to MIN_INT, removing top can wraparound, so do the check 
properly.
-A similar fix should also be applied to pixman.
-
-Signed-off-by: Maarten Lankhorst 
-

-
-
-diff --git a/exa/exa_render.c b/exa/exa_render.c
-index 172e2b5..807eeba 100644
 a/exa/exa_render.c
-+++ b/exa/exa_render.c
-@@ -1141,7 +1141,8 @@ exaTrapezoids(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
- 
- exaPrepareAccess(pPicture->pDrawable, EXA_PREPARE_DEST);
- for (; ntrap; ntrap--, traps++)
--(*ps->RasterizeTrapezoid) (pPicture, traps, -bounds.x1, 
-bounds.y1);
-+if (xTrapezoidValid(traps))
-+(*ps->RasterizeTrapezoid) (pPicture, traps, -bounds.x1, 
-bounds.y1);
- exaFinishAccess(pPicture->pDrawable, EXA_PREPARE_DEST);
- 
- xRel = bounds.x1 + xSrc - xDst;
-diff --git a/render/picture.h b/render/picture.h
-index c85353a..fcd6401 100644
 a/render/picture.h
-+++ b/render/picture.h
-@@ -211,7 +211,7 @@ typedef pixman_fixed_t xFixed;
- /* whether 't' is a well defined not obviously empty trapezoid */
- #define xTrapezoidValid(t)  ((t)->left.p1.y != (t)->left.p2.y && \
-(t)->right.p1.y != (t)->right.p2.y && \
--   (int) ((t)->bottom - (t)->top) > 0)
-+   ((t)->bottom > (t)->top))
- 
- /*
-  * Standard NTSC luminance conversions:
-

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 21:47:05 UTC (rev 216962)
+++ PKGBUILD2014-07-17 22:30:35 UTC (rev 216963)
@@ -3,9 +3,9 @@
 # Maintainer: Jan de Groot 
 
 pkgbase=xorg-server
-pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.15.2
-pkgrel=1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
+pkgver=1.16.0
+pkgrel=0.1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org";
@@ -13,22 +13,18 @@
  'inputproto' 'fontsproto' 'videoproto' 'presentproto' 
'compositeproto' 'recordproto' 'scrnsaverproto'
  'resourceproto' 'xineramaproto' 'libxkbfile' 'libxfont' 
'renderproto' 'libpciaccess' 'libxv'
  'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 
'libdmx' 'libxtst' 'libxres'
- 'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt'
+ 'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt' 'libepoxy'
  'xcb-util' 'xcb-util-image' 'xcb-util-wm' 'xcb-util-keysyms' 
'dri3proto' 'libxshmfence') 
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
 autoconfig-nvidia.patch
 autoconfig-sis.patch
 xvfb-run
-xvfb-run.1
-10-quirks.conf
-CVE-2013-6424.diff)
-sha256sums=('3c0585607c654ded836da43a45a75492fc13454ff4149704fb08dac39f051163'
+xvfb-run.1)
+sha256sums=('38330a03c5f7a38745a3f9816cf069db5b8844eebb358fd39dbabf61f32cd06b'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
-'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
-'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
-'89948993afd4d9aec6a0bdbaf62f494e9956bb77a0386307d497f340a818ff61')
+'2460adccd3362fefd4cdc5f1c70f332d7b578

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

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:30:58
  Author: lcarlier
Revision: 216964

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

Added:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 216963, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 216963, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 216963, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 216963, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 216963, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 216963, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 216963, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 216963, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 216963, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 216963, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 216963, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 216963, xorg-server/trunk/xvfb-run.1)

+
 staging-i686/10-quirks.conf|   10 +
 staging-i686/PKGBUILD  |  221 
 staging-i686/autoconfig-nvidia.patch   |   28 +++
 staging-i686/autoconfig-sis.patch  |   21 ++
 staging-i686/xvfb-run  |  180 +++
 staging-i686/xvfb-run.1|  282 +++
 staging-x86_64/10-quirks.conf  |   10 +
 staging-x86_64/PKGBUILD|  221 
 staging-x86_64/autoconfig-nvidia.patch |   28 +++
 staging-x86_64/autoconfig-sis.patch|   21 ++
 staging-x86_64/xvfb-run|  180 +++
 staging-x86_64/xvfb-run.1  |  282 +++
 12 files changed, 1484 insertions(+)

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


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

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:36:20
  Author: lcarlier
Revision: 216965

upgpkg: xf86-input-evdev 2.9.0-2

rebuild for Xorg-server 1.16

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 22:30:58 UTC (rev 216964)
+++ PKGBUILD2014-07-17 22:36:20 UTC (rev 216965)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-input-evdev
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.org evdev input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('glibc' 'systemd' 'mtdev' 'libevdev')
 makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.15.0' 'X-ABI-XINPUT_VERSION<20' 
'X-ABI-XINPUT_VERSION>=21')
+conflicts=('xorg-server<1.16.0' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
 options=('!makeflags')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-evdev/repos (4 files)

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:36:34
  Author: lcarlier
Revision: 216966

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

Added:
  xf86-input-evdev/repos/staging-i686/
  xf86-input-evdev/repos/staging-i686/PKGBUILD
(from rev 216965, xf86-input-evdev/trunk/PKGBUILD)
  xf86-input-evdev/repos/staging-x86_64/
  xf86-input-evdev/repos/staging-x86_64/PKGBUILD
(from rev 216965, xf86-input-evdev/trunk/PKGBUILD)

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

Copied: xf86-input-evdev/repos/staging-i686/PKGBUILD (from rev 216965, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-17 22:36:34 UTC (rev 216966)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc' 'systemd' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16.0' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+options=('!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0c0c4aa393cb027a2304967944867a21a340bcad2e5efe630291b6906c3abc35')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-evdev/repos/staging-x86_64/PKGBUILD (from rev 216965, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-17 22:36:34 UTC (rev 216966)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc' 'systemd' 'mtdev' 'libevdev')
+makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.16.0' 'X-ABI-XINPUT_VERSION<21' 
'X-ABI-XINPUT_VERSION>=22')
+options=('!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0c0c4aa393cb027a2304967944867a21a340bcad2e5efe630291b6906c3abc35')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:44:46
  Author: lcarlier
Revision: 216967

upgpkg: xorg-server 1.16.0-1

bump pkgrel

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 22:36:34 UTC (rev 216966)
+++ PKGBUILD2014-07-17 22:44:46 UTC (rev 216967)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.16.0
-pkgrel=0.1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org";



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

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:45:06
  Author: lcarlier
Revision: 216968

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

Added:
  xorg-server/repos/staging-i686/10-quirks.conf
(from rev 216967, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 216967, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
(from rev 216967, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-i686/autoconfig-sis.patch
(from rev 216967, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 216967, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 216967, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/10-quirks.conf
(from rev 216967, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 216967, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
(from rev 216967, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
(from rev 216967, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 216967, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 216967, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/staging-i686/10-quirks.conf
  xorg-server/repos/staging-i686/PKGBUILD
  xorg-server/repos/staging-i686/autoconfig-nvidia.patch
  xorg-server/repos/staging-i686/autoconfig-sis.patch
  xorg-server/repos/staging-i686/xvfb-run
  xorg-server/repos/staging-i686/xvfb-run.1
  xorg-server/repos/staging-x86_64/10-quirks.conf
  xorg-server/repos/staging-x86_64/PKGBUILD
  xorg-server/repos/staging-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/staging-x86_64/autoconfig-sis.patch
  xorg-server/repos/staging-x86_64/xvfb-run
  xorg-server/repos/staging-x86_64/xvfb-run.1

+
 /10-quirks.conf|   20 +
 /PKGBUILD  |  442 
 /autoconfig-nvidia.patch   |   56 +++
 /autoconfig-sis.patch  |   42 ++
 /xvfb-run  |  360 +++
 /xvfb-run.1|  564 +++
 staging-i686/10-quirks.conf|   10 
 staging-i686/PKGBUILD  |  221 
 staging-i686/autoconfig-nvidia.patch   |   28 -
 staging-i686/autoconfig-sis.patch  |   21 -
 staging-i686/xvfb-run  |  180 -
 staging-i686/xvfb-run.1|  282 ---
 staging-x86_64/10-quirks.conf  |   10 
 staging-x86_64/PKGBUILD|  221 
 staging-x86_64/autoconfig-nvidia.patch |   28 -
 staging-x86_64/autoconfig-sis.patch|   21 -
 staging-x86_64/xvfb-run|  180 -
 staging-x86_64/xvfb-run.1  |  282 ---
 18 files changed, 1484 insertions(+), 1484 deletions(-)

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


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

2014-07-17 Thread Allan McRae
Date: Friday, July 18, 2014 @ 00:50:11
  Author: allan
Revision: 216969

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 216968, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.8-filename-output.patch
(from rev 216968, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-i686/gcc-4.9-isl-0.13-hack.patch
(from rev 216968, gcc/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 216968, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 216968, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 216968, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 216968, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 216968, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 216968, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch
(from rev 216968, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-x86_64/gcc-4.9-isl-0.13-hack.patch
(from rev 216968, gcc/trunk/gcc-4.9-isl-0.13-hack.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 216968, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 216968, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 216968, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 216968, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 216968, gcc/trunk/gcc.install)

--+
 testing-i686/PKGBUILD|  313 +
 testing-i686/gcc-4.8-filename-output.patch   |   17 +
 testing-i686/gcc-4.9-isl-0.13-hack.patch |   71 +
 testing-i686/gcc-ada.install |   20 +
 testing-i686/gcc-fortran.install |   16 +
 testing-i686/gcc-go.install  |   20 +
 testing-i686/gcc-libs.install|   16 +
 testing-i686/gcc.install |   20 +
 testing-x86_64/PKGBUILD  |  313 +
 testing-x86_64/gcc-4.8-filename-output.patch |   17 +
 testing-x86_64/gcc-4.9-isl-0.13-hack.patch   |   71 +
 testing-x86_64/gcc-ada.install   |   20 +
 testing-x86_64/gcc-fortran.install   |   16 +
 testing-x86_64/gcc-go.install|   20 +
 testing-x86_64/gcc-libs.install  |   16 +
 testing-x86_64/gcc.install   |   20 +
 16 files changed, 986 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 216968, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-17 22:50:11 UTC (rev 216969)
@@ -0,0 +1,313 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.9.1
+_pkgver=4.9
+pkgrel=1
+#_snapshot=4.9-20140604
+pkgdesc="The GNU Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.24' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch
+gcc-4.9-isl-0.13-hack.patch)
+md5sums=('fddf71348546af523353bd43d34919c1'
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ 'f26ae06b9cbc8abe86f5ee4dc5737da8')
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver} > gcc/BASE-VER
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+
+  # isl-0.13 support - mostly header includes and a function rename
+  # (which does not seem right but causes no testsuite failures...)
+  patch -p1 -i ${srcdir}/gcc-4.9-isl-0.13-hack.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spu

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

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:54:09
  Author: lcarlier
Revision: 216971

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

Added:
  xf86-video-ati/repos/staging-i686/
  
xf86-video-ati/repos/staging-i686/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch
(from rev 216970, 
xf86-video-ati/trunk/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch)
  xf86-video-ati/repos/staging-i686/PKGBUILD
(from rev 216970, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/staging-x86_64/
  
xf86-video-ati/repos/staging-x86_64/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch
(from rev 216970, 
xf86-video-ati/trunk/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch)
  xf86-video-ati/repos/staging-x86_64/PKGBUILD
(from rev 216970, xf86-video-ati/trunk/PKGBUILD)

---+
 staging-i686/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch   |   78 
++
 staging-i686/PKGBUILD |   43 +
 staging-x86_64/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch |   78 
++
 staging-x86_64/PKGBUILD   |   43 +
 4 files changed, 242 insertions(+)

Copied: 
xf86-video-ati/repos/staging-i686/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch
 (from rev 216970, 
xf86-video-ati/trunk/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch)
===
--- staging-i686/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch 
(rev 0)
+++ staging-i686/0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch 
2014-07-17 22:54:09 UTC (rev 216971)
@@ -0,0 +1,78 @@
+From c4ae0e2cbcc0e2ebf9f13ee92d59b5120254a1dc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Michel=20D=C3=A4nzer?= 
+Date: Mon, 30 Jun 2014 10:20:12 +0900
+Subject: [PATCH] Handle CRTC DPMS from output DPMS hooks
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This fixes at least two issues:
+
+The CRTC DPMS hook isn't called after a modeset, so the vertical blank
+interrupt emulation code considered the CRTC disabled after a modeset. As
+a side effect, page flipping was no longer used after a modeset.
+
+This change also makes sure the vertical blank interrupt emulation code
+runs before the hardware CRTC is disabled and after it's enabled from the
+output DPMS hook. The wrong order could cause gnome-shell to hang after
+a suspend/resume and/or DPMS off/on cycle.
+
+Signed-off-by: Michel Dänzer 
+Reviewed-by: Alex Deucher 
+---
+ src/drmmode_display.c | 16 ++--
+ 1 file changed, 14 insertions(+), 2 deletions(-)
+
+diff --git a/src/drmmode_display.c b/src/drmmode_display.c
+index bd8e701..c366203 100644
+--- a/src/drmmode_display.c
 b/src/drmmode_display.c
+@@ -247,7 +247,7 @@ int drmmode_get_current_ust(int drm_fd, CARD64 *ust)
+ }
+ 
+ static void
+-drmmode_crtc_dpms(xf86CrtcPtr crtc, int mode)
++drmmode_do_crtc_dpms(xf86CrtcPtr crtc, int mode)
+ {
+   drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private;
+   ScrnInfoPtr scrn = crtc->scrn;
+@@ -308,6 +308,12 @@ drmmode_crtc_dpms(xf86CrtcPtr crtc, int mode)
+   drmmode_crtc->dpms_mode = mode;
+ }
+ 
++static void
++drmmode_crtc_dpms(xf86CrtcPtr crtc, int mode)
++{
++  /* Nothing to do. drmmode_do_crtc_dpms() is called as appropriate */
++}
++
+ static PixmapPtr
+ create_pixmap_for_fbcon(drmmode_ptr drmmode,
+   ScrnInfoPtr pScrn, int fbcon_id)
+@@ -973,9 +979,14 @@ drmmode_output_dpms(xf86OutputPtr output, int mode)
+   drmModeConnectorPtr koutput = drmmode_output->mode_output;
+   drmmode_ptr drmmode = drmmode_output->drmmode;
+ 
++  if (mode != DPMSModeOn && output->crtc)
++  drmmode_do_crtc_dpms(output->crtc, mode);
++
+   drmModeConnectorSetProperty(drmmode->fd, koutput->connector_id,
+   drmmode_output->dpms_enum_id, mode);
+-  return;
++
++  if (mode == DPMSModeOn && output->crtc)
++  drmmode_do_crtc_dpms(output->crtc, mode);
+ }
+ 
+ 
+@@ -1833,6 +1844,7 @@ Bool drmmode_set_desired_modes(ScrnInfoPtr pScrn, 
drmmode_ptr drmmode)
+ 
+   /* Skip disabled CRTCs */
+   if (!crtc->enabled) {
++  drmmode_do_crtc_dpms(crtc, DPMSModeOff);
+   drmModeSetCrtc(drmmode->fd, 
drmmode_crtc->mode_crtc->crtc_id,
+  0, 0, 0, NULL, 0, NULL);
+   continue;
+-- 
+2.0.1
+

Copied: xf86-video-ati/repos/staging-i686/PKGBUILD (from rev 216970, 
xf86-video-ati/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-17 22:54:09 UTC (rev 216971)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xf86-video-ati
+pkgver=

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

2014-07-17 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 00:53:59
  Author: lcarlier
Revision: 216970

upgpkg: xf86-video-ati 1:7.4.0-3

rebuild for xorg-server 1.16

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 22:50:11 UTC (rev 216969)
+++ PKGBUILD2014-07-17 22:53:59 UTC (rev 216970)
@@ -5,14 +5,14 @@
 pkgname=xf86-video-ati
 pkgver=7.4.0
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org ati video driver"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/";
 license=('custom')
-depends=('libdrm>=2.4.41' 'systemd' 'ati-dri' 'glamor-egl')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
-conflicts=('xorg-server<1.15.0' 'X-ABI-VIDEODRV_VERSION<15' 
'X-ABI-VIDEODRV_VERSION>=16')
+depends=('libdrm>=2.4.41' 'systemd' 'ati-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server<1.16.0' 'X-ABI-VIDEODRV_VERSION<18' 
'X-ABI-VIDEODRV_VERSION>=19')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
0001-Handle-CRTC-DPMS-from-output-DPMS-hooks.patch)



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

2014-07-17 Thread Evangelos Foutras
Date: Friday, July 18, 2014 @ 02:34:22
  Author: foutrelis
Revision: 216972

upgpkg: libtool 2.4.2-14

gcc-4.9.1 rebuild

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 22:54:09 UTC (rev 216971)
+++ PKGBUILD2014-07-18 00:34:22 UTC (rev 216972)
@@ -6,8 +6,8 @@
 
 pkgname=('libtool' 'libltdl')
 pkgver=2.4.2
-_gccver=4.9.0
-pkgrel=13
+_gccver=4.9.1
+pkgrel=14
 pkgdesc="A generic library support script"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libtool";



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

2014-07-17 Thread Evangelos Foutras
Date: Friday, July 18, 2014 @ 02:34:31
  Author: foutrelis
Revision: 216973

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

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

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/libtool.install   |   20 +++
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/libtool.install |   20 +++
 4 files changed, 140 insertions(+)

Copied: libtool/repos/testing-i686/PKGBUILD (from rev 216972, 
libtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-18 00:34:31 UTC (rev 216973)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+_gccver=4.9.1
+pkgrel=14
+pkgdesc="A generic library support script"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+makedepends=("gcc=${_gccver}")
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' "libltdl=$pkgver" 'tar' "gcc=${_gccver}")
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -r ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc="A system independent dlopen wrapper for GNU libtool"
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -r ${pkgdir}/usr/share/{aclocal,libtool/config}
+}

Copied: libtool/repos/testing-i686/libtool.install (from rev 216972, 
libtool/trunk/libtool.install)
===
--- testing-i686/libtool.install(rev 0)
+++ testing-i686/libtool.install2014-07-18 00:34:31 UTC (rev 216973)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libtool.info  libtool.info-1  libtool.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: libtool/repos/testing-x86_64/PKGBUILD (from rev 216972, 
libtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-18 00:34:31 UTC (rev 216973)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+_gccver=4.9.1
+pkgrel=14
+pkgdesc="A generic library support script"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libtool";
+license=('GPL')
+makedepends=("gcc=${_gccver}")
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' "libltdl=$pkgver" 'tar' "gcc=${_gccver}")
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -r ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc="A system independent dlopen wrapper for GNU libtool"
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -r ${pkgdir}/usr/share/{

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

2014-07-17 Thread Thomas Dziedzic
Date: Friday, July 18, 2014 @ 03:35:00
  Author: td123
Revision: 115840

upgpkg: haddock 2.14.3-1

bump & rebuild

Modified:
  haddock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-17 21:40:50 UTC (rev 115839)
+++ PKGBUILD2014-07-18 01:35:00 UTC (rev 115840)
@@ -4,7 +4,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=haddock
-pkgver=2.14.2
+pkgver=2.14.3
 pkgrel=1
 pkgdesc='Tool for generating documentation for Haskell libraries'
 url='http://hackage.haskell.org/package/haddock/'
@@ -11,10 +11,10 @@
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
 makedepends=('alex' 'happy')
-depends=('ghc' 'haskell-xhtml' 'haskell-ghc-paths')
+depends=('ghc=7.8.3-2' 'haskell-ghc-paths')
 install="$pkgname.install"
 
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('33df230cd8baeed87caa31fc13257a921778b6b700c78bd9237024e08d942641')
+sha256sums=('d454f64ed0ea79ec9a94d4d79c8635be74d752d028b737dbe3b5deb9749e310c')
 options=('staticlibs')
 
 build() {



[arch-commits] Commit in haddock/repos (staging-i686 staging-x86_64)

2014-07-17 Thread Thomas Dziedzic
Date: Friday, July 18, 2014 @ 03:39:11
  Author: td123
Revision: 115843

remove accidental commit by stagingpkg since this is a community package, we 
should have used community-stagingpkg

Deleted:
  haddock/repos/staging-i686/
  haddock/repos/staging-x86_64/



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

2014-07-17 Thread Thomas Dziedzic
Date: Friday, July 18, 2014 @ 03:37:55
  Author: td123
Revision: 115842

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

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

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/haddock.install   |   25 +++
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/haddock.install |   25 +++
 4 files changed, 146 insertions(+)

Copied: haddock/repos/community-staging-i686/PKGBUILD (from rev 115841, 
haddock/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-18 01:37:55 UTC (rev 115842)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.14.3
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc=7.8.3-2' 'haskell-ghc-paths')
+install="$pkgname.install"
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d454f64ed0ea79ec9a94d4d79c8635be74d752d028b737dbe3b5deb9749e310c')
+options=('staticlibs')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh \
+"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s "/usr/share/doc/$pkgname/html" \
+"$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+  mv "$pkgdir/usr/bin/haddock" "$pkgdir/usr/bin/haddock-cabal"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haddock/repos/community-staging-i686/haddock.install (from rev 115841, 
haddock/trunk/haddock.install)
===
--- community-staging-i686/haddock.install  (rev 0)
+++ community-staging-i686/haddock.install  2014-07-18 01:37:55 UTC (rev 
115842)
@@ -0,0 +1,25 @@
+pkgname=haddock
+HS_DIR=usr/share/haskell/haddock
+
+post_upgrade() {
+  ${HS_DIR}/register.sh &> /dev/null
+  post_remove
+}
+
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) &> /dev/null
+}
+
+pre_remove() {
+  ${HS_DIR}/unregister.sh &> /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+pre_upgrade() {
+   pre_remove
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haddock/repos/community-staging-x86_64/PKGBUILD (from rev 115841, 
haddock/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-18 01:37:55 UTC (rev 115842)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.14.3
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc=7.8.3-2' 'haskell-ghc-paths')
+install="$pkgname.install"
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d454f64ed0ea79ec9a94d4d79c8635be74d752d028b737dbe3b5deb9749e310c')
+options=('staticlibs')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell

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

2014-07-17 Thread Thomas Dziedzic
Date: Friday, July 18, 2014 @ 03:35:35
  Author: td123
Revision: 115841

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

Added:
  haddock/repos/staging-i686/
  haddock/repos/staging-i686/PKGBUILD
(from rev 115840, haddock/trunk/PKGBUILD)
  haddock/repos/staging-i686/haddock.install
(from rev 115840, haddock/trunk/haddock.install)
  haddock/repos/staging-x86_64/
  haddock/repos/staging-x86_64/PKGBUILD
(from rev 115840, haddock/trunk/PKGBUILD)
  haddock/repos/staging-x86_64/haddock.install
(from rev 115840, haddock/trunk/haddock.install)

+
 staging-i686/PKGBUILD  |   48 +++
 staging-i686/haddock.install   |   25 
 staging-x86_64/PKGBUILD|   48 +++
 staging-x86_64/haddock.install |   25 
 4 files changed, 146 insertions(+)

Copied: haddock/repos/staging-i686/PKGBUILD (from rev 115840, 
haddock/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 01:35:35 UTC (rev 115841)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.14.3
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc=7.8.3-2' 'haskell-ghc-paths')
+install="$pkgname.install"
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d454f64ed0ea79ec9a94d4d79c8635be74d752d028b737dbe3b5deb9749e310c')
+options=('staticlibs')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh \
+"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s "/usr/share/doc/$pkgname/html" \
+"$pkgdir/usr/share/doc/ghc/html/libraries/$pkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+  mv "$pkgdir/usr/bin/haddock" "$pkgdir/usr/bin/haddock-cabal"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haddock/repos/staging-i686/haddock.install (from rev 115840, 
haddock/trunk/haddock.install)
===
--- staging-i686/haddock.install(rev 0)
+++ staging-i686/haddock.install2014-07-18 01:35:35 UTC (rev 115841)
@@ -0,0 +1,25 @@
+pkgname=haddock
+HS_DIR=usr/share/haskell/haddock
+
+post_upgrade() {
+  ${HS_DIR}/register.sh &> /dev/null
+  post_remove
+}
+
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) &> /dev/null
+}
+
+pre_remove() {
+  ${HS_DIR}/unregister.sh &> /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+pre_upgrade() {
+   pre_remove
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haddock/repos/staging-x86_64/PKGBUILD (from rev 115840, 
haddock/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 01:35:35 UTC (rev 115841)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=haddock
+pkgver=2.14.3
+pkgrel=1
+pkgdesc='Tool for generating documentation for Haskell libraries'
+url='http://hackage.haskell.org/package/haddock/'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+makedepends=('alex' 'happy')
+depends=('ghc=7.8.3-2' 'haskell-ghc-paths')
+install="$pkgname.install"
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d454f64ed0ea79ec9a94d4d79c8635be74d752d028b737dbe3b5deb9749e310c')
+options=('staticlibs')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/"$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--for

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

2014-07-17 Thread Felix Yan
Date: Friday, July 18, 2014 @ 04:48:04
  Author: fyan
Revision: 115886

upgpkg: python-py 1.4.22-1

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 01:59:34 UTC (rev 115885)
+++ PKGBUILD2014-07-18 02:48:04 UTC (rev 115886)
@@ -8,7 +8,7 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.4.21
+pkgver=1.4.22
 pkgrel=1
 pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
 arch=('any')
@@ -17,7 +17,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz";)
-sha512sums=('d0ae479cbeed445347dfed30be8aab36aaf0bee7c033fba9875cdd86f2fa2c9247749e4b147fc52bafaf792c7765d4075759c9e70acb7398e89e396419adf67b')
+sha512sums=('3cbc75257a7de345f0f23b6374a542608392d05f6600ba8ab743eea4fc46cc88ccaa829c1e2370eabb9892fbef8a16df9f5eb7956571d6f2b465a75817f70d7a')
 
 prepare() {
   cp -a py-${pkgver}{,-py2}



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

2014-07-17 Thread Felix Yan
Date: Friday, July 18, 2014 @ 04:48:32
  Author: fyan
Revision: 115887

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 02:48:04 UTC (rev 115886)
+++ PKGBUILD2014-07-18 02:48:32 UTC (rev 115887)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sebastian Wiesner 
-# Contributor: Igor Ramos Tiburcio 
-# Contributor: Wieland Hoffmann 
-# Contributor: Hervé Cauwelier 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.21
-pkgrel=1
-pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
-arch=('any')
-license=('MIT')
-url="http://pylib.readthedocs.org/en/latest/";
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz";)
-sha512sums=('d0ae479cbeed445347dfed30be8aab36aaf0bee7c033fba9875cdd86f2fa2c9247749e4b147fc52bafaf792c7765d4075759c9e70acb7398e89e396419adf67b')
-
-prepare() {
-  cp -a py-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/py-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/py-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/py-${pkgver}"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test
-
-  cd "$srcdir/py-${pkgver}-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2
-}
-
-package_python-py() {
-  depends=('python')
-
-  cd py-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-py() {
-  depends=('python2')
-
-  cd py-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-py/repos/community-any/PKGBUILD (from rev 115886, 
python-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 02:48:32 UTC (rev 115887)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sebastian Wiesner 
+# Contributor: Igor Ramos Tiburcio 
+# Contributor: Wieland Hoffmann 
+# Contributor: Hervé Cauwelier 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.22
+pkgrel=1
+pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
+arch=('any')
+license=('MIT')
+url="http://pylib.readthedocs.org/en/latest/";
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz";)
+sha512sums=('3cbc75257a7de345f0f23b6374a542608392d05f6600ba8ab743eea4fc46cc88ccaa829c1e2370eabb9892fbef8a16df9f5eb7956571d6f2b465a75817f70d7a')
+
+prepare() {
+  cp -a py-${pkgver}{,-py2}
+}
+
+build() {
+  cd "$srcdir/py-${pkgver}"
+  python setup.py build
+
+  cd "$srcdir/py-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/py-${pkgver}"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test
+
+  cd "$srcdir/py-${pkgver}-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd py-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



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

2014-07-17 Thread Felix Yan
Date: Friday, July 18, 2014 @ 04:54:36
  Author: fyan
Revision: 216977

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
(from rev 216976, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 02:54:13 UTC (rev 216976)
+++ PKGBUILD2014-07-18 02:54:36 UTC (rev 216977)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-# Contributor: Charles Mauch 
-
-pkgname=perl-yaml
-pkgver=0.96
-pkgrel=1
-pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
-arch=('any')
-url="http://search.cpan.org/dist/YAML/";
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('2783d0865e27322dcf310f1ab27b046050f69912')
-
-build() {
-  cd YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd YAML-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 216976, 
perl-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 02:54:36 UTC (rev 216977)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Charles Mauch 
+
+pkgname=perl-yaml
+pkgver=0.97
+pkgrel=1
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
+arch=('any')
+url="http://search.cpan.org/dist/YAML/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('66d83b28bffee3d385abb932cc42b4a09e8140c3')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-07-17 Thread Felix Yan
Date: Friday, July 18, 2014 @ 04:54:13
  Author: fyan
Revision: 216976

upgpkg: perl-yaml 0.97-1

Modified:
  perl-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 01:58:08 UTC (rev 216975)
+++ PKGBUILD2014-07-18 02:54:13 UTC (rev 216976)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch 
 
 pkgname=perl-yaml
-pkgver=0.96
+pkgver=0.97
 pkgrel=1
 pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('2783d0865e27322dcf310f1ab27b046050f69912')
+sha1sums=('66d83b28bffee3d385abb932cc42b4a09e8140c3')
 
 build() {
   cd YAML-${pkgver}



[arch-commits] Commit in arm-none-eabi-gcc/repos (10 files)

2014-07-17 Thread Anatol Pomozov
Date: Friday, July 18, 2014 @ 05:24:43
  Author: anatolik
Revision: 115889

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 115888, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-testing-i686/gcc-multilib.patch
(from rev 115888, arm-none-eabi-gcc/trunk/gcc-multilib.patch)
  arm-none-eabi-gcc/repos/community-testing-i686/gcc-no-exceptions.patch
(from rev 115888, arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-testing-i686/libgloss-configure-fix.patch
(from rev 115888, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 115888, arm-none-eabi-gcc/trunk/PKGBUILD)
  arm-none-eabi-gcc/repos/community-testing-x86_64/gcc-multilib.patch
(from rev 115888, arm-none-eabi-gcc/trunk/gcc-multilib.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/gcc-no-exceptions.patch
(from rev 115888, arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/libgloss-configure-fix.patch
(from rev 115888, arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch)

---+
 community-testing-i686/PKGBUILD   |  108 
 community-testing-i686/gcc-multilib.patch |   95 ++
 community-testing-i686/gcc-no-exceptions.patch|   20 ++
 community-testing-i686/libgloss-configure-fix.patch   |   11 +
 community-testing-x86_64/PKGBUILD |  108 
 community-testing-x86_64/gcc-multilib.patch   |   95 ++
 community-testing-x86_64/gcc-no-exceptions.patch  |   20 ++
 community-testing-x86_64/libgloss-configure-fix.patch |   11 +
 8 files changed, 468 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD (from rev 
115888, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-18 03:24:43 UTC (rev 115889)
@@ -0,0 +1,108 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=4.9.1
+pkgrel=1
+#_snapshot=4.9-20140604
+_newlibver=2.1.0
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils cloog libmpc zlib)
+makedepends=(gmp mpfr)
+#checkdepends=(dejagnu)
+options=(!emptydirs !strip staticlibs)
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz
+gcc-multilib.patch
+gcc-no-exceptions.patch
+libgloss-configure-fix.patch)
+sha256sums=('d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e'
+'3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48'
+'998d1face674cc8d1af5bf28ded15c18936a28f278123448f29555a07775'
+'7f59b28475aa2018a7edfb81ea81444a6eb098fd3847d8e605809ae6fbeabde5'
+'eac96c034d3d7d16080d9aef4749e4eda493563a3348e6a06f08e8a330b027ba')
+
+if [ -n "$_snapshot" ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  # Apply configure fix from newlib CVS
+  cd "$srcdir/newlib-$_newlibver/libgloss/arm"
+  patch -Np0 -i "$srcdir/libgloss-configure-fix.patch"
+  autoreconf
+
+  cd "$srcdir/$_basedir"
+  echo $pkgver > gcc/BASE-VER
+
+  patch -Np0 -i "$srcdir"/gcc-multilib.patch
+  patch -Np0 -i "$srcdir"/gcc-no-exceptions.patch
+
+  # Move newlib and libgloss to gcc source directory
+  mv "$srcdir"/newlib-$_newlibver/newlib "$srcdir/$_basedir"
+  mv "$srcdir"/newlib-$_newlibver/libgloss "$srcdir/$_basedir"
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
+}
+
+build() {
+  cd $_basedir 
+  mkdir build
+  cd build
+
+  export CFLAGS_FOR_TARGET='-O2 -g -pipe'
+  export CXXFLAGS_FOR_TARGET='-O2 -g -pipe'
+
+  ../configure --target=$_target \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --with-pkgversion='Arch Repository' \
+   --with-bugurl='https://bugs.archlinux.org/' \
+   --enable-multilib \
+   --enable-interwork \
+   --enable-languages=c,c++ \
+   --with-newlib \
+   --with-gnu-as \
+   --with-gnu-ld \
+   --disable-nls \
+   

[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2014-07-17 Thread Anatol Pomozov
Date: Friday, July 18, 2014 @ 05:23:36
  Author: anatolik
Revision: 115888

upgpkg: arm-none-eabi-gcc 4.9.1-1

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 02:48:32 UTC (rev 115887)
+++ PKGBUILD2014-07-18 03:23:36 UTC (rev 115888)
@@ -3,9 +3,9 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
-pkgver=4.9.0
-pkgrel=3
-_snapshot=4.9-20140604
+pkgver=4.9.1
+pkgrel=1
+#_snapshot=4.9-20140604
 _newlibver=2.1.0
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
@@ -15,13 +15,13 @@
 makedepends=(gmp mpfr)
 #checkdepends=(dejagnu)
 options=(!emptydirs !strip staticlibs)
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz
 gcc-multilib.patch
 gcc-no-exceptions.patch
 libgloss-configure-fix.patch)
-sha256sums=('321f35fbe73023ca805824db90b0df49bfcbb5ee13c29c3cc3ea6ae8fb04b9da'
+sha256sums=('d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e'
 '3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48'
 '998d1face674cc8d1af5bf28ded15c18936a28f278123448f29555a07775'
 '7f59b28475aa2018a7edfb81ea81444a6eb098fd3847d8e605809ae6fbeabde5'



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

2014-07-17 Thread Kyle Keen
Date: Friday, July 18, 2014 @ 06:01:43
  Author: kkeen
Revision: 115890

upgpkg: python-pillow 2.5.1-1

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 03:24:43 UTC (rev 115889)
+++ PKGBUILD2014-07-18 04:01:43 UTC (rev 115890)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -15,7 +15,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
 
source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";)
-md5sums=('3da46b9a4aeba22e22724ba7a15fe617')
+md5sums=('cf42c695fab68116af2c8ef816fca0d9')
 
 build() {
   cd "$srcdir"
@@ -73,4 +73,3 @@
   done
 }
 
-



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

2014-07-17 Thread Kyle Keen
Date: Friday, July 18, 2014 @ 06:02:31
  Author: kkeen
Revision: 115891

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 115890, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 115890, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  150 
 community-i686/PKGBUILD   |   76 --
 community-x86_64/PKGBUILD |   76 --
 3 files changed, 150 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-18 04:01:43 UTC (rev 115890)
+++ community-i686/PKGBUILD 2014-07-18 04:02:31 UTC (rev 115891)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=2.5.0
-pkgrel=1
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.4m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-imaging.github.io/";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
-source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";)
-md5sums=('3da46b9a4aeba22e22724ba7a15fe617')
-
-build() {
-  cd "$srcdir"
-  cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python3 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-  install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}"
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms' 'libwebp')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  replaces=('python2-imaging')
-  cd "$srcdir/${_appname}2-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python2 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-  sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' \
-"$pkgdir/usr/lib/python$_py2basever/site-packages/PIL/OleFileIO.py"
-
-  install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}2"
-  done
-}
-
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 115890, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-18 04:02:31 UTC (rev 115891)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=2.5.1
+pkgrel=1
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.4m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-imaging.github.io/";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 
'sane')
+source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip";)
+md5sums=('cf42c695fab68116af2c8ef816fca0d9')
+
+build() {
+  cd "$srcdir"
+  cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
+}  
+
+package_python-pillow() {
+  depends=('python' 'lcms' 'libwebp')
+  optdepends=('tk: for the ImageTK module'
+  'sane: for the Sane module'
+  'python-pyqt4: for the ImageQt module')
+  cd "$srcdir/$_appname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  pushd Sane
+python3 setup.py install --root="$pkgdir/" --optimize=0
+  popd
+  install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
+  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
+
+  # clean up bins
+

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

2014-07-17 Thread Giovanni Scafora
Date: Friday, July 18, 2014 @ 06:24:20
  Author: giovanni
Revision: 115892

upgpkg: converseen 0.7.3-1

upstream release

Modified:
  converseen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 04:02:31 UTC (rev 115891)
+++ PKGBUILD2014-07-18 04:24:20 UTC (rev 115892)
@@ -3,8 +3,8 @@
 # Contributor: archtux 
 
 pkgname=converseen
-pkgver=0.7.2
-pkgrel=3
+pkgver=0.7.3
+pkgrel=1
 pkgdesc="The batch image converter and resizer"
 arch=('i686' 'x86_64')
 url="http://converseen.sourceforge.net/";
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=converseen.install
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('bf64fc74758be272f7a91e9480a7175e')
+md5sums=('3bb81db9503b76725731c07eda4b5ac4')
 
 build() {
   cd "${srcdir}"



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

2014-07-17 Thread Giovanni Scafora
Date: Friday, July 18, 2014 @ 06:24:28
  Author: giovanni
Revision: 115893

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

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

-+
 /PKGBUILD   |   64 ++
 /converseen.install |   22 +++
 community-i686/PKGBUILD |   32 -
 community-i686/converseen.install   |   11 -
 community-x86_64/PKGBUILD   |   32 -
 community-x86_64/converseen.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-18 04:24:20 UTC (rev 115892)
+++ community-i686/PKGBUILD 2014-07-18 04:24:28 UTC (rev 115893)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.7.2
-pkgrel=3
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.sourceforge.net/";
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('bf64fc74758be272f7a91e9480a7175e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: converseen/repos/community-i686/PKGBUILD (from rev 115892, 
converseen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-18 04:24:28 UTC (rev 115893)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: archtux 
+
+pkgname=converseen
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="The batch image converter and resizer"
+arch=('i686' 'x86_64')
+url="http://converseen.sourceforge.net/";
+license=('GPL3')
+depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
+makedepends=('cmake')
+install=converseen.install
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('3bb81db9503b76725731c07eda4b5ac4')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/converseen.install
===
--- community-i686/converseen.install   2014-07-18 04:24:20 UTC (rev 115892)
+++ community-i686/converseen.install   2014-07-18 04:24:28 UTC (rev 115893)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}

Copied: converseen/repos/community-i686/converseen.install (from rev 115892, 
converseen/trunk/converseen.install)
===
--- community-i686/converseen.install   (rev 0)
+++ community-i686/converseen.install   2014-07-18 04:24:28 UTC (rev 115893)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-18 04:24:20 UTC (rev 115892)
+++ community-x86_64/PKGBUILD   2014-07-18 04:24:28 UTC (rev 115893)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: archtux 
-
-pkgname=converseen
-pkgver=0.7.2
-pkgrel=3
-pkgdesc="The batch image converter and resizer"
-arch=('i686' 'x86_64')
-url="http://converseen.sourceforge.net/";
-license=('GPL3')
-depends=('imagemagick' 'qt4' 'libwmf' 'openexr' 'libwebp' 'openjpeg2' 
'librsvg' 'ghostscript')
-makedepends=('cmake')
-install=converseen.install
-source=

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

2014-07-17 Thread Giovanni Scafora
Date: Friday, July 18, 2014 @ 06:31:06
  Author: giovanni
Revision: 216978

upgpkg: gparted 0.19.1-1

upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 02:54:36 UTC (rev 216977)
+++ PKGBUILD2014-07-18 04:31:06 UTC (rev 216978)
@@ -4,7 +4,7 @@
 # Contributor: György Balló 
 
 pkgname=gparted
-pkgver=0.19.0
+pkgver=0.19.1
 pkgrel=1
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
 'org.archlinux.pkexec.gparted.policy'
 'gparted_polkit')
-md5sums=('9cf1d1d1596ce2f7191969e081008af2'
+md5sums=('9aff8cef2c46e5ca4adaab43588c9e64'
  '122ed3120c846376bead22b25f6a3b19'
  '0b68a4e2bc6bc15440730ebe2d7bf9f6')
 



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

2014-07-17 Thread Giovanni Scafora
Date: Friday, July 18, 2014 @ 06:31:16
  Author: giovanni
Revision: 216979

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 216978, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 216978, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 216978, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 216978, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 216978, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 216978, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 216978, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 216978, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/gparted_polkit
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/gparted_polkit
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 /PKGBUILD|  122 +
 /gparted.install |   22 +++
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 ++
 extra-i686/PKGBUILD  |   61 --
 extra-i686/gparted.install   |   11 -
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   61 --
 extra-x86_64/gparted.install |   11 -
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 04:31:06 UTC (rev 216978)
+++ extra-i686/PKGBUILD 2014-07-18 04:31:16 UTC (rev 216979)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net";
-license=('GPL')
-depends=('parted' 'gtkmm')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'org.archlinux.pkexec.gparted.policy'
-'gparted_polkit')
-md5sums=('9cf1d1d1596ce2f7191969e081008af2'
- '122ed3120c846376bead22b25f6a3b19'
- '0b68a4e2bc6bc15440730ebe2d7bf9f6')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
- 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
-  # Install launcher script
-  install -m755 "${srcdir}/gparted_polkit" \
-"${pkgdir}/usr/bin/gparted_polkit"
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 216978, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 04:31:16 UTC (rev 216979)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Pa

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

2014-07-17 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 07:18:53
  Author: tpowa
Revision: 216981

upgpkg: linux 3.15.6-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 05:18:18 UTC (rev 216980)
+++ PKGBUILD2014-07-18 05:18:53 UTC (rev 216981)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.15
-pkgver=3.15.5
-pkgrel=2
+pkgver=3.15.6
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
 license=('GPL2')
@@ -22,7 +22,7 @@
 '0013-efistub-fix.patch'
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'9b0d000e0bdec7a25ee6303afdab8d2af77439995876eadd6ce248e5c954037d'
+'f2a15b142cd332c57e71ca06097c1fd159fa0d0709389b9fc10b7f78c48f741b'
 'ec593326ac4dad420b0b45a472ba3d6be2ce66b9b4d7cccf1453d02d5eb01b19'
 'cf10550fe511c534ec7f820f12c3345086b1ef64ac7f3b8b0d8d49bc3ea1f166'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'



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

2014-07-17 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 07:18:18
  Author: tpowa
Revision: 216980

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

Added:
  linux/repos/core-i686/0013-efistub-fix.patch
(from rev 216979, linux/repos/testing-i686/0013-efistub-fix.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 216979, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 216979, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 216979, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 216979, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 216979, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 216979, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/0013-efistub-fix.patch
(from rev 216979, linux/repos/testing-x86_64/0013-efistub-fix.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 216979, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 216979, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 216979, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 216979, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 216979, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 216979, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/0012-fix-saa7134.patch
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/0012-fix-saa7134.patch
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  594 
 /change-default-console-loglevel.patch|   24 
 /config   |13540 
 /config.x86_64|13088 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/0012-fix-saa7134.patch  |   37 
 core-i686/0013-efistub-fix.patch  |  177 
 core-i686/PKGBUILD|  291 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6770 --
 core-i686/config.x86_64   | 6544 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/0012-fix-saa7134.patch|   37 
 core-x86_64/0013-efistub-fix.patch|  177 
 core-x86_64/PKGBUILD  |  291 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6770 --
 core-x86_64/config.x86_64 | 6544 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 22 files changed, 27702 insertions(+), 27410 deletions(-)

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


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

2014-07-17 Thread Tobias Powalowski
Date: Friday, July 18, 2014 @ 07:19:11
  Author: tpowa
Revision: 216982

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

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

--+
 testing-i686/0013-efistub-fix.patch  |  177 
 testing-i686/PKGBUILD|  297 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6770 +
 testing-i686/config.x86_64   | 6544 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/0013-efistub-fix.patch|  177 
 testing-x86_64/PKGBUILD  |  297 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6770 +
 testing-x86_64/config.x86_64 | 6544 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 27702 insertions(+)

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


[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

2014-07-17 Thread Jaroslav Lichtblau
Date: Friday, July 18, 2014 @ 08:20:12
  Author: jlichtblau
Revision: 115894

upgpkg: nzbget 13.0-1

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |   10 --
 nzbget.changelog |3 +++
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 04:24:28 UTC (rev 115893)
+++ PKGBUILD2014-07-18 06:20:12 UTC (rev 115894)
@@ -3,16 +3,16 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=nzbget
-pkgver=12.0
-pkgrel=2
+pkgver=13.0
+pkgrel=1
 pkgdesc="Download from Usenet using .nzb files"
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
 url="http://nzbget.sourceforge.net/";
 license=('GPL')
 depends=('libpar2' 'libsigc++' 'libxml2' 'python')
 changelog=${pkgname}.changelog
 
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
+sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -29,5 +29,3 @@
   install -d "${pkgdir}"/usr/share/${pkgname}
   install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README
 }
-
-# vim: ts=2 sw=2 et:

Modified: nzbget.changelog
===
--- nzbget.changelog2014-07-18 04:24:28 UTC (rev 115893)
+++ nzbget.changelog2014-07-18 06:20:12 UTC (rev 115894)
@@ -1,3 +1,6 @@
+2014-07-18 Jaroslav Lichtblau 
+  * nzbget 13.0-1
+
 2014-05-25 Jaroslav Lichtblau 
   * nzbget 12.0-2 FS#40075 implemented
 



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

2014-07-17 Thread Jaroslav Lichtblau
Date: Friday, July 18, 2014 @ 08:20:23
  Author: jlichtblau
Revision: 115895

archrelease: copy trunk to community-x86_64

Added:
  nzbget/repos/community-x86_64/PKGBUILD
(from rev 115894, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-x86_64/nzbget.changelog
(from rev 115894, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-x86_64/PKGBUILD
  nzbget/repos/community-x86_64/nzbget.changelog

--+
 PKGBUILD |   64 +---
 nzbget.changelog |   93 +++--
 2 files changed, 79 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 06:20:12 UTC (rev 115894)
+++ PKGBUILD2014-07-18 06:20:23 UTC (rev 115895)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-
-pkgname=nzbget
-pkgver=12.0
-pkgrel=2
-pkgdesc="Download from Usenet using .nzb files"
-arch=('x86_64' 'i686')
-url="http://nzbget.sourceforge.net/";
-license=('GPL')
-depends=('libpar2' 'libsigc++' 'libxml2' 'python')
-changelog=${pkgname}.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/${pkgname}
-  install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README
-}
-
-# vim: ts=2 sw=2 et:

Copied: nzbget/repos/community-x86_64/PKGBUILD (from rev 115894, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 06:20:23 UTC (rev 115895)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+
+pkgname=nzbget
+pkgver=13.0
+pkgrel=1
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.sourceforge.net/";
+license=('GPL')
+depends=('libpar2' 'libsigc++' 'libxml2' 'python')
+changelog=${pkgname}.changelog
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/${pkgname}
+  install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2014-07-18 06:20:12 UTC (rev 115894)
+++ nzbget.changelog2014-07-18 06:20:23 UTC (rev 115895)
@@ -1,45 +0,0 @@
-2014-05-25 Jaroslav Lichtblau 
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau 
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin 
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau 
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau 
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau 
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau 
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau 
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau 
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau 
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau 
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau 
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau 
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau 
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau 
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-x86_64/nzbget.changelog (from rev 115894, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2014-07-18 06:20:23 UTC (rev 115895)
@@ -0,0 +1,48 @@
+2014-07-18 Jaroslav Lichtblau 
+  * nzbget 13.0-1
+
+2014-05-25 Jaroslav Lichtblau 
+  * nzbget 12.0-2 FS#40075 implemented
+
+2014-01-14 Jaroslav Lichtblau 
+  * nzbget 12.0-1
+
+2013-09-03 Maxime Gauduin 
+  * Fixed FS#36250 - package built without system CXXFLAGS
+
+2013-07-14 Jaroslav Lichtblau 
+  * nzbget 11.0-1
+
+2013-04-20 Jaroslav Lichtblau 
+  * nzbget 10.2-1
+
+2013-01-30 Jaroslav Lichtblau 
+  * nzbget 9.1-1
+
+2013-01-05 Jaroslav Lichtblau 
+  * nzbget 9.0-1
+
+2012-05-05 Jaroslav Lichtblau 
+  * nzbget 0.8.0-1
+
+2012-03-18 Jaroslav Lichtblau 
+  *

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

2014-07-17 Thread Jaroslav Lichtblau
Date: Friday, July 18, 2014 @ 08:27:04
  Author: jlichtblau
Revision: 115896

archrelease: copy trunk to community-i686

Added:
  nzbget/repos/community-i686/PKGBUILD
(from rev 115895, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-i686/nzbget.changelog
(from rev 115895, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-i686/PKGBUILD
  nzbget/repos/community-i686/nzbget.changelog

--+
 PKGBUILD |   64 +---
 nzbget.changelog |   93 +++--
 2 files changed, 79 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-18 06:20:23 UTC (rev 115895)
+++ PKGBUILD2014-07-18 06:27:04 UTC (rev 115896)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-
-pkgname=nzbget
-pkgver=12.0
-pkgrel=2
-pkgdesc="Download from Usenet using .nzb files"
-arch=('x86_64' 'i686')
-url="http://nzbget.sourceforge.net/";
-license=('GPL')
-depends=('libpar2' 'libsigc++' 'libxml2' 'python')
-changelog=${pkgname}.changelog
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/${pkgname}
-  install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README
-}
-
-# vim: ts=2 sw=2 et:

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 115895, 
nzbget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-18 06:27:04 UTC (rev 115896)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+
+pkgname=nzbget
+pkgver=13.0
+pkgrel=1
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.sourceforge.net/";
+license=('GPL')
+depends=('libpar2' 'libsigc++' 'libxml2' 'python')
+changelog=${pkgname}.changelog
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/${pkgname}
+  install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README
+}

Deleted: nzbget.changelog
===
--- nzbget.changelog2014-07-18 06:20:23 UTC (rev 115895)
+++ nzbget.changelog2014-07-18 06:27:04 UTC (rev 115896)
@@ -1,45 +0,0 @@
-2014-05-25 Jaroslav Lichtblau 
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau 
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin 
-  * Fixed FS#36250 - package built without system CXXFLAGS
-
-2013-07-14 Jaroslav Lichtblau 
-  * nzbget 11.0-1
-
-2013-04-20 Jaroslav Lichtblau 
-  * nzbget 10.2-1
-
-2013-01-30 Jaroslav Lichtblau 
-  * nzbget 9.1-1
-
-2013-01-05 Jaroslav Lichtblau 
-  * nzbget 9.0-1
-
-2012-05-05 Jaroslav Lichtblau 
-  * nzbget 0.8.0-1
-
-2012-03-18 Jaroslav Lichtblau 
-  * nzbget 0.7.0-4 package signed
-
-2010-05-12 Jaroslav Lichtblau 
-  * Fixed FS#19399 - missing postprocess-example.conf file
-
-2010-05-04 Jaroslav Lichtblau 
-  * Update to major release 0.7.0
-
-2009-10-11 Jaroslav Lichtblau 
-  * Dependency added (gnutls) in v0.6.0-2 
-
-2008-03-20 Jaroslav Lichtblau 
-  * Update to major release 0.6.0
-
-2008-09-25 Jaroslav Lichtblau 
-  * Update to major release 0.5.1
-
-2008-09-09 Jaroslav Lichtblau 
-  * Package moved to [community]
-  * Update to major release 0.5.0

Copied: nzbget/repos/community-i686/nzbget.changelog (from rev 115895, 
nzbget/trunk/nzbget.changelog)
===
--- nzbget.changelog(rev 0)
+++ nzbget.changelog2014-07-18 06:27:04 UTC (rev 115896)
@@ -0,0 +1,48 @@
+2014-07-18 Jaroslav Lichtblau 
+  * nzbget 13.0-1
+
+2014-05-25 Jaroslav Lichtblau 
+  * nzbget 12.0-2 FS#40075 implemented
+
+2014-01-14 Jaroslav Lichtblau 
+  * nzbget 12.0-1
+
+2013-09-03 Maxime Gauduin 
+  * Fixed FS#36250 - package built without system CXXFLAGS
+
+2013-07-14 Jaroslav Lichtblau 
+  * nzbget 11.0-1
+
+2013-04-20 Jaroslav Lichtblau 
+  * nzbget 10.2-1
+
+2013-01-30 Jaroslav Lichtblau 
+  * nzbget 9.1-1
+
+2013-01-05 Jaroslav Lichtblau 
+  * nzbget 9.0-1
+
+2012-05-05 Jaroslav Lichtblau 
+  * nzbget 0.8.0-1
+
+2012-03-18 Jaroslav Lichtblau 
+  * nzbget 0.7.0-