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

2016-12-30 Thread Giancarlo Razzolini
Date: Saturday, December 31, 2016 @ 03:36:24
  Author: grazzolini
Revision: 203374

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

Added:
  tinyssh/repos/community-i686/PKGBUILD
(from rev 203373, tinyssh/trunk/PKGBUILD)
  tinyssh/repos/community-i686/tinyssh@.service
(from rev 203373, tinyssh/trunk/tinyssh@.service)
  tinyssh/repos/community-i686/tinyssh@.socket
(from rev 203373, tinyssh/trunk/tinyssh@.socket)
  tinyssh/repos/community-i686/tinysshgenkeys.service
(from rev 203373, tinyssh/trunk/tinysshgenkeys.service)
  tinyssh/repos/community-x86_64/PKGBUILD
(from rev 203373, tinyssh/trunk/PKGBUILD)
  tinyssh/repos/community-x86_64/tinyssh@.service
(from rev 203373, tinyssh/trunk/tinyssh@.service)
  tinyssh/repos/community-x86_64/tinyssh@.socket
(from rev 203373, tinyssh/trunk/tinyssh@.socket)
  tinyssh/repos/community-x86_64/tinysshgenkeys.service
(from rev 203373, tinyssh/trunk/tinysshgenkeys.service)
Deleted:
  tinyssh/repos/community-i686/PKGBUILD
  tinyssh/repos/community-i686/tinyssh@.service
  tinyssh/repos/community-i686/tinyssh@.socket
  tinyssh/repos/community-i686/tinysshgenkeys.service
  tinyssh/repos/community-x86_64/PKGBUILD
  tinyssh/repos/community-x86_64/tinyssh@.service
  tinyssh/repos/community-x86_64/tinyssh@.socket
  tinyssh/repos/community-x86_64/tinysshgenkeys.service

-+
 /PKGBUILD   |   82 ++
 /tinyssh@.service   |   18 ++
 /tinyssh@.socket|   26 +
 /tinysshgenkeys.service |   16 +
 community-i686/PKGBUILD |   41 ---
 community-i686/tinyssh@.service |9 ---
 community-i686/tinyssh@.socket  |   13 
 community-i686/tinysshgenkeys.service   |8 --
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/tinyssh@.service   |9 ---
 community-x86_64/tinyssh@.socket|   13 
 community-x86_64/tinysshgenkeys.service |8 --
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 03:34:34 UTC (rev 203373)
+++ community-i686/PKGBUILD 2016-12-31 03:36:24 UTC (rev 203374)
@@ -1,41 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-pkgname=tinyssh
-pkgver=20160812
-pkgrel=3
-pkgdesc='Small SSH server using NaCl / TweetNaCl'
-url='https://tinyssh.org'
-arch=('x86_64' 'i686')
-license=('custom:Public Domain')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   tinyssh@.socket tinyssh@.service tinysshgenkeys.service
-
"${pkgname}-${pkgver}.tar.gz.asc::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz.asc;)
-sha512sums=('54817e7e0da778eb4e404e165caff321ef3c8b13f1e1840c9fad1e8f6f64fee086019f4222199bf2b47e19754913400bb719443a944c612e987e3d3fdae14147'
-
'9fbc5ae3b6d1df6d78eedf812fdd8fe115e81fc0811f4799d541e37239d53db22203e691026ed479a38c9f17043e52d43b44054be51ae03c2f12f3f235c5b83a'
-
'9c9ba78c5b61f64f42f59cfe556519d9ab2c3e4d45f36d6f78c5e7728b050c494673239630dae66398006f3f20fb3a26f22899cd0728ed17e61c655b372236b3'
-
'415cdfe649eedcbb11a263938c0a66bef42432210baa2e2c9e428d5e8e486fb4dedad53b9fdb9086bf97ca506909d3b3054aaca56f02c063e0b8d5fab4e56198'
-'SKIP')
-validpgpkeys=('AADF2EDF5529F1702772C8A2DEC4D246931EF49B')
-
-build () {
-   cd "${srcdir}/${pkgname}-${pkgver//./}"
-   make
-}
-
-package () {
-   cd "${srcdir}/${pkgname}-${pkgver//./}"
-   make install DESTDIR="${pkgdir}"
-
-   # Nowadays /usr/sbin is a symlink to /usr/bin
-   mv "${pkgdir}"/usr/{s,}bin
-
-install -m 755 -d "${pkgdir}/etc/tinyssh"
-
-install -m 755 -d "${pkgdir}/usr/lib/systemd/system"
-   install -m 644 -t "${pkgdir}/usr/lib/systemd/system" \
-   "${srcdir}/tinysshgenkeys.service" \
-   "${srcdir}/tinyssh@.service" \
-   "${srcdir}/tinyssh@.socket"
-
-install -Dm644 "$srcdir/$pkgname-$pkgver/LICENCE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENCE"
-}

