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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 06:51:29
  Author: heftig
Revision: 306706

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

Added:
  gtk3/repos/testing-i686/PKGBUILD
(from rev 306705, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-i686/gtk-query-immodules-3.0.hook
(from rev 306705, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-i686/gtk-update-icon-cache.hook
(from rev 306705, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-i686/gtk-update-icon-cache.script
(from rev 306705, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-i686/gtk3.install
(from rev 306705, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-i686/settings.ini
(from rev 306705, gtk3/trunk/settings.ini)
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 306705, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
(from rev 306705, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
(from rev 306705, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
(from rev 306705, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 306705, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 306705, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/testing-i686/PKGBUILD
  gtk3/repos/testing-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/testing-i686/gtk-update-icon-cache.hook
  gtk3/repos/testing-i686/gtk-update-icon-cache.script
  gtk3/repos/testing-i686/gtk3.install
  gtk3/repos/testing-i686/settings.ini
  gtk3/repos/testing-x86_64/PKGBUILD
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
  gtk3/repos/testing-x86_64/gtk3.install
  gtk3/repos/testing-x86_64/settings.ini

-+
 /PKGBUILD   |  218 ++
 /gtk-query-immodules-3.0.hook   |   22 ++
 /gtk-update-icon-cache.hook |   26 +++
 /gtk-update-icon-cache.script   |   20 ++
 /gtk3.install   |6 
 /settings.ini   |8 
 testing-i686/PKGBUILD   |  109 -
 testing-i686/gtk-query-immodules-3.0.hook   |   11 -
 testing-i686/gtk-update-icon-cache.hook |   13 -
 testing-i686/gtk-update-icon-cache.script   |   10 -
 testing-i686/gtk3.install   |3 
 testing-i686/settings.ini   |4 
 testing-x86_64/PKGBUILD |  109 -
 testing-x86_64/gtk-query-immodules-3.0.hook |   11 -
 testing-x86_64/gtk-update-icon-cache.hook   |   13 -
 testing-x86_64/gtk-update-icon-cache.script |   10 -
 testing-x86_64/gtk3.install |3 
 testing-x86_64/settings.ini |4 
 18 files changed, 300 insertions(+), 300 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-04 06:50:35 UTC (rev 306705)
+++ testing-i686/PKGBUILD   2017-10-04 06:51:29 UTC (rev 306706)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.22+3+g66767adc63
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts)
-makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
- sassc)
-license=(LGPL)
-_commit=66767adc63dd919504135c04dcbfe57737bac93b  # gtk-3-22
-source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit";
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk+
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir print-backends
-  cd gtk+
-
-  # menu: Avoid cancelling the menu on GTK+ grabs inside the GtkMenu
-  # https://bugzilla.gnome.org/show_bug.cgi?id=786029
-  git cherry-pick -n 26d8a6dfbac5180dce71d1f2edc7029cfa2773ef
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd g

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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 06:50:35
  Author: heftig
Revision: 306705

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

Added:
  mutter/repos/testing-i686/PKGBUILD
(from rev 306704, mutter/trunk/PKGBUILD)
  mutter/repos/testing-i686/startup-notification.patch
(from rev 306704, mutter/trunk/startup-notification.patch)
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 306704, mutter/trunk/PKGBUILD)
  mutter/repos/testing-x86_64/startup-notification.patch
(from rev 306704, mutter/trunk/startup-notification.patch)
Deleted:
  mutter/repos/testing-i686/PKGBUILD
  mutter/repos/testing-i686/startup-notification.patch
  mutter/repos/testing-x86_64/PKGBUILD
  mutter/repos/testing-x86_64/startup-notification.patch

---+
 /PKGBUILD |  114 
 /startup-notification.patch   |   90 ++
 testing-i686/PKGBUILD |   57 --
 testing-i686/startup-notification.patch   |   45 ---
 testing-x86_64/PKGBUILD   |   57 --
 testing-x86_64/startup-notification.patch |   45 ---
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-04 06:47:07 UTC (rev 306704)
+++ testing-i686/PKGBUILD   2017-10-04 06:50:35 UTC (rev 306705)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.26.0+29+g92e2242cf
-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 pipewire)
-makedepends=(intltool gobject-introspection git gnome-common)
-groups=(gnome)
-options=(!emptydirs)
-_commit=92e2242cf091ecaef37242c8d995eb86e925e63c  # master
-source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
-startup-notification.patch)
-sha256sums=('SKIP'
-'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/51940
-  patch -Np1 -i ../startup-notification.patch
-
-  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 \
-  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
-  -i {.,cogl,clutter}/libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: mutter/repos/testing-i686/PKGBUILD (from rev 306704, 
mutter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-04 06:50:35 UTC (rev 306705)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.26.0+61+g9000eef49
+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 pipewire)
+makedepends=(intltool gobject-introspection git gnome-common)
+groups=(gnome)
+options=(!emptydirs)
+_commit=9000eef49dba1462fc67c89a4b731985cf3eda7f  # master
+source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
+startup-notification.patch)
+sha256sums=('SKIP'
+'5a35ca4794fc361219658d9fae24a3ca21a365f2cb1901702961ac869c759366')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/51940
+  patch -Np1 -i ../startup-notification.patch
+
+  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 \
+  --enable-gtk-doc --enable-egl-device --enable-remote-desktop
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
+  -i {.,cogl,clutter}/libtool
+
+  make
+}
+
+

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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 06:47:00
  Author: heftig
Revision: 306703

3.22.23-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 05:37:25 UTC (rev 306702)
+++ PKGBUILD2017-10-04 06:47:00 UTC (rev 306703)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.22+3+g66767adc63
+pkgver=3.22.23
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups 
glib2-docs
  sassc)
 license=(LGPL)
-_commit=66767adc63dd919504135c04dcbfe57737bac93b  # gtk-3-22
+_commit=a5c24729413361bdd3427a8ab248519429583e22  # tags/3.22.23^0
 source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit";
 settings.ini
 gtk-query-immodules-3.0.hook


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

2017-10-03 Thread Pierre Neidhardt
Date: Wednesday, October 4, 2017 @ 06:47:07
  Author: ambrevar
Revision: 261423

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-04 06:46:40 UTC (rev 261422)
+++ community-i686/PKGBUILD 2017-10-04 06:47:07 UTC (rev 261423)
@@ -1,58 +0,0 @@
-# Maintainer: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="Command-line fuzzy finder"
-arch=("i686" "x86_64")
-url="https://github.com/junegunn/fzf";
-license=("MIT")
-makedepends=("git" "go")
-optdepends=("fish: fish keybindings"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim: plugin"
-   "zsh: zsh keybindings")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz";
-   "git+https://github.com/junegunn/$pkgname.wiki";)
-sha256sums=('23569faf64cd6831c09aad7030c8b4bace0eb7a979c580b33cc4e4f9ff303e29'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   msg2 'Building...'
-   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}

Copied: fzf/repos/community-i686/PKGBUILD (from rev 261422, fzf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-04 06:47:07 UTC (rev 261423)
@@ -0,0 +1,59 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.17.0.2
+_pkgver=0.17.0-2
+pkgrel=1
+pkgdesc="Command-line fuzzy finder"
+arch=("i686" "x86_64")
+url="https://github.com/junegunn/fzf";
+license=("MIT")
+makedepends=("git" "go")
+optdepends=("fish: fish keybindings"
+   "tmux: fzf-tmux script for launching fzf in a tmux pane"
+   "vim: plugin"
+   "zsh: zsh keybindings")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$_pkgver.tar.gz";
+   "git+https://github.com/junegunn/$pkgname.wiki";)
+sha256sums=('a084415231b452b92a6b8aa87a69c0c02ee59bfe95774bf0d4fcc9a6251ece20'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$_pkgver"
+
+   msg2 'Building...'
+   GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_pkgver"
+
+   ## Doc
+   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 README.md install uninstall "$pkgdir/usr/share/doc/fzf"
+
+   ## Man page
+   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
+
+   ## License
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
+
+   ## Binaries
+   install -dm755 "$pkgdir/usr/bin"
+   install -m755 "$srcdir/bin/fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir/usr/share/fzf"
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
+
+   ## Fish keybindings
+   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
+
+

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

2017-10-03 Thread Pierre Neidhardt
Date: Wednesday, October 4, 2017 @ 06:46:40
  Author: ambrevar
Revision: 261422

upgpkg: fzf 0.17.0.2-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 01:45:13 UTC (rev 261421)
+++ PKGBUILD2017-10-04 06:46:40 UTC (rev 261422)
@@ -5,7 +5,8 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.17.0
+pkgver=0.17.0.2
+_pkgver=0.17.0-2
 pkgrel=1
 pkgdesc="Command-line fuzzy finder"
 arch=("i686" "x86_64")
@@ -16,13 +17,13 @@
"tmux: fzf-tmux script for launching fzf in a tmux pane"
"vim: plugin"
"zsh: zsh keybindings")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$_pkgver.tar.gz";
"git+https://github.com/junegunn/$pkgname.wiki";)
-sha256sums=('23569faf64cd6831c09aad7030c8b4bace0eb7a979c580b33cc4e4f9ff303e29'
+sha256sums=('a084415231b452b92a6b8aa87a69c0c02ee59bfe95774bf0d4fcc9a6251ece20'
 'SKIP')
 
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$pkgname-$_pkgver"
 
msg2 'Building...'
GOPATH="$srcdir" TMPDIR=/tmp go get -u github.com/junegunn/fzf/...
@@ -29,7 +30,7 @@
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd "$srcdir/$pkgname-$_pkgver"
 
## Doc
install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"


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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 06:47:07
  Author: heftig
Revision: 306704

3.26.0+61+g9000eef49-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 06:47:00 UTC (rev 306703)
+++ PKGBUILD2017-10-04 06:47:07 UTC (rev 306704)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.26.0+29+g92e2242cf
+pkgver=3.26.0+61+g9000eef49
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://git.gnome.org/browse/mutter";
@@ -16,7 +16,7 @@
 makedepends=(intltool gobject-introspection git gnome-common)
 groups=(gnome)
 options=(!emptydirs)
-_commit=92e2242cf091ecaef37242c8d995eb86e925e63c  # master
+_commit=9000eef49dba1462fc67c89a4b731985cf3eda7f  # master
 source=("git+https://git.gnome.org/browse/mutter#commit=$_commit";
 startup-notification.patch)
 sha256sums=('SKIP'


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

2017-10-03 Thread Andreas Radke
Date: Wednesday, October 4, 2017 @ 05:37:25
  Author: andyrtr
Revision: 306702

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-04 05:37:05 UTC (rev 306701)
+++ extra-i686/PKGBUILD 2017-10-04 05:37:25 UTC (rev 306702)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://www.freedesktop.org/wiki/Software/libinput/";
-arch=(i686 x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
-optdepends=('gtk3: libinput debug-gui')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('555a7680cc8aaf62c5370a865f3aff0a933d42d94a3d8861c072666b02c9e1be45ea39de9a749a9575cdfb613b6150e412e18559d94d4919f21ca4680a3c76a7'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver 
--libexecdir=/usr/lib \
--Dtests=false
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  cd ../$pkgname-$pkgver
-  install -Dvm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # install doc - no Makefile target
-  install -dv "$pkgdir/usr/share/doc/libinput"
-  cp -av doc/html/* "$pkgdir/usr/share/doc/libinput"
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 306701, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-04 05:37:25 UTC (rev 306702)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/";
+arch=(i686 x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
+optdepends=('gtk3: libinput debug-gui')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('88006d217e3507858fa6b9ac1f25c267255fb51d1bcf1208d2afd423bf2a9292944bc5526ea91f27fad3ff04c2f9f43ab3aa25fd9fb7ace1231ecd33ddf18de6'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver 
--libexecdir=/usr/lib \
+-Dtests=false
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+  cd ../$pkgname-$pkgver
+  install -Dvm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # install doc - no Makefile target
+  install -dv "$pkgdir/usr/share/doc/libinput"
+  cp -av doc/html/* "$pkgdir/usr/share/doc/libinput"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-04 05:37:05 UTC (rev 306701)
+++ extra-x86_64/PKGBUILD   2017-10-04 05:37:25 UTC (rev 306702)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://www.freedesktop.org/wiki/Software/libinput/";
-arch=(i686 x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
-optdepends=('gtk3: libinput debug-gui')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('555a7680cc8aaf62c5370a865f3aff0a933d42d94a3d8861c072666b02c9e1be45ea39de9a749a9575cdfb613b6150e412e18559d94d4919f21ca4680a3c76a7'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver 
--libexecdir=/usr/lib \
--Dtests=false
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  cd ../$pkgname-

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

2017-10-03 Thread Andreas Radke
Date: Wednesday, October 4, 2017 @ 05:37:05
  Author: andyrtr
Revision: 306701

upgpkg: libinput 1.8.3-1

upstream update 1.8.3

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 02:11:17 UTC (rev 306700)
+++ PKGBUILD2017-10-04 05:37:05 UTC (rev 306701)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/";
@@ -13,7 +13,7 @@
 makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
 optdepends=('gtk3: libinput debug-gui')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('555a7680cc8aaf62c5370a865f3aff0a933d42d94a3d8861c072666b02c9e1be45ea39de9a749a9575cdfb613b6150e412e18559d94d4919f21ca4680a3c76a7'
+sha512sums=('88006d217e3507858fa6b9ac1f25c267255fb51d1bcf1208d2afd423bf2a9292944bc5526ea91f27fad3ff04c2f9f43ab3aa25fd9fb7ace1231ecd33ddf18de6'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 02:11:17
  Author: heftig
Revision: 306700

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

Added:
  gnome-builder/repos/testing-i686/PKGBUILD
(from rev 306699, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/testing-x86_64/PKGBUILD
(from rev 306699, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/testing-i686/PKGBUILD
  gnome-builder/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-04 02:09:24 UTC (rev 306699)
+++ testing-i686/PKGBUILD   2017-10-04 02:11:17 UTC (rev 306700)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.26.0+65+g2cfefd154
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder";
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
- mm-common meson)
-optdepends=('gnome-code-assistance: Legacy assistance services')
-groups=(gnome-extra)
-_commit=2cfefd154bcedf36720cd830473fe74ba252f702  # gnome-builder-3-26
-source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";
-"git+https://git.gnome.org/browse/jsonrpc-glib";
-"git+https://git.gnome.org/browse/template-glib";
-"git+https://git.gnome.org/browse/libdazzle";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git config --local submodule.subprojects/jsonrpc-glib.url 
"$srcdir/jsonrpc-glib"
-  git config --local submodule.subprojects/template-glib.url 
"$srcdir/template-glib"
-  git config --local submodule.subprojects/libdazzle.url "$srcdir/libdazzle"
-  git submodule update
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release --sysconfdir=/etc 
--localstatedir=/var --libexecdir=/usr/lib ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-builder/repos/testing-i686/PKGBUILD (from rev 306699, 
gnome-builder/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-04 02:11:17 UTC (rev 306700)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder";
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx)
+makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
+ mm-common meson)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=cecff18be637d185211a9b01c689827761e33483  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";
+"git+https://git.gnome.org/browse/jsonrpc-glib";
+"git+https://git.gnome.org/browse/template-glib";
+"git+https://git.gnome.org/browse/libdazzle";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git config --local submodule.subprojects/jsonrpc-glib.url 
"$srcdir/jsonrpc-glib"
+  git config --local submodule.subprojects/template-glib.url 
"$srcdir/template-glib"
+  git config --local submodule.subprojects/libdazzle.url "$srcdir/libdazzle"
+  git submodule update
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD

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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 02:09:24
  Author: heftig
Revision: 306699

3.26.1-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 02:04:31 UTC (rev 306698)
+++ PKGBUILD2017-10-04 02:09:24 UTC (rev 306699)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.26.0+65+g2cfefd154
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder";
@@ -9,12 +9,13 @@
 arch=(i686 x86_64)
 license=(GPL3)
 depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils
- ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle)
+ ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak 
gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx)
 makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools 
appstream-glib vala git
  mm-common meson)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=2cfefd154bcedf36720cd830473fe74ba252f702  # gnome-builder-3-26
+_commit=cecff18be637d185211a9b01c689827761e33483  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";
 "git+https://git.gnome.org/browse/jsonrpc-glib";
@@ -44,7 +45,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release --sysconfdir=/etc 
--localstatedir=/var --libexecdir=/usr/lib ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 02:04:31
  Author: heftig
Revision: 306698

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

Added:
  template-glib/repos/testing-i686/PKGBUILD
(from rev 306697, template-glib/trunk/PKGBUILD)
  template-glib/repos/testing-i686/libdir.diff
(from rev 306697, template-glib/trunk/libdir.diff)
  template-glib/repos/testing-x86_64/PKGBUILD
(from rev 306697, template-glib/trunk/PKGBUILD)
  template-glib/repos/testing-x86_64/libdir.diff
(from rev 306697, template-glib/trunk/libdir.diff)
Deleted:
  template-glib/repos/testing-i686/PKGBUILD
  template-glib/repos/testing-x86_64/PKGBUILD

+
 /PKGBUILD  |   88 +++
 testing-i686/PKGBUILD  |   41 
 testing-i686/libdir.diff   |   12 +
 testing-x86_64/PKGBUILD|   41 
 testing-x86_64/libdir.diff |   12 +
 5 files changed, 112 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-04 02:04:00 UTC (rev 306697)
+++ testing-i686/PKGBUILD   2017-10-04 02:04:31 UTC (rev 306698)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=template-glib
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A templating library for GLib"
-url="https://git.gnome.org/browse/template-glib";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gobject-introspection-runtime)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_gtk_doc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: template-glib/repos/testing-i686/PKGBUILD (from rev 306697, 
template-glib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-04 02:04:31 UTC (rev 306698)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=template-glib
+pkgver=3.26.1
+pkgrel=2
+pkgdesc="A templating library for GLib"
+url="https://git.gnome.org/browse/template-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gobject-introspection-runtime)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";
+libdir.diff)
+sha256sums=('SKIP'
+'9cb5343348ac313673201f33537db85a9bffde761231486b766628fe3355fdc7')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../libdir.diff
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: template-glib/repos/testing-i686/libdir.diff (from rev 306697, 
template-glib/trunk/libdir.diff)
===
--- testing-i686/libdir.diff(rev 0)
+++ testing-i686/libdir.diff2017-10-04 02:04:31 UTC (rev 306698)
@@ -0,0 +1,12 @@
+diff --git i/src/meson.build w/src/meson.build
+index 2cf452cf7e50a0a7..f07bb62b17916e46 100644
+--- i/src/meson.build
 w/src/meson.build
+@@ -155,7 +155,6 @@ libtemplate_glib = library(
+  soversion: soversion,
+version: libversion,
+install: true,
+-   install_dir: libdir,
+ )
+ 
+ libtemplate_glib_dep = declare_dependency(

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-04 02:04:00 UTC (rev 306697)
+++ testing-x86_64/PKGBUILD 2017-10-04 02:04:31 UTC (rev 306698)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=template-glib
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A templating library for GLib"
-url="https://git.gnome.org/browse/template-glib";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2 gobject-introspection-runtime)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_gtk_doc=true
-  ninja
-}
-
-check() {
- 

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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 02:04:00
  Author: heftig
Revision: 306697

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

Added:
  jsonrpc-glib/repos/testing-i686/PKGBUILD
(from rev 306696, jsonrpc-glib/trunk/PKGBUILD)
  jsonrpc-glib/repos/testing-i686/libdir.diff
(from rev 306696, jsonrpc-glib/trunk/libdir.diff)
  jsonrpc-glib/repos/testing-x86_64/PKGBUILD
(from rev 306696, jsonrpc-glib/trunk/PKGBUILD)
  jsonrpc-glib/repos/testing-x86_64/libdir.diff
(from rev 306696, jsonrpc-glib/trunk/libdir.diff)
Deleted:
  jsonrpc-glib/repos/testing-i686/PKGBUILD
  jsonrpc-glib/repos/testing-x86_64/PKGBUILD

+
 /PKGBUILD  |   88 +++
 testing-i686/PKGBUILD  |   41 
 testing-i686/libdir.diff   |   12 +
 testing-x86_64/PKGBUILD|   41 
 testing-x86_64/libdir.diff |   12 +
 5 files changed, 112 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-04 02:03:10 UTC (rev 306696)
+++ testing-i686/PKGBUILD   2017-10-04 02:04:00 UTC (rev 306697)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=jsonrpc-glib
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A JSON-RPC library for GLib"
-url="https://git.gnome.org/browse/jsonrpc-glib";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(json-glib)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_gtk_doc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: jsonrpc-glib/repos/testing-i686/PKGBUILD (from rev 306696, 
jsonrpc-glib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-04 02:04:00 UTC (rev 306697)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=jsonrpc-glib
+pkgver=3.26.1
+pkgrel=2
+pkgdesc="A JSON-RPC library for GLib"
+url="https://git.gnome.org/browse/jsonrpc-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(json-glib)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";
+libdir.diff)
+sha256sums=('SKIP'
+'c2ce8d5bf186da1acf95cd75fdb596e95bc6054202a7a9bd5c19e923f0ad012a')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../libdir.diff
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: jsonrpc-glib/repos/testing-i686/libdir.diff (from rev 306696, 
jsonrpc-glib/trunk/libdir.diff)
===
--- testing-i686/libdir.diff(rev 0)
+++ testing-i686/libdir.diff2017-10-04 02:04:00 UTC (rev 306697)
@@ -0,0 +1,12 @@
+diff --git i/src/meson.build w/src/meson.build
+index 88e888c423c9ff93..1c527286edf20e8d 100644
+--- i/src/meson.build
 w/src/meson.build
+@@ -56,7 +56,6 @@ libjsonrpc_glib = library(
+  soversion: soversion,
+version: libversion,
+install: true,
+-   install_dir: libdir,
+ )
+ 
+ libjsonrpc_glib_dep = declare_dependency(

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-04 02:03:10 UTC (rev 306696)
+++ testing-x86_64/PKGBUILD 2017-10-04 02:04:00 UTC (rev 306697)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=jsonrpc-glib
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A JSON-RPC library for GLib"
-url="https://git.gnome.org/browse/jsonrpc-glib";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(json-glib)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_gtk_doc=true
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: jsonrpc-gl

[arch-commits] Commit in jsonrpc-glib/trunk (PKGBUILD libdir.diff)

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 02:03:07
  Author: heftig
Revision: 306695

3.26.1-2

Added:
  jsonrpc-glib/trunk/libdir.diff
Modified:
  jsonrpc-glib/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 libdir.diff |   12 
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 00:45:51 UTC (rev 306694)
+++ PKGBUILD2017-10-04 02:03:07 UTC (rev 306695)
@@ -3,7 +3,7 @@
 
 pkgname=jsonrpc-glib
 pkgver=3.26.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A JSON-RPC library for GLib"
 url="https://git.gnome.org/browse/jsonrpc-glib";
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 depends=(json-glib)
 makedepends=(git meson vala gobject-introspection gtk-doc)
 _commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";
+libdir.diff)
+sha256sums=('SKIP'
+'c2ce8d5bf186da1acf95cd75fdb596e95bc6054202a7a9bd5c19e923f0ad012a')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,7 @@
 prepare() {
   mkdir build
   cd $pkgname
+  patch -Np1 -i ../libdir.diff
 }
 
 build() {

Added: libdir.diff
===
--- libdir.diff (rev 0)
+++ libdir.diff 2017-10-04 02:03:07 UTC (rev 306695)
@@ -0,0 +1,12 @@
+diff --git i/src/meson.build w/src/meson.build
+index 88e888c423c9ff93..1c527286edf20e8d 100644
+--- i/src/meson.build
 w/src/meson.build
+@@ -56,7 +56,6 @@ libjsonrpc_glib = library(
+  soversion: soversion,
+version: libversion,
+install: true,
+-   install_dir: libdir,
+ )
+ 
+ libjsonrpc_glib_dep = declare_dependency(


[arch-commits] Commit in template-glib/trunk (PKGBUILD libdir.diff)

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 02:03:10
  Author: heftig
Revision: 306696

3.26.1-2

Added:
  template-glib/trunk/libdir.diff
Modified:
  template-glib/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 libdir.diff |   12 
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 02:03:07 UTC (rev 306695)
+++ PKGBUILD2017-10-04 02:03:10 UTC (rev 306696)
@@ -3,7 +3,7 @@
 
 pkgname=template-glib
 pkgver=3.26.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A templating library for GLib"
 url="https://git.gnome.org/browse/template-glib";
 arch=(i686 x86_64)
@@ -11,8 +11,10 @@
 depends=(glib2 gobject-introspection-runtime)
 makedepends=(git meson vala gobject-introspection gtk-doc)
 _commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";
+libdir.diff)
+sha256sums=('SKIP'
+'9cb5343348ac313673201f33537db85a9bffde761231486b766628fe3355fdc7')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,7 @@
 prepare() {
   mkdir build
   cd $pkgname
+  patch -Np1 -i ../libdir.diff
 }
 
 build() {

Added: libdir.diff
===
--- libdir.diff (rev 0)
+++ libdir.diff 2017-10-04 02:03:10 UTC (rev 306696)
@@ -0,0 +1,12 @@
+diff --git i/src/meson.build w/src/meson.build
+index 2cf452cf7e50a0a7..f07bb62b17916e46 100644
+--- i/src/meson.build
 w/src/meson.build
+@@ -155,7 +155,6 @@ libtemplate_glib = library(
+  soversion: soversion,
+version: libversion,
+install: true,
+-   install_dir: libdir,
+ )
+ 
+ libtemplate_glib_dep = declare_dependency(


[arch-commits] Commit in gitlab/repos/community-x86_64 (23 files)

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 01:45:13
  Author: svenstaro
Revision: 261421

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 261420, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 261420, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 261420, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 261420, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 261420, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 261420, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 261420, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 261420, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 261420, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 261420, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 261420, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 261420, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

-+
 PKGBUILD|  410 +-
 gitlab-backup.service   |   38 
 gitlab-backup.timer |   20 
 gitlab-mailroom.service |   40 
 gitlab-sidekiq.service  |   58 
 gitlab-unicorn.service  |   58 
 gitlab.install  |   40 
 gitlab.logrotate|   22 
 gitlab.target   |   21 
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 
 yarn.lock   | 6602 ++
 12 files changed, 6991 insertions(+), 390 deletions(-)

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


[arch-commits] Commit in gitlab/trunk (PKGBUILD gitlab.target yarn.lock)

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 01:44:53
  Author: svenstaro
Revision: 261420

upgpkg: gitlab 10.0.2-1

Added:
  gitlab/trunk/yarn.lock
Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab.target

---+
 PKGBUILD  |   16 
 gitlab.target |   11 
 yarn.lock | 6602 
 3 files changed, 6615 insertions(+), 14 deletions(-)

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


[arch-commits] Commit in meson/repos/extra-any (4 files)

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 00:45:51
  Author: heftig
Revision: 306694

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 306693, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 306693, meson/trunk/arch-meson)
Deleted:
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson

+
 PKGBUILD   |  102 +--
 arch-meson |   46 --
 2 files changed, 72 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-04 00:45:14 UTC (rev 306693)
+++ PKGBUILD2017-10-04 00:45:51 UTC (rev 306694)
@@ -1,51 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.42.1
-pkgrel=2
-pkgdesc='High productivity build system'
-url='http://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python' 'ninja')
-makedepends=('python-setuptools')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
-  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
-  'itstool' 'gtk3' 'valgrind' 'java-environment>=8' 'gtk-doc' 
'llvm' 'clang' 'sdl2'
-  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial')
-checkdepends_x86_64=('ldc')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-arch-meson)
-sha512sums=('f9982a19160c51c53741a65a48432896799be90c2d99941a45a14c3fcc14df3469808b75d905e1ac81221b057400913e7ae0f7d24e6865d8f1e664e1686aecb4'
-'SKIP'
-
'0445d5d913a3962db94c63bdc7ed2afad064aa0184f73382887300f77c9c0fb39fcd7a26c3108cbf7a6988e3ed064fd2295c0d7e6e90aae420a80773ce6399ec')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  unset CLASSPATH  # GNUstep breaks java tests
-  LDFLAGS="${LDFLAGS/,--as-needed/}" # --as-needed breaks openmpi linking
-  # export MESON_PRINT_TEST_OUTPUT=1 # set this for debug output
-  # graphviz: Installing breaks doxygen tests
-  LC_CTYPE=en_US.UTF-8 DC=ldc ./run_tests.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 syntax-highlighting/vim/ftdetect/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/ftdetect"
-  install -Dm 644 syntax-highlighting/vim/indent/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/indent"
-  install -Dm 644 syntax-highlighting/vim/syntax/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/syntax"
-
-  # Arch packaging helper
-  install -D ../arch-meson -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/extra-any/PKGBUILD (from rev 306693, meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-04 00:45:51 UTC (rev 306694)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.42.1
+pkgrel=3
+pkgdesc='High productivity build system'
+url='http://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python' 'ninja')
+makedepends=('python-setuptools')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt4' 
'qt5-base' 'git' 'gnustep-base'
+  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
+  'itstool' 'gtk3' 'valgrind' 'java-environment>=8' 'gtk-doc' 
'llvm' 'clang' 'sdl2'
+  'doxygen' 'vulkan-validation-layers' 'openmpi' 'openssh' 
'mercurial')
+checkdepends_x86_64=('ldc')
+source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
+arch-meson)
+sha512sums=('f9982a19160c51c53741a65a48432896799be90c2d99941a45a14c3fcc14df3469808b75d905e1ac81221b057400913e7ae0f7d24e6865d8f1e664e1686aecb4'
+'SKIP'
+
'3ad7599e491548e76166a333f1312b871858d9e2d2d2d51a50142f094e5052eb2af199a68acc03c98788e99fc6673e53a1769df9c3e79e0f926d4939d370775a')
+validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  unset CLASSPATH  # GNUstep breaks java tests
+  LDFLAGS="${LDFLAGS/,--as-needed/}" # --as-needed breaks openmpi linking
+  # export MESON_PRINT_TEST_OUTPUT=1 # set this for debug output
+  # graphviz: Installing breaks doxygen tests
+  LC_CTYPE=en_US.UTF-8 DC=ldc ./run_tests.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-b

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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 00:45:14
  Author: heftig
Revision: 306693

0.42.1-3: Let consumer of arch-meson override parameters; remove meson configure

Modified:
  meson/trunk/PKGBUILD
  meson/trunk/arch-meson

+
 PKGBUILD   |4 ++--
 arch-meson |8 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 00:39:11 UTC (rev 306692)
+++ PKGBUILD2017-10-04 00:45:14 UTC (rev 306693)
@@ -4,7 +4,7 @@
 
 pkgname=meson
 pkgver=0.42.1
-pkgrel=2
+pkgrel=3
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
 arch=('any')
@@ -20,7 +20,7 @@
 arch-meson)
 
sha512sums=('f9982a19160c51c53741a65a48432896799be90c2d99941a45a14c3fcc14df3469808b75d905e1ac81221b057400913e7ae0f7d24e6865d8f1e664e1686aecb4'
 'SKIP'
-
'0445d5d913a3962db94c63bdc7ed2afad064aa0184f73382887300f77c9c0fb39fcd7a26c3108cbf7a6988e3ed064fd2295c0d7e6e90aae420a80773ce6399ec')
+
'3ad7599e491548e76166a333f1312b871858d9e2d2d2d51a50142f094e5052eb2af199a68acc03c98788e99fc6673e53a1769df9c3e79e0f926d4939d370775a')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 
 build() {

Modified: arch-meson
===
--- arch-meson  2017-10-04 00:39:11 UTC (rev 306692)
+++ arch-meson  2017-10-04 00:45:14 UTC (rev 306693)
@@ -1,7 +1,7 @@
 #!/bin/bash -ex
 # Meson wrapper for Arch Linux packaging
 
-meson setup \
+exec meson setup "$@" \
   --prefix /usr \
   --libdir /usr/lib \
   --libexecdir /usr/lib \
@@ -18,8 +18,4 @@
   --buildtype  release \
   --warnlevel  2 \
   --wrap-mode  nofallback \
-  -D   b_lto=true \
-  "$@"
-
-# Print config
-exec meson configure
+  -D   b_lto=true


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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:35:12
  Author: svenstaro
Revision: 306688

upgpkg: nvidia-lts 387.12-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 00:32:28 UTC (rev 306687)
+++ PKGBUILD2017-10-04 00:35:12 UTC (rev 306688)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-lts
-pkgver=384.90
+pkgver=387.12
 _extramodules=extramodules-4.9-lts
 pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
@@ -15,8 +15,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-sha512sums_i686=('4376be6ade4380f8416a7d07a77b2e71bf07f62488c6887d2023973ca57574a0c6d294327159d4a0cf12400e4156b48fa989e3a80615cefd25d918e6d558784f')
-sha512sums_x86_64=('64b9a30c1a92435202b67c65f6a33fa5bb533f7009ee24b4f5632f100aa5842bf2f5fd83d63d9c3ce7599ceacd29c585c31e83c1e214cb7c542279d1287c4b34')
+sha512sums_i686=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
+sha512sums_x86_64=('67617031a3387d0aaa389dfc9d8f68d5d6fd435646ecd1928d8ec034401ff21579b2472052038393c97290d4a521d0a2e3f29d49d5b05c64ce250ef2d43e4acd')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:35:23
  Author: svenstaro
Revision: 306689

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

Added:
  nvidia-lts/repos/staging-i686/
  nvidia-lts/repos/staging-i686/PKGBUILD
(from rev 306688, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-i686/nvidia-lts.install
(from rev 306688, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/staging-x86_64/
  nvidia-lts/repos/staging-x86_64/PKGBUILD
(from rev 306688, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/staging-x86_64/nvidia-lts.install
(from rev 306688, nvidia-lts/trunk/nvidia-lts.install)

---+
 staging-i686/PKGBUILD |   56 
 staging-i686/nvidia-lts.install   |   15 +
 staging-x86_64/PKGBUILD   |   56 
 staging-x86_64/nvidia-lts.install |   15 +
 4 files changed, 142 insertions(+)

Copied: nvidia-lts/repos/staging-i686/PKGBUILD (from rev 306688, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-04 00:35:23 UTC (rev 306689)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=387.12
+_extramodules=extramodules-4.9-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.51' 
'linux-lts-headers>=4.9.51')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums_i686=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
+sha512sums_x86_64=('67617031a3387d0aaa389dfc9d8f68d5d6fd435646ecd1928d8ec034401ff21579b2472052038393c97290d4a521d0a2e3f29d49d5b05c64ce250ef2d43e4acd')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.9.51' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/staging-i686/nvidia-lts.install (from rev 306688, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- staging-i686/nvidia-lts.install (rev 0)
+++ staging-i686/nvidia-lts.install 2017-10-04 00:35:23 UTC (rev 306689)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/staging-x86_64/PKGBUILD (from rev 306688, 
nvidia-lts/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-04 00:35:23 UTC (rev 306689)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=387.12
+_extramodules=extramodules-4.9-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com

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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:32:28
  Author: svenstaro
Revision: 306687

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

Added:
  nvidia/repos/staging-i686/
  nvidia/repos/staging-i686/PKGBUILD
(from rev 306686, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-i686/fix-abi.patch
(from rev 306686, nvidia/trunk/fix-abi.patch)
  nvidia/repos/staging-i686/nvidia.install
(from rev 306686, nvidia/trunk/nvidia.install)
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 306686, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 306686, nvidia/trunk/fix-abi.patch)
  nvidia/repos/staging-x86_64/nvidia.install
(from rev 306686, nvidia/trunk/nvidia.install)

---+
 staging-i686/PKGBUILD |   87 
 staging-i686/fix-abi.patch|   12 +
 staging-i686/nvidia.install   |   13 +
 staging-x86_64/PKGBUILD   |   87 
 staging-x86_64/fix-abi.patch  |   12 +
 staging-x86_64/nvidia.install |   13 +
 6 files changed, 224 insertions(+)

Copied: nvidia/repos/staging-i686/PKGBUILD (from rev 306686, 
nvidia/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-04 00:32:28 UTC (rev 306687)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=387.12
+_extramodules=extramodules-4.13-ARCH
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.13' 'linux-headers<4.14')
+license=('custom')
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums_i686=('1113b7efb570a7604d9e31d93351c5ff')
+md5sums_x86_64=('0dce5a6685500d9ab6443c82a2210ee9')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.13' 'linux<4.14' "nvidia-utils=${pkgver}" 'libgl')
+install=nvidia.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+ "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

Copied: nvidia/repos/staging-i686/fix-abi.patch (from rev 306686, 
nvidia/trunk/fix-abi.patch)
===
--- staging

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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:32:12
  Author: svenstaro
Revision: 306686

upgpkg: nvidia 387.12-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 00:21:14 UTC (rev 306685)
+++ PKGBUILD2017-10-04 00:32:12 UTC (rev 306686)
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
-pkgver=384.90
+pkgver=387.12
 _extramodules=extramodules-4.13-ARCH
 pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
@@ -16,8 +16,8 @@
 options=('!strip')
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums_i686=('9423e4bdef7745c7b57a75c24f853b53')
-md5sums_x86_64=('d33916ac2d962a7e6acc803cf6fd677c')
+md5sums_i686=('1113b7efb570a7604d9e31d93351c5ff')
+md5sums_x86_64=('0dce5a6685500d9ab6443c82a2210ee9')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:21:12
  Author: svenstaro
Revision: 261418

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 261417, lib32-nvidia-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-utils/repos/multilib-staging-x86_64/PKGBUILD (from rev 
261417, lib32-nvidia-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2017-10-04 00:21:12 UTC (rev 261418)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
+pkgver=387.12
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+#makedepends=('nvidia-libgl')  # To avoid conflict during installation in the 
build chroot
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+sha512sums=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('lib32-opencl-driver')
+
+cd "${_pkg}"
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'lib32-libglvnd' 'nvidia-utils')
+optdepends=('lib32-opencl-nvidia')
+conflicts=('lib32-nvidia-libgl')
+provides=('lib32-vulkan-driver' 'lib32-opengl-driver' 'lib32-nvidia-libgl')
+replaces=('lib32-nvidia-libgl')
+
+cd "${_pkg}"
+
+# GLX extension module for X - useless ?
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find 
glx otherwise
+install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_nvidia.so.${pkgver}"
+# now in lib32-mesa driver
+#ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
+
+# Wayland stuff
+install -D -m755 "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1.0.2"
+ln -s "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1"
+
+# OpenGL libraries
+install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv1_CM_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM_nvidia.so.${pkgver}"
+install -D -m755 "libGLESv2_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2_nvidia.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
+install -D -m755 "libnvidia-wfb.so.$

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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:21:14
  Author: svenstaro
Revision: 306685

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

Added:
  nvidia-utils/repos/staging-i686/
  nvidia-utils/repos/staging-i686/PKGBUILD
(from rev 306684, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 306684, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-i686/nvidia-utils.install
(from rev 306684, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/staging-x86_64/
  nvidia-utils/repos/staging-x86_64/PKGBUILD
(from rev 306684, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 306684, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/staging-x86_64/nvidia-utils.install
(from rev 306684, nvidia-utils/trunk/nvidia-utils.install)

+
 staging-i686/PKGBUILD  |  176 +++
 staging-i686/nvidia-drm-outputclass.conf   |   14 ++
 staging-i686/nvidia-utils.install  |   10 +
 staging-x86_64/PKGBUILD|  176 +++
 staging-x86_64/nvidia-drm-outputclass.conf |   14 ++
 staging-x86_64/nvidia-utils.install|   10 +
 6 files changed, 400 insertions(+)

Copied: nvidia-utils/repos/staging-i686/PKGBUILD (from rev 306684, 
nvidia-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-04 00:21:14 UTC (rev 306685)
@@ -0,0 +1,176 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia')
+pkgver=387.12
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+source=('nvidia-drm-outputclass.conf')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('a433deeb5f9cc661e537f42bde2f1df7')
+md5sums_i686=('1113b7efb570a7604d9e31d93351c5ff')
+md5sums_x86_64=('0dce5a6685500d9ab6443c82a2210ee9')
+sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
+sha512sums_i686=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
+sha512sums_x86_64=('67617031a3387d0aaa389dfc9d8f68d5d6fd435646ecd1928d8ec034401ff21579b2472052038393c97290d4a521d0a2e3f29d49d5b05c64ce250ef2d43e4acd')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+sed -i 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' nvidia_icd.json.template
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+replaces=('nvidia-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
+l

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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:20:48
  Author: svenstaro
Revision: 261417

upgpkg: lib32-nvidia-utils 387.12-1

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 23:14:56 UTC (rev 261416)
+++ PKGBUILD2017-10-04 00:20:48 UTC (rev 261417)
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=384.90
+pkgver=387.12
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -16,7 +16,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-sha512sums=('4376be6ade4380f8416a7d07a77b2e71bf07f62488c6887d2023973ca57574a0c6d294327159d4a0cf12400e4156b48fa989e3a80615cefd25d918e6d558784f')
+sha512sums=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
 
 create_links() {
 # create soname links
@@ -68,8 +68,8 @@
 #ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLX_indirect.so.0"
 
 # Wayland stuff
-install -D -m755 "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1.0.1"
-ln -s "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1"
+install -D -m755 "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1.0.2"
+ln -s "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib32/libnvidia-egl-wayland.so.1"
 
 # OpenGL libraries
 install -D -m755 "libEGL_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL_nvidia.so.${pkgver}"


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

2017-10-03 Thread Sven-Hendrik Haase
Date: Wednesday, October 4, 2017 @ 00:20:40
  Author: svenstaro
Revision: 306684

upgpkg: nvidia-utils 387.12-1

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 00:04:19 UTC (rev 306683)
+++ PKGBUILD2017-10-04 00:20:40 UTC (rev 306684)
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia')
-pkgver=384.90
+pkgver=387.12
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -15,11 +15,11 @@
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
 md5sums=('a433deeb5f9cc661e537f42bde2f1df7')
-md5sums_i686=('9423e4bdef7745c7b57a75c24f853b53')
-md5sums_x86_64=('d33916ac2d962a7e6acc803cf6fd677c')
+md5sums_i686=('1113b7efb570a7604d9e31d93351c5ff')
+md5sums_x86_64=('0dce5a6685500d9ab6443c82a2210ee9')
 
sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
-sha512sums_i686=('4376be6ade4380f8416a7d07a77b2e71bf07f62488c6887d2023973ca57574a0c6d294327159d4a0cf12400e4156b48fa989e3a80615cefd25d918e6d558784f')
-sha512sums_x86_64=('64b9a30c1a92435202b67c65f6a33fa5bb533f7009ee24b4f5632f100aa5842bf2f5fd83d63d9c3ce7599ceacd29c585c31e83c1e214cb7c542279d1287c4b34')
+sha512sums_i686=('aa88bed1bbde790779b270b331b6a5f6008259f46291076c67cb22bc79c23dc1bf29177a7ce040784d986988b768c0574cd2ad28d71a0759873b13a68fcaa7f8')
+sha512sums_x86_64=('67617031a3387d0aaa389dfc9d8f68d5d6fd435646ecd1928d8ec034401ff21579b2472052038393c97290d4a521d0a2e3f29d49d5b05c64ce250ef2d43e4acd')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -80,14 +80,14 @@
 install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so.${pkgver}"
 ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so.1"
# X doesn't find glx otherwise
 ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/libglx.so"  
# X doesn't find glx otherwise
-
+
 install -D -m755 "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_nvidia.so.${pkgver}"
 # now in mesa driver
 #ln -s "libGLX_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLX_indirect.so.0"
 
 # Wayland stuff
-install -D -m755 "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.1.0.1"
-ln -s "libnvidia-egl-wayland.so.1.0.1" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.1"
+install -D -m755 "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.1.0.2"
+ln -s "libnvidia-egl-wayland.so.1.0.2" 
"${pkgdir}/usr/lib/libnvidia-egl-wayland.so.1"
 install -D -m644 "10_nvidia_wayland.json" 
"${pkgdir}/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json"
 
 # OpenGL libraries


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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 00:04:19
  Author: heftig
Revision: 306683

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

Added:
  template-glib/repos/testing-i686/
  template-glib/repos/testing-i686/PKGBUILD
(from rev 306682, template-glib/trunk/PKGBUILD)
  template-glib/repos/testing-x86_64/
  template-glib/repos/testing-x86_64/PKGBUILD
(from rev 306682, template-glib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: template-glib/repos/testing-i686/PKGBUILD (from rev 306682, 
template-glib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-04 00:04:19 UTC (rev 306683)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=template-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A templating library for GLib"
+url="https://git.gnome.org/browse/template-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gobject-introspection-runtime)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: template-glib/repos/testing-x86_64/PKGBUILD (from rev 306682, 
template-glib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-04 00:04:19 UTC (rev 306683)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=template-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A templating library for GLib"
+url="https://git.gnome.org/browse/template-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gobject-introspection-runtime)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 00:03:37
  Author: heftig
Revision: 306682

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

Added:
  jsonrpc-glib/repos/testing-i686/
  jsonrpc-glib/repos/testing-i686/PKGBUILD
(from rev 306681, jsonrpc-glib/trunk/PKGBUILD)
  jsonrpc-glib/repos/testing-x86_64/
  jsonrpc-glib/repos/testing-x86_64/PKGBUILD
(from rev 306681, jsonrpc-glib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/PKGBUILD |   41 +
 2 files changed, 82 insertions(+)

Copied: jsonrpc-glib/repos/testing-i686/PKGBUILD (from rev 306681, 
jsonrpc-glib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-04 00:03:37 UTC (rev 306682)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=jsonrpc-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A JSON-RPC library for GLib"
+url="https://git.gnome.org/browse/jsonrpc-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(json-glib)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: jsonrpc-glib/repos/testing-x86_64/PKGBUILD (from rev 306681, 
jsonrpc-glib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-04 00:03:37 UTC (rev 306682)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=jsonrpc-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A JSON-RPC library for GLib"
+url="https://git.gnome.org/browse/jsonrpc-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(json-glib)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 00:02:19
  Author: heftig
Revision: 306681

3.26.1-1

Added:
  jsonrpc-glib/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-04 00:02:19 UTC (rev 306681)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=jsonrpc-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A JSON-RPC library for GLib"
+url="https://git.gnome.org/browse/jsonrpc-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(json-glib)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=3cac93a18dd95572027d9817c0ea046838f8bcb9  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/jsonrpc-glib#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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


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

2017-10-03 Thread Jan Steffens
Date: Wednesday, October 4, 2017 @ 00:02:05
  Author: heftig
Revision: 306680

maintainer

Modified:
  template-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 23:59:16 UTC (rev 306679)
+++ PKGBUILD2017-10-04 00:02:05 UTC (rev 306680)
@@ -1,5 +1,5 @@
 # $Id$
-# # Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=template-glib
 pkgver=3.26.1


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:59:16
  Author: heftig
Revision: 306679

3.26.1-1

Added:
  template-glib/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-03 23:59:16 UTC (rev 306679)
@@ -0,0 +1,41 @@
+# $Id$
+# # Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=template-glib
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A templating library for GLib"
+url="https://git.gnome.org/browse/template-glib";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(glib2 gobject-introspection-runtime)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=b9a332a2baadfa7aaa46c16e1084a82489539b8f  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/template-glib#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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


[arch-commits] Commit in (jsonrpc-glib jsonrpc-glib/repos jsonrpc-glib/trunk)

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:44:02
  Author: heftig
Revision: 306677

Add jsonrpc-glib

Added:
  jsonrpc-glib/
  jsonrpc-glib/repos/
  jsonrpc-glib/trunk/


[arch-commits] Commit in (template-glib template-glib/repos template-glib/trunk)

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:44:11
  Author: heftig
Revision: 306678

Add template-glib

Added:
  template-glib/
  template-glib/repos/
  template-glib/trunk/


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:41:02
  Author: heftig
Revision: 306676

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

Added:
  gnome-session/repos/testing-i686/PKGBUILD
(from rev 306675, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/testing-x86_64/PKGBUILD
(from rev 306675, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/testing-i686/PKGBUILD
  gnome-session/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 23:40:29 UTC (rev 306675)
+++ testing-i686/PKGBUILD   2017-10-03 23:41:02 UTC (rev 306676)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session";
-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 xmlto)
-groups=(gnome)
-_commit=f289a01ad10bfac6e6df9cc6c6db138fd4beda94  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-session#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-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-session/repos/testing-i686/PKGBUILD (from rev 306675, 
gnome-session/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 23:41:02 UTC (rev 306676)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session";
+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 xmlto)
+groups=(gnome)
+_commit=26514ecb0844b7f3acd9fd8c70343450ecf7afca  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-session#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-schemas-compile --enable-systemd --disable-gconf
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 23:40:29 UTC (rev 306675)
+++ testing-x86_64/PKGBUILD 2017-10-03 23:41:02 UTC (rev 306676)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session";
-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 xmlto)
-groups=(gnome)
-_commit=f289a01ad10bfac6e6df9cc6c6db138fd4beda94  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-session#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-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-session/repos/testing-x86_64/PKGBUILD (from rev 306675, 
gnome-session/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-03 23:41:02 UTC (rev 306676)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexand

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:40:29
  Author: heftig
Revision: 306675

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

Added:
  sysprof/repos/testing-i686/PKGBUILD
(from rev 306674, sysprof/trunk/PKGBUILD)
  sysprof/repos/testing-x86_64/PKGBUILD
(from rev 306674, sysprof/trunk/PKGBUILD)
Deleted:
  sysprof/repos/testing-i686/PKGBUILD
  sysprof/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   92 ++
 testing-i686/PKGBUILD   |   47 ---
 testing-x86_64/PKGBUILD |   47 ---
 3 files changed, 92 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 23:39:56 UTC (rev 306674)
+++ testing-i686/PKGBUILD   2017-10-03 23:40:29 UTC (rev 306675)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Geoffroy Carrier 
-# Contributor: Eric Belanger 
-# Contributor: aeolist 
-# Contributor: Gabriel Rauter 
-
-pkgname=sysprof
-pkgver=3.26.0+1+g9077226
-pkgrel=1
-pkgdesc="Kernel based performance profiler"
-url="https://wiki.gnome.org/Apps/Sysprof";
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gtk3 polkit)
-makedepends=(itstool git meson)
-_commit=9077226cbec0274655b9a4f492ec87f82a76617b  # sysprof-3-26
-source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: sysprof/repos/testing-i686/PKGBUILD (from rev 306674, 
sysprof/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 23:40:29 UTC (rev 306675)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Eric Belanger 
+# Contributor: aeolist 
+# Contributor: Gabriel Rauter 
+
+pkgname=sysprof
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Kernel based performance profiler"
+url="https://wiki.gnome.org/Apps/Sysprof";
+license=(GPL)
+arch=(i686 x86_64)
+depends=(gtk3 polkit)
+makedepends=(itstool git meson)
+_commit=b251a6c85336d0e3646859bff89919c220e75534  # tags/sysprof-3.26.1^0
+source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 23:39:56 UTC (rev 306674)
+++ testing-x86_64/PKGBUILD 2017-10-03 23:40:29 UTC (rev 306675)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Geoffroy Carrier 
-# Contributor: Eric Belanger 
-# Contributor: aeolist 
-# Contributor: Gabriel Rauter 
-
-pkgname=sysprof
-pkgver=3.26.0+1+g9077226
-pkgrel=1
-pkgdesc="Kernel based performance profiler"
-url="https://wiki.gnome.org/Apps/Sysprof";
-license=(GPL)
-arch=(i686 x86_64)
-depends=(gtk3 polkit)
-makedepends=(itstool git meson)
-_commit=9077226cbec0274655b9a4f492ec87f82a76617b  # sysprof-3-26
-source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^sysprof-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: sysprof/repos/testing-x86_64/PKGBUILD (from rev 306674, 
sysprof/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-03 23:40:29 UTC (rev 306675)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Geoffroy Carrier 
+# Contributor: Eric Belanger 
+# Contributor: aeolist 
+# Contributor: Gabriel Rauter 
+
+pkgname=sysprof
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Kernel based performance profiler"
+url="https://wiki.gnome.org/Apps/Sysprof";
+license=(GPL)
+

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:39:56
  Author: heftig
Revision: 306674

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

Added:
  gdm/repos/testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 306673, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/testing-i686/PKGBUILD
(from rev 306673, gdm/trunk/PKGBUILD)
  gdm/repos/testing-i686/gdm.install
(from rev 306673, gdm/trunk/gdm.install)
  gdm/repos/testing-i686/gdm.sysusers
(from rev 306673, gdm/trunk/gdm.sysusers)
  gdm/repos/testing-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 306673, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/testing-x86_64/PKGBUILD
(from rev 306673, gdm/trunk/PKGBUILD)
  gdm/repos/testing-x86_64/gdm.install
(from rev 306673, gdm/trunk/gdm.install)
  gdm/repos/testing-x86_64/gdm.sysusers
(from rev 306673, gdm/trunk/gdm.sysusers)
Deleted:
  gdm/repos/testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/testing-i686/PKGBUILD
  gdm/repos/testing-i686/gdm.install
  gdm/repos/testing-i686/gdm.sysusers
  gdm/repos/testing-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/testing-x86_64/PKGBUILD
  gdm/repos/testing-x86_64/gdm.install
  gdm/repos/testing-x86_64/gdm.sysusers

-+
 /0002-Xsession-Don-t-start-ssh-agent-by-default.patch   |   62 +++
 /PKGBUILD   |  192 
++
 /gdm.install|6 
 /gdm.sysusers   |4 
 testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch   |   31 -
 testing-i686/PKGBUILD   |   96 
-
 testing-i686/gdm.install|3 
 testing-i686/gdm.sysusers   |2 
 testing-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch |   31 -
 testing-x86_64/PKGBUILD |   96 
-
 testing-x86_64/gdm.install  |3 
 testing-x86_64/gdm.sysusers |2 
 12 files changed, 264 insertions(+), 264 deletions(-)

Deleted: testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch   
2017-10-03 23:39:15 UTC (rev 306673)
+++ testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch   
2017-10-03 23:39:56 UTC (rev 306674)
@@ -1,31 +0,0 @@
-From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index f253375..c143b30 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.4.5
-

Copied: 
gdm/repos/testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 306673, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch   
(rev 0)
+++ testing-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch   
2017-10-03 23:39:56 UTC (rev 306674)
@@ -0,0 +1,31 @@
+From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index f253375..c143b30 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.4.5
+

Deleted: testing-i686/PKGBUILD

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:39:15
  Author: heftig
Revision: 306673

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

Added:
  libdazzle/repos/testing-i686/PKGBUILD
(from rev 306672, libdazzle/trunk/PKGBUILD)
  libdazzle/repos/testing-x86_64/PKGBUILD
(from rev 306672, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/testing-i686/PKGBUILD
  libdazzle/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 testing-i686/PKGBUILD   |   36 ---
 testing-x86_64/PKGBUILD |   36 ---
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 23:37:43 UTC (rev 306672)
+++ testing-i686/PKGBUILD   2017-10-03 23:39:15 UTC (rev 306673)
@@ -1,36 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=libdazzle
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Feature-filled library for GTK+ and GObject"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=(gtk3)
-makedepends=('git' 'meson' 'vala' 'gobject-introspection' 'gtk-doc')
-_commit=c772276812a7be5d8b4fb262a3ee2569601d1c7a  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit";)
-url="https://www.gnome.org/";
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release -Denable_gtk_doc=true 
../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libdazzle/repos/testing-i686/PKGBUILD (from rev 306672, 
libdazzle/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 23:39:15 UTC (rev 306673)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdazzle
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://git.gnome.org/browse/libdazzle";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=05543e750afbfa1d84ec06135c18fd687dd78f0e  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 23:37:43 UTC (rev 306672)
+++ testing-x86_64/PKGBUILD 2017-10-03 23:39:15 UTC (rev 306673)
@@ -1,36 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot 
-
-pkgname=libdazzle
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Feature-filled library for GTK+ and GObject"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=(gtk3)
-makedepends=('git' 'meson' 'vala' 'gobject-introspection' 'gtk-doc')
-_commit=c772276812a7be5d8b4fb262a3ee2569601d1c7a  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit";)
-url="https://www.gnome.org/";
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release -Denable_gtk_doc=true 
../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libdazzle/repos/testing-x86_64/PKGBUILD (from rev 306672, 
libdazzle/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-03 23:39:15 UTC (rev 306673)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libdazzle
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://git.gnome.org/browse/libdazzle";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=05543e750afbfa1d84ec06135c18fd687dd78f0e  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:37:43
  Author: heftig
Revision: 306672

3.26.1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 23:36:16 UTC (rev 306671)
+++ PKGBUILD2017-10-03 23:37:43 UTC (rev 306672)
@@ -1,17 +1,17 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot 
 
 pkgname=libdazzle
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
-pkgdesc="Feature-filled library for GTK+ and GObject"
-arch=('i686' 'x86_64')
-license=('LGPL')
+pkgdesc="A library to delight your users with fancy features"
+url="https://git.gnome.org/browse/libdazzle";
+arch=(i686 x86_64)
+license=(LGPL)
 depends=(gtk3)
-makedepends=('git' 'meson' 'vala' 'gobject-introspection' 'gtk-doc')
-_commit=c772276812a7be5d8b4fb262a3ee2569601d1c7a  # tags/3.26.0^0
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=05543e750afbfa1d84ec06135c18fd687dd78f0e  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit";)
-url="https://www.gnome.org/";
 sha256sums=('SKIP')
 
 pkgver() {
@@ -26,7 +26,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release -Denable_gtk_doc=true 
../$pkgname
+  arch-meson ../$pkgname -Denable_gtk_doc=true
   ninja
 }
 


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


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:36:16
  Author: heftig
Revision: 306671

3.26.1-1

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 23:33:45 UTC (rev 306670)
+++ PKGBUILD2017-10-03 23:36:16 UTC (rev 306671)
@@ -7,7 +7,7 @@
 # Contributor: Gabriel Rauter 
 
 pkgname=sysprof
-pkgver=3.26.0+1+g9077226
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof";
@@ -15,7 +15,7 @@
 arch=(i686 x86_64)
 depends=(gtk3 polkit)
 makedepends=(itstool git meson)
-_commit=9077226cbec0274655b9a4f492ec87f82a76617b  # sysprof-3-26
+_commit=b251a6c85336d0e3646859bff89919c220e75534  # tags/sysprof-3.26.1^0
 source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -31,8 +31,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
---libexecdir=/usr/lib
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:33:42
  Author: heftig
Revision: 306669

3.26.1-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 21:57:34 UTC (rev 306668)
+++ PKGBUILD2017-10-03 23:33:42 UTC (rev 306669)
@@ -4,7 +4,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.26.0+9+g2b52d893
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Display manager and login screen"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
 makedepends=(yelp-tools intltool gobject-introspection git)
 checkdepends=(check)
-_commit=2b52d8933c8ab38e7ee83318da2363d00d8c5581  # master
+_commit=e4810bf0bee466066321434799fc60fdb1d6b553  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gdm#commit=$_commit";
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
 gdm.sysusers)


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 23:33:45
  Author: heftig
Revision: 306670

3.26.1-1

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 23:33:42 UTC (rev 306669)
+++ PKGBUILD2017-10-03 23:33:45 UTC (rev 306670)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-session
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="The GNOME Session Handler"
 url="https://git.gnome.org/browse/gnome-session";
@@ -12,7 +12,7 @@
  json-glib libgl libsm libxtst systemd)
 makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto)
 groups=(gnome)
-_commit=f289a01ad10bfac6e6df9cc6c6db138fd4beda94  # tags/3.26.0^0
+_commit=26514ecb0844b7f3acd9fd8c70343450ecf7afca  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -30,6 +30,7 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-schemas-compile --enable-systemd --disable-gconf
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2017-10-03 Thread Levente Polyak
Date: Tuesday, October 3, 2017 @ 23:14:56
  Author: anthraxx
Revision: 261416

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

Added:
  xmonad-contrib/repos/community-i686/PKGBUILD
(from rev 261415, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
(from rev 261415, xmonad-contrib/trunk/PKGBUILD)
Deleted:
  
xmonad-contrib/repos/community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/x11.patch
  
xmonad-contrib/repos/community-x86_64/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/x11.patch

-+
 /PKGBUILD   |   78 
++
 community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   |   31 ---
 community-i686/PKGBUILD |   39 -
 community-i686/x11.patch|   12 -
 community-x86_64/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch |   31 ---
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/x11.patch  |   12 -
 7 files changed, 78 insertions(+), 164 deletions(-)

Deleted: community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
===
--- community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
2017-10-03 23:14:46 UTC (rev 261415)
+++ community-i686/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch   
2017-10-03 23:14:56 UTC (rev 261416)
@@ -1,31 +0,0 @@
-From 800ae670e2927128ea4fd0a3011a4a5b029e92ef Mon Sep 17 00:00:00 2001
-From: Daniel Wagner 
-Date: Tue, 15 Dec 2015 07:44:36 -0800
-Subject: [PATCH] use a record pattern to be robust against additions to the
- X11 library
-

- XMonad/Util/DebugWindow.hs | 10 +-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/XMonad/Util/DebugWindow.hs b/XMonad/Util/DebugWindow.hs
-index d4f5138..283297b 100644
 a/XMonad/Util/DebugWindow.hs
-+++ b/XMonad/Util/DebugWindow.hs
-@@ -41,7 +41,15 @@ debugWindow w =  do
-   case w' of
- Nothing   ->
-   return $ "(deleted window " ++ wx ++ ")"
--Just (WindowAttributes x y wid ht bw m o) -> do
-+Just (WindowAttributes
-+  { wa_x = x
-+  , wa_y = y
-+  , wa_width = wid
-+  , wa_height= ht
-+  , wa_border_width  = bw
-+  , wa_map_state = m
-+  , wa_override_redirect = o
-+  }) -> do
-   c' <- withDisplay $ \d ->
- io (getWindowProperty8 d wM_CLASS w)
-   let c = case c' of

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-03 23:14:46 UTC (rev 261415)
+++ community-i686/PKGBUILD 2017-10-03 23:14:56 UTC (rev 261416)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: orbisvicis 
-
-pkgname=xmonad-contrib
-pkgver=0.13
-pkgrel=6
-pkgdesc="Add-ons for xmonad"
-arch=('i686' 'x86_64')
-url="http://xmonad.org/";
-license=('BSD')
-depends=('ghc-libs' 'xmonad' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random'
- 'haskell-old-time')
-makedepends=('ghc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz";)
-sha512sums=('d8cc89184edd3fdc531f28de2f94a3b3c57522494dd5f1c1c899c81fbd5c0a8211777ee9b5618932f069fc025894e39e049113b7d271f13c3e3f8d21ffc566e6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure -O --enable-shared 
--enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr -fuse_xft --libsubdir=\$compiler/site-local/\$pkgid 
\
- --docdir=/usr/share/doc/${pkgname}
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-
-  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: xmonad-contrib/repos/community-i686/PKGBUILD (from rev 261415, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-03 23:14:56 UTC (rev 261416)
@@ -0,0 +1,39 @

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

2017-10-03 Thread Levente Polyak
Date: Tuesday, October 3, 2017 @ 23:14:46
  Author: anthraxx
Revision: 261415

upgpkg: xmonad-contrib 0.13-7 (xmonad rebuild)

Modified:
  xmonad-contrib/trunk/PKGBUILD
Deleted:
  xmonad-contrib/trunk/800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
  xmonad-contrib/trunk/x11.patch

+
 800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch |   31 ---
 PKGBUILD   |   28 ++--
 x11.patch  |   12 
 3 files changed, 14 insertions(+), 57 deletions(-)

Deleted: 800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch
===
--- 800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch  2017-10-03 22:10:46 UTC 
(rev 261414)
+++ 800ae670e2927128ea4fd0a3011a4a5b029e92ef.patch  2017-10-03 23:14:46 UTC 
(rev 261415)
@@ -1,31 +0,0 @@
-From 800ae670e2927128ea4fd0a3011a4a5b029e92ef Mon Sep 17 00:00:00 2001
-From: Daniel Wagner 
-Date: Tue, 15 Dec 2015 07:44:36 -0800
-Subject: [PATCH] use a record pattern to be robust against additions to the
- X11 library
-

- XMonad/Util/DebugWindow.hs | 10 +-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/XMonad/Util/DebugWindow.hs b/XMonad/Util/DebugWindow.hs
-index d4f5138..283297b 100644
 a/XMonad/Util/DebugWindow.hs
-+++ b/XMonad/Util/DebugWindow.hs
-@@ -41,7 +41,15 @@ debugWindow w =  do
-   case w' of
- Nothing   ->
-   return $ "(deleted window " ++ wx ++ ")"
--Just (WindowAttributes x y wid ht bw m o) -> do
-+Just (WindowAttributes
-+  { wa_x = x
-+  , wa_y = y
-+  , wa_width = wid
-+  , wa_height= ht
-+  , wa_border_width  = bw
-+  , wa_map_state = m
-+  , wa_override_redirect = o
-+  }) -> do
-   c' <- withDisplay $ \d ->
- io (getWindowProperty8 d wM_CLASS w)
-   let c = case c' of

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 22:10:46 UTC (rev 261414)
+++ PKGBUILD2017-10-03 23:14:46 UTC (rev 261415)
@@ -1,23 +1,24 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
 # Contributor: orbisvicis 
 
 pkgname=xmonad-contrib
 pkgver=0.13
-pkgrel=6
-pkgdesc="Add-ons for xmonad"
+pkgrel=7
+pkgdesc='Add-ons for xmonad'
+url='http://xmonad.org/'
 arch=('i686' 'x86_64')
-url="http://xmonad.org/";
 license=('BSD')
 depends=('ghc-libs' 'xmonad' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random'
  'haskell-old-time')
 makedepends=('ghc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz";)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz)
 
sha512sums=('d8cc89184edd3fdc531f28de2f94a3b3c57522494dd5f1c1c899c81fbd5c0a8211777ee9b5618932f069fc025894e39e049113b7d271f13c3e3f8d21ffc566e6')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
 
   runhaskell Setup.lhs configure -O --enable-shared 
--enable-executable-dynamic --disable-library-vanilla \
  --prefix=/usr -fuse_xft --libsubdir=\$compiler/site-local/\$pkgid 
\
@@ -30,10 +31,9 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-
-  install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd ${pkgname}-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }

Deleted: x11.patch
===
--- x11.patch   2017-10-03 22:10:46 UTC (rev 261414)
+++ x11.patch   2017-10-03 23:14:46 UTC (rev 261415)
@@ -1,12 +0,0 @@
-diff -aur xmonad-contrib-0.12/xmonad-contrib.cabal 
xmonad-contrib-0.12.new/xmonad-contrib.cabal
 xmonad-contrib-0.12/xmonad-contrib.cabal   2015-12-18 21:11:11.0 
+0100
-+++ xmonad-contrib-0.12.new/xmonad-contrib.cabal   2017-01-08 
12:13:09.828927857 +0100
-@@ -64,7 +64,7 @@
- random,
- mtl >= 1 && < 3,
- unix,
--X11>=1.6.1 && < 1.7,
-+X11>=1.6.1 && < 1.8,
- xmonad>=0.12   && < 0.13,
- utf8-string
- 


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

2017-10-03 Thread Antonio Rojas
Date: Tuesday, October 3, 2017 @ 22:10:46
  Author: arojas
Revision: 261414

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

Added:
  maxima-ecl/repos/community-i686/PKGBUILD
(from rev 261413, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-i686/build-fasl.patch
(from rev 261413, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-i686/matrixexp.patch
(from rev 261413, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-x86_64/PKGBUILD
(from rev 261413, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-x86_64/build-fasl.patch
(from rev 261413, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-x86_64/matrixexp.patch
(from rev 261413, maxima-ecl/trunk/matrixexp.patch)
Deleted:
  maxima-ecl/repos/community-i686/PKGBUILD
  maxima-ecl/repos/community-i686/build-fasl.patch
  maxima-ecl/repos/community-i686/matrixexp.patch
  maxima-ecl/repos/community-x86_64/PKGBUILD
  maxima-ecl/repos/community-x86_64/build-fasl.patch
  maxima-ecl/repos/community-x86_64/matrixexp.patch

---+
 /PKGBUILD |  116 
 /build-fasl.patch |   46 ++
 /matrixexp.patch  |   26 
 community-i686/PKGBUILD   |   58 --
 community-i686/build-fasl.patch   |   23 ---
 community-i686/matrixexp.patch|   13 
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/build-fasl.patch |   23 ---
 community-x86_64/matrixexp.patch  |   13 
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-03 22:10:07 UTC (rev 261413)
+++ community-i686/PKGBUILD 2017-10-03 22:10:46 UTC (rev 261414)
@@ -1,58 +0,0 @@
-# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Modified to compile against ecl by: maribu
-
-pkgname=maxima-ecl
-_pkgname=maxima
-pkgver=5.40.0
-_eclver=16.1.2
-pkgrel=4
-pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://maxima.sourceforge.net";
-depends=(ecl-16.1.2 texinfo shared-mime-info)
-makedepends=(python emacs patch)
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-conflicts=(maxima)
-provides=(maxima)
-options=(!zipman) # don't zip info pages or they won't work inside maxima
-source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";
-'build-fasl.patch' 'matrixexp.patch')
-sha256sums=('74fe468cd372714622a99afb6b34297589ddd80386e125d71067d3e75519f796'
-'90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
-'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-# set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-
-# build maxima ecl library
-  patch -p1 -i ../build-fasl.patch
-# fix matrix exponentiation
-  patch -p1 -i ../matrixexp.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
-  make -j1
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  _ecldir="/usr/lib/ecl-$_eclver"
-  mkdir -p "$pkgdir/$_ecldir"
-  install src/binary-ecl/maxima.fas "$pkgdir/$_ecldir"
-}

Copied: maxima-ecl/repos/community-i686/PKGBUILD (from rev 261413, 
maxima-ecl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-03 22:10:46 UTC (rev 261414)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Modified to compile against ecl by: maribu
+
+pkgname=maxima-ecl
+_pkgname=maxima
+pkgver=5.41.0
+_eclver=16.1.2
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://maxima.sourceforge.net";
+depends=(ecl-16.1.2 texinfo shared-mime-info)
+makedepends=(python emacs patch)
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+conflicts=(maxima)
+provides=(maxima)
+options=(!zipman) # don't zip info pages or they won't work inside maxima
+source=("h

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

2017-10-03 Thread Antonio Rojas
Date: Tuesday, October 3, 2017 @ 22:10:07
  Author: arojas
Revision: 261413

Update to 5.41.0

Modified:
  maxima-ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 22:07:36 UTC (rev 261412)
+++ PKGBUILD2017-10-03 22:10:07 UTC (rev 261413)
@@ -6,9 +6,9 @@
 
 pkgname=maxima-ecl
 _pkgname=maxima
-pkgver=5.40.0
+pkgver=5.41.0
 _eclver=16.1.2
-pkgrel=4
+pkgrel=1
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=(i686 x86_64)
 license=(GPL)
@@ -21,7 +21,7 @@
 options=(!zipman) # don't zip info pages or they won't work inside maxima
 
source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";
 'build-fasl.patch' 'matrixexp.patch')
-sha256sums=('74fe468cd372714622a99afb6b34297589ddd80386e125d71067d3e75519f796'
+sha256sums=('daf8254600f4c7d9f079a0084178aaf036bd97a63b1e77b945f4120d7e401674'
 '90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
 'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619')
 


[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2017-10-03 Thread Ike Devolder
Date: Tuesday, October 3, 2017 @ 22:07:36
  Author: idevolder
Revision: 261412

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 261411, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 261411, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 261411, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 261411, opera/trunk/opera.install)
Deleted:
  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 
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-03 22:07:22 UTC (rev 261411)
+++ PKGBUILD2017-10-03 22:07:36 UTC (rev 261412)
@@ -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=48.0.2685.32
-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=('x86_64')
-depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
-'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
-'pepper-flash: flash support'
-'upower: opera battery save'
-)
-source=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";
-"opera"
-"default"
-)
-sha512sums=('923aecf98e6cc33fd2556f74975bb94b1596c2b1f3fb1b4748a13fce358436933080b9fe276475b811f7ff6ca568c99ed866ede1da37235e879d2f9dd0f2971c'
-
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
-
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
-
-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-x86_64/PKGBUILD (from rev 261411, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-03 22:07:36 UTC (rev 261412)
@@ -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 
+# Contributor: ruario 
+# Contributor: Daniel Isenmann 
+# Contributor: dorphell 
+# Contributor: Sigitas Mazaliauskas 
+# Contributor: eworm
+
+pkgname=opera
+pkgver=48.0.2685.35
+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=('x86_64')
+depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss' 
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
+'pepper-flash: flash support'
+'upower: opera battery save'
+)
+source=(
+
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";
+"opera"
+"default"
+)
+sha512sums=('2350fe08f2af8cbcd0e92101e122368f0b154e31eedb8cb632d6e36e2734a1d50e28113c6188d8e2b7a66f920a91a001cf46c46801e0b9ba9746eb9abffe0e90'
+
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be

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

2017-10-03 Thread Ike Devolder
Date: Tuesday, October 3, 2017 @ 22:07:22
  Author: idevolder
Revision: 261411

upgpkg: opera 48.0.2685.35-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 22:05:12 UTC (rev 261410)
+++ PKGBUILD2017-10-03 22:07:22 UTC (rev 261411)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=48.0.2685.32
+pkgver=48.0.2685.35
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/";
@@ -29,7 +29,7 @@
 "opera"
 "default"
 )
-sha512sums=('923aecf98e6cc33fd2556f74975bb94b1596c2b1f3fb1b4748a13fce358436933080b9fe276475b811f7ff6ca568c99ed866ede1da37235e879d2f9dd0f2971c'
+sha512sums=('2350fe08f2af8cbcd0e92101e122368f0b154e31eedb8cb632d6e36e2734a1d50e28113c6188d8e2b7a66f920a91a001cf46c46801e0b9ba9746eb9abffe0e90'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
 


[arch-commits] Commit in kodi/repos (28 files)

2017-10-03 Thread Ike Devolder
Date: Tuesday, October 3, 2017 @ 22:05:12
  Author: idevolder
Revision: 261410

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

Added:
  kodi/repos/community-i686/10160.patch
(from rev 261409, kodi/trunk/10160.patch)
  kodi/repos/community-i686/10775.patch
(from rev 261409, kodi/trunk/10775.patch)
  kodi/repos/community-i686/9703.patch
(from rev 261409, kodi/trunk/9703.patch)
  kodi/repos/community-i686/PKGBUILD
(from rev 261409, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/fix-ftpparse.patch
(from rev 261409, kodi/trunk/fix-ftpparse.patch)
  kodi/repos/community-i686/fix-python-lib-path.patch
(from rev 261409, kodi/trunk/fix-python-lib-path.patch)
  kodi/repos/community-i686/kodi.install
(from rev 261409, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/10160.patch
(from rev 261409, kodi/trunk/10160.patch)
  kodi/repos/community-x86_64/10775.patch
(from rev 261409, kodi/trunk/10775.patch)
  kodi/repos/community-x86_64/9703.patch
(from rev 261409, kodi/trunk/9703.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 261409, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/fix-ftpparse.patch
(from rev 261409, kodi/trunk/fix-ftpparse.patch)
  kodi/repos/community-x86_64/fix-python-lib-path.patch
(from rev 261409, kodi/trunk/fix-python-lib-path.patch)
  kodi/repos/community-x86_64/kodi.install
(from rev 261409, kodi/trunk/kodi.install)
Deleted:
  kodi/repos/community-i686/10160.patch
  kodi/repos/community-i686/10775.patch
  kodi/repos/community-i686/9703.patch
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/fix-ftpparse.patch
  kodi/repos/community-i686/fix-python-lib-path.patch
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-x86_64/10160.patch
  kodi/repos/community-x86_64/10775.patch
  kodi/repos/community-x86_64/9703.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/fix-ftpparse.patch
  kodi/repos/community-x86_64/fix-python-lib-path.patch
  kodi/repos/community-x86_64/kodi.install

+
 /10160.patch   |   44 
 /10775.patch   | 1678 +++
 /9703.patch| 2864 +++
 /PKGBUILD  |  400 +++
 /fix-ftpparse.patch|  142 +
 /fix-python-lib-path.patch |   58 
 /kodi.install  |   34 
 community-i686/10160.patch |   22 
 community-i686/10775.patch |  839 ---
 community-i686/9703.patch  | 1432 -
 community-i686/PKGBUILD|  201 -
 community-i686/fix-ftpparse.patch  |   71 
 community-i686/fix-python-lib-path.patch   |   29 
 community-i686/kodi.install|   17 
 community-x86_64/10160.patch   |   22 
 community-x86_64/10775.patch   |  839 ---
 community-x86_64/9703.patch| 1432 -
 community-x86_64/PKGBUILD  |  201 -
 community-x86_64/fix-ftpparse.patch|   71 
 community-x86_64/fix-python-lib-path.patch |   29 
 community-x86_64/kodi.install  |   17 
 21 files changed, 5220 insertions(+), 5222 deletions(-)

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


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

2017-10-03 Thread Ike Devolder
Date: Tuesday, October 3, 2017 @ 22:04:49
  Author: idevolder
Revision: 261409

upgpkg: kodi 17.4-6

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 21:21:11 UTC (rev 261408)
+++ PKGBUILD2017-10-03 22:04:49 UTC (rev 261409)
@@ -22,7 +22,7 @@
 pkgname=('kodi' 'kodi-eventclients' 'kodi-tools-texturepacker' 'kodi-dev')
 pkgver=17.4
 _codename=Krypton
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://kodi.tv";
 license=('GPL2')
@@ -29,12 +29,11 @@
 makedepends=(
   'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'ffmpeg'
   'glew' 'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs'
-  'libass' 'libbluray' 'libcdio' 'libcec' 'libcrossguid' 'libgl'
-  'libmariadbclient' 'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libnfs'
-  'libplist' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
-  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump'
-  'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl'
-  'zip'
+  'libass' 'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient'
+  'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libxrandr'
+  'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns' 'python2-pillow' 'python2-pybluez'
+  'python2-simplejson' 'rtmpdump' 'shairplay' 'smbclient' 'swig' 'taglib'
+  'tinyxml' 'unzip' 'upower' 'yajl' 'zip'
 )
 source=(
   
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz";


[arch-commits] Commit in spice-protocol/repos (testing-any testing-any/PKGBUILD)

2017-10-03 Thread Anatol Pomozov
Date: Tuesday, October 3, 2017 @ 21:57:34
  Author: anatolik
Revision: 306668

archrelease: copy trunk to testing-any

Added:
  spice-protocol/repos/testing-any/
  spice-protocol/repos/testing-any/PKGBUILD
(from rev 306667, spice-protocol/trunk/PKGBUILD)

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

Copied: spice-protocol/repos/testing-any/PKGBUILD (from rev 306667, 
spice-protocol/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-03 21:57:34 UTC (rev 306668)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=spice-protocol
+pkgver=0.12.13
+pkgrel=1
+pkgdesc="Headers for SPICE protocol"
+arch=(any)
+url="http://spice-space.org";
+license=('BSD' 'LGPL2.1')
+source=(https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('50a1d951d1fa96d1478ff0cc7f3b1442')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2017-10-03 Thread Anatol Pomozov
Date: Tuesday, October 3, 2017 @ 21:57:01
  Author: anatolik
Revision: 306667

upgpkg: spice-protocol 0.12.13-1

Modified:
  spice-protocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 21:20:11 UTC (rev 30)
+++ PKGBUILD2017-10-03 21:57:01 UTC (rev 306667)
@@ -3,7 +3,7 @@
 # Maintainer: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=spice-protocol
-pkgver=0.12.12
+pkgver=0.12.13
 pkgrel=1
 pkgdesc="Headers for SPICE protocol"
 arch=(any)
@@ -10,7 +10,7 @@
 url="http://spice-space.org";
 license=('BSD' 'LGPL2.1')
 source=(https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('3b2886cceaefc228b7afa12300462abd')
+md5sums=('50a1d951d1fa96d1478ff0cc7f3b1442')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-10-03 Thread Antonio Rojas
Date: Tuesday, October 3, 2017 @ 21:17:17
  Author: arojas
Revision: 261405

Fix three.js plotting backend

Added:
  sagemath/trunk/sagemath-threejs.patch
Modified:
  sagemath/trunk/PKGBUILD

+
 PKGBUILD   |7 +--
 sagemath-threejs.patch |   11 +++
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:35:46 UTC (rev 261404)
+++ PKGBUILD2017-10-03 21:17:17 UTC (rev 261405)
@@ -9,7 +9,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org";
@@ -36,7 +36,7 @@
   mcqd coxeter3 modular_decomposition bliss-graphs tdlib python2-pkgconfig 
meataxe libfes)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz";
 env.patch package.patch latte-count.patch jupyter-path.patch 
sagemath-python3-notebook.patch test-optional.patch
-r-no-readline.patch fes02.patch sagemath-ecl-no-sigfpe.patch 
sagemath-cython-0.26.patch
+r-no-readline.patch fes02.patch sagemath-ecl-no-sigfpe.patch 
sagemath-cython-0.26.patch sagemath-threejs.patch
 sagemath-pynac-0.7.11.patch sagemath-pynac-0.7.12.patch 
sagemath-detect-igraph.patch sagemath-networkx2.patch)
 sha256sums=('91df3e303add71616e24b38c04789f66d57ada7b1017e5369e850c42d5e8753d'
 'e0b5b8673300857fde823209a7e90faecf9e754ab812cc5e54297eddc0c79571'
@@ -49,6 +49,7 @@
 'a39da083c038ada797ffc5bedc9ba47455a3f77057d42f86484ae877ef9172ea'
 'c31809f887bf9acc45c5bd9dd30bb93e73601d3efbf3016594c3c1d241731c8a'
 '2953ef15d957a2f3304a5584c154bf4777bcb4b461414d3a2178423257539755'
+'514135b920a43f999571a15e97b41e14f5bed59f65b19643864dc23555a7b830'
 '3e23ff449a5a3a032684287722455633762636b93ecfc35fb00e875c69eff240'
 '719bb39c9c2cd1c6e75be0969000ba5ffcd2875bb5190fce6bb6a6feaa76b96f'
 '90be1d1a90120bd5bd3620769480106ba809dd23e896bc4a3f8931e5340f3cda'
@@ -79,6 +80,8 @@
   patch -p1 -i ../sagemath-detect-igraph.patch
 # adapt to networkx 2 changes
   patch -p1 -i ../sagemath-networkx2.patch
+# fix three.js plotting backend
+  patch -p1 -i ../sagemath-threejs.patch
 
 # Upstream patches  
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209

Added: sagemath-threejs.patch
===
--- sagemath-threejs.patch  (rev 0)
+++ sagemath-threejs.patch  2017-10-03 21:17:17 UTC (rev 261405)
@@ -0,0 +1,11 @@
+--- a/src/sage/repl/rich_output/display_manager.py
 b/src/sage/repl/rich_output/display_manager.py
+@@ -744,7 +744,7 @@ class DisplayManager(SageObject):
+ """
+ if online:
+ from sage.misc.package import installed_packages
+-version = installed_packages()['threejs']
++version = 'r80'
+ return """
+ https://cdn.rawgit.com/mrdoob/three.js/{0}/build/three.min.js";>
+ https://cdn.rawgit.com/mrdoob/three.js/{0}/examples/js/controls/OrbitControls.js";>


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

2017-10-03 Thread Gaëtan Bisson
Date: Tuesday, October 3, 2017 @ 21:00:04
  Author: bisson
Revision: 306661

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-03 20:58:59 UTC (rev 306660)
+++ extra-i686/PKGBUILD 2017-10-03 21:00:04 UTC (rev 306661)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.27
-pkgrel=1
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient=2.11')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lyrics-screen \
-   --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
-}

Copied: ncmpc/repos/extra-i686/PKGBUILD (from rev 306660, ncmpc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-03 21:00:04 UTC (rev 306661)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez  
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+# Contributor: Daniel Bainton 
+
+pkgname=ncmpc
+pkgver=0.28
+pkgrel=1
+pkgdesc='Fully featured MPD client using ncurses'
+url='https://www.musicpd.org/clients/ncmpc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'glib2' 'libmpdclient=2.11')
+optdepends=('python2: to enable lyrics plugin'
+'ruby: to enable lyrics plugin')
+makedepends=('meson')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f66e5b6fef83bdfda3b3efaf3fbad6a4d8c47bb1b3b6810bed44d3e35b007804'
+'SKIP')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+   rm -fr build
+   install -d build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   arch-meson .. -Dlyrics_screen=true
+   ninja
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   DESTDIR="${pkgdir}" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-03 20:58:59 UTC (rev 306660)
+++ extra-x86_64/PKGBUILD   2017-10-03 21:00:04 UTC (rev 306661)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez  
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-# Contributor: Daniel Bainton 
-
-pkgname=ncmpc
-pkgver=0.27
-pkgrel=1
-pkgdesc='Fully featured MPD client using ncurses'
-url='https://www.musicpd.org/clients/ncmpc/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'glib2' 'libmpdclient=2.11')
-optdepends=('python2: to enable lyrics plugin'
-'ruby: to enable lyrics plugin')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lyrics-screen \
-   --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
-}

Cop

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

2017-10-03 Thread Gaëtan Bisson
Date: Tuesday, October 3, 2017 @ 20:58:59
  Author: bisson
Revision: 306660

upstream update

Modified:
  ncmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 20:00:10 UTC (rev 306659)
+++ PKGBUILD2017-10-03 20:58:59 UTC (rev 306660)
@@ -6,7 +6,7 @@
 # Contributor: Daniel Bainton 
 
 pkgname=ncmpc
-pkgver=0.27
+pkgver=0.28
 pkgrel=1
 pkgdesc='Fully featured MPD client using ncurses'
 url='https://www.musicpd.org/clients/ncmpc/'
@@ -15,23 +15,26 @@
 depends=('ncurses' 'glib2' 'libmpdclient=2.11')
 optdepends=('python2: to enable lyrics plugin'
 'ruby: to enable lyrics plugin')
+makedepends=('meson')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9'
+sha256sums=('f66e5b6fef83bdfda3b3efaf3fbad6a4d8c47bb1b3b6810bed44d3e35b007804'
 'SKIP')
 
-build() {
+prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lyrics-screen \
-   --with-lyrics-plugin-dir=/usr/share/ncmpc/lyrics
-   make
+   sed "s/curses == 'ncursesw'/false/g" -i meson.build
+   rm -fr build
+   install -d build
 }
 
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   arch-meson .. -Dlyrics_screen=true
+   ninja
+}
+
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   for i in lyrics/*; do install -Dm755 "$i" 
"${pkgdir}/usr/share/ncmpc/$i"; done
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   DESTDIR="${pkgdir}" ninja install
 }


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

2017-10-03 Thread Andreas Radke
Date: Tuesday, October 3, 2017 @ 19:58:06
  Author: andyrtr
Revision: 306658

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

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 306657, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 306657, poppler/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   93 ++
 staging-x86_64/PKGBUILD |   93 ++
 2 files changed, 186 insertions(+)

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 306657, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-03 19:58:06 UTC (rev 306658)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.60.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'qt4' 'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python2') # python2 just for make-glib-api-docs/gtkdoc.py
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/";
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
+sha256sums=('1570774f44ba86c42ffacc5d9151a771e99584a55e6631bdf267123a2aed1c72'
+'SKIP')
+
+prepare() {
+  mkdir build
+  sed -i -e "s:python:python2:" ${pkgbase}-${pkgver}/make-glib-api-docs
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DENABLE_XPDF_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt4,qt5}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt4,qt5}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt4() {
+  pkgdesc="Poppler Qt4 bindings"
+  provides=("poppler-qt=${pkgver}")
+  replaces=('poppler-qt')
+  conflicts=('poppler-qt')
+  depends=("poppler=${pkgver}" 'qt4')
+
+  cd build
+  make -C qt4 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 306657, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-03 19:58:06 UTC (rev 306658)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.60.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'qt4' 'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python2') # python2 just for make-glib-api-docs/gtkdoc.py
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/";
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
+sha256sums=('1570774f44ba86c42ffacc5d9151a771e99584a55e6631bdf267123a2aed1c72'
+'SKIP')
+
+prepare() {
+  mkdir build
+  sed -i -e "s:python:python2:" ${pkgbase}-${pkgver}/make-glib-api-docs
+}
+
+build() {
+  cd

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

2017-10-03 Thread Andreas Radke
Date: Tuesday, October 3, 2017 @ 19:57:47
  Author: andyrtr
Revision: 306657

upgpkg: poppler 0.60.0-1

upstream update 0.60.0 - upstream switched to cmake only build system

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 18:07:49 UTC (rev 306656)
+++ PKGBUILD2017-10-03 19:57:47 UTC (rev 306657)
@@ -4,42 +4,38 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.59.0
+pkgver=0.60.0
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'qt4' 'pkgconfig' 'lcms2' 
- 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data')
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python2') # python2 just for make-glib-api-docs/gtkdoc.py
 options=('!emptydirs')
 url="https://poppler.freedesktop.org/";
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
-sha256sums=('a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641'
+sha256sums=('1570774f44ba86c42ffacc5d9151a771e99584a55e6631bdf267123a2aed1c72'
 'SKIP')
 
+prepare() {
+  mkdir build
+  sed -i -e "s:python:python2:" ${pkgbase}-${pkgver}/make-glib-api-docs
+}
+
 build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-cairo-output \
-  --enable-xpdf-headers \
-  --enable-libjpeg --enable-zlib \
-  --enable-poppler-qt4 \
-  --enable-poppler-qt5 \
-  --enable-poppler-glib \
-  --enable-libopenjpeg=openjpeg2 \
-  --enable-libcurl \
-  --enable-gtk-doc \
-  --enable-gtk-test
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DENABLE_XPDF_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
   make
 }
 
 check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  LANG=en_US.UTF8 make check
+  cd build
+  LANG=en_US.UTF8 make test
 }
 
 package_poppler() {
@@ -48,13 +44,15 @@
   optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
   conflicts=("poppler-qt3<${pkgver}")
 
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
-  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
-  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
+  cd build
   make DESTDIR="${pkgdir}" install
 
-  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt4,qt5}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt4,qt5}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
 }
 
 package_poppler-glib() {
@@ -61,13 +59,13 @@
   pkgdesc="Poppler glib bindings"
   depends=("poppler=${pkgver}" 'glib2')
 
-  cd "${pkgbase}-${pkgver}"
-  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd build
+
   make -C glib DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
   install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
-  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
 }
 
 package_poppler-qt4() {
@@ -77,12 +75,10 @@
   conflicts=('poppler-qt')
   depends=("poppler=${pkgver}" 'qt4')
 
-  cd "${pkgbase}-${pkgver}"
-  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd build
   make -C qt4 DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
   install -m644 poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
 }
 
 package_poppler-qt5() {
@@ -89,10 +85,9 @@
   pkgdesc="Poppler Qt5 bindings"
   depends=("poppler=${pkgver}" 'qt5-base')
 
-  cd "${pkgbase}-${pkgver}"
-  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
+  cd build
   make -C qt5 DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
   install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
 }
+


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 18:07:49
  Author: heftig
Revision: 306656

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

Added:
  gnome-documents/repos/testing-i686/PKGBUILD
(from rev 306655, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/testing-x86_64/PKGBUILD
(from rev 306655, gnome-documents/trunk/PKGBUILD)
Deleted:
  gnome-documents/repos/testing-i686/PKGBUILD
  gnome-documents/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  118 ++
 testing-i686/PKGBUILD   |   59 ---
 testing-x86_64/PKGBUILD |   59 ---
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 18:06:48 UTC (rev 306655)
+++ testing-i686/PKGBUILD   2017-10-03 18:07:49 UTC (rev 306656)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.26.0+2+g5fa1897
-pkgrel=2
-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-miners libzapojit
- webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(gobject-introspection git gnome-common)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  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/testing-i686/PKGBUILD (from rev 306655, 
gnome-documents/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 18:07:49 UTC (rev 306656)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.26.1
+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-miners libzapojit
+ webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=fb73c9a3b51f3287df01eec863af1428a25ebb63  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  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:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 18:06:48 UTC (rev 306655)
+++ testing-x86_64/PKGBUILD 2017-10-03 18:07:49 UTC (rev 306656)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-documents
-pkgver=3.26.0+2+g5fa1897
-pkgrel=2
-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-miners libzapojit
- webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(gobject-introspection git gnome-common)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
-source=("git+https

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 18:06:48
  Author: heftig
Revision: 306655

3.26.1-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:38:37 UTC (rev 306654)
+++ PKGBUILD2017-10-03 18:06:48 UTC (rev 306655)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.26.0+2+g5fa1897
-pkgrel=2
+pkgver=3.26.1
+pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents";
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
  webkit2gtk gnome-online-miners librsvg libgepub)
 makedepends=(gobject-introspection git gnome-common)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
+_commit=fb73c9a3b51f3287df01eec863af1428a25ebb63  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:38:37
  Author: heftig
Revision: 306654

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

Added:
  gnome-control-center/repos/testing-i686/PKGBUILD
(from rev 306653, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/testing-x86_64/PKGBUILD
(from rev 306653, gnome-control-center/trunk/PKGBUILD)
Deleted:
  gnome-control-center/repos/testing-i686/PKGBUILD
  gnome-control-center/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  136 ++
 testing-i686/PKGBUILD   |   68 ---
 testing-x86_64/PKGBUILD |   68 ---
 3 files changed, 136 insertions(+), 136 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:37:58 UTC (rev 306653)
+++ testing-i686/PKGBUILD   2017-10-03 17:38:37 UTC (rev 306654)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.26.0+7+gfed3e1939
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://git.gnome.org/browse/gnome-control-center";
-license=(GPL2)
-arch=(i686 x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese libgudev)
-makedepends=(intltool docbook-xsl modemmanager gnome-common git python)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-options=('!emptydirs')
-_commit=fed3e19392934d4a2ea7b9c83dc1372bdf0fda0b  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-control-center#commit=$_commit";
-"git+https://git.gnome.org/browse/libgnome-volume-control";
-"git+https://git.gnome.org/browse/libgd";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule."panels/sound/gvc".url 
"$srcdir/libgnome-volume-control"
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  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=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/testing-i686/PKGBUILD (from rev 306653, 
gnome-control-center/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:38:37 UTC (rev 306654)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://git.gnome.org/browse/gnome-control-center";
+license=(GPL2)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese libgudev)
+makedepends=(intltool docbook-xsl modemmanager gnome-common git python)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+options=('!emptydirs')
+_commit=91983676e1421016127488d3a80f7707966878ae  # 
tags/GNOME_CONTROL_CENTER_3_26_1^0
+source=("git+https://git.gnome.org/browse/gnome-control-center#commit=$_commit";
+"git+https://git.gnome.org/browse/libgnome-volume-control";
+"git+https://git.gnome.org/browse/libgd";)
+sha

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:37:58
  Author: heftig
Revision: 306653

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

Added:
  gnome-photos/repos/testing-i686/PKGBUILD
(from rev 306652, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/testing-x86_64/PKGBUILD
(from rev 306652, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/testing-i686/PKGBUILD
  gnome-photos/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:37:24 UTC (rev 306652)
+++ testing-i686/PKGBUILD   2017-10-03 17:37:58 UTC (rev 306653)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.26.0+6+g4aa850b8
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos";
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer)
-makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome-extra)
-_commit=4aa850b8619d5e2dd9870a3559ce141bb353ea30  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/testing-i686/PKGBUILD (from rev 306652, 
gnome-photos/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:37:58 UTC (rev 306653)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Photos";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
+ tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
+ gnome-online-miners dleyna-server dleyna-renderer)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome-extra)
+_commit=aa834e104958394bd135054d748d43311bc51b3a  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 17:37:24 UTC (rev 306652)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:37:58 UTC (rev 306653)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.26.0+6+g4aa850b8
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos";
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer)
-makedepends=(itstoo

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:37:24
  Author: heftig
Revision: 306652

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

Added:
  gnome-music/repos/testing-i686/PKGBUILD
(from rev 306651, gnome-music/trunk/PKGBUILD)
  gnome-music/repos/testing-x86_64/PKGBUILD
(from rev 306651, gnome-music/trunk/PKGBUILD)
Deleted:
  gnome-music/repos/testing-i686/PKGBUILD
  gnome-music/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  100 ++
 testing-i686/PKGBUILD   |   50 ---
 testing-x86_64/PKGBUILD |   50 ---
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:36:50 UTC (rev 306651)
+++ testing-i686/PKGBUILD   2017-10-03 17:37:24 UTC (rev 306652)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs python-gobject
- python-cairo gst-plugins-base python-requests)
-makedepends=(intltool itstool gobject-introspection gnome-common git)
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-groups=(gnome-extra)
-_commit=0fe7d42a7e2efa337ec902ca2b25953538cb53d3  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-music/repos/testing-i686/PKGBUILD (from rev 306651, 
gnome-music/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:37:24 UTC (rev 306652)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs python-gobject
+ python-cairo gst-plugins-base python-requests)
+makedepends=(intltool itstool gobject-introspection gnome-common git)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=(gnome-extra)
+_commit=f5b9fa659180e4e3a5273cb239d113783d196526  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 17:36:50 UTC (rev 306651)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:37:24 UTC (rev 306652)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs python-gobject
- python-cairo gst-plugins-base python-requests)
-makedepends=(intltool itstool gobject-introspection gnome-common git)
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-groups=(gnome-extra)
-_commit=0fe7d42a7e2efa337ec902ca2b25953538cb53d3  # tags/3.26.0^0
-source=("git+https://git.gno

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:36:50
  Author: heftig
Revision: 306651

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

Added:
  gjs/repos/testing-i686/PKGBUILD
(from rev 306650, gjs/trunk/PKGBUILD)
  gjs/repos/testing-x86_64/PKGBUILD
(from rev 306650, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/testing-i686/PKGBUILD
  gjs/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   86 ++
 testing-i686/PKGBUILD   |   43 ---
 testing-x86_64/PKGBUILD |   43 ---
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:36:17 UTC (rev 306650)
+++ testing-i686/PKGBUILD   2017-10-03 17:36:50 UTC (rev 306651)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.50.0
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=b3e2deba5a96307b5f02fd62906bc0c5bc4c70f1  # tags/1.50.0^0
-source=("git+https://git.gnome.org/browse/gjs#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 --libexecdir=/usr/lib 
--with-xvfb-tests
-  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
-}

Copied: gjs/repos/testing-i686/PKGBUILD (from rev 306650, gjs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:36:50 UTC (rev 306651)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.50.1
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=b1b7b14bd54e108fde97eea9247e2636c8d760cf  # tags/1.50.1^0
+source=("git+https://git.gnome.org/browse/gjs#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 --libexecdir=/usr/lib 
--with-xvfb-tests
+  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
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 17:36:17 UTC (rev 306650)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:36:50 UTC (rev 306651)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.50.0
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=b3e2deba5a96307b5f02fd62906bc0c5bc4c70f1  # tags/1.50.0^0
-source=("git+https://git.gnome.org/browse/gjs#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 --libexecdir=/usr/lib 
--with-xvfb-tests
-  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
-}

Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 306650, gjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:36:50 UTC (rev 306651)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.50.1
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=b1b7b14bd54e108fde97eea9247e2636c8d760cf  # tags/1.50.1^0
+sour

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:36:17
  Author: heftig
Revision: 306650

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

Added:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
(from rev 306649, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
(from rev 306649, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
(from rev 306649, networkmanager-openvpn/trunk/PKGBUILD)
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install
(from rev 306649, 
networkmanager-openvpn/trunk/networkmanager-openvpn.install)
Deleted:
  networkmanager-openvpn/repos/extra-i686/PKGBUILD
  networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
  networkmanager-openvpn/repos/extra-x86_64/networkmanager-openvpn.install

-+
 /PKGBUILD   |   80 ++
 /networkmanager-openvpn.install |   18 +
 extra-i686/PKGBUILD |   40 -
 extra-i686/networkmanager-openvpn.install   |9 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/networkmanager-openvpn.install |9 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-03 17:35:17 UTC (rev 306649)
+++ extra-i686/PKGBUILD 2017-10-03 17:36:17 UTC (rev 306650)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-openvpn
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for OpenVPN"
-url="https://wiki.gnome.org/Projects/NetworkManager";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnm libsecret openvpn)
-makedepends=(libnm-gtk intltool python git)
-install=networkmanager-openvpn.install
-_commit=d024aed944a9b6d1027df8749fb17910c6443481  # tags/1.8.0^0
-source=("git+https://git.gnome.org/browse/network-manager-openvpn#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd network-manager-openvpn
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd network-manager-openvpn
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd network-manager-openvpn
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/NetworkManager --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd network-manager-openvpn
-  make DESTDIR="$pkgdir" install
-}

Copied: networkmanager-openvpn/repos/extra-i686/PKGBUILD (from rev 306649, 
networkmanager-openvpn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-03 17:36:17 UTC (rev 306650)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=networkmanager-openvpn
+pkgver=1.8.1dev+9+gf9e2fd5
+pkgrel=1
+pkgdesc="NetworkManager VPN plugin for OpenVPN"
+url="https://wiki.gnome.org/Projects/NetworkManager";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnm libsecret openvpn)
+makedepends=(libnm-gtk intltool python git)
+install=networkmanager-openvpn.install
+_commit=f9e2fd5a58f16ad0cbc96e486f8c6c4feda34865  # master
+source=("git+https://git.gnome.org/browse/network-manager-openvpn#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd network-manager-openvpn
+  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
+}
+
+prepare() {
+  cd network-manager-openvpn
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd network-manager-openvpn
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/NetworkManager --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd network-manager-openvpn
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/networkmanager-openvpn.install
===
--- extra-i686/networkmanager-openvpn.install   2017-10-03 17:35:17 UTC (rev 
306649)
+++ extra-i686/networkmanager-openvpn.install   2017-10-03 17:36:17 UTC (rev 
306650)
@@ -1,9 +0,0 @@
-post_install() {
-  if ! getent passwd nm-openvpn >/dev/null; then
-useradd -r -U -d / -c 'NetworkManager OpenVPN' -s /usr/bin/nologin 
nm-openvpn
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: networkmanager-openvpn/repos/extra-i686/networkmanager-openvpn.install 
(from rev 306649, networkmanager-openvpn/trunk/networkmanager-openvpn.install)
===
--- extra-i686/networkmanager-openvpn.install   (rev 0)
+++ extra-i686/networkmanager-openvpn.install   2017-10-

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:35:46
  Author: heftig
Revision: 261404

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

Added:
  simple-scan/repos/community-testing-i686/
  simple-scan/repos/community-testing-i686/PKGBUILD
(from rev 261403, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-testing-x86_64/
  simple-scan/repos/community-testing-x86_64/PKGBUILD
(from rev 261403, simple-scan/trunk/PKGBUILD)

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

Copied: simple-scan/repos/community-testing-i686/PKGBUILD (from rev 261403, 
simple-scan/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-03 17:35:46 UTC (rev 261404)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://launchpad.net/simple-scan";
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools meson vala)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1e756edd8903d526da1c7e54810277969700a0b9618aa3d105c914e4276ae70e')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Copied: simple-scan/repos/community-testing-x86_64/PKGBUILD (from rev 261403, 
simple-scan/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-10-03 17:35:46 UTC (rev 261404)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://launchpad.net/simple-scan";
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(sane dconf gtk3 colord libgusb)
+makedepends=(yelp-tools meson vala)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1e756edd8903d526da1c7e54810277969700a0b9618aa3d105c914e4276ae70e')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:35:17
  Author: heftig
Revision: 306649

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

Added:
  dconf/repos/testing-i686/PKGBUILD
(from rev 306648, dconf/trunk/PKGBUILD)
  dconf/repos/testing-x86_64/PKGBUILD
(from rev 306648, dconf/trunk/PKGBUILD)
Deleted:
  dconf/repos/testing-i686/PKGBUILD
  dconf/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:34:34 UTC (rev 306648)
+++ testing-i686/PKGBUILD   2017-10-03 17:35:17 UTC (rev 306649)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.26.0+2+g9ac8f16
-pkgrel=1
-pkgdesc="Configuration database system"
-url="https://wiki.gnome.org/Projects/dconf";
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(glib2)
-makedepends=(vala dbus git gtk-doc python)
-_commit=9ac8f161962c8e2eeab2847caa036064d21e807f  # master
-source=("git+https://git.gnome.org/browse/dconf#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 --libexecdir=/usr/lib/dconf 
--enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/testing-i686/PKGBUILD (from rev 306648, 
dconf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:35:17 UTC (rev 306649)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.26.1
+pkgrel=1
+pkgdesc="Configuration database system"
+url="https://wiki.gnome.org/Projects/dconf";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2)
+makedepends=(vala dbus git gtk-doc python)
+_commit=46d862f37c8d35012b23932a8fb9073826407087  # tags/0.26.1^0
+source=("git+https://git.gnome.org/browse/dconf#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 --libexecdir=/usr/lib/dconf 
--enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 17:34:34 UTC (rev 306648)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:35:17 UTC (rev 306649)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=dconf
-pkgver=0.26.0+2+g9ac8f16
-pkgrel=1
-pkgdesc="Configuration database system"
-url="https://wiki.gnome.org/Projects/dconf";
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(glib2)
-makedepends=(vala dbus git gtk-doc python)
-_commit=9ac8f161962c8e2eeab2847caa036064d21e807f  # master
-source=("git+https://git.gnome.org/browse/dconf#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 --libexecdir=/usr/lib/dconf 
--enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf/repos/testing-x86_64/PKGBUILD (from rev 306648, 
dconf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:35:17 UTC (rev 306649)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.26.1
+pkgrel=1
+pkgdesc="Configuration database system"
+url="https://wiki.gnome.org/Projects/dconf";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2)
+makedepends=(vala dbus git gtk-doc python)
+_commit=46d862f37c8d35012b23932a8fb9073826407087  # tags/0.26.1^0
+source=("git+https://git.gnome.org/browse/dconf#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 --libexecdir=/usr/lib/dconf 
--enable-gtk-doc
+

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:34:34
  Author: heftig
Revision: 306648

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

Added:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 306647, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 306647, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:34:01 UTC (rev 306647)
+++ testing-i686/PKGBUILD   2017-10-03 17:34:34 UTC (rev 306648)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="GNOME Settings Daemon"
-url="https://git.gnome.org/browse/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 gtk3-print-backends libnm)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
-groups=(gnome)
-_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
-source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit";
-"git+https://git.gnome.org/browse/libgnome-volume-control";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule."panels/media-keys/gvc".url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-
-  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/testing-i686/PKGBUILD (from rev 306647, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:34:34 UTC (rev 306648)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="GNOME Settings Daemon"
+url="https://git.gnome.org/browse/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 gtk3-print-backends libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=6900cc05c4c3401a530dce580d405596474d47ef  # 
tags/GNOME_SETTINGS_DAEMON_3_26_1^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit";
+"git+https://git.gnome.org/browse/libgnome-volume-control";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule."panels/media-keys/gvc".url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+
+  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
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 17:34:01 UTC (rev 306647)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:34:34 UTC (rev 306648)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-settings-daemon
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="GNOME Settings Daemon"
-url="https://git.gnome.org/browse/gnome-settings-daemon";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse 
libnotif

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:34:01
  Author: heftig
Revision: 306647

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

Added:
  gnome-online-accounts/repos/testing-i686/PKGBUILD
(from rev 306646, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
(from rev 306646, gnome-online-accounts/trunk/PKGBUILD)
Deleted:
  gnome-online-accounts/repos/testing-i686/PKGBUILD
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 17:31:17 UTC (rev 306646)
+++ testing-i686/PKGBUILD   2017-10-03 17:34:01 UTC (rev 306647)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.26.0+3+ga48ddbed
-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=a48ddbedf2ad80ecb6cd6d988d86d51b5273bbe3  # master
-source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit";
-"git+https://git.gnome.org/browse/telepathy-account-widgets";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-inspector \
---enable-media-server \
---enable-kerberos \
---enable-lastfm \
---enable-todoist \
---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/testing-i686/PKGBUILD (from rev 306646, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 17:34:01 UTC (rev 306647)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.26.1
+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=b36db9948f24637c37c6485a129757498454c5ea  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit";
+"git+https://git.gnome.org/browse/telepathy-account-widgets";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url 
"$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-inspector \
+--enable-media-server \
+--enable-kerberos \
+--enable-lastfm \
+--enable-todoist \
+--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:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-03 17:31:17 UTC (rev 306646)
+++ testing-x86_64/PKGBUILD 2017-10-03 17:34:01 UTC (rev 306647)
@@ -1,60 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.26.0+3+ga48ddbed
-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)
-o

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:31:17
  Author: heftig
Revision: 306646

3.26.1-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:30:13 UTC (rev 306645)
+++ PKGBUILD2017-10-03 17:31:17 UTC (rev 306646)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-settings-daemon
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="GNOME Settings Daemon"
 url="https://git.gnome.org/browse/gnome-settings-daemon";
@@ -13,7 +13,7 @@
  libgudev gtk3-print-backends libnm)
 makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
 groups=(gnome)
-_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
+_commit=6900cc05c4c3401a530dce580d405596474d47ef  # 
tags/GNOME_SETTINGS_DAEMON_3_26_1^0
 
source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit";
 "git+https://git.gnome.org/browse/libgnome-volume-control";)
 sha256sums=('SKIP'


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:30:13
  Author: heftig
Revision: 306645

1.8.1dev+9+gf9e2fd5-1

Modified:
  networkmanager-openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:28:34 UTC (rev 306644)
+++ PKGBUILD2017-10-03 17:30:13 UTC (rev 306645)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=networkmanager-openvpn
-pkgver=1.8.0
+pkgver=1.8.1dev+9+gf9e2fd5
 pkgrel=1
 pkgdesc="NetworkManager VPN plugin for OpenVPN"
 url="https://wiki.gnome.org/Projects/NetworkManager";
@@ -12,13 +12,13 @@
 depends=(libnm libsecret openvpn)
 makedepends=(libnm-gtk intltool python git)
 install=networkmanager-openvpn.install
-_commit=d024aed944a9b6d1027df8749fb17910c6443481  # tags/1.8.0^0
+_commit=f9e2fd5a58f16ad0cbc96e486f8c6c4feda34865  # master
 
source=("git+https://git.gnome.org/browse/network-manager-openvpn#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd network-manager-openvpn
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
 }
 
 prepare() {


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:28:34
  Author: heftig
Revision: 306644

3.26.1-1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:28:19 UTC (rev 306643)
+++ PKGBUILD2017-10-03 17:28:34 UTC (rev 306644)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.26.0+7+gfed3e1939
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://git.gnome.org/browse/gnome-control-center";
@@ -22,7 +22,7 @@
 'openssh: remote login')
 groups=(gnome)
 options=('!emptydirs')
-_commit=fed3e19392934d4a2ea7b9c83dc1372bdf0fda0b  # gnome-3-26
+_commit=91983676e1421016127488d3a80f7707966878ae  # 
tags/GNOME_CONTROL_CENTER_3_26_1^0
 source=("git+https://git.gnome.org/browse/gnome-control-center#commit=$_commit";
 "git+https://git.gnome.org/browse/libgnome-volume-control";
 "git+https://git.gnome.org/browse/libgd";)


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:28:19
  Author: heftig
Revision: 306643

3.26.1-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:28:12 UTC (rev 306642)
+++ PKGBUILD2017-10-03 17:28:19 UTC (rev 306643)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.26.0+3+ga48ddbed
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
 'gvfs-google: Google Drive')
-_commit=a48ddbedf2ad80ecb6cd6d988d86d51b5273bbe3  # master
+_commit=b36db9948f24637c37c6485a129757498454c5ea  # tags/3.26.1^0
 
source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit";
 "git+https://git.gnome.org/browse/telepathy-account-widgets";)
 sha256sums=('SKIP'


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:28:12
  Author: heftig
Revision: 306642

3.26.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:22:50 UTC (rev 306641)
+++ PKGBUILD2017-10-03 17:28:12 UTC (rev 306642)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.26.0+6+g4aa850b8
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
  gnome-online-miners dleyna-server dleyna-renderer)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=4aa850b8619d5e2dd9870a3559ce141bb353ea30  # gnome-3-26
+_commit=aa834e104958394bd135054d748d43311bc51b3a  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:22:50
  Author: heftig
Revision: 306641

1.50.1-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:22:44 UTC (rev 306640)
+++ PKGBUILD2017-10-03 17:22:50 UTC (rev 306641)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.50.0
+pkgver=1.50.1
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -11,7 +11,7 @@
 depends=(cairo gobject-introspection-runtime js52 gtk3)
 makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
 checkdepends=(valgrind)
-_commit=b3e2deba5a96307b5f02fd62906bc0c5bc4c70f1  # tags/1.50.0^0
+_commit=b1b7b14bd54e108fde97eea9247e2636c8d760cf  # tags/1.50.1^0
 source=("git+https://git.gnome.org/browse/gjs#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:22:44
  Author: heftig
Revision: 306640

0.26.1-1

Modified:
  dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:20:39 UTC (rev 306639)
+++ PKGBUILD2017-10-03 17:22:44 UTC (rev 306640)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=dconf
-pkgver=0.26.0+2+g9ac8f16
+pkgver=0.26.1
 pkgrel=1
 pkgdesc="Configuration database system"
 url="https://wiki.gnome.org/Projects/dconf";
@@ -11,7 +11,7 @@
 license=(LGPL2.1)
 depends=(glib2)
 makedepends=(vala dbus git gtk-doc python)
-_commit=9ac8f161962c8e2eeab2847caa036064d21e807f  # master
+_commit=46d862f37c8d35012b23932a8fb9073826407087  # tags/0.26.1^0
 source=("git+https://git.gnome.org/browse/dconf#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:22:35
  Author: heftig
Revision: 261403

3.26.1-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 16:22:09 UTC (rev 261402)
+++ PKGBUILD2017-10-03 17:22:35 UTC (rev 261403)
@@ -4,34 +4,29 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.24.1
-pkgrel=2
+pkgver=3.26.1
+pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://launchpad.net/simple-scan";
 arch=(i686 x86_64)
 license=(GPL3)
 depends=(sane dconf gtk3 colord libgusb)
-makedepends=(yelp-tools intltool vala)
+makedepends=(yelp-tools meson vala)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5eae832b14664183d55aa599801cf32f19ff2174dfba4e3d7e4eb4d55810efb3')
+sha256sums=('1e756edd8903d526da1c7e54810277969700a0b9618aa3d105c914e4276ae70e')
 
 prepare() {
+  mkdir build
   cd $pkgname-$pkgver
-
-  # Force regeneration
-  touch src/*.vala
 }
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---disable-schemas-compile \
---disable-packagekit
-  make
+  cd build
+  arch-meson ../$pkgname-$pkgver
+  ninja
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:20:39
  Author: heftig
Revision: 306639

3.26.1-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 16:22:11 UTC (rev 306638)
+++ PKGBUILD2017-10-03 17:20:39 UTC (rev 306639)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Music player and management application"
 url="https://wiki.gnome.org/Apps/Music";
@@ -16,7 +16,7 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
 groups=(gnome-extra)
-_commit=0fe7d42a7e2efa337ec902ca2b25953538cb53d3  # tags/3.26.0^0
+_commit=f5b9fa659180e4e3a5273cb239d113783d196526  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-music#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


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

2017-10-03 Thread Anatol Pomozov
Date: Tuesday, October 3, 2017 @ 16:22:11
  Author: anatolik
Revision: 306638

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

Added:
  apache/repos/testing-i686/
  apache/repos/testing-i686/PKGBUILD
(from rev 306637, apache/trunk/PKGBUILD)
  apache/repos/testing-i686/apache-2.2-optionsbleed-CVE-2017-9798.patch
(from rev 306637, apache/trunk/apache-2.2-optionsbleed-CVE-2017-9798.patch)
  apache/repos/testing-i686/apache.tmpfiles.conf
(from rev 306637, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-i686/arch.layout
(from rev 306637, apache/trunk/arch.layout)
  apache/repos/testing-i686/httpd.logrotate
(from rev 306637, apache/trunk/httpd.logrotate)
  apache/repos/testing-i686/httpd.service
(from rev 306637, apache/trunk/httpd.service)
  apache/repos/testing-i686/nohttp2forprefork.patch
(from rev 306637, apache/trunk/nohttp2forprefork.patch)
  apache/repos/testing-i686/openssl-malloc-init.patch
(from rev 306637, apache/trunk/openssl-malloc-init.patch)
  apache/repos/testing-i686/script_name.patch
(from rev 306637, apache/trunk/script_name.patch)
  apache/repos/testing-x86_64/
  apache/repos/testing-x86_64/PKGBUILD
(from rev 306637, apache/trunk/PKGBUILD)
  apache/repos/testing-x86_64/apache-2.2-optionsbleed-CVE-2017-9798.patch
(from rev 306637, apache/trunk/apache-2.2-optionsbleed-CVE-2017-9798.patch)
  apache/repos/testing-x86_64/apache.tmpfiles.conf
(from rev 306637, apache/trunk/apache.tmpfiles.conf)
  apache/repos/testing-x86_64/arch.layout
(from rev 306637, apache/trunk/arch.layout)
  apache/repos/testing-x86_64/httpd.logrotate
(from rev 306637, apache/trunk/httpd.logrotate)
  apache/repos/testing-x86_64/httpd.service
(from rev 306637, apache/trunk/httpd.service)
  apache/repos/testing-x86_64/nohttp2forprefork.patch
(from rev 306637, apache/trunk/nohttp2forprefork.patch)
  apache/repos/testing-x86_64/openssl-malloc-init.patch
(from rev 306637, apache/trunk/openssl-malloc-init.patch)
  apache/repos/testing-x86_64/script_name.patch
(from rev 306637, apache/trunk/script_name.patch)

+
 testing-i686/PKGBUILD  |  123 ++
 testing-i686/apache-2.2-optionsbleed-CVE-2017-9798.patch   |   21 
 testing-i686/apache.tmpfiles.conf  |1 
 testing-i686/arch.layout   |   22 
 testing-i686/httpd.logrotate   |7 
 testing-i686/httpd.service |   15 
 testing-i686/nohttp2forprefork.patch   |  506 +++
 testing-i686/openssl-malloc-init.patch |   20 
 testing-i686/script_name.patch |   84 +
 testing-x86_64/PKGBUILD|  123 ++
 testing-x86_64/apache-2.2-optionsbleed-CVE-2017-9798.patch |   21 
 testing-x86_64/apache.tmpfiles.conf|1 
 testing-x86_64/arch.layout |   22 
 testing-x86_64/httpd.logrotate |7 
 testing-x86_64/httpd.service   |   15 
 testing-x86_64/nohttp2forprefork.patch |  506 +++
 testing-x86_64/openssl-malloc-init.patch   |   20 
 testing-x86_64/script_name.patch   |   84 +
 18 files changed, 1598 insertions(+)

Copied: apache/repos/testing-i686/PKGBUILD (from rev 306637, 
apache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 16:22:11 UTC (rev 306638)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=apache
+pkgver=2.4.28
+pkgrel=1
+pkgdesc='A high performance Unix-based HTTP server'
+arch=('i686' 'x86_64')
+url='http://www.apache.org/dist/httpd'
+license=('APACHE')
+backup=(
+etc/httpd/conf/httpd.conf
+etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
+etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
+etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/httpd/conf/extra/proxy-html.conf
+etc/httpd/conf/{mime.types,magic}
+etc/logrotate.d/httpd
+)
+depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl')
+makedepends=('libxml2' 'lua')
+optdepends=(
+'lua: for mod_lua module'
+'libxml2: for mod_proxy_html, mod_xml2enc modules'
+'lynx: apachectl status'
+)
+source=(
+https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
+openssl-malloc-init.patch
+apache.tmpfiles.conf
+httpd.logrotate
+httpd.service
+arch.layout
+)
+sha256sums=('c1197a3a62a4ab5c584ab89b249af38cf28b4adee9c0106b62999fd29f920666'
+'SKIP'
+'d305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a

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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 16:22:09
  Author: felixonmars
Revision: 261402

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-03 16:21:48 UTC (rev 261401)
+++ PKGBUILD2017-10-03 16:22:09 UTC (rev 261402)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-funcy
-pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.9
-pkgrel=1
-pkgdesc='A fancy and practical functional tools'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/funcy'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz";)
-sha512sums=('27b336149178ecda45ca528d607a9da2f025694291a3513223f7ad154c0926246d658658241a75b0631d7dc4bdd98791919f77da96deb513a726c64c8ef3ed13')
-
-prepare() {
-  cp -a funcy-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/funcy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/funcy-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/funcy-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/funcy-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-funcy() {
-  depends=('python')
-
-  cd funcy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-funcy() {
-  depends=('python2')
-
-  cd funcy-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-funcy/repos/community-any/PKGBUILD (from rev 261401, 
python-funcy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-03 16:22:09 UTC (rev 261402)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-funcy
+pkgname=('python-funcy' 'python2-funcy')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/funcy'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz";)
+sha512sums=('29128e2b141d90838101e886b67578d2a3d37566a3598902ac385638b7fffc7ee48aa78ef3632f2522b57b764fff1458517f1c67b0f7d0abcd87d5be9d0ee0bd')
+
+prepare() {
+  cp -a funcy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-funcy() {
+  depends=('python')
+
+  cd funcy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-funcy() {
+  depends=('python2')
+
+  cd funcy-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 16:21:48
  Author: felixonmars
Revision: 261401

upgpkg: python-funcy 1.9.1-1

Modified:
  python-funcy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 15:55:00 UTC (rev 261400)
+++ PKGBUILD2017-10-03 16:21:48 UTC (rev 261401)
@@ -3,7 +3,7 @@
 
 pkgbase=python-funcy
 pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A fancy and practical functional tools'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz";)
-sha512sums=('27b336149178ecda45ca528d607a9da2f025694291a3513223f7ad154c0926246d658658241a75b0631d7dc4bdd98791919f77da96deb513a726c64c8ef3ed13')
+sha512sums=('29128e2b141d90838101e886b67578d2a3d37566a3598902ac385638b7fffc7ee48aa78ef3632f2522b57b764fff1458517f1c67b0f7d0abcd87d5be9d0ee0bd')
 
 prepare() {
   cp -a funcy-$pkgver{,-py2}


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

2017-10-03 Thread Anatol Pomozov
Date: Tuesday, October 3, 2017 @ 16:20:20
  Author: anatolik
Revision: 306637

upgpkg: apache 2.4.28-1

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 13:44:27 UTC (rev 306636)
+++ PKGBUILD2017-10-03 16:20:20 UTC (rev 306637)
@@ -4,8 +4,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.27
-pkgrel=2
+pkgver=2.4.28
+pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 url='http://www.apache.org/dist/httpd'
@@ -33,16 +33,14 @@
 httpd.logrotate
 httpd.service
 arch.layout
-apache-2.2-optionsbleed-CVE-2017-9798.patch
 )
-sha256sums=('71fcc128238a690515bd8174d5330a5309161ef314a326ae45c7c15ed139c13a'
+sha256sums=('c1197a3a62a4ab5c584ab89b249af38cf28b4adee9c0106b62999fd29f920666'
 'SKIP'
 'd305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a8c7e344c'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
 'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
-'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3'
-'8278b462612dd64e1d6e9e7b6ef6141efc60917b3598ba20b4423998b2c05b01')
+'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
 validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
 
 prepare() {
@@ -57,8 +55,6 @@
 
   # https://github.com/openssl/openssl/issues/2865
   patch -Np1 -i ../openssl-malloc-init.patch
-
-  patch -p1 -i ../apache-2.2-optionsbleed-CVE-2017-9798.patch
 }
 
 build() {


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

2017-10-03 Thread Antonio Rojas
Date: Tuesday, October 3, 2017 @ 15:55:00
  Author: arojas
Revision: 261400

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

Added:
  heaptrack/repos/community-i686/PKGBUILD
(from rev 261399, heaptrack/trunk/PKGBUILD)
  heaptrack/repos/community-i686/heaptrack-glibc-2.26.patch
(from rev 261399, heaptrack/trunk/heaptrack-glibc-2.26.patch)
  heaptrack/repos/community-x86_64/PKGBUILD
(from rev 261399, heaptrack/trunk/PKGBUILD)
  heaptrack/repos/community-x86_64/heaptrack-glibc-2.26.patch
(from rev 261399, heaptrack/trunk/heaptrack-glibc-2.26.patch)
Deleted:
  heaptrack/repos/community-i686/PKGBUILD
  heaptrack/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 +
 community-i686/PKGBUILD |   38 
 community-i686/heaptrack-glibc-2.26.patch   |  114 ++
 community-x86_64/PKGBUILD   |   38 
 community-x86_64/heaptrack-glibc-2.26.patch |  114 ++
 5 files changed, 304 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-03 15:54:38 UTC (rev 261399)
+++ community-i686/PKGBUILD 2017-10-03 15:55:00 UTC (rev 261400)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=heaptrack
-pkgver=1.0.0
-pkgrel=2
-arch=(i686 x86_64)
-pkgdesc="A heap memory profiler for Linux"
-url="http://milianw.de/tag/heaptrack";
-license=(GPL)
-depends=(kdiagram threadweaver kitemmodels kio boost-libs)
-makedepends=(extra-cmake-modules boost python sparsehash)
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-heaptrack-glibc-2.26.patch)
-sha256sums=('01d87ea1b424a67f943483ff141c0a32a46c5b6109834e2e832ebef898a4474f'
-'SKIP'
-'39a04e0bacb99ecd91d1d8225b944cc9c852853813520b7538b10bcd5ec6d591')
-validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393) # Milian Wolff 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../heaptrack-glibc-2.26.patch # fix build with glibc 2.26
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DBUILD_TESTING=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: heaptrack/repos/community-i686/PKGBUILD (from rev 261399, 
heaptrack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-03 15:55:00 UTC (rev 261400)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=heaptrack
+pkgver=1.0.0
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc="A heap memory profiler for Linux"
+url="http://milianw.de/tag/heaptrack";
+license=(GPL)
+depends=(kdiagram threadweaver kitemmodels kio boost-libs)
+makedepends=(extra-cmake-modules boost python sparsehash)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+heaptrack-glibc-2.26.patch)
+sha256sums=('01d87ea1b424a67f943483ff141c0a32a46c5b6109834e2e832ebef898a4474f'
+'SKIP'
+'39a04e0bacb99ecd91d1d8225b944cc9c852853813520b7538b10bcd5ec6d591')
+validpgpkeys=(3D8568869097C65C98F8D2760C0EB212CD1D1393) # Milian Wolff 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../heaptrack-glibc-2.26.patch # fix build with glibc 2.26
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_TESTING=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: heaptrack/repos/community-i686/heaptrack-glibc-2.26.patch (from rev 
261399, heaptrack/trunk/heaptrack-glibc-2.26.patch)
===
--- community-i686/heaptrack-glibc-2.26.patch   (rev 0)
+++ community-i686/heaptrack-glibc-2.26.patch   2017-10-03 15:55:00 UTC (rev 
261400)
@@ -0,0 +1,114 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8cc25bd..5df5f4d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -73,6 +73,11 @@ if (NOT HAVE_LINUX_HEADERS)
+ message(FATAL_ERROR "You are missing some Linux headers required to 
compile heaptrack.")
+ endif()
+ 
++# cfree() does not exist in glibc 2.26+.
++# See: https://bugs.kde.org/show_bug.cgi?id=383889
++include(CheckSymbolExists)
++check_symbol_exists(cfree malloc.h HAVE_CFREE)
++
+ set(BIN_INSTALL_DIR "bin")
+ set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
+ set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}")
+diff --git a/src/track/heaptrack_inject.cpp b/src/track/heaptrack_inject.cpp
+index 0bf75f8..2956613 100644
+--- a/src/track/heaptrack_inject.cpp
 b/src/track/heaptrack_inject.cpp
+@@ -18,6 +18,7 @@
+  */

[arch-commits] Commit in heaptrack/trunk (heaptrack-glibc-2.26.patch)

2017-10-03 Thread Antonio Rojas
Date: Tuesday, October 3, 2017 @ 15:54:38
  Author: arojas
Revision: 261399

Add missing patch (FS#55848)

Added:
  heaptrack/trunk/heaptrack-glibc-2.26.patch

+
 heaptrack-glibc-2.26.patch |  114 +++
 1 file changed, 114 insertions(+)

Added: heaptrack-glibc-2.26.patch
===
--- heaptrack-glibc-2.26.patch  (rev 0)
+++ heaptrack-glibc-2.26.patch  2017-10-03 15:54:38 UTC (rev 261399)
@@ -0,0 +1,114 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8cc25bd..5df5f4d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -73,6 +73,11 @@ if (NOT HAVE_LINUX_HEADERS)
+ message(FATAL_ERROR "You are missing some Linux headers required to 
compile heaptrack.")
+ endif()
+ 
++# cfree() does not exist in glibc 2.26+.
++# See: https://bugs.kde.org/show_bug.cgi?id=383889
++include(CheckSymbolExists)
++check_symbol_exists(cfree malloc.h HAVE_CFREE)
++
+ set(BIN_INSTALL_DIR "bin")
+ set(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)")
+ set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}")
+diff --git a/src/track/heaptrack_inject.cpp b/src/track/heaptrack_inject.cpp
+index 0bf75f8..2956613 100644
+--- a/src/track/heaptrack_inject.cpp
 b/src/track/heaptrack_inject.cpp
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include "libheaptrack.h"
++#include "util/config.h"
+ 
+ #include 
+ #include 
+@@ -43,12 +44,6 @@
+ #error unsupported word size
+ #endif
+ 
+-#if defined(_BSD_SOURCE) || defined(_SVID_SOURCE) || defined(__USE_MISC)
+-#define HAVE_CFREE 1
+-#else
+-#define HAVE_CFREE 0
+-#endif
+-
+ namespace {
+ 
+ namespace Elf {
+diff --git a/src/track/heaptrack_preload.cpp b/src/track/heaptrack_preload.cpp
+index b106bcd..343b193 100644
+--- a/src/track/heaptrack_preload.cpp
 b/src/track/heaptrack_preload.cpp
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include "libheaptrack.h"
++#include "util/config.h"
+ 
+ #include 
+ #include 
+@@ -30,7 +31,6 @@
+ using namespace std;
+ 
+ #define HAVE_ALIGNED_ALLOC defined(_ISOC11_SOURCE)
+-#define HAVE_CFREE (defined(_BSD_SOURCE) || defined(_SVID_SOURCE) || 
defined(__USE_MISC))
+ 
+ namespace {
+ 
+diff --git a/src/util/config.h.cmake b/src/util/config.h.cmake
+index d24034a..8239ae3 100644
+--- a/src/util/config.h.cmake
 b/src/util/config.h.cmake
+@@ -30,4 +30,8 @@
+ 
+ #define HEAPTRACK_DEBUG_BUILD @HEAPTRACK_DEBUG_BUILD@
+ 
++// cfree() does not exist in glibc 2.26+.
++// See: https://bugs.kde.org/show_bug.cgi?id=383889
++#cmakedefine01 HAVE_CFREE
++
+ #endif // HEAPTRACK_CONFIG_H
+diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
+index 63f9526..4b6 100644
+--- a/tests/manual/CMakeLists.txt
 b/tests/manual/CMakeLists.txt
+@@ -2,6 +2,10 @@ set(CMAKE_BUILD_TYPE Debug)
+ 
+ add_executable(test_c test.c)
+ add_executable(test_cpp test.cpp)
++set_target_properties(test_cpp PROPERTIES
++  INCLUDE_DIRECTORIES ${CMAKE_CURRENT_BINARY_DIR}/../../src/
++)
++
+ add_executable(threaded threaded.cpp)
+ target_link_libraries(threaded ${CMAKE_THREAD_LIBS_INIT})
+ 
+diff --git a/tests/manual/test.cpp b/tests/manual/test.cpp
+index e3f1870..1e9c267 100644
+--- a/tests/manual/test.cpp
 b/tests/manual/test.cpp
+@@ -1,6 +1,8 @@
+ #include 
+ #include 
+ 
++#include "util/config.h"
++
+ #define HAVE_ALIGNED_ALLOC defined(_ISOC11_SOURCE)
+ 
+ struct Foo
+@@ -60,7 +62,11 @@ int main()
+ 
+ buf = calloc(5, 5);
+ printf("calloc: %p\n", buf);
++#if HAVE_CFREE
+ cfree(buf);
++#else
++free(buf);
++#endif
+ 
+ #if HAVE_ALIGNED_ALLOC
+ buf = aligned_alloc(16, 160);


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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 15:29:28
  Author: felixonmars
Revision: 261392

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 261391, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 15:29:28 UTC (rev 261392)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+makedepends=('ghc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz";)
+sha512sums=('5768705f0ae22053214e62e79720d6d70e4bda55a8ddff45302c7b4f6c484999102100ee8146a7ec3abd823e028a7a3fecb82d67be49a9401219ef26cf7aa946')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+}
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 261391, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 15:29:28 UTC (rev 261392)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+makedepends=('ghc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-l

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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 15:29:01
  Author: felixonmars
Revision: 261391

upgpkg: idris 1.1.1-7

rebuild with fingertree,0.1.2.1

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 15:02:26 UTC (rev 261390)
+++ PKGBUILD2017-10-03 15:29:01 UTC (rev 261391)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/";
 license=("custom:BSD3")


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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 15:02:26
  Author: felixonmars
Revision: 261390

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

Added:
  haskell-trifecta/repos/community-staging-i686/
  haskell-trifecta/repos/community-staging-i686/PKGBUILD
(from rev 261389, haskell-trifecta/trunk/PKGBUILD)
  haskell-trifecta/repos/community-staging-x86_64/
  haskell-trifecta/repos/community-staging-x86_64/PKGBUILD
(from rev 261389, haskell-trifecta/trunk/PKGBUILD)

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
261389, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 15:02:26 UTC (rev 261390)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=10
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
261389, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 15:02:26 UTC (rev 261390)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=10
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unr

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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 15:01:55
  Author: felixonmars
Revision: 261389

upgpkg: haskell-trifecta 1.7.1.1-10

rebuild with fingertree,0.1.2.1

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 15:00:00 UTC (rev 261388)
+++ PKGBUILD2017-10-03 15:01:55 UTC (rev 261389)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.7.1.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/";
 license=("custom:BSD3")


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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 15:00:00
  Author: felixonmars
Revision: 261388

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 261387, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 261387, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 261387, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 15:00:00 UTC (rev 261388)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170925
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"haskell-crypto-api"
+ "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
+ "haskell-disk-free-space" "haskell-dlist" "haskell-dns" 
"haskell-edit-distance"
+ "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" 
"haskell-feed"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath" 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 261387, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 15:00:00 UTC (rev 261388)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170925
+pkgrel=5
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"haskell-crypto-api"
+ "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
+ "haskell-disk-free-space" "haskell-dlist" "haskell-dns" 
"haskell-edit-distance"
+ "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-

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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 14:59:21
  Author: felixonmars
Revision: 261387

upgpkg: git-annex 6.20170925-5

rebuild with fingertree,0.1.2.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 14:47:05 UTC (rev 261386)
+++ PKGBUILD2017-10-03 14:59:21 UTC (rev 261387)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170925
-pkgrel=4
+pkgrel=5
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


[arch-commits] Commit in haskell-tasty-rerun/repos (4 files)

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 14:47:05
  Author: felixonmars
Revision: 261386

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

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 261385, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 261385, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
261385, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 14:47:05 UTC (rev 261386)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.7
+pkgrel=12
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="https://github.com/ocharles/tasty-rerun";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
261385, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 14:47:05 UTC (rev 261386)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.7
+pkgrel=12
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="https://github.com/ocharles/tasty-rerun";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgna

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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 14:46:40
  Author: felixonmars
Revision: 261385

upgpkg: haskell-tasty-rerun 1.1.7-12

rebuild with fingertree,0.1.2.1

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 14:45:37 UTC (rev 261384)
+++ PKGBUILD2017-10-03 14:46:40 UTC (rev 261385)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.7
-pkgrel=11
+pkgrel=12
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="https://github.com/ocharles/tasty-rerun";
 license=("custom:BSD3")


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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 14:45:37
  Author: felixonmars
Revision: 261384

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

Added:
  haskell-reducers/repos/community-staging-i686/
  haskell-reducers/repos/community-staging-i686/PKGBUILD
(from rev 261383, haskell-reducers/trunk/PKGBUILD)
  haskell-reducers/repos/community-staging-x86_64/
  haskell-reducers/repos/community-staging-x86_64/PKGBUILD
(from rev 261383, haskell-reducers/trunk/PKGBUILD)

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

Copied: haskell-reducers/repos/community-staging-i686/PKGBUILD (from rev 
261383, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-03 14:45:37 UTC (rev 261384)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=39
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="https://github.com/ekmett/reducers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('56ebaff2f10e8982e420d6f9cbdf1db1b4a75e609d5c5b629815b248b238b1ca1fd6039e47b784ca6555462f4977631b0d40b84c0454cfe19b0fe1c2f8dc96a6')
+
+prepare() {
+sed -i 's/transformers   >= 0.2  && < 0.5,/transformers
   >= 0.2  \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -e '/instance Measured v a => Semigroup (FingerTree v a) where/d' -e 
'/(<>) = mappend/d' -i ${_hkgname}-${pkgver}/src/Data/Semigroup/Instances.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-reducers/repos/community-staging-x86_64/PKGBUILD (from rev 
261383, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-03 14:45:37 UTC (rev 261384)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.1
+pkgrel=39
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="https://github.com/ekmett/reducers/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('56ebaff2f10e8982e420d6f9cbdf1db1b4a75e609d5c5b629815b248b238b1ca1fd6039e47b784ca6555462f4977631b0d40b84c0454cfe19b0fe1c2f8dc96a6')
+
+prepare() {
+sed -i 's/transformers   >= 0.2  && < 0.5,/transformers
   >= 0.2  \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -e '/instance Measured v a => Semigroup (FingerTree v a) where/d' -e 
'/(<>) = mappend/d' -i ${_hkgname}-${pkgver}/src/Data/Semigroup/Instances.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script

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

2017-10-03 Thread Felix Yan
Date: Tuesday, October 3, 2017 @ 14:45:13
  Author: felixonmars
Revision: 261383

upgpkg: haskell-reducers 3.12.1-39

rebuild with fingertree,0.1.2.1

Modified:
  haskell-reducers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 14:19:29 UTC (rev 261382)
+++ PKGBUILD2017-10-03 14:45:13 UTC (rev 261383)
@@ -5,7 +5,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.1
-pkgrel=38
+pkgrel=39
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="https://github.com/ekmett/reducers/";
 license=("custom:BSD3")
@@ -18,11 +18,12 @@
 
 prepare() {
 sed -i 's/transformers   >= 0.2  && < 0.5,/transformers
   >= 0.2  \&\& < 0.6,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -e '/instance Measured v a => Semigroup (FingerTree v a) where/d' -e 
'/(<>) = mappend/d' -i ${_hkgname}-${pkgver}/src/Data/Semigroup/Instances.hs
 }
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
@@ -35,7 +36,7 @@
 
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
 runhaskell Setup copy --destdir="${pkgdir}"


[arch-commits] Commit in nextcloud-app-contacts/trunk (PKGBUILD)

2017-10-03 Thread Sergej Pupykin
Date: Tuesday, October 3, 2017 @ 14:19:13
  Author: spupykin
Revision: 261381

upgpkg: nextcloud-app-contacts 2.0.0-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 11:17:47 UTC (rev 261380)
+++ PKGBUILD2017-10-03 14:19:13 UTC (rev 261381)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=1.5.3
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
 url="https://nextcloud.com/";
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('nextcloud')
 options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('e7a94d621cbcad611167ad7718cf3eed09023edc6dbaa6e29bf221939ca69c78')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/$pkgver/contacts.tar.gz";)
+sha256sums=('160363afc283b9b29ebca53c1f08e9c96d70f004f35a12781da6c849fbacd861')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2017-10-03 Thread Sergej Pupykin
Date: Tuesday, October 3, 2017 @ 14:19:29
  Author: spupykin
Revision: 261382

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 261381, nextcloud-app-contacts/trunk/PKGBUILD)
Deleted:
  nextcloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-03 14:19:13 UTC (rev 261381)
+++ PKGBUILD2017-10-03 14:19:29 UTC (rev 261382)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=1.5.3
-pkgrel=3
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="http://nextcloud.org/";
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz";)
-sha256sums=('e7a94d621cbcad611167ad7718cf3eed09023edc6dbaa6e29bf221939ca69c78')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 261381, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-03 14:19:29 UTC (rev 261382)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/";
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/$pkgver/contacts.tar.gz";)
+sha256sums=('160363afc283b9b29ebca53c1f08e9c96d70f004f35a12781da6c849fbacd861')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


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

2017-10-03 Thread Anatol Pomozov
Date: Tuesday, October 3, 2017 @ 13:44:27
  Author: anatolik
Revision: 306636

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 306635, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 306635, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/allow_elf64.patch
(from rev 306635, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-i686/qemu-ga.service
(from rev 306635, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-i686/qemu.install
(from rev 306635, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 306635, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 306635, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 306635, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/allow_elf64.patch
(from rev 306635, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 306635, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 306635, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 306635, qemu/trunk/qemu.sysusers)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/allow_elf64.patch
  qemu/repos/testing-i686/qemu-ga.service
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-i686/qemu.sysusers
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/allow_elf64.patch
  qemu/repos/testing-x86_64/qemu-ga.service
  qemu/repos/testing-x86_64/qemu.install
  qemu/repos/testing-x86_64/qemu.sysusers

--+
 /65-kvm.rules|4 
 /PKGBUILD|  452 +
 /allow_elf64.patch   |   54 
 /qemu-ga.service |   18 +
 /qemu.install|   16 +
 /qemu.sysusers   |2 
 testing-i686/65-kvm.rules|2 
 testing-i686/PKGBUILD|  226 --
 testing-i686/allow_elf64.patch   |   27 --
 testing-i686/qemu-ga.service |9 
 testing-i686/qemu.install|8 
 testing-i686/qemu.sysusers   |1 
 testing-x86_64/65-kvm.rules  |2 
 testing-x86_64/PKGBUILD  |  226 --
 testing-x86_64/allow_elf64.patch |   27 --
 testing-x86_64/qemu-ga.service   |9 
 testing-x86_64/qemu.install  |8 
 testing-x86_64/qemu.sysusers |1 
 18 files changed, 546 insertions(+), 546 deletions(-)

Deleted: testing-i686/65-kvm.rules
===
--- testing-i686/65-kvm.rules   2017-10-03 11:12:02 UTC (rev 306635)
+++ testing-i686/65-kvm.rules   2017-10-03 13:44:27 UTC (rev 306636)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 306635, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2017-10-03 13:44:27 UTC (rev 306636)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-03 11:12:02 UTC (rev 306635)
+++ testing-i686/PKGBUILD   2017-10-03 13:44:27 UTC (rev 306636)
@@ -1,226 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
- qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
-pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.10.1
-pkgrel=1
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://wiki.qemu.org/";
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
-depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}")
-makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
-source=("$url/download/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-qemu.sysusers
-qemu-ga.service
-65-kvm.rules
-allow_elf64.patch)
-sha256sums=('8e040bc7556401ebb3a347a8f7878e9d4028cf71b2744b1a1699f4e741966ba8'
-'SKIP'
-'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
-'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
-'60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7'
-'13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')

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

2017-10-03 Thread Jaroslav Lichtblau
Date: Tuesday, October 3, 2017 @ 11:17:47
  Author: jlichtblau
Revision: 261380

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-03 11:17:26 UTC (rev 261379)
+++ community-i686/PKGBUILD 2017-10-03 11:17:47 UTC (rev 261380)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.27.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('b357b4e3edd8934dbbbc6a04b57a36c07f1923ac3891b6f822fadd48ccaaeaba')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-i686/PKGBUILD (from rev 261379, 
hugo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-03 11:17:47 UTC (rev 261380)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.29
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('i686' 'x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('8b8025472b7699e52a5f6b0cec0a5339130159b1d6ab5d281ed2fc69c97f48c0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  make hugo-no-gitinfo
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-03 11:17:26 UTC (rev 261379)
+++ community-x86_64/PKGBUILD   2017-10-03 11:17:47 UTC (rev 261380)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.27.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('b357b4e3edd8934dbbbc6a04b57a36c07f1923ac3891b6f822fadd48ccaaeaba')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 261379, 
hugo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev

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

2017-10-03 Thread Jaroslav Lichtblau
Date: Tuesday, October 3, 2017 @ 11:17:26
  Author: jlichtblau
Revision: 261379

upgpkg: hugo 0.29-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 11:11:36 UTC (rev 261378)
+++ PKGBUILD2017-10-03 11:17:26 UTC (rev 261379)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.27.1
+pkgver=0.29
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('b357b4e3edd8934dbbbc6a04b57a36c07f1923ac3891b6f822fadd48ccaaeaba')
+sha256sums=('8b8025472b7699e52a5f6b0cec0a5339130159b1d6ab5d281ed2fc69c97f48c0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 11:12:02
  Author: heftig
Revision: 306635

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

Added:
  p11-kit/repos/testing-i686/
  p11-kit/repos/testing-i686/PKGBUILD
(from rev 306634, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/testing-i686/libnssckbi-compat.patch
(from rev 306634, p11-kit/trunk/libnssckbi-compat.patch)
  p11-kit/repos/testing-x86_64/
  p11-kit/repos/testing-x86_64/PKGBUILD
(from rev 306634, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/testing-x86_64/libnssckbi-compat.patch
(from rev 306634, p11-kit/trunk/libnssckbi-compat.patch)

+
 testing-i686/PKGBUILD  |   63 +++
 testing-i686/libnssckbi-compat.patch   |   57 
 testing-x86_64/PKGBUILD|   63 +++
 testing-x86_64/libnssckbi-compat.patch |   57 
 4 files changed, 240 insertions(+)

Copied: p11-kit/repos/testing-i686/PKGBUILD (from rev 306634, 
p11-kit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-03 11:12:02 UTC (rev 306635)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=p11-kit
+pkgver=0.23.9
+pkgrel=1
+pkgdesc="Provides a way to load and enumerate PKCS#11 modules"
+arch=(i686 x86_64)
+url="https://p11-glue.freedesktop.org";
+license=(BSD)
+depends=(glibc libtasn1 libffi)
+makedepends=(gtk-doc git)
+_commit=34cb047e20af02ef3d820a295e9e29f618b83bab  # tags/0.23.9^0
+source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit";
+libnssckbi-compat.patch)
+sha256sums=('SKIP'
+'8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Build and install an additional library (libnssckbi-p11-kit.so) which
+  # is a copy of p11-kit-trust.so but uses the same label for root certs as
+  # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
+  patch -Np1 -i ../libnssckbi-compat.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--enable-doc \
+--with-module-path=/usr/lib/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  ln -srf "$pkgdir/usr/bin/update-ca-trust" 
"$pkgdir/usr/lib/p11-kit/trust-extract-compat"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/testing-i686/libnssckbi-compat.patch (from rev 306634, 
p11-kit/trunk/libnssckbi-compat.patch)
===
--- testing-i686/libnssckbi-compat.patch(rev 0)
+++ testing-i686/libnssckbi-compat.patch2017-10-03 11:12:02 UTC (rev 
306635)
@@ -0,0 +1,57 @@
+diff -upr p11-kit-0.23.1.orig/trust/Makefile.am 
p11-kit-0.23.1/trust/Makefile.am
+--- p11-kit-0.23.1.orig/trust/Makefile.am  2014-11-12 12:58:50.0 
+0200
 p11-kit-0.23.1/trust/Makefile.am   2015-03-30 16:43:35.275993032 +0300
+@@ -61,6 +61,20 @@ p11_kit_trust_la_LDFLAGS = \
+ 
+ p11_kit_trust_la_SOURCES = $(TRUST_SRCS)
+ 
++libnssckbi_compatdir = $(libdir)
++libnssckbi_compat_LTLIBRARIES = \
++  libnssckbi-p11-kit.la
++
++libnssckbi_p11_kit_la_CFLAGS = \
++  -DLIBNSSCKBI_COMPAT \
++  $(p11_kit_trust_la_CFLAGS)
++
++libnssckbi_p11_kit_la_LIBADD = $(p11_kit_trust_la_LIBADD)
++
++libnssckbi_p11_kit_la_LDFLAGS = $(p11_kit_trust_la_LDFLAGS)
++
++libnssckbi_p11_kit_la_SOURCES = $(p11_kit_trust_la_SOURCES)
++
+ libtrust_testable_la_LDFLAGS = \
+   -no-undefined
+ 
+diff -upr p11-kit-0.23.1.orig/trust/module.c p11-kit-0.23.1/trust/module.c
+--- p11-kit-0.23.1.orig/trust/module.c 2014-12-16 12:24:01.0 +0200
 p11-kit-0.23.1/trust/module.c  2015-03-30 16:48:41.370360130 +0300
+@@ -196,7 +196,11 @@ create_tokens_inlock (p11_array *tokens,
+   const char *label;
+   } labels[] = {
+   { "~/", "User Trust" },
++#ifdef LIBNSSCKBI_COMPAT
++  { DATA_DIR, "Builtin Object Token" },
++#else
+   { DATA_DIR, "Default Trust" },
++#endif
+   { SYSCONFDIR, "System Trust" },
+   { NULL },
+   };
+@@ -521,9 +525,15 @@ sys_C_GetSlotInfo (CK_SLOT_ID id,
+   info->flags = CKF_TOKEN_PRESENT;
+   strncpy ((char*)info->manufacturerID, MANUFACTURER_ID, 32);
+ 
+-  /* If too long, 

[arch-commits] Commit in lib32-p11-kit/repos (3 files)

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 11:11:36
  Author: heftig
Revision: 261378

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-p11-kit/repos/multilib-testing-x86_64/
  lib32-p11-kit/repos/multilib-testing-x86_64/PKGBUILD
(from rev 261377, lib32-p11-kit/trunk/PKGBUILD)
  lib32-p11-kit/repos/multilib-testing-x86_64/libnssckbi-compat.patch
(from rev 261377, lib32-p11-kit/trunk/libnssckbi-compat.patch)

-+
 PKGBUILD|   72 ++
 libnssckbi-compat.patch |   57 
 2 files changed, 129 insertions(+)

Copied: lib32-p11-kit/repos/multilib-testing-x86_64/PKGBUILD (from rev 261377, 
lib32-p11-kit/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-10-03 11:11:36 UTC (rev 261378)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+
+_pkgbasename=p11-kit
+pkgname=lib32-$_pkgbasename
+pkgver=0.23.9
+pkgrel=1
+pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
+arch=(x86_64)
+url="https://p11-glue.freedesktop.org";
+license=(BSD)
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
+makedepends=(git)
+_commit=34cb047e20af02ef3d820a295e9e29f618b83bab  # tags/0.23.9^0
+source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit";
+libnssckbi-compat.patch)
+sha256sums=('SKIP'
+'8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
+validpgpkeys=('C0F67099B808FB063E2C81117BFB1108D92765AF')
+
+pkgver() {
+  cd ${_pkgbasename}
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ${_pkgbasename}
+
+  # Build and install an additional library (libnssckbi-p11-kit.so) which
+  # is a copy of p11-kit-trust.so but uses the same label for root certs as
+  # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
+  patch -Np1 -i ../libnssckbi-compat.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ${_pkgbasename}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--disable-doc \
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  make
+}
+
+check() {
+  cd ${_pkgbasename}
+  make check
+}
+
+package() {
+  cd ${_pkgbasename}
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/etc "${pkgdir}"/usr/{bin,include,lib,share}
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s ${_pkgbasename} "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-p11-kit/repos/multilib-testing-x86_64/libnssckbi-compat.patch 
(from rev 261377, lib32-p11-kit/trunk/libnssckbi-compat.patch)
===
--- multilib-testing-x86_64/libnssckbi-compat.patch 
(rev 0)
+++ multilib-testing-x86_64/libnssckbi-compat.patch 2017-10-03 11:11:36 UTC 
(rev 261378)
@@ -0,0 +1,57 @@
+diff -upr p11-kit-0.23.1.orig/trust/Makefile.am 
p11-kit-0.23.1/trust/Makefile.am
+--- p11-kit-0.23.1.orig/trust/Makefile.am  2014-11-12 12:58:50.0 
+0200
 p11-kit-0.23.1/trust/Makefile.am   2015-03-30 16:43:35.275993032 +0300
+@@ -61,6 +61,20 @@ p11_kit_trust_la_LDFLAGS = \
+ 
+ p11_kit_trust_la_SOURCES = $(TRUST_SRCS)
+ 
++libnssckbi_compatdir = $(libdir)
++libnssckbi_compat_LTLIBRARIES = \
++  libnssckbi-p11-kit.la
++
++libnssckbi_p11_kit_la_CFLAGS = \
++  -DLIBNSSCKBI_COMPAT \
++  $(p11_kit_trust_la_CFLAGS)
++
++libnssckbi_p11_kit_la_LIBADD = $(p11_kit_trust_la_LIBADD)
++
++libnssckbi_p11_kit_la_LDFLAGS = $(p11_kit_trust_la_LDFLAGS)
++
++libnssckbi_p11_kit_la_SOURCES = $(p11_kit_trust_la_SOURCES)
++
+ libtrust_testable_la_LDFLAGS = \
+   -no-undefined
+ 
+diff -upr p11-kit-0.23.1.orig/trust/module.c p11-kit-0.23.1/trust/module.c
+--- p11-kit-0.23.1.orig/trust/module.c 2014-12-16 12:24:01.0 +0200
 p11-kit-0.23.1/trust/module.c  2015-03-30 16:48:41.370360130 +0300
+@@ -196,7 +196,11 @@ create_tokens_inlock (p11_array *tokens,
+   const char *label;
+   } labels[] = {
+   { "~/", "User Trust" },
++#ifdef LIBNSSCKBI_COMPAT
++  { DATA_DIR, "Builtin Object Token" },
++#else
+   { DATA_DIR, "Default Trust" },
++#endif
+   { SYSCONFDIR, "System Trust" },
+   { NULL },
+   };
+@@ -521,9 +525,15 @@ sys_C_GetSlotInfo (CK_SLOT_ID id,
+   info->flags = CKF_TOKEN_PRESENT;
+   strncpy ((char*)info->manufacturerID, MANUFACTURER_ID, 32);
+ 
+-  /* If too long, co

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

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 11:10:50
  Author: heftig
Revision: 261377

0.23.9-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 11:08:52 UTC (rev 261376)
+++ PKGBUILD2017-10-03 11:10:50 UTC (rev 261377)
@@ -4,7 +4,7 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.8
+pkgver=0.23.9
 pkgrel=1
 pkgdesc="Provides a way to load and enumerate PKCS#11 modules (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(BSD)
 depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
 makedepends=(git)
-_commit=25474901cf9c1fb39ae5dc73a2f2b4dd34e81fdc  # tags/0.23.8^0
+_commit=34cb047e20af02ef3d820a295e9e29f618b83bab  # tags/0.23.9^0
 source=("git+https://github.com/p11-glue/p11-kit#commit=$_commit";
 libnssckbi-compat.patch)
 sha256sums=('SKIP'


  1   2   >