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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:29:58
  Author: arojas
Revision: 190335

Update to 1.16.0

Modified:
  mate-sensors-applet-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:28:06 UTC (rev 190334)
+++ PKGBUILD2016-09-24 14:29:58 UTC (rev 190335)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-sensors-applet
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
@@ -14,7 +14,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('3662e22a2d960ebb145e43b669dc320543cb1e06')
+sha1sums=('71f7f75946ae0a0f3b266f79dcabc58a34a0ecba')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-system-monitor/repos (4 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:43:38
  Author: arojas
Revision: 190350

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

Added:
  mate-system-monitor/repos/community-staging-i686/
  mate-system-monitor/repos/community-staging-i686/PKGBUILD
(from rev 190349, mate-system-monitor/trunk/PKGBUILD)
  mate-system-monitor/repos/community-staging-x86_64/
  mate-system-monitor/repos/community-staging-x86_64/PKGBUILD
(from rev 190349, mate-system-monitor/trunk/PKGBUILD)

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

Copied: mate-system-monitor/repos/community-staging-i686/PKGBUILD (from rev 
190349, mate-system-monitor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:43:38 UTC (rev 190350)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-system-monitor
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkmm3' 'libgtop' 'libwnck3')
+makedepends=('intltool' 'itstool')
+conflicts=("${pkgname}-gtk3")
+replaces=("${pkgname}-gtk3")
+groups=('mate-extra' 'mate-extra-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4d0c2bca7690f52b1278b5e83ce3231bc75469e2')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-system-monitor/repos/community-staging-x86_64/PKGBUILD (from rev 
190349, mate-system-monitor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:43:38 UTC (rev 190350)
@@ -0,0 +1,31 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-system-monitor
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A system monitor for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtkmm3' 'libgtop' 'libwnck3')
+makedepends=('intltool' 'itstool')
+conflicts=("${pkgname}-gtk3")
+replaces=("${pkgname}-gtk3")
+groups=('mate-extra' 'mate-extra-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4d0c2bca7690f52b1278b5e83ce3231bc75469e2')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-system-monitor/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:43:12
  Author: arojas
Revision: 190349

Update to 1.16.0

Modified:
  mate-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:42:12 UTC (rev 190348)
+++ PKGBUILD2016-09-24 14:43:12 UTC (rev 190349)
@@ -1,8 +1,8 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 pkgname=mate-system-monitor
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="A system monitor for MATE"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 replaces=("${pkgname}-gtk3")
 groups=('mate-extra' 'mate-extra-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('10c1f769f2c511adcdbdd63785de787e4c68723b')
+sha1sums=('4d0c2bca7690f52b1278b5e83ce3231bc75469e2')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in mate-utils-gtk3/repos (4 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:58:58
  Author: arojas
Revision: 190369

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

Added:
  mate-utils-gtk3/repos/community-staging-i686/
  mate-utils-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 190368, mate-utils-gtk3/trunk/PKGBUILD)
  mate-utils-gtk3/repos/community-staging-x86_64/
  mate-utils-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 190368, mate-utils-gtk3/trunk/PKGBUILD)

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

Copied: mate-utils-gtk3/repos/community-staging-i686/PKGBUILD (from rev 190368, 
mate-utils-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:58:58 UTC (rev 190369)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 
190368, mate-utils-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:58:58 UTC (rev 190369)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:06:02
  Author: arojas
Revision: 190374

Update to 1.16.0

Modified:
  python2-caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:04:28 UTC (rev 190373)
+++ PKGBUILD2016-09-24 15:06:02 UTC (rev 190374)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=python-caja
 pkgname=python2-caja
 pkgver=${_ver}.0
@@ -13,7 +13,7 @@
 makedepends=('intltool')
 conflicts=('python2-caja-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('6a550470db3069ba43ab57e8d4d55259237dba3c')
+sha1sums=('9c4125cbe8485174c59e85cb77290826de6e3435')
 
 prepare() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:06:24
  Author: arojas
Revision: 190375

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

Added:
  python2-caja/repos/community-staging-i686/
  python2-caja/repos/community-staging-i686/PKGBUILD
(from rev 190374, python2-caja/trunk/PKGBUILD)
  python2-caja/repos/community-staging-x86_64/
  python2-caja/repos/community-staging-x86_64/PKGBUILD
(from rev 190374, python2-caja/trunk/PKGBUILD)

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

Copied: python2-caja/repos/community-staging-i686/PKGBUILD (from rev 190374, 
python2-caja/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 15:06:24 UTC (rev 190375)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=python-caja
+pkgname=python2-caja
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c4125cbe8485174c59e85cb77290826de6e3435')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: python2-caja/repos/community-staging-x86_64/PKGBUILD (from rev 190374, 
python2-caja/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 15:06:24 UTC (rev 190375)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=python-caja
+pkgname=python2-caja
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c4125cbe8485174c59e85cb77290826de6e3435')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:56:01
  Author: arojas
Revision: 276915

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

Added:
  intel-tbb/repos/extra-i686/PKGBUILD
(from rev 276914, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/extra-x86_64/PKGBUILD
(from rev 276914, intel-tbb/trunk/PKGBUILD)
Deleted:
  intel-tbb/repos/extra-i686/PKGBUILD
  intel-tbb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-24 15:55:36 UTC (rev 276914)
+++ extra-i686/PKGBUILD 2016-09-24 15:56:01 UTC (rev 276915)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=2017_20160722
-_tag=tbb${pkgver/\./}oss
-_file=${_tag}_src.tgz
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=(i686 x86_64)
-url='http://www.threadingbuildingblocks.org/'
-license=(GPL)
-depends=(gcc-libs)
-source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
-sha1sums=('872e5bec729b538e443dc1eccc1d31a084690793')
-
-build() {
-  cd $_tag
-  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
-  make
-}
-
-package() {
-  cd $_tag
-  install -d "$pkgdir"/usr/lib
-  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
-  install -d "$pkgdir"/usr/include
-  cp -a include/tbb "$pkgdir"/usr/include
-}

Copied: intel-tbb/repos/extra-i686/PKGBUILD (from rev 276914, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-24 15:56:01 UTC (rev 276915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=2017_20160916
+_tag=tbb${pkgver/\./}oss
+_file=${_tag}_src.tgz
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=(i686 x86_64)
+url='http://www.threadingbuildingblocks.org/'
+license=(GPL)
+depends=(gcc-libs)
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
+sha1sums=('7341672991af0675f22c1c3292fcc70d2e3cb837')
+
+build() {
+  cd $_tag
+  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
+  make
+}
+
+package() {
+  cd $_tag
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-24 15:55:36 UTC (rev 276914)
+++ extra-x86_64/PKGBUILD   2016-09-24 15:56:01 UTC (rev 276915)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-
-pkgname=intel-tbb
-pkgver=2017_20160722
-_tag=tbb${pkgver/\./}oss
-_file=${_tag}_src.tgz
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=(i686 x86_64)
-url='http://www.threadingbuildingblocks.org/'
-license=(GPL)
-depends=(gcc-libs)
-source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
-sha1sums=('872e5bec729b538e443dc1eccc1d31a084690793')
-
-build() {
-  cd $_tag
-  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
-  make
-}
-
-package() {
-  cd $_tag
-  install -d "$pkgdir"/usr/lib
-  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
-  install -d "$pkgdir"/usr/include
-  cp -a include/tbb "$pkgdir"/usr/include
-}

Copied: intel-tbb/repos/extra-x86_64/PKGBUILD (from rev 276914, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-24 15:56:01 UTC (rev 276915)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+
+pkgname=intel-tbb
+pkgver=2017_20160916
+_tag=tbb${pkgver/\./}oss
+_file=${_tag}_src.tgz
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=(i686 x86_64)
+url='http://www.threadingbuildingblocks.org/'
+license=(GPL)
+depends=(gcc-libs)
+source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
+sha1sums=('7341672991af0675f22c1c3292fcc70d2e3cb837')
+
+build() {
+  cd $_tag
+  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
+  make
+}
+
+package() {
+  cd $_tag
+  install -d "$pkgdir"/usr/lib
+  

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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:55:36
  Author: arojas
Revision: 276914

Update to 2017_20160916

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 11:38:48 UTC (rev 276913)
+++ PKGBUILD2016-09-24 15:55:36 UTC (rev 276914)
@@ -4,7 +4,7 @@
 # Contributor: Denis Martinez 
 
 pkgname=intel-tbb
-pkgver=2017_20160722
+pkgver=2017_20160916
 _tag=tbb${pkgver/\./}oss
 _file=${_tag}_src.tgz
 pkgrel=1
@@ -14,7 +14,7 @@
 license=(GPL)
 depends=(gcc-libs)
 
source=(http://threadingbuildingblocks.org/sites/default/files/software_releases/source/$_file)
-sha1sums=('872e5bec729b538e443dc1eccc1d31a084690793')
+sha1sums=('7341672991af0675f22c1c3292fcc70d2e3cb837')
 
 build() {
   cd $_tag


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:14:21
  Author: arojas
Revision: 190273

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

Added:
  eom-gtk3/repos/community-staging-i686/
  eom-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 190272, eom-gtk3/trunk/PKGBUILD)
  eom-gtk3/repos/community-staging-x86_64/
  eom-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 190272, eom-gtk3/trunk/PKGBUILD)

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

Copied: eom-gtk3/repos/community-staging-i686/PKGBUILD (from rev 190272, 
eom-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 13:14:21 UTC (rev 190273)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'libexif' 
'libjpeg-turbo' 'mate-desktop-gtk3')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--with-librsvg \
+--disable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: eom-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 190272, 
eom-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 13:14:21 UTC (rev 190273)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'libexif' 
'libjpeg-turbo' 'mate-desktop-gtk3')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--with-librsvg \
+--disable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:13:59
  Author: arojas
Revision: 190272

Update to 1.16.0

Modified:
  eom-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:11:16 UTC (rev 190271)
+++ PKGBUILD2016-09-24 13:13:59 UTC (rev 190272)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=eom
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('df3e91693122053e97a87ca02119b2deda74e475')
+sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/repos (2 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:40:53
  Author: arojas
Revision: 190289

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
(from rev 190288, mate-icon-theme/trunk/PKGBUILD)

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

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 190288, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-09-24 13:40:53 UTC (rev 190289)
@@ -0,0 +1,27 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-icon-theme
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org;
+arch=('any')
+license=('LGPL')
+makedepends=('icon-naming-utils' 'intltool')
+options=(!strip !emptydirs)
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e48ab88a0bf86ca99b1a7fbce8cf6ac4360c5443')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:40:15
  Author: arojas
Revision: 190288

Update to 1.16.0

Modified:
  mate-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:38:24 UTC (rev 190287)
+++ PKGBUILD2016-09-24 13:40:15 UTC (rev 190288)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 pkgname=mate-icon-theme
 pkgver=${_ver}.0
 pkgrel=1
@@ -12,7 +12,7 @@
 options=(!strip !emptydirs)
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('fc59d0763cb8b1405e6b9004aabc672f27215a6a')
+sha1sums=('e48ab88a0bf86ca99b1a7fbce8cf6ac4360c5443')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:45:14
  Author: arojas
Revision: 190292

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

Added:
  mate-media/repos/community-staging-i686/
  mate-media/repos/community-staging-i686/PKGBUILD
(from rev 190291, mate-media/trunk/PKGBUILD)
  mate-media/repos/community-staging-x86_64/
  mate-media/repos/community-staging-x86_64/PKGBUILD
(from rev 190291, mate-media/trunk/PKGBUILD)

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

Copied: mate-media/repos/community-staging-i686/PKGBUILD (from rev 190291, 
mate-media/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 13:45:14 UTC (rev 190292)
@@ -0,0 +1,33 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-media
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+url="http://mate-desktop.org;
+pkgdesc="MATE Media Tools (GTK2 version)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'libunique' 'mate-desktop')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('e071d27c13e80b182f10a33d7a190825642d6f75')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--localstatedir=/var \
+--with-gtk=2.0
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-media/repos/community-staging-x86_64/PKGBUILD (from rev 190291, 
mate-media/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 13:45:14 UTC (rev 190292)
@@ -0,0 +1,33 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-media
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+url="http://mate-desktop.org;
+pkgdesc="MATE Media Tools (GTK2 version)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'libunique' 'mate-desktop')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('e071d27c13e80b182f10a33d7a190825642d6f75')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--localstatedir=/var \
+--with-gtk=2.0
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:47:37
  Author: arojas
Revision: 190293

Update to 1.16.0

Modified:
  mate-media-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:45:14 UTC (rev 190292)
+++ PKGBUILD2016-09-24 13:47:37 UTC (rev 190293)
@@ -9,7 +9,7 @@
 pkgdesc="MATE Media Tools (GTK3 version)"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk3' 'libcanberra' 'libmatemixer' 'libunique3' 
'mate-desktop-gtk3>=1.12')
+depends=('libcanberra' 'libmatemixer' 'libunique3' 'mate-desktop-gtk3')
 makedepends=('mate-common')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-extra-gtk3')


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:02:25
  Author: arojas
Revision: 190305

Update to 1.16.0

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:00:41 UTC (rev 190304)
+++ PKGBUILD2016-09-24 14:02:25 UTC (rev 190305)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-panel
 pkgname=${_pkgbase}
-pkgver=${_ver}.2
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="The MATE Panel (GTK2 version)"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('c71956a9316d8db99f48822e0e1dde85dd523259')
+sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-power-manager/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:14:10
  Author: arojas
Revision: 190315

Update to 1.16.0

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:13:27 UTC (rev 190314)
+++ PKGBUILD2016-09-24 14:14:10 UTC (rev 190315)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
@@ -9,13 +9,13 @@
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 
'mate-desktop' 'upower')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique' 
'upower')
 makedepends=('intltool' 'itstool' 'mate-panel')
 optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('286ac97658d18ea1fffa6e0a692a877727a44e41')
+sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in lxqt-config/repos (2 files)

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:13:27
  Author: jleclanche
Revision: 190314

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

Deleted:
  lxqt-config/repos/community-i686/PKGBUILD
  lxqt-config/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   47 
 community-x86_64/PKGBUILD |   47 
 2 files changed, 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 14:13:23 UTC (rev 190313)
+++ community-i686/PKGBUILD 2016-09-24 14:13:27 UTC (rev 190314)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-   "build-without-lxqt-config-appearance.patch"
-)
-sha256sums=(
-   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-   "SKIP"
-   "a68acc45b1a917c3cee9ab6a9d02df902d8d32fa928474e1ca9d6c1773fea8f9"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   patch -p1 < "$srcdir/build-without-lxqt-config-appearance.patch"
-}
-
-
-build() {
-   mkdir -p build
-   cd build
-   # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-   # Remove in 0.11
-   LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-24 14:13:23 UTC (rev 190313)
+++ community-x86_64/PKGBUILD   2016-09-24 14:13:27 UTC (rev 190314)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=6
-pkgdesc="LXQt system configuration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-   "build-without-lxqt-config-appearance.patch"
-)
-sha256sums=(
-   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
-   "SKIP"
-   "a68acc45b1a917c3cee9ab6a9d02df902d8d32fa928474e1ca9d6c1773fea8f9"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   patch -p1 < "$srcdir/build-without-lxqt-config-appearance.patch"
-}
-
-
-build() {
-   mkdir -p build
-   cd build
-   # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-   # Remove in 0.11
-   LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:13:23
  Author: jleclanche
Revision: 190313

upgpkg: lxqt-config 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:11:25 UTC (rev 190312)
+++ PKGBUILD2016-09-24 14:13:23 UTC (rev 190313)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-config
-pkgver=0.10.0
-pkgrel=6
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt system configuration."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,35 +10,28 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-   "build-without-lxqt-config-appearance.patch"
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "4567be4653f2f1f9ff156126250a08d7b480f627fa1410484d49f65ba5dab9b4"
+   "e254994caf0535bf6f9da659dc4410b63b5b5cfabea0b961bfb8c00e3c393d38"
"SKIP"
-   "a68acc45b1a917c3cee9ab6a9d02df902d8d32fa928474e1ca9d6c1773fea8f9"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   patch -p1 < "$srcdir/build-without-lxqt-config-appearance.patch"
-}
-
-
 build() {
mkdir -p build
cd build
-   # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-   # Remove in 0.11
-   LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
+   cmake "$srcdir/$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
-   LC_ALL=en_US.UTF-8 make
+   make
 }
 
 package() {


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:22:54
  Author: arojas
Revision: 190326

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

Added:
  mate-screensaver/repos/community-staging-i686/
  mate-screensaver/repos/community-staging-i686/PKGBUILD
(from rev 190325, mate-screensaver/trunk/PKGBUILD)
  mate-screensaver/repos/community-staging-x86_64/
  mate-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 190325, mate-screensaver/trunk/PKGBUILD)

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

Copied: mate-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
190325, mate-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:22:54 UTC (rev 190326)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-screensaver
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc='Screensaver for MATE (GTK2 version)'
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxss' 'mate-menus' 'mate-desktop' 'dbus-glib' 'libnotify' 
'libmatekbd')
+makedepends=('intltool')
+optdepends=('mate-screensaver-hacks: Additional screensavers'
+'rss-glx: Really slick screensavers')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--with-gtk=2.0 \
+--without-console-kit
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-screensaver/repos/community-staging-x86_64/PKGBUILD (from rev 
190325, mate-screensaver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:22:54 UTC (rev 190326)
@@ -0,0 +1,40 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-screensaver
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc='Screensaver for MATE (GTK2 version)'
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxss' 'mate-menus' 'mate-desktop' 'dbus-glib' 'libnotify' 
'libmatekbd')
+makedepends=('intltool')
+optdepends=('mate-screensaver-hacks: Additional screensavers'
+'rss-glx: Really slick screensavers')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-xscreensaverdir=/usr/share/xscreensaver/config \
+--with-xscreensaverhackdir=/usr/lib/xscreensaver \
+--with-mit-ext \
+--with-libnotify \
+--enable-locking \
+--with-gtk=2.0 \
+--without-console-kit
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:22:27
  Author: arojas
Revision: 190325

Update to 1.16.0

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:18:37 UTC (rev 190324)
+++ PKGBUILD2016-09-24 14:22:27 UTC (rev 190325)
@@ -1,15 +1,15 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-screensaver
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc='Screensaver for MATE (GTK2 version)'
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libxss' 'mate-menus' 'mate-session-manager')
+depends=('libxss' 'mate-menus' 'mate-desktop' 'dbus-glib' 'libnotify' 
'libmatekbd')
 makedepends=('intltool')
 optdepends=('mate-screensaver-hacks: Additional screensavers'
 'rss-glx: Really slick screensavers')
@@ -16,7 +16,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('0aae11c766ef7dc1383de182661bf89b43750f1a')
+sha1sums=('c682e5e3efdaf15e6834857165b469a8f3a17993')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:36:02
  Author: arojas
Revision: 190342

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

Added:
  mate-session-manager/repos/community-staging-i686/
  mate-session-manager/repos/community-staging-i686/PKGBUILD
(from rev 190341, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-staging-x86_64/
  mate-session-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 190341, mate-session-manager/trunk/PKGBUILD)

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

Copied: mate-session-manager/repos/community-staging-i686/PKGBUILD (from rev 
190341, mate-session-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:36:02 UTC (rev 190342)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-session-manager
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm')
+makedepends=('intltool')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate' 'mate-gtk3')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-session-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
190341, mate-session-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:36:02 UTC (rev 190342)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-session-manager
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm')
+makedepends=('intltool')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate' 'mate-gtk3')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-upower
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:34:53
  Author: jleclanche
Revision: 190340

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

Added:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
(from rev 190339, lxqt-qtplugin/trunk/PKGBUILD)
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD
(from rev 190339, lxqt-qtplugin/trunk/PKGBUILD)
Deleted:
  lxqt-qtplugin/repos/community-i686/PKGBUILD
  lxqt-qtplugin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 14:34:47 UTC (rev 190339)
+++ community-i686/PKGBUILD 2016-09-24 14:34:53 UTC (rev 190340)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-i686/PKGBUILD (from rev 190339, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:34:53 UTC (rev 190340)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" "qt5-base")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "c1fdaba78d139e3cfdfb783c60e4f84632ce296a7cf8d5444d60ca1d1e5dbf59"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-24 14:34:47 UTC (rev 190339)
+++ community-x86_64/PKGBUILD   2016-09-24 14:34:53 UTC (rev 190340)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt platform integration for Qt"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("libdbusmenu-qt5" "qt5-base")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-qtplugin/repos/community-x86_64/PKGBUILD (from rev 190339, 
lxqt-qtplugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 14:34:53 UTC (rev 190340)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-qtplugin
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt platform integration for Qt"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("libdbusmenu-qt5" 

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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:34:47
  Author: jleclanche
Revision: 190339

upgpkg: lxqt-qtplugin 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-qtplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:32:14 UTC (rev 190338)
+++ PKGBUILD2016-09-24 14:34:47 UTC (rev 190339)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-qtplugin
-pkgver=0.10.0
-pkgrel=5
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt platform integration for Qt"
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -12,14 +12,17 @@
 depends=("libdbusmenu-qt5" "qt5-base")
 makedepends=("cmake" "liblxqt" "qt5-tools")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "9de45e4463169ec294df62a56a9e10568fe035ad0a7c98901e72b03463690ad4"
+   "c1fdaba78d139e3cfdfb783c60e4f84632ce296a7cf8d5444d60ca1d1e5dbf59"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:35:40
  Author: arojas
Revision: 190341

Update to 1.16.0

Modified:
  mate-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:34:53 UTC (rev 190340)
+++ PKGBUILD2016-09-24 14:35:40 UTC (rev 190341)
@@ -1,36 +1,35 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
-_pkgbase=mate-session-manager
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+_ver=1.16
+pkgname=mate-session-manager
+pkgver=${_ver}.0
 pkgrel=1
-pkgdesc="The MATE Session Handler (GTK2 version)"
+pkgdesc="The MATE Session Handler"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('mate-desktop' 'mate-polkit' 'mate-settings-daemon')
+depends=('dbus-glib' 'gtk3' 'libsm')
 makedepends=('intltool')
 optdepends=('gnome-keyring: keyring support'
 'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('385fdef7045a6a5abe42756b992b2f2f46e2bbdb')
+groups=('mate' 'mate-gtk3')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('553b28bbbd9164e0403783db58015fa42d3ae38d')
 
 build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/${pkgname} \
 --sysconfdir=/etc \
 --localstatedir=/var \
---with-gtk=2.0 \
 --disable-upower
 make
 }
 
 package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-user-guide/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:48:08
  Author: arojas
Revision: 190353

Update to 1.16.0

Modified:
  mate-user-guide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:46:40 UTC (rev 190352)
+++ PKGBUILD2016-09-24 14:48:08 UTC (rev 190353)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-user-guide
 pkgname=${_pkgbase}
 pkgver=${_ver}.0
@@ -13,7 +13,7 @@
 depends=('yelp')
 makedepends=('itstool' 'intltool')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('03e872c3d879599569ef26ff2e854fb59dbd3981')
+sha1sums=('2084e109511dd82c08aafd3a71aa63d4b008df1b')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:46:40
  Author: arojas
Revision: 190352

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

Added:
  mate-terminal/repos/community-staging-i686/
  mate-terminal/repos/community-staging-i686/PKGBUILD
(from rev 190351, mate-terminal/trunk/PKGBUILD)
  mate-terminal/repos/community-staging-x86_64/
  mate-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 190351, mate-terminal/trunk/PKGBUILD)

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

Copied: mate-terminal/repos/community-staging-i686/PKGBUILD (from rev 190351, 
mate-terminal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:46:40 UTC (rev 190352)
@@ -0,0 +1,29 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-terminal
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d6002ed9e6ec7ce10ac824e1be4affaba19dfa8c')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 190351, 
mate-terminal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:46:40 UTC (rev 190352)
@@ -0,0 +1,29 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=mate-terminal
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d6002ed9e6ec7ce10ac824e1be4affaba19dfa8c')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mozo/repos (3 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:46:26
  Author: arojas
Revision: 190438

archrelease: copy trunk to community-testing-any

Added:
  mozo/repos/community-testing-any/
  mozo/repos/community-testing-any/PKGBUILD
(from rev 190437, mozo/trunk/PKGBUILD)
  mozo/repos/testing-any/

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

Copied: mozo/repos/community-testing-any/PKGBUILD (from rev 190437, 
mozo/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-09-24 15:46:26 UTC (rev 190438)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mozo
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE menu editing tool"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('mate-menus' 'python2-gobject')
+makedepends=('intltool')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=("${_pkgbase}-gtk3")
+replaces=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('bd9b1e70a6976940d40ef78f58c11a96ffa41a26')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 15:51:35
  Author: jleclanche
Revision: 190441

upgpkg: pcmanfm-qt 0.11.1-1

Upstream release 0.11.1

Modified:
  pcmanfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:49:58 UTC (rev 190440)
+++ PKGBUILD2016-09-24 15:51:35 UTC (rev 190441)
@@ -2,15 +2,15 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pcmanfm-qt
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.1
+pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("i686" "x86_64")
 groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("liblxqt" "libfm" "lxmenu-data")
-makedepends=("cmake" "qt5-tools")
+depends=("liblxqt" "libfm-qt" "lxmenu-data")
+makedepends=("cmake" "qt5-tools" "git")
 optdepends=(
"gvfs: for trash support, mounting with udisks and remote filesystems"
"udisks: alternative for mounting volumes"
@@ -17,14 +17,17 @@
"xarchiver: archive management"
 )
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "254c1da0d3fce2ab0a03b21861191b0875ce43382c74d3abbfa8f3dc88a080a4"
+   "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:11:16
  Author: arojas
Revision: 190271

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

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

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

Copied: eom/repos/community-staging-i686/PKGBUILD (from rev 190270, 
eom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 13:11:16 UTC (rev 190271)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--with-librsvg \
+--disable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: eom/repos/community-staging-x86_64/PKGBUILD (from rev 190270, 
eom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 13:11:16 UTC (rev 190271)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=eom
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--with-librsvg \
+--disable-python
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:10:26
  Author: arojas
Revision: 190270

Update to 1.16.0

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:08:44 UTC (rev 190269)
+++ PKGBUILD2016-09-24 13:10:26 UTC (rev 190270)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=eom
 pkgname=(${_pkgbase})
-pkgver=${_ver}.2
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE (GTK2 version)"
 url="http://mate-desktop.org;
@@ -14,7 +14,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('32afdaaa7fde94c935f4fe621d67bbf4acdc132a')
+sha1sums=('9c2d032f971a1296a2300c9cacdeb4cef931ac20')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:17:43
  Author: arojas
Revision: 190275

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

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

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

Copied: marco/repos/community-staging-i686/PKGBUILD (from rev 190274, 
marco/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 13:17:43 UTC (rev 190275)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: marco/repos/community-staging-x86_64/PKGBUILD (from rev 190274, 
marco/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 13:17:43 UTC (rev 190275)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b9b3c14812fcb7ab5dfd2c3498eac639d2e63be6')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-startup-notification
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:44:52
  Author: arojas
Revision: 190291

Update to 1.16.0

Modified:
  mate-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:43:06 UTC (rev 190290)
+++ PKGBUILD2016-09-24 13:44:52 UTC (rev 190291)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-media
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
@@ -14,7 +14,7 @@
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
-sha1sums=('c9937f35fa3eb4209e2493f5d9838f5a5fb69886')
+sha1sums=('e071d27c13e80b182f10a33d7a190825642d6f75')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:03:06
  Author: arojas
Revision: 190306

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

Added:
  mate-panel/repos/community-staging-i686/
  mate-panel/repos/community-staging-i686/PKGBUILD
(from rev 190305, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-staging-x86_64/
  mate-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 190305, mate-panel/trunk/PKGBUILD)

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

Copied: mate-panel/repos/community-staging-i686/PKGBUILD (from rev 190305, 
mate-panel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:03:06 UTC (rev 190306)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-panel
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Panel (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-panel/repos/community-staging-x86_64/PKGBUILD (from rev 190305, 
mate-panel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:03:06 UTC (rev 190306)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-panel
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Panel (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+sha1sums=('1fb1df7d86f96f97051cb985ab5dd21ebc78d4b2')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=2.0 \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-power-manager-gtk3/repos (4 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:18:06
  Author: arojas
Revision: 190322

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

Added:
  mate-power-manager-gtk3/repos/community-staging-i686/
  mate-power-manager-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 190321, mate-power-manager-gtk3/trunk/PKGBUILD)
  mate-power-manager-gtk3/repos/community-staging-x86_64/
  mate-power-manager-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 190321, mate-power-manager-gtk3/trunk/PKGBUILD)

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

Copied: mate-power-manager-gtk3/repos/community-staging-i686/PKGBUILD (from rev 
190321, mate-power-manager-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:18:06 UTC (rev 190322)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--with-gtk=3.0 \
+--disable-strict
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-power-manager-gtk3/repos/community-staging-x86_64/PKGBUILD (from 
rev 190321, mate-power-manager-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:18:06 UTC (rev 190322)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-power-manager
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--with-gtk=3.0 \
+--disable-strict
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:18:37
  Author: jleclanche
Revision: 190324

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

Added:
  lxqt-notificationd/repos/community-i686/PKGBUILD
(from rev 190323, lxqt-notificationd/trunk/PKGBUILD)
  lxqt-notificationd/repos/community-x86_64/PKGBUILD
(from rev 190323, lxqt-notificationd/trunk/PKGBUILD)
Deleted:
  lxqt-notificationd/repos/community-i686/PKGBUILD
  lxqt-notificationd/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 14:18:32 UTC (rev 190323)
+++ community-i686/PKGBUILD 2016-09-24 14:18:37 UTC (rev 190324)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-provides=("notification-daemon")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-i686/PKGBUILD (from rev 190323, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:18:37 UTC (rev 190324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt notification daemon and library."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("lxqt-common" "liblxqt")
+provides=("notification-daemon")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "2e57b4f0c68694a8faf4999039b039f13291c720017b14c0bbdd8e0b49a0fa82"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-24 14:18:32 UTC (rev 190323)
+++ community-x86_64/PKGBUILD   2016-09-24 14:18:37 UTC (rev 190324)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=5
-pkgdesc="LXQt notification daemon and library."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("lxqt-common" "liblxqt")
-provides=("notification-daemon")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-notificationd/repos/community-x86_64/PKGBUILD (from rev 190323, 
lxqt-notificationd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 14:18:37 UTC (rev 190324)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-notificationd
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt 

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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:18:32
  Author: jleclanche
Revision: 190323

upgpkg: lxqt-notificationd 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-notificationd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:18:06 UTC (rev 190322)
+++ PKGBUILD2016-09-24 14:18:32 UTC (rev 190323)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-notificationd
-pkgver=0.10.0
-pkgrel=5
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt notification daemon and library."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -11,16 +11,19 @@
 license=("LGPL2.1")
 depends=("lxqt-common" "liblxqt")
 provides=("notification-daemon")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "5c0859157ff6a20d613ea4aca24e786faf79ab6d69afec1e0b3671e3bbda53d5"
+   "2e57b4f0c68694a8faf4999039b039f13291c720017b14c0bbdd8e0b49a0fa82"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:41:02
  Author: arojas
Revision: 190346

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

Added:
  mate-settings-daemon-gtk3/repos/community-staging-i686/
  mate-settings-daemon-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 190345, mate-settings-daemon-gtk3/trunk/PKGBUILD)
  mate-settings-daemon-gtk3/repos/community-staging-x86_64/
  mate-settings-daemon-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 190345, mate-settings-daemon-gtk3/trunk/PKGBUILD)

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

Copied: mate-settings-daemon-gtk3/repos/community-staging-i686/PKGBUILD (from 
rev 190345, mate-settings-daemon-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:41:02 UTC (rev 190346)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd-gtk3' 'libmatemixer' 'libnotify'
+ 'mate-desktop-gtk3' 'nss')
+makedepends=('intltool')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--enable-polkit \
+--enable-pulse
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-settings-daemon-gtk3/repos/community-staging-x86_64/PKGBUILD (from 
rev 190345, mate-settings-daemon-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:41:02 UTC (rev 190346)
@@ -0,0 +1,42 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-settings-daemon
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Settings daemon (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd-gtk3' 'libmatemixer' 'libnotify'
+ 'mate-desktop-gtk3' 'nss')
+makedepends=('intltool')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--enable-polkit \
+--enable-pulse
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:42:07
  Author: jleclanche
Revision: 190347

upgpkg: lxqt-sudo 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:41:02 UTC (rev 190346)
+++ PKGBUILD2016-09-24 14:42:07 UTC (rev 190347)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-sudo
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt privilege program (lxsu)."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,16 +10,19 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
+   "12666718f04ed508261c432789a608ba460b5cd641770708780d52400e848770"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:40:33
  Author: arojas
Revision: 190345

Update to 1.16.0

Modified:
  mate-settings-daemon-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:38:57 UTC (rev 190344)
+++ PKGBUILD2016-09-24 14:40:33 UTC (rev 190345)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-settings-daemon
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
@@ -18,7 +18,7 @@
 conflicts=("${_pkgbase}")
 options=('!emptydirs')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('efb8782cbf68035613b2104e3b2197e96f6fcb03')
+sha1sums=('31ae6f516b9dec31c8756068cbc14e6c276b9609')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:42:12
  Author: jleclanche
Revision: 190348

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

Added:
  lxqt-sudo/repos/community-i686/PKGBUILD
(from rev 190347, lxqt-sudo/trunk/PKGBUILD)
  lxqt-sudo/repos/community-x86_64/PKGBUILD
(from rev 190347, lxqt-sudo/trunk/PKGBUILD)
Deleted:
  lxqt-sudo/repos/community-i686/PKGBUILD
  lxqt-sudo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 14:42:07 UTC (rev 190347)
+++ community-i686/PKGBUILD 2016-09-24 14:42:12 UTC (rev 190348)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-sudo
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="LXQt privilege program (lxsu)."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-sudo/repos/community-i686/PKGBUILD (from rev 190347, 
lxqt-sudo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:42:12 UTC (rev 190348)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "12666718f04ed508261c432789a608ba460b5cd641770708780d52400e848770"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr 
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-24 14:42:07 UTC (rev 190347)
+++ community-x86_64/PKGBUILD   2016-09-24 14:42:12 UTC (rev 190348)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-sudo
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="LXQt privilege program (lxsu)."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "3b65fb9dc7b3b866a5fb090b16839308a15998ee30dfb28fae3c33370728fa57"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr 
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-sudo/repos/community-x86_64/PKGBUILD (from rev 190347, 
lxqt-sudo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 14:42:12 UTC (rev 190348)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-sudo
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt privilege program (lxsu)."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   

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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:51:34
  Author: arojas
Revision: 190358

Update to 1.16.0

Modified:
  mate-user-share-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:50:19 UTC (rev 190357)
+++ PKGBUILD2016-09-24 14:51:34 UTC (rev 190358)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-user-share
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
@@ -15,7 +15,7 @@
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('95491485a0769f252e068ed2256f1a3386330094')
+sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-user-share-gtk3/repos (4 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:52:00
  Author: arojas
Revision: 190359

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

Added:
  mate-user-share-gtk3/repos/community-staging-i686/
  mate-user-share-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 190358, mate-user-share-gtk3/trunk/PKGBUILD)
  mate-user-share-gtk3/repos/community-staging-x86_64/
  mate-user-share-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 190358, mate-user-share-gtk3/trunk/PKGBUILD)

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

Copied: mate-user-share-gtk3/repos/community-staging-i686/PKGBUILD (from rev 
190358, mate-user-share-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:52:00 UTC (rev 190359)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libunique3' 'mod_dnssd')
+makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 
'libnotify')
+optdepends=('caja-gtk3: File sharing extension')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--disable-bluetooth
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+}

Copied: mate-user-share-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 
190358, mate-user-share-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:52:00 UTC (rev 190359)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libunique3' 'mod_dnssd')
+makedepends=('caja-gtk3' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 
'libnotify')
+optdepends=('caja-gtk3: File sharing extension')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7b241f0d969005653a164223b4d458beb9256910')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--with-gtk=3.0 \
+--disable-bluetooth
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make  DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:01:32
  Author: arojas
Revision: 190370

Update to 1.16.0

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:58:58 UTC (rev 190369)
+++ PKGBUILD2016-09-24 15:01:32 UTC (rev 190370)
@@ -1,20 +1,20 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=pluma
 pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="A powerful text editor for MATE (GTK2 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('iso-codes' 'mate-desktop' 'pygtksourceview2' 'zenity')
+depends=('iso-codes' 'pygtksourceview2' 'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('4546bf71ffabbe1da65d574b510e60cd4358f486')
+sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
 
 prepare() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:15:43
  Author: arojas
Revision: 190382

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

Added:
  engrampa/repos/community-staging-i686/PKGBUILD
(from rev 190381, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-staging-i686/fr-rpm-bsdtar.patch
(from rev 190381, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-staging-x86_64/PKGBUILD
(from rev 190381, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-staging-x86_64/fr-rpm-bsdtar.patch
(from rev 190381, engrampa/trunk/fr-rpm-bsdtar.patch)
Deleted:
  engrampa/repos/community-staging-i686/PKGBUILD
  engrampa/repos/community-staging-i686/fr-rpm-bsdtar.patch
  engrampa/repos/community-staging-x86_64/PKGBUILD
  engrampa/repos/community-staging-x86_64/fr-rpm-bsdtar.patch

--+
 /PKGBUILD|   94 +++
 /fr-rpm-bsdtar.patch |  120 +
 community-staging-i686/PKGBUILD  |   47 -
 community-staging-i686/fr-rpm-bsdtar.patch   |   60 
 community-staging-x86_64/PKGBUILD|   47 -
 community-staging-x86_64/fr-rpm-bsdtar.patch |   60 
 6 files changed, 214 insertions(+), 214 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-09-24 15:15:11 UTC (rev 190381)
+++ community-staging-i686/PKGBUILD 2016-09-24 15:15:43 UTC (rev 190382)
@@ -1,47 +0,0 @@
-# Contributor: Martin Wimpress 
-
-_ver=1.16
-pkgname=engrampa
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja-gtk3' 'intltool' 'itstool')
-optdepends=('caja-gtk3: file archiver extension'
-'p7zip: 7Z and ARJ archive support'
-'unace: ACE archive support'
-'unrar: RAR archive support')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-replaces=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;
-fr-rpm-bsdtar.patch)
-sha1sums=('90865e0c59bec33ed899c3a0a8d2787aa09d526b'
-  '219b05a979bf6f249aaae27964f02345fd81168d')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-# This patch 'depends' on libarchive
-patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---disable-packagekit
-
-#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: engrampa/repos/community-staging-i686/PKGBUILD (from rev 190381, 
engrampa/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 15:15:43 UTC (rev 190382)
@@ -0,0 +1,47 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=engrampa
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja-gtk3' 'intltool' 'itstool')
+optdepends=('caja-gtk3: file archiver extension'
+'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support')
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha1sums=('90865e0c59bec33ed899c3a0a8d2787aa09d526b'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--disable-packagekit
+
+#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-staging-i686/fr-rpm-bsdtar.patch
===
--- community-staging-i686/fr-rpm-bsdtar.patch  2016-09-24 15:15:11 UTC (rev 
190381)
+++ community-staging-i686/fr-rpm-bsdtar.patch  2016-09-24 15:15:43 UTC (rev 
190382)
@@ -1,60 +0,0 @@
-This makes Engrampa use bsdtar 

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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:15:11
  Author: arojas
Revision: 190381

Add to mate-extra-gtk3 group, fix conflicts/replaces

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:12:12 UTC (rev 190380)
+++ PKGBUILD2016-09-24 15:15:11 UTC (rev 190381)
@@ -3,7 +3,7 @@
 _ver=1.16
 pkgname=engrampa
 pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Archive manipulator for MATE"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@
 'p7zip: 7Z and ARJ archive support'
 'unace: ACE archive support'
 'unrar: RAR archive support')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-replaces=("${_pkgbase}-gtk3")
+groups=('mate-extra' 'mate-extra-gtk3')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;
 fr-rpm-bsdtar.patch)
 sha1sums=('90865e0c59bec33ed899c3a0a8d2787aa09d526b'
@@ -32,7 +32,7 @@
 cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
+--libexecdir=/usr/lib/${pkgname} \
 --disable-packagekit
 
 #https://bugzilla.gnome.org/show_bug.cgi?id=656231


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 15:42:22
  Author: jleclanche
Revision: 190436

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

Added:
  libfm-qt/repos/community-i686/
  libfm-qt/repos/community-i686/PKGBUILD
(from rev 190435, libfm-qt/trunk/PKGBUILD)
  libfm-qt/repos/community-x86_64/
  libfm-qt/repos/community-x86_64/PKGBUILD
(from rev 190435, libfm-qt/trunk/PKGBUILD)

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

Copied: libfm-qt/repos/community-i686/PKGBUILD (from rev 190435, 
libfm-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 15:42:22 UTC (rev 190436)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libfm-qt
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libfm" "liblxqt" "qt5-x11extras")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: libfm-qt/repos/community-x86_64/PKGBUILD (from rev 190435, 
libfm-qt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 15:42:22 UTC (rev 190436)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=libfm-qt
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("libfm" "liblxqt" "qt5-x11extras")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lib32-libphobos/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-09-24 Thread Mihails Strasuns
Date: Saturday, September 24, 2016 @ 16:41:30
  Author: dicebot
Revision: 190446

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD
(from rev 190445, lib32-libphobos/trunk/PKGBUILD)
Deleted:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-24 16:30:46 UTC (rev 190445)
+++ PKGBUILD2016-09-24 16:41:30 UTC (rev 190446)
@@ -1,51 +0,0 @@
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.071.1
-pkgrel=1
-pkgdesc="Libraries for cross-compiling 32-bit D apps from 64-bit system"
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url="http://www.dlang.org;
-source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-gcc-libs')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
-depends=("dmd" "gcc-multilib")
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc="The Phobos standard library for D programming language (32-bit)"
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 190445, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-24 16:41:30 UTC (rev 190446)
@@ -0,0 +1,51 @@
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+# Contributor: Alexander Fehr 
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.071.2
+pkgrel=1
+pkgdesc="Libraries for cross-compiling 32-bit D apps from 64-bit system"
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url="http://www.dlang.org;
+source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-gcc-libs')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
+depends=("dmd" "gcc-multilib")
+options=("staticlibs")
+provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc="The Phobos standard library for D programming language (32-bit)"
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}


[arch-commits] Commit in lib32-libphobos/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-09-24 Thread Mihails Strasuns
Date: Saturday, September 24, 2016 @ 16:50:41
  Author: dicebot
Revision: 190449

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD
(from rev 190448, lib32-libphobos/trunk/PKGBUILD)
Deleted:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-24 16:50:27 UTC (rev 190448)
+++ PKGBUILD2016-09-24 16:50:41 UTC (rev 190449)
@@ -1,51 +0,0 @@
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.071.2
-pkgrel=1
-pkgdesc="Libraries for cross-compiling 32-bit D apps from 64-bit system"
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url="http://www.dlang.org;
-source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-gcc-libs')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
-depends=("dmd" "gcc-multilib")
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc="The Phobos standard library for D programming language (32-bit)"
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 190448, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-24 16:50:41 UTC (rev 190449)
@@ -0,0 +1,51 @@
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+# Contributor: Alexander Fehr 
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.071.2
+pkgrel=2
+pkgdesc="Libraries for cross-compiling 32-bit D apps from 64-bit system"
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url="http://www.dlang.org;
+source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-gcc-libs')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc="The Phobos standard library for D programming language. Modules 
and static library (32-bit)"
+depends=("dmd" "gcc-multilib")
+options=("staticlibs")
+provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc="The Phobos standard library for D programming language (32-bit)"
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}


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

2016-09-24 Thread Mihails Strasuns
Date: Saturday, September 24, 2016 @ 16:50:27
  Author: dicebot
Revision: 190448

upgpkg: lib32-libphobos 2.071.2-2

Modified:
  lib32-libphobos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 16:42:56 UTC (rev 190447)
+++ PKGBUILD2016-09-24 16:50:27 UTC (rev 190448)
@@ -8,7 +8,7 @@
 pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
 groups=('dlang' 'dlang-dmd')
 pkgver=2.071.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Libraries for cross-compiling 32-bit D apps from 64-bit system"
 arch=('x86_64')
 groups=('dlang' 'dlang-dmd')


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:06:16
  Author: arojas
Revision: 190266

Update to 1.16.0

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:02:09 UTC (rev 190265)
+++ PKGBUILD2016-09-24 13:06:16 UTC (rev 190266)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 pkgbase=caja-extensions
 pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper)
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="Caja extensions (GTK2 version)"
 url="http://mate-desktop.org;
@@ -12,7 +12,7 @@
 depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
 makedepends=('intltool')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5d8981022abe12ff2124426930625a65b902c194')
+sha1sums=('9b27e46a731b117815862229c38445ef94afa600')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:02:09
  Author: arojas
Revision: 190265

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

Added:
  engrampa/repos/community-staging-i686/
  engrampa/repos/community-staging-i686/PKGBUILD
(from rev 190264, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-staging-i686/fr-rpm-bsdtar.patch
(from rev 190264, engrampa/trunk/fr-rpm-bsdtar.patch)
  engrampa/repos/community-staging-x86_64/
  engrampa/repos/community-staging-x86_64/PKGBUILD
(from rev 190264, engrampa/trunk/PKGBUILD)
  engrampa/repos/community-staging-x86_64/fr-rpm-bsdtar.patch
(from rev 190264, engrampa/trunk/fr-rpm-bsdtar.patch)

--+
 community-staging-i686/PKGBUILD  |   47 +++
 community-staging-i686/fr-rpm-bsdtar.patch   |   60 +
 community-staging-x86_64/PKGBUILD|   47 +++
 community-staging-x86_64/fr-rpm-bsdtar.patch |   60 +
 4 files changed, 214 insertions(+)

Copied: engrampa/repos/community-staging-i686/PKGBUILD (from rev 190264, 
engrampa/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 13:02:09 UTC (rev 190265)
@@ -0,0 +1,47 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgname=engrampa
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja-gtk3' 'intltool' 'itstool')
+optdepends=('caja-gtk3: file archiver extension'
+'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+replaces=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;
+fr-rpm-bsdtar.patch)
+sha1sums=('90865e0c59bec33ed899c3a0a8d2787aa09d526b'
+  '219b05a979bf6f249aaae27964f02345fd81168d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+# This patch 'depends' on libarchive
+patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--disable-packagekit
+
+#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: engrampa/repos/community-staging-i686/fr-rpm-bsdtar.patch (from rev 
190264, engrampa/trunk/fr-rpm-bsdtar.patch)
===
--- community-staging-i686/fr-rpm-bsdtar.patch  (rev 0)
+++ community-staging-i686/fr-rpm-bsdtar.patch  2016-09-24 13:02:09 UTC (rev 
190265)
@@ -0,0 +1,60 @@
+This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio.
+It is useful on systems that do not have cpio or RPM/YUM
+This patch was created for Arch Linux, however should work on any system that 
has bsdtar capable of handling cpio archives.
+
+--+
+ rpm2cpio.c   |   2 +-
+ fr-command-rpm.c |   8 
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+Index: src/commands/rpm2cpio.c
+
+--- mate-file-archiver-1.6.0/src/commands/rpm2cpio.c 2013-03-31
 mate-file-archiver-1.6.0/src/commands/rpm2cpio.c   2013-07-26
+@@ -128,7 +128,7 @@
+   archive_command = "bzip2 -dc";
+   fclose (stream);
+ 
+-  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | cpio %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
++  command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null 
| %s | bsdtar %s\"", g_shell_quote (filename), offset, archive_command, 
cpio_args->str);
+ 
+   return system (command);
+ }
+Index: src/fr-command-rpm.c
+
+--- mate-file-archiver-1.6.0/src/fr-command-rpm.c  2013-03-31
 mate-file-archiver-1.6.0/src/fr-command-rpm.c  2013-07-26
+@@ -175,7 +175,7 @@
+ 
+   fr_process_begin_command (comm->process, "sh");
+   fr_process_add_arg (comm->process, "-c");
+-  fr_process_add_arg_concat (comm->process, PRIVEXECDIR "rpm2cpio ", 
comm->e_filename, " -itv", NULL);
++  fr_process_add_arg_concat (comm->process, PRIVEXECDIR "rpm2cpio ", 
comm->e_filename, " -tvf -", NULL);
+   fr_process_end_command (comm->process);
+   fr_process_start (comm->process);
+ }
+@@ -200,7 +200,7 @@
+ 
+   cmd = g_string_new (PRIVEXECDIR "rpm2cpio ");
+   g_string_append (cmd, comm->e_filename);
+-  g_string_append (cmd, " 

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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:06:42
  Author: arojas
Revision: 190267

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

Added:
  caja-extensions/repos/community-staging-i686/
  caja-extensions/repos/community-staging-i686/PKGBUILD
(from rev 190266, caja-extensions/trunk/PKGBUILD)
  caja-extensions/repos/community-staging-x86_64/
  caja-extensions/repos/community-staging-x86_64/PKGBUILD
(from rev 190266, caja-extensions/trunk/PKGBUILD)

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

Copied: caja-extensions/repos/community-staging-i686/PKGBUILD (from rev 190266, 
caja-extensions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 13:06:42 UTC (rev 190267)
@@ -0,0 +1,97 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Caja extensions (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')
+makedepends=('intltool')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9b27e46a731b117815862229c38445ef94afa600')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-gtk=2.0
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_caja-extensions-common() {
+pkgdesc="Caja extensions (common files)"
+depends=()
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make -C po DESTDIR="${pkgdir}" install
+}
+
+package_caja-gksu() {
+pkgdesc="Privilege granting extension for Caja using gksu (GTK2 version)"
+depends=('caja' 'caja-extensions-common' 'gksu')
+groups=('mate-extra')
+conflicts=('caja-gksu-gtk3')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make -C gksu DESTDIR="${pkgdir}" install
+}
+
+package_caja-image-converter() {
+pkgdesc="A Caja extension for simple image conversions (GTK2 version)"
+depends=('caja' 'caja-extensions-common' 'imagemagick')
+groups=('mate-extra')
+conflicts=('caja-image-converter-gtk3')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make -C image-converter DESTDIR="${pkgdir}" install
+}
+
+package_caja-open-terminal() {
+pkgdesc="A Caja extension for opening terminals in arbitrary local paths 
(GTK2 version)"
+depends=('caja' 'caja-extensions-common')
+groups=('mate-extra')
+conflicts=('caja-open-terminal-gtk3')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make -C open-terminal DESTDIR="${pkgdir}" install
+}
+
+package_caja-sendto() {
+pkgdesc="A Caja extension for sending files (GTK2 version)"
+depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp')
+groups=('mate-extra')
+optdepends=('pidgin: Support for sending to instant messaging networks.'
+'gajim: Support for sending to Jabber.')
+conflicts=('caja-sendto-gtk3')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make -C sendto DESTDIR="${pkgdir}" install
+}
+
+package_caja-share() {
+pkgdesc="A Caja extension to quickly share a folder (GTK2 version)"
+depends=('caja' 'caja-extensions-common' 'samba')
+groups=('mate-extra')
+conflicts=('caja-share-gtk3')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make -C share DESTDIR="${pkgdir}" install
+}
+
+package_caja-wallpaper() {
+pkgdesc="A Caja extension to quickly set wallpaper (GTK2 version)"
+depends=('caja' 'caja-extensions-common')
+groups=('mate-extra')
+conflicts=('caja-wallpaper-gtk3')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make -C wallpaper DESTDIR="${pkgdir}" install
+}

Copied: caja-extensions/repos/community-staging-x86_64/PKGBUILD (from rev 
190266, caja-extensions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 13:06:42 UTC (rev 190267)
@@ -0,0 +1,97 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-gksu caja-image-converter 
caja-open-terminal caja-sendto caja-share caja-wallpaper)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Caja extensions (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gksu' 'gupnp' 'imagemagick' 'samba')

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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:26:44
  Author: arojas
Revision: 190278

Update to 1.16.0

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:23:19 UTC (rev 190277)
+++ PKGBUILD2016-09-24 13:26:44 UTC (rev 190278)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-applets
 pkgname=(${_pkgbase})
 pkgver=${_ver}.0
@@ -17,7 +17,7 @@
 conflicts=("${_pkgbase}-gtk3" 'mate-netspeed' 'mate-netspeed-gtk3')
 replaces=('mate-netspeed')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e316ade06cba447908120eee07b777dcfae436cd')
+sha1sums=('6e6b51089bcb6450a466ba358b71fcfd7aba3a6a')
 
 prepare() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in mate-media-gtk3/repos (4 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:48:06
  Author: arojas
Revision: 190294

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

Added:
  mate-media-gtk3/repos/community-staging-i686/
  mate-media-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 190293, mate-media-gtk3/trunk/PKGBUILD)
  mate-media-gtk3/repos/community-staging-x86_64/
  mate-media-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 190293, mate-media-gtk3/trunk/PKGBUILD)

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

Copied: mate-media-gtk3/repos/community-staging-i686/PKGBUILD (from rev 190293, 
mate-media-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 13:48:06 UTC (rev 190294)
@@ -0,0 +1,33 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+_pkgbase=mate-media
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+url="http://mate-desktop.org;
+pkgdesc="MATE Media Tools (GTK3 version)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'libunique3' 'mate-desktop-gtk3')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('c9937f35fa3eb4209e2493f5d9838f5a5fb69886')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--localstatedir=/var \
+--with-gtk=3.0
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-media-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 
190293, mate-media-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 13:48:06 UTC (rev 190294)
@@ -0,0 +1,33 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+_pkgbase=mate-media
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+url="http://mate-desktop.org;
+pkgdesc="MATE Media Tools (GTK3 version)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'libunique3' 'mate-desktop-gtk3')
+makedepends=('mate-common')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('c9937f35fa3eb4209e2493f5d9838f5a5fb69886')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--localstatedir=/var \
+--with-gtk=3.0
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:07:07
  Author: jleclanche
Revision: 190310

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/PKGBUILD
(from rev 190309, lxqt-common/trunk/PKGBUILD)
Deleted:
  lxqt-common/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-24 14:07:03 UTC (rev 190309)
+++ PKGBUILD2016-09-24 14:07:07 UTC (rev 190310)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-common
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="Common data to run a LXQt session."
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
-makedepends=("cmake" "liblxqt" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-   # Remove in 0.11
-   LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   LC_ALL=en_US.UTF-8 make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-common/repos/community-any/PKGBUILD (from rev 190309, 
lxqt-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-24 14:07:07 UTC (rev 190310)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-common
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
+makedepends=("cmake" "liblxqt" "qt5-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "3a34a2105a49545d2695cccaf6310d261a7e760455e583efa2d80b3ab54d6053"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:07:03
  Author: jleclanche
Revision: 190309

upgpkg: lxqt-common 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:05:26 UTC (rev 190308)
+++ PKGBUILD2016-09-24 14:07:03 UTC (rev 190309)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-common
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
 groups=("lxqt")
@@ -12,24 +12,25 @@
 depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
 makedepends=("cmake" "liblxqt" "qt5-tools")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "7b12f2fe7a42f5ea0c9f596eeb87ca3c97cc0b706121ceede64480e8480ec9d1"
+   "3a34a2105a49545d2695cccaf6310d261a7e760455e583efa2d80b3ab54d6053"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {
mkdir -p build
cd build
-   # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
-   # Remove in 0.11
-   LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
+   cmake "$srcdir/$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr
-   LC_ALL=en_US.UTF-8 make
+   make
 }
 
 package() {


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

2016-09-24 Thread Lukas Fleischer
Date: Saturday, September 24, 2016 @ 14:17:54
  Author: lfleischer
Revision: 190321

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 190320, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 190320, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 190320, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 190320, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 190320, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 190320, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 190320, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 190320, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   94 ++
 /tor.install |8 
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   47 -
 community-i686/tor.install   |4 
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   47 -
 community-x86_64/tor.install |4 
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 510 insertions(+), 510 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 14:17:44 UTC (rev 190320)
+++ community-i686/PKGBUILD 2016-09-24 14:17:54 UTC (rev 190321)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.2.8.7
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('i686' 'x86_64')
-url='http://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-install='tor.install'
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service')
-md5sums=('59771fe2d098893fe955edfb8b13401f'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74')
-validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') # Nick Mathewson
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-i686/PKGBUILD (from rev 190320, tor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:17:54 UTC (rev 190321)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.2.8.8
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('i686' 'x86_64')
+url='http://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+install='tor.install'
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service')
+md5sums=('a9627e1655cab3a3df0da9b0f74aa21b'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74')
+validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') # Nick Mathewson
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
+
+  mv 

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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:16:16
  Author: jleclanche
Revision: 190317

upgpkg: lxqt-globalkeys 0.11.0-1

Upstream release 0.11.0

Modified:
  lxqt-globalkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:14:43 UTC (rev 190316)
+++ PKGBUILD2016-09-24 14:16:16 UTC (rev 190317)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-globalkeys
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -10,16 +10,19 @@
 url="http://lxqt.org;
 license=("LGPL2.1")
 depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "qt5-tools" "git")
 source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
+   "454ba7dd58180576032c1cfa21c576237b0aa0ea509cb47aadc21d1fbadc1354"
"SKIP"
 )
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
 
 
 build() {


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:16:22
  Author: jleclanche
Revision: 190318

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

Added:
  lxqt-globalkeys/repos/community-i686/PKGBUILD
(from rev 190317, lxqt-globalkeys/trunk/PKGBUILD)
  lxqt-globalkeys/repos/community-x86_64/PKGBUILD
(from rev 190317, lxqt-globalkeys/trunk/PKGBUILD)
Deleted:
  lxqt-globalkeys/repos/community-i686/PKGBUILD
  lxqt-globalkeys/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 14:16:16 UTC (rev 190317)
+++ community-i686/PKGBUILD 2016-09-24 14:16:22 UTC (rev 190318)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-globalkeys
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-globalkeys/repos/community-i686/PKGBUILD (from rev 190317, 
lxqt-globalkeys/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:16:22 UTC (rev 190318)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-globalkeys
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "454ba7dd58180576032c1cfa21c576237b0aa0ea509cb47aadc21d1fbadc1354"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-24 14:16:16 UTC (rev 190317)
+++ community-x86_64/PKGBUILD   2016-09-24 14:16:22 UTC (rev 190318)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-globalkeys
-pkgver=0.10.0
-pkgrel=4
-pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("LGPL2.1")
-depends=("liblxqt")
-makedepends=("cmake" "qt5-tools")
-source=(
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
-   "https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "9a9d6a0299a26f91d391a601123e78e18cbe56ee6086cc27ccf800920e146e1a"
-   "SKIP"
-)
-validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-globalkeys/repos/community-x86_64/PKGBUILD (from rev 190317, 
lxqt-globalkeys/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 14:16:22 UTC (rev 190318)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-globalkeys

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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:17:35
  Author: arojas
Revision: 190319

Update to 1.16.0

Modified:
  mate-power-manager-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:16:22 UTC (rev 190318)
+++ PKGBUILD2016-09-24 14:17:35 UTC (rev 190319)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-power-manager
 pkgname=(${_pkgbase}-gtk3)
 pkgver=${_ver}.0
@@ -9,13 +9,13 @@
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'libunique3' 
'mate-desktop-gtk3' 'upower')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
 makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
 optdepends=('mate-panel-gtk3: Set brightness and inhibit power management from 
the panel')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
-sha1sums=('286ac97658d18ea1fffa6e0a692a877727a44e41')
+sha1sums=('a7089947d4ac2151e2b8182f4d130aba08d804d2')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Lukas Fleischer
Date: Saturday, September 24, 2016 @ 14:17:44
  Author: lfleischer
Revision: 190320

upgpkg: tor 0.2.8.8-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:17:35 UTC (rev 190319)
+++ PKGBUILD2016-09-24 14:17:44 UTC (rev 190320)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.8.7
+pkgver=0.2.8.8
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'torrc'
 'tor.service')
-md5sums=('59771fe2d098893fe955edfb8b13401f'
+md5sums=('a9627e1655cab3a3df0da9b0f74aa21b'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74')


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:54:20
  Author: arojas
Revision: 190363

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

Added:
  mate-utils/repos/community-staging-i686/
  mate-utils/repos/community-staging-i686/PKGBUILD
(from rev 190362, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-staging-x86_64/
  mate-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 190362, mate-utils/trunk/PKGBUILD)

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

Copied: mate-utils/repos/community-staging-i686/PKGBUILD (from rev 190362, 
mate-utils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 14:54:20 UTC (rev 190363)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils/repos/community-staging-x86_64/PKGBUILD (from rev 190362, 
mate-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:54:20 UTC (rev 190363)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--sysconfdir=/etc \
+--disable-maintainer-flags
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:53:58
  Author: jleclanche
Revision: 190361

upgpkg: lxqt-config 0.11.0-2

Rebuild

Modified:
  lxqt-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:53:57 UTC (rev 190360)
+++ PKGBUILD2016-09-24 14:53:58 UTC (rev 190361)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-config
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="LXQt system configuration."
 arch=("i686" "x86_64")
 groups=("lxqt")


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:53:57
  Author: arojas
Revision: 190360

Update to 1.16.0

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:52:00 UTC (rev 190359)
+++ PKGBUILD2016-09-24 14:53:57 UTC (rev 190360)
@@ -1,9 +1,9 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mate-utils
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
 url="http://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('28ad08462ffad74d2d5b1f779cc27e00634c6989')
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in lxqt-config/repos (2 files)

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 14:54:10
  Author: jleclanche
Revision: 190362

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

Added:
  lxqt-config/repos/community-i686/PKGBUILD
(from rev 190361, lxqt-config/trunk/PKGBUILD)
  lxqt-config/repos/community-x86_64/PKGBUILD
(from rev 190361, lxqt-config/trunk/PKGBUILD)

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

Copied: lxqt-config/repos/community-i686/PKGBUILD (from rev 190361, 
lxqt-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 14:54:10 UTC (rev 190362)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-config
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "e254994caf0535bf6f9da659dc4410b63b5b5cfabea0b961bfb8c00e3c393d38"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: lxqt-config/repos/community-x86_64/PKGBUILD (from rev 190361, 
lxqt-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 14:54:10 UTC (rev 190362)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-config
+pkgver=0.11.0
+pkgrel=2
+pkgdesc="LXQt system configuration."
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+depends=("liblxqt" "libkscreen" "libxcursor" "qt5-svg")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "e254994caf0535bf6f9da659dc4410b63b5b5cfabea0b961bfb8c00e3c393d38"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in mate-icon-theme-faenza/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:55:34
  Author: arojas
Revision: 190366

Update to 1.16.0

Modified:
  mate-icon-theme-faenza/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:55:03 UTC (rev 190365)
+++ PKGBUILD2016-09-24 14:55:34 UTC (rev 190366)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 pkgname=mate-icon-theme-faenza
 pkgver=${_ver}.0
 pkgrel=1
@@ -12,7 +12,7 @@
 options=(!strip)
 groups=('mate-extra' 'mate-extra-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2a4b5e57d0ea3099bb0683f37e4f9eff62888d86')
+sha1sums=('0f6a27fed21f30d778dd045f6a0f2ba1c5d994d7')
 
 prepare() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-09-24 Thread Jaroslav Lichtblau
Date: Saturday, September 24, 2016 @ 14:54:45
  Author: jlichtblau
Revision: 190364

upgpkg: youtube-dl 2016.09.24-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 14:54:20 UTC (rev 190363)
+++ PKGBUILD2016-09-24 14:54:45 UTC (rev 190364)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2016.09.19
+pkgver=2016.09.24
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e'
+sha256sums=('d45a17fb6be7d2e6c3df56f54d1a944fac8b68a577b673d8b15cef8e47bb3a57'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   '428DF5D63EF07494BB455AC0EBF01804BCF05F6B'  # Filippo Valsorda


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:04:05
  Author: arojas
Revision: 190372

Update to 1.16.0

Modified:
  pluma-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:01:54 UTC (rev 190371)
+++ PKGBUILD2016-09-24 15:04:05 UTC (rev 190372)
@@ -1,20 +1,20 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=pluma
 pkgname=${_pkgbase}-gtk3
 pkgver=${_ver}.0
-pkgrel=2
+pkgrel=1
 pkgdesc="A powerful text editor for MATE (GTK3 version)"
 url="http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtksourceview3' 'iso-codes' 'mate-desktop-gtk3' 'zenity')
+depends=('gtksourceview3' 'iso-codes' 'zenity')
 makedepends=('intltool' 'itstool')
 groups=('mate-extra-gtk3')
 conflicts=("${_pkgbase}")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('e521a50260b46af94adf43078dc430c0f590a24a')
+sha1sums=('14a0497fade1e3fd40a39eafb28390975abd12a6')
 
 prepare() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


[arch-commits] Commit in python2-caja-gtk3/repos (4 files)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:09:55
  Author: arojas
Revision: 190378

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

Added:
  python2-caja-gtk3/repos/community-staging-i686/
  python2-caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 190377, python2-caja-gtk3/trunk/PKGBUILD)
  python2-caja-gtk3/repos/community-staging-x86_64/
  python2-caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 190377, python2-caja-gtk3/trunk/PKGBUILD)

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

Copied: python2-caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 
190377, python2-caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-24 15:09:55 UTC (rev 190378)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=python-caja
+pkgname=python2-caja-gtk3
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja-gtk3' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c4125cbe8485174c59e85cb77290826de6e3435')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: python2-caja-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 
190377, python2-caja-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 15:09:55 UTC (rev 190378)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_pkgbase=python-caja
+pkgname=python2-caja-gtk3
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python (GTK3 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja-gtk3' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('9c4125cbe8485174c59e85cb77290826de6e3435')
+
+prepare() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 15:16:26
  Author: jleclanche
Revision: 190383

upgpkg: libfm-qt 0.11.1-1

Upstream release 0.11.1

Modified:
  libfm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:15:43 UTC (rev 190382)
+++ PKGBUILD2016-09-24 15:16:26 UTC (rev 190383)
@@ -9,14 +9,14 @@
 groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("libfm" "qt5-x11extras")
-makedepends=("cmake" "qt5-tools")
+depends=("libfm" "liblxqt" "qt5-x11extras")
+makedepends=("cmake" "qt5-tools" "git")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "fd035da1f74506f2897fc94b874def521a88a2f4f82c7eea1eb406375a2571fa"
+   "69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578"
"SKIP"
 )
 validpgpkeys=(


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 15:45:59
  Author: arojas
Revision: 190437

Update to 1.16.0

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:42:22 UTC (rev 190436)
+++ PKGBUILD2016-09-24 15:45:59 UTC (rev 190437)
@@ -1,21 +1,21 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 _pkgbase=mozo
 pkgname=${_pkgbase}
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="MATE menu editing tool"
 url="http://mate-desktop.org;
 arch=('any')
 license=('GPL')
-depends=('gtk3' 'mate-menus' 'python2-gobject')
+depends=('mate-menus' 'python2-gobject')
 makedepends=('intltool')
 groups=('mate-extra' 'mate-extra-gtk3')
 conflicts=("${_pkgbase}-gtk3")
 replaces=("${_pkgbase}-gtk3")
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('a40f1d193431d8c8a2647be2861fcf31e9b491e0')
+sha1sums=('bd9b1e70a6976940d40ef78f58c11a96ffa41a26')
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"


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

2016-09-24 Thread Bartłomiej Piotrowski
Date: Saturday, September 24, 2016 @ 18:45:21
  Author: bpiotrowski
Revision: 190451

upgpkg: rkt 1.15.0-2

backport patch that fixes stage1-host with systemd v231

Added:
  rkt/trunk/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
Modified:
  rkt/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++-
 rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch |   35 +
 2 files changed, 45 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 16:52:21 UTC (rev 190450)
+++ PKGBUILD2016-09-24 18:45:21 UTC (rev 190451)
@@ -8,7 +8,7 @@
 
 pkgname=rkt
 pkgver=1.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="App container runtime"
 arch=('x86_64')
 url="https://github.com/coreos/rkt;
@@ -28,7 +28,8 @@
 
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
 
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
 
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
+rkt.sysusers
+rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch)
 noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
@@ -36,7 +37,8 @@
 '6f08697bea372af916a150f9846110e8855305653e5582b2c2ea04f14253e5c8'
 'SKIP'
 '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
+'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6'
+'1dc68b38d58858840e99537c9c17f9a9ac087a6b2eb393aa48c79f98d7dcc2ee')
 install="rkt.install"
 
 prepare() {
@@ -44,6 +46,11 @@
   mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
   cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
   ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
+
+  # stage1-host fails to start container on systemd 231
+  # https://github.com/coreos/rkt/issues/3215
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 -i 
"$srcdir"/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
 }
 
 build() {

Added: rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
===
--- rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
(rev 0)
+++ rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch2016-09-24 
18:45:21 UTC (rev 190451)
@@ -0,0 +1,35 @@
+From 01e2e37dcb9d4c000991fa8be5708e6dab877e0e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Lukas=20F=C3=BCrmetz?= 
+Date: Sat, 17 Sep 2016 11:38:35 +0200
+Subject: [PATCH] stage1/host: reorder systemd-nspawn args
+
+This fixes #3215.
+---
+ stage1/init/init.go | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/stage1/init/init.go b/stage1/init/init.go
+index 62b6103..56255fc 100644
+--- a/stage1/init/init.go
 b/stage1/init/init.go
+@@ -392,9 +392,6 @@ func getArgsEnv(p *stage1commontypes.Pod, flavor string, 
canMachinedRegister boo
+   if n != 1 || version < 220 {
+   return nil, nil, fmt.Errorf("rkt needs systemd-nspawn 
>= 220. %s version not supported: %v", hostNspawnBin, versionStr)
+   }
+-  if version >= 231 {
+-  args = append(args, "--notify-ready=yes") // From 
systemd v231
+-  }
+ 
+   // Copy systemd, bash, etc. in stage1 at run-time
+   if err := installAssets(); err != nil {
+@@ -405,6 +402,10 @@ func getArgsEnv(p *stage1commontypes.Pod, flavor string, 
canMachinedRegister boo
+   args = append(args, "--boot") // Launch systemd in the pod
+   args = append(args, fmt.Sprintf("--register=true"))
+ 
++  if version >= 231 {
++  args = append(args, "--notify-ready=yes") // From 
systemd v231
++  }
++
+   if context := os.Getenv(common.EnvSELinuxContext); context != 
"" {
+   args = append(args, fmt.Sprintf("-Z%s", context))
+   }


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

2016-09-24 Thread Sven-Hendrik Haase
Date: Saturday, September 24, 2016 @ 20:10:26
  Author: svenstaro
Revision: 190455

Move ripgrep from AUR

Added:
  ripgrep/
  ripgrep/repos/
  ripgrep/trunk/
  ripgrep/trunk/PKGBUILD

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

Added: ripgrep/trunk/PKGBUILD
===
--- ripgrep/trunk/PKGBUILD  (rev 0)
+++ ripgrep/trunk/PKGBUILD  2016-09-24 20:10:26 UTC (rev 190455)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=0.1.17
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('i686' 'x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'UNLICENSE')
+makedepends=('cargo')
+source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ced856378c4ca625e4798ccae85418badd22e099fc324bcb162df51824808622')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README-NEW.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}


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

2016-09-24 Thread Tobias Powalowski
Date: Saturday, September 24, 2016 @ 19:37:46
  Author: tpowa
Revision: 276919

upgpkg: linux 4.7.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 19:35:59 UTC (rev 276918)
+++ PKGBUILD2016-09-24 19:37:46 UTC (rev 276919)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.7
-pkgver=4.7.4
+pkgver=4.7.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10'
 'SKIP'
-'a7e9415d35cee130f2ea5ae4edc652d4be784d9bbfd77e850f1e999f812b2116'
+'46be737415406fd06c1067d1280a4a435f8b0a76d70f5d31858964b41367cc8e'
 'SKIP'
 '8ac2fb81f4c932c6b1877ca2bda9a98c3ffbb42359dce7dea588c97df4db8c8a'
 '931724fe1a57134442fecc739ccb32984c1c6a0f0ae7e7311fd9536bb0e47ead'


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 23:01:55
  Author: jleclanche
Revision: 190461

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

Added:
  qtermwidget/repos/community-i686/
  qtermwidget/repos/community-i686/PKGBUILD
(from rev 190460, qtermwidget/trunk/PKGBUILD)
  qtermwidget/repos/community-x86_64/
  qtermwidget/repos/community-x86_64/PKGBUILD
(from rev 190460, qtermwidget/trunk/PKGBUILD)

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

Copied: qtermwidget/repos/community-i686/PKGBUILD (from rev 190460, 
qtermwidget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 23:01:55 UTC (rev 190461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qtermwidget
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("qt5-base" "libsm" "libxkbcommon-x11")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 190460, 
qtermwidget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 23:01:55 UTC (rev 190461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qtermwidget
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("qt5-base" "libsm" "libxkbcommon-x11")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in rkt/repos/community-x86_64 (5 files)

2016-09-24 Thread Bartłomiej Piotrowski
Date: Saturday, September 24, 2016 @ 19:01:58
  Author: bpiotrowski
Revision: 190454

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 190453, rkt/trunk/PKGBUILD)
  
rkt/repos/community-x86_64/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
(from rev 190453, 
rkt/trunk/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch)
  rkt/repos/community-x86_64/rkt.install
(from rev 190453, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 190453, rkt/trunk/rkt.sysusers)
Deleted:
  
rkt/repos/community-x86_64/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch

--+
 PKGBUILD |  101 +
 rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch |   70 -
 rkt.install  |   10 +
 rkt.sysusers |2 
 4 files changed, 148 insertions(+), 35 deletions(-)

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 190453, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-24 19:01:58 UTC (rev 190454)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
+# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
+
+pkgname=rkt
+pkgver=1.15.0
+pkgrel=2
+pkgdesc="App container runtime"
+arch=('x86_64')
+url="https://github.com/coreos/rkt;
+license=(apache)
+depends=('glibc' 'openssl' 'zlib' 'systemd')
+makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
+ 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
+
+# stage1/usr_from_coreos/coreos-common.mk
+CCN_IMG_RELEASE=1151.0.0
+CCN_SYSTEMD_VERSION=v231
+
+# stage1/usr_from_kvm/kernel.mk
+KERNEL_VERSION=4.3.1
+
+source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
+
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
+
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
+rkt.sysusers
+rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch)
+noextract=(coreos_production_pxe_image.cpio.gz
+   linux-$KERNEL_VERSION.tar.xz)
+validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
+sha256sums=('3efd0dc96c8783d5b378862c7239f733863a181bb3148f3b2e8e10023df06e01'
+'6f08697bea372af916a150f9846110e8855305653e5582b2c2ea04f14253e5c8'
+'SKIP'
+'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
+'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6'
+'1dc68b38d58858840e99537c9c17f9a9ac087a6b2eb393aa48c79f98d7dcc2ee')
+install="rkt.install"
+
+prepare() {
+  cd $pkgname-$pkgver
+  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
+  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
+  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
+
+  # stage1-host fails to start container on systemd 231
+  # https://github.com/coreos/rkt/issues/3215
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -p1 -i 
"$srcdir"/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export GOPATH="$PWD/Godeps/_workspace/src"
+
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--enable-tpm=auto \
+--with-stage1-flavors=coreos,kvm,host,fly \
+--with-stage1-default-flavor=host \
+--with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
+--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-host.aci \
+
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
+--with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
+
+  make manpages
+  make bash-completion
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
+install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
+  done
+
+  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
+  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
+  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
+
+  cd dist/manpages
+  for f in *; do
+install -Dm644 "$f" 

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

2016-09-24 Thread Tobias Powalowski
Date: Saturday, September 24, 2016 @ 19:38:24
  Author: tpowa
Revision: 276920

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

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

--+
 testing-i686/PKGBUILD|  302 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8177 
 testing-i686/config.4.8  | 8207 +
 testing-i686/config.x86_64   | 7929 
 testing-i686/config.x86_64.4.8   | 7957 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  302 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8177 
 testing-x86_64/config.4.8| 8207 +
 testing-x86_64/config.x86_64 | 7929 
 testing-x86_64/config.x86_64.4.8 | 7957 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 16 files changed, 65268 insertions(+)

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


[arch-commits] Commit in (4 files)

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 22:59:01
  Author: jleclanche
Revision: 190460

qtermwidget: Moved from AUR

Added:
  qtermwidget/
  qtermwidget/repos/
  qtermwidget/trunk/
  qtermwidget/trunk/PKGBUILD

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

Added: qtermwidget/trunk/PKGBUILD
===
--- qtermwidget/trunk/PKGBUILD  (rev 0)
+++ qtermwidget/trunk/PKGBUILD  2016-09-24 22:59:01 UTC (rev 190460)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qtermwidget
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("qt5-base" "libsm" "libxkbcommon-x11")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 23:33:17
  Author: jleclanche
Revision: 190464

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

Added:
  qterminal/repos/community-i686/
  qterminal/repos/community-i686/PKGBUILD
(from rev 190463, qterminal/trunk/PKGBUILD)
  qterminal/repos/community-x86_64/
  qterminal/repos/community-x86_64/PKGBUILD
(from rev 190463, qterminal/trunk/PKGBUILD)

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

Copied: qterminal/repos/community-i686/PKGBUILD (from rev 190463, 
qterminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 23:33:17 UTC (rev 190464)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qterminal
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("liblxqt" "qtermwidget")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: qterminal/repos/community-x86_64/PKGBUILD (from rev 190463, 
qterminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 23:33:17 UTC (rev 190464)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qterminal
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("liblxqt" "qtermwidget")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 23:33:06
  Author: jleclanche
Revision: 190463

upgpkg: qterminal 0.7.0-1

Upstream release 0.7.0

Modified:
  qterminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 23:28:30 UTC (rev 190462)
+++ PKGBUILD2016-09-24 23:33:06 UTC (rev 190463)
@@ -9,8 +9,8 @@
 groups=("lxqt")
 url="http://lxqt.org;
 license=("GPL2")
-depends=("qt5-base" "qtermwidget")
-makedepends=("cmake")
+depends=("liblxqt" "qtermwidget")
+makedepends=("cmake" "qt5-tools" "git")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;


[arch-commits] Commit in rkt/repos/community-x86_64 (3 files)

2016-09-24 Thread Bartłomiej Piotrowski
Date: Saturday, September 24, 2016 @ 18:48:14
  Author: bpiotrowski
Revision: 190453

archrelease: copy trunk to community-x86_64

Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  101 -
 rkt.install  |   10 -
 rkt.sysusers |2 -
 3 files changed, 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-24 18:45:28 UTC (rev 190452)
+++ PKGBUILD2016-09-24 18:48:14 UTC (rev 190453)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.15.0
-pkgrel=2
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt;
-license=(apache)
-depends=('glibc' 'openssl' 'zlib' 'systemd')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1151.0.0
-CCN_SYSTEMD_VERSION=v231
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers
-rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
-sha256sums=('3efd0dc96c8783d5b378862c7239f733863a181bb3148f3b2e8e10023df06e01'
-'6f08697bea372af916a150f9846110e8855305653e5582b2c2ea04f14253e5c8'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6'
-'1dc68b38d58858840e99537c9c17f9a9ac087a6b2eb393aa48c79f98d7dcc2ee')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-
-  # stage1-host fails to start container on systemd 231
-  # https://github.com/coreos/rkt/issues/3215
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 -i 
"$srcdir"/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=host \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
---with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-host.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv target/bin/rkt tools/actool "$pkgdir"/usr/bin
-  mv target/bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: rkt.install
===
--- rkt.install 2016-09-24 18:45:28 UTC (rev 190452)
+++ rkt.install 2016-09-24 18:48:14 UTC (rev 190453)
@@ -1,10 +0,0 @@
-post_install() {
-  systemd-sysusers rkt.conf
-  systemd-tmpfiles --create rkt.conf
-}
-
-post_upgrade() {
-  post_install "$@"
-}
-
-# vim:ts=2 sw=2 et ft=sh:

Deleted: 

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

2016-09-24 Thread Andreas Radke
Date: Saturday, September 24, 2016 @ 19:09:48
  Author: andyrtr
Revision: 276917

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 276916, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 276916, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 276916, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 276916, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 276916, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 276916, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 276916, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 276916, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 276916, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 276916, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 276916, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 276916, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 276916, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 276916, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  292 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  292 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 31888 insertions(+)

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


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

2016-09-24 Thread Andreas Radke
Date: Saturday, September 24, 2016 @ 19:09:21
  Author: andyrtr
Revision: 276916

upgpkg: linux-lts 4.4.22-1

upstream update 4.4.22

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 15:56:01 UTC (rev 276915)
+++ PKGBUILD2016-09-24 19:09:21 UTC (rev 276916)
@@ -3,7 +3,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.4
-pkgver=4.4.21
+pkgver=4.4.22
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'278c4ea17ef539e81cb597f0e7e84750649d0f7fddcb27d99abfcb46da9db737'
+'e3d58f355a5d00ecefae056df226ad2b165939c950148dd919a92158bbd0223b'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2016-09-24 Thread Sven-Hendrik Haase
Date: Saturday, September 24, 2016 @ 20:12:05
  Author: svenstaro
Revision: 190457

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 190456, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 190456, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 190456, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 190456, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 190456, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 190456, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 20:11:54 UTC (rev 190456)
+++ community-i686/PKGBUILD 2016-09-24 20:12:05 UTC (rev 190457)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.36.9
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('09e81ab64996f5af6377dd1743462487d52f65cb80ac89e06a57b05e990b5c7a'
-'9e0dbcfa9f2167c91f69585eeb567350ea2c5c4845b1c925042f98500f828134'
-'b01d3d433ed9877c011c7b6ed1b6bfe0b9c94e5674a81df6e21b3d0cb1b2f387'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install 

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

2016-09-24 Thread Sven-Hendrik Haase
Date: Saturday, September 24, 2016 @ 20:11:54
  Author: svenstaro
Revision: 190456

upgpkg: emscripten 1.36.11-1

upstream release 1.36.11

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 20:10:26 UTC (rev 190455)
+++ PKGBUILD2016-09-24 20:11:54 UTC (rev 190456)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.36.9
+pkgver=1.36.11
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('09e81ab64996f5af6377dd1743462487d52f65cb80ac89e06a57b05e990b5c7a'
-'9e0dbcfa9f2167c91f69585eeb567350ea2c5c4845b1c925042f98500f828134'
-'b01d3d433ed9877c011c7b6ed1b6bfe0b9c94e5674a81df6e21b3d0cb1b2f387'
+sha256sums=('57128a08379c5c1f5c7ffd0cb351c8465692e705fa9ff1d352982ccd9f60b1ac'
+'d23d65e4ab3cf1c7ddeb26efd9b7f2c29b35936dec07f41a2c9670959ffd2f6b'
+'14a1c94fca22c1737c7ceecf3c889085a12778628519e48ab190c499bb6e9ad0'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


[arch-commits] Commit in (4 files)

2016-09-24 Thread Jerome Leclanche
Date: Saturday, September 24, 2016 @ 23:28:30
  Author: jleclanche
Revision: 190462

qterminal: Moved from AUR

Added:
  qterminal/
  qterminal/repos/
  qterminal/trunk/
  qterminal/trunk/PKGBUILD

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

Added: qterminal/trunk/PKGBUILD
===
--- qterminal/trunk/PKGBUILD(rev 0)
+++ qterminal/trunk/PKGBUILD2016-09-24 23:28:30 UTC (rev 190462)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qterminal
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("qt5-base" "qtermwidget")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in rkt/repos/community-x86_64 (7 files)

2016-09-24 Thread Bartłomiej Piotrowski
Date: Saturday, September 24, 2016 @ 18:45:28
  Author: bpiotrowski
Revision: 190452

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 190451, rkt/trunk/PKGBUILD)
  
rkt/repos/community-x86_64/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch
(from rev 190451, 
rkt/trunk/rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch)
  rkt/repos/community-x86_64/rkt.install
(from rev 190451, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 190451, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  195 ++---
 rkt-1.15.0-stage1-host-reorder-systemd-nspawn-args.patch |   35 ++
 rkt.install  |   20 -
 rkt.sysusers |4 
 4 files changed, 148 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-24 18:45:21 UTC (rev 190451)
+++ PKGBUILD2016-09-24 18:45:28 UTC (rev 190452)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.15.0
-pkgrel=1
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt;
-license=(apache)
-depends=('glibc' 'openssl' 'zlib' 'systemd')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1151.0.0
-CCN_SYSTEMD_VERSION=v231
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4' '48F9B96A2E16137F')
-sha256sums=('3efd0dc96c8783d5b378862c7239f733863a181bb3148f3b2e8e10023df06e01'
-'6f08697bea372af916a150f9846110e8855305653e5582b2c2ea04f14253e5c8'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=host \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
---with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-host.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv target/bin/rkt tools/actool "$pkgdir"/usr/bin
-  mv target/bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 190451, 
rkt/trunk/PKGBUILD)

[arch-commits] Commit in iana-etc/repos (5 files)

2016-09-24 Thread Gaëtan Bisson
Date: Saturday, September 24, 2016 @ 19:35:59
  Author: bisson
Revision: 276918

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 276917, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 276917, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 
 /PKGBUILD |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-09-24 19:09:48 UTC (rev 276917)
+++ core-any/LICENSE2016-09-24 19:35:59 UTC (rev 276918)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 276917, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-09-24 19:35:59 UTC (rev 276918)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-09-24 19:09:48 UTC (rev 276917)
+++ core-any/PKGBUILD   2016-09-24 19:35:59 UTC (rev 276918)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20160513
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('6009e0863841ad97892829391b7e4f675bffbb80'
-  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 276917, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-09-24 19:35:59 UTC (rev 276918)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160921
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('b3cb2145cfaecc0fb44b686925c940f961481e35'
+  'bc8e9ba9e25cdcb83d63e90f34f92b5b74a6336a'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


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

2016-09-24 Thread Sven-Hendrik Haase
Date: Saturday, September 24, 2016 @ 20:37:10
  Author: svenstaro
Revision: 190459

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

Added:
  ripgrep/repos/community-i686/
  ripgrep/repos/community-i686/PKGBUILD
(from rev 190458, ripgrep/trunk/PKGBUILD)
  ripgrep/repos/community-x86_64/
  ripgrep/repos/community-x86_64/PKGBUILD
(from rev 190458, ripgrep/trunk/PKGBUILD)

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

Copied: ripgrep/repos/community-i686/PKGBUILD (from rev 190458, 
ripgrep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 20:37:10 UTC (rev 190459)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=0.1.17
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('i686' 'x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'UNLICENSE')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}

Copied: ripgrep/repos/community-x86_64/PKGBUILD (from rev 190458, 
ripgrep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-24 20:37:10 UTC (rev 190459)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Gallant 
+pkgname=ripgrep
+pkgver=0.1.17
+pkgrel=1
+pkgdesc="A search tool that combines the usability of ag with the raw speed of 
grep"
+arch=('i686' 'x86_64')
+url="https://github.com/BurntSushi/ripgrep;
+license=('MIT' 'UNLICENSE')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
+
+  install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 "UNLICENSE" "$pkgdir/usr/share/licenses/${pkgname}/UNLICENSE"
+}


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

2016-09-24 Thread Sven-Hendrik Haase
Date: Saturday, September 24, 2016 @ 20:37:06
  Author: svenstaro
Revision: 190458

upgpkg: ripgrep 0.1.17-1

push ripgrep

Modified:
  ripgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 20:12:05 UTC (rev 190457)
+++ PKGBUILD2016-09-24 20:37:06 UTC (rev 190458)
@@ -7,9 +7,10 @@
 arch=('i686' 'x86_64')
 url="https://github.com/BurntSushi/ripgrep;
 license=('MIT' 'UNLICENSE')
+depends=('gcc-libs')
 makedepends=('cargo')
 source=("https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('ced856378c4ca625e4798ccae85418badd22e099fc324bcb162df51824808622')
+sha256sums=('b558b6650bfa9cf0fd0fa58a8617cafc7c819ee25a26d15ca2ce39979dd18a18')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -22,7 +23,7 @@
   install -Dm755 "target/release/rg" "$pkgdir/usr/bin/rg"
 
   install -Dm644 "doc/rg.1" "$pkgdir/usr/share/man/man1/rg.1"
-  install -Dm644 "README-NEW.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
 
   install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
   install -Dm644 "LICENSE-MIT" 
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"


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

2016-09-24 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 01:08:38
  Author: svenstaro
Revision: 190466

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 190465, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 190465, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 190465, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 190465, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 190465, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 190465, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 190465, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 190465, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 190465, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 190465, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 190465, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 190465, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 190465, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 190465, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 
 /ChangeLog  |   72 
 /PKGBUILD   |  100 ++
 /murmur.dbus.conf   |   44 +++
 /murmur.install |   18 +++
 /murmur.service |   24 
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   50 -
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |9 -
 community-i686/murmur.service   |   12 --
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/murmur.dbus.conf   |   22 ---
 community-x86_64/murmur.install |9 -
 community-x86_64/murmur.service |   12 --
 21 files changed, 414 insertions(+), 414 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2016-09-25 01:08:30 UTC 
(rev 190465)
+++ community-i686/0003-fix-long-username-query.patch   2016-09-25 01:08:38 UTC 
(rev 190466)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich 
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers ) {
- 
-   for (int i=0;i= 0) {
-   name = getUserName(id);
-diff --git 

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

2016-09-24 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 01:09:46
  Author: svenstaro
Revision: 190467

upgpkg: mumble 1.2.17-1

upstream release 1.2.17

Modified:
  mumble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 01:08:38 UTC (rev 190466)
+++ PKGBUILD2016-09-25 01:09:46 UTC (rev 190467)
@@ -8,8 +8,8 @@
 # to the depends and delete "no-g15" in the configure line below
 
 pkgname=mumble
-pkgver=1.2.16
-pkgrel=2
+pkgver=1.2.17
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')
@@ -17,7 +17,7 @@
 makedepends=('boost' 'mesa')
 url="http://mumble.sourceforge.net/;
 
source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
-md5sums=('58e7574af80e36e0b943df0e6a44d6ce')
+md5sums=('98a28c10cb607bb51f13e568db2b9570')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2016-09-24 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 01:09:52
  Author: svenstaro
Revision: 190468

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 01:09:46 UTC (rev 190467)
+++ community-i686/PKGBUILD 2016-09-25 01:09:52 UTC (rev 190468)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lauri Niskanen 
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete "no-g15" in the configure line below
-
-pkgname=mumble
-pkgver=1.2.16
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="A voice chat application similar to TeamSpeak"
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
-makedepends=('boost' 'mesa')
-url="http://mumble.sourceforge.net/;
-source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
-md5sums=('58e7574af80e36e0b943df0e6a44d6ce')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
-no-embed-qt-translations no-update packaged" \
-DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
-INCLUDEPATH+="/usr/include/speech-dispatcher"
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver 
$pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so 
$pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so 
$pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
$pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-i686/PKGBUILD (from rev 190467, 
mumble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 01:09:52 UTC (rev 190468)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete "no-g15" in the configure line below
+
+pkgname=mumble
+pkgver=1.2.17
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
+makedepends=('boost' 'mesa')
+url="http://mumble.sourceforge.net/;
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
+md5sums=('98a28c10cb607bb51f13e568db2b9570')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Building mumble
+  qmake-qt4 main.pro \
+CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
+no-embed-qt-translations no-update packaged" \
+DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+INCLUDEPATH+="/usr/include/speech-dispatcher"
+  make release
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # bin stuff
+  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
+  install -m755 -D ./scripts/mumble-overlay 

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

2016-09-24 Thread Sven-Hendrik Haase
Date: Sunday, September 25, 2016 @ 01:08:30
  Author: svenstaro
Revision: 190465

upgpkg: murmur 1.2.17-1

upstream release 1.2.17

Modified:
  murmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 23:33:17 UTC (rev 190464)
+++ PKGBUILD2016-09-25 01:08:30 UTC (rev 190465)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Otto Allmendinger 
-# Contributor: Malte Rabenseifner  
+# Contributor: Malte Rabenseifner 
 
 pkgname=murmur
-pkgver=1.2.16
-pkgrel=2
+pkgver=1.2.17
+pkgrel=1
 pkgdesc="The voice chat application server for Mumble"
 arch=('i686' 'x86_64')
 url="http://mumble.sourceforge.net;
@@ -17,7 +17,7 @@
 
source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz
 "murmur.dbus.conf"
 "murmur.service")
-md5sums=('58e7574af80e36e0b943df0e6a44d6ce'
+md5sums=('98a28c10cb607bb51f13e568db2b9570'
  'eddea4cdbd0bde4b960a67e16b5d5478'
  '776f0f93b82f78114ad66b30d2fd731c')
 


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

2016-09-24 Thread Jerome Leclanche
Date: Sunday, September 25, 2016 @ 01:35:58
  Author: jleclanche
Revision: 190471

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

Added:
  pavucontrol-qt/repos/community-i686/
  pavucontrol-qt/repos/community-i686/PKGBUILD
(from rev 190470, pavucontrol-qt/trunk/PKGBUILD)
  pavucontrol-qt/repos/community-x86_64/
  pavucontrol-qt/repos/community-x86_64/PKGBUILD
(from rev 190470, pavucontrol-qt/trunk/PKGBUILD)

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

Copied: pavucontrol-qt/repos/community-i686/PKGBUILD (from rev 190470, 
pavucontrol-qt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-25 01:35:58 UTC (rev 190471)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=pavucontrol-qt
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("pulseaudio" "liblxqt" "xdg-user-dirs")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "f1021248f9985e46e1b8d026c3c2df8e066c129ddf76b124c54d07cad3db7f74"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}

Copied: pavucontrol-qt/repos/community-x86_64/PKGBUILD (from rev 190470, 
pavucontrol-qt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-25 01:35:58 UTC (rev 190471)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=pavucontrol-qt
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
+arch=("i686" "x86_64")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("pulseaudio" "liblxqt" "xdg-user-dirs")
+makedepends=("cmake" "qt5-tools" "git")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "f1021248f9985e46e1b8d026c3c2df8e066c129ddf76b124c54d07cad3db7f74"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2016-09-24 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 03:41:19
  Author: heftig
Revision: 276925

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

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

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

Copied: grilo/repos/gnome-unstable-i686/PKGBUILD (from rev 276924, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-09-25 03:41:19 UTC (rev 276925)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.3.2+8+g6ffe445
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="https://wiki.gnome.org/Projects/Grilo;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
+makedepends=(gobject-introspection gtk-doc vala intltool git gnome-common)
+optdepends=('grilo-plugins: Plugins for grilo')
+_commit=6ffe44554fe4abd4f21e35497133c1ebe02482af
+source=("git://git.gnome.org/grilo#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Add missing tag for pkgver()
+  git tag -f grilo-0.3.2 343d0a4c29b234f81197f502fed16ba739022a6a
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib \
+--disable-static --disable-debug --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: grilo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276924, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-09-25 03:41:19 UTC (rev 276925)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=grilo
+pkgver=0.3.2+8+g6ffe445
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia 
content"
+url="https://wiki.gnome.org/Projects/Grilo;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
+makedepends=(gobject-introspection gtk-doc vala intltool git gnome-common)
+optdepends=('grilo-plugins: Plugins for grilo')
+_commit=6ffe44554fe4abd4f21e35497133c1ebe02482af
+source=("git://git.gnome.org/grilo#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^grilo-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Add missing tag for pkgver()
+  git tag -f grilo-0.3.2 343d0a4c29b234f81197f502fed16ba739022a6a
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib \
+--disable-static --disable-debug --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-24 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 03:43:40
  Author: heftig
Revision: 276926

2.9.36+1+g6b3d20e-1

Modified:
  libdmapsharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 03:41:19 UTC (rev 276925)
+++ PKGBUILD2016-09-25 03:43:40 UTC (rev 276926)
@@ -2,24 +2,35 @@
 #Maintainer: Ionut Biru 
 
 pkgname=libdmapsharing
-pkgver=2.9.36
+pkgver=2.9.36+1+g6b3d20e
 pkgrel=1
 pkgdesc="A library that implements the DMAP family of protocols"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.flyn.org/projects/libdmapsharing/index.html;
-license=('LGPL2.1')
-depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
-source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
-md5sums=('b7b1929d5b496b90939ae7231388cd88')
+license=(LGPL2.1)
+depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
+makedepends=(git gtk-doc)
+_commit=6b3d20ec55b0fe69218e873a35871b93679c6c4f
+source=("git://git.gnome.org/libdmapsharing#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --with-mdns=avahi
+  cd $pkgname
+  ./configure --prefix=/usr --with-mdns=avahi --enable-gtk-doc
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2016-09-24 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 04:09:05
  Author: heftig
Revision: 276930

0.3.2+12+gc7bd13d-1

Modified:
  gom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 03:45:40 UTC (rev 276929)
+++ PKGBUILD2016-09-25 04:09:05 UTC (rev 276930)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gom
-pkgver=0.3.2
+pkgver=0.3.2+12+gc7bd13d
 pkgrel=1
 pkgdesc="A GObject to SQLite object mapper"
 arch=(i686 x86_64)
@@ -9,12 +9,23 @@
 url="https://wiki.gnome.org/Projects/Gom;
 license=(LGPL2.1)
 depends=(glib2 sqlite)
-makedepends=(intltool gtk-doc gobject-introspection gdk-pixbuf2)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bce8f0f94af6ff7847b853580ba6baebbab8ae531cedb0c78a5c473f39c758fd')
+makedepends=(intltool gtk-doc gobject-introspection gdk-pixbuf2 git 
gnome-common)
+_commit=c7bd13d64ed05165fdaf6a1efc466128a39f6f3a
+source=("git://git.gnome.org/gom#commit=$_commit")
+sha256sums=('SKIP')
  
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr \
 --disable-static --enable-gtk-doc
   make
@@ -21,12 +32,12 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make -k check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in yelp-xsl/repos/gnome-unstable-any (PKGBUILD PKGBUILD)

2016-09-24 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 04:36:19
  Author: heftig
Revision: 276938

archrelease: copy trunk to gnome-unstable-any

Added:
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD
(from rev 276937, yelp-xsl/trunk/PKGBUILD)
Deleted:
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 04:35:49 UTC (rev 276937)
+++ PKGBUILD2016-09-25 04:36:19 UTC (rev 276938)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=yelp-xsl
-pkgver=3.17.90+28+g9f18016
-pkgrel=1
-pkgdesc="Stylesheets for Yelp"
-arch=(any)
-makedepends=(intltool libxslt libxml2 itstool git)
-license=(GPL)
-options=('!emptydirs')
-url="http://www.gnome.org;
-_commit=9f1801698d9f4b6ccd8a20ed0e3d053f5e2f60ac
-source=("git://git.gnome.org/yelp-xsl#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 276937, 
yelp-xsl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 04:36:19 UTC (rev 276938)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=yelp-xsl
+pkgver=3.20.1
+pkgrel=2
+pkgdesc="Document transformations from Yelp"
+url="https://git.gnome.org/browse/yelp-xsl;
+arch=(any)
+license=(GPL)
+makedepends=(intltool libxslt libxml2 itstool git)
+_commit=16ebea986edc8cc394a0e81350202be312e7aadf
+source=("git://git.gnome.org/yelp-xsl#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in itstool/repos/gnome-unstable-any (PKGBUILD PKGBUILD)

2016-09-24 Thread Jan Steffens
Date: Sunday, September 25, 2016 @ 04:33:03
  Author: heftig
Revision: 276936

archrelease: copy trunk to gnome-unstable-any

Added:
  itstool/repos/gnome-unstable-any/PKGBUILD
(from rev 276935, itstool/trunk/PKGBUILD)
Deleted:
  itstool/repos/gnome-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 04:32:36 UTC (rev 276935)
+++ PKGBUILD2016-09-25 04:33:03 UTC (rev 276936)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Michael Pusterhofer 
-
-pkgname=itstool
-pkgver=2.0.2+5+g676f3f7
-pkgrel=1
-pkgdesc="XML to PO and back again"
-arch=(any)
-url="http://itstool.org/;
-license=(GPL3)
-depends=(python libxml2)
-makedepends=(git)
-_commit=676f3f738b21ec4d77f300f83d31d2d0eceaddcc
-source=("git+https://github.com/itstool/itstool#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: itstool/repos/gnome-unstable-any/PKGBUILD (from rev 276935, 
itstool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 04:33:03 UTC (rev 276936)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Michael Pusterhofer 
+
+pkgname=itstool
+pkgver=2.0.2+5+g676f3f7
+pkgrel=2
+pkgdesc="XML to PO and back again"
+arch=(any)
+url="http://itstool.org/;
+license=(GPL3)
+depends=(python2 libxml2)
+makedepends=(git)
+_commit=676f3f738b21ec4d77f300f83d31d2d0eceaddcc
+source=("git+https://github.com/itstool/itstool#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  sed -i 's/| python/&2/' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr PYTHON=/usr/bin/python2
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


<    1   2   3   >