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

2016-09-22 Thread Sébastien Luttringer
Date: Thursday, September 22, 2016 @ 21:45:24
  Author: seblu
Revision: 190174

archrelease: copy trunk to community-testing-any

Added:
  unifi/repos/community-testing-any/
  unifi/repos/community-testing-any/LICENSE
(from rev 190173, unifi/trunk/LICENSE)
  unifi/repos/community-testing-any/PKGBUILD
(from rev 190173, unifi/trunk/PKGBUILD)
  unifi/repos/community-testing-any/unifi.install
(from rev 190173, unifi/trunk/unifi.install)
  unifi/repos/community-testing-any/unifi.service
(from rev 190173, unifi/trunk/unifi.service)
  unifi/repos/community-testing-any/unifi.sysusers
(from rev 190173, unifi/trunk/unifi.sysusers)

+
 LICENSE|3 +++
 PKGBUILD   |   55 +++
 unifi.install  |8 
 unifi.service  |   12 
 unifi.sysusers |1 +
 5 files changed, 79 insertions(+)

Copied: unifi/repos/community-testing-any/LICENSE (from rev 190173, 
unifi/trunk/LICENSE)
===
--- community-testing-any/LICENSE   (rev 0)
+++ community-testing-any/LICENSE   2016-09-22 21:45:24 UTC (rev 190174)
@@ -0,0 +1,3 @@
+Ubiquiti Networks - All Rights Reserved.
+Permission granted to Archlinux to re-package.
+https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html

Copied: unifi/repos/community-testing-any/PKGBUILD (from rev 190173, 
unifi/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-09-22 21:45:24 UTC (rev 190174)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
+
+pkgname=unifi
+pkgver=5.2.7
+pkgrel=1
+pkgdesc='Centralized management system for Ubiquiti UniFi AP'
+arch=('any')
+url='https://community.ubnt.com/unifi'
+# We are allowed to ship the software in our repository
+# 
https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
+license=('custom')
+depends=('mongodb' 'java-runtime-headless' 'fontconfig')
+conflicts=('tomcat-native')
+install=unifi.install
+source=("UniFi-$pkgver.zip::http://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
+'unifi.service'
+'unifi.sysusers'
+'LICENSE')
+md5sums=('78dd169f5cd69b34be7452d56e40bc77'
+ '79998cabf110d9a96ba4d3367101c94c'
+ 'a92291a0074a5dcf414da4dfe812bc2a'
+ '63a6f9e67db6a466f31a40c228c16d63')
+
+package() {
+  # lib
+  install -dm755 "$pkgdir/usr/lib/unifi"
+  cp -r UniFi/{bin,dl,lib,webapps} "$pkgdir/usr/lib/unifi"
+
+  # data
+  install -dm750 "$pkgdir/var/lib/unifi"
+  for _d in data run work; do
+install -dm750 "$pkgdir/var/lib/unifi/$_d"
+ln -s "../../../var/lib/unifi/$_d" "$pkgdir/usr/lib/unifi/$_d"
+  done
+  chown -R 113:113 "$pkgdir/var/lib/unifi"
+
+  # log
+  install -dm750 "$pkgdir/var/log/unifi"
+  ln -s ../../../var/log/unifi "$pkgdir/usr/lib/unifi/logs"
+  chown -R 113:113 "$pkgdir/var/log/unifi"
+
+  # readme
+  install -Dm644 UniFi/readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
+
+  # license
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # systemd
+  install -Dm644 $pkgname.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgname.sysusers "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: unifi/repos/community-testing-any/unifi.install (from rev 190173, 
unifi/trunk/unifi.install)
===
--- community-testing-any/unifi.install (rev 0)
+++ community-testing-any/unifi.install 2016-09-22 21:45:24 UTC (rev 190174)
@@ -0,0 +1,8 @@
+# arg 1:  the new package version
+post_install() {
+  # https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
+  systemd-sysusers unifi.conf
+  :
+}
+
+# vim:set ts=2 sw=2 et:

Copied: unifi/repos/community-testing-any/unifi.service (from rev 190173, 
unifi/trunk/unifi.service)
===
--- community-testing-any/unifi.service (rev 0)
+++ community-testing-any/unifi.service 2016-09-22 21:45:24 UTC (rev 190174)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Ubiquiti UniFi Server
+After=network.target
+
+[Service]
+User=unifi
+WorkingDirectory=/usr/lib/unifi
+ExecStart=/usr/bin/java -jar /usr/lib/unifi/lib/ace.jar start
+ExecStop=/usr/bin/java -jar /usr/lib/unifi/lib/ace.jar stop
+
+[Install]
+WantedBy=multi-user.target

Copied: unifi/repos/community-testing-any/unifi.sysusers (from rev 190173, 
unifi/trunk/unifi.sysusers)
===
--- community-testing-any/unifi.sysusers(rev 0)
+++ 

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

2016-09-22 Thread Sébastien Luttringer
Date: Thursday, September 22, 2016 @ 21:52:55
  Author: seblu
Revision: 276856

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

Added:
  bird/repos/extra-i686/PKGBUILD
(from rev 276855, bird/trunk/PKGBUILD)
  bird/repos/extra-i686/bird.service
(from rev 276855, bird/trunk/bird.service)
  bird/repos/extra-i686/bird6.service
(from rev 276855, bird/trunk/bird6.service)
  bird/repos/extra-x86_64/PKGBUILD
(from rev 276855, bird/trunk/PKGBUILD)
  bird/repos/extra-x86_64/bird.service
(from rev 276855, bird/trunk/bird.service)
  bird/repos/extra-x86_64/bird6.service
(from rev 276855, bird/trunk/bird6.service)
Deleted:
  bird/repos/extra-i686/PKGBUILD
  bird/repos/extra-i686/bird.service
  bird/repos/extra-i686/bird6.service
  bird/repos/extra-x86_64/PKGBUILD
  bird/repos/extra-x86_64/bird.service
  bird/repos/extra-x86_64/bird6.service

+
 /PKGBUILD  |  178 +++
 /bird.service  |   24 +
 /bird6.service |   24 +
 extra-i686/PKGBUILD|   89 -
 extra-i686/bird.service|   12 --
 extra-i686/bird6.service   |   12 --
 extra-x86_64/PKGBUILD  |   89 -
 extra-x86_64/bird.service  |   12 --
 extra-x86_64/bird6.service |   12 --
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-22 21:50:58 UTC (rev 276855)
+++ extra-i686/PKGBUILD 2016-09-22 21:52:55 UTC (rev 276856)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
-'bird.service'
-'bird6.service')
-md5sums=('4c92ec3548a2a120243879b6ef7046dd'
- '69221e063a3f07dcad519d5eeacaae75'
- '5b172bd052b523efd95ee018e891e181')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]] && rm -rf _build4
-  [[ -e _build6 ]] && rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname \
---enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make \
-prefix="$pkgdir/usr" \
-sysconfdir="$pkgdir/etc" \
-sbindir="$pkgdir/usr/bin" \
-localstatedir="$pkgdir/var" \
-docdir="$pkgdir/usr/share/doc/$pkgname" \
-install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird.service" 
"$pkgdir/usr/lib/systemd/system/bird.service"
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make \
-prefix="$pkgdir/usr" \
-sysconfdir="$pkgdir/etc" \
-sbindir="$pkgdir/usr/bin" \
-localstatedir="$pkgdir/var" \
-docdir="$pkgdir/usr/share/doc/$pkgname" \
-install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird6.service" 
"$pkgdir/usr/lib/systemd/system/bird6.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/extra-i686/PKGBUILD (from rev 276855, bird/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-22 21:52:55 UTC (rev 276856)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.6.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
+'bird.service'
+'bird6.service')
+md5sums=('2b2909ef76c6931e2e1e98da9f6df64c'
+ '69221e063a3f07dcad519d5eeacaae75'
+ '5b172bd052b523efd95ee018e891e181')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e _build4 ]] && rm -rf _build4
+  [[ -e _build6 ]] && rm -rf _build6
+  mkdir _build4 _build6
+
+  # build ipv4 bird
+  cd _build4
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--docdir=/usr/share/doc/$pkgname
+  make
+
+  # build ipv6 bird
+  cd ../_build6
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin 

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

2016-09-22 Thread Sébastien Luttringer
Date: Thursday, September 22, 2016 @ 21:44:17
  Author: seblu
Revision: 190173

upgpkg: unifi 5.2.7-1

Modified:
  unifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:29:29 UTC (rev 190172)
+++ PKGBUILD2016-09-22 21:44:17 UTC (rev 190173)
@@ -3,8 +3,8 @@
 # Contributor: Frederik Schwan frederik dot schwan at linux dot com>
 
 pkgname=unifi
-pkgver=5.0.7
-pkgrel=2
+pkgver=5.2.7
+pkgrel=1
 pkgdesc='Centralized management system for Ubiquiti UniFi AP'
 arch=('any')
 url='https://community.ubnt.com/unifi'
@@ -18,7 +18,7 @@
 'unifi.service'
 'unifi.sysusers'
 'LICENSE')
-md5sums=('eb437c52d9fda7a584d09a520d43d1a9'
+md5sums=('78dd169f5cd69b34be7452d56e40bc77'
  '79998cabf110d9a96ba4d3367101c94c'
  'a92291a0074a5dcf414da4dfe812bc2a'
  '63a6f9e67db6a466f31a40c228c16d63')


[arch-commits] Commit in gnome-settings-daemon/repos (4 files)

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:56:20
  Author: jgc
Revision: 276858

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 276857, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276857, gnome-settings-daemon/trunk/PKGBUILD)

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

Copied: gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD (from rev 
276857, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 21:56:20 UTC (rev 276858)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.22.0+1+g86695d5
+pkgrel=1
+pkgdesc="The GNOME Settings daemon"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
+ librsvg libgweather geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=(gnome)
+source=('git://git.gnome.org/gnome-settings-daemon#commit=86695d5f743daf4c74b16e02f753f9d5bde68150')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 
's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
276857, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 21:56:20 UTC (rev 276858)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.22.0+1+g86695d5
+pkgrel=1
+pkgdesc="The GNOME Settings daemon"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
+ librsvg libgweather geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=(gnome)
+source=('git://git.gnome.org/gnome-settings-daemon#commit=86695d5f743daf4c74b16e02f753f9d5bde68150')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 
's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:56:16
  Author: jgc
Revision: 276857

upgpkg: gnome-settings-daemon 3.22.0+1+g86695d5-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:52:55 UTC (rev 276856)
+++ PKGBUILD2016-09-22 21:56:16 UTC (rev 276857)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-settings-daemon
-pkgver=3.20.1+8+g40bf4fd
+pkgver=3.22.0+1+g86695d5
 pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 url="http://www.gnome.org;
 groups=(gnome)
-source=('git://git.gnome.org/gnome-settings-daemon#commit=40bf4fdce0001c662094f47e8edc1b0855ec9632')
+source=('git://git.gnome.org/gnome-settings-daemon#commit=86695d5f743daf4c74b16e02f753f9d5bde68150')
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-09-22 Thread Felix Yan
Date: Friday, September 23, 2016 @ 01:20:37
  Author: felixonmars
Revision: 190176

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 190175, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 190175, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-23 01:17:09 UTC (rev 190175)
+++ community-i686/PKGBUILD 2016-09-23 01:20:37 UTC (rev 190176)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.0.16
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer')
-makedepends=('git' 'vala')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git;)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd deepin-terminal
-  make PREFIX=/usr
-}
- 
-package() {
-  cd deepin-terminal
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 190175, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-23 01:20:37 UTC (rev 190176)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=2.0.16
+pkgrel=2
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
+makedepends=('git' 'vala')
+groups=('deepin-extra')
+options=(!emptydirs)
+source=("git+https://github.com/manateelazycat/deepin-terminal.git;)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
+}
+
+build() {
+  cd deepin-terminal
+  make PREFIX=/usr
+}
+ 
+package() {
+  cd deepin-terminal
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-23 01:17:09 UTC (rev 190175)
+++ community-x86_64/PKGBUILD   2016-09-23 01:20:37 UTC (rev 190176)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.0.16
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer')
-makedepends=('git' 'vala')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git;)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd deepin-terminal
-  make PREFIX=/usr
-}
- 
-package() {
-  cd deepin-terminal
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 190175, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-23 01:20:37 UTC (rev 190176)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=2.0.16
+pkgrel=2
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 

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

2016-09-22 Thread Felix Yan
Date: Friday, September 23, 2016 @ 01:17:09
  Author: felixonmars
Revision: 190175

upgpkg: deepin-terminal 2.0.16-2

fix dependency on deepin-menu

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:45:24 UTC (rev 190174)
+++ PKGBUILD2016-09-23 01:17:09 UTC (rev 190175)
@@ -5,12 +5,12 @@
  
 pkgname=deepin-terminal
 pkgver=2.0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
 url="https://github.com/manateelazycat/deepin-terminal;
 license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu')
 makedepends=('git' 'vala')
 groups=('deepin-extra')
 options=(!emptydirs)


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:40:42
  Author: jgc
Revision: 276853

upgpkg: gnome-session 3.22.0+3+gab2f4c8-1

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:33:36 UTC (rev 276852)
+++ PKGBUILD2016-09-22 21:40:42 UTC (rev 276853)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-session
-pkgver=3.20.2
+pkgver=3.22.0+3+gab2f4c8
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 arch=(i686 x86_64)
@@ -9,29 +9,32 @@
 license=(GPL LGPL)
 depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
  json-glib libgl libsm libxtst systemd)
-makedepends=(intltool mesa gtk-doc xtrans)
+makedepends=(intltool mesa gtk-doc xtrans git gnome-common python)
 options=('!emptydirs')
 url="http://www.gnome.org;
 groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-timeout.patch
-platformtheme.patch)
-sha256sums=('025f97e0b9f5431890598d6130040e1e7071771cc29e1d29d8e2e7c84d95f6da'
-'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc'
-'912cab8e94a5d8d97753746899830f61508eec4233480794c7e7f6b0dcd924ee')
+_commit=ab2f4c857763ca2cb610d381c327a1884d20b055
+source=("git://git.gnome.org/gnome-session#commit=$_commit"
+timeout.patch)
+sha256sums=('SKIP'
+'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 
-  # FS#49977
-  patch -Np1 -i ../platformtheme.patch
+  NOCONFIGURE=1 ./autogen.sh
 }
-
+  
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
   --disable-schemas-compile --enable-systemd --disable-gconf
@@ -39,6 +42,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-22 Thread Sébastien Luttringer
Date: Thursday, September 22, 2016 @ 21:50:58
  Author: seblu
Revision: 276855

upgpkg: bird 1.6.1-1

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:40:47 UTC (rev 276854)
+++ PKGBUILD2016-09-22 21:50:58 UTC (rev 276855)
@@ -3,7 +3,7 @@
 
 pkgbase=bird
 pkgname=('bird' 'bird6')
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://bird.network.cz/'
@@ -12,7 +12,7 @@
 source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
 'bird.service'
 'bird6.service')
-md5sums=('4c92ec3548a2a120243879b6ef7046dd'
+md5sums=('2b2909ef76c6931e2e1e98da9f6df64c'
  '69221e063a3f07dcad519d5eeacaae75'
  '5b172bd052b523efd95ee018e891e181')
 


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 22:15:09
  Author: jgc
Revision: 276859

upgpkg: mutter 3.22.0+2+g0281570-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:56:20 UTC (rev 276858)
+++ PKGBUILD2016-09-22 22:15:09 UTC (rev 276859)
@@ -4,23 +4,34 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.20.3
+pkgver=3.22.0+2+g0281570
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter;
 arch=(i686 x86_64)
 license=(GPL)
-depends=(clutter dconf gobject-introspection-runtime gsettings-desktop-schemas
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
  libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev)
-makedepends=(intltool gobject-introspection)
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('142c5271df4bde968c725ed09026173292c07b4dd7ba75f19c4b14fc363af916')
+_commit=028157081c0428bac1269078dd7f3360e3810824
+source=("git://git.gnome.org/mutter#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/$pkgname --disable-static \
@@ -28,11 +39,13 @@
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' cogl/libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' clutter/libtool
 
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 22:15:14
  Author: jgc
Revision: 276860

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mutter/repos/gnome-unstable-i686/
  mutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 276859, mutter/trunk/PKGBUILD)
  mutter/repos/gnome-unstable-x86_64/
  mutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276859, mutter/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   51 +++
 gnome-unstable-x86_64/PKGBUILD |   51 +++
 2 files changed, 102 insertions(+)

Copied: mutter/repos/gnome-unstable-i686/PKGBUILD (from rev 276859, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 22:15:14 UTC (rev 276860)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.22.0+2+g0281570
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=028157081c0428bac1269078dd7f3360e3810824
+source=("git://git.gnome.org/mutter#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' cogl/libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' clutter/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: mutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276859, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 22:15:14 UTC (rev 276860)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.22.0+2+g0281570
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://git.gnome.org/browse/mutter;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=028157081c0428bac1269078dd7f3360e3810824
+source=("git://git.gnome.org/mutter#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' cogl/libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' clutter/libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 22:32:51
  Author: jgc
Revision: 276862

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-shell/repos/gnome-unstable-i686/
  gnome-shell/repos/gnome-unstable-i686/PKGBUILD
(from rev 276861, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-i686/nm-libexecdir.patch
(from rev 276861, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/gnome-unstable-x86_64/
  gnome-shell/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276861, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/gnome-unstable-x86_64/nm-libexecdir.patch
(from rev 276861, gnome-shell/trunk/nm-libexecdir.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   59 
 gnome-unstable-i686/nm-libexecdir.patch   |   12 +
 gnome-unstable-x86_64/PKGBUILD|   59 
 gnome-unstable-x86_64/nm-libexecdir.patch |   12 +
 4 files changed, 142 insertions(+)

Copied: gnome-shell/repos/gnome-unstable-i686/PKGBUILD (from rev 276861, 
gnome-shell/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 22:32:51 UTC (rev 276862)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab 
+# Contributor: Flamelab 

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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 22:32:47
  Author: jgc
Revision: 276861

upgpkg: gnome-shell 3.22.0+3+g3cd8dd0-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 22:15:14 UTC (rev 276860)
+++ PKGBUILD2016-09-22 22:32:47 UTC (rev 276861)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab 

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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:40:47
  Author: jgc
Revision: 276854

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-session/repos/gnome-unstable-i686/
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
(from rev 276853, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-i686/platformtheme.patch
(from rev 276853, gnome-session/trunk/platformtheme.patch)
  gnome-session/repos/gnome-unstable-i686/timeout.patch
(from rev 276853, gnome-session/trunk/timeout.patch)
  gnome-session/repos/gnome-unstable-x86_64/
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276853, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-x86_64/platformtheme.patch
(from rev 276853, gnome-session/trunk/platformtheme.patch)
  gnome-session/repos/gnome-unstable-x86_64/timeout.patch
(from rev 276853, gnome-session/trunk/timeout.patch)

---+
 gnome-unstable-i686/PKGBUILD  |   47 
 gnome-unstable-i686/platformtheme.patch   |   34 
 gnome-unstable-i686/timeout.patch |   24 ++
 gnome-unstable-x86_64/PKGBUILD|   47 
 gnome-unstable-x86_64/platformtheme.patch |   34 
 gnome-unstable-x86_64/timeout.patch   |   24 ++
 6 files changed, 210 insertions(+)

Copied: gnome-session/repos/gnome-unstable-i686/PKGBUILD (from rev 276853, 
gnome-session/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 21:40:47 UTC (rev 276854)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.22.0+3+gab2f4c8
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(intltool mesa gtk-doc xtrans git gnome-common python)
+options=('!emptydirs')
+url="http://www.gnome.org;
+groups=(gnome)
+_commit=ab2f4c857763ca2cb610d381c327a1884d20b055
+source=("git://git.gnome.org/gnome-session#commit=$_commit"
+timeout.patch)
+sha256sums=('SKIP'
+'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd --disable-gconf
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-session/repos/gnome-unstable-i686/platformtheme.patch (from rev 
276853, gnome-session/trunk/platformtheme.patch)
===
--- gnome-unstable-i686/platformtheme.patch (rev 0)
+++ gnome-unstable-i686/platformtheme.patch 2016-09-22 21:40:47 UTC (rev 
276854)
@@ -0,0 +1,34 @@
+From ce4208add3b49d440e0c418229774dd802ee6b87 Mon Sep 17 00:00:00 2001
+From: Ray Strode 
+Date: Thu, 31 Mar 2016 21:55:55 -0400
+Subject: [PATCH] main: allow users to override QT_QPA_PLATFORMTHEME
+
+commit 971baf2e225abc5a67bd0c149f4cbfdb0ef8c549 added
+code to make Qt applications look like GNOME ones.
+
+That makes it impossible for users to use custom
+platform themes though.
+
+This commit addresses the problem by only setting
+QT_QPA_PLATFORMTHEME if it isn't already set.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=762681
+---
+ gnome-session/main.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/gnome-session/main.c b/gnome-session/main.c
+index 9f3ca0f..615b4ce 100644
+--- a/gnome-session/main.c
 b/gnome-session/main.c
+@@ -415,7 +415,9 @@ main (int argc, char **argv)
+ 
+ /* Tell Qt to try to make Qt applications look like gnome
+  */
+-gsm_util_setenv ("QT_QPA_PLATFORMTHEME", "qgnomeplatform");
++if (g_getenv ("QT_QPA_PLATFORMTHEME") == NULL) {
++gsm_util_setenv ("QT_QPA_PLATFORMTHEME", "qgnomeplatform");
++}
+ 
+ /* hack to fix keyring until we can reorder things in 3.20
+  * https://bugzilla.gnome.org/show_bug.cgi?id=738205

Copied: gnome-session/repos/gnome-unstable-i686/timeout.patch (from rev 276853, 
gnome-session/trunk/timeout.patch)
===
--- gnome-unstable-i686/timeout.patch   (rev 0)
+++ gnome-unstable-i686/timeout.patch   2016-09-22 21:40:47 UTC (rev 276854)
@@ 

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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:17:24
  Author: jgc
Revision: 276845

upgpkg: gnome-documents 3.22.0+1+g234a492-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:00:38 UTC (rev 276844)
+++ PKGBUILD2016-09-22 21:17:24 UTC (rev 276845)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.20.1
+pkgver=3.22.0+1+g234a492
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents;
@@ -10,14 +10,26 @@
 license=(GPL)
 groups=(gnome-extra)
 depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkit2gtk gnome-online-miners librsvg)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-optdepends=('unoconv: Support for Libreoffice document types')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c73810ded97431360ba80c127d3244b1e6e416643fba0ba96411d22729211394')
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(intltool gobject-introspection git gnome-common)
+optdepends=('libeoffice-fresh: Support for Libreoffice document types')
+_commit=234a49215ad59c1bc5906c8af0eaeb4b93cfd10d
+source=("git://git.gnome.org/gnome-documents#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -28,12 +40,12 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:17:29
  Author: jgc
Revision: 276846

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-documents/repos/gnome-unstable-i686/
  gnome-documents/repos/gnome-unstable-i686/PKGBUILD
(from rev 276845, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/gnome-unstable-x86_64/
  gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276845, gnome-documents/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: gnome-documents/repos/gnome-unstable-i686/PKGBUILD (from rev 276845, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 21:17:29 UTC (rev 276846)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.22.0+1+g234a492
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(intltool gobject-introspection git gnome-common)
+optdepends=('libeoffice-fresh: Support for Libreoffice document types')
+_commit=234a49215ad59c1bc5906c8af0eaeb4b93cfd10d
+source=("git://git.gnome.org/gnome-documents#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276845, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 21:17:29 UTC (rev 276846)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.22.0+1+g234a492
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(intltool gobject-introspection git gnome-common)
+optdepends=('libeoffice-fresh: Support for Libreoffice document types')
+_commit=234a49215ad59c1bc5906c8af0eaeb4b93cfd10d
+source=("git://git.gnome.org/gnome-documents#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-getting-started-docs/repos (2 files)

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:26:32
  Author: jgc
Revision: 276848

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-getting-started-docs/repos/gnome-unstable-any/
  gnome-getting-started-docs/repos/gnome-unstable-any/PKGBUILD
(from rev 276847, gnome-getting-started-docs/trunk/PKGBUILD)

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

Copied: gnome-getting-started-docs/repos/gnome-unstable-any/PKGBUILD (from rev 
276847, gnome-getting-started-docs/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2016-09-22 21:26:32 UTC (rev 276848)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-getting-started-docs
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Help a new user get started in GNOME"
+arch=(any)
+license=('CCPL:cc-by-sa-3.0')
+# gst plugins required to decode help videos
+depends=(yelp gst-plugins-base gst-plugins-good)
+makedepends=(yelp-tools git gnome-common)
+url="http://www.gnome.org;
+groups=(gnome-extra)
+_commit=f7f7ed4cd09b31636c7f027321e647c511bcc5e1
+source=("git://git.gnome.org/gnome-getting-started-docs#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-getting-started-docs/trunk (PKGBUILD)

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 21:26:29
  Author: jgc
Revision: 276847

upgpkg: gnome-getting-started-docs 3.22.0-1

Modified:
  gnome-getting-started-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:17:29 UTC (rev 276846)
+++ PKGBUILD2016-09-22 21:26:29 UTC (rev 276847)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-getting-started-docs
-pkgver=3.20.0
+pkgver=3.22.0
 pkgrel=1
 pkgdesc="Help a new user get started in GNOME"
 arch=(any)
@@ -9,14 +9,25 @@
 license=('CCPL:cc-by-sa-3.0')
 # gst plugins required to decode help videos
 depends=(yelp gst-plugins-base gst-plugins-good)
-makedepends=(yelp-tools)
+makedepends=(yelp-tools git gnome-common)
 url="http://www.gnome.org;
 groups=(gnome-extra)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0dc3a69d646c3ee3c6ef1a34dbc7f469d66275bd20215071fd495ae5900fcfdc')
+_commit=f7f7ed4cd09b31636c7f027321e647c511bcc5e1
+source=("git://git.gnome.org/gnome-getting-started-docs#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var
   make
@@ -23,6 +34,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in gitlab-ci-multi-runner/repos (26 files)

2016-09-22 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 21:29:29
  Author: svenstaro
Revision: 190172

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 190171, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 190171, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 190171, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 190171, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 190171, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
  gitlab-ci-multi-runner/repos/community-i686/config.toml
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-i686/godeps.patch
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-x86_64/godeps.patch

-+
 /PKGBUILD   |  150 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   80 
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-i686/godeps.patch |   30 --
 community-x86_64/PKGBUILD   |   80 
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 community-x86_64/godeps.patch   |   30 --
 20 files changed, 206 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-22 21:29:11 UTC (rev 190171)
+++ community-i686/PKGBUILD 2016-09-22 21:29:29 UTC (rev 190172)
@@ -1,80 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.5.2
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'godep' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz;
-

[arch-commits] Commit in gitlab-ci-multi-runner/trunk (PKGBUILD godeps.patch)

2016-09-22 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 21:29:11
  Author: svenstaro
Revision: 190171

upgpkg: gitlab-ci-multi-runner 1.6.0-1

upstream release 1.6.0

Modified:
  gitlab-ci-multi-runner/trunk/PKGBUILD
Deleted:
  gitlab-ci-multi-runner/trunk/godeps.patch

--+
 PKGBUILD |   23 +--
 godeps.patch |   30 --
 2 files changed, 9 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 20:30:15 UTC (rev 190170)
+++ PKGBUILD2016-09-22 21:29:11 UTC (rev 190171)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-ci-multi-runner
-pkgver=1.5.2
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
@@ -15,23 +15,21 @@
 noextract=('prebuilt-x86_64.tar.xz'
'prebuilt-arm.tar.xz')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz;
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz;
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz;
 "gitlab-runner.install"
 "gitlab-runner.service"
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
-"config.toml"
-"godeps.patch")
-sha256sums=('fbade53f2603187207fc7a58b8dc8fcdc5c089c8405cc136edbc715079caad19'
-'265a49a8ecb5a4ca3fe51c66baca2a8e82608e37fbe487e261bfe72d83dc5902'
-'951b4ee84fcab0c63e80d70fe78774a32eb96bff65266417d4f6e4aeb8fe7e64'
-'289f73a16df5c8823a15b67a4aaa635d32b9c49ce4e11baa5d33f12828a1e0bb'
+"config.toml")
+sha256sums=('219031680b386436ec7b7affc004c2388e6772bb8cce6d554c5b564918bce720'
+'2c0d97469a124956d7f71601848dadd0df644e2bd8e8555d0deb4e7f47c7be52'
+'fc5ad1eb24104e453ff4412fbf4bd304e0d04ffeb7ce3f4d0440e6328ddf474f'
+'d8b75e676727989115ab11d6a74281de61daed64a72dcc21d98814e845cdcf91'
 '843cabc4e1cfbf0a81365abae0c3d6ac388c00074017f9c286a7d5545828d1fa'
 '0d7621aec132ce44d7dadbe6c5f43b330af5c1dddfe06c958336a297e70c5bba'
 '8b17ed458da6926ea0d28aa4cb307b42b047bda9dfa4a96ee48e1c02051efb13'
-'b1f7d9a6a0148884528584909729cce817253759650da61d641e2225845f9330'
-'e75aafe94fe0029e42267e459a1c2d1edae1c3f8d4914af353fc005fef74a828')
+'b1f7d9a6a0148884528584909729cce817253759650da61d641e2225845f9330')
 
 prepare() {
 _srcdir=$(ls "${srcdir}" | grep -E "${pkgname}-v${pkgver}-[0-9a-f]{40}")
@@ -42,9 +40,6 @@
 
 cd "${srcdir}/src/gitlab.com/gitlab-org/${pkgname}"
 
-# Patch invalid windows packages in Godeps/Godeps.json
-patch -p0 -i "${srcdir}/godeps.patch"
-
 GOPATH="${srcdir}" godep restore
 
 ln -sf "${srcdir}/prebuilt-x86_64.tar.xz" prebuilt-x86_64.tar.xz

Deleted: godeps.patch
===
--- godeps.patch2016-09-22 20:30:15 UTC (rev 190170)
+++ godeps.patch2016-09-22 21:29:11 UTC (rev 190171)
@@ -1,30 +0,0 @@
 Godeps/Godeps.json 2016-08-22 16:43:27.0 +0200
-+++ Godeps/Godeps.json 2016-09-02 14:07:53.703466326 +0200
-@@ -153,26 +153,6 @@
-   "Rev": "1f22c0103821b9390939b6776727195525381532"
-   },
-   {
--  "ImportPath": "golang.org/x/sys/windows",
--  "Rev": "98fc11432b951eb53c62602ba4ae99d03c1fb7e2"
--  },
--  {
--  "ImportPath": "golang.org/x/sys/windows/registry",
--  "Rev": "98fc11432b951eb53c62602ba4ae99d03c1fb7e2"
--  },
--  {
--  "ImportPath": "golang.org/x/sys/windows/svc",
--  "Rev": "98fc11432b951eb53c62602ba4ae99d03c1fb7e2"
--  },
--  {
--  "ImportPath": "golang.org/x/sys/windows/svc/eventlog",
--  "Rev": "98fc11432b951eb53c62602ba4ae99d03c1fb7e2"
--  },
--  {
--  "ImportPath": "golang.org/x/sys/windows/svc/mgr",
--  "Rev": "98fc11432b951eb53c62602ba4ae99d03c1fb7e2"
--  },
--  {
-   "ImportPath": "gopkg.in/yaml.v1",
-   "Rev": "9f9df34309c04878acc86042b16630b0f696e1de"
-   }
-


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

2016-09-22 Thread Sébastien Luttringer
Date: Thursday, September 22, 2016 @ 21:30:06
  Author: seblu
Revision: 276849

upgpkg: btrfs-progs 4.7.3-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:26:32 UTC (rev 276848)
+++ PKGBUILD2016-09-22 21:30:06 UTC (rev 276849)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.7.2
+pkgver=4.7.3
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- '0cc94ee801027ea06c357bbb9906b987'
+ 'b2dc5175a721247d982be6d98e1e7525'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '794b867e09451284c545bae112aa0cfd'


[arch-commits] Commit in btrfs-progs/repos (14 files)

2016-09-22 Thread Sébastien Luttringer
Date: Thursday, September 22, 2016 @ 21:30:27
  Author: seblu
Revision: 276850

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 276849, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 276849, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
(from rev 276849, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
(from rev 276849, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 276849, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 276849, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 276849, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 276849, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 276849, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 276849, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 276849, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 276849, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   61 
 testing-i686/btrfs-progs.install  |   15 +++
 testing-i686/btrfs-scrub@.service |7 +++
 testing-i686/btrfs-scrub@.timer   |   10 +
 testing-i686/initcpio-hook-btrfs  |7 +++
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/btrfs-progs.install|   15 +++
 testing-x86_64/btrfs-scrub@.service   |7 +++
 testing-x86_64/btrfs-scrub@.timer |   10 +
 testing-x86_64/initcpio-hook-btrfs|7 +++
 testing-x86_64/initcpio-install-btrfs |   17 
 12 files changed, 234 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 276849, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-22 21:30:27 UTC (rev 276850)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.7.3
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ 'b2dc5175a721247d982be6d98e1e7525'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '794b867e09451284c545bae112aa0cfd'
+ '502221c1b47a3bb2c06703d4fb90a0c2')
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make prefix="$pkgdir"/usr install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 276849, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2016-09-22 21:30:27 UTC (rev 276850)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## 

[arch-commits] Commit in xfig/trunk (6 files)

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 21:33:02
  Author: arojas
Revision: 276851

Update to 3.2.6

Added:
  xfig/trunk/xfig-aspell.patch
Modified:
  xfig/trunk/PKGBUILD
  xfig/trunk/xfig-3.2.5-color-resources.patch
  xfig/trunk/xfig-3.2.5-urwfonts.patch
Deleted:
  xfig/trunk/xfig-3.2.4-redhat.patch
  xfig/trunk/xfig-fix_dash_list_for_different_styles.patch

---+
 PKGBUILD  |   60 +++-
 xfig-3.2.4-redhat.patch   |   31 --
 xfig-3.2.5-color-resources.patch  |   70 
 xfig-3.2.5-urwfonts.patch |4 -
 xfig-aspell.patch |   11 +++
 xfig-fix_dash_list_for_different_styles.patch |   34 ---
 6 files changed, 70 insertions(+), 140 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 21:30:27 UTC (rev 276850)
+++ PKGBUILD2016-09-22 21:33:02 UTC (rev 276851)
@@ -2,64 +2,48 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=xfig
-pkgver=3.2.5c
-pkgrel=3
+pkgver=3.2.6
+pkgrel=1
 pkgdesc="An interactive drawing tool"
 arch=('i686' 'x86_64')
-url="http://www.xfig.org/userman/;
+url="http://mcj.sourceforge.net/;
 license=('custom')
-depends=('libpng' 'libjpeg' 'libxaw' 'libxi' 'desktop-file-utils' 'gsfonts')
-makedepends=('imake')
-optdepends=('transfig: to use the frontend to convert fig files')
+depends=('libjpeg' 'xaw3d' 'gsfonts')
+optdepends=('fig2dev: to use the frontend to convert fig files')
 options=('!makeflags' '!emptydirs')
-source=(http://downloads.sourceforge.net/mcj/${pkgname}.${pkgver}.full.tar.gz
-   xfig-3.2.4-redhat.patch xfig-3.2.5-color-resources.patch
-xfig-3.2.5-urwfonts.patch xfig-fix_dash_list_for_different_styles.patch
-LICENSE)
-sha1sums=('47d31dd9ad46819732ab74db340e11489db2c646'
-  '926ad99c7221baa4aa9e9737722958860b2700fc'
-  '45e7fb80193825b088d798089aeade2e1729c9ac'
-  'e595ccdbe293ea0fdecbf59a2192ae57ced2c8eb'
-  '6aa98ab4497c30d18b4d0599f9d943bf78991246'
+source=(http://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz
+   xfig-aspell.patch xfig-3.2.5-color-resources.patch
+xfig-3.2.5-urwfonts.patch LICENSE)
+sha1sums=('10872f47f0da53d7dc5e30507a8520bebf32068a'
+  'a57fcc3c8396d58b19061f9cdd93beea728e38e5'
+  'dd41e0a007bb74b74e1af50b6b04aa6aec61ab22'
+  'a11af0a4edb7991fb81b6a2ff12fd33203a9dc45'
   '31edf4cfab708820ea3f114d095dfef5aa88e5aa')
 
 prepare() {
-  cd ${pkgname}.${pkgver}
-  patch -p1 -i "${srcdir}/xfig-3.2.4-redhat.patch"
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/xfig-aspell.patch"
   patch -p1 -i "${srcdir}/xfig-3.2.5-color-resources.patch"
   patch -p1 -i "${srcdir}/xfig-3.2.5-urwfonts.patch"
-  patch -p1 -i "${srcdir}/xfig-fix_dash_list_for_different_styles.patch"
-
-  sed -i -e 's|X11R6/||' -e 's|image/x-xfig|image/fig;image/x-xfig|' 
xfig.desktop
-  echo -e "Categories=Application;Graphics;\nIcon=xfig" >> xfig.desktop
-  sed -i 's/#define XAW3D/XCOMM #define XAW3D/' Imakefile
-  sed -i 's/XCOMM USEINLINE/USEINLINE/' Imakefile
-  sed -i -e 's/XCOMM #define I18N/#define I18N/' \
--e 's/XCOMM XAW_INTERN/XAW_INTERN/' Imakefile
-  chmod 755 Libraries
-  groff -mandoc -Thtml Doc/xfig.man > Doc/xfig_man.html
 }
 
 build() {
-  cd ${pkgname}.${pkgver}
-  xmkmf
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
   make XFIGDOCDIR=/usr/share/doc/xfig LIBDIR=/usr/share \
 XAPPLOADDIR=/usr/share/X11/app-defaults
 }
 
 package() {
-  cd ${pkgname}.${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" XFIGDOCDIR=/usr/share/doc/xfig LIBDIR=/usr/share \
-MANDIR=/usr/share/man/man1 XAPPLOADDIR=/usr/share/X11/app-defaults 
install.all
-  rm "${pkgdir}/usr/share/app-defaults"
+MANDIR=/usr/share/man/man1 XAPPLOADDIR=/usr/share/X11/app-defaults install
 
-  find "${pkgdir}/usr/share/xfig/Libraries" -type f -exec chmod 0644 {} \;
-  find "${pkgdir}/usr/share/xfig/Libraries" -type d -exec chmod 0755 {} \;
-  find "${pkgdir}/usr/share/doc/xfig" -type f -exec chmod 0644 {} \;
-  find "${pkgdir}/usr/share/doc/xfig" -type d -exec chmod 0755 {} \;
+#  find "${pkgdir}/usr/share/xfig/Libraries" -type f -exec chmod 0644 {} \;
+#  find "${pkgdir}/usr/share/xfig/Libraries" -type d -exec chmod 0755 {} \;
+#  find "${pkgdir}/usr/share/doc/xfig" -type f -exec chmod 0644 {} \;
+#  find "${pkgdir}/usr/share/doc/xfig" -type d -exec chmod 0755 {} \;
 
-  install -D -m644 xfig.desktop "${pkgdir}/usr/share/applications/xfig.desktop"
-  install -D -m644 xfig.png  "${pkgdir}/usr/share/pixmaps/xfig.png"
   install -D -m644 ../LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Deleted: xfig-3.2.4-redhat.patch
===
--- xfig-3.2.4-redhat.patch 2016-09-22 21:30:27 UTC (rev 

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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 21:33:36
  Author: arojas
Revision: 276852

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

Added:
  xfig/repos/testing-i686/
  xfig/repos/testing-i686/LICENSE
(from rev 276851, xfig/trunk/LICENSE)
  xfig/repos/testing-i686/PKGBUILD
(from rev 276851, xfig/trunk/PKGBUILD)
  xfig/repos/testing-i686/xfig-3.2.5-color-resources.patch
(from rev 276851, xfig/trunk/xfig-3.2.5-color-resources.patch)
  xfig/repos/testing-i686/xfig-3.2.5-urwfonts.patch
(from rev 276851, xfig/trunk/xfig-3.2.5-urwfonts.patch)
  xfig/repos/testing-i686/xfig-aspell.patch
(from rev 276851, xfig/trunk/xfig-aspell.patch)
  xfig/repos/testing-x86_64/
  xfig/repos/testing-x86_64/LICENSE
(from rev 276851, xfig/trunk/LICENSE)
  xfig/repos/testing-x86_64/PKGBUILD
(from rev 276851, xfig/trunk/PKGBUILD)
  xfig/repos/testing-x86_64/xfig-3.2.5-color-resources.patch
(from rev 276851, xfig/trunk/xfig-3.2.5-color-resources.patch)
  xfig/repos/testing-x86_64/xfig-3.2.5-urwfonts.patch
(from rev 276851, xfig/trunk/xfig-3.2.5-urwfonts.patch)
  xfig/repos/testing-x86_64/xfig-aspell.patch
(from rev 276851, xfig/trunk/xfig-aspell.patch)

-+
 testing-i686/LICENSE|   33 +
 testing-i686/PKGBUILD   |   49 +
 testing-i686/xfig-3.2.5-color-resources.patch   |   39 ++
 testing-i686/xfig-3.2.5-urwfonts.patch  |   79 ++
 testing-i686/xfig-aspell.patch  |   11 +++
 testing-x86_64/LICENSE  |   33 +
 testing-x86_64/PKGBUILD |   49 +
 testing-x86_64/xfig-3.2.5-color-resources.patch |   39 ++
 testing-x86_64/xfig-3.2.5-urwfonts.patch|   79 ++
 testing-x86_64/xfig-aspell.patch|   11 +++
 10 files changed, 422 insertions(+)

Copied: xfig/repos/testing-i686/LICENSE (from rev 276851, xfig/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,33 @@
+Excerpt of the README from xfig/transfig - legal notice:
+---
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+
+***
+NEW COPYRIGHT/PERMISSION NOTICE:
+
+The xfig copyright and permission notice has changed (again) slightly in
+version 3.2.5.  It now states that:
+
+   FIG : Facility for Interactive Generation of figures
+   Copyright (c) 1985-1988 by Supoj Sutanthavibul
+   Parts Copyright (c) 1989-2002 by Brian V. Smith
+   Parts Copyright (c) 1991 by Paul King
+
+   Any party obtaining a copy of these files is granted, free of charge, a
+   full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+   nonexclusive right and license to deal in this software and 
documentation 
+   files (the "Software"), including without limitation the rights to use, 
+   copy, modify, merge, publish distribute, sublicense and/or sell copies 
of
+   the Software, and to permit persons who receive copies from any such 
+   party to do so, with the only requirement being that the above 
copyright 
+   and this permission notice remain intact.
+
+The license for 3.2.4 didn't allow selling xfig unless it was simply included 
in a
+collection of programs (e.g. a CD) that one was selling.

Copied: xfig/repos/testing-i686/PKGBUILD (from rev 276851, xfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=xfig
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="An interactive drawing tool"
+arch=('i686' 'x86_64')
+url="http://mcj.sourceforge.net/;
+license=('custom')
+depends=('libjpeg' 'xaw3d' 'gsfonts')
+optdepends=('fig2dev: to use the frontend to convert fig files')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz
+   xfig-aspell.patch xfig-3.2.5-color-resources.patch
+xfig-3.2.5-urwfonts.patch LICENSE)
+sha1sums=('10872f47f0da53d7dc5e30507a8520bebf32068a'
+  

[arch-commits] Commit in kodi-addon-visualization-shadertoy/trunk (PKGBUILD)

2016-09-22 Thread Ike Devolder
Date: Thursday, September 22, 2016 @ 07:49:15
  Author: idevolder
Revision: 190150

upgpkg: kodi-addon-visualization-shadertoy 20160921.86ced78-1

Modified:
  kodi-addon-visualization-shadertoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 07:39:09 UTC (rev 190149)
+++ PKGBUILD2016-09-22 07:49:15 UTC (rev 190150)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-shadertoy
-_commit=81916a2
-pkgver=20160523.81916a2
-pkgrel=2
+_commit=86ced78
+pkgver=20160921.86ced78
+pkgrel=1
 pkgdesc="Shadertoy visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.shadertoy'


[arch-commits] Commit in kodi-addon-visualization-shadertoy/repos (4 files)

2016-09-22 Thread Ike Devolder
Date: Thursday, September 22, 2016 @ 07:49:34
  Author: idevolder
Revision: 190151

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

Added:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
(from rev 190150, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD
(from rev 190150, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-22 07:49:15 UTC (rev 190150)
+++ community-i686/PKGBUILD 2016-09-22 07:49:34 UTC (rev 190151)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=81916a2
-pkgver=20160523.81916a2
-pkgrel=2
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD (from 
rev 190150, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-22 07:49:34 UTC (rev 190151)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+_commit=86ced78
+pkgver=20160921.86ced78
+pkgrel=1
+pkgdesc="Shadertoy visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.shadertoy'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-22 07:49:15 UTC (rev 190150)
+++ community-x86_64/PKGBUILD   2016-09-22 07:49:34 UTC (rev 190151)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=81916a2
-pkgver=20160523.81916a2
-pkgrel=2
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD 
(from rev 190150, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-22 07:49:34 UTC (rev 190151)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+

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

2016-09-22 Thread Ike Devolder
Date: Thursday, September 22, 2016 @ 07:39:09
  Author: idevolder
Revision: 190149

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

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 190148, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 190148, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 190148, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 190148, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 190148, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 190148, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 190148, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 190148, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/default
  opera/repos/community-i686/opera
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  136 +++
 /default   |8 ++
 /opera |   26 +++
 /opera.install |   78 ++
 community-i686/PKGBUILD|   68 ---
 community-i686/default |4 -
 community-i686/opera   |   13 ---
 community-i686/opera.install   |   39 ---
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 ---
 12 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-22 07:38:54 UTC (rev 190148)
+++ community-i686/PKGBUILD 2016-09-22 07:39:09 UTC (rev 190149)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=40.0.2308.54
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-)
-source=(
-"opera"
-"default"
-)
-source_i686=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_i386.deb;)
-source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('ae4b2f428d41182b2b7a8f6b97b3ea1cb807d860faeb85471d181310f1448ddf')
-sha256sums_x86_64=('1fd680cf078c24073384c5d3bdc3154bf2d925b368deea1547e3b35a236e86ea')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-i686/PKGBUILD (from rev 190148, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-22 07:39:09 UTC (rev 190149)
@@ -0,0 +1,68 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych 

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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 07:54:08
  Author: jgc
Revision: 276819

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  webkit2gtk/repos/gnome-unstable-i686/
  webkit2gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 276818, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/gnome-unstable-x86_64/
  webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276818, webkit2gtk/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   53 +++
 gnome-unstable-x86_64/PKGBUILD |   53 +++
 2 files changed, 106 insertions(+)

Copied: webkit2gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 276818, 
webkit2gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 07:54:08 UTC (rev 276819)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+
+# webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha1sums=('cc3419a369a3a41edd57a395373f71bbdfcfcaaf')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}

Copied: webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276818, 
webkit2gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 07:54:08 UTC (rev 276819)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.14.0
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+
+# webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha1sums=('cc3419a369a3a41edd57a395373f71bbdfcfcaaf')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 07:54:03
  Author: jgc
Revision: 276818

upgpkg: webkit2gtk 2.14.0-1

Modified:
  webkit2gtk/trunk/PKGBUILD
Deleted:
  webkit2gtk/trunk/isnan.patch

-+
 PKGBUILD|8 
 isnan.patch |   12 
 2 files changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-21 21:37:12 UTC (rev 276817)
+++ PKGBUILD2016-09-22 07:54:03 UTC (rev 276818)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.12.5
+pkgver=2.14.0
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
 'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
-makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
 optdepends=('gtk2: Netscape plugin support'
 'gst-plugins-base: free media decoding'
 'gst-plugins-good: media decoding'
@@ -19,7 +19,7 @@
 
 # webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha1sums=('2d73fd5b47c68c73aea8b3d7b88acc8e62bdb99c')
+sha1sums=('cc3419a369a3a41edd57a395373f71bbdfcfcaaf')
 
 prepare() {
   mkdir build
@@ -35,7 +35,7 @@
   cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
--DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+-DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
   make
 }
 

Deleted: isnan.patch
===
--- isnan.patch 2016-09-21 21:37:12 UTC (rev 276817)
+++ isnan.patch 2016-09-22 07:54:03 UTC (rev 276818)
@@ -1,12 +0,0 @@
-diff -u -r webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp 
webkitgtk-2.10.8-isnan/Source/JavaScriptCore/runtime/Options.cpp
 webkitgtk-2.10.8/Source/JavaScriptCore/runtime/Options.cpp 2016-03-11 
09:59:07.0 +0100
-+++ webkitgtk-2.10.8-isnan/Source/JavaScriptCore/runtime/Options.cpp   
2016-03-13 13:51:55.114836547 +0100
-@@ -610,7 +610,7 @@
- case Options::Type::unsignedType:
- return m_entry.unsignedVal == other.m_entry.unsignedVal;
- case Options::Type::doubleType:
--return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(isnan(m_entry.doubleVal) && isnan(other.m_entry.doubleVal));
-+return (m_entry.doubleVal == other.m_entry.doubleVal) || 
(std::isnan(m_entry.doubleVal) && std::isnan(other.m_entry.doubleVal));
- case Options::Type::int32Type:
- return m_entry.int32Val == other.m_entry.int32Val;
- case Options::Type::optionRangeType:


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

2016-09-22 Thread Ike Devolder
Date: Thursday, September 22, 2016 @ 07:38:54
  Author: idevolder
Revision: 190148

upgpkg: opera 40.0.2308.62-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 03:59:44 UTC (rev 190147)
+++ PKGBUILD2016-09-22 07:38:54 UTC (rev 190148)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=40.0.2308.54
+pkgver=40.0.2308.62
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -31,8 +31,8 @@
 
source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('ae4b2f428d41182b2b7a8f6b97b3ea1cb807d860faeb85471d181310f1448ddf')
-sha256sums_x86_64=('1fd680cf078c24073384c5d3bdc3154bf2d925b368deea1547e3b35a236e86ea')
+sha256sums_i686=('6e0e5209caab2ad48ec4bcda2ac24addb7c91dbff1013c4a7dd9a01dfa0f8058')
+sha256sums_x86_64=('61c62a0de6759119d529ac0543af1bad1b30815ea796fa944ce5c1d5649ac2ed')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


[arch-commits] Commit in gnome-online-accounts/repos (4 files)

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 08:12:54
  Author: jgc
Revision: 276821

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-online-accounts/repos/gnome-unstable-i686/
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 276820, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/gnome-unstable-x86_64/
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276820, gnome-online-accounts/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   51 +++
 gnome-unstable-x86_64/PKGBUILD |   51 +++
 2 files changed, 102 insertions(+)

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 
276820, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 08:12:54 UTC (rev 276821)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+_commit=e7cc249b3564388df60116f566706a62f166ad6b
+source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-media-server \
+--enable-kerberos \
+--enable-lastfm \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
276820, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 08:12:54 UTC (rev 276821)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Single sign-on framework for GNOME"
+url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk json-glib libnotify rest libsecret telepathy-glib krb5 gcr)
+makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
+optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
+'gvfs-google: Google Drive')
+_commit=e7cc249b3564388df60116f566706a62f166ad6b
+source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-media-server \
+--enable-kerberos \
+--enable-lastfm \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 08:12:49
  Author: jgc
Revision: 276820

upgpkg: gnome-online-accounts 3.22.0-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 07:54:08 UTC (rev 276819)
+++ PKGBUILD2016-09-22 08:12:49 UTC (rev 276820)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.20.4
+pkgver=3.22.0
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
@@ -12,7 +12,8 @@
 makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
 'gvfs-google: Google Drive')
-source=("git://git.gnome.org/gnome-online-accounts#tag=$pkgver")
+_commit=e7cc249b3564388df60116f566706a62f166ad6b
+source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
 sha256sums=('SKIP')
 
 prepare() {


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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 10:27:04
  Author: arojas
Revision: 276824

Update to 6.9.5.10

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 08:42:16 UTC (rev 276823)
+++ PKGBUILD2016-09-22 10:27:04 UTC (rev 276824)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.5.9
+pkgver=6.9.5.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
  'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('0a3a9776988483126d8e2474afff8efb80530842'
+sha1sums=('8d3b15ef80a5611688d56f94830fd7bd382c66d7'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 10:33:34
  Author: jgc
Revision: 276826

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libzapojit/repos/gnome-unstable-i686/
  libzapojit/repos/gnome-unstable-i686/PKGBUILD
(from rev 276825, libzapojit/trunk/PKGBUILD)
  libzapojit/repos/gnome-unstable-x86_64/
  libzapojit/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276825, libzapojit/trunk/PKGBUILD)

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

Copied: libzapojit/repos/gnome-unstable-i686/PKGBUILD (from rev 276825, 
libzapojit/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 10:33:34 UTC (rev 276826)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libzapojit
+pkgver=0.0.3+11+g840627d
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'gnome-common' 'git' 'gtk-doc')
+url="http://www.gnome.org;
+_commit=840627d582534dafff7e05c090fb6e1a65ed2199
+source=("git://git.gnome.org/libzapojit#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libzapojit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276825, 
libzapojit/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 10:33:34 UTC (rev 276826)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libzapojit
+pkgver=0.0.3+11+g840627d
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'gnome-common' 'git' 'gtk-doc')
+url="http://www.gnome.org;
+_commit=840627d582534dafff7e05c090fb6e1a65ed2199
+source=("git://git.gnome.org/libzapojit#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 10:33:28
  Author: jgc
Revision: 276825

upgpkg: libzapojit 0.0.3+11+g840627d-1

Modified:
  libzapojit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 10:27:04 UTC (rev 276824)
+++ PKGBUILD2016-09-22 10:33:28 UTC (rev 276825)
@@ -2,24 +2,36 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libzapojit
-pkgver=0.0.3
-pkgrel=2
+pkgver=0.0.3+11+g840627d
+pkgrel=1
 pkgdesc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libsoup' 'gnome-online-accounts')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'gnome-common' 'git' 'gtk-doc')
 url="http://www.gnome.org;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3d25f99329105abb99d1e9651b0aa1842065456ea54c22970a7330e9f3d1c37e')
+_commit=840627d582534dafff7e05c090fb6e1a65ed2199
+source=("git://git.gnome.org/libzapojit#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 08:42:16
  Author: jgc
Revision: 276823

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgdata/repos/gnome-unstable-i686/
  libgdata/repos/gnome-unstable-i686/PKGBUILD
(from rev 276822, libgdata/trunk/PKGBUILD)
  libgdata/repos/gnome-unstable-x86_64/
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276822, libgdata/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 276822, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 08:42:16 UTC (rev 276823)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.17.6
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
+url="http://www.gnome.org;
+_commit=17aeee7598a896603d7037066c7ac90b1ef87cd9
+source=("git://git.gnome.org/libgdata#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libgdata/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276822, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 08:42:16 UTC (rev 276823)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.17.6
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
+url="http://www.gnome.org;
+_commit=17aeee7598a896603d7037066c7ac90b1ef87cd9
+source=("git://git.gnome.org/libgdata#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 08:42:10
  Author: jgc
Revision: 276822

upgpkg: libgdata 0.17.6-1

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 08:12:54 UTC (rev 276821)
+++ PKGBUILD2016-09-22 08:42:10 UTC (rev 276822)
@@ -2,24 +2,37 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgdata
-pkgver=0.17.5
+pkgver=0.17.6
 pkgrel=1
 pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
 url="http://www.gnome.org;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b3fbdae075aa0d83897ae0e9daf3c29075dce1724c8b8a27e0735688756355e8')
+_commit=17aeee7598a896603d7037066c7ac90b1ef87cd9
+source=("git://git.gnome.org/libgdata#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
 build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static --disable-tests
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-22 Thread Christian Hesse
Date: Thursday, September 22, 2016 @ 09:00:10
  Author: eworm
Revision: 190152

prepare for gnome 3.22.0 release

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 07:49:34 UTC (rev 190151)
+++ PKGBUILD2016-09-22 09:00:10 UTC (rev 190152)
@@ -4,8 +4,8 @@
 # Contributor: Jonathan Conder 
 
 pkgname=gnome-packagekit
-pkgver=3.20.0
-pkgrel=2
+pkgver=3.22.0
+pkgrel=0
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -13,7 +13,7 @@
 depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
 makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
 
source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('b84a5db6294ef5252a275b3fcfed509eee60f055ca5d374e5e54d19631c8c571')
+sha256sums=('0b28d4928f9767a512723b49656266aaa2a7909d880e5e4238c0e3436ac4908c')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-09-22 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 17:41:06
  Author: svenstaro
Revision: 190163

upgpkg: gitlab-shell 3.6.0-1

upstream release 3.6.0

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 15:58:57 UTC (rev 190162)
+++ PKGBUILD2016-09-22 17:41:06 UTC (rev 190163)
@@ -7,8 +7,8 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=gitlab-shell
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
 url="https://gitlab.com/gitlab-org/gitlab-shell/;
@@ -23,7 +23,7 @@
 "etc/webapps/${pkgname}/")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-shell.gitconfig")
-md5sums=('cd548940ee1a3c796f5b65b577b870b0'
+md5sums=('e863a2b6e978b5da886842822861e327'
  '6b917256b13a1685e9a3cc73e68152d0')
 
 _homedir='/var/lib/gitlab'


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

2016-09-22 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 18:18:27
  Author: svenstaro
Revision: 190165

upgpkg: gitlab 8.12.0-1

upstream release 8.12.0

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 17:41:14 UTC (rev 190164)
+++ PKGBUILD2016-09-22 18:18:27 UTC (rev 190165)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.11.7
+pkgver=8.12.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('6dee5ef5d2cc4c59489d3d5789c3eb10a22521533507f22df8b0fbd00e6301b3'
+sha256sums=('6658cec134b7d562fca89567f843be0c5753e4e3458ee286fa8bed0bfa1eb39d'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


[arch-commits] Commit in gitlab-shell/repos/community-any (6 files)

2016-09-22 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 17:41:14
  Author: svenstaro
Revision: 190164

archrelease: copy trunk to community-any

Added:
  gitlab-shell/repos/community-any/PKGBUILD
(from rev 190163, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
(from rev 190163, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-any/gitlab-shell.install
(from rev 190163, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-any/PKGBUILD
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
  gitlab-shell/repos/community-any/gitlab-shell.install

+
 PKGBUILD   |  160 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 ++--
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-22 17:41:06 UTC (rev 190163)
+++ PKGBUILD2016-09-22 17:41:14 UTC (rev 190164)
@@ -1,80 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="Self hosted Git management software. Replacement for gitolite"
-arch=('any')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby' 'redis' 'git')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-shell.gitconfig")
-md5sums=('cd548940ee1a3c796f5b65b577b870b0'
- '6b917256b13a1685e9a3cc73e68152d0')
-
-_homedir='/var/lib/gitlab'
-_datadir="/usr/share/webapps/${pkgname}"
-_srcdir="gitlab-shell-v${pkgver}"
-_logdir='/var/log/gitlab'
-_etcdir="/etc/webapps/${pkgname}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o 105 -g 105 "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-any/PKGBUILD (from rev 190163, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-22 17:41:14 UTC (rev 190164)
@@ -0,0 +1,80 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Self hosted Git management software. Replacement for gitolite"
+arch=('any')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby' 'redis' 'git')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+

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

2016-09-22 Thread Daniel Micay
Date: Thursday, September 22, 2016 @ 18:54:27
  Author: thestinger
Revision: 190167

upgpkg: linux-grsec 1:4.7.4.r201609211951-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 18:18:45 UTC (rev 190166)
+++ PKGBUILD2016-09-22 18:54:27 UTC (rev 190167)
@@ -9,7 +9,7 @@
 _srcname=linux-4.7
 _pkgver=4.7.4
 _grsecver=3.1
-_timestamp=201609152234
+_timestamp=201609211951
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
@@ -35,7 +35,7 @@
 'SKIP'
 'a7e9415d35cee130f2ea5ae4edc652d4be784d9bbfd77e850f1e999f812b2116'
 'SKIP'
-'a388aacfe63b51581933ede96ff8590097f3911a86f515f9c07695dbc2a2240c'
+'de2c177087eab2d659931037a4297db022d64c8b4178c0b9009cef4c00edb440'
 'SKIP'
 '2f92ebcc71b0558b241f575f6b29dccea4dc3c36aa2896f468f688c3cd2284b4'
 'f3b8f3ed024600a01215e8e6c0a307025750911bb87edaf0295c2979e8a36109'


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

2016-09-22 Thread Daniel Micay
Date: Thursday, September 22, 2016 @ 18:55:27
  Author: thestinger
Revision: 190168

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

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

+
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16466 +++
 /config.x86_64 |15882 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  319 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8233 ---
 community-i686/config.x86_64   | 7941 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  319 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8233 ---
 community-x86_64/config.x86_64 | 7941 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 33110 insertions(+), 33110 deletions(-)

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


[arch-commits] Commit in gnome-online-miners/repos (4 files)

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 12:34:05
  Author: jgc
Revision: 276828

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-online-miners/repos/gnome-unstable-i686/
  gnome-online-miners/repos/gnome-unstable-i686/PKGBUILD
(from rev 276827, gnome-online-miners/trunk/PKGBUILD)
  gnome-online-miners/repos/gnome-unstable-x86_64/
  gnome-online-miners/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276827, gnome-online-miners/trunk/PKGBUILD)

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

Copied: gnome-online-miners/repos/gnome-unstable-i686/PKGBUILD (from rev 
276827, gnome-online-miners/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 12:34:05 UTC (rev 276828)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-miners
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Crawls through your online content"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=(python gnome-common git)
+_commit=80575f36b81cc0a4bd333f8b0948a6c3170c1af3
+source=("git://git.gnome.org/gnome-online-miners#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-online-miners/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
276827, gnome-online-miners/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 12:34:05 UTC (rev 276828)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-miners
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Crawls through your online content"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=(python gnome-common git)
+_commit=80575f36b81cc0a4bd333f8b0948a6c3170c1af3
+source=("git://git.gnome.org/gnome-online-miners#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 12:34:00
  Author: jgc
Revision: 276827

upgpkg: gnome-online-miners 3.22.0-1

Modified:
  gnome-online-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 10:33:34 UTC (rev 276826)
+++ PKGBUILD2016-09-22 12:34:00 UTC (rev 276827)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-online-miners
-pkgver=3.20.1
+pkgver=3.22.0
 pkgrel=1
 pkgdesc="Crawls through your online content"
 arch=(i686 x86_64)
@@ -9,12 +9,23 @@
 url="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
 license=(GPL)
 depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
-makedepends=(python)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fd67b9abad6233689a921d84dbe583a8b89d5ade7f1b5d2f348493888baa3429')
- 
+makedepends=(python gnome-common git)
+_commit=80575f36b81cc0a4bd333f8b0948a6c3170c1af3
+source=("git://git.gnome.org/gnome-online-miners#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -21,7 +32,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


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

2016-09-22 Thread Pierre Schmitz
Date: Thursday, September 22, 2016 @ 12:47:45
  Author: pierre
Revision: 190153

upgpkg: lib32-openssl 1:1.0.2.i-1

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 09:00:10 UTC (rev 190152)
+++ PKGBUILD2016-09-22 12:47:45 UTC (rev 190153)
@@ -3,7 +3,7 @@
 
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
-_ver=1.0.2h
+_ver=1.0.2i
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -23,7 +23,7 @@
 'ssl3-test-failure.patch'
 'ca-dir.patch')
 validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
-md5sums=('9392e65072ce4b614c1392eefc1f23d0'
+md5sums=('678374e63f8df456a697d3e5e5a931fb'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '62fc492252edd3283871632bb77fadbe'


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

2016-09-22 Thread Pierre Schmitz
Date: Thursday, September 22, 2016 @ 12:48:31
  Author: pierre
Revision: 276830

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 276829, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 276829, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 276829, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-i686/ssl3-test-failure.patch
(from rev 276829, openssl/trunk/ssl3-test-failure.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 276829, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 276829, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 276829, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/ssl3-test-failure.patch
(from rev 276829, openssl/trunk/ssl3-test-failure.patch)

+
 testing-i686/PKGBUILD  |   77 +++
 testing-i686/ca-dir.patch  |   33 +
 testing-i686/no-rpath.patch|   11 
 testing-i686/ssl3-test-failure.patch   |   26 ++
 testing-x86_64/PKGBUILD|   77 +++
 testing-x86_64/ca-dir.patch|   33 +
 testing-x86_64/no-rpath.patch  |   11 
 testing-x86_64/ssl3-test-failure.patch |   26 ++
 8 files changed, 294 insertions(+)

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 276829, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-22 12:48:31 UTC (rev 276830)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl
+_ver=1.0.2i
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
+"https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ssl3-test-failure.patch'
+'ca-dir.patch')
+md5sums=('678374e63f8df456a697d3e5e5a931fb'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '62fc492252edd3283871632bb77fadbe'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd $srcdir/$pkgname-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+
+   # disable a test that fails when ssl3 is disabled
+   patch -p1 -i $srcdir/ssl3-test-failure.patch
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ "${CARCH}" == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ "${CARCH}" == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared no-ssl3-method ${optflags} \
+   "${openssltarget}" \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$pkgname-$_ver
+   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 276829, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2016-09-22 12:48:31 UTC (rev 276830)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509="$openssl x509";
+ $PKCS12="$openssl pkcs12";
+ 
+-$CATOP="./demoCA";
++$CATOP="/etc/ssl";
+ $CAKEY="cakey.pem";
+ $CAREQ="careq.pem";
+ $CACERT="cacert.pem";
+--- apps/CA.sh 2009-10-15 19:27:47.0 

[arch-commits] Commit in lib32-openssl/repos/multilib-x86_64 (8 files)

2016-09-22 Thread Pierre Schmitz
Date: Thursday, September 22, 2016 @ 12:47:59
  Author: pierre
Revision: 190154

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
(from rev 190153, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
(from rev 190153, lib32-openssl/trunk/ca-dir.patch)
  lib32-openssl/repos/multilib-x86_64/no-rpath.patch
(from rev 190153, lib32-openssl/trunk/no-rpath.patch)
  lib32-openssl/repos/multilib-x86_64/ssl3-test-failure.patch
(from rev 190153, lib32-openssl/trunk/ssl3-test-failure.patch)
Deleted:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
  lib32-openssl/repos/multilib-x86_64/no-rpath.patch
  lib32-openssl/repos/multilib-x86_64/ssl3-test-failure.patch

-+
 PKGBUILD|  156 +++---
 ca-dir.patch|   66 +--
 no-rpath.patch  |   22 +++---
 ssl3-test-failure.patch |   52 +++
 4 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-22 12:47:45 UTC (rev 190153)
+++ PKGBUILD2016-09-22 12:47:59 UTC (rev 190154)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-_pkgbasename=openssl
-pkgname=lib32-$_pkgbasename
-_ver=1.0.2h
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
-epoch=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
-arch=('x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('lib32-glibc' "${_pkgbasename}")
-optdepends=('ca-certificates')
-makedepends=('gcc-multilib')
-options=('!makeflags')
-source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
-"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
-'no-rpath.patch'
-'ssl3-test-failure.patch'
-'ca-dir.patch')
-validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
-md5sums=('9392e65072ce4b614c1392eefc1f23d0'
- 'SKIP'
- 'dc78d3d06baffc16217519242ce92478'
- '62fc492252edd3283871632bb77fadbe'
- '3bf51be3a1bbd262be46dc619f92aa90')
-
-prepare() {
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # remove rpath: http://bugs.archlinux.org/task/14367
-   patch -p0 -i $srcdir/no-rpath.patch
-
-   # disable a test that fails when ssl3 is disabled
-   patch -p1 -i $srcdir/ssl3-test-failure.patch
-
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd $srcdir/$_pkgbasename-$_ver
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
-   shared no-ssl3-method \
-   linux-elf \
-   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-
-   make MAKEDEPPROG="${CC}" depend
-   make
-}
-
-check() {
-   cd $srcdir/$_pkgbasename-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i $srcdir/ca-dir.patch
-   make test
-   patch -p0 -i $srcdir/ca-dir.patch
-}
-
-package() {
-   cd $srcdir/$_pkgbasename-$_ver
-   make INSTALL_PREFIX=$pkgdir install_sw
-
-   rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-openssl/repos/multilib-x86_64/PKGBUILD (from rev 190153, 
lib32-openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-22 12:47:59 UTC (rev 190154)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+_ver=1.0.2i
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+epoch=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-glibc' "${_pkgbasename}")
+optdepends=('ca-certificates')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
+"https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ssl3-test-failure.patch'
+'ca-dir.patch')
+validpgpkeys=(8657ABB260F056B1E5190839D9C4D26D0E604491)
+md5sums=('678374e63f8df456a697d3e5e5a931fb'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+  

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

2016-09-22 Thread Pierre Schmitz
Date: Thursday, September 22, 2016 @ 12:48:17
  Author: pierre
Revision: 276829

upgpkg: openssl 1.0.2.i-1

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 12:34:05 UTC (rev 276828)
+++ PKGBUILD2016-09-22 12:48:17 UTC (rev 276829)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-_ver=1.0.2h
+_ver=1.0.2i
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
@@ -20,7 +20,7 @@
 'no-rpath.patch'
 'ssl3-test-failure.patch'
 'ca-dir.patch')
-md5sums=('9392e65072ce4b614c1392eefc1f23d0'
+md5sums=('678374e63f8df456a697d3e5e5a931fb'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '62fc492252edd3283871632bb77fadbe'


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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 15:48:35
  Author: arojas
Revision: 276831

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 276830, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 276830, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 276830, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 276830, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-22 12:48:31 UTC (rev 276830)
+++ extra-i686/PKGBUILD 2016-09-22 15:48:35 UTC (rev 276831)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.5.9
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('0a3a9776988483126d8e2474afff8efb80530842'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v 

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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 15:58:57
  Author: arojas
Revision: 190162

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-22 15:58:27 UTC (rev 190161)
+++ community-i686/PKGBUILD 2016-09-22 15:58:57 UTC (rev 190162)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.2-81
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-md5sums=('862e255694ed179865bf76fcafbac60f')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari-sage ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-i686/PKGBUILD (from rev 190161, 
giac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-22 15:58:57 UTC (rev 190162)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.2-85
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
+md5sums=('b8032f578d111ee373dc64b235b9e638')
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-22 15:58:27 UTC (rev 190161)
+++ community-x86_64/PKGBUILD   2016-09-22 15:58:57 UTC (rev 190162)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.2-81
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html;
-license=(GPL3)
-makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-md5sums=('862e255694ed179865bf76fcafbac60f')
-
-build() {
-  cd $pkgbase-${pkgver%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari-sage ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 190161, 
giac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-22 15:58:57 UTC (rev 190162)
@@ -0,0 +1,44 

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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 15:58:27
  Author: arojas
Revision: 190161

Update to 1.2.2.85

Modified:
  giac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 15:12:46 UTC (rev 190160)
+++ PKGBUILD2016-09-22 15:58:27 UTC (rev 190161)
@@ -3,7 +3,7 @@
 
 pkgbase=giac
 pkgname=(xcas libgiac)
-_pkgver=1.2.2-81
+_pkgver=1.2.2-85
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc="A free computer algebra system"
@@ -12,7 +12,7 @@
 license=(GPL3)
 makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
 
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz;)
-md5sums=('862e255694ed179865bf76fcafbac60f')
+md5sums=('b8032f578d111ee373dc64b235b9e638')
 
 build() {
   cd $pkgbase-${pkgver%.*}


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

2016-09-22 Thread Alexander Rødseth
Date: Thursday, September 22, 2016 @ 14:54:15
  Author: arodseth
Revision: 190158

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 190157, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 190157, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 190157, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 190157, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  264 ++
 /sysfix.install |   20 ++
 community-i686/PKGBUILD |  116 
 community-i686/sysfix.install   |   10 -
 community-x86_64/PKGBUILD   |  116 
 community-x86_64/sysfix.install |   10 -
 6 files changed, 284 insertions(+), 252 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-22 14:53:07 UTC (rev 190157)
+++ community-i686/PKGBUILD 2016-09-22 14:54:15 UTC (rev 190158)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lex Black 
-# Contributor: Michael Jakl 
-# Contributor: devmotion 
-# Contributor: Valentin Churavy 
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-pkgver=0.4.6
-pkgrel=1
-epoch=2
-arch=('x86_64' 'i686')
-pkgdesc='High-level, high-performance, dynamic programming language'
-url='http://julialang.org/'
-license=('MIT')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'zlib' 'suitesparse' 'patchelf' 'cmake' 'pcre2' 
'libgit2' 'openssl')
-options=('!emptydirs' 'staticlibs')
-source=("git://github.com/JuliaLang/julia.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  # For /etc/ld.so.conf.d/
-  echo '/usr/lib/julia' > julia.conf
-}
-
-build() {
-  # SSE2 is a requirement for Julia on 32-bit x86
-  if [[ $CARCH == i686 ]]; then
-export JULIA_CPU_TARGET=pentium4
-  fi
-
-  make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_INTEL_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-USE_SYSTEM_LIBGIT2=1 \
-USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_DSFMT=0
-}
-
-package_julia() {
-  backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-  depends=('arpack' 'fftw' 'gmp' 'libunwind' 'mpfr' 'zlib' 'lapack' 
'suitesparse' 'pcre2' 'libgit2' 'openssl' 'patchelf')
-  optdepends=('gnuplot: If using the Gaston Package from julia')
-  install='sysfix.install'
-
-  make -C "$pkgname" DESTDIR="$pkgdir" \
-prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_INTEL_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-USE_SYSTEM_LIBGIT2=1 \
-USE_SYSTEM_PATCHELF=1 \
-USE_SYSTEM_DSFMT=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf "$pkgdir/usr/share/julia/doc/man"
-
-  # For /etc/ld.so.conf.d, FS#41731
-  install -Dm644 julia.conf "$pkgdir/etc/ld.so.conf.d/julia.conf"
-
-  # Documentation and examples are in the julia-docs package
-  rm -rvf "$pkgdir/usr/share/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/doc/"
-  rm -rvf "$pkgdir/usr/share/julia/examples/"
-
-  cd "$pkgname"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-  cd "$pkgbase"
-
-  install -d "$pkgdir/usr/share/doc"
-  cp -rv doc "$pkgdir/usr/share/doc/$pkgbase"
-  cp -rv examples "$pkgdir/usr/share/doc/$pkgbase/examples"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: julialang.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 190157, 
julia/trunk/PKGBUILD)

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

2016-09-22 Thread Alexander Rødseth
Date: Thursday, September 22, 2016 @ 14:53:07
  Author: arodseth
Revision: 190157

upgpkg: julia 2:0.5.0-1

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 14:02:37 UTC (rev 190156)
+++ PKGBUILD2016-09-22 14:53:07 UTC (rev 190157)
@@ -7,7 +7,7 @@
 
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
-pkgver=0.4.6
+pkgver=0.5.0
 pkgrel=1
 epoch=2
 arch=('x86_64' 'i686')
@@ -25,13 +25,18 @@
 }
 
 build() {
+  # Make sure not to set -march
+  export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+  export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+
   # SSE2 is a requirement for Julia on 32-bit x86
   if [[ $CARCH == i686 ]]; then
-export JULIA_CPU_TARGET=pentium4
+export M=pentium4
+  else
+export M="x86-64"
   fi
-
   make -C "$pkgname" prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
+MARCH=$M \
 USE_SYSTEM_LLVM=0 \
 USE_SYSTEM_LIBUNWIND=1 \
 USE_SYSTEM_PCRE=1 \
@@ -61,9 +66,20 @@
   optdepends=('gnuplot: If using the Gaston Package from julia')
   install='sysfix.install'
 
+  # Make sure not to set -march
+  export CFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+  export CXXFLAGS="-mtune=generic -O3 -pipe -fstack-protector-strong"
+
+  # SSE2 is a requirement for Julia on 32-bit x86
+  if [[ $CARCH == i686 ]]; then
+export M=pentium4
+  else
+export M="x86-64"
+  fi
+
   make -C "$pkgname" DESTDIR="$pkgdir" \
 prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
+MARCH=$M \
 USE_SYSTEM_LLVM=0 \
 USE_SYSTEM_LIBUNWIND=1 \
 USE_SYSTEM_PCRE=1 \


[arch-commits] Commit in bsd-games/repos (40 files)

2016-09-22 Thread Alexander Rødseth
Date: Thursday, September 22, 2016 @ 15:12:46
  Author: arodseth
Revision: 190160

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

Added:
  bsd-games/repos/community-i686/PKGBUILD
(from rev 190159, bsd-games/trunk/PKGBUILD)
  bsd-games/repos/community-i686/bad-ntohl-cast.diff
(from rev 190159, bsd-games/trunk/bad-ntohl-cast.diff)
  bsd-games/repos/community-i686/bsd-games-2.17-64bit.patch
(from rev 190159, bsd-games/trunk/bsd-games-2.17-64bit.patch)
  bsd-games/repos/community-i686/bsd-games.install
(from rev 190159, bsd-games/trunk/bsd-games.install)
  bsd-games/repos/community-i686/config.params
(from rev 190159, bsd-games/trunk/config.params)
  bsd-games/repos/community-i686/gamescreen.h.diff
(from rev 190159, bsd-games/trunk/gamescreen.h.diff)
  bsd-games/repos/community-i686/getline.diff
(from rev 190159, bsd-games/trunk/getline.diff)
  bsd-games/repos/community-i686/null-check.diff
(from rev 190159, bsd-games/trunk/null-check.diff)
  bsd-games/repos/community-i686/number.c.diff
(from rev 190159, bsd-games/trunk/number.c.diff)
  bsd-games/repos/community-i686/stdio.h.diff
(from rev 190159, bsd-games/trunk/stdio.h.diff)
  bsd-games/repos/community-x86_64/PKGBUILD
(from rev 190159, bsd-games/trunk/PKGBUILD)
  bsd-games/repos/community-x86_64/bad-ntohl-cast.diff
(from rev 190159, bsd-games/trunk/bad-ntohl-cast.diff)
  bsd-games/repos/community-x86_64/bsd-games-2.17-64bit.patch
(from rev 190159, bsd-games/trunk/bsd-games-2.17-64bit.patch)
  bsd-games/repos/community-x86_64/bsd-games.install
(from rev 190159, bsd-games/trunk/bsd-games.install)
  bsd-games/repos/community-x86_64/config.params
(from rev 190159, bsd-games/trunk/config.params)
  bsd-games/repos/community-x86_64/gamescreen.h.diff
(from rev 190159, bsd-games/trunk/gamescreen.h.diff)
  bsd-games/repos/community-x86_64/getline.diff
(from rev 190159, bsd-games/trunk/getline.diff)
  bsd-games/repos/community-x86_64/null-check.diff
(from rev 190159, bsd-games/trunk/null-check.diff)
  bsd-games/repos/community-x86_64/number.c.diff
(from rev 190159, bsd-games/trunk/number.c.diff)
  bsd-games/repos/community-x86_64/stdio.h.diff
(from rev 190159, bsd-games/trunk/stdio.h.diff)
Deleted:
  bsd-games/repos/community-i686/PKGBUILD
  bsd-games/repos/community-i686/bad-ntohl-cast.diff
  bsd-games/repos/community-i686/bsd-games-2.17-64bit.patch
  bsd-games/repos/community-i686/bsd-games.install
  bsd-games/repos/community-i686/config.params
  bsd-games/repos/community-i686/gamescreen.h.diff
  bsd-games/repos/community-i686/getline.diff
  bsd-games/repos/community-i686/null-check.diff
  bsd-games/repos/community-i686/number.c.diff
  bsd-games/repos/community-i686/stdio.h.diff
  bsd-games/repos/community-x86_64/PKGBUILD
  bsd-games/repos/community-x86_64/bad-ntohl-cast.diff
  bsd-games/repos/community-x86_64/bsd-games-2.17-64bit.patch
  bsd-games/repos/community-x86_64/bsd-games.install
  bsd-games/repos/community-x86_64/config.params
  bsd-games/repos/community-x86_64/gamescreen.h.diff
  bsd-games/repos/community-x86_64/getline.diff
  bsd-games/repos/community-x86_64/null-check.diff
  bsd-games/repos/community-x86_64/number.c.diff
  bsd-games/repos/community-x86_64/stdio.h.diff

-+
 /PKGBUILD   |  216 ++
 /bad-ntohl-cast.diff|   44 ++
 /bsd-games-2.17-64bit.patch |   86 +
 /bsd-games.install  |   22 +
 /config.params  |   30 ++
 /gamescreen.h.diff  |   30 ++
 /getline.diff   |  388 ++
 /null-check.diff|   48 +++
 /number.c.diff  |  312 
 /stdio.h.diff   |   28 +
 community-i686/PKGBUILD |  104 --
 community-i686/bad-ntohl-cast.diff  |   22 -
 community-i686/bsd-games-2.17-64bit.patch   |   43 --
 community-i686/bsd-games.install|   11 
 community-i686/config.params|   15 -
 community-i686/gamescreen.h.diff|   15 -
 community-i686/getline.diff |  194 -
 community-i686/null-check.diff  |   24 -
 community-i686/number.c.diff|  156 --
 community-i686/stdio.h.diff |   14 
 community-x86_64/PKGBUILD   |  104 --
 community-x86_64/bad-ntohl-cast.diff|   22 -
 community-x86_64/bsd-games-2.17-64bit.patch |   43 --
 community-x86_64/bsd-games.install  |   11 
 community-x86_64/config.params  |   15 -
 community-x86_64/gamescreen.h.diff  |   15 -
 community-x86_64/getline.diff   |  194 -
 community-x86_64/null-check.diff|   24 -
 community-x86_64/number.c.diff  |  156 

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

2016-09-22 Thread Alexander Rødseth
Date: Thursday, September 22, 2016 @ 15:09:44
  Author: arodseth
Revision: 190159

upgpkg: bsd-games 2.17-17

Modified:
  bsd-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 14:54:15 UTC (rev 190158)
+++ PKGBUILD2016-09-22 15:09:44 UTC (rev 190159)
@@ -1,19 +1,21 @@
 # $Id$
-# Maintainer: Chris Brannon 
+# Maintainer: Laurent Carlier 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
 # Contributor: Abhishek Dasgupta 
 # Contributor: SmackleFunky 
 
 pkgname=bsd-games
 pkgver=2.17
-pkgrel=16
-pkgdesc="A linux port for a collection of BSD command line games."
-url="http://ftp.ibiblio.org/pub/Linux/games/;
-arch=('i686' 'x86_64')
-install=$pkgname.install
+pkgrel=17
+pkgdesc='Linux port of the collection of BSD command line games'
+url='http://ibiblio.org/pub/linux/games/'
+arch=('x86_64' 'i686')
+install="$pkgname.install"
 license=('BSD')
-depends=(gcc-libs words sh)
+depends=('gcc-libs' 'words' 'sh')
 makedepends=('flex' 'bison' 'm4')
-source=(http://ftp.ibiblio.org/pub/Linux/games/$pkgname-$pkgver.tar.gz
+source=("http://ibiblio.org/pub/linux/games/$pkgname-$pkgver.tar.gz;
 config.params stdio.h.diff gamescreen.h.diff getline.diff
 number.c.diff bsd-games-2.17-64bit.patch
 bad-ntohl-cast.diff null-check.diff)
@@ -28,7 +30,7 @@
  'a43ca0b4b9ebc4eec26372c52014ac0a')
 
 prepare() {
-  cd "${srcdir}/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   [ "$CARCH" = "x86_64" ] && patch -p1 < "$srcdir/bsd-games-2.17-64bit.patch"
   cp "${srcdir}/config.params" .
@@ -42,11 +44,11 @@
   patch -p1 -i "${srcdir}/stdio.h.diff"
   patch -p1 -i "${srcdir}/gamescreen.h.diff"
 
-# Incorporated some fixes from Debian
+  # Incorporated some fixes from Debian
   patch -p1 -i "${srcdir}/number.c.diff"
-# ntohl returns uint32_t, not unsigned long:
+  # ntohl returns uint32_t, not unsigned long:
   patch -p1 -i "${srcdir}/bad-ntohl-cast.diff"
-# And add a NULL pointer check to the "hunt" program, fixing a segfault.
+  # And add a NULL pointer check to the "hunt" program, fixing a segfault.
   patch -p1 -i "${srcdir}/null-check.diff"
 
   sed -i "s/FISH/GO-FISH/g; s/\.Nm fish/\.Nm go-fish/g" fish/fish.6
@@ -67,7 +69,7 @@
 }
 
 build() {
-  cd "${srcdir}/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   ./configure
   make
@@ -74,13 +76,14 @@
 }
 
 package() {
-  cd "${srcdir}/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+
   sed -i "s%PKGDIR%$pkgdir%g" hide-game install-man install-score Makeconfig 
subst.sed
   make install
   # This make install command does install to $pkgdir, because of the
   # change to config.params in the build function.
 
-# Fix permissions
+  # Fix permissions
   rmdir "${pkgdir}/tmp"
   install -dm755  "${pkgdir}/usr/share/bsdgames/data/hack/save"
   chown -R root:games "${pkgdir}/var/lib/bsdgames"
@@ -88,17 +91,18 @@
   chmod 664 "${pkgdir}"/var/lib/bsdgames/{hack,phantasia}/*
   chmod 775 "${pkgdir}"/var/lib/bsdgames/{hack,phantasia}
 
-# Remove conflict with xscreensaver and fish
+  # Remove conflict with xscreensaver and fish
   mv "${pkgdir}/usr/bin/fish" "${pkgdir}/usr/bin/go-fish"
   mv "${pkgdir}/usr/share/man/man6/fish.6.gz" 
"${pkgdir}/usr/share/man/man6/go-fish.6.gz"
   mv "${pkgdir}/usr/share/man/man6/worm.6.gz" \
 "${pkgdir}/usr/share/man/man6/worm-game.6.gz"
 
-# Install documentation and license
+  # Install documentation and license
   install -dm755 "$pkgdir/usr/share/doc/bsd-games"
   install -m644 AUTHORS NEWS BUGS ChangeLog "$pkgdir/usr/share/doc/$pkgname" \
-   
+
   rm "${pkgdir}/usr/share/doc/trek.me"
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/COPYING"
 }
 
+# vim:set ts=2 sw=2 et:


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

2016-09-22 Thread Sergej Pupykin
Date: Thursday, September 22, 2016 @ 20:30:15
  Author: spupykin
Revision: 190170

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   92 +++
 drupal.install |   14 
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-22 20:30:02 UTC (rev 190169)
+++ PKGBUILD2016-09-22 20:30:15 UTC (rev 190170)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.1.9
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=('php' 'php-gd')
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('4de7c001ecbd5c27e5837c97e40facc2')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 190169, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-22 20:30:15 UTC (rev 190170)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.1.10
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=('php' 'php-gd')
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('ce373a1a7a075ff9035b1c95f54170a4')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2016-09-22 20:30:02 UTC (rev 190169)
+++ drupal.install  2016-09-22 20:30:15 UTC (rev 190170)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 190169, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2016-09-22 20:30:15 UTC (rev 190170)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2016-09-22 Thread Sergej Pupykin
Date: Thursday, September 22, 2016 @ 20:30:02
  Author: spupykin
Revision: 190169

upgpkg: drupal 8.1.10-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 18:55:27 UTC (rev 190168)
+++ PKGBUILD2016-09-22 20:30:02 UTC (rev 190169)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.1.9
+pkgver=8.1.10
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('4de7c001ecbd5c27e5837c97e40facc2')
+md5sums=('ce373a1a7a075ff9035b1c95f54170a4')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal


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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 20:44:22
  Author: arojas
Revision: 276837

Update to 4.43

Modified:
  di/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 17:31:04 UTC (rev 276836)
+++ PKGBUILD2016-09-22 20:44:22 UTC (rev 276837)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=di
-pkgver=4.42
+pkgver=4.43
 pkgrel=1
 pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('ZLIB')
 depends=('glibc')
 source=(http://gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c8835915b066dc77787ca6e6a8e2303697c48827')
+sha1sums=('ddced0d59d29ccdcbc4282bc7464a925d14955e1')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in (4 files)

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 20:59:10
  Author: arojas
Revision: 276840

Add fig2dev, transfig replacement

Added:
  fig2dev/
  fig2dev/trunk/
  fig2dev/trunk/LICENSE
  fig2dev/trunk/PKGBUILD

--+
 LICENSE  |   23 +++
 PKGBUILD |   32 
 2 files changed, 55 insertions(+)

Added: fig2dev/trunk/LICENSE
===
--- fig2dev/trunk/LICENSE   (rev 0)
+++ fig2dev/trunk/LICENSE   2016-09-22 20:59:10 UTC (rev 276840)
@@ -0,0 +1,23 @@
+/*
+ * TransFig: Facility for Translating Fig code
+ * Copyright (c) 1991 by Micah Beck
+ * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
+ *
+ * Any party obtaining a copy of these files is granted, free of charge, a
+ * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ * nonexclusive right and license to deal in this software and
+ * documentation files (the "Software"), including without limitation the
+ * rights to use, copy, modify, merge, publish and/or distribute copies of
+ * the Software, and to permit persons who receive copies from any such 
+ * party to do so, with the only requirement being that this copyright 
+ * notice remain intact.
+ *
+ */
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Added: fig2dev/trunk/PKGBUILD
===
--- fig2dev/trunk/PKGBUILD  (rev 0)
+++ fig2dev/trunk/PKGBUILD  2016-09-22 20:59:10 UTC (rev 276840)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fig2dev
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="Format conversion utility that can be used with xfig"
+arch=('i686' 'x86_64')
+url="http://www.xfig.org;
+license=('custom')
+depends=('libpng' 'libxpm' 'bc')
+makedepends=()
+conflicts=('transfig')
+replaces=('transfig')
+provides=('transfig')
+source=(http://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz 
LICENSE)
+sha1sums=('0835c4dc9e69e923cb9e0dceacd292e261bb8137'
+  'b8b712871615308b8b6add92f86d218437d652f2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-transfig
+  make FIG2DEV_LIBDIR=/usr/share/fig2dev XFIGLIBDIR=/usr/share/xfig
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" XFIGLIBDIR=/usr/share/xfig \
+FIG2DEV_LIBDIR=/usr/share/fig2dev MANPATH=/usr/share/man \
+install
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


[arch-commits] Commit in fig2dev (7 files)

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 20:59:50
  Author: arojas
Revision: 276843

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

Added:
  fig2dev/repos/
  fig2dev/repos/testing-i686/
  fig2dev/repos/testing-i686/LICENSE
(from rev 276842, fig2dev/trunk/LICENSE)
  fig2dev/repos/testing-i686/PKGBUILD
(from rev 276842, fig2dev/trunk/PKGBUILD)
  fig2dev/repos/testing-x86_64/
  fig2dev/repos/testing-x86_64/LICENSE
(from rev 276842, fig2dev/trunk/LICENSE)
  fig2dev/repos/testing-x86_64/PKGBUILD
(from rev 276842, fig2dev/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   23 +++
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/LICENSE  |   23 +++
 testing-x86_64/PKGBUILD |   32 
 4 files changed, 110 insertions(+)

Copied: fig2dev/repos/testing-i686/LICENSE (from rev 276842, 
fig2dev/trunk/LICENSE)
===
--- repos/testing-i686/LICENSE  (rev 0)
+++ repos/testing-i686/LICENSE  2016-09-22 20:59:50 UTC (rev 276843)
@@ -0,0 +1,23 @@
+/*
+ * TransFig: Facility for Translating Fig code
+ * Copyright (c) 1991 by Micah Beck
+ * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
+ *
+ * Any party obtaining a copy of these files is granted, free of charge, a
+ * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ * nonexclusive right and license to deal in this software and
+ * documentation files (the "Software"), including without limitation the
+ * rights to use, copy, modify, merge, publish and/or distribute copies of
+ * the Software, and to permit persons who receive copies from any such 
+ * party to do so, with the only requirement being that this copyright 
+ * notice remain intact.
+ *
+ */
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Copied: fig2dev/repos/testing-i686/PKGBUILD (from rev 276842, 
fig2dev/trunk/PKGBUILD)
===
--- repos/testing-i686/PKGBUILD (rev 0)
+++ repos/testing-i686/PKGBUILD 2016-09-22 20:59:50 UTC (rev 276843)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fig2dev
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="Format conversion utility that can be used with xfig"
+arch=('i686' 'x86_64')
+url="http://www.xfig.org;
+license=('custom')
+depends=('libpng' 'libxpm' 'bc')
+makedepends=()
+conflicts=('transfig')
+replaces=('transfig')
+provides=('transfig')
+source=(http://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz 
LICENSE)
+sha1sums=('0835c4dc9e69e923cb9e0dceacd292e261bb8137'
+  'b8b712871615308b8b6add92f86d218437d652f2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-transfig
+  make FIG2DEV_LIBDIR=/usr/share/fig2dev XFIGLIBDIR=/usr/share/xfig
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" XFIGLIBDIR=/usr/share/xfig \
+FIG2DEV_LIBDIR=/usr/share/fig2dev MANPATH=/usr/share/man \
+install
+  install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: fig2dev/repos/testing-x86_64/LICENSE (from rev 276842, 
fig2dev/trunk/LICENSE)
===
--- repos/testing-x86_64/LICENSE(rev 0)
+++ repos/testing-x86_64/LICENSE2016-09-22 20:59:50 UTC (rev 276843)
@@ -0,0 +1,23 @@
+/*
+ * TransFig: Facility for Translating Fig code
+ * Copyright (c) 1991 by Micah Beck
+ * Parts Copyright (c) 1985-1988 by Supoj Sutanthavibul
+ *
+ * Any party obtaining a copy of these files is granted, free of charge, a
+ * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ * nonexclusive right and license to deal in this software and
+ * documentation files (the "Software"), including without limitation the
+ * rights to use, copy, modify, merge, publish and/or distribute copies of
+ * the Software, and to permit persons who receive copies from any such 
+ * party to do so, with the only requirement being that this copyright 
+ * notice remain intact.
+ *
+ */
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF 

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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 20:59:27
  Author: jgc
Revision: 276842

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgepub/repos/gnome-unstable-i686/
  libgepub/repos/gnome-unstable-i686/PKGBUILD
(from rev 276841, libgepub/trunk/PKGBUILD)
  libgepub/repos/gnome-unstable-x86_64/
  libgepub/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 276841, libgepub/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: libgepub/repos/gnome-unstable-i686/PKGBUILD (from rev 276841, 
libgepub/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-22 20:59:27 UTC (rev 276842)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgepub
+pkgver=0.4+1+gba0bde3
+pkgrel=1
+pkgdesc="GObject based library for handling and rendering epub
+documents"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://www.gnome.org/;
+depends=('webkit2gtk' 'libarchive')
+makedepends=('git' 'gnome-common' 'gobject-introspection')
+_commit=ba0bde3d36b459a070e6bcc599b271d6a20d5b27
+source=("git://git.gnome.org/libgepub#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgepub/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276841, 
libgepub/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-22 20:59:27 UTC (rev 276842)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgepub
+pkgver=0.4+1+gba0bde3
+pkgrel=1
+pkgdesc="GObject based library for handling and rendering epub
+documents"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://www.gnome.org/;
+depends=('webkit2gtk' 'libarchive')
+makedepends=('git' 'gnome-common' 'gobject-introspection')
+_commit=ba0bde3d36b459a070e6bcc599b271d6a20d5b27
+source=("git://git.gnome.org/libgepub#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 20:59:22
  Author: jgc
Revision: 276841

upgpkg: libgepub 0.4+1+gba0bde3-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 20:59:10 UTC (rev 276840)
+++ PKGBUILD2016-09-22 20:59:22 UTC (rev 276841)
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgname=libgepub


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


[arch-commits] Commit in (4 files)

2016-09-22 Thread Jan de Groot
Date: Thursday, September 22, 2016 @ 20:59:09
  Author: jgc
Revision: 276839

Add dependency for gnome-documents

Added:
  libgepub/
  libgepub/repos/
  libgepub/trunk/
  libgepub/trunk/PKGBUILD

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

Added: libgepub/trunk/PKGBUILD
===
--- libgepub/trunk/PKGBUILD (rev 0)
+++ libgepub/trunk/PKGBUILD 2016-09-22 20:59:09 UTC (rev 276839)
@@ -0,0 +1,38 @@
+# $Id: $
+# Maintainer: Jan de Groot 
+
+pkgname=libgepub
+pkgver=0.4+1+gba0bde3
+pkgrel=1
+pkgdesc="GObject based library for handling and rendering epub
+documents"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://www.gnome.org/;
+depends=('webkit2gtk' 'libarchive')
+makedepends=('git' 'gnome-common' 'gobject-introspection')
+_commit=ba0bde3d36b459a070e6bcc599b271d6a20d5b27
+source=("git://git.gnome.org/libgepub#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 20:45:00
  Author: arojas
Revision: 276838

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-22 20:44:22 UTC (rev 276837)
+++ extra-i686/PKGBUILD 2016-09-22 20:45:00 UTC (rev 276838)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=di
-pkgver=4.42
-pkgrel=1
-pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
-arch=('i686' 'x86_64')
-url="http://www.gentoo.com/di/;
-license=('ZLIB')
-depends=('glibc')
-source=(http://gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c8835915b066dc77787ca6e6a8e2303697c48827')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_DIR="${pkgdir}/usr" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: di/repos/extra-i686/PKGBUILD (from rev 276837, di/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-22 20:45:00 UTC (rev 276838)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=di
+pkgver=4.43
+pkgrel=1
+pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
+arch=('i686' 'x86_64')
+url="http://www.gentoo.com/di/;
+license=('ZLIB')
+depends=('glibc')
+source=(http://gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ddced0d59d29ccdcbc4282bc7464a925d14955e1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_DIR="${pkgdir}/usr" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-22 20:44:22 UTC (rev 276837)
+++ extra-x86_64/PKGBUILD   2016-09-22 20:45:00 UTC (rev 276838)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=di
-pkgver=4.42
-pkgrel=1
-pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
-arch=('i686' 'x86_64')
-url="http://www.gentoo.com/di/;
-license=('ZLIB')
-depends=('glibc')
-source=(http://gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('c8835915b066dc77787ca6e6a8e2303697c48827')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_DIR="${pkgdir}/usr" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: di/repos/extra-x86_64/PKGBUILD (from rev 276837, di/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-22 20:45:00 UTC (rev 276838)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=di
+pkgver=4.43
+pkgrel=1
+pkgdesc="A disk information utility, displaying everything (and more) that 
your df command does"
+arch=('i686' 'x86_64')
+url="http://www.gentoo.com/di/;
+license=('ZLIB')
+depends=('glibc')
+source=(http://gentoo.com/di/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ddced0d59d29ccdcbc4282bc7464a925d14955e1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_DIR="${pkgdir}/usr" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 21:00:38
  Author: arojas
Revision: 276844

Update URL

Modified:
  fig2dev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 20:59:50 UTC (rev 276843)
+++ PKGBUILD2016-09-22 21:00:38 UTC (rev 276844)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Format conversion utility that can be used with xfig"
 arch=('i686' 'x86_64')
-url="http://www.xfig.org;
+url="http://mcj.sourceforge.net/;
 license=('custom')
 depends=('libpng' 'libxpm' 'bc')
 makedepends=()


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

2016-09-22 Thread Sven-Hendrik Haase
Date: Thursday, September 22, 2016 @ 14:01:52
  Author: svenstaro
Revision: 190155

upgpkg: gitlab 8.11.7-1

upstream release 8.11.7

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 12:47:59 UTC (rev 190154)
+++ PKGBUILD2016-09-22 14:01:52 UTC (rev 190155)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.11.6
+pkgver=8.11.7
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('9a07c358591d2488843f6fec51d14c87b2808f676f32c9633dac0c7a4b7c4610'
+sha256sums=('6dee5ef5d2cc4c59489d3d5789c3eb10a22521533507f22df8b0fbd00e6301b3'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 16:42:07
  Author: arojas
Revision: 276832

Update to 1.10.8

Modified:
  asio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 15:48:35 UTC (rev 276831)
+++ PKGBUILD2016-09-22 16:42:07 UTC (rev 276832)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=asio
-pkgver=1.10.6
+pkgver=1.10.8
 pkgrel=1
 pkgdesc="Cross-platform C++ library for ASynchronous network I/O"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom')
 depends=('boost')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('85d014a356a6e004cd30ccd4c9b6a5c2')
+md5sums=('59702ae78da4c45e5fffad39b062cf42')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-09-22 Thread Antonio Rojas
Date: Thursday, September 22, 2016 @ 16:42:36
  Author: arojas
Revision: 276833

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-22 16:42:07 UTC (rev 276832)
+++ extra-i686/PKGBUILD 2016-09-22 16:42:36 UTC (rev 276833)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Aaron Griffin 
-
-pkgname=asio
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="Cross-platform C++ library for ASynchronous network I/O"
-arch=('i686' 'x86_64')
-url="http://asio.sourceforge.net;
-license=('custom')
-depends=('boost')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('85d014a356a6e004cd30ccd4c9b6a5c2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir} install
-  #license
-  install -D -m644 LICENSE_1_0.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: asio/repos/extra-i686/PKGBUILD (from rev 276832, asio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-22 16:42:36 UTC (rev 276833)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Aaron Griffin 
+
+pkgname=asio
+pkgver=1.10.8
+pkgrel=1
+pkgdesc="Cross-platform C++ library for ASynchronous network I/O"
+arch=('i686' 'x86_64')
+url="http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('59702ae78da4c45e5fffad39b062cf42')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-22 16:42:07 UTC (rev 276832)
+++ extra-x86_64/PKGBUILD   2016-09-22 16:42:36 UTC (rev 276833)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Aaron Griffin 
-
-pkgname=asio
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="Cross-platform C++ library for ASynchronous network I/O"
-arch=('i686' 'x86_64')
-url="http://asio.sourceforge.net;
-license=('custom')
-depends=('boost')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('85d014a356a6e004cd30ccd4c9b6a5c2')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir} install
-  #license
-  install -D -m644 LICENSE_1_0.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: asio/repos/extra-x86_64/PKGBUILD (from rev 276832, asio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-22 16:42:36 UTC (rev 276833)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Aaron Griffin 
+
+pkgname=asio
+pkgver=1.10.8
+pkgrel=1
+pkgdesc="Cross-platform C++ library for ASynchronous network I/O"
+arch=('i686' 'x86_64')
+url="http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('59702ae78da4c45e5fffad39b062cf42')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in cups-filters/trunk (PKGBUILD bazaar_rev7537.diff)

2016-09-22 Thread Andreas Radke
Date: Thursday, September 22, 2016 @ 17:30:51
  Author: andyrtr
Revision: 276835

upgpkg: cups-filters 1.11.4-1

upstream update 1.11.4

Modified:
  cups-filters/trunk/PKGBUILD
Deleted:
  cups-filters/trunk/bazaar_rev7537.diff

-+
 PKGBUILD|   16 +---
 bazaar_rev7537.diff |  166 --
 2 files changed, 4 insertions(+), 178 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 17:29:53 UTC (rev 276834)
+++ PKGBUILD2016-09-22 17:30:51 UTC (rev 276835)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.11.3
-pkgrel=2
+pkgver=1.11.4
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -17,20 +17,12 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-   bazaar_rev7537.diff)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('3e7ec44dc9b977f1beb64df49041004f'
- '3c917d4d0091edfb89f34f8a37df91ef')
+md5sums=('fbb5c0b25203d712e009a4b3ecd2da51')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # avoid unneeded calls of handle_cups_queues() and even infinite loops
-  patch -Np0 -i ../bazaar_rev7537.diff
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Deleted: bazaar_rev7537.diff
===
--- bazaar_rev7537.diff 2016-09-22 17:29:53 UTC (rev 276834)
+++ bazaar_rev7537.diff 2016-09-22 17:30:51 UTC (rev 276835)
@@ -1,166 +0,0 @@
-=== modified file 'NEWS'
 NEWS   2016-09-15 18:00:07 +
-+++ NEWS   2016-09-20 02:30:28 +
-@@ -1,6 +1,13 @@
- NEWS - OpenPrinting CUPS Filters v1.11.3 - 2016-09-15
- -
- 
-+CHANGES IN V1.11.4
-+
-+  - cups-browsed: Fixes to avoid unneeded calls of
-+handle_cups_queues() and even infinite loops (Possible fix
-+for bug #1376). Also make sure that queues left over from
-+the previous cups-browsed session are integrated correctly.
-+
- CHANGES IN V1.11.3
- 
-   - cups-browsed: If a queue is not only discovered via Bonjour
-
-=== modified file 'utils/cups-browsed.c'
 utils/cups-browsed.c   2016-09-14 15:48:33 +
-+++ utils/cups-browsed.c   2016-09-20 02:30:28 +
-@@ -585,11 +585,15 @@
- static http_t *
- http_connect_local (void)
- {
--  debug_printf("cups-browsed: Creating http connection to local CUPS daemon: 
%s:%d\n", cupsServer(), ippPort());
--  if (!local_conn)
-+  if (!local_conn) {
-+debug_printf("cups-browsed: Creating http connection to local CUPS 
daemon: %s:%d\n", cupsServer(), ippPort());
- local_conn = httpConnectEncryptShortTimeout(cupsServer(), ippPort(),
-   cupsEncryption());
--  httpSetTimeout(local_conn, 3, http_timeout_cb, NULL);
-+  }
-+  if (local_conn)
-+httpSetTimeout(local_conn, 3, http_timeout_cb, NULL);
-+  else
-+debug_printf("cups-browsed: Failed creating http connection to local CUPS 
daemon: %s:%d\n", cupsServer(), ippPort());
- 
-   return local_conn;
- }
-@@ -3946,24 +3950,18 @@
-   break;
- 
- case STATUS_CONFIRMED:
--  if (p->is_legacy && p->timeout > current_time) {
-+  /* Only act if the timeout has passed */
-+  if (p->timeout > current_time)
-+  break;
-+
-+  if (p->is_legacy) {
-   /* Remove a queue based on a legacy CUPS broadcast when the
-  broadcast timeout expires without a new broadcast of this
-  queue from the server */
-   p->status = STATUS_DISAPPEARED;
-   p->timeout = time(NULL) + TIMEOUT_IMMEDIATELY;
--  } else {
--  /* If this queue was the default printer in its previous life, make
-- it the default printer again. */
--  queue_creation_handle_default(p->name);
--
--  /* If this queue is disabled, re-enable it. */
--  enable_printer(p->name);
--
--  /* Record the options, to record any changes which happened
-- while cups-browsed was not running */
--  record_printer_options(p->name);
--  }
-+  } else
-+  p->timeout = (time_t) -1;
- 
-   break;
- 
-@@ -4002,11 +4000,11 @@
- g_source_remove (queues_timer_id);
- 
-   if (timeout != (time_t) -1) {
-+debug_printf("checking queues in %ds\n", timeout);
- queues_timer_id = g_timeout_add_seconds (timeout, handle_cups_queues, 
NULL);
--debug_printf("checking queues in %ds\n", timeout);
-   } else {
-+debug_printf("listening\n");
- queues_timer_id = 0;
--

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

2016-09-22 Thread Andreas Radke
Date: Thursday, September 22, 2016 @ 17:31:04
  Author: andyrtr
Revision: 276836

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

Added:
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 276835, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 276835, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/testing-i686/PKGBUILD
  cups-filters/repos/testing-i686/bazaar_rev7537.diff
  cups-filters/repos/testing-x86_64/PKGBUILD
  cups-filters/repos/testing-x86_64/bazaar_rev7537.diff

+
 /PKGBUILD  |  118 
 testing-i686/PKGBUILD  |   67 --
 testing-i686/bazaar_rev7537.diff   |  166 ---
 testing-x86_64/PKGBUILD|   67 --
 testing-x86_64/bazaar_rev7537.diff |  166 ---
 5 files changed, 118 insertions(+), 466 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-09-22 17:30:51 UTC (rev 276835)
+++ testing-i686/PKGBUILD   2016-09-22 17:31:04 UTC (rev 276836)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.11.3
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
-makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-   bazaar_rev7537.diff)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('3e7ec44dc9b977f1beb64df49041004f'
- '3c917d4d0091edfb89f34f8a37df91ef')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # avoid unneeded calls of handle_cups_queues() and even infinite loops
-  patch -Np0 -i ../bazaar_rev7537.diff
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 276835, 
cups-filters/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-22 17:31:04 UTC (rev 276836)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.11.4
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents