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

2015-12-23 Thread Andreas Radke
Date: Wednesday, December 23, 2015 @ 10:44:01
  Author: andyrtr
Revision: 257208

upgpkg: xf86-input-libinput 0.16.0-1

upstream update 0.16.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 07:23:02 UTC (rev 257207)
+++ PKGBUILD2015-12-23 09:44:01 UTC (rev 257208)
@@ -2,8 +2,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -14,7 +14,7 @@
 conflicts=('xorg-server<1.18.0' 'X-ABI-XINPUT_VERSION<22' 
'X-ABI-XINPUT_VERSION>=23')
 groups=('xorg-drivers' 'xorg')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41'
+sha256sums=('fdade531e91e79acf6dce8ac55fa4f65abe3f1358c5d3d777ae48dbc74b76f49'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


[arch-commits] Commit in xf86-input-libinput/repos (8 files)

2015-12-23 Thread Andreas Radke
Date: Wednesday, December 23, 2015 @ 10:44:13
  Author: andyrtr
Revision: 257209

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

Added:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 257208, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-i686/PKGBUILD
(from rev 257208, xf86-input-libinput/trunk/PKGBUILD)
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(from rev 257208, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 257208, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-i686/PKGBUILD
  
xf86-input-libinput/repos/extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

+
 /0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   54 
+++
 /PKGBUILD  |   72 
++
 extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch   |   27 
---
 extra-i686/PKGBUILD|   36 
-
 extra-x86_64/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch |   27 
---
 extra-x86_64/PKGBUILD  |   36 
-
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-12-23 09:44:01 UTC (rev 257208)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-12-23 09:44:13 UTC (rev 257209)
@@ -1,27 +0,0 @@
-From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer 
-Date: Mon, 13 Jul 2015 08:30:43 +1000
-Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
- ABI > 21
-
-Signed-off-by: Peter Hutterer 

- src/xf86libinput.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libinput.c b/src/libinput.c
-index a06e44f..5eb5adf 100644
 a/src/xf86libinput.c
-+++ b/src/xf86libinput.c
-@@ -47,7 +47,7 @@
- #define XI86_SERVER_FD 0x20
- #endif
-
--#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
- #define HAVE_VMASK_UNACCEL 1
- #else
- #undef HAVE_VMASK_UNACCEL
---
-2.4.3
-

Copied: 
xf86-input-libinput/repos/extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
 (from rev 257208, 
xf86-input-libinput/trunk/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch)
===
--- extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
(rev 0)
+++ extra-i686/0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
2015-12-23 09:44:13 UTC (rev 257209)
@@ -0,0 +1,27 @@
+From cf8b629ebf30d6aa57dd405ce450fb0f33136626 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Mon, 13 Jul 2015 08:30:43 +1000
+Subject: [PATCH xf86-input-libinput] Fedora: use unaccelerated vmask on input
+ ABI > 21
+
+Signed-off-by: Peter Hutterer 
+---
+ src/xf86libinput.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/libinput.c b/src/libinput.c
+index a06e44f..5eb5adf 100644
+--- a/src/xf86libinput.c
 b/src/xf86libinput.c
+@@ -47,7 +47,7 @@
+ #define XI86_SERVER_FD 0x20
+ #endif
+
+-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 22000
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 1000 + 
GET_ABI_MINOR(ABI_XINPUT_VERSION) > 21000
+ #define HAVE_VMASK_UNACCEL 1
+ #else
+ #undef HAVE_VMASK_UNACCEL
+--
+2.4.3
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-23 09:44:01 UTC (rev 257208)
+++ extra-i686/PKGBUILD 2015-12-23 09:44:13 UTC (rev 257209)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-input-libinput
-pkgver=0.15.0
-pkgrel=2
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/;
-depends=('libinput')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')

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

2015-12-23 Thread Jiachen Yang
Date: Wednesday, December 23, 2015 @ 12:22:19
  Author: farseerfc
Revision: 154329

archrelease: copy trunk to community-any

Added:
  retext/repos/community-any/
  retext/repos/community-any/PKGBUILD
(from rev 154328, retext/trunk/PKGBUILD)
  retext/repos/community-any/retext.desktop
(from rev 154328, retext/trunk/retext.desktop)
  retext/repos/community-any/retext.install
(from rev 154328, retext/trunk/retext.install)
  retext/repos/community-any/x-retext-markdown.xml
(from rev 154328, retext/trunk/x-retext-markdown.xml)
  retext/repos/community-any/x-retext-rst.xml
(from rev 154328, retext/trunk/x-retext-rst.xml)

+
 PKGBUILD   |   57 +++
 retext.desktop |9 
 retext.install |   15 ++
 3 files changed, 81 insertions(+)

Copied: retext/repos/community-any/PKGBUILD (from rev 154328, 
retext/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-12-23 11:22:19 UTC (rev 154329)
@@ -0,0 +1,57 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Hyacinthe Cartiaux 
+# Contributor: Bartosz Chmura 
+# Contributor: Alessio Sergi 
+# Contributor: alfplayer
+# Contributor: menta
+
+pkgname=retext
+pkgver=5.2.1
+pkgrel=2
+pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
+arch=('any')
+url="https://github.com/retext-project/retext;
+license=('GPL3')
+# for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
+# for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
+depends=('python-pyqt5' 'qt5-webkit' 'python-markups' 'shared-mime-info' 
'xdg-utils' 'desktop-file-utils' 'gconf')
+makedepends=('imagemagick')
+optdepends=('python-markdown: for Markdown language support'
+'python-docutils: for reStructuredText language support'
+'python-pyenchant: for spell checking support')
+source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz;
+"${pkgname}.desktop"
+"x-retext-markdown.xml"
+"x-retext-rst.xml")
+install="${pkgname}".install
+sha256sums=('a1ec52bedf65332d817623f8552204a00adb8b7ce54d59359f07a18f821909a1'
+'7782f4402fe62e48335c1bdd5c1fd5cbb48c408fabaf4f018a074f8b3eef838e'
+'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
+'6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
+
+
+package () {
+cd "$srcdir/retext-${pkgver}"
+python3 setup.py install --root="$pkgdir"
+
+# create /usr/share/* dirs
+_SHAREDIR="$pkgdir/usr/share"
+install -d -m 755 $_SHAREDIR/{applications,mime/packages}
+
+# install icons
+_ICONSDIR="$_SHAREDIR/icons/hicolor"
+for size in 16 22 24 32 48 128; do
+  install -d -m 755 $_ICONSDIR/${size}x${size}/apps
+  convert -resize $size icons/$pkgname.png 
$_ICONSDIR/${size}x${size}/apps/$pkgname.png
+done
+install -d -m 755 $_ICONSDIR/scalable/apps
+install -m 644 icons/$pkgname.svg $_ICONSDIR/scalable/apps/$pkgname.svg
+
+# install mime files
+install -m 644 $srcdir/x-retext-{markdown,rst}.xml 
$_SHAREDIR/mime/packages/
+
+# install desktop file
+install -m 644 $srcdir/$pkgname.desktop 
$_SHAREDIR/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Copied: retext/repos/community-any/retext.desktop (from rev 154328, 
retext/trunk/retext.desktop)
===
--- community-any/retext.desktop(rev 0)
+++ community-any/retext.desktop2015-12-23 11:22:19 UTC (rev 154329)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=ReText
+Comment=Simple text editor for Markdown and ReStructuredText
+Exec=retext %F
+Icon=retext
+Terminal=false
+Type=Application
+Categories=Office;
+MimeType=text/x-retext-markdown;text/x-retext-rst;

Copied: retext/repos/community-any/retext.install (from rev 154328, 
retext/trunk/retext.install)
===
--- community-any/retext.install(rev 0)
+++ community-any/retext.install2015-12-23 11:22:19 UTC (rev 154329)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+  update-desktop-database -q
+  update-mime-database usr/share/mime &>/dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: retext/repos/community-any/x-retext-markdown.xml (from rev 154328, 
retext/trunk/x-retext-markdown.xml)
===
(Binary files differ)

Copied: retext/repos/community-any/x-retext-rst.xml (from rev 154328, 
retext/trunk/x-retext-rst.xml)

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

2015-12-23 Thread Felix Yan
Date: Wednesday, December 23, 2015 @ 13:10:37
  Author: fyan
Revision: 154331

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

Added:
  deepin-metacity/repos/community-i686/PKGBUILD
(from rev 154330, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-i686/deepin-metacity.install
(from rev 154330, deepin-metacity/trunk/deepin-metacity.install)
  deepin-metacity/repos/community-x86_64/PKGBUILD
(from rev 154330, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-x86_64/deepin-metacity.install
(from rev 154330, deepin-metacity/trunk/deepin-metacity.install)
Deleted:
  deepin-metacity/repos/community-i686/PKGBUILD
  deepin-metacity/repos/community-i686/deepin-metacity.install
  deepin-metacity/repos/community-x86_64/PKGBUILD
  deepin-metacity/repos/community-x86_64/deepin-metacity.install

--+
 /PKGBUILD|   66 +
 /deepin-metacity.install |   22 +
 community-i686/PKGBUILD  |   34 --
 community-i686/deepin-metacity.install   |   11 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/deepin-metacity.install |   11 
 6 files changed, 88 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-23 12:10:02 UTC (rev 154330)
+++ community-i686/PKGBUILD 2015-12-23 12:10:37 UTC (rev 154331)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
- 
-pkgname=deepin-metacity
-pkgver=3.18.1.2.20151221
-_commit=f8c8da894b4bd589e57f0f8e99ff6a533b9129f5
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'git')
-url="https://github.com/linuxdeepin/deepin-metacity;
-install=deepin-metacity.install
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#commit=$_commit;)
-sha256sums=('SKIP')
- 
-prepare() {
-  cd $pkgname
-}
- 
-build() {
-  cd $pkgname
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  make
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-i686/PKGBUILD (from rev 154330, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-23 12:10:37 UTC (rev 154331)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+ 
+pkgname=deepin-metacity
+pkgver=3.18.1.3
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'git')
+url="https://github.com/linuxdeepin/deepin-metacity;
+install=deepin-metacity.install
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
+sha256sums=('SKIP')
+ 
+prepare() {
+  cd $pkgname
+}
+ 
+build() {
+  cd $pkgname
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  make
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/deepin-metacity.install
===
--- community-i686/deepin-metacity.install  2015-12-23 12:10:02 UTC (rev 
154330)
+++ community-i686/deepin-metacity.install  2015-12-23 12:10:37 UTC (rev 
154331)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: deepin-metacity/repos/community-i686/deepin-metacity.install (from rev 
154330, deepin-metacity/trunk/deepin-metacity.install)
===
--- community-i686/deepin-metacity.install  (rev 0)
+++ community-i686/deepin-metacity.install  2015-12-23 12:10:37 UTC (rev 
154331)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD

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

2015-12-23 Thread Felix Yan
Date: Wednesday, December 23, 2015 @ 13:10:02
  Author: fyan
Revision: 154330

upgpkg: deepin-metacity 3.18.1.3-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 11:22:19 UTC (rev 154329)
+++ PKGBUILD2015-12-23 12:10:02 UTC (rev 154330)
@@ -4,8 +4,7 @@
 # Contributor: Jan de Groot 
  
 pkgname=deepin-metacity
-pkgver=3.18.1.2.20151221
-_commit=f8c8da894b4bd589e57f0f8e99ff6a533b9129f5
+pkgver=3.18.1.3
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('i686' 'x86_64')
@@ -14,7 +13,7 @@
 makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'git')
 url="https://github.com/linuxdeepin/deepin-metacity;
 install=deepin-metacity.install
-source=("git+https://github.com/linuxdeepin/deepin-metacity.git#commit=$_commit;)
+source=("git+https://github.com/linuxdeepin/deepin-metacity.git#tag=$pkgver;)
 sha256sums=('SKIP')
  
 prepare() {


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

2015-12-23 Thread Felix Yan
Date: Wednesday, December 23, 2015 @ 15:21:46
  Author: fyan
Revision: 154333

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

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 154332, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-i686/deepin-mutter.install
(from rev 154332, deepin-mutter/trunk/deepin-mutter.install)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 154332, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/deepin-mutter.install
(from rev 154332, deepin-mutter/trunk/deepin-mutter.install)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-i686/deepin-mutter.install
  deepin-mutter/repos/community-x86_64/PKGBUILD
  deepin-mutter/repos/community-x86_64/deepin-mutter.install

+
 /PKGBUILD  |   82 +++
 /deepin-mutter.install |   22 
 community-i686/PKGBUILD|   42 ---
 community-i686/deepin-mutter.install   |   11 
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/deepin-mutter.install |   11 
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-23 14:21:06 UTC (rev 154332)
+++ community-i686/PKGBUILD 2015-12-23 14:21:46 UTC (rev 154333)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.18.2.1
-_commit=319cede09f5c969c8fa9bf12d5acc80cb60c1788
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-mutter;
-license=('GPL3')
-depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
-options=('!emptydirs')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#commit=$_commit;)
-md5sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 154332, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-23 14:21:46 UTC (rev 154333)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.18.2.2
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-mutter;
+license=('GPL3')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
+options=('!emptydirs')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/deepin-mutter.install
===
--- community-i686/deepin-mutter.install2015-12-23 14:21:06 UTC (rev 
154332)
+++ community-i686/deepin-mutter.install2015-12-23 14:21:46 UTC (rev 
154333)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 

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

2015-12-23 Thread Felix Yan
Date: Wednesday, December 23, 2015 @ 15:21:06
  Author: fyan
Revision: 154332

upgpkg: deepin-mutter 3.18.2.2-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 12:10:37 UTC (rev 154331)
+++ PKGBUILD2015-12-23 14:21:06 UTC (rev 154332)
@@ -4,8 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.18.2.1
-_commit=319cede09f5c969c8fa9bf12d5acc80cb60c1788
+pkgver=3.18.2.2
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
@@ -17,7 +16,7 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
 options=('!emptydirs')
 install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#commit=$_commit;)
+source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
 md5sums=('SKIP')
 
 build() {


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

2015-12-23 Thread Anatol Pomozov
Date: Wednesday, December 23, 2015 @ 20:23:07
  Author: anatolik
Revision: 154400

upgpkg: crystal 0.10.0-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 16:37:15 UTC (rev 154399)
+++ PKGBUILD2015-12-23 19:23:07 UTC (rev 154400)
@@ -3,8 +3,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
 arch=(i686 x86_64)
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('b6e04c9ec5f4bb2235211c635eb7da7522113cd0f4c3410cdd07bb3ae0de0c38')
-sha256sums_i686=('3e4a3ea5bda4ec1447eff337d004ad722f0882ae86f7845475dcbe86f7394cca')
-sha256sums_x86_64=('391a291435e9227f09079edacc405c394fb657a73b733d4d6e97dc8348af1f97')
+sha256sums=('349172eacaf1cd1a2e984b2ecd02aa5c7e64c318f27afe58004bf955aa332922')
+sha256sums_i686=('b64331f5ce0917bcb9608647d76b49199b330cda29915f439c683b83b5a8cdbd')
+sha256sums_x86_64=('84eebaa4232b6c41b66018b453ffbf7c575db591be5b82a6237ad94a5ea704de')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-12-23 Thread Anatol Pomozov
Date: Wednesday, December 23, 2015 @ 20:23:39
  Author: anatolik
Revision: 154401

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

Added:
  crystal/repos/community-testing-i686/
  crystal/repos/community-testing-i686/PKGBUILD
(from rev 154400, crystal/trunk/PKGBUILD)
  crystal/repos/community-testing-x86_64/
  crystal/repos/community-testing-x86_64/PKGBUILD
(from rev 154400, crystal/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   71 
 community-testing-x86_64/PKGBUILD |   71 
 2 files changed, 142 insertions(+)

Copied: crystal/repos/community-testing-i686/PKGBUILD (from rev 154400, 
crystal/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-23 19:23:39 UTC (rev 154401)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.10.0
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libpcl libevent libffi)
+# depend on previous llvm version until 
https://github.com/manastech/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
+sha256sums=('349172eacaf1cd1a2e984b2ecd02aa5c7e64c318f27afe58004bf955aa332922')
+sha256sums_i686=('b64331f5ce0917bcb9608647d76b49199b330cda29915f439c683b83b5a8cdbd')
+sha256sums_x86_64=('84eebaa4232b6c41b66018b453ffbf7c575db591be5b82a6237ad94a5ea704de')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 \
+   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal"
+  make doc
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # /usr/bin/crystalcompiled executable
+  # /usr/lib/crystal/   compiler src & core libs
+  # /usr/share/doc/crystal/api  api docs
+  # /usr/share/doc/crystal/samples/ samples
+
+  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
+
+  install -dm755 "$pkgdir/usr/lib"
+  cp -r src "$pkgdir/usr/lib/crystal"
+
+  install -dm755 "$pkgdir/usr/share/doc/crystal"
+  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
+  cp -r samples "$pkgdir/usr/share/doc/crystal/"
+
+  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: crystal/repos/community-testing-x86_64/PKGBUILD (from rev 154400, 
crystal/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-23 19:23:39 UTC (rev 154401)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.10.0
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libpcl libevent libffi)
+# depend on previous llvm version until 
https://github.com/manastech/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)

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

2015-12-23 Thread Anatol Pomozov
Date: Wednesday, December 23, 2015 @ 20:25:48
  Author: anatolik
Revision: 154403

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

Added:
  shards/repos/community-testing-i686/
  shards/repos/community-testing-i686/PKGBUILD
(from rev 154402, shards/trunk/PKGBUILD)
  shards/repos/community-testing-x86_64/
  shards/repos/community-testing-x86_64/PKGBUILD
(from rev 154402, shards/trunk/PKGBUILD)

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

Copied: shards/repos/community-testing-i686/PKGBUILD (from rev 154402, 
shards/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-23 19:25:48 UTC (rev 154403)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('759a925347fa69a9fbd070e0ba7d9be2d5fe409a9bc9a6d1d29090f2045e63c1')
+
+build() {
+  cd shards-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd shards-$pkgver
+  ./bin/shards install
+  make test
+}
+
+package() {
+  cd shards-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: shards/repos/community-testing-x86_64/PKGBUILD (from rev 154402, 
shards/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-23 19:25:48 UTC (rev 154403)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('759a925347fa69a9fbd070e0ba7d9be2d5fe409a9bc9a6d1d29090f2045e63c1')
+
+build() {
+  cd shards-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd shards-$pkgver
+  ./bin/shards install
+  make test
+}
+
+package() {
+  cd shards-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-12-23 Thread Antonio Rojas
Date: Wednesday, December 23, 2015 @ 18:16:55
  Author: arojas
Revision: 257230

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

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

--+
 /PKGBUILD|   96 +
 /ark.install |   26 
 extra-i686/PKGBUILD  |   42 ---
 extra-i686/ark.install   |   13 --
 extra-x86_64/PKGBUILD|   42 ---
 extra-x86_64/ark.install |   13 --
 6 files changed, 122 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-23 17:16:19 UTC (rev 257229)
+++ extra-i686/PKGBUILD 2015-12-23 17:16:55 UTC (rev 257230)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=15.12.0
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='http://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kpty khtml libarchive hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=(p7zip zip unzip unrar)
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2fe131a931d51603eff33b80d45a73b7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ark/repos/extra-i686/PKGBUILD (from rev 257229, ark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-23 17:16:55 UTC (rev 257230)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=15.12.0
+pkgrel=2
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kpty khtml libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=(p7zip zip unzip unrar)
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
bug357057.patch::"https://quickgit.kde.org/?p=ark.git=commitdiff=087e5a=plain;)
+md5sums=('2fe131a931d51603eff33b80d45a73b7'
+ '4a3ae6fb4f3cce9a49f7b89812e547b3')
+
+prepare() {
+  mkdir -p build
+
+# Fix opening rar files if unrar is installed but rar isn't 
http://bugs.kde.org/show_bug.cgi?id=357057
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug357057.patch
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-i686/ark.install
===
--- extra-i686/ark.install  2015-12-23 17:16:19 UTC (rev 257229)
+++ extra-i686/ark.install  2015-12-23 17:16:55 UTC (rev 257230)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: ark/repos/extra-i686/ark.install (from rev 257229, 
ark/trunk/ark.install)
===
--- extra-i686/ark.install  (rev 0)
+++ extra-i686/ark.install  2015-12-23 17:16:55 UTC (rev 257230)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

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

2015-12-23 Thread Antonio Rojas
Date: Wednesday, December 23, 2015 @ 18:16:19
  Author: arojas
Revision: 257229

Fix opening rar files with unrar (FS#47463)

Modified:
  ark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 16:40:46 UTC (rev 257228)
+++ PKGBUILD2015-12-23 17:16:19 UTC (rev 257229)
@@ -5,7 +5,7 @@
 
 pkgname=ark
 pkgver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Archiving Tool'
 arch=(i686 x86_64)
 url='http://kde.org/applications/utilities/ark/'
@@ -17,11 +17,17 @@
 replaces=(kdeutils-ark)
 groups=(kde-applications kdeutils)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2fe131a931d51603eff33b80d45a73b7')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
bug357057.patch::"https://quickgit.kde.org/?p=ark.git=commitdiff=087e5a=plain;)
+md5sums=('2fe131a931d51603eff33b80d45a73b7'
+ '4a3ae6fb4f3cce9a49f7b89812e547b3')
 
 prepare() {
   mkdir -p build
+
+# Fix opening rar files if unrar is installed but rar isn't 
http://bugs.kde.org/show_bug.cgi?id=357057
+  cd $pkgname-$pkgver
+  patch -p1 -i ../bug357057.patch
 }
 
 build() { 


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

2015-12-23 Thread Evangelos Foutras
Date: Wednesday, December 23, 2015 @ 19:39:51
  Author: foutrelis
Revision: 257233

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 257231, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 257231, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 257231, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 257231, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 257231, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 257231, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 257231, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 257231, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 257231, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 257231, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 257231, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 257232, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  152 +++
 /mozconfig |   86 ++
 /thunderbird-install-dir.patch |   24 +
 /thunderbird.desktop   |  346 +++
 /thunderbird.install   |   24 +
 /vendor.js |   18 +
 extra-i686/PKGBUILD|   76 -
 extra-i686/mozconfig   |   43 ---
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 -
 extra-i686/thunderbird.install |   12 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |   76 -
 extra-x86_64/mozconfig |   43 ---
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 -
 extra-x86_64/thunderbird.install   |   12 
 extra-x86_64/vendor.js |9 
 18 files changed, 650 insertions(+), 650 deletions(-)

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


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

2015-12-23 Thread Evangelos Foutras
Date: Wednesday, December 23, 2015 @ 19:39:52
  Author: foutrelis
Revision: 257234

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 257232, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-23 18:39:51 UTC (rev 257233)
+++ PKGBUILD2015-12-23 18:39:52 UTC (rev 257234)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=38.4.0
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=("thunderbird>=$pkgver")
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta-LK  "Tamil (Sri Lanka)"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-md5sums=('1e59927c295105e7d2e1bc16fc390c23'
- 'cbe39f7570982fbe14bb47b88872cc42'
- '63e270ad86cfb1c9f0b936d09ace2244'
- 'f798b3df25f28a1e68feb329d5701843'
- '4dc1b9d41af0a272a1c86fd28072d856'
- '08f90f4f2191f33b162a6504dcf7f43f'
- '0fd491e75f4d103101e9f38b9ac9829e'
- '36657b1f57f59ef388d48feb3c9a6a8b'
- '6b169e58cc71df7e6ccd2a496fbdd4d3'
- 'ee8429f2a2f93d9cb71cd1982d513aef'
- 'a7931af496adda7e7109464387a312c4'
- '88fcfc480adccba61dba3fdade9e6aee'
- 'ab69ae945dd2edcc0cfb362b91a64eef'
- '4f7dab8e25dcbcafe20c806b9394cc37'
- 'f457fd3d120742be7743e5b72c9d617d'
- 'd564fb6c48e518aa1a97bab8f9f02b62'
- 'b8106995eb0123371dd5ae10ed9e1afc'
- '1c46683325f6084ff822de8fafc7178b'
- 'e4c2cbc984c7acfc3267e1fb35454455'
- 'e7f89c44def7d82ceb615e3c3b6d0a0e'
- '23f505d211b318a7b02ac9a6f9b0fbdd'
- '21324ea13ab0101e32303f2878256125'
- 'd69fbf1001ca433c9bacb61316a182ef'
- '9cc6cdba9f55d5f7e9ad90ae123e959e'
- '87c81dd88c0d333b357d84f68fb76a34'
- '7dabcadf0c171ba3513cad405c729ca9'
- '0d1f4a41329c16811c91cd20f74bd492'
- 'b82444b6c10fca3da0157f9ee9b86202'
- 'f5ed52857b401e989bdff50be5bbf22f'
- '889afec53783539ba6be82d4020a5292'
- 'fdf8d0322ac2f7fbfee037ba0e1c3450'
- 'f2ac5eec82f4b9293af3757681fa84a3'
- '9517fcebc4e33127e2baa8416ced4892'
- 'b9efdbb2ef0dfdb5531d652e1386098a'
- 'cd8ba0f8adb0b1c61de3ea93dca3941e'
- '22809bb528999261b0de9c198d6fc66e'
- '7a63ef88378af23e74d3c7fdc4cfe5ad'
- '1ce2e9625dd12b6a7ad59ee632f9a05f'
- '27b3263bf3426a99c1d4d73fe25145d6'
- '1123063c70831a1244a14d1207cab0b5'
- '8c714aa7d8b7efca619c31e56bfab471'
- 

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

2015-12-23 Thread Evangelos Foutras
Date: Wednesday, December 23, 2015 @ 19:39:45
  Author: foutrelis
Revision: 257232

upgpkg: thunderbird-i18n 38.5.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 18:39:33 UTC (rev 257231)
+++ PKGBUILD2015-12-23 18:39:45 UTC (rev 257232)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=38.4.0
+pkgver=38.5.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('1e59927c295105e7d2e1bc16fc390c23'
- 'cbe39f7570982fbe14bb47b88872cc42'
- '63e270ad86cfb1c9f0b936d09ace2244'
- 'f798b3df25f28a1e68feb329d5701843'
- '4dc1b9d41af0a272a1c86fd28072d856'
- '08f90f4f2191f33b162a6504dcf7f43f'
- '0fd491e75f4d103101e9f38b9ac9829e'
- '36657b1f57f59ef388d48feb3c9a6a8b'
- '6b169e58cc71df7e6ccd2a496fbdd4d3'
- 'ee8429f2a2f93d9cb71cd1982d513aef'
- 'a7931af496adda7e7109464387a312c4'
- '88fcfc480adccba61dba3fdade9e6aee'
- 'ab69ae945dd2edcc0cfb362b91a64eef'
- '4f7dab8e25dcbcafe20c806b9394cc37'
- 'f457fd3d120742be7743e5b72c9d617d'
- 'd564fb6c48e518aa1a97bab8f9f02b62'
- 'b8106995eb0123371dd5ae10ed9e1afc'
- '1c46683325f6084ff822de8fafc7178b'
- 'e4c2cbc984c7acfc3267e1fb35454455'
- 'e7f89c44def7d82ceb615e3c3b6d0a0e'
- '23f505d211b318a7b02ac9a6f9b0fbdd'
- '21324ea13ab0101e32303f2878256125'
- 'd69fbf1001ca433c9bacb61316a182ef'
- '9cc6cdba9f55d5f7e9ad90ae123e959e'
- '87c81dd88c0d333b357d84f68fb76a34'
- '7dabcadf0c171ba3513cad405c729ca9'
- '0d1f4a41329c16811c91cd20f74bd492'
- 'b82444b6c10fca3da0157f9ee9b86202'
- 'f5ed52857b401e989bdff50be5bbf22f'
- '889afec53783539ba6be82d4020a5292'
- 'fdf8d0322ac2f7fbfee037ba0e1c3450'
- 'f2ac5eec82f4b9293af3757681fa84a3'
- '9517fcebc4e33127e2baa8416ced4892'
- 'b9efdbb2ef0dfdb5531d652e1386098a'
- 'cd8ba0f8adb0b1c61de3ea93dca3941e'
- '22809bb528999261b0de9c198d6fc66e'
- '7a63ef88378af23e74d3c7fdc4cfe5ad'
- '1ce2e9625dd12b6a7ad59ee632f9a05f'
- '27b3263bf3426a99c1d4d73fe25145d6'
- '1123063c70831a1244a14d1207cab0b5'
- '8c714aa7d8b7efca619c31e56bfab471'
- '716b1047b8cd6f761fa1b1a45dab3aa4'
- '0cfa6fcf4db5125663019cd02a3764d2'
- 'aff40c15e978d18960139e98615244af'
- '64feddbef2484e78363b284a089f2e3f'
- '9cb19e32c7309a02f16122bdc1c3ba8b'
- '8aefb60bd9a308c3e985406beae7d381'
- 'c067aebaf04bd4778f0c5004d5941497'
- '5e40b6b2821e6a96d832f30086a03330'
- 'e7da1c65cc5053328b22c385f1890d4d'
- '6c10ebf0fef413239fe4b6562a90a3c1'
- 'f81b6156b7cb41934b4eb17baee6db7c'
- '5fb728fdf171d68d53b863e4c3a031fc'
- '56927a0d4aef693bc25158524de8ff56'
- '4a5d90ffc3cf2aaf7de7102b91e1558e'
- '252fa1accad29e6e4b7ba03e00176b93'
- '65378d639d29ceb0c6c93996b23b301d'
- '6e91945c7ed8652019215b2be9a2b9d7')
+md5sums=('70fb915f31e9d96557b51e661893a20d'
+ '997192514f361f4e787a15de01783ab9'
+ '62ec7e1fdd03d174e455ba9714914013'
+ 'e5dd6b6217947999a5ad1dc4fd760462'
+ 'd79b2b1d4458517e0742900dd2a6058c'
+ '32e9eced68e021f3416eabb8916986e5'
+ '21bf014d5c4d689af9e4cb7dc17dcc52'
+ '631a85b5d454f8c4c553ac259f895951'
+ '8758668f540a78ba500f977f6e932568'
+ 'cc6c8cb2d6d6a897411922e01d423a13'
+ 'e36b2673996247c1570c21592b1d2de9'
+ '1d0e6f47c5accb3c07328041395c4b44'
+ 'cf6d030a87538194f70039f0145c862f'
+ '79517034cef77103bf48970e18c9b7da'
+ 'c4bdaabdcfdbea73de8dbd1e526f7606'
+ '974a824746a63ab5679ed4725ca5b6d2'
+ 'bb649b9ed1af1f104ab342aee562110a'
+ 'f895b1c8ceb7a788219e6e6df7cbe398'
+ 'c6baecbdf7f416932c5c108b5bbabfac'
+ '580f110e7ec107ce67ef5d7ccdb9698e'
+ '3bb8c389bbd7f1dbc8697d1c591bd9a9'
+ 'ff0437703db0408dba14005e4951b65e'
+ '3e3b49e40cd2209a64bb56ebf7a6cde0'
+ 'c503c8e1d140d007d32a052c04ed657a'
+ '8c5d18adc5fb4c24bcd8e88fe9611be2'
+ '14b5ea99dab49962f9611a9ddec374a6'
+ 'be7ce76e74987c914262115893b68aa8'
+ '9f0fd50444610152369fd6cd50942f6c'
+ '9028ee2f377e153b5ae26b4ff07f41b7'
+ 'c98546e992365e3727102f49bc032831'
+ 'f0e22e274ee9c1f82f367d70440b9a3b'
+ 'c329ac2f367f80ee71ef7c12ff05db3f'
+ 'd3a43f8f5aa5858f9cac69d802884087'
+ '6e56c014239218019eb97aae29504cbb'
+ 

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

2015-12-23 Thread Anatol Pomozov
Date: Wednesday, December 23, 2015 @ 20:27:28
  Author: anatolik
Revision: 257235

upgpkg: nghttp2 1.6.0-1

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 18:39:52 UTC (rev 257234)
+++ PKGBUILD2015-12-23 19:27:28 UTC (rev 257235)
@@ -3,8 +3,8 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(i686 x86_64)
 url='https://nghttp2.org/'
@@ -15,7 +15,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha256sums=('8a00e819523bddecad9aad2b0bae9157a343a0d67cba1b78547ae63ba1413dac')
+sha256sums=('22f1bc674cd2f6b99226ebe83b5f5af22c41ae2742d9eaede23775f22a8ad429')
 
 build() {
   cd nghttp2-$pkgver


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

2015-12-23 Thread Evangelos Foutras
Date: Wednesday, December 23, 2015 @ 19:39:33
  Author: foutrelis
Revision: 257231

upgpkg: thunderbird 38.5.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 17:16:55 UTC (rev 257230)
+++ PKGBUILD2015-12-23 18:39:33 UTC (rev 257231)
@@ -5,8 +5,8 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=38.4.0
-pkgrel=2
+pkgver=38.5.0
+pkgrel=1
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -23,7 +23,7 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=('!emptydirs' '!makeflags')
-sha256sums=('326a4408d6dc79890cba8466dbc337acf99df76b58dadb0ed453e5e42af7fdbe'
+sha256sums=('7da187d4d5df17b1457bd93b584f78f5e41d2094f87c14e74ee9d8064de25d0d'
 '6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'


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

2015-12-23 Thread Anatol Pomozov
Date: Wednesday, December 23, 2015 @ 20:25:14
  Author: anatolik
Revision: 154402

upgpkg: shards 0.5.4-1

Modified:
  shards/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 19:23:39 UTC (rev 154401)
+++ PKGBUILD2015-12-23 19:25:14 UTC (rev 154402)
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(libyaml git libpcl libevent gc)
 makedepends=(crystal)
 
source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('33a42709dc7f69b892f551b6a2d44b49d9d75b6e54e186fcb7534c8485f90139')
+sha256sums=('759a925347fa69a9fbd070e0ba7d9be2d5fe409a9bc9a6d1d29090f2045e63c1')
 
 build() {
   cd shards-$pkgver


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

2015-12-23 Thread Anatol Pomozov
Date: Wednesday, December 23, 2015 @ 20:28:07
  Author: anatolik
Revision: 257236

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

Added:
  nghttp2/repos/testing-i686/
  nghttp2/repos/testing-i686/PKGBUILD
(from rev 257235, nghttp2/trunk/PKGBUILD)
  nghttp2/repos/testing-x86_64/
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 257235, nghttp2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 257235, 
nghttp2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-23 19:28:07 UTC (rev 257236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('22f1bc674cd2f6b99226ebe83b5f5af22c41ae2742d9eaede23775f22a8ad429')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}

Copied: nghttp2/repos/testing-x86_64/PKGBUILD (from rev 257235, 
nghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-23 19:28:07 UTC (rev 257236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('22f1bc674cd2f6b99226ebe83b5f5af22c41ae2742d9eaede23775f22a8ad429')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}


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

2015-12-23 Thread Gaetan Bisson
Date: Thursday, December 24, 2015 @ 05:01:46
  Author: bisson
Revision: 257238

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

Added:
  gnupg/repos/testing-i686/PKGBUILD
(from rev 257237, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 257237, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 257237, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 257237, gnupg/trunk/install)
Deleted:
  gnupg/repos/testing-i686/PKGBUILD
  gnupg/repos/testing-i686/install
  gnupg/repos/testing-x86_64/PKGBUILD
  gnupg/repos/testing-x86_64/install

-+
 /PKGBUILD   |  124 ++
 /install|   46 +
 testing-i686/PKGBUILD   |   62 ---
 testing-i686/install|   25 -
 testing-x86_64/PKGBUILD |   62 ---
 testing-x86_64/install  |   25 -
 6 files changed, 170 insertions(+), 174 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-12-24 04:01:30 UTC (rev 257237)
+++ testing-i686/PKGBUILD   2015-12-24 04:01:46 UTC (rev 257238)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.10
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('4aa2594d2d364fe7708a9739ae7cebd251e536c4' 'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
-}

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 257237, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-24 04:01:46 UTC (rev 257238)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.10
+pkgrel=3
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('4aa2594d2d364fe7708a9739ae7cebd251e536c4' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+  

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

2015-12-23 Thread Gaetan Bisson
Date: Thursday, December 24, 2015 @ 05:01:30
  Author: bisson
Revision: 257237

fix FS#47371

Modified:
  gnupg/trunk/PKGBUILD
  gnupg/trunk/install

--+
 PKGBUILD |2 +-
 install  |8 +++-
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 19:28:07 UTC (rev 257236)
+++ PKGBUILD2015-12-24 04:01:30 UTC (rev 257237)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.10
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')

Modified: install
===
--- install 2015-12-23 19:28:07 UTC (rev 257236)
+++ install 2015-12-24 04:01:30 UTC (rev 257237)
@@ -2,6 +2,9 @@
 info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
 
 post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
[ -x usr/bin/install-info ] || return 0
for f in ${info_files[@]}; do
usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
@@ -17,9 +20,4 @@
 
 post_upgrade() {
post_install
-
-   # Fix upgrade to 2.1; see FS#42798
-   [ $(vercmp $2 2.1.0-4) = -1 ] &&
-   dirmngr /dev/null ||
-   return 0
 }


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

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 03:34:34
  Author: fyan
Revision: 154408

upgpkg: haskell-tagsoup 0.13.6-1

Modified:
  haskell-tagsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-24 02:19:40 UTC (rev 154407)
+++ PKGBUILD2015-12-24 02:34:34 UTC (rev 154408)
@@ -4,8 +4,8 @@
 
 _hkgname=tagsoup
 pkgname=haskell-tagsoup
-pkgver=0.13.5
-pkgrel=2
+pkgver=0.13.6
+pkgrel=1
 pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
 url="http://community.haskell.org/~ndm/tagsoup/;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('9997aec735e54657ab03c34ac5ca95110703cb07eed6fa3989ad22832853bebe')
+sha256sums=('a8358c8c09b73912c4e832248d7543e4fddaf4ac9305f5f27d0854b9410d6ac8')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 03:35:05
  Author: fyan
Revision: 154409

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

Added:
  haskell-tagsoup/repos/community-staging-i686/
  haskell-tagsoup/repos/community-staging-i686/PKGBUILD
(from rev 154408, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install
(from rev 154408, haskell-tagsoup/trunk/haskell-tagsoup.install)
  haskell-tagsoup/repos/community-staging-x86_64/
  haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD
(from rev 154408, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-x86_64/haskell-tagsoup.install
(from rev 154408, haskell-tagsoup/trunk/haskell-tagsoup.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-tagsoup.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-tagsoup.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-tagsoup/repos/community-staging-i686/PKGBUILD (from rev 154408, 
haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-24 02:35:05 UTC (rev 154409)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.6
+pkgrel=1
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a8358c8c09b73912c4e832248d7543e4fddaf4ac9305f5f27d0854b9410d6ac8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-download -f-testprog
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install 
(from rev 154408, haskell-tagsoup/trunk/haskell-tagsoup.install)
===
--- community-staging-i686/haskell-tagsoup.install  
(rev 0)
+++ community-staging-i686/haskell-tagsoup.install  2015-12-24 02:35:05 UTC 
(rev 154409)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagsoup
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD (from rev 
154408, haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-24 02:35:05 UTC (rev 154409)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.6
+pkgrel=1
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')

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

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:13:06
  Author: fyan
Revision: 154413

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

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

-+
 community-staging-i686/PKGBUILD |   58 ++
 community-staging-i686/pandoc.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   58 ++
 community-staging-x86_64/pandoc.install |   18 +
 4 files changed, 152 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 154412, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-24 03:13:06 UTC (rev 154413)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.15.2.1
+pkgrel=13
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+optdepends=('haskell-pandoc-citeproc: for citation rendering with 
pandoc-citeproc filter')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('60bcb0e65ecb63953dd26d5aacf1a5df83700d116062ffaeffe9edbc9be6df59')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+# LC_CTYPE=en_US.UTF-8 is needed since 1.15.1
+# https://github.com/jgm/pandoc/issues/2457#issuecomment-149146107
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/man/man1"
+install -d -m755 "${pkgdir}/usr/share/man/man5"
+install -d -m755 "${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 -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-i686/pandoc.install (from rev 154412, 
pandoc/trunk/pandoc.install)
===
--- community-staging-i686/pandoc.install   (rev 0)
+++ community-staging-i686/pandoc.install   2015-12-24 03:13:06 UTC (rev 
154413)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/pandoc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd 

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

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:12:36
  Author: fyan
Revision: 154412

upgpkg: pandoc 1.15.2.1-13

rebuild with http-client-0.4.26.2, tagsoup-0.13.6

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-24 02:37:46 UTC (rev 154411)
+++ PKGBUILD2015-12-24 03:12:36 UTC (rev 154412)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.15.2.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in haskell-http-conduit/repos (6 files)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:19:09
  Author: fyan
Revision: 154415

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 154414, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install
(from rev 154414, haskell-http-conduit/trunk/haskell-http-conduit.install)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 154414, haskell-http-conduit/trunk/PKGBUILD)
  
haskell-http-conduit/repos/community-staging-x86_64/haskell-http-conduit.install
(from rev 154414, haskell-http-conduit/trunk/haskell-http-conduit.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-http-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-http-conduit.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
154414, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-24 03:19:09 UTC (rev 154415)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=9
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('550d86ea9ee6dd90994a460c5c85ddc861fb5c0f007304dc4a2e2035f980ea3d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 154414, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2015-12-24 03:19:09 UTC 
(rev 154415)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
154414, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-24 03:19:09 UTC (rev 154415)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.8
+pkgrel=9
+pkgdesc="HTTP client package with conduit 

[arch-commits] Commit in haskell-http-conduit/trunk (PKGBUILD)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:18:38
  Author: fyan
Revision: 154414

upgpkg: haskell-http-conduit 2.1.8-9

rebuild with http-client-0.4.26.2, tagsoup-0.13.6

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-24 03:13:06 UTC (rev 154413)
+++ PKGBUILD2015-12-24 03:18:38 UTC (rev 154414)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.1.8
-pkgrel=8
+pkgrel=9
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-http-client/repos (6 files)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 03:19:40
  Author: fyan
Revision: 154407

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 154406, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-i686/haskell-http-client.install
(from rev 154406, haskell-http-client/trunk/haskell-http-client.install)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 154406, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/haskell-http-client.install
(from rev 154406, haskell-http-client/trunk/haskell-http-client.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-http-client.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-http-client.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
154406, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-24 02:19:40 UTC (rev 154407)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.26.2
+pkgrel=1
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5c06c7944da2489d0abb91f8807418e013e77610d2fd3245641f1235371e8c6d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client/repos/community-staging-i686/haskell-http-client.install 
(from rev 154406, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-staging-i686/haskell-http-client.install  
(rev 0)
+++ community-staging-i686/haskell-http-client.install  2015-12-24 02:19:40 UTC 
(rev 154407)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
154406, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-24 02:19:40 UTC (rev 154407)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

[arch-commits] Commit in haskell-http-client/trunk (PKGBUILD)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 03:19:10
  Author: fyan
Revision: 154406

upgpkg: haskell-http-client 0.4.26.2-1

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 19:51:02 UTC (rev 154405)
+++ PKGBUILD2015-12-24 02:19:10 UTC (rev 154406)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.4.26.1
+pkgver=0.4.26.2
 pkgrel=1
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client;
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('38c264cdc0ad0dcc1f0fbd11a2fa638b55f65476ebcee0bdd9309c38fb5f1047')
+sha256sums=('5c06c7944da2489d0abb91f8807418e013e77610d2fd3245641f1235371e8c6d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-http-client-tls/trunk (PKGBUILD)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 03:37:08
  Author: fyan
Revision: 154410

upgpkg: haskell-http-client-tls 0.2.2-13

rebuild with http-client-0.4.26.2

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-24 02:35:05 UTC (rev 154409)
+++ PKGBUILD2015-12-24 02:37:08 UTC (rev 154410)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.2.2
-pkgrel=12
+pkgrel=13
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in haskell-http-client-tls/repos (6 files)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 03:37:46
  Author: fyan
Revision: 154411

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 154410, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
(from rev 154410, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 154410, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install
(from rev 154410, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-http-client-tls.install   |   18 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-http-client-tls.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
154410, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-24 02:37:46 UTC (rev 154411)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=13
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
 (from rev 154410, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2015-12-24 
02:37:46 UTC (rev 154411)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 154410, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-24 02:37:46 UTC (rev 154411)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.2
+pkgrel=13

[arch-commits] Commit in haskell-pandoc-crossref/trunk (PKGBUILD)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:29:08
  Author: fyan
Revision: 154416

upgpkg: haskell-pandoc-crossref 0.1.6.0-8

rebuild with http-client-0.4.26.2, tagsoup-0.13.6

Modified:
  haskell-pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-24 03:19:09 UTC (rev 154415)
+++ PKGBUILD2015-12-24 03:29:08 UTC (rev 154416)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-crossref
 pkgname=haskell-pandoc-crossref
 pkgver=0.1.6.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("GPL2")


[arch-commits] Commit in haskell-pandoc-crossref/repos (6 files)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:29:38
  Author: fyan
Revision: 154417

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

Added:
  haskell-pandoc-crossref/repos/community-staging-i686/
  haskell-pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 154416, haskell-pandoc-crossref/trunk/PKGBUILD)
  
haskell-pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 154416, 
haskell-pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  haskell-pandoc-crossref/repos/community-staging-x86_64/
  haskell-pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 154416, haskell-pandoc-crossref/trunk/PKGBUILD)
  
haskell-pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 154416, 
haskell-pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 +
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 
154416, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-24 03:29:38 UTC (rev 154417)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-crossref
+pkgname=haskell-pandoc-crossref
+pkgver=0.1.6.0
+pkgrel=8
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c77a309552b54bb03b7e2624dc45fdf6452dd63756f8955b5db5480df45cedf0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
haskell-pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
 (from rev 154416, 
haskell-pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2015-12-24 
03:29:38 UTC (rev 154417)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from 
rev 154416, haskell-pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-24 03:29:38 UTC (rev 154417)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-crossref
+pkgname=haskell-pandoc-crossref
+pkgver=0.1.6.0
+pkgrel=8
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("GPL2")
+arch=('i686' 

[arch-commits] Commit in haskell-pandoc-citeproc/trunk (PKGBUILD)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:37:21
  Author: fyan
Revision: 154418

upgpkg: haskell-pandoc-citeproc 0.8.1.3-17

rebuild with http-client-0.4.26.2, tagsoup-0.13.6

Modified:
  haskell-pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-24 03:29:38 UTC (rev 154417)
+++ PKGBUILD2015-12-24 03:37:21 UTC (rev 154418)
@@ -5,7 +5,7 @@
 _hkgname=pandoc-citeproc
 pkgname=haskell-pandoc-citeproc
 pkgver=0.8.1.3
-pkgrel=16
+pkgrel=17
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


[arch-commits] Commit in haskell-pandoc-citeproc/repos (6 files)

2015-12-23 Thread Felix Yan
Date: Thursday, December 24, 2015 @ 04:37:50
  Author: fyan
Revision: 154419

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

Added:
  haskell-pandoc-citeproc/repos/community-staging-i686/
  haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 154418, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 154418, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  haskell-pandoc-citeproc/repos/community-staging-x86_64/
  haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 154418, haskell-pandoc-citeproc/trunk/PKGBUILD)
  
haskell-pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 154418, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 
154418, haskell-pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-24 03:37:50 UTC (rev 154419)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-citeproc
+pkgname=haskell-pandoc-citeproc
+pkgver=0.8.1.3
+pkgrel=17
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "pandoc" "haskell-pandoc-types" "haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aa15ff9cbb9c1cca504943c94cd891e23944cb0106172886821cb048a9726c7d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -f-unicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
 (from rev 154418, 
haskell-pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2015-12-24 
03:37:50 UTC (rev 154419)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from 
rev 154418, haskell-pandoc-citeproc/trunk/PKGBUILD)

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

2015-12-23 Thread Antonio Rojas
Date: Wednesday, December 23, 2015 @ 20:50:32
  Author: arojas
Revision: 154404

Refresh database

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 19:25:48 UTC (rev 154403)
+++ PKGBUILD2015-12-23 19:50:32 UTC (rev 154404)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <aro...@archlinux.org>
 
 pkgname=archlinux-appstream-data
-pkgver=20150830
-pkgrel=2
+pkgver=20151223
+pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
 url="http://www.archlinux.org;
@@ -14,9 +14,9 @@
 
"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz;
 
 
"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
 install=$pkgname.install
-md5sums=('48ad410d121b2da274dfcb43be1d3ec5'
- 'c5ff03c7bafef75a40ce9b9157c861a8'
- '6f7fc43ba78976e198a1a2c998ef55d9')
+md5sums=('9d38688dc0c0686162fb5ec10fa645bf'
+ '93898a4edd4de091d06792f7af7d0328'
+ '9d9767e0205c734cb174380e2da3d93e')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}


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

2015-12-23 Thread Antonio Rojas
Date: Wednesday, December 23, 2015 @ 20:51:02
  Author: arojas
Revision: 154405

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 154404, archlinux-appstream-data/trunk/PKGBUILD)
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install
(from rev 154404, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD
  archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install

--+
 PKGBUILD |   52 ++---
 archlinux-appstream-data.install |   16 +--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-23 19:50:32 UTC (rev 154404)
+++ PKGBUILD2015-12-23 19:51:02 UTC (rev 154405)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=archlinux-appstream-data
-pkgver=20150830
-pkgrel=2
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=(appstream)
-makedepends=()
-source=("http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
-"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz;
 
-"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
-install=$pkgname.install
-md5sums=('48ad410d121b2da274dfcb43be1d3ec5'
- 'c5ff03c7bafef75a40ce9b9157c861a8'
- '6f7fc43ba78976e198a1a2c998ef55d9')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}
-
-  cp *.xml "$pkgdir"/usr/share/app-info/xmls/
-  cp -r 64x64 128x128 "$pkgdir"/usr/share/app-info/icons/archlinux/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 154404, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-23 19:51:02 UTC (rev 154405)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=archlinux-appstream-data
+pkgver=20151223
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=(appstream)
+makedepends=()
+source=("http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream.xml.gz;
 
+"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-failed.xml.gz;
 
+"http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/appstream-icons.tar.gz;)
+install=$pkgname.install
+md5sums=('9d38688dc0c0686162fb5ec10fa645bf'
+ '93898a4edd4de091d06792f7af7d0328'
+ '9d9767e0205c734cb174380e2da3d93e')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/app-info/{icons/archlinux,xmls}
+
+  cp *.xml "$pkgdir"/usr/share/app-info/xmls/
+  cp -r 64x64 128x128 "$pkgdir"/usr/share/app-info/icons/archlinux/
+}

Deleted: archlinux-appstream-data.install
===
--- archlinux-appstream-data.install2015-12-23 19:50:32 UTC (rev 154404)
+++ archlinux-appstream-data.install2015-12-23 19:51:02 UTC (rev 154405)
@@ -1,8 +0,0 @@
-post_install() {
-  appstreamcli refresh-index --force
-}
-
-post_upgrade() {
-  appstreamcli refresh-index --force
-}
-

Copied: 
archlinux-appstream-data/repos/community-any/archlinux-appstream-data.install 
(from rev 154404, 
archlinux-appstream-data/trunk/archlinux-appstream-data.install)
===
--- archlinux-appstream-data.install(rev 0)
+++ archlinux-appstream-data.install2015-12-23 19:51:02 UTC (rev 154405)
@@ -0,0 +1,8 @@
+post_install() {
+  appstreamcli refresh-index --force
+}
+
+post_upgrade() {
+  appstreamcli refresh-index --force
+}
+


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

2015-12-23 Thread Tobias Powalowski
Date: Thursday, December 24, 2015 @ 08:13:21
  Author: tpowa
Revision: 257240

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

Added:
  
linux/repos/testing-i686/0001-disabling-primary-plane-in-the-noatomic-case.patch
(from rev 257239, 
linux/trunk/0001-disabling-primary-plane-in-the-noatomic-case.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 257239, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 257239, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 257239, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 257239, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 257239, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 257239, linux/trunk/linux.preset)
  
linux/repos/testing-x86_64/0001-disabling-primary-plane-in-the-noatomic-case.patch
(from rev 257239, 
linux/trunk/0001-disabling-primary-plane-in-the-noatomic-case.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 257239, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 257239, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 257239, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 257239, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 257239, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 257239, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

+
 /PKGBUILD  |  592 
 /change-default-console-loglevel.patch |   22 
 /config|15600 
++
 /config.x86_64 |15114 
+
 /linux.install |   74 
 /linux.preset  |   28 
 testing-i686/0001-disabling-primary-plane-in-the-noatomic-case.patch   |   56 
 testing-i686/PKGBUILD  |  290 
 testing-i686/change-default-console-loglevel.patch |   11 
 testing-i686/config| 7800 
-
 testing-i686/config.x86_64 | 7557 

 testing-i686/linux.install |   37 
 testing-i686/linux.preset  |   14 
 testing-x86_64/0001-disabling-primary-plane-in-the-noatomic-case.patch |   56 
 testing-x86_64/PKGBUILD|  290 
 testing-x86_64/change-default-console-loglevel.patch   |   11 
 testing-x86_64/config  | 7800 
-
 testing-x86_64/config.x86_64   | 7557 

 testing-x86_64/linux.install   |   37 
 testing-x86_64/linux.preset|   14 
 20 files changed, 31542 insertions(+), 31418 deletions(-)

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


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

2015-12-23 Thread Tobias Powalowski
Date: Thursday, December 24, 2015 @ 08:13:01
  Author: tpowa
Revision: 257239

upgpkg: linux 4.3.3-2

fix #46968

Added:
  linux/trunk/0001-disabling-primary-plane-in-the-noatomic-case.patch
Modified:
  linux/trunk/PKGBUILD

-+
 0001-disabling-primary-plane-in-the-noatomic-case.patch |   56 ++
 PKGBUILD|8 +-
 2 files changed, 63 insertions(+), 1 deletion(-)

Added: 0001-disabling-primary-plane-in-the-noatomic-case.patch
===
--- 0001-disabling-primary-plane-in-the-noatomic-case.patch 
(rev 0)
+++ 0001-disabling-primary-plane-in-the-noatomic-case.patch 2015-12-24 
07:13:01 UTC (rev 257239)
@@ -0,0 +1,56 @@
+From 634b3a4a476e96816d5d6cd5bb9f8900a53f56ba Mon Sep 17 00:00:00 2001
+From: Maarten Lankhorst 
+Date: Mon, 23 Nov 2015 10:25:28 +0100
+Subject: drm/i915: Do a better job at disabling primary plane in the noatomic
+ case.
+
+When disable_noatomic is called plane_mask is not correct yet, and
+plane_state->visible = true is left as true after disabling the primary
+plane.
+
+Other planes are already disabled as part of crtc sanitization, only the
+primary is left active. But the plane_mask is not updated here. It gets
+updated during fb takeover in modeset_gem_init, or set to the new value
+on resume.
+
+This means that to disable the primary plane 1 << drm_plane_index(primary)
+needs to be used.
+
+Afterwards because the crtc is no longer active it's forbidden to keep
+plane_state->visible set, or a WARN_ON in
+intel_plane_atomic_calc_changes triggers. There are other code points
+that rely on accurate plane_state->visible too, so make sure the bool is
+cleared.
+
+The other planes are already disabled in intel_sanitize_crtc, so they
+don't have to be handled here.
+
+Cc: sta...@vger.kernel.org #v4.3, v4.2?
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92655
+Tested-by: Tomas Mezzadra 
+Signed-off-by: Maarten Lankhorst 
+Reviewed-by: Daniel Vetter 
+Link: 
http://patchwork.freedesktop.org/patch/msgid/5652db88.9070...@linux.intel.com
+(cherry picked from commit 54a4196188eab82e6f0a5f05716626e9f18b8fb6)
+Signed-off-by: Jani Nikula 
+
+diff --git a/drivers/gpu/drm/i915/intel_display.c 
b/drivers/gpu/drm/i915/intel_display.c
+index 22e86d2..62211ab 100644
+--- a/drivers/gpu/drm/i915/intel_display.c
 b/drivers/gpu/drm/i915/intel_display.c
+@@ -6309,9 +6309,11 @@ static void intel_crtc_disable_noatomic(struct drm_crtc 
*crtc)
+   if (to_intel_plane_state(crtc->primary->state)->visible) {
+   intel_crtc_wait_for_pending_flips(crtc);
+   intel_pre_disable_primary(crtc);
++
++  intel_crtc_disable_planes(crtc, 1 << 
drm_plane_index(crtc->primary));
++  to_intel_plane_state(crtc->primary->state)->visible = false;
+   }
+ 
+-  intel_crtc_disable_planes(crtc, crtc->state->plane_mask);
+   dev_priv->display.crtc_disable(crtc);
+   intel_crtc->active = false;
+   intel_update_watermarks(crtc);
+-- 
+cgit v0.10.2
+

Modified: PKGBUILD
===
--- PKGBUILD2015-12-24 04:01:46 UTC (rev 257238)
+++ PKGBUILD2015-12-24 07:13:01 UTC (rev 257239)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.3
 pkgver=4.3.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
 license=('GPL2')
@@ -16,6 +16,7 @@
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
 "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+"0001-disabling-primary-plane-in-the-noatomic-case.patch"
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -26,6 +27,7 @@
 'SKIP'
 '95cd81fcbb87953f672150d60950548edc04a88474c42de713b91811557fefa5'
 'SKIP'
+'abdd04bd6beecb7c961130a68d71e6332bd260462eeaa2f4f8e634de813dcc4d'
 'f4084c6d43abc40819f4535f827d3d8e643d25e67fedf0bab46346ead8c08b84'
 '98caa62b4759f6ae180660cc1be4aeda7198e50fb7cf51aee4e677ae6ee2d19e'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
@@ -51,6 +53,10 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
 
+  # fix #46968
+  # hangs on older intel hardware
+  patch -Np1 -i 
"${srcdir}/0001-disabling-primary-plane-in-the-noatomic-case.patch"
+
   if [ "${CARCH}" = "x86_64" ]; then
 cat "${srcdir}/config.x86_64" > ./.config
   else


[arch-commits] Commit in deepin-wm-switcher/trunk (PKGBUILD)

2015-12-23 Thread Felix Yan
Date: Wednesday, December 23, 2015 @ 11:36:05
  Author: fyan
Revision: 154326

upgpkg: deepin-wm-switcher 0.90.0-1

Modified:
  deepin-wm-switcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 09:51:45 UTC (rev 154325)
+++ PKGBUILD2015-12-23 10:36:05 UTC (rev 154326)
@@ -2,8 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-wm-switcher
-pkgver=0.0.4
-_commit=d253762b0b8881540ddf8f12458603a4dccf108a
+pkgver=0.90.0
 pkgrel=1
 pkgdesc='Window manager switcher for Deepin'
 arch=('i686' 'x86_64')
@@ -12,7 +11,7 @@
 groups=('deepin')
 depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
 makedepends=('git' 'cmake')
-source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
 prepare() {


[arch-commits] Commit in deepin-wm-switcher/repos (4 files)

2015-12-23 Thread Felix Yan
Date: Wednesday, December 23, 2015 @ 11:36:42
  Author: fyan
Revision: 154327

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

Added:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
(from rev 154326, deepin-wm-switcher/trunk/PKGBUILD)
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD
(from rev 154326, deepin-wm-switcher/trunk/PKGBUILD)
Deleted:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-23 10:36:05 UTC (rev 154326)
+++ community-i686/PKGBUILD 2015-12-23 10:36:42 UTC (rev 154327)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=0.0.4
-_commit=d253762b0b8881540ddf8f12458603a4dccf108a
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher;
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm-switcher/repos/community-i686/PKGBUILD (from rev 154326, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-23 10:36:42 UTC (rev 154327)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.90.0
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher;
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-23 10:36:05 UTC (rev 154326)
+++ community-x86_64/PKGBUILD   2015-12-23 10:36:42 UTC (rev 154327)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=0.0.4
-_commit=d253762b0b8881540ddf8f12458603a4dccf108a
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher;
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm-switcher/repos/community-x86_64/PKGBUILD (from rev 154326, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-23 10:36:42 UTC (rev 154327)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.90.0
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher;
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (8 files)

2015-12-23 Thread Jiachen Yang
Date: Wednesday, December 23, 2015 @ 12:15:45
  Author: farseerfc
Revision: 154328

addpkg: retext

Added:
  retext/
  retext/repos/
  retext/trunk/
  retext/trunk/PKGBUILD
  retext/trunk/retext.desktop
  retext/trunk/retext.install
  retext/trunk/x-retext-markdown.xml
  retext/trunk/x-retext-rst.xml

---+
 PKGBUILD  |   57 
 retext.desktop|9 +++
 retext.install|   15 
 x-retext-markdown.xml |1 
 x-retext-rst.xml  |1 
 5 files changed, 83 insertions(+)

Added: retext/trunk/PKGBUILD
===
--- retext/trunk/PKGBUILD   (rev 0)
+++ retext/trunk/PKGBUILD   2015-12-23 11:15:45 UTC (rev 154328)
@@ -0,0 +1,57 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Hyacinthe Cartiaux 
+# Contributor: Bartosz Chmura 
+# Contributor: Alessio Sergi 
+# Contributor: alfplayer
+# Contributor: menta
+
+pkgname=retext
+pkgver=5.2.1
+pkgrel=2
+pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
+arch=('any')
+url="https://github.com/retext-project/retext;
+license=('GPL3')
+# for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
+# for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
+depends=('python-pyqt5' 'qt5-webkit' 'python-markups' 'shared-mime-info' 
'xdg-utils' 'desktop-file-utils' 'gconf')
+makedepends=('imagemagick')
+optdepends=('python-markdown: for Markdown language support'
+'python-docutils: for reStructuredText language support'
+'python-pyenchant: for spell checking support')
+source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz;
+"${pkgname}.desktop"
+"x-retext-markdown.xml"
+"x-retext-rst.xml")
+install="${pkgname}".install
+sha256sums=('a1ec52bedf65332d817623f8552204a00adb8b7ce54d59359f07a18f821909a1'
+'7782f4402fe62e48335c1bdd5c1fd5cbb48c408fabaf4f018a074f8b3eef838e'
+'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
+'6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
+
+
+package () {
+cd "$srcdir/retext-${pkgver}"
+python3 setup.py install --root="$pkgdir"
+
+# create /usr/share/* dirs
+_SHAREDIR="$pkgdir/usr/share"
+install -d -m 755 $_SHAREDIR/{applications,mime/packages}
+
+# install icons
+_ICONSDIR="$_SHAREDIR/icons/hicolor"
+for size in 16 22 24 32 48 128; do
+  install -d -m 755 $_ICONSDIR/${size}x${size}/apps
+  convert -resize $size icons/$pkgname.png 
$_ICONSDIR/${size}x${size}/apps/$pkgname.png
+done
+install -d -m 755 $_ICONSDIR/scalable/apps
+install -m 644 icons/$pkgname.svg $_ICONSDIR/scalable/apps/$pkgname.svg
+
+# install mime files
+install -m 644 $srcdir/x-retext-{markdown,rst}.xml 
$_SHAREDIR/mime/packages/
+
+# install desktop file
+install -m 644 $srcdir/$pkgname.desktop 
$_SHAREDIR/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: retext/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+markdown restructuredtext
\ No newline at end of property
Added: retext/trunk/retext.desktop
===
--- retext/trunk/retext.desktop (rev 0)
+++ retext/trunk/retext.desktop 2015-12-23 11:15:45 UTC (rev 154328)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=ReText
+Comment=Simple text editor for Markdown and ReStructuredText
+Exec=retext %F
+Icon=retext
+Terminal=false
+Type=Application
+Categories=Office;
+MimeType=text/x-retext-markdown;text/x-retext-rst;

Added: retext/trunk/retext.install
===
--- retext/trunk/retext.install (rev 0)
+++ retext/trunk/retext.install 2015-12-23 11:15:45 UTC (rev 154328)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+  update-desktop-database -q
+  update-mime-database usr/share/mime &>/dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:

Added: retext/trunk/x-retext-markdown.xml
===
(Binary files differ)

Index: retext/trunk/x-retext-markdown.xml
===
--- retext/trunk/x-retext-markdown.xml  2015-12-23 10:36:42 UTC (rev 154327)
+++ retext/trunk/x-retext-markdown.xml  2015-12-23 11:15:45 UTC (rev 154328)

Property changes on: retext/trunk/x-retext-markdown.xml
___
Added: svn:mime-type
## -0,0 +1 ##
+application/xml
\ No newline at end 

[arch-commits] Commit in linux-grsec/trunk (PKGBUILD btrfs-overflow.patch)

2015-12-23 Thread Daniel Micay
Date: Wednesday, December 23, 2015 @ 10:15:22
  Author: thestinger
Revision: 154321

upgpkg: linux-grsec 4.3.3.20151129-1

Modified:
  linux-grsec/trunk/PKGBUILD
Deleted:
  linux-grsec/trunk/btrfs-overflow.patch

--+
 PKGBUILD |   12 
 btrfs-overflow.patch |   26 --
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 06:05:05 UTC (rev 154320)
+++ PKGBUILD2015-12-23 09:15:22 UTC (rev 154321)
@@ -9,7 +9,7 @@
 _srcname=linux-4.3
 _pkgver=4.3.3
 _grsecver=3.1
-_timestamp=201512162141
+_timestamp=20151129
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -28,20 +28,18 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch'
-'btrfs-overflow.patch')
+'change-default-console-loglevel.patch')
 
 sha256sums=('4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae'
 'SKIP'
 '95cd81fcbb87953f672150d60950548edc04a88474c42de713b91811557fefa5'
 'SKIP'
-'7dd3a3c77740a952c2a51b2349e2ca03a6f1a4fee6343c0b492f001cc283cc19'
+'59f2f5ee4e921a9f4a1601e7069eb46c768782441e678b873ddbfb607253ab67'
 'SKIP'
 '6beef54b29575e93d27f390857f8de92d21bc5c726671d24e182eefe54d541c6'
 'ccf8cde2be433a374e672c6cc5c4920e6b2d1541fab1183ea49258090c077d00'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
-'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
-'82efb1d533b579e8ea6103456e76ace1f749c9f055b0eaf95b980dc9ae544e5f')
+'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -64,8 +62,6 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -p1 -i "${srcdir}/change-default-console-loglevel.patch"
 
-  patch -p1 -i "$srcdir/btrfs-overflow.patch"
-
   # Add grsecurity patches
   patch -Np1 -i "$srcdir/$_grsec_patch"
   rm localversion-grsec

Deleted: btrfs-overflow.patch
===
--- btrfs-overflow.patch2015-12-23 06:05:05 UTC (rev 154320)
+++ btrfs-overflow.patch2015-12-23 09:15:22 UTC (rev 154321)
@@ -1,26 +0,0 @@
-diff --git a/fs/btrfs/extent_map.c b/fs/btrfs/extent_map.c
-index 6a98bdd..fed3da6 100644
 a/fs/btrfs/extent_map.c
-+++ b/fs/btrfs/extent_map.c
-@@ -235,7 +235,9 @@ static void try_merge_map(struct extent_map_tree *tree, 
struct extent_map *em)
-   em->start = merge->start;
-   em->orig_start = merge->orig_start;
-   em->len += merge->len;
--  em->block_len += merge->block_len;
-+  if (em->block_start != EXTENT_MAP_HOLE &&
-+  em->block_start != EXTENT_MAP_INLINE)
-+  em->block_len += merge->block_len;
-   em->block_start = merge->block_start;
-   em->mod_len = (em->mod_len + em->mod_start) - 
merge->mod_start;
-   em->mod_start = merge->mod_start;
-@@ -252,7 +254,9 @@ static void try_merge_map(struct extent_map_tree *tree, 
struct extent_map *em)
-   merge = rb_entry(rb, struct extent_map, rb_node);
-   if (rb && mergable_maps(em, merge)) {
-   em->len += merge->len;
--  em->block_len += merge->block_len;
-+  if (em->block_start != EXTENT_MAP_HOLE &&
-+  em->block_start != EXTENT_MAP_INLINE)
-+  em->block_len += merge->block_len;
-   rb_erase(>rb_node, >map);
-   RB_CLEAR_NODE(>rb_node);
-   em->mod_len = (merge->mod_start + merge->mod_len) - 
em->mod_start;


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

2015-12-23 Thread Daniel Micay
Date: Wednesday, December 23, 2015 @ 10:16:15
  Author: thestinger
Revision: 154322

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

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

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|15752 +++
 /config.x86_64 |15158 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  329 
 community-i686/btrfs-overflow.patch|   26 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7876 ---
 community-i686/config.x86_64   | 7579 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  329 
 community-x86_64/btrfs-overflow.patch  |   26 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7876 ---
 community-x86_64/config.x86_64 | 7579 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 20 files changed, 31684 insertions(+), 31744 deletions(-)

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


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

2015-12-23 Thread Lukas Jirkovsky
Date: Wednesday, December 23, 2015 @ 10:28:42
  Author: stativ
Revision: 154323

upgpkg: cdrtools 3.02a04-1

update to 3.02a04

Modified:
  cdrtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-23 09:16:15 UTC (rev 154322)
+++ PKGBUILD2015-12-23 09:28:42 UTC (rev 154323)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=cdrtools
-pkgver=3.02a03
+pkgver=3.02a04
 pkgrel=1
 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!makeflags)
 backup=('etc/default/cdrecord' 'etc/default/rscsi')
 source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('db77a38bb8e45c7a51148acc60a30725')
+md5sums=('f8d4acdd5bc195fe199cad387c2d998f')
 
 build() {
   cd "$srcdir"/cdrtools-${pkgver%%a*}


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

2015-12-23 Thread Lukas Jirkovsky
Date: Wednesday, December 23, 2015 @ 10:28:57
  Author: stativ
Revision: 154324

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-23 09:28:42 UTC (rev 154323)
+++ community-i686/PKGBUILD 2015-12-23 09:28:57 UTC (rev 154324)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a03
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')
-source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
-md5sums=('db77a38bb8e45c7a51148acc60a30725')
-
-build() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
-  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
-  # install rscsi to /usr/bin instead of /usr/sbin
-  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
-  
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/
-}
-
-package() {
-  cd "$srcdir"/cdrtools-${pkgver%%a*}
-
-  export GMAKE_NOWARN=true
-  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
-
-  # remove unneeded files that may cause conflicts
-  rm -rf "$pkgdir"/usr/include
-  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
-  rm -rf "$pkgdir"/usr/share/man/man3
-
-  # autoload 'sg' module needed by cdrecord
-  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
-  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
-
-  # create symlinks for cdrkit compatibility
-  cd "$pkgdir"/usr/bin
-  ln -s cdrecord wodim
-  ln -s readcd readom
-  ln -s mkisofs genisoimage
-  ln -s cdda2wav icedax
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdrtools/repos/community-i686/PKGBUILD (from rev 154323, 
cdrtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-23 09:28:57 UTC (rev 154324)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=cdrtools
+pkgver=3.02a04
+pkgrel=1
+pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
+arch=('i686' 'x86_64')
+url="http://cdrecord.org/;
+license=('CDDL')
+depends=('acl' 'libcap')
+conflicts=('cdrkit')
+provides=('cdrkit')
+options=(!makeflags)
+backup=('etc/default/cdrecord' 'etc/default/rscsi')
+source=(http://downloads.sourceforge.net/cdrtools/cdrtools-$pkgver.tar.bz2)
+md5sums=('f8d4acdd5bc195fe199cad387c2d998f')
+
+build() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+  sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
+  sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
+  # install rscsi to /usr/bin instead of /usr/sbin
+  sed -i 's|INSDIR=.*|INSDIR=bin|' rscsi/Makefile
+  
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/
+}
+
+package() {
+  cd "$srcdir"/cdrtools-${pkgver%%a*}
+
+  export GMAKE_NOWARN=true
+  make INS_BASE=/usr INS_RBASE=/ DESTDIR="$pkgdir" install
+
+  # remove unneeded files that may cause conflicts
+  rm -rf "$pkgdir"/usr/include
+  rm -rf "$pkgdir"/usr/lib/{*.a,profiled}
+  rm -rf "$pkgdir"/usr/share/man/man3
+
+  # autoload 'sg' module needed by cdrecord
+  install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
+  echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+  # create symlinks for cdrkit compatibility
+  cd "$pkgdir"/usr/bin
+  ln -s cdrecord wodim
+  ln -s readcd readom
+  ln -s mkisofs genisoimage
+  ln -s cdda2wav icedax
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-23 09:28:42 UTC (rev 154323)
+++ community-x86_64/PKGBUILD   2015-12-23 09:28:57 UTC (rev 154324)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=cdrtools
-pkgver=3.02a03
-pkgrel=1
-pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
-arch=('i686' 'x86_64')
-url="http://cdrecord.org/;
-license=('CDDL')
-depends=('acl' 'libcap')
-conflicts=('cdrkit')
-provides=('cdrkit')
-options=(!makeflags)
-backup=('etc/default/cdrecord' 'etc/default/rscsi')