Copied: tinyssh/repos/community-i686/PKGBUILD (from rev 203373, 
tinyssh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 03:36:24 UTC (rev 203374)
@@ -0,0 +1,41 @@
+# Maintainer: Giancarlo Razzolini 
+pkgname=tinyssh
+pkgver=20161101
+pkgrel=1
+pkgdesc='Small SSH server using NaCl / TweetNaCl'
+url='https://tinyssh.org'
+arch=('x86_64' 'i686')
+license=('custom:Public Domain')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;

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

2016-12-30 Thread Giancarlo Razzolini
Date: Saturday, December 31, 2016 @ 03:34:34
  Author: grazzolini
Revision: 203373

upgpkg: tinyssh 20161101-1

updpkg: tinyssh version 20161101

Modified:
  tinyssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 01:19:45 UTC (rev 203372)
+++ PKGBUILD2016-12-31 03:34:34 UTC (rev 203373)
@@ -1,7 +1,7 @@
 # Maintainer: Giancarlo Razzolini 
 pkgname=tinyssh
-pkgver=20160812
-pkgrel=3
+pkgver=20161101
+pkgrel=1
 pkgdesc='Small SSH server using NaCl / TweetNaCl'
 url='https://tinyssh.org'
 arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz;
tinyssh@.socket tinyssh@.service tinysshgenkeys.service
 
"${pkgname}-${pkgver}.tar.gz.asc::https://mojzis.com/software/${pkgname}/${pkgname}-${pkgver}.tar.gz.asc;)
-sha512sums=('54817e7e0da778eb4e404e165caff321ef3c8b13f1e1840c9fad1e8f6f64fee086019f4222199bf2b47e19754913400bb719443a944c612e987e3d3fdae14147'
+sha512sums=('684aac5bf8f8713582bc4a0459680f7b9f32ea6bfa7896c2e48b8431ff5e1f4cf067d055986ecfa988edd32cea13694c1621a86d0b9652fce45954284cf1eafd'
 
'9fbc5ae3b6d1df6d78eedf812fdd8fe115e81fc0811f4799d541e37239d53db22203e691026ed479a38c9f17043e52d43b44054be51ae03c2f12f3f235c5b83a'
 
'9c9ba78c5b61f64f42f59cfe556519d9ab2c3e4d45f36d6f78c5e7728b050c494673239630dae66398006f3f20fb3a26f22899cd0728ed17e61c655b372236b3'
 
'415cdfe649eedcbb11a263938c0a66bef42432210baa2e2c9e428d5e8e486fb4dedad53b9fdb9086bf97ca506909d3b3054aaca56f02c063e0b8d5fab4e56198'


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:19:45
  Author: faidoc
Revision: 203372

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 203371, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 01:18:44 UTC (rev 203371)
+++ community-i686/PKGBUILD 2016-12-31 01:19:45 UTC (rev 203372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib' 'colord' 'cups')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
-
-  #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-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-i686/PKGBUILD (from rev 
203371, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 01:19:45 UTC (rev 203372)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev' 'dbus-glib' 'colord' 'cups' 'polkit' 'libibus' 'lcms2')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom' 
'autoconf-archive')
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-settings-daemon;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;
+   
"http://pkgs.fedoraproject.org/cgit/rpms/cinnamon-settings-daemon.git/plain/csd-background-manager.patch;)
+sha256sums=('7541b85934d8b632dda0f6ef48dc17f10163501560d95e9f2e23e3d1dfdadea8'
+'a44f8ea45db3431c8abdf6167179c0b6e4c4a0025822c6f207b905b630017366')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://github.com/linuxmint/Cinnamon/issues/5569#issuecomment-252537458
+  patch -Np1 -i ../csd-background-manager.patch
+
+  ./autogen.sh \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir="/usr/lib/${pkgname}" \
+   --disable-static \
+   --enable-systemd \
+--enable-polkit
+
+  #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-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-31 01:18:44 UTC (rev 203371)
+++ community-x86_64/PKGBUILD   2016-12-31 01:19:45 UTC (rev 203372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')

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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:18:44
  Author: faidoc
Revision: 203371

upgpkg: cinnamon-settings-daemon 3.2.1-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 01:11:30 UTC (rev 203370)
+++ PKGBUILD2016-12-31 01:18:44 UTC (rev 203371)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -10,12 +10,14 @@
 license=('GPL')
 depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
  'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib' 'colord' 'cups')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+ 'libgudev' 'dbus-glib' 'colord' 'cups' 'polkit' 'libibus' 'lcms2')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom' 
'autoconf-archive')
 options=('!emptydirs')
 url="https://github.com/linuxmint/cinnamon-settings-daemon;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('0726e8ce4b1008229fe157ba0888a2effa1d9efa4e60735faf67af1fde8586f1')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;
+   
"http://pkgs.fedoraproject.org/cgit/rpms/cinnamon-settings-daemon.git/plain/csd-background-manager.patch;)
+sha256sums=('7541b85934d8b632dda0f6ef48dc17f10163501560d95e9f2e23e3d1dfdadea8'
+'a44f8ea45db3431c8abdf6167179c0b6e4c4a0025822c6f207b905b630017366')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -24,9 +26,18 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
+  # https://github.com/linuxmint/Cinnamon/issues/5569#issuecomment-252537458
+  patch -Np1 -i ../csd-background-manager.patch
 
+  ./autogen.sh \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir="/usr/lib/${pkgname}" \
+   --disable-static \
+   --enable-systemd \
+--enable-polkit
+
   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:11:30
  Author: faidoc
Revision: 203370

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 01:10:23 UTC (rev 203369)
+++ community-i686/PKGBUILD 2016-12-31 01:11:30 UTC (rev 203370)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-optdepends=('ffmpegthumbnailer: support for video thumbnails')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
-  'python-gobject' 'python-polib' 'python2-gobject')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('69d4acbde7f01193374cc07894970136b9975475c35a69f0a6ec4203cd5af2c6')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 203369, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 01:11:30 UTC (rev 203370)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('5f04fe37112d15d55d0fe1783252a8d03df70897fb5349ef6d28dbdbcf226407')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-31 01:10:23 UTC (rev 203369)
+++ community-x86_64/PKGBUILD   2016-12-31 01:11:30 UTC (rev 203370)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')

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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 01:10:23
  Author: faidoc
Revision: 203369

upgpkg: nemo 3.2.2-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:57:34 UTC (rev 203368)
+++ PKGBUILD2016-12-31 01:10:23 UTC (rev 203369)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo;
@@ -16,7 +16,7 @@
   'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('69d4acbde7f01193374cc07894970136b9975475c35a69f0a6ec4203cd5af2c6')
+sha256sums=('5f04fe37112d15d55d0fe1783252a8d03df70897fb5349ef6d28dbdbcf226407')
 
 prepare() {
   cd linuxmint-nemo-*


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:57:34
  Author: faidoc
Revision: 203368

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 203367, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 203367, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 203367, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 203367, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 203367, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 203367, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:56:15 UTC (rev 203367)
+++ community-i686/PKGBUILD 2016-12-31 00:57:34 UTC (rev 203368)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=4
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 

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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:56:15
  Author: faidoc
Revision: 203367

upgpkg: cinnamon 3.2.7-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:46:33 UTC (rev 203366)
+++ PKGBUILD2016-12-31 00:56:15 UTC (rev 203367)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.2.1
-pkgrel=4
+pkgver=3.2.7
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon;
@@ -25,7 +25,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 "set_wheel.patch"
 "default-theme.patch")
-sha256sums=('4fc7021815fe138d932d63de95b879ae557bca90d39f41bc015d42ce131aa998'
+sha256sums=('69ab4510e4239f577a7acc7ea987d0522caa9796bfaa4a062a5009009ebc5a80'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
 


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:46:33
  Author: faidoc
Revision: 203366

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 203365, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 00:44:08 UTC (rev 203365)
+++ PKGBUILD2016-12-31 00:46:33 UTC (rev 203366)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="https://github.com/linuxmint/cinnamon-translations;
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('18cfe229900979b35686c638ba00530e88be33aeb473364067daf28b22aa9ca8')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-
-   install -m 0755 -d ${pkgdir}/usr/share/locale/ 
-   cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 203365, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 00:46:33 UTC (rev 203366)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="https://github.com/linuxmint/cinnamon-translations;
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('3dc7bd997b87c2a0507e2949b16d4bace6e13fbbad9d740d07a6cef4a78d5557')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+
+   install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+   cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:44:08
  Author: faidoc
Revision: 203365

upgpkg: cinnamon-translations 3.2.2-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:36:34 UTC (rev 203364)
+++ PKGBUILD2016-12-31 00:44:08 UTC (rev 203365)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="https://github.com/linuxmint/cinnamon-translations;
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('18cfe229900979b35686c638ba00530e88be33aeb473364067daf28b22aa9ca8')
+sha256sums=('3dc7bd997b87c2a0507e2949b16d4bace6e13fbbad9d740d07a6cef4a78d5557')
 
 build() {
cd ${pkgname}-${pkgver}


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:36:34
  Author: faidoc
Revision: 203364

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 203363, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/config.patch
(from rev 203363, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 203363, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 203363, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/config.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

---+
 /PKGBUILD |   78 
 /config.patch |   96 
 community-i686/PKGBUILD   |   39 
 community-i686/config.patch   |   48 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/config.patch |   48 
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:35:29 UTC (rev 203363)
+++ community-i686/PKGBUILD 2016-12-31 00:36:34 UTC (rev 203364)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"config.patch")
-sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --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-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 203363, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 00:36:34 UTC (rev 203364)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.2.4
+pkgrel=2
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --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-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/config.patch
===
--- community-i686/config.patch 2016-12-31 00:35:29 UTC (rev 203363)
+++ community-i686/config.patch 2016-12-31 00:36:34 UTC (rev 203364)
@@ -1,48 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 

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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:35:29
  Author: faidoc
Revision: 203363

upgpkg: cinnamon-desktop 3.2.4-2

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:29:37 UTC (rev 203362)
+++ PKGBUILD2016-12-31 00:35:29 UTC (rev 203363)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-desktop
 pkgver=3.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
 license=(GPL LGPL)


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:29:37
  Author: faidoc
Revision: 203362

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 203361, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 203361, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 203361, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 203361, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   84 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   42 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:28:47 UTC (rev 203361)
+++ community-i686/PKGBUILD 2016-12-31 00:29:37 UTC (rev 203362)
@@ -1,42 +0,0 @@
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('d8ec85d3b984f527790d68d61156adea84f84f35bc956d32923d5116d4937df2'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 203361, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 00:29:37 UTC (rev 203362)
@@ -0,0 +1,42 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=3.2.13
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python-gobject' 'gobject-introspection' 'webkit2gtk' 'xapps' 'python-cairo')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 

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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:28:47
  Author: faidoc
Revision: 203361

upgpkg: cinnamon-screensaver 3.2.13-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:24:03 UTC (rev 203360)
+++ PKGBUILD2016-12-31 00:28:47 UTC (rev 203361)
@@ -4,7 +4,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=3.2.2
+pkgver=3.2.13
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('d8ec85d3b984f527790d68d61156adea84f84f35bc956d32923d5116d4937df2'
+sha256sums=('7b1a0c156cc0e1983d6ed4370426eac372a5cc3d5f6b8203ddc6913a58d972e9'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 prepare() {


[arch-commits] Commit in cinnamon-control-center/repos (6 files)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:24:03
  Author: faidoc
Revision: 203360

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 203359, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 203359, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/gtkdoc_issue.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/gtkdoc_issue.patch

-+
 /PKGBUILD   |  102 ++
 community-i686/PKGBUILD |   56 --
 community-i686/gtkdoc_issue.patch   |   11 ---
 community-x86_64/PKGBUILD   |   56 --
 community-x86_64/gtkdoc_issue.patch |   11 ---
 5 files changed, 102 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 00:23:05 UTC (rev 203359)
+++ community-i686/PKGBUILD 2016-12-31 00:24:03 UTC (rev 203360)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-control-center
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet' 'colord')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url="https://github.com/linuxmint/cinnamon-control-center;
-license=('GPL')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-   "gtkdoc_issue.patch")
-sha256sums=('60696d6793e2e7de6746ee65b3dfd64948ad5eb8a46182abefb3c464e4a2ea2c'
-'a127b49b3a7b72a11e157bd58d40e167fedd664c8609a0e2efcabd89df57ba55')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix issue with gtkdoc
-  patch -Np1 -i ../gtkdoc_issue.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd
-
-  #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-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  #make -C panels/sound DESTDIR="$pkgdir" uninstall
-  #make -C panels/sound/data DESTDIR="$pkgdir" install
-  #make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  #rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
-  #rm -R "$pkgdir/etc"
-
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 203359, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 00:24:03 UTC (rev 203360)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet' 'colord')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('12a29a3293cde58ae6fd6fdbab7eef4a2119ac8f515ca9218e753aacd15c')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd
+
+  #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" = 

[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD gtkdoc_issue.patch)

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:23:05
  Author: faidoc
Revision: 203359

upgpkg: cinnamon-control-center 3.2.1-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD
Deleted:
  cinnamon-control-center/trunk/gtkdoc_issue.patch

+
 PKGBUILD   |   11 +++
 gtkdoc_issue.patch |   11 ---
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 00:13:01 UTC (rev 203358)
+++ PKGBUILD2016-12-31 00:23:05 UTC (rev 203359)
@@ -5,7 +5,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
@@ -16,16 +16,11 @@
 url="https://github.com/linuxmint/cinnamon-control-center;
 license=('GPL')
 options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-   "gtkdoc_issue.patch")
-sha256sums=('60696d6793e2e7de6746ee65b3dfd64948ad5eb8a46182abefb3c464e4a2ea2c'
-'a127b49b3a7b72a11e157bd58d40e167fedd664c8609a0e2efcabd89df57ba55')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('12a29a3293cde58ae6fd6fdbab7eef4a2119ac8f515ca9218e753aacd15c')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # Fix issue with gtkdoc
-  patch -Np1 -i ../gtkdoc_issue.patch
 }
 
 build() {

Deleted: gtkdoc_issue.patch
===
--- gtkdoc_issue.patch  2016-12-31 00:13:01 UTC (rev 203358)
+++ gtkdoc_issue.patch  2016-12-31 00:23:05 UTC (rev 203359)
@@ -1,11 +0,0 @@
-diff -Naur cinnamon-control-center-3.2.0.orig/autogen.sh 
cinnamon-control-center-3.2.0.changed/autogen.sh
 cinnamon-control-center-3.2.0.orig/autogen.sh  2016-11-07 
07:18:37.0 -0500
-+++ cinnamon-control-center-3.2.0.changed/autogen.sh   2016-11-07 
17:41:38.407293799 -0500
-@@ -24,7 +24,6 @@
- 
- aclocal --install || exit 1
- glib-gettextize --force --copy || exit 1
--gtkdocize --copy || exit 1
- intltoolize --force --copy --automake || exit 1
- autoreconf --verbose --force --install || exit 1
- 


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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:13:01
  Author: faidoc
Revision: 203358

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 203357, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 203357, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

--+
 PKGBUILD |   78 +++---
 config.patch |   96 -
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 00:12:23 UTC (rev 203357)
+++ PKGBUILD2016-12-31 00:13:01 UTC (rev 203358)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop;
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"config.patch")
-sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --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-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-x86_64/PKGBUILD (from rev 203357, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 00:13:01 UTC (rev 203358)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.2.4
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --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-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: config.patch
===
--- config.patch2016-12-31 00:12:23 UTC (rev 203357)
+++ config.patch2016-12-31 00:13:01 UTC (rev 203358)
@@ -1,48 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 19:04:16.543027956 +
-@@ -10,7 +10,7 @@
-   
- 
- 
--  
'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'
-+  
'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'
-   <_summary>Picture URI
-   <_description>
- URI to use for the background image. Not that the backend only 
supports
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
   2015-10-16 13:00:30.0 +
-+++ 

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

2016-12-30 Thread Alexandre Filgueira
Date: Saturday, December 31, 2016 @ 00:12:23
  Author: faidoc
Revision: 203357

upgpkg: cinnamon-desktop 3.2.4-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 23:55:54 UTC (rev 203356)
+++ PKGBUILD2016-12-31 00:12:23 UTC (rev 203357)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=3.2.0
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url="https://github.com/linuxmint/cinnamon-desktop;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
 "config.patch")
-sha256sums=('84c29fd9256370b6789613292fd12ec7893c1b752487dc938b056a3d68607212'
+sha256sums=('f9920082b299c85d11cfdb6747026f5f044eabf3a09c0164873fa2850561abad'
 'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
 
 prepare() {


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

2016-12-30 Thread Alexandre Filgueira
Date: Friday, December 30, 2016 @ 23:55:54
  Author: faidoc
Revision: 203356

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-30 23:54:34 UTC (rev 203355)
+++ community-i686/PKGBUILD 2016-12-30 23:55:54 UTC (rev 203356)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #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}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 203355, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 23:55:54 UTC (rev 203356)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('84af1e49c2765cb219bc09b8c863c524464a297b40cc595da13d49f70550e8a4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #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}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-30 23:54:34 UTC (rev 203355)
+++ community-x86_64/PKGBUILD   2016-12-30 23:55:54 UTC (rev 203356)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on 

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

2016-12-30 Thread Alexandre Filgueira
Date: Friday, December 30, 2016 @ 23:54:34
  Author: faidoc
Revision: 203355

upgpkg: muffin 3.2.1-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 19:37:59 UTC (rev 203354)
+++ PKGBUILD2016-12-30 23:54:34 UTC (rev 203355)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('061966c2c8520804e1338de0dd499672a7f054aa7ae32b2fd98e49e656ad9a21')
+sha256sums=('84af1e49c2765cb219bc09b8c863c524464a297b40cc595da13d49f70550e8a4')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-12-30 Thread Christian Hesse
Date: Friday, December 30, 2016 @ 19:37:51
  Author: eworm
Revision: 203353

upgpkg: python-pyodbc 4.0.0-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 19:08:00 UTC (rev 203352)
+++ PKGBUILD2016-12-30 19:37:51 UTC (rev 203353)
@@ -5,8 +5,8 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=3.1.1
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('i686' 'x86_64')
 url='https://github.com/mkleehammer/pyodbc'
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('dba853c5854cb3706e2c2febaba87a7be69d1d267c5bc82a8122d6d2f4f9899d')
+sha256sums=('d3c9435325857112aed2b4ab1c1bfa10b578d27dd1a2e241c95cf98bd907f322')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2016-12-30 Thread Christian Hesse
Date: Friday, December 30, 2016 @ 19:37:59
  Author: eworm
Revision: 203354

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

Added:
  python-pyodbc/repos/community-testing-i686/
  python-pyodbc/repos/community-testing-i686/PKGBUILD
(from rev 203353, python-pyodbc/trunk/PKGBUILD)
  python-pyodbc/repos/community-testing-x86_64/
  python-pyodbc/repos/community-testing-x86_64/PKGBUILD
(from rev 203353, python-pyodbc/trunk/PKGBUILD)

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

Copied: python-pyodbc/repos/community-testing-i686/PKGBUILD (from rev 203353, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-30 19:37:59 UTC (rev 203354)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('d3c9435325857112aed2b4ab1c1bfa10b578d27dd1a2e241c95cf98bd907f322')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Copied: python-pyodbc/repos/community-testing-x86_64/PKGBUILD (from rev 203353, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-12-30 19:37:59 UTC (rev 203354)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('d3c9435325857112aed2b4ab1c1bfa10b578d27dd1a2e241c95cf98bd907f322')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+


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

2016-12-30 Thread Christian Hesse
Date: Friday, December 30, 2016 @ 19:08:00
  Author: eworm
Revision: 203352

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

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

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

Copied: wireguard/repos/community-testing-i686/PKGBUILD (from rev 203351, 
wireguard/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-30 19:08:00 UTC (rev 203352)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20161230
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.io/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('69c9770daf9c8ff6632d614afc117b60774760f1224c9322c84f8da92b9ae396')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ DESTDIR="${pkgdir}/" 
DKMSDIR="/usr/src/wireguard-${pkgver}/" dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ DESTDIR="${pkgdir}/" install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Copied: wireguard/repos/community-testing-x86_64/PKGBUILD (from rev 203351, 
wireguard/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-12-30 19:08:00 UTC (rev 203352)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20161230
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.io/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('69c9770daf9c8ff6632d614afc117b60774760f1224c9322c84f8da92b9ae396')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ DESTDIR="${pkgdir}/" 
DKMSDIR="/usr/src/wireguard-${pkgver}/" dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ DESTDIR="${pkgdir}/" install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+


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

2016-12-30 Thread Christian Hesse
Date: Friday, December 30, 2016 @ 19:07:40
  Author: eworm
Revision: 203351

upgpkg: wireguard 0.0.20161230-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 13:52:46 UTC (rev 203350)
+++ PKGBUILD2016-12-30 19:07:40 UTC (rev 203351)
@@ -4,8 +4,8 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20161223
-pkgrel=2
+pkgver=0.0.20161230
+pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
 url='http://www.wireguard.io/'
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('bbd98ff6667e76ac283685db9ee7a6777529f5d311a0bf1fe9a15932aed2b972')
+sha256sums=('69c9770daf9c8ff6632d614afc117b60774760f1224c9322c84f8da92b9ae396')
 
 prepare() {
cd WireGuard-${pkgver}/


[arch-commits] Commit in xz/trunk (PKGBUILD logical-op.patch)

2016-12-30 Thread Pierre Schmitz
Date: Friday, December 30, 2016 @ 14:44:15
  Author: pierre
Revision: 284981

upgpkg: xz 5.2.3-1

Modified:
  xz/trunk/PKGBUILD
Deleted:
  xz/trunk/logical-op.patch

--+
 PKGBUILD |   18 +-
 logical-op.patch |   50 --
 2 files changed, 5 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 13:53:59 UTC (rev 284980)
+++ PKGBUILD2016-12-30 14:44:15 UTC (rev 284981)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=xz
-pkgver=5.2.2
-pkgrel=2
+pkgver=5.2.3
+pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('i686' 'x86_64')
 url='http://tukaani.org/xz/'
@@ -11,19 +11,11 @@
 license=('GPL' 'LGPL' 'custom')
 depends=('sh')
 source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;
-'logical-op.patch')
-md5sums=('7cf6a8544a7dae8e8106fdf7addfa28c'
- 'SKIP'
- '51942446b4d3264e8de2f9676ee94075')
+"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('ef68674fb47a8b8e741b34e429d86e9d'
+ 'SKIP')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ${srcdir}/logical-op.patch
-}
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 

Deleted: logical-op.patch
===
--- logical-op.patch2016-12-30 13:53:59 UTC (rev 284980)
+++ logical-op.patch2016-12-30 14:44:15 UTC (rev 284981)
@@ -1,50 +0,0 @@
-From 1b0ac0c53c761263e91e34195cb21dfdcfeac0bd Mon Sep 17 00:00:00 2001
-From: Lasse Collin 
-Date: Thu, 16 Jun 2016 22:46:02 +0300
-Subject: [PATCH 1/1] xz: Silence warnings from -Wlogical-op.
-
-Thanks to Evan Nemerson.

- src/xz/file_io.c | 12 ++--
- 1 file changed, 10 insertions(+), 2 deletions(-)
-
-diff --git a/src/xz/file_io.c b/src/xz/file_io.c
-index 69cf632..2ca188b 100644
 a/src/xz/file_io.c
-+++ b/src/xz/file_io.c
-@@ -45,6 +45,14 @@ static bool warn_fchown;
- # define O_NOCTTY 0
- #endif
- 
-+// Using this macro to silence a warning from gcc -Wlogical-op.
-+#if EAGAIN == EWOULDBLOCK
-+# define IS_EAGAIN_OR_EWOULDBLOCK(e) ((e) == EAGAIN)
-+#else
-+# define IS_EAGAIN_OR_EWOULDBLOCK(e) \
-+  ((e) == EAGAIN || (e) == EWOULDBLOCK)
-+#endif
-+
- 
- typedef enum {
-   IO_WAIT_MORE,// Reading or writing is possible.
-@@ -1102,7 +1110,7 @@ io_read(file_pair *pair, io_buf *buf_union, size_t size)
-   }
- 
- #ifndef TUKLIB_DOSLIKE
--  if (errno == EAGAIN || errno == EWOULDBLOCK) {
-+  if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) {
-   const io_wait_ret ret = io_wait(pair,
-   mytime_get_flush_timeout(),
-   true);
-@@ -1190,7 +1198,7 @@ io_write_buf(file_pair *pair, const uint8_t *buf, size_t 
size)
-   }
- 
- #ifndef TUKLIB_DOSLIKE
--  if (errno == EAGAIN || errno == EWOULDBLOCK) {
-+  if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) {
-   if (io_wait(pair, -1, false) == IO_WAIT_MORE)
-   continue;
- 
--- 
-1.8.5.5
-


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

2016-12-30 Thread Pierre Schmitz
Date: Friday, December 30, 2016 @ 14:44:26
  Author: pierre
Revision: 284982

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

Added:
  xz/repos/testing-i686/
  xz/repos/testing-i686/PKGBUILD
(from rev 284981, xz/trunk/PKGBUILD)
  xz/repos/testing-x86_64/
  xz/repos/testing-x86_64/PKGBUILD
(from rev 284981, xz/trunk/PKGBUILD)

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

Copied: xz/repos/testing-i686/PKGBUILD (from rev 284981, xz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-30 14:44:26 UTC (rev 284982)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: François Charette 
+
+pkgname=xz
+pkgver=5.2.3
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('i686' 'x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('ef68674fb47a8b8e741b34e429d86e9d'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}

Copied: xz/repos/testing-x86_64/PKGBUILD (from rev 284981, xz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-30 14:44:26 UTC (rev 284982)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: François Charette 
+
+pkgname=xz
+pkgver=5.2.3
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('i686' 'x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+source=("http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+"http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('ef68674fb47a8b8e741b34e429d86e9d'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}


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

2016-12-30 Thread Sébastien Luttringer
Date: Friday, December 30, 2016 @ 13:53:54
  Author: seblu
Revision: 284979

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

Added:
  libnftnl/repos/core-i686/PKGBUILD
(from rev 284978, libnftnl/repos/testing-i686/PKGBUILD)
  libnftnl/repos/core-x86_64/PKGBUILD
(from rev 284978, libnftnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnftnl/repos/core-i686/PKGBUILD
  libnftnl/repos/core-x86_64/PKGBUILD
  libnftnl/repos/testing-i686/
  libnftnl/repos/testing-x86_64/

--+
 /PKGBUILD|   68 +
 core-i686/PKGBUILD   |   33 ---
 core-x86_64/PKGBUILD |   33 ---
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-12-30 13:53:53 UTC (rev 284978)
+++ core-i686/PKGBUILD  2016-12-30 13:53:54 UTC (rev 284979)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha1sums=('453f1c2d99d219baeca4ba42aa874f02d2ddf2f7'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-i686/PKGBUILD (from rev 284978, 
libnftnl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-12-30 13:53:54 UTC (rev 284979)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='https://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('381b2b3cbb3fad186cb3f57bbf32d70f0b3c3c8e'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-12-30 13:53:53 UTC (rev 284978)
+++ core-x86_64/PKGBUILD2016-12-30 13:53:54 UTC (rev 284979)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
-sha1sums=('453f1c2d99d219baeca4ba42aa874f02d2ddf2f7'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/core-x86_64/PKGBUILD (from rev 284978, 
libnftnl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-12-30 13:53:54 UTC (rev 284979)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='https://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('381b2b3cbb3fad186cb3f57bbf32d70f0b3c3c8e'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-30 Thread Sébastien Luttringer
Date: Friday, December 30, 2016 @ 13:53:59
  Author: seblu
Revision: 284980

db-move: moved nftables from [testing] to [extra] (i686, x86_64)

Added:
  nftables/repos/extra-i686/PKGBUILD
(from rev 284979, nftables/repos/testing-i686/PKGBUILD)
  nftables/repos/extra-i686/nftables-reload
(from rev 284979, nftables/repos/testing-i686/nftables-reload)
  nftables/repos/extra-i686/nftables.conf
(from rev 284979, nftables/repos/testing-i686/nftables.conf)
  nftables/repos/extra-i686/nftables.service
(from rev 284979, nftables/repos/testing-i686/nftables.service)
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 284979, nftables/repos/testing-x86_64/PKGBUILD)
  nftables/repos/extra-x86_64/nftables-reload
(from rev 284979, nftables/repos/testing-x86_64/nftables-reload)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 284979, nftables/repos/testing-x86_64/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 284979, nftables/repos/testing-x86_64/nftables.service)
Deleted:
  
nftables/repos/extra-i686/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch
  nftables/repos/extra-i686/PKGBUILD
  nftables/repos/extra-i686/nftables-reload
  nftables/repos/extra-i686/nftables.conf
  nftables/repos/extra-i686/nftables.service
  
nftables/repos/extra-x86_64/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables-reload
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service
  nftables/repos/testing-i686/
  nftables/repos/testing-x86_64/

+
 /PKGBUILD  |  
122 ++
 /nftables-reload   |   
 6 
 /nftables.conf |   
76 ++
 /nftables.service  |   
30 ++
 extra-i686/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch   |  
108 
 extra-i686/PKGBUILD|   
63 -
 extra-i686/nftables-reload |   
 3 
 extra-i686/nftables.conf   |   
38 ---
 extra-i686/nftables.service|   
15 -
 extra-x86_64/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch |  
108 
 extra-x86_64/PKGBUILD  |   
63 -
 extra-x86_64/nftables-reload   |   
 3 
 extra-x86_64/nftables.conf |   
38 ---
 extra-x86_64/nftables.service  |   
15 -
 14 files changed, 234 insertions(+), 454 deletions(-)

Deleted: 
extra-i686/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch
===
--- extra-i686/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch
2016-12-30 13:53:54 UTC (rev 284979)
+++ extra-i686/01-payload-don-t-update-protocol-context-if-we-can-t-fi.patch
2016-12-30 13:53:59 UTC (rev 284980)
@@ -1,108 +0,0 @@
-From 3503738f77cdbe521da1054a37f59ac2e442b4cf Mon Sep 17 00:00:00 2001
-From: Florian Westphal 
-Date: Mon, 6 Jun 2016 21:52:28 +0200
-Subject: [PATCH 2/7] payload: don't update protocol context if we can't find a
- description
-
-Since commit
-20b1131c07acd2fc ("payload: fix stacked headers protocol context tracking")
-we deref null pointer if we can't find a description for the desired
-protocol, so "ip protocol 254" crashes while testing protocols 6 or 17
-(tcp, udp) works.
-
-Also add a test case for this.
-
-Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1072
-Signed-off-by: Florian Westphal 
-Acked-by: Pablo Neira Ayuso 

- src/payload.c   | 3 +++
- tests/py/ip/ip.t| 3 +++
- tests/py/ip/ip.t.payload| 5 +
- tests/py/ip/ip.t.payload.inet   | 7 +++
- tests/py/ip/ip.t.payload.netdev | 7 +++
- 5 files changed, 25 insertions(+)
-
-diff --git a/src/payload.c b/src/payload.c
-index ac0e917..9ba980a 100644
 a/src/payload.c
-+++ b/src/payload.c
-@@ -85,6 +85,9 @@ static void payload_expr_pctx_update(struct proto_ctx *ctx,
-   base = ctx->protocol[left->payload.base].desc;
-   desc = proto_find_upper(base, proto);
- 
-+  if (!desc)
-+  return;
-+
-   assert(desc->base <= PROTO_BASE_MAX);
-   if (desc->base == base->base) {
-   assert(base->length > 0);
-diff --git a/tests/py/ip/ip.t b/tests/py/ip/ip.t
-index 594136c..a265b75 100644
 a/tests/py/ip/ip.t
-+++ b/tests/py/ip/ip.t
-@@ -75,6 +75,9 @@ ip 

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

2016-12-30 Thread Sébastien Luttringer
Date: Friday, December 30, 2016 @ 13:53:53
  Author: seblu
Revision: 284978

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

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

+
 /PKGBUILD  |  122 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   61 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   61 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 234 insertions(+), 234 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-12-30 10:56:14 UTC (rev 284977)
+++ core-i686/PKGBUILD  2016-12-30 13:53:53 UTC (rev 284978)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.8.5
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-sha256sums=('SKIP'
-'d247b1c022aca5def3415bfa51e00c566cce36660a3ee517d4b6a1af911a08ef'
-'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
-'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
-'6c341018a50d28c1c16631ae1f2ded2c74ddc5c51851f0eb675127cf27e4fdc6'
-'4c5585974a431561b6db9e2b439cb40ec1c633325b600a7c9640e7b6640134cd')
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd 

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

2016-12-30 Thread Sébastien Luttringer
Date: Friday, December 30, 2016 @ 13:52:46
  Author: seblu
Revision: 203350

db-move: moved docker from [community-testing] to [community] (i686, x86_64)

Added:
  docker/repos/community-i686/
  docker/repos/community-i686/PKGBUILD
(from rev 203349, docker/repos/community-testing-i686/PKGBUILD)
  docker/repos/community-i686/docker.install
(from rev 203349, docker/repos/community-testing-i686/docker.install)
  docker/repos/community-i686/docker.sysusers
(from rev 203349, docker/repos/community-testing-i686/docker.sysusers)
  docker/repos/community-x86_64/PKGBUILD
(from rev 203349, docker/repos/community-testing-x86_64/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 203349, docker/repos/community-testing-x86_64/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 203349, docker/repos/community-testing-x86_64/docker.sysusers)
Deleted:
  docker/repos/community-testing-i686/
  docker/repos/community-testing-x86_64/
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

--+
 /PKGBUILD|  103 +
 /docker.install  |   13 
 /docker.sysusers |1 
 community-i686/PKGBUILD  |  103 +
 community-i686/docker.install|   13 
 community-i686/docker.sysusers   |1 
 community-x86_64/PKGBUILD|  103 -
 community-x86_64/docker.install  |   13 
 community-x86_64/docker.sysusers |1 
 9 files changed, 234 insertions(+), 117 deletions(-)

Copied: docker/repos/community-i686/PKGBUILD (from rev 203349, 
docker/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 13:52:46 UTC (rev 203350)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.12.5
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64' 'i686')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
+# https://github.com/docker/containerd/issues/299#issuecomment-240745119
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
+
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ '8cf9900ebada61f352a03465a088da34')
+
+prepare() {
+  cd docker
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  export GOPATH="$srcdir"
+
+  # runc
+  msg2 'Building runc'
+  mkdir -p src/github.com/opencontainers
+  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
+  cd src/github.com/opencontainers/runc
+  make BUILDTAGS='seccomp'
+
+  # containerd
+  msg2 'Building containerd'
+  cd "$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+
+  # docker
+  msg2 'Building docker'
+  cd "$srcdir"/docker
+  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh 2>/dev/null
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  # runc & containerd
+  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
+  install -Dm755 containerd/bin/containerd-shim 
"$pkgdir/usr/bin/docker-containerd-shim"
+  install -Dm755 containerd/bin/ctr "$pkgdir/usr/bin/docker-containerd-ctr"
+  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
+  # docker binary
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" 
"$pkgdir/usr/bin/docker-proxy"
+  install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" 
"$pkgdir/usr/bin/dockerd"
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 

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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:57:10
  Author: spupykin
Revision: 203349

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-30 11:56:59 UTC (rev 203348)
+++ PKGBUILD2016-12-30 11:57:10 UTC (rev 203349)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-# Contributor: Firmicus 
-
-pkgname=perl-test-warn
-pkgver=0.30
-pkgrel=1
-pkgdesc="Perl extension to test methods for warnings "
-arch=(any)
-url="http://search.cpan.org/~CHORNY/Test-Warn;
-license=('GPL' 'PerlArtistic')
-depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-$pkgver.tar.gz)
-md5sums=('8306b998a96d2cc69266b5248d550472')
-
-build() {
-  cd  $srcdir/Test-Warn-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Test-Warn-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-warn/repos/community-any/PKGBUILD (from rev 203348, 
perl-test-warn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-30 11:57:10 UTC (rev 203349)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+# Contributor: Firmicus 
+
+pkgname=perl-test-warn
+pkgver=0.32
+pkgrel=1
+pkgdesc="Perl extension to test methods for warnings "
+arch=(any)
+url="http://search.cpan.org/dist/Test-Warn/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz;)
+sha256sums=('2fc516e71f9ef453be22a4619d91eb3f78df414a57dfa0fd745d3bff50bf73d2')
+
+build() {
+  cd  "$srcdir"/Test-Warn-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Test-Warn-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:56:59
  Author: spupykin
Revision: 203348

upgpkg: perl-test-warn 0.32-1

upd

Modified:
  perl-test-warn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 11:45:53 UTC (rev 203347)
+++ PKGBUILD2016-12-30 11:56:59 UTC (rev 203348)
@@ -4,16 +4,16 @@
 # Contributor: Firmicus 
 
 pkgname=perl-test-warn
-pkgver=0.30
+pkgver=0.32
 pkgrel=1
 pkgdesc="Perl extension to test methods for warnings "
 arch=(any)
-url="http://search.cpan.org/~CHORNY/Test-Warn;
+url="http://search.cpan.org/dist/Test-Warn/;
 license=('GPL' 'PerlArtistic')
 depends=('perl-tree-dag-node' 'perl-sub-uplevel>=0.12' 'perl>=5.10.0')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Test-Warn-$pkgver.tar.gz)
-md5sums=('8306b998a96d2cc69266b5248d550472')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BIGJ/Test-Warn-$pkgver.tar.gz;)
+sha256sums=('2fc516e71f9ef453be22a4619d91eb3f78df414a57dfa0fd745d3bff50bf73d2')
 
 build() {
   cd  "$srcdir"/Test-Warn-$pkgver


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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:45:36
  Author: spupykin
Revision: 203346

upgpkg: unifdef 2.11-1

upd

Modified:
  unifdef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 11:45:32 UTC (rev 203345)
+++ PKGBUILD2016-12-30 11:45:36 UTC (rev 203346)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=unifdef
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc="Remove #ifdef'ed lines"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=()
 source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('5161cb017a14997cd20cdf5f5704ced1')
+sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:45:32
  Author: spupykin
Revision: 203345

archrelease: copy trunk to community-any

Added:
  tablelist/repos/community-any/PKGBUILD
(from rev 203344, tablelist/trunk/PKGBUILD)
Deleted:
  tablelist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-30 11:45:22 UTC (rev 203344)
+++ PKGBUILD2016-12-30 11:45:32 UTC (rev 203345)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tim Lee 
-
-pkgname=tablelist
-pkgver=5.11
-pkgrel=1
-pkgdesc="A library for Tcl/Tk 8.0 or higher"
-arch=('any')
-url="http://www.nemethi.de;
-license=("custom")
-depends=('bash' 'tcl')
-source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
-http://www.nemethi.de/tablelist/COPYRIGHT.txt )
-md5sums=('96d3b06670d685c7c86e66f86b20e663'
- '39fdeab227738a9c79775fc8e09ade93')
-
-package() {
-  mkdir -p $pkgdir/usr/lib/tcl8.6
-  cp -a $srcdir/$pkgname$pkgver $pkgdir/usr/lib/tcl8.6/
-  install -D COPYRIGHT.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: tablelist/repos/community-any/PKGBUILD (from rev 203344, 
tablelist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-30 11:45:32 UTC (rev 203345)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tim Lee 
+
+pkgname=tablelist
+pkgver=5.16
+pkgrel=1
+pkgdesc="A library for Tcl/Tk 8.0 or higher"
+arch=('any')
+url="http://www.nemethi.de;
+license=("custom")
+depends=('bash' 'tcl')
+source=(http://www.nemethi.de/tablelist/$pkgname$pkgver.tar.gz \
+http://www.nemethi.de/tablelist/COPYRIGHT.txt )
+sha256sums=('d02ff0c9d634593fdf0712dc96084f23a166c8fc6fd80a00c8f91d5b1377b241'
+'3d04363be0049b968d2532aafedc1bba0deb78e999dabadbce612585a8bf7487')
+
+package() {
+  mkdir -p "$pkgdir"/usr/lib/tcl8.6
+  cp -a "$srcdir"/$pkgname$pkgver "$pkgdir"/usr/lib/tcl8.6/
+  install -D COPYRIGHT.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:45:53
  Author: spupykin
Revision: 203347

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-30 11:45:36 UTC (rev 203346)
+++ community-i686/PKGBUILD 2016-12-30 11:45:53 UTC (rev 203347)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=unifdef
-pkgver=2.10
-pkgrel=1
-pkgdesc="Remove #ifdef'ed lines"
-arch=(i686 x86_64)
-url="http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('5161cb017a14997cd20cdf5f5704ced1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-i686/PKGBUILD (from rev 203346, 
unifdef/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 11:45:53 UTC (rev 203347)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=unifdef
+pkgver=2.11
+pkgrel=1
+pkgdesc="Remove #ifdef'ed lines"
+arch=(i686 x86_64)
+url="http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make clean
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+  install -m 0755 unifdef "$pkgdir"/usr/bin/
+  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-30 11:45:36 UTC (rev 203346)
+++ community-x86_64/PKGBUILD   2016-12-30 11:45:53 UTC (rev 203347)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=unifdef
-pkgver=2.10
-pkgrel=1
-pkgdesc="Remove #ifdef'ed lines"
-arch=(i686 x86_64)
-url="http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('5161cb017a14997cd20cdf5f5704ced1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 203346, 
unifdef/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-30 11:45:53 UTC (rev 203347)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=unifdef
+pkgver=2.11
+pkgrel=1
+pkgdesc="Remove #ifdef'ed lines"
+arch=(i686 x86_64)
+url="http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make clean
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+  install -m 0755 unifdef "$pkgdir"/usr/bin/
+  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
+}


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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:45:18
  Author: spupykin
Revision: 203343

archrelease: copy trunk to community-any

Added:
  gcc-docs/repos/community-any/PKGBUILD
(from rev 203342, gcc-docs/trunk/PKGBUILD)
Deleted:
  gcc-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-30 11:45:05 UTC (rev 203342)
+++ PKGBUILD2016-12-30 11:45:18 UTC (rev 203343)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Hilton Medeiros 
-# Contributor: Andrea Scarpino 
-
-pkgname=gcc-docs
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="Set of HTML documentation for GCC"
-arch=('any')
-url="http://gcc.gnu.org;
-license=('GPL')
-depends=()
-options=('docs' '!strip')
-source=("$pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-md5sums=('56adb828ba951d8454b832895a260636')
-
-package() {
-  cd "$srcdir/gcc"
-  install -d "$pkgdir/usr/share/doc/gcc"
-  cp -rf * "$pkgdir/usr/share/doc/gcc"
-}

Copied: gcc-docs/repos/community-any/PKGBUILD (from rev 203342, 
gcc-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-30 11:45:18 UTC (rev 203343)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hilton Medeiros 
+# Contributor: Andrea Scarpino 
+
+pkgname=gcc-docs
+pkgver=6.3.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for GCC"
+arch=('any')
+url="http://gcc.gnu.org;
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=("$pkgname-$pkgver.tar.gz::https://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
+sha256sums=('3c80b0d78ab5641ab59fc58a5c12e61e5a383f7370122c62bf6f923e1233661c')
+
+package() {
+  cd "$srcdir/gcc"
+  install -d "$pkgdir/usr/share/doc/gcc"
+  cp -rf * "$pkgdir/usr/share/doc/gcc"
+}


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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:45:22
  Author: spupykin
Revision: 203344

upgpkg: tablelist 5.16-1

upd

Modified:
  tablelist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 11:45:18 UTC (rev 203343)
+++ PKGBUILD2016-12-30 11:45:22 UTC (rev 203344)
@@ -3,7 +3,7 @@
 # Contributor: Tim Lee 
 
 pkgname=tablelist
-pkgver=5.11
+pkgver=5.16
 pkgrel=1
 pkgdesc="A library for Tcl/Tk 8.0 or higher"
 arch=('any')


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

2016-12-30 Thread Sergej Pupykin
Date: Friday, December 30, 2016 @ 11:45:05
  Author: spupykin
Revision: 203342

upgpkg: gcc-docs 6.3.0-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 09:09:35 UTC (rev 203341)
+++ PKGBUILD2016-12-30 11:45:05 UTC (rev 203342)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=gcc-docs
-pkgver=6.1.0
+pkgver=6.3.0
 pkgrel=1
 pkgdesc="Set of HTML documentation for GCC"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz;)
-sha256sums=('5707ac02b5774511a54b7c44c32aaf7c2c204148c1d803ae5e8a848ba3fb6bf2')
+sha256sums=('3c80b0d78ab5641ab59fc58a5c12e61e5a383f7370122c62bf6f923e1233661c')
 
 package() {
   cd "$srcdir/gcc"


[arch-commits] Commit in openvpn/trunk (news.md)

2016-12-30 Thread Christian Hesse
Date: Friday, December 30, 2016 @ 10:56:14
  Author: eworm
Revision: 284977

drop the news post

News have been posted on the website, so drop the file.

Deleted:
  openvpn/trunk/news.md

-+
 news.md |   17 -
 1 file changed, 17 deletions(-)

Deleted: news.md
===
--- news.md 2016-12-30 10:54:58 UTC (rev 284976)
+++ news.md 2016-12-30 10:56:14 UTC (rev 284977)
@@ -1,17 +0,0 @@
-OpenVPN 2.4.0 update requires administrative interaction
-
-
-The upgrade to openvpn 2.4.0 makes changes that are incompatible with
-previous configurations. Take **special care** if you depend on VPN
-connectivity for **remote access**! Administrative interaction is required:
-
-* Configuration is expected in sub directories now. Move your files
-  from `/etc/openvpn/` to `/etc/openvpn/server/` or `/etc/openvpn/client/`.
-* The plugin lookup path changed, remove extra `plugins/` from relative
-  paths.
-* The systemd unit `openvpn@.service` was replaced with
-  `openvpn-client@.service` and `openvpn-server@.service`. Restart and
-  reenable accordingly.
-
-This does not affect the functionality of `networkmanager`, `connman`
-or `qopenvpn`.


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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 09:09:35
  Author: felixonmars
Revision: 203341

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-30 09:09:01 UTC (rev 203340)
+++ community-i686/PKGBUILD 2016-12-30 09:09:35 UTC (rev 203341)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hoogle
-pkgver=5.0.7
-pkgrel=1
-pkgdesc="Haskell API Search"
-url="http://www.haskell.org/hoogle/;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib')
-makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
- "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
- "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
- "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
- "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
- "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
- "haskell-warp" "haskell-warp-tls" "haskell-zlib")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('a6ef18db8d3e10707771c216af33e166130ba664eae380b060a1669e44454409')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
--fnetwork-uri
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: hoogle/repos/community-i686/PKGBUILD (from rev 203340, 
hoogle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 09:09:35 UTC (rev 203341)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.8
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('a5096f5a5786a654a7fd7eb8b019899056c70f51c3fe207df67ecd1c83400dd5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-30 09:09:01 UTC (rev 203340)
+++ community-x86_64/PKGBUILD   2016-12-30 09:09:35 UTC (rev 203341)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hoogle
-pkgver=5.0.7
-pkgrel=1
-pkgdesc="Haskell API Search"
-url="http://www.haskell.org/hoogle/;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')

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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 09:09:01
  Author: felixonmars
Revision: 203340

upgpkg: hoogle 5.0.8-1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 08:57:07 UTC (rev 203339)
+++ PKGBUILD2016-12-30 09:09:01 UTC (rev 203340)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hoogle
-pkgver=5.0.7
+pkgver=5.0.8
 pkgrel=1
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
@@ -14,11 +14,11 @@
  "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
  "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
  "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
- "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
- "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
- "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('a6ef18db8d3e10707771c216af33e166130ba664eae380b060a1669e44454409')
+sha256sums=('a5096f5a5786a654a7fd7eb8b019899056c70f51c3fe207df67ecd1c83400dd5')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:57:07
  Author: felixonmars
Revision: 203339

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

Added:
  haskell-process-extras/repos/community-i686/
  haskell-process-extras/repos/community-i686/PKGBUILD
(from rev 203338, haskell-process-extras/trunk/PKGBUILD)
  haskell-process-extras/repos/community-x86_64/
  haskell-process-extras/repos/community-x86_64/PKGBUILD
(from rev 203338, haskell-process-extras/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   42 ++
 community-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: haskell-process-extras/repos/community-i686/PKGBUILD (from rev 203338, 
haskell-process-extras/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 08:57:07 UTC (rev 203339)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+ 'haskell-mtl' 'haskell-text')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('cd676fa7e659099b52221322c2cbfcc6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-process-extras/repos/community-x86_64/PKGBUILD (from rev 
203338, haskell-process-extras/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-30 08:57:07 UTC (rev 203339)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+ 'haskell-mtl' 'haskell-text')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('cd676fa7e659099b52221322c2cbfcc6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:56:38
  Author: felixonmars
Revision: 203338

addpkg: haskell-process-extras 0.7.1-1

Added:
  haskell-process-extras/
  haskell-process-extras/repos/
  haskell-process-extras/trunk/
  haskell-process-extras/trunk/PKGBUILD

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

Added: haskell-process-extras/trunk/PKGBUILD
===
--- haskell-process-extras/trunk/PKGBUILD   (rev 0)
+++ haskell-process-extras/trunk/PKGBUILD   2016-12-30 08:56:38 UTC (rev 
203338)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=process-extras
+pkgname=haskell-process-extras
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Process extras"
+url="https://github.com/seereason/process-extras;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-data-default' 'haskell-generic-deriving' 
'haskell-listlike'
+ 'haskell-mtl' 'haskell-text')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('cd676fa7e659099b52221322c2cbfcc6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:44:10
  Author: felixonmars
Revision: 203337

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

Added:
  haskell-listlike/repos/community-i686/
  haskell-listlike/repos/community-i686/PKGBUILD
(from rev 203336, haskell-listlike/trunk/PKGBUILD)
  haskell-listlike/repos/community-x86_64/
  haskell-listlike/repos/community-x86_64/PKGBUILD
(from rev 203336, haskell-listlike/trunk/PKGBUILD)

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

Copied: haskell-listlike/repos/community-i686/PKGBUILD (from rev 203336, 
haskell-listlike/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 08:44:10 UTC (rev 203337)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ListLike
+pkgname=haskell-listlike
+pkgver=4.5
+pkgrel=1
+pkgdesc="Generic support for list-like structures"
+url="https://github.com/sjoerdvisscher/listlike;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-dlist' 'haskell-fmlist' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('d5c59a0eaf659d9eb36ecf8dee5afa7d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}

Copied: haskell-listlike/repos/community-x86_64/PKGBUILD (from rev 203336, 
haskell-listlike/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-30 08:44:10 UTC (rev 203337)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ListLike
+pkgname=haskell-listlike
+pkgver=4.5
+pkgrel=1
+pkgdesc="Generic support for list-like structures"
+url="https://github.com/sjoerdvisscher/listlike;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-dlist' 'haskell-fmlist' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('d5c59a0eaf659d9eb36ecf8dee5afa7d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


[arch-commits] Commit in (4 files)

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:43:37
  Author: felixonmars
Revision: 203336

addpkg: haskell-listlike 4.5-1

Added:
  haskell-listlike/
  haskell-listlike/repos/
  haskell-listlike/trunk/
  haskell-listlike/trunk/PKGBUILD

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

Added: haskell-listlike/trunk/PKGBUILD
===
--- haskell-listlike/trunk/PKGBUILD (rev 0)
+++ haskell-listlike/trunk/PKGBUILD 2016-12-30 08:43:37 UTC (rev 203336)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ListLike
+pkgname=haskell-listlike
+pkgver=4.5
+pkgrel=1
+pkgdesc="Generic support for list-like structures"
+url="https://github.com/sjoerdvisscher/listlike;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-dlist' 'haskell-fmlist' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-vector')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('d5c59a0eaf659d9eb36ecf8dee5afa7d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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


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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:35:52
  Author: felixonmars
Revision: 203335

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

Added:
  haskell-fmlist/repos/community-i686/
  haskell-fmlist/repos/community-i686/PKGBUILD
(from rev 203334, haskell-fmlist/trunk/PKGBUILD)
  haskell-fmlist/repos/community-x86_64/
  haskell-fmlist/repos/community-x86_64/PKGBUILD
(from rev 203334, haskell-fmlist/trunk/PKGBUILD)

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

Copied: haskell-fmlist/repos/community-i686/PKGBUILD (from rev 203334, 
haskell-fmlist/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 08:35:52 UTC (rev 203335)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=fmlist
+pkgname=haskell-fmlist
+pkgver=0.9
+pkgrel=1
+pkgdesc="FoldMap lists"
+url="https://github.com/sjoerdvisscher/fmlist;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('6498a7889432410a1d8f00aa40ae5ee3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-fmlist/repos/community-x86_64/PKGBUILD (from rev 203334, 
haskell-fmlist/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-30 08:35:52 UTC (rev 203335)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=fmlist
+pkgname=haskell-fmlist
+pkgver=0.9
+pkgrel=1
+pkgdesc="FoldMap lists"
+url="https://github.com/sjoerdvisscher/fmlist;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('6498a7889432410a1d8f00aa40ae5ee3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (4 files)

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:34:16
  Author: felixonmars
Revision: 203334

addpkg: haskell-fmlist 0.9-1

Added:
  haskell-fmlist/
  haskell-fmlist/repos/
  haskell-fmlist/trunk/
  haskell-fmlist/trunk/PKGBUILD

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

Added: haskell-fmlist/trunk/PKGBUILD
===
--- haskell-fmlist/trunk/PKGBUILD   (rev 0)
+++ haskell-fmlist/trunk/PKGBUILD   2016-12-30 08:34:16 UTC (rev 203334)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=fmlist
+pkgname=haskell-fmlist
+pkgver=0.9
+pkgrel=1
+pkgdesc="FoldMap lists"
+url="https://github.com/sjoerdvisscher/fmlist;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('6498a7889432410a1d8f00aa40ae5ee3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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


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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:25:25
  Author: felixonmars
Revision: 20

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 203332, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 203332, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-30 08:24:55 UTC (rev 203332)
+++ community-i686/PKGBUILD 2016-12-30 08:25:25 UTC (rev 20)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.3.5
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 203332, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 08:25:25 UTC (rev 20)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.6
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
+makedepends=('git' 'qt5-tools')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-file-manager
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-30 08:24:55 UTC (rev 203332)
+++ community-x86_64/PKGBUILD   2016-12-30 08:25:25 UTC (rev 20)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=1.3.5
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
-makedepends=('git' 'qt5-tools')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-file-manager.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-file-manager
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 203332, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-30 08:25:25 UTC (rev 20)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=1.3.6
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual')
+makedepends=('git' 

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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:24:55
  Author: felixonmars
Revision: 203332

upgpkg: deepin-file-manager 1:1.3.6-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-30 08:14:39 UTC (rev 203331)
+++ PKGBUILD2016-12-30 08:24:55 UTC (rev 203332)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'


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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:14:39
  Author: felixonmars
Revision: 203331

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-30 08:14:08 UTC (rev 203330)
+++ community-i686/PKGBUILD 2016-12-30 08:14:39 UTC (rev 203331)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.0.1
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' 'xcb-util-renderutil')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
-"git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5integration
-  ln -s ../libqt5xcbqpa-dev ./
-}
-
-build() {
-  cd qt5integration
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-i686/PKGBUILD (from rev 203330, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-30 08:14:39 UTC (rev 203331)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
+makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
+"git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd qt5integration
+  ln -s ../libqt5xcbqpa-dev ./
+}
+
+build() {
+  cd qt5integration
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-30 08:14:08 UTC (rev 203330)
+++ community-x86_64/PKGBUILD   2016-12-30 08:14:39 UTC (rev 203331)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.0.1
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' 'xcb-util-renderutil')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
-"git+https://github.com/zccrs/libqt5xcbqpa-dev.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd qt5integration
-  ln -s ../libqt5xcbqpa-dev ./
-}
-
-build() {
-  cd qt5integration
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-x86_64/PKGBUILD (from rev 203330, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-30 08:14:39 UTC (rev 203331)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
+makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("git+https://cr.deepin.io/qt5integration.git#tag=$pkgver;
+

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

2016-12-30 Thread Felix Yan
Date: Friday, December 30, 2016 @ 08:14:08
  Author: felixonmars
Revision: 203330

upgpkg: deepin-qt5integration 0.0.2-1

Modified:
  deepin-qt5integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 19:02:32 UTC (rev 203329)
+++ PKGBUILD2016-12-30 08:14:08 UTC (rev 203330)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5integration
-pkgver=0.0.1
+pkgver=0.0.2
 pkgrel=1
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 url="http://github.com/linuxdeepin/qt5integration;
 license=('GPL3')
 depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('git' 'xcb-util-renderutil')
+makedepends=('git' 'xcb-util-renderutil' 'deepin-file-manager')
 replaces=('qt5dxcb-plugin')
 conflicts=('qt5dxcb-plugin')
 groups=('deepin')