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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:17:14
  Author: cesura
Revision: 581892

upgpkg: mate-backgrounds 1.24.0-1: Updated to version 1.24.0

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 19:17:02 UTC (rev 581891)
+++ PKGBUILD2020-02-25 19:17:14 UTC (rev 581892)
@@ -2,16 +2,16 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-backgrounds
-pkgver=1.22.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="https://mate-desktop.org";
 arch=('any')
 license=('GPL')
-makedepends=('intltool')
 groups=('mate')
+depends=('gettext')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('496e6cf2817759c06f0bf1ba255c731726958f315ca4b559ab048b8809802cc9')
+sha256sums=('28127b17c74a98a409899ac76367fde31b12a06fb5b0d78dac067b2780d7359b')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:14:31
  Author: cesura
Revision: 581887

archrelease: copy trunk to community-x86_64

Added:
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 581886, mate-applets/trunk/PKGBUILD)
Deleted:
  mate-applets/repos/community-x86_64/0001-dbus-sys-dir.patch
  mate-applets/repos/community-x86_64/PKGBUILD

-+
 0001-dbus-sys-dir.patch |   35 
 PKGBUILD|   80 --
 2 files changed, 35 insertions(+), 80 deletions(-)

Deleted: 0001-dbus-sys-dir.patch
===
--- 0001-dbus-sys-dir.patch 2020-02-25 19:14:22 UTC (rev 581886)
+++ 0001-dbus-sys-dir.patch 2020-02-25 19:14:31 UTC (rev 581887)
@@ -1,35 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index af66e0e..0a0c391 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -133,6 +133,17 @@ fi
- AC_SUBST(LIBNOTIFY_CFLAGS)
- AC_SUBST(LIBNOTIFY_LIBS)
- 
-+dnl -- Check for D-Bus -
-+AC_ARG_WITH(dbus-sys,
-+[AC_HELP_STRING([--with-dbus-sys=],
-+[where D-BUS system.d directory is])])
-+if ! test -z "$with_dbus_sys" ; then
-+DBUS_SYS_DIR="$with_dbus_sys"
-+else
-+DBUS_SYS_DIR='${sysconfdir}/dbus-1/system.d'
-+fi
-+AC_SUBST(DBUS_SYS_DIR)
-+
- dnl -- check for glib/gobject (required) 
--
- PKG_CHECK_MODULES(CPUFREQ_SELECTOR, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= 
$GLIB_REQUIRED)
- AC_SUBST(CPUFREQ_SELECTOR_CFLAGS)
-diff --git a/cpufreq/src/cpufreq-selector/Makefile.am 
b/cpufreq/src/cpufreq-selector/Makefile.am
-index 27dfac6..52f2d6e 100644
 a/cpufreq/src/cpufreq-selector/Makefile.am
-+++ b/cpufreq/src/cpufreq-selector/Makefile.am
-@@ -50,7 +50,7 @@ dbus_services_in_files = org.mate.CPUFreqSelector.service.in
- polkit_in_files = org.mate.cpufreqselector.policy.in
- 
- dbus_servicesdir = $(datadir)/dbus-1/system-services
--dbus_confdir = $(sysconfdir)/dbus-1/system.d
-+dbus_confdir = $(DBUS_SYS_DIR)
- polkitdir = $(datadir)/polkit-1/actions
- 
- if HAVE_POLKIT

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 19:14:22 UTC (rev 581886)
+++ PKGBUILD2020-02-25 19:14:31 UTC (rev 581887)
@@ -1,45 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.22.2
-pkgrel=3
-pkgdesc="Applets for MATE panel"
-arch=('x86_64')
-url="https://mate-desktop.org";
-license=('GPL')
-depends=('cpupower' 'gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 
'polkit' 'upower' 'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-'0001-dbus-sys-dir.patch')
-sha256sums=('0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0'
-'e4812eba49c688ae431dc0ae35b58f1ff107bbc795ea812dd99a1a1b7283')
-
-prepare() {
-   cd "${pkgname}-${pkgver}"
-
-   patch -Np1 < ../0001-dbus-sys-dir.patch
-
-   autoreconf -fi
-}
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/${pkgname} \
-   --with-dbus-sys="/usr/share/dbus-1/system.d" \
-   --enable-polkit \
-   --enable-ipv6
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 581886, 
mate-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 19:14:31 UTC (rev 581887)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org";
+license=('GPL')
+depends=('cpupower' 'gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 
'polkit' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('b84feb195b3deb8ef7a973d6e66ba30f0c411cf2e9af1a76afa8903d56

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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:14:22
  Author: cesura
Revision: 581886

upgpkg: mate-applets 1.24.0-1: Updated to version 1.24.0

Modified:
  mate-applets/trunk/PKGBUILD
Deleted:
  mate-applets/trunk/0001-make-the-dbus-directory-configurable.patch

-+
 0001-make-the-dbus-directory-configurable.patch |   44 --
 PKGBUILD|   20 ++
 2 files changed, 4 insertions(+), 60 deletions(-)

Deleted: 0001-make-the-dbus-directory-configurable.patch
===
--- 0001-make-the-dbus-directory-configurable.patch 2020-02-25 19:14:20 UTC 
(rev 581885)
+++ 0001-make-the-dbus-directory-configurable.patch 2020-02-25 19:14:22 UTC 
(rev 581886)
@@ -1,44 +0,0 @@
-From 9714c20d062af14e9b6cbf4cf3c9374acc6b9101 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Fri, 13 Dec 2019 15:11:44 +0100
-Subject: [PATCH] make the dbus directory configurable

- configure.ac | 11 +++
- cpufreq/src/cpufreq-selector/Makefile.am |  2 +-
- 2 files changed, 12 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1709f512..3c5e19a3 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -133,6 +133,17 @@ fi
- AC_SUBST(LIBNOTIFY_CFLAGS)
- AC_SUBST(LIBNOTIFY_LIBS)
- 
-+dnl -- Check for D-Bus -
-+AC_ARG_WITH(dbus-sys,
-+[AC_HELP_STRING([--with-dbus-sys=],
-+[where D-BUS system.d directory is])])
-+if ! test -z "$with_dbus_sys" ; then
-+DBUS_SYS_DIR="$with_dbus_sys"
-+else
-+DBUS_SYS_DIR='${sysconfdir}/dbus-1/system.d'
-+fi
-+AC_SUBST(DBUS_SYS_DIR)
-+
- dnl -- check for glib/gobject (required) 
--
- PKG_CHECK_MODULES(CPUFREQ_SELECTOR, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= 
$GLIB_REQUIRED)
- AC_SUBST(CPUFREQ_SELECTOR_CFLAGS)
-diff --git a/cpufreq/src/cpufreq-selector/Makefile.am 
b/cpufreq/src/cpufreq-selector/Makefile.am
-index dc913c70..b75a26c4 100644
 a/cpufreq/src/cpufreq-selector/Makefile.am
-+++ b/cpufreq/src/cpufreq-selector/Makefile.am
-@@ -50,7 +50,7 @@ dbus_services_in_files = org.mate.CPUFreqSelector.service.in
- polkit_in_files = org.mate.cpufreqselector.policy.in
- 
- dbus_servicesdir = $(datadir)/dbus-1/system-services
--dbus_confdir = $(sysconfdir)/dbus-1/system.d
-+dbus_confdir = $(DBUS_SYS_DIR)
- polkitdir = $(datadir)/polkit-1/actions
- 
- if HAVE_POLKIT

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 19:14:20 UTC (rev 581885)
+++ PKGBUILD2020-02-25 19:14:22 UTC (rev 581886)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-applets
-pkgver=1.22.2
-pkgrel=3
+pkgver=1.24.0
+pkgrel=1
 pkgdesc="Applets for MATE panel"
 arch=('x86_64')
 url="https://mate-desktop.org";
@@ -14,21 +14,9 @@
 groups=('mate-extra')
 conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-'0001-make-the-dbus-directory-configurable.patch')
-sha256sums=('0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0'
-'86c62a2a4df68582e758c7b9ead62d55dc673bbbda841d9bd6f324fb0d53685b')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('b84feb195b3deb8ef7a973d6e66ba30f0c411cf2e9af1a76afa8903d5655a35a')
 
-prepare() {
-   cd "${pkgname}-${pkgver}"
-
-   # D-Bus policy in /usr/share/dbus-1/system.d instead of 
/etc/dbus-1/system.d
-   # 
https://www.archlinux.org/todo/d-bus-policy-in-usrsharedbus-1systemd-instead-of-etcdbus-1systemd/
-   patch -Np1 < ../0001-make-the-dbus-directory-configurable.patch
-
-   autoreconf -fi
-}
-
 build() {
cd "${pkgname}-${pkgver}"
./configure \


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:49:46
  Author: cesura
Revision: 581840

upgpkg: marco 1.24.0-1: Updated to version 1.24.0

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:49:42 UTC (rev 581839)
+++ PKGBUILD2020-02-25 18:49:46 UTC (rev 581840)
@@ -2,19 +2,19 @@
 # Contributor: Martin Wimpress 
 
 pkgname=marco
-pkgver=1.22.4
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="A window manager for MATE"
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent' 
'gettext')
+makedepends=('itstool')
 groups=('mate')
 conflicts=('marco-gtk3')
 replaces=('marco-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
+sha256sums=('82e5682d5e9a0f67c6d1740104bc99115238e77991e784cbe7b0facfd0f68b41')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in marco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:49:53
  Author: cesura
Revision: 581841

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 581840, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:49:46 UTC (rev 581840)
+++ PKGBUILD2020-02-25 18:49:53 UTC (rev 581841)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.22.4
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 581840, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:49:53 UTC (rev 581841)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent' 
'gettext')
+makedepends=('itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('82e5682d5e9a0f67c6d1740104bc99115238e77991e784cbe7b0facfd0f68b41')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:46:25
  Author: cesura
Revision: 581829

upgpkg: libmateweather 1.24.0-1: Updated to version 1.24.0

Modified:
  libmateweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:45:40 UTC (rev 581828)
+++ PKGBUILD2020-02-25 18:46:25 UTC (rev 581829)
@@ -2,18 +2,17 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.22.1
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('LGPL')
-depends=('gtk3' 'libsoup')
-makedepends=('intltool')
+depends=('gtk3' 'libsoup' 'gettext')
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
+sha256sums=('0d6d18296a7011459c92785052ee9a8d695e7fd0bf9d8fa4cc2ce1fe19b59524')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in libmateweather/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:46:32
  Author: cesura
Revision: 581831

archrelease: copy trunk to community-x86_64

Added:
  libmateweather/repos/community-x86_64/PKGBUILD
(from rev 581830, libmateweather/trunk/PKGBUILD)
Deleted:
  libmateweather/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:46:25 UTC (rev 581830)
+++ PKGBUILD2020-02-25 18:46:32 UTC (rev 581831)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-
-pkgname=libmateweather
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Provides access to weather information from the Internet."
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libsoup')
-makedepends=('intltool')
-conflicts=('libmateweather-gtk3')
-replaces=('libmateweather-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-python \
-   --enable-locations-compression
-
-   #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: libmateweather/repos/community-x86_64/PKGBUILD (from rev 581830, 
libmateweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:46:32 UTC (rev 581831)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+
+pkgname=libmateweather
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libsoup' 'gettext')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('0d6d18296a7011459c92785052ee9a8d695e7fd0bf9d8fa4cc2ce1fe19b59524')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-python \
+   --enable-locations-compression
+
+   #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
+}


[arch-commits] Commit in libmatemixer/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:43:31
  Author: cesura
Revision: 581822

archrelease: copy trunk to community-x86_64

Added:
  libmatemixer/repos/community-x86_64/PKGBUILD
(from rev 581821, libmatemixer/trunk/PKGBUILD)
Deleted:
  libmatemixer/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:43:25 UTC (rev 581821)
+++ PKGBUILD2020-02-25 18:43:31 UTC (rev 581822)
@@ -1,32 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=libmatemixer
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Mixer library for MATE Desktop"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('LGPL')
-depends=('glib2' 'libpulse')
-makedepends=('intltool')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('09e64d6f3c4ca7c1e5ceb16ad86d147a77056bfe0faefe219295c8574abe0fec')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var
-
-   #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: libmatemixer/repos/community-x86_64/PKGBUILD (from rev 581821, 
libmatemixer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:43:31 UTC (rev 581822)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=libmatemixer
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Mixer library for MATE Desktop"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('LGPL')
+depends=('glib2' 'gettext' 'libpulse')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('d5fe9bc1b48d503e3a33542022d4cc7479f06d91525cce34ef47f83fc56d7323')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var
+
+   #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
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:43:25
  Author: cesura
Revision: 581821

upgpkg: libmatemixer 1.24.0-1: Updated to version 1.24.0

Modified:
  libmatemixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:43:03 UTC (rev 581820)
+++ PKGBUILD2020-02-25 18:43:25 UTC (rev 581821)
@@ -2,16 +2,15 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmatemixer
-pkgver=1.22.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Mixer library for MATE Desktop"
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('LGPL')
-depends=('glib2' 'libpulse')
-makedepends=('intltool')
+depends=('glib2' 'gettext' 'libpulse')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('09e64d6f3c4ca7c1e5ceb16ad86d147a77056bfe0faefe219295c8574abe0fec')
+sha256sums=('d5fe9bc1b48d503e3a33542022d4cc7479f06d91525cce34ef47f83fc56d7323')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in libmatekbd/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:41:04
  Author: cesura
Revision: 581816

archrelease: copy trunk to community-x86_64

Added:
  libmatekbd/repos/community-x86_64/PKGBUILD
(from rev 581815, libmatekbd/trunk/PKGBUILD)
Deleted:
  libmatekbd/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:40:56 UTC (rev 581815)
+++ PKGBUILD2020-02-25 18:41:04 UTC (rev 581816)
@@ -1,32 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=libmatekbd
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="MATE keyboard library"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxklavier') 
-makedepends=('intltool' 'python')
-conflicts=('libmatekbd-gtk3')
-replaces=('libmatekbd-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('c88ff0606f0581579804e97cf1f34fcebe739dc6fd41be1487552486823959b7')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./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_libmatekbd() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 581815, 
libmatekbd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:41:04 UTC (rev 581816)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=libmatekbd
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'gettext' 'libxklavier') 
+makedepends=('python')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('4b99809b47583d4e0db6dde39afc2a0e338c8cc2588cbe0126180e9c327f07eb')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./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_libmatekbd() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:40:54
  Author: cesura
Revision: 581814

upgpkg: libmatekbd 1.24.0-1: Updated to version 1.24.0

Modified:
  libmatekbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:40:42 UTC (rev 581813)
+++ PKGBUILD2020-02-25 18:40:54 UTC (rev 581814)
@@ -2,18 +2,18 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmatekbd
-pkgver=1.22.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="MATE keyboard library"
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('LGPL')
-depends=('gtk3' 'libxklavier') 
-makedepends=('intltool' 'python')
+depends=('gtk3' 'gettext' 'libxklavier') 
+makedepends=('python')
 conflicts=('libmatekbd-gtk3')
 replaces=('libmatekbd-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('c88ff0606f0581579804e97cf1f34fcebe739dc6fd41be1487552486823959b7')
+sha256sums=('4b99809b47583d4e0db6dde39afc2a0e338c8cc2588cbe0126180e9c327f07eb')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in eom/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:33:54
  Author: cesura
Revision: 581799

archrelease: copy trunk to community-x86_64

Added:
  eom/repos/community-x86_64/PKGBUILD
(from rev 581798, eom/trunk/PKGBUILD)
Deleted:
  eom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:33:48 UTC (rev 581798)
+++ PKGBUILD2020-02-25 18:33:54 UTC (rev 581799)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=eom
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('eom-gtk3')
-replaces=('eom-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3451efd64c7d26be4059c5f4163c190a4341a3023ca60c3405313cae08a7417d')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --localstatedir=/var \
-   --with-librsvg
-
-   #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: eom/repos/community-x86_64/PKGBUILD (from rev 581798, 
eom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:33:54 UTC (rev 581799)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'gettext' 'exempi' 
'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('e7ac1a98d127009130b30fe84841359c2ea7a84a4130b5819f8b8c226e8dfd7f')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --localstatedir=/var \
+   --with-librsvg
+
+   #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
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:33:48
  Author: cesura
Revision: 581797

upgpkg: eom 1.24.0-1: Updated to version 1.24.0

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:33:01 UTC (rev 581796)
+++ PKGBUILD2020-02-25 18:33:48 UTC (rev 581797)
@@ -2,19 +2,19 @@
 # Contributor: Martin Wimpress 
 
 pkgname=eom
-pkgver=1.22.2
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE"
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'gettext' 'exempi' 
'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'itstool')
 groups=('mate-extra')
 conflicts=('eom-gtk3')
 replaces=('eom-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3451efd64c7d26be4059c5f4163c190a4341a3023ca60c3405313cae08a7417d')
+sha256sums=('e7ac1a98d127009130b30fe84841359c2ea7a84a4130b5819f8b8c226e8dfd7f')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:29:40
  Author: cesura
Revision: 581788

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   89 -
 fr-rpm-bsdtar.patch |  120 +-
 2 files changed, 100 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:29:30 UTC (rev 581787)
+++ PKGBUILD2020-02-25 18:29:40 UTC (rev 581788)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja' 'intltool' 'itstool' 'python')
-optdepends=('caja: Caja support'
-   'p7zip: 7Z and ARJ archive support'
-'unace: ACE archive support'
-'unrar: RAR archive support'
-   'brotli: Brotli compression support')
-groups=('mate-extra')
-conflicts=("engrampa-gtk3")
-replaces=("engrampa-gtk3")
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha256sums=('ed21d1ceafbbe31e35c9225f0dc6a451ae2f8aff454bacef60df5a31e6b3075e'
-'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
-
-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
-}

Copied: engrampa/repos/community-x86_64/PKGBUILD (from rev 581787, 
engrampa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:29:40 UTC (rev 581788)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'gettext' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'itstool' 'python')
+optdepends=('caja: Caja support'
+   'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support'
+   'brotli: Brotli compression support')
+groups=('mate-extra')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('d415f486edc9a5474024b3928ff1127ba4534a703a60993a3912fffcf0988a8d')
+
+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: fr-rpm-bsdtar.patch
===
--- fr-rpm-bsdtar.patch 2020-02-25 18:29:30 UTC (rev 581787)
+++ fr-rpm-bsdtar.patch 2020-02-25 18:29:40 UTC (rev 581788)
@@ -1,60 +0,0 @@
-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 

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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:29:30
  Author: cesura
Revision: 581787

upgpkg: engrampa 1.24.0-1: Updated to version 1.24.0

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:24:47 UTC (rev 581786)
+++ PKGBUILD2020-02-25 18:29:30 UTC (rev 581787)
@@ -2,14 +2,14 @@
 # Contributor: Martin Wimpress 
 
 pkgname=engrampa
-pkgver=1.22.2
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja' 'intltool' 'itstool' 'python')
+depends=('gtk3' 'gzip' 'gettext' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'itstool' 'python')
 optdepends=('caja: Caja support'
'p7zip: 7Z and ARJ archive support'
 'unace: ACE archive support'
@@ -18,18 +18,9 @@
 groups=('mate-extra')
 conflicts=("engrampa-gtk3")
 replaces=("engrampa-gtk3")
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha256sums=('ed21d1ceafbbe31e35c9225f0dc6a451ae2f8aff454bacef60df5a31e6b3075e'
-'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('d415f486edc9a5474024b3928ff1127ba4534a703a60993a3912fffcf0988a8d')
 
-prepare() {
-   cd "${pkgname}-${pkgver}"
-
-   # This patch 'depends' on libarchive
-   patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch"
-}
-
 build() {
cd "${pkgname}-${pkgver}"
./configure \


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:21:29
  Author: cesura
Revision: 581777

upgpkg: atril 1.24.0-1: Updated to version 1.24.0

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:20:45 UTC (rev 581776)
+++ PKGBUILD2020-02-25 18:21:29 UTC (rev 581777)
@@ -9,7 +9,7 @@
 arch=('x86_64')
 license=('GPL')
 depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'texlive-bin')
+makedepends=('caja' 'gobject-introspection' 'itstool' 'texlive-bin')
 optdepends=('caja: Document Properties extension'
 'texlive-bin: DVI support')
 groups=('mate-extra')


[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:21:37
  Author: cesura
Revision: 581778

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 581777, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:21:29 UTC (rev 581777)
+++ PKGBUILD2020-02-25 18:21:37 UTC (rev 581778)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --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 "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 581777, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:21:37 UTC (rev 581778)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
+makedepends=('caja' 'gobject-introspection' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --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 "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:11:31
  Author: cesura
Revision: 581756

upgpkg: caja-extensions 1.24.0-1: Updated to version 1.24.0

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:11:22 UTC (rev 581755)
+++ PKGBUILD2020-02-25 18:11:31 UTC (rev 581756)
@@ -3,16 +3,16 @@
 
 pkgbase=caja-extensions
 pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
-pkgver=1.22.1
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Caja extensions"
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('GPL')
-depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
-makedepends=('intltool' 'python')
+depends=('caja' 'gettext' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
+makedepends=('python')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";)
-sha256sums=('d0845b6f2921ee7b7c951d4490a4fd7166f90b85f60a22aef77c75b53fbcf077')
+sha256sums=('e65ee2b3d3e1608b02bebbd2d98ec18d529588aa78e521948fb4655b002bbb9c')
 
 build() {
 cd ${pkgbase}-${pkgver}


[arch-commits] Commit in caja-extensions/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:11:38
  Author: cesura
Revision: 581758

archrelease: copy trunk to community-x86_64

Added:
  caja-extensions/repos/community-x86_64/PKGBUILD
(from rev 581756, caja-extensions/trunk/PKGBUILD)
Deleted:
  caja-extensions/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  202 ++---
 1 file changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:11:36 UTC (rev 581757)
+++ PKGBUILD2020-02-25 18:11:38 UTC (rev 581758)
@@ -1,101 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgbase=caja-extensions
-pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Caja extensions"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
-makedepends=('intltool' 'python')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";)
-sha256sums=('d0845b6f2921ee7b7c951d4490a4fd7166f90b85f60a22aef77c75b53fbcf077')
-
-build() {
-cd ${pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---disable-gksu
-
-#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 ${pkgbase}-${pkgver}
-make -C po DESTDIR="${pkgdir}" install
-}
-
-package_caja-image-converter() {
-pkgdesc="A Caja extension for simple image conversions"
-depends=('caja' 'caja-extensions-common' 'imagemagick')
-groups=('mate-extra')
-conflicts=('caja-image-converter-gtk3')
-replaces=('caja-image-converter-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C image-converter DESTDIR="${pkgdir}" install
-}
-
-package_caja-open-terminal() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-open-terminal-gtk3')
-replaces=('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"
-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 XMPP.')
-conflicts=('caja-sendto-gtk3')
-replaces=('caja-sendto-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C sendto DESTDIR="${pkgdir}" install
-}
-
-package_caja-share() {
-pkgdesc="A Caja extension to quickly share a folder"
-depends=('caja' 'caja-extensions-common' 'samba')
-groups=('mate-extra')
-conflicts=('caja-share-gtk3')
-replaces=('caja-share-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C share DESTDIR="${pkgdir}" install
-}
-
-package_caja-wallpaper() {
-pkgdesc="A Caja extension to quickly set wallpaper"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-wallpaper-gtk3')
-replaces=('caja-wallpaper-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C wallpaper DESTDIR="${pkgdir}" install
-}
-
-package_caja-xattr-tags() {
-pkgdesc="A Caja extension to see tags stored on xattrs"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-
-cd ${pkgbase}-${pkgver}
-make -C xattr-tags DESTDIR="${pkgdir}" install
-}

Copied: caja-extensions/repos/community-x86_64/PKGBUILD (from rev 581756, 
caja-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:11:38 UTC (rev 581758)
@@ -0,0 +1,101 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Caja extensions"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('caja' 'gettext' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
+makedepends=('python')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";)
+sha256sums=('e65ee2b3d3e1608b02bebbd2d98ec18d529588aa78e521948fb4655b002bbb9c')
+
+build() {
+cd ${pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-gksu
+
+#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(

[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:08:04
  Author: cesura
Revision: 581748

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 581747, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:07:44 UTC (rev 581747)
+++ PKGBUILD2020-02-25 18:08:04 UTC (rev 581748)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --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 "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 581747, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:08:04 UTC (rev 581748)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --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 "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:07:39
  Author: cesura
Revision: 581746

upgpkg: atril 1.24.0-1: Updated to version 1.24.0

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:07:30 UTC (rev 581745)
+++ PKGBUILD2020-02-25 18:07:39 UTC (rev 581746)
@@ -8,8 +8,8 @@
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'texlive-bin')
 optdepends=('caja: Document Properties extension'
 'texlive-bin: DVI support')
 groups=('mate-extra')


[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:56:57
  Author: cesura
Revision: 581722

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 581720, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 17:56:55 UTC (rev 581721)
+++ PKGBUILD2020-02-25 17:56:57 UTC (rev 581722)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --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 "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 581720, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 17:56:57 UTC (rev 581722)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --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 "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:56:48
  Author: cesura
Revision: 581720

upgpkg: atril 1.24.0-1: Updated to version 1.24.0

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 17:56:39 UTC (rev 581719)
+++ PKGBUILD2020-02-25 17:56:48 UTC (rev 581720)
@@ -2,13 +2,13 @@
 # Contributor: Martin Wimpress 
 
 pkgname=atril
-pkgver=1.22.3
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="MATE document viewer"
 url="https://mate-desktop.org";
 arch=('x86_64')
 license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
 makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
 optdepends=('caja: Document Properties extension'
 'texlive-bin: DVI support')
@@ -16,7 +16,7 @@
 conflicts=('atril-gtk3')
 replaces=('atril-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
 
 prepare() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:48:55
  Author: cesura
Revision: 581706

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 581705, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 17:48:45 UTC (rev 581705)
+++ PKGBUILD2020-02-25 17:48:55 UTC (rev 581706)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 581705, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 17:48:55 UTC (rev 581706)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('80e17a55739561b213197f547cc1b30ca977206980cfa1e2d892331810f1ceb2')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:48:45
  Author: cesura
Revision: 581705

upgpkg: caja 1.24.0-1: Updated to version 1.24.0

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 17:48:38 UTC (rev 581704)
+++ PKGBUILD2020-02-25 17:48:45 UTC (rev 581705)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=caja
-pkgver=1.22.3
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="File manager for the MATE desktop"
 url="https://mate-desktop.org";
@@ -15,7 +15,7 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0')
+sha256sums=('80e17a55739561b213197f547cc1b30ca977206980cfa1e2d892331810f1ceb2')
 
 build() {
cd "$pkgname-$pkgver"


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:41:59
  Author: cesura
Revision: 581689

upgpkg: mate-desktop 1.24.0-1: Updated to version 1.24.0

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 17:41:31 UTC (rev 581688)
+++ PKGBUILD2020-02-25 17:41:59 UTC (rev 581689)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-desktop
-pkgver=1.22.2
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
 replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('906673d5de5e6814e73c4448b8cb67c5b86e90f9a72ae131eefbe2356eca85a3')
+sha256sums=('afa93116ad5bdf55091341ae5426e4418ff8980c5c17dc6cd1258c6f8d5c8b50')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in mate-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:42:11
  Author: cesura
Revision: 581690

archrelease: copy trunk to community-x86_64

Added:
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 581689, mate-desktop/trunk/PKGBUILD)
Deleted:
  mate-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 17:41:59 UTC (rev 581689)
+++ PKGBUILD2020-02-25 17:42:11 UTC (rev 581690)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-desktop
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk3' 'startup-notification' 'iso-codes')
-makedepends=('gobject-introspection' 'intltool')
-groups=('mate')
-conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
-replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('906673d5de5e6814e73c4448b8cb67c5b86e90f9a72ae131eefbe2356eca85a3')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --disable-schemas-compile
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 581689, 
mate-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 17:42:11 UTC (rev 581690)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org";
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification' 'iso-codes')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('afa93116ad5bdf55091341ae5426e4418ff8980c5c17dc6cd1258c6f8d5c8b50')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --disable-schemas-compile
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:48:40
  Author: cesura
Revision: 550076

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 550075, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 19:40:03 UTC (rev 550075)
+++ PKGBUILD2020-01-07 19:48:40 UTC (rev 550076)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --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 "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 550075, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:48:40 UTC (rev 550076)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --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 "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:38:59
  Author: cesura
Revision: 550072

upgpkg: caja 1.22.3-1: Updated to version 1.22.3

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-07 19:30:55 UTC (rev 550071)
+++ PKGBUILD2020-01-07 19:38:59 UTC (rev 550072)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=caja
-pkgver=1.22.2
+pkgver=1.22.3
 pkgrel=1
 pkgdesc="File manager for the MATE desktop"
 url="https://mate-desktop.org";
@@ -15,7 +15,7 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
+sha256sums=('c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:39:08
  Author: cesura
Revision: 550073

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 550072, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 19:38:59 UTC (rev 550072)
+++ PKGBUILD2020-01-07 19:39:08 UTC (rev 550073)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 550072, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:39:08 UTC (rev 550073)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('c76237edacadc5f01cf36a229575899800162ffa5d20ac94ff25cf00138e54f0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in marco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:30:55
  Author: cesura
Revision: 550071

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 550070, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 19:22:28 UTC (rev 550070)
+++ PKGBUILD2020-01-07 19:30:55 UTC (rev 550071)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.22.4
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 550070, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:30:55 UTC (rev 550071)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-session-manager/repos/community-x86_64 (2 files)

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:22:28
  Author: cesura
Revision: 550070

archrelease: copy trunk to community-x86_64

Added:
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 550069, mate-session-manager/trunk/PKGBUILD)
Deleted:
  mate-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 19:07:28 UTC (rev 550069)
+++ PKGBUILD2020-01-07 19:22:28 UTC (rev 550070)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-session-manager
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
-makedepends=('intltool' 'xtrans' 'systemd' 'python')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
-
-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-x86_64/PKGBUILD (from rev 550069, 
mate-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:22:28 UTC (rev 550070)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd' 'python')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
+
+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 mate-session-manager/repos/community-x86_64 (2 files)

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:07:28
  Author: cesura
Revision: 550069

archrelease: copy trunk to community-x86_64

Added:
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 550068, mate-session-manager/trunk/PKGBUILD)
Deleted:
  mate-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 19:06:45 UTC (rev 550068)
+++ PKGBUILD2020-01-07 19:07:28 UTC (rev 550069)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-session-manager
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
-makedepends=('intltool' 'xtrans' 'systemd' 'python')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
-
-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-x86_64/PKGBUILD (from rev 550068, 
mate-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:07:28 UTC (rev 550069)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd' 'python')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
+
+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 mate-session-manager/repos/community-x86_64 (2 files)

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:06:45
  Author: cesura
Revision: 550068

archrelease: copy trunk to community-x86_64

Added:
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 550067, mate-session-manager/trunk/PKGBUILD)
Deleted:
  mate-session-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 18:49:01 UTC (rev 550067)
+++ PKGBUILD2020-01-07 19:06:45 UTC (rev 550068)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-session-manager
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
-makedepends=('intltool' 'xtrans' 'systemd' 'python')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
-
-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-x86_64/PKGBUILD (from rev 550067, 
mate-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:06:45 UTC (rev 550068)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd' 'python')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
+
+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 mate-session-manager/trunk (2 files)

2019-12-18 Thread Brad Fanella via arch-commits
Date: Thursday, December 19, 2019 @ 02:04:05
  Author: cesura
Revision: 538269

upgpkg: mate-session-manager 1.22.3-1

Updated to version 1.22.3

Modified:
  mate-session-manager/trunk/PKGBUILD
Deleted:
  mate-session-manager/trunk/gnome-keyring-3.34.patch

--+
 PKGBUILD |   18 ---
 gnome-keyring-3.34.patch |  212 -
 2 files changed, 4 insertions(+), 226 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-19 01:44:23 UTC (rev 538268)
+++ PKGBUILD2019-12-19 02:04:05 UTC (rev 538269)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-session-manager
-pkgver=1.22.2
-pkgrel=2
+pkgver=1.22.3
+pkgrel=1
 pkgdesc="The MATE Session Handler"
 url="https://mate-desktop.org";
 arch=('x86_64')
@@ -15,19 +15,9 @@
 groups=('mate')
 conflicts=('mate-session-manager-gtk3')
 replaces=('mate-session-manager-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-"gnome-keyring-3.34.patch")
-sha256sums=('a814b07cbd42920ab86fe77c40f3e1ce7118cbc5da3251b1eb2ab9aa974c0aec'
-'f3ca47a508523e1ed346d224cf236870190204943b4a0cdab967d37fe04bde8e')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
 
-prepare() {
-   cd "${pkgname}-${pkgver}"
-
-   # Fix timeout with gnome-keyring 3.34
-# https://github.com/mate-desktop/mate-session-manager/pull/223
-   patch -Np1 -i ../gnome-keyring-3.34.patch
-}
-
 build() {
cd "${pkgname}-${pkgver}"
./configure \

Deleted: gnome-keyring-3.34.patch
===
--- gnome-keyring-3.34.patch2019-12-19 01:44:23 UTC (rev 538268)
+++ gnome-keyring-3.34.patch2019-12-19 02:04:05 UTC (rev 538269)
@@ -1,212 +0,0 @@
-From 8bcc7153e0ef5aeb5fb276350c7015579f6e432a Mon Sep 17 00:00:00 2001
-From: Jindrich Makovicka 
-Date: Sun, 6 Oct 2019 10:35:46 +0200
-Subject: [PATCH 1/2] Remove GNOME_KEYRING_LIFETIME_FD
-
-Keyring lifetime fd was removed from gnome-keyring in 2009
-
-See "[daemon] Use new control protocol for daemon."

- mate-session/msm-gnome.c | 35 ++-
- 1 file changed, 2 insertions(+), 33 deletions(-)
-
-diff --git a/mate-session/msm-gnome.c b/mate-session/msm-gnome.c
-index 5e9cf02..97e08b8 100644
 a/mate-session/msm-gnome.c
-+++ b/mate-session/msm-gnome.c
-@@ -48,29 +48,9 @@
- 
- 
- static gboolean gnome_compat_started = FALSE;
--static int keyring_lifetime_pipe[2];
- static pid_t gnome_keyring_daemon_pid = 0;
- static Window gnome_smproxy_window = None;
- 
--static void
--child_setup (gpointer user_data)
--{
--  gint open_max;
--  gint fd;
--  char *fd_str;
--
--  open_max = sysconf (_SC_OPEN_MAX);
--  for (fd = 3; fd < open_max; fd++)
--{
--  if (fd != keyring_lifetime_pipe[0])
--fcntl (fd, F_SETFD, FD_CLOEXEC);
--}
--
--  fd_str = g_strdup_printf ("%d", keyring_lifetime_pipe[0]);
--  g_setenv ("GNOME_KEYRING_LIFETIME_FD", fd_str, TRUE);
--  g_free (fd_str);
--}
--
- 
- static void
- gnome_keyring_daemon_startup (void)
-@@ -87,26 +67,15 @@ gnome_keyring_daemon_startup (void)
-   gchar   *name;
-   const gchar *value;
- 
--  /* Pipe to slave keyring lifetime to */
--  if (pipe (keyring_lifetime_pipe))
--{
--  g_warning ("Failed to set up pipe for gnome-keyring: %s", strerror 
(errno));
--  return;
--}
--
-   error = NULL;
-   argv[0] = GNOME_KEYRING_DAEMON;
-   argv[1] = "--start";
-   argv[2] = NULL;
-   g_spawn_sync (NULL, argv, NULL,
--G_SPAWN_SEARCH_PATH | G_SPAWN_LEAVE_DESCRIPTORS_OPEN,
--child_setup, NULL,
-+G_SPAWN_SEARCH_PATH,
-+NULL, NULL,
- &sout, NULL, &status, &error);
- 
--  close (keyring_lifetime_pipe[0]);
--  /* We leave keyring_lifetime_pipe[1] open for the lifetime of the session,
-- in order to slave the keyring daemon lifecycle to the session. */
--
-   if (error != NULL)
- {
-   g_printerr ("Failed to run gnome-keyring-daemon: %s\n",
-
-From 023f6f7b69b2a9c0399d7737d7729d464f9671e5 Mon Sep 17 00:00:00 2001
-From: Jindrich Makovicka 
-Date: Sun, 6 Oct 2019 10:38:05 +0200
-Subject: [PATCH 2/2] Fix timeout with gnome-keyring 3.34
-
-Launch gnome-keyring-daemon asynchronously, and remove the
-GNOME_KEYRING_PID reading code.
-
-GNOME_KEYRING_PID exposure was removed from gnome-keyring in 2014.

- mate-session/msm-gnome.c | 85 ++--
- 1 file changed, 20 insertions(+), 65 deletions(-)
-
-diff --git a/mate-session/msm-gnome.c b/mate-session/msm-gnome.c
-index 97e08b8..b43f1ad 100644
 a/mate-session/msm-gnome.c
-+++ b/mate-session/msm-gnome.c
-@@ -48,88 +48,46 @@
- 
- 
- static gboolean gnome_compat_started = FALSE;
--static pid

[arch-commits] Commit in mate-session-manager/repos/community-x86_64 (3 files)

2019-12-18 Thread Brad Fanella via arch-commits
Date: Thursday, December 19, 2019 @ 02:04:22
  Author: cesura
Revision: 538270

archrelease: copy trunk to community-x86_64

Added:
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 538269, mate-session-manager/trunk/PKGBUILD)
Deleted:
  mate-session-manager/repos/community-x86_64/PKGBUILD
  mate-session-manager/repos/community-x86_64/gnome-keyring-3.34.patch

--+
 PKGBUILD |   80 +++-
 gnome-keyring-3.34.patch |  212 -
 2 files changed, 35 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 02:04:05 UTC (rev 538269)
+++ PKGBUILD2019-12-19 02:04:22 UTC (rev 538270)
@@ -1,45 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-session-manager
-pkgver=1.22.2
-pkgrel=2
-pkgdesc="The MATE Session Handler"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
-makedepends=('intltool' 'xtrans' 'systemd' 'python')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-"gnome-keyring-3.34.patch")
-sha256sums=('a814b07cbd42920ab86fe77c40f3e1ce7118cbc5da3251b1eb2ab9aa974c0aec'
-'f3ca47a508523e1ed346d224cf236870190204943b4a0cdab967d37fe04bde8e')
-
-prepare() {
-   cd "${pkgname}-${pkgver}"
-
-   # Fix timeout with gnome-keyring 3.34
-# https://github.com/mate-desktop/mate-session-manager/pull/223
-   patch -Np1 -i ../gnome-keyring-3.34.patch
-}
-
-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-x86_64/PKGBUILD (from rev 538269, 
mate-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 02:04:22 UTC (rev 538270)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd' 'python')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8908089782781d692b876ddfd783aea8ddd89f7f626c3499be81f6729c3242fb')
+
+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
+}

Deleted: gnome-keyring-3.34.patch
===
--- gnome-keyring-3.34.patch2019-12-19 02:04:05 UTC (rev 538269)
+++ gnome-keyring-3.34.patch2019-12-19 02:04:22 UTC (rev 538270)
@@ -1,212 +0,0 @@
-From 8bcc7153e0ef5aeb5fb276350c7015579f6e432a Mon Sep 17 00:00:00 2001
-From: Jindrich Makovicka 
-Date: Sun, 6 Oct 2019 10:35:46 +0200
-Subject: [PATCH 1/2] Remove GNOME_KEYRING_LIFETIME_FD
-
-Keyring lifetime fd was removed from gnome-keyring in 2009
-
-See "[daemon] Use new control protocol for daemon."

- mate-session/msm-gnome.c | 35 ++-
- 1 file changed, 2 insertions(+), 33 deletions(-)
-
-diff --git a/mate-session/msm-gnome.c b/mate-session/msm-gnome.c
-index 5e9cf02..97e08b8 100644
 a/mate-session/msm-gnome.c
-+++ b/mate-session/msm-gnome.c
-@@ -48,29 +48,9 @@
- 
- 
- static gboolean gnome_compat_started = FALSE;
--static int keyring_lifetime_pipe[2];
- static pid_t gnome_keyring_daemon_pid = 0;
- static Window gnome_smproxy_window = None;
- 
--static void
--child_setup (gpointer user_data)
--{
--  gint open_max;
--  gint fd;
--  char *fd_str;
--
--  open_max = sysconf (_SC_OPEN_MAX);
--  for (fd = 3; fd < open_max; fd++)
--{
--  if (fd != keyring_lifetime_pipe[0])
--fcntl (fd, F_SETFD, FD_CLOEXEC);
--}
--
--  fd_str = g_strdup_printf ("%d", keyring_lifetime

[arch-commits] Commit in marco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-18 Thread Brad Fanella via arch-commits
Date: Thursday, December 19, 2019 @ 01:44:23
  Author: cesura
Revision: 538268

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 538267, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 01:44:03 UTC (rev 538267)
+++ PKGBUILD2019-12-19 01:44:23 UTC (rev 538268)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('0a3979f0ba9855a6dff5b889c619d07bcea52df29c354976f018d71093c45139')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 538267, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 01:44:23 UTC (rev 538268)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.22.4
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-12-18 Thread Brad Fanella via arch-commits
Date: Thursday, December 19, 2019 @ 01:44:03
  Author: cesura
Revision: 538267

upgpkg: marco 1.22.4-1

Updated to version 1.22.4

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-19 01:28:34 UTC (rev 538266)
+++ PKGBUILD2019-12-19 01:44:03 UTC (rev 538267)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=marco
-pkgver=1.22.3
+pkgver=1.22.4
 pkgrel=1
 pkgdesc="A window manager for MATE"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('marco-gtk3')
 replaces=('marco-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('0a3979f0ba9855a6dff5b889c619d07bcea52df29c354976f018d71093c45139')
+sha256sums=('63a6a079a7ce7cd34ea175a6b0ecd44550f71ff5888cdf975d350e52b925187d')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-18 Thread Brad Fanella via arch-commits
Date: Thursday, December 19, 2019 @ 01:28:34
  Author: cesura
Revision: 538266

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 538265, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 01:28:09 UTC (rev 538265)
+++ PKGBUILD2019-12-19 01:28:34 UTC (rev 538266)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.2
-pkgrel=3
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --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 "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 538265, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 01:28:34 UTC (rev 538266)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --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 "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2019-12-18 Thread Brad Fanella via arch-commits
Date: Thursday, December 19, 2019 @ 01:28:09
  Author: cesura
Revision: 538265

upgpkg: atril 1.22.3-1

Updated to version 1.22.3

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-18 22:48:35 UTC (rev 538264)
+++ PKGBUILD2019-12-19 01:28:09 UTC (rev 538265)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress 
 
 pkgname=atril
-pkgver=1.22.2
-pkgrel=3
+pkgver=1.22.3
+pkgrel=1
 pkgdesc="MATE document viewer"
 url="https://mate-desktop.org";
 arch=('x86_64')
@@ -16,7 +16,7 @@
 conflicts=('atril-gtk3')
 replaces=('atril-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
+sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
 
 prepare() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in nextcloud-client/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:46:20
  Author: cesura
Revision: 520796

archrelease: copy trunk to community-x86_64

Added:
  nextcloud-client/repos/community-x86_64/PKGBUILD
(from rev 520795, nextcloud-client/trunk/PKGBUILD)
Deleted:
  nextcloud-client/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-27 19:46:00 UTC (rev 520795)
+++ PKGBUILD2019-10-27 19:46:20 UTC (rev 520796)
@@ -1,78 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: Tyler Dence 
-# Contributor: Konstantin Shalygin 
-
-pkgname=nextcloud-client
-pkgver=2.6.0
-_commit=e0b32c19e4dd641f4edf74fc3fbdba3d86ca9784
-pkgrel=3
-pkgdesc='Nextcloud desktop client'
-arch=(x86_64)
-url='https://nextcloud.com/'
-license=(GPL)
-depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine xdg-utils)
-makedepends=(doxygen extra-cmake-modules kio python-sphinx qt5-tools git 
cmocka)
-optdepends=(
-  'kio: integration with Dolphin'
-  'nemo-python: integration with Nemo'
-  'python-nautilus: integration with Nautilus'
-  'python2-caja: integration with Caja'
-)
-source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#commit=$_commit";
-
issue1458.patch::https://github.com/nextcloud/desktop/commit/481d8d3a0bcd26a3fd2b0d4fc6fb009260092bb1.patch
-
issue1458-workaround.patch::https://github.com/yan12125/desktop/commit/7da680ef7843a52c3136916744f50d4a003bb8b5.patch
-
issue1458-2.patch::https://github.com/yan12125/desktop/commit/2b313368325dac5b8d0e69394cfcc4faaa745f75.patch)
-validpgpkeys=(
-  A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan
-)
-sha256sums=('SKIP'
-'8e3129fbbda282d5b0fbc1f3d495338c18fd19f639301647eb5f853b713c369c'
-'07cd68f54c004175b4a09cce25830a357d0ebaafaf4e4cabfb8b0d4deeded2f3'
-'157c87a789219a3442ca5947c48dcd1ef3898612ff32070bf8842a42bfbe857a')
-backup=('etc/Nextcloud/sync-exclude.lst')
-
-prepare() {
-  # tmpdir for check()
-  mkdir tmpdir $pkgname/build
-
-  # Use system GNUInstallDirs.cmake so that we can benefit from
-  # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
-  rm -v $pkgname/cmake/modules/GNUInstallDirs.cmake
-
-  cd $pkgname
-  patch -Np1 -i ../issue1458.patch
-  patch -Np1 -i ../issue1458-workaround.patch
-  patch -Np1 -i ../issue1458-2.patch
-}
-
-build() {
-  cd $pkgname/build
-
-  # bundled breakpad in libcrashreporter-qt submodule is too old and does not 
build with glibc >= 2.26
-  # Upstream fix: 
https://github.com/google/breakpad/commit/bddcc58860f522a0d4cbaa7e9d04058caee0db9d
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DNO_SHIBBOLETH=1 \
--DWITH_CRASHREPORTER=OFF \
--DUNIT_TESTING=ON \
-..
-
-  make
-  # TODO: fix installation of PDF and HTML documents
-  # WIP at https://github.com/yan12125/desktop/tree/doc-install-path
-  make doc-man
-}
-
-check() {
-  cd $pkgname/build
-
-  # Tests fail if $TMPDIR is too small; specify an alternative for machines
-  # with a small /tmp partition.
-  TMPDIR="$srcdir/tmpdir" make test ARGS="-V"
-}
-
-package() {
-  cd $pkgname/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: nextcloud-client/repos/community-x86_64/PKGBUILD (from rev 520795, 
nextcloud-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-27 19:46:20 UTC (rev 520796)
@@ -0,0 +1,78 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Tyler Dence 
+# Contributor: Konstantin Shalygin 
+
+pkgname=nextcloud-client
+pkgver=2.6.0
+_commit=e0b32c19e4dd641f4edf74fc3fbdba3d86ca9784
+pkgrel=4
+pkgdesc='Nextcloud desktop client'
+arch=(x86_64)
+url='https://nextcloud.com/'
+license=(GPL)
+depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine xdg-utils)
+makedepends=(doxygen extra-cmake-modules kio python-sphinx qt5-tools git 
cmocka)
+optdepends=(
+  'kio: integration with Dolphin'
+  'nemo-python: integration with Nemo'
+  'python-nautilus: integration with Nautilus'
+  'python-caja: integration with Caja'
+)
+source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#commit=$_commit";
+
issue1458.patch::https://github.com/nextcloud/desktop/commit/481d8d3a0bcd26a3fd2b0d4fc6fb009260092bb1.patch
+
issue1458-workaround.patch::https://github.com/yan12125/desktop/commit/7da680ef7843a52c3136916744f50d4a003bb8b5.patch
+
issue1458-2.patch::https://github.com/yan12125/desktop/commit/2b313368325dac5b8d0e69394cfcc4faaa745f75.patch)
+validpgpkeys=(
+  A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan
+)
+sha256sums=('SKIP'
+'8e3129fbbda282d5b0fbc1f3d495338c18fd19f639301647eb5f853b713c369c'
+'07cd68f54c004175b4a09cce25830a357d0eba

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

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:46:00
  Author: cesura
Revision: 520795

upgpkg: nextcloud-client 2.6.0-4

Changed python2-caja optdepend to python-caja

Modified:
  nextcloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 19:21:10 UTC (rev 520794)
+++ PKGBUILD2019-10-27 19:46:00 UTC (rev 520795)
@@ -5,7 +5,7 @@
 pkgname=nextcloud-client
 pkgver=2.6.0
 _commit=e0b32c19e4dd641f4edf74fc3fbdba3d86ca9784
-pkgrel=3
+pkgrel=4
 pkgdesc='Nextcloud desktop client'
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -16,7 +16,7 @@
   'kio: integration with Dolphin'
   'nemo-python: integration with Nemo'
   'python-nautilus: integration with Nautilus'
-  'python2-caja: integration with Caja'
+  'python-caja: integration with Caja'
 )
 
source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#commit=$_commit";
 
issue1458.patch::https://github.com/nextcloud/desktop/commit/481d8d3a0bcd26a3fd2b0d4fc6fb009260092bb1.patch


[arch-commits] Commit in owncloud-client/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:21:10
  Author: cesura
Revision: 520794

archrelease: copy trunk to community-x86_64

Added:
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 520793, owncloud-client/trunk/PKGBUILD)
Deleted:
  owncloud-client/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-27 19:20:51 UTC (rev 520793)
+++ PKGBUILD2019-10-27 19:21:10 UTC (rev 520794)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Kuba Serafinowski 
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=2.5.4.11654
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain qt5-webkit hicolor-icon-theme)
-makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python2-caja: integration with Caja')
-backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
-sha256sums=('615439c6a224e263cee0d554b8b5f98b57c331dbc18df7ae5d99197480cf563f'
-'SKIP')
-validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: owncloud-client/repos/community-x86_64/PKGBUILD (from rev 520793, 
owncloud-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-27 19:21:10 UTC (rev 520794)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Kuba Serafinowski 
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=2.5.4.11654
+pkgrel=2
+pkgdesc='ownCloud client based on mirall'
+arch=(x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain qt5-webkit hicolor-icon-theme)
+makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
+optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
+backup=('etc/ownCloud/sync-exclude.lst')
+source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
+sha256sums=('615439c6a224e263cee0d554b8b5f98b57c331dbc18df7ae5d99197480cf563f'
+'SKIP')
+validpgpkeys=(F05F7DD7953A07DF36579DAA498C45EBE94E7B37) # ownCloud Client Team 
(Signing Key) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:20:51
  Author: cesura
Revision: 520793

upgpkg: owncloud-client 2.5.4.11654-2

Changed python2-caja optdepend to python-caja

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 19:06:26 UTC (rev 520792)
+++ PKGBUILD2019-10-27 19:20:51 UTC (rev 520793)
@@ -4,7 +4,7 @@
 _name=owncloudclient
 pkgname=owncloud-client
 pkgver=2.5.4.11654
-pkgrel=1
+pkgrel=2
 pkgdesc='ownCloud client based on mirall'
 arch=(x86_64)
 url='http://owncloud.org/'
@@ -11,7 +11,7 @@
 license=(GPL2)
 depends=(qtkeychain qt5-webkit hicolor-icon-theme)
 makedepends=(extra-cmake-modules python-sphinx qt5-tools doxygen kio)
-optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python2-caja: integration with Caja')
+optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: 
integration with Nemo' 'python-caja: integration with Caja')
 backup=('etc/ownCloud/sync-exclude.lst')
 
source=(https://download.owncloud.com/desktop/stable/owncloudclient-$pkgver.tar.xz{,.asc})
 sha256sums=('615439c6a224e263cee0d554b8b5f98b57c331dbc18df7ae5d99197480cf563f'


[arch-commits] Commit in python-caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:06:26
  Author: cesura
Revision: 520792

archrelease: copy trunk to community-x86_64

Added:
  python-caja/repos/community-x86_64/PKGBUILD
(from rev 520791, python-caja/trunk/PKGBUILD)
Deleted:
  python-caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-27 19:05:05 UTC (rev 520791)
+++ PKGBUILD2019-10-27 19:06:26 UTC (rev 520792)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=python-caja
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('caja' 'python-gobject')
-makedepends=('intltool')
-conflicts=('python2-caja')
-replaces=('python2-caja')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
-sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
-
-prepare() {
-   cd "python-caja-${pkgver}"
-}
-
-build() {
-   cd "python-caja-${pkgver}"
-   PYTHON=python3 ./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 "python-caja-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: python-caja/repos/community-x86_64/PKGBUILD (from rev 520791, 
python-caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-27 19:06:26 UTC (rev 520792)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=python-caja
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('caja' 'python-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja')
+replaces=('python2-caja')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
+sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
+
+prepare() {
+   cd "python-caja-${pkgver}"
+}
+
+build() {
+   cd "python-caja-${pkgver}"
+   PYTHON=python3 ./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 "python-caja-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in python-caja/repos (2 files)

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:05:05
  Author: cesura
Revision: 520791

archrelease: copy trunk to community-x86_64

Added:
  python-caja/repos/community-x86_64/
  python-caja/repos/community-x86_64/PKGBUILD
(from rev 520790, python-caja/trunk/PKGBUILD)

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

Copied: python-caja/repos/community-x86_64/PKGBUILD (from rev 520790, 
python-caja/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-27 19:05:05 UTC (rev 520791)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=python-caja
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('caja' 'python-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja')
+replaces=('python2-caja')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
+sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
+
+prepare() {
+   cd "python-caja-${pkgver}"
+}
+
+build() {
+   cd "python-caja-${pkgver}"
+   PYTHON=python3 ./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 "python-caja-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2019-10-27 Thread Brad Fanella via arch-commits
Date: Sunday, October 27, 2019 @ 19:02:45
  Author: cesura
Revision: 520790

Added:
  python-caja/
  python-caja/repos/
  python-caja/trunk/
  python-caja/trunk/PKGBUILD

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

Added: python-caja/trunk/PKGBUILD
===
--- python-caja/trunk/PKGBUILD  (rev 0)
+++ python-caja/trunk/PKGBUILD  2019-10-27 19:02:45 UTC (rev 520790)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=python-caja
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('caja' 'python-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja')
+replaces=('python2-caja')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
+sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
+
+prepare() {
+   cd "python-caja-${pkgver}"
+}
+
+build() {
+   cd "python-caja-${pkgver}"
+   PYTHON=python3 ./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 "python-caja-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in pluma/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-11 Thread Brad Fanella via arch-commits
Date: Friday, October 11, 2019 @ 09:04:48
  Author: cesura
Revision: 514754

archrelease: copy trunk to community-x86_64

Added:
  pluma/repos/community-x86_64/PKGBUILD
(from rev 514753, pluma/trunk/PKGBUILD)
Deleted:
  pluma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-11 08:52:48 UTC (rev 514753)
+++ PKGBUILD2019-10-11 09:04:48 UTC (rev 514754)
@@ -1,44 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=pluma
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="A powerful text editor for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas' 
'python2')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 
'mate-common' 'yelp-tools')
-optdepends=('python2-gobject: to use the python plugins')
-groups=('mate-extra')
-conflicts=('pluma-gtk3')
-replaces=('pluma-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('af8d19927f1571d6b63462b8e51fed9ac851326b6ff800535ea785f15c61a591')
-
-prepare() {
-   cd "${pkgname}-${pkgver}"
-   sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-   sed -i 's/, enchant/, enchant-2/' configure.ac
-}
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./autogen.sh
-   PYTHON=/usr/bin/python2 ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --enable-gtk-doc=no \
-   --enable-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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: pluma/repos/community-x86_64/PKGBUILD (from rev 514753, 
pluma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-11 09:04:48 UTC (rev 514754)
@@ -0,0 +1,44 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=pluma
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas' 
'python2')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 
'mate-common' 'yelp-tools')
+optdepends=('python2-gobject: to use the python plugins')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('6a772395d400c1b5887f0478dbacd03e499698fca8f15fe896617dd8f24352bf')
+
+prepare() {
+   cd "${pkgname}-${pkgver}"
+   sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+   sed -i 's/, enchant/, enchant-2/' configure.ac
+}
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./autogen.sh
+   PYTHON=/usr/bin/python2 ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --enable-gtk-doc=no \
+   --enable-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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-10-11 Thread Brad Fanella via arch-commits
Date: Friday, October 11, 2019 @ 08:52:48
  Author: cesura
Revision: 514753

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-11 08:52:30 UTC (rev 514752)
+++ PKGBUILD2019-10-11 08:52:48 UTC (rev 514753)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-common
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Common development macros for MATE"
-arch=('any')
-license=('GPL')
-depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
- 'pkg-config')
-url="https://mate-desktop.org";
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8f6e372592733b17664f8816729328698d52b19bb42b0ab0456e22d21840f26f')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-common/repos/community-any/PKGBUILD (from rev 514752, 
mate-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-11 08:52:48 UTC (rev 514753)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-common
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
+ 'pkg-config')
+url="https://mate-desktop.org";
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('ee7d873ad645962cf603fc632b96ec5968e4985dde06157229c3b08978c6a7f7')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-10-11 Thread Brad Fanella via arch-commits
Date: Friday, October 11, 2019 @ 08:52:30
  Author: cesura
Revision: 514752

upgpkg: mate-common 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-11 08:51:29 UTC (rev 514751)
+++ PKGBUILD2019-10-11 08:52:30 UTC (rev 514752)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-common
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Common development macros for MATE"
 arch=('any')
@@ -11,7 +11,7 @@
  'pkg-config')
 url="https://mate-desktop.org";
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8f6e372592733b17664f8816729328698d52b19bb42b0ab0456e22d21840f26f')
+sha256sums=('ee7d873ad645962cf603fc632b96ec5968e4985dde06157229c3b08978c6a7f7')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in python2-caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 11:15:51
  Author: cesura
Revision: 513723

archrelease: copy trunk to community-x86_64

Added:
  python2-caja/repos/community-x86_64/PKGBUILD
(from rev 513722, python2-caja/trunk/PKGBUILD)
Deleted:
  python2-caja/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 11:15:34 UTC (rev 513722)
+++ PKGBUILD2019-10-07 11:15:51 UTC (rev 513723)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=python2-caja
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('caja' 'python2-gobject')
-makedepends=('intltool')
-conflicts=('python2-caja-gtk3')
-replaces=('python2-caja-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
-sha256sums=('eb349fc033ca8dad924b573ede74612d7fa83f6fea93d052d00f13b2c2af289b')
-
-prepare() {
-   cd "python-caja-${pkgver}"
-   sed -i 's/python-config/python2-config/' configure
-}
-
-build() {
-   cd "python-caja-${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 "python-caja-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: python2-caja/repos/community-x86_64/PKGBUILD (from rev 513722, 
python2-caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 11:15:51 UTC (rev 513723)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=python2-caja
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('caja' 'python2-gobject')
+makedepends=('intltool')
+conflicts=('python2-caja-gtk3')
+replaces=('python2-caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
+sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
+
+prepare() {
+   cd "python-caja-${pkgver}"
+   sed -i 's/python-config/python2-config/' configure
+}
+
+build() {
+   cd "python-caja-${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 "python-caja-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 11:15:34
  Author: cesura
Revision: 513722

upgpkg: python2-caja 1.22.1-1

Updated to version 1.22.1

Modified:
  python2-caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 11:03:14 UTC (rev 513721)
+++ PKGBUILD2019-10-07 11:15:34 UTC (rev 513722)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=python2-caja
-pkgver=1.20.2
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Python binding for Caja, to allow Caja property page and menu item 
extensions to be written in Python"
 url="https://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('python2-caja-gtk3')
 replaces=('python2-caja-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/python-caja-${pkgver}.tar.xz";)
-sha256sums=('eb349fc033ca8dad924b573ede74612d7fa83f6fea93d052d00f13b2c2af289b')
+sha256sums=('13ef4920047033e88dc1906a98c215e3b365159259cb8f04dcd92aa388de131e')
 
 prepare() {
cd "python-caja-${pkgver}"


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 11:03:14
  Author: cesura
Revision: 513721

upgpkg: pluma 1.22.2-1

Updated to version 1.22.2

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 11:01:58 UTC (rev 513720)
+++ PKGBUILD2019-10-07 11:03:14 UTC (rev 513721)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=pluma
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="A powerful text editor for MATE"
 url="https://mate-desktop.org";
@@ -15,7 +15,7 @@
 conflicts=('pluma-gtk3')
 replaces=('pluma-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('af8d19927f1571d6b63462b8e51fed9ac851326b6ff800535ea785f15c61a591')
+sha256sums=('6a772395d400c1b5887f0478dbacd03e499698fca8f15fe896617dd8f24352bf')
 
 prepare() {
cd "${pkgname}-${pkgver}"


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 11:01:58
  Author: cesura
Revision: 513720

archrelease: copy trunk to community-any

Added:
  mozo/repos/community-any/PKGBUILD
(from rev 513719, mozo/trunk/PKGBUILD)
Deleted:
  mozo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 11:01:43 UTC (rev 513719)
+++ PKGBUILD2019-10-07 11:01:58 UTC (rev 513720)
@@ -1,29 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mozo
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="MATE menu editing tool"
-url="https://mate-desktop.org";
-arch=('any')
-license=('GPL')
-depends=('gtk3' 'python>=3.5' 'mate-menus' 'python-gobject')
-makedepends=('intltool')
-groups=('mate-extra')
-conflicts=('mozo-gtk3')
-replaces=('mozo-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('105368e49f62afdec2a950795b5519340178aaa73388c98ebbd69b35eeb9ce79')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   PYTHON=/usr/bin/python ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mozo/repos/community-any/PKGBUILD (from rev 513719, mozo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 11:01:58 UTC (rev 513720)
@@ -0,0 +1,29 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mozo
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="MATE menu editing tool"
+url="https://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'python>=3.5' 'mate-menus' 'python-gobject')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mozo-gtk3')
+replaces=('mozo-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('3ac309dabeaa5d7a1bca27e3ed1e1b3d59152ef7177e9e1d0a620392bee6ecd3')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   PYTHON=/usr/bin/python ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 11:01:43
  Author: cesura
Revision: 513719

upgpkg: mozo 1.22.2-1

Updated to version 1.22.2

Modified:
  mozo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:59:11 UTC (rev 513718)
+++ PKGBUILD2019-10-07 11:01:43 UTC (rev 513719)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mozo
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="MATE menu editing tool"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('mozo-gtk3')
 replaces=('mozo-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('105368e49f62afdec2a950795b5519340178aaa73388c98ebbd69b35eeb9ce79')
+sha256sums=('3ac309dabeaa5d7a1bca27e3ed1e1b3d59152ef7177e9e1d0a620392bee6ecd3')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:58:52
  Author: cesura
Revision: 513717

upgpkg: mate-utils 1.22.2-2

Updated to version 1.22.2

Modified:
  mate-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:53:17 UTC (rev 513716)
+++ PKGBUILD2019-10-07 10:58:52 UTC (rev 513717)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-utils
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=2
 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
 url="http://mate-desktop.org";
@@ -15,7 +15,7 @@
 conflicts=('mate-utils-gtk3')
 replaces=('mate-utils-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('2f1f51d056f81a9896f2ab35097b913d536235bdbb3a2a7b4b4cd231baf1c81c')
+sha256sums=('594ea247edd45daf2068e790e390a5ff1c8d7b24ec4ad24fc948c2e047b5cec4')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:59:11
  Author: cesura
Revision: 513718

archrelease: copy trunk to community-x86_64

Added:
  mate-utils/repos/community-x86_64/PKGBUILD
(from rev 513717, mate-utils/trunk/PKGBUILD)
Deleted:
  mate-utils/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:58:52 UTC (rev 513717)
+++ PKGBUILD2019-10-07 10:59:11 UTC (rev 513718)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-utils
-pkgver=1.22.1
-pkgrel=2
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('inkscape' 'intltool' 'itstool' 'mate-panel' 'python')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=('mate-utils-gtk3')
-replaces=('mate-utils-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('2f1f51d056f81a9896f2ab35097b913d536235bdbb3a2a7b4b4cd231baf1c81c')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-utils/repos/community-x86_64/PKGBUILD (from rev 513717, 
mate-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:59:11 UTC (rev 513718)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-utils
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('inkscape' 'intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('594ea247edd45daf2068e790e390a5ff1c8d7b24ec4ad24fc948c2e047b5cec4')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-settings-daemon/repos/community-x86_64 (2 files)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:50:30
  Author: cesura
Revision: 513711

archrelease: copy trunk to community-x86_64

Added:
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 513710, mate-settings-daemon/trunk/PKGBUILD)
Deleted:
  mate-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:50:14 UTC (rev 513710)
+++ PKGBUILD2019-10-07 10:50:30 UTC (rev 513711)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-settings-daemon
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
- 'mate-desktop' 'nss' 'polkit')
-makedepends=('intltool' 'python')
-optdepends=('libcanberra-pulse: PulseAudio support'
-'pulseaudio-alsa: PulseAudio support')
-groups=('mate')
-conflicts=('mate-settings-daemon-gtk3')
-replaces=('mate-settings-daemon-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('d53f72d883bcc40d3c7d953aba4b14e8f9e9c80c7c559d840462369896d9257b')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --sysconfdir=/etc \
-   --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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 513710, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:50:30 UTC (rev 513711)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-settings-daemon
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="The MATE Settings daemon"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
+ 'mate-desktop' 'nss' 'polkit')
+makedepends=('intltool' 'python')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('37122a5aec96ebff25789be90e0a0f749eac096e8441bae0c508be00bc45')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --sysconfdir=/etc \
+   --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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:50:14
  Author: cesura
Revision: 513710

upgpkg: mate-settings-daemon 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:50:05 UTC (rev 513709)
+++ PKGBUILD2019-10-07 10:50:14 UTC (rev 513710)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-settings-daemon
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="The MATE Settings daemon"
 url="https://mate-desktop.org";
@@ -17,7 +17,7 @@
 conflicts=('mate-settings-daemon-gtk3')
 replaces=('mate-settings-daemon-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('d53f72d883bcc40d3c7d953aba4b14e8f9e9c80c7c559d840462369896d9257b')
+sha256sums=('37122a5aec96ebff25789be90e0a0f749eac096e8441bae0c508be00bc45')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:46:18
  Author: cesura
Revision: 513705

upgpkg: mate-screensaver 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:41:05 UTC (rev 513704)
+++ PKGBUILD2019-10-07 10:46:18 UTC (rev 513705)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-screensaver
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc='Screensaver for MATE'
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('mate-screensaver-gtk3')
 replaces=('mate-screensaver-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('6cef439cb9885df08769500b87df441a0777a6f08bd6f920fad92dfd75c19830')
+sha256sums=('8ba590f0a7a4f75d0e7625563fb9a8b8bd76a2f9e8105f32f148fb451e1208f9')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-screensaver/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:46:42
  Author: cesura
Revision: 513706

archrelease: copy trunk to community-x86_64

Added:
  mate-screensaver/repos/community-x86_64/PKGBUILD
(from rev 513705, mate-screensaver/trunk/PKGBUILD)
Deleted:
  mate-screensaver/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:46:18 UTC (rev 513705)
+++ PKGBUILD2019-10-07 10:46:42 UTC (rev 513706)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-screensaver
-pkgver=1.22.1
-pkgrel=1
-pkgdesc='Screensaver for MATE'
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
-makedepends=('intltool' 'systemd')
-groups=('mate-extra')
-conflicts=('mate-screensaver-gtk3')
-replaces=('mate-screensaver-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('6cef439cb9885df08769500b87df441a0777a6f08bd6f920fad92dfd75c19830')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --sysconfdir=/etc \
-   --with-xscreensaverdir=/usr/share/xscreensaver/config \
-   --with-xscreensaverhackdir=/usr/lib/xscreensaver \
-   --with-mit-ext \
-   --with-libnotify \
-   --enable-locking \
-   --without-console-kit
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 513705, 
mate-screensaver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:46:42 UTC (rev 513706)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-screensaver
+pkgver=1.22.2
+pkgrel=1
+pkgdesc='Screensaver for MATE'
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 
'mate-session-manager')
+makedepends=('intltool' 'systemd')
+groups=('mate-extra')
+conflicts=('mate-screensaver-gtk3')
+replaces=('mate-screensaver-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8ba590f0a7a4f75d0e7625563fb9a8b8bd76a2f9e8105f32f148fb451e1208f9')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --sysconfdir=/etc \
+   --with-xscreensaverdir=/usr/share/xscreensaver/config \
+   --with-xscreensaverhackdir=/usr/lib/xscreensaver \
+   --with-mit-ext \
+   --with-libnotify \
+   --enable-locking \
+   --without-console-kit
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:41:05
  Author: cesura
Revision: 513704

archrelease: copy trunk to community-x86_64

Added:
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 513703, mate-power-manager/trunk/PKGBUILD)
Deleted:
  mate-power-manager/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:40:48 UTC (rev 513703)
+++ PKGBUILD2019-10-07 10:41:05 UTC (rev 513704)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-power-manager
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel' 'python')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-groups=('mate-extra')
-conflicts=('mate-power-manager-gtk3')
-replaces=('mate-power-manager-gtk3')
-sha256sums=('ba6647acea13852ac5bd2423dedbb68033eb056871ba58812c42074a08177a1b')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --enable-applets \
-   --disable-strict \
-   --without-keyring
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 513703, 
mate-power-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:41:05 UTC (rev 513704)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-power-manager
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha256sums=('76d1ce28b812ba0fd118d5aa529538072cef1336ae76aea1832ecc00fc91f68a')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --enable-applets \
+   --disable-strict \
+   --without-keyring
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:40:48
  Author: cesura
Revision: 513703

upgpkg: mate-power-manager 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:36:01 UTC (rev 513702)
+++ PKGBUILD2019-10-07 10:40:48 UTC (rev 513703)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-power-manager
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop"
 url="https://mate-desktop.org";
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=('mate-power-manager-gtk3')
 replaces=('mate-power-manager-gtk3')
-sha256sums=('ba6647acea13852ac5bd2423dedbb68033eb056871ba58812c42074a08177a1b')
+sha256sums=('76d1ce28b812ba0fd118d5aa529538072cef1336ae76aea1832ecc00fc91f68a')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:35:43
  Author: cesura
Revision: 513701

upgpkg: mate-panel 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:29:24 UTC (rev 513700)
+++ PKGBUILD2019-10-07 10:35:43 UTC (rev 513701)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-panel
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="The MATE Panel"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 groups=('mate')
 conflicts=('mate-panel-gtk3')
 replaces=('mate-panel-gtk3')
-sha256sums=('aa36130b9ecf4f7527978cfc9a9593bbf521be144d91d7a87ee64aa7df6d695d')
+sha256sums=('fe2406c393a6eecef16658798ce5e801f3aad6190cc2a95646af33eea375a0ea')
 
 build() {
cd "${pkgname}-${pkgver}" 


[arch-commits] Commit in mate-panel/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:36:01
  Author: cesura
Revision: 513702

archrelease: copy trunk to community-x86_64

Added:
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 513701, mate-panel/trunk/PKGBUILD)
Deleted:
  mate-panel/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:35:43 UTC (rev 513701)
+++ PKGBUILD2019-10-07 10:36:01 UTC (rev 513702)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha256sums=('aa36130b9ecf4f7527978cfc9a9593bbf521be144d91d7a87ee64aa7df6d695d')
-
-build() {
-   cd "${pkgname}-${pkgver}" 
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 513701, 
mate-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:36:01 UTC (rev 513702)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha256sums=('fe2406c393a6eecef16658798ce5e801f3aad6190cc2a95646af33eea375a0ea')
+
+build() {
+   cd "${pkgname}-${pkgver}" 
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-notification-daemon/repos/community-x86_64 (2 files)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:29:24
  Author: cesura
Revision: 513700

archrelease: copy trunk to community-x86_64

Added:
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 513699, mate-notification-daemon/trunk/PKGBUILD)
Deleted:
  mate-notification-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:29:10 UTC (rev 513699)
+++ PKGBUILD2019-10-07 10:29:24 UTC (rev 513700)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-notification-daemon
-pkgver=1.22.0
-pkgrel=1
-provides=('notification-daemon')
-pkgdesc="Notification daemon for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-groups=('mate')
-depends=('libcanberra' 'libwnck3' 'libnotify')
-makedepends=('intltool' 'python')
-conflicts=('mate-notification-daemon-gtk3')
-replaces=('mate-notification-daemon-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('12bc6b95b517396642f25e060bbe3314db2ce9cf14ad3327f1b1950f3febe31b')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname}
-
-   #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: mate-notification-daemon/repos/community-x86_64/PKGBUILD (from rev 
513699, mate-notification-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:29:24 UTC (rev 513700)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-notification-daemon
+pkgver=1.22.1
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+groups=('mate')
+depends=('libcanberra' 'libwnck3' 'libnotify')
+makedepends=('intltool' 'python')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('157cc581b4a0fd5bb475d9647c91aa826a8a05e69bf3df82e942e248521d1539')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname}
+
+   #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
+}


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:29:10
  Author: cesura
Revision: 513699

upgpkg: mate-notification-daemon 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:26:29 UTC (rev 513698)
+++ PKGBUILD2019-10-07 10:29:10 UTC (rev 513699)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-notification-daemon
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
@@ -15,7 +15,7 @@
 conflicts=('mate-notification-daemon-gtk3')
 replaces=('mate-notification-daemon-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('12bc6b95b517396642f25e060bbe3314db2ce9cf14ad3327f1b1950f3febe31b')
+sha256sums=('157cc581b4a0fd5bb475d9647c91aa826a8a05e69bf3df82e942e248521d1539')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:26:14
  Author: cesura
Revision: 513697

upgpkg: mate-menus 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 10:22:40 UTC (rev 513696)
+++ PKGBUILD2019-10-07 10:26:14 UTC (rev 513697)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-menus
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="MATE menu specifications"
 url="https://mate-desktop.org";
@@ -13,7 +13,7 @@
 optdepends=('python2: python2 bindings')
 groups=('mate')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('acec93a66154fdbd78404680fca5a99112085cb99d7c43022b010527dc9a6ad2')
+sha256sums=('800d26bdba7762660ec8513cf5bcc58ff173fa1ae96621b21d17e6e0ccf1064e')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-menus/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:26:29
  Author: cesura
Revision: 513698

archrelease: copy trunk to community-x86_64

Added:
  mate-menus/repos/community-x86_64/PKGBUILD
(from rev 513697, mate-menus/trunk/PKGBUILD)
Deleted:
  mate-menus/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:26:14 UTC (rev 513697)
+++ PKGBUILD2019-10-07 10:26:29 UTC (rev 513698)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-menus
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="MATE menu specifications"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('glib2')
-makedepends=('gobject-introspection' 'intltool' 'python2')
-optdepends=('python2: python2 bindings')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('acec93a66154fdbd78404680fca5a99112085cb99d7c43022b010527dc9a6ad2')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   PYTHON=/usr/bin/python2 ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-menus/repos/community-x86_64/PKGBUILD (from rev 513697, 
mate-menus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:26:29 UTC (rev 513698)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-menus
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="MATE menu specifications"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection' 'intltool' 'python2')
+optdepends=('python2: python2 bindings')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('800d26bdba7762660ec8513cf5bcc58ff173fa1ae96621b21d17e6e0ccf1064e')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   PYTHON=/usr/bin/python2 ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:22:22
  Author: cesura
Revision: 513695

upgpkg: mate-common 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 09:28:15 UTC (rev 513694)
+++ PKGBUILD2019-10-07 10:22:22 UTC (rev 513695)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-common
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Common development macros for MATE"
 arch=('any')
@@ -11,7 +11,7 @@
  'pkg-config')
 url="https://mate-desktop.org";
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3f19973a26ccff12834615c4fcc7414cef542ea648f391125e5cfdd8ec649c86')
+sha256sums=('8f6e372592733b17664f8816729328698d52b19bb42b0ab0456e22d21840f26f')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-10-07 Thread Brad Fanella via arch-commits
Date: Monday, October 7, 2019 @ 10:22:40
  Author: cesura
Revision: 513696

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 10:22:22 UTC (rev 513695)
+++ PKGBUILD2019-10-07 10:22:40 UTC (rev 513696)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-common
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Common development macros for MATE"
-arch=('any')
-license=('GPL')
-depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
- 'pkg-config')
-url="http://mate-desktop.org";
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3f19973a26ccff12834615c4fcc7414cef542ea648f391125e5cfdd8ec649c86')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-common/repos/community-any/PKGBUILD (from rev 513695, 
mate-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 10:22:40 UTC (rev 513696)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-common
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
+ 'pkg-config')
+url="https://mate-desktop.org";
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8f6e372592733b17664f8816729328698d52b19bb42b0ab0456e22d21840f26f')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:31:58
  Author: cesura
Revision: 511282

upgpkg: mate-icon-theme 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:23:03 UTC (rev 511281)
+++ PKGBUILD2019-09-20 22:31:58 UTC (rev 511282)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="https://mate-desktop.org";
@@ -12,7 +12,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de')
+sha256sums=('99b07fcd43921d67f2711396ea05bddc5142aba54236b54e92729a451d994b64')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:32:15
  Author: cesura
Revision: 511283

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:31:58 UTC (rev 511282)
+++ PKGBUILD2019-09-20 22:32:15 UTC (rev 511283)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-icon-theme
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="MATE icon theme"
-url="https://mate-desktop.org";
-arch=('any')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('icon-naming-utils' 'intltool')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 511282, 
mate-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:32:15 UTC (rev 511283)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-icon-theme
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="https://mate-desktop.org";
+arch=('any')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('icon-naming-utils' 'intltool')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('99b07fcd43921d67f2711396ea05bddc5142aba54236b54e92729a451d994b64')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-control-center/repos/community-x86_64 (2 files)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:23:03
  Author: cesura
Revision: 511281

archrelease: copy trunk to community-x86_64

Added:
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 511280, mate-control-center/trunk/PKGBUILD)
Deleted:
  mate-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:22:46 UTC (rev 511280)
+++ PKGBUILD2019-09-20 22:23:03 UTC (rev 511281)
@@ -1,38 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.22.1
-pkgrel=2
-pkgdesc="The Control Center for MATE"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 
'mate-desktop>=1.21.2')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('mate-control-center-gtk3')
-replaces=('mate-control-center-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('4015c830dfd29a454c1124226fc29db460b0ba373d78939aff70e9d9271f3c71')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --localstatedir=/var \
-   --disable-update-mimedb
-
-   #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
-   rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 511280, 
mate-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:23:03 UTC (rev 511281)
@@ -0,0 +1,38 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="The Control Center for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss' 
'mate-desktop>=1.21.2')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('f0c92c5ba17a764f1dac5aeccd2aa17b6271fb64c6a883cab0f8711357946df9')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --localstatedir=/var \
+   --disable-update-mimedb
+
+   #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
+   rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:22:46
  Author: cesura
Revision: 511280

upgpkg: mate-control-center 1.22.2-2

Updated to version 1.22.2

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
+++ PKGBUILD2019-09-20 22:22:46 UTC (rev 511280)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-control-center
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=2
 pkgdesc="The Control Center for MATE"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('mate-control-center-gtk3')
 replaces=('mate-control-center-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('4015c830dfd29a454c1124226fc29db460b0ba373d78939aff70e9d9271f3c71')
+sha256sums=('f0c92c5ba17a764f1dac5aeccd2aa17b6271fb64c6a883cab0f8711357946df9')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:17:58
  Author: cesura
Revision: 511279

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 511278, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:17:41 UTC (rev 511278)
+++ PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 511278, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:17:41
  Author: cesura
Revision: 511278

upgpkg: mate-calc 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:11:56 UTC (rev 511277)
+++ PKGBUILD2019-09-20 22:17:41 UTC (rev 511278)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org";
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
+sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-applets/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:11:56
  Author: cesura
Revision: 511277

archrelease: copy trunk to community-x86_64

Added:
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 511276, mate-applets/trunk/PKGBUILD)
Deleted:
  mate-applets/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:11:39 UTC (rev 511276)
+++ PKGBUILD2019-09-20 22:11:56 UTC (rev 511277)
@@ -1,34 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Applets for MATE panel"
-arch=('x86_64')
-url="https://mate-desktop.org";
-license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('dd653d5f14772e0d962a096036f0a0576285912815fd4c8c5028478082a852a7')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/${pkgname} \
-   --enable-polkit \
-   --enable-ipv6
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 511276, 
mate-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:11:56 UTC (rev 511277)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/${pkgname} \
+   --enable-polkit \
+   --enable-ipv6
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:11:39
  Author: cesura
Revision: 511276

upgpkg: mate-applets 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:03:18 UTC (rev 511275)
+++ PKGBUILD2019-09-20 22:11:39 UTC (rev 511276)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-applets
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Applets for MATE panel"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('dd653d5f14772e0d962a096036f0a0576285912815fd4c8c5028478082a852a7')
+sha256sums=('0c47d69fdecda40231d021cb72594c479e01a4d4b7f49c9550731a9fe7cc62b0')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in marco/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:58:44
  Author: cesura
Revision: 511273

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 511272, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:58:27 UTC (rev 511272)
+++ PKGBUILD2019-09-20 21:58:44 UTC (rev 511273)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3e73894cb244cee673aa555edfa2818ff166b15a9feea0a610d2272148e88769')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --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 "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 511272, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:58:44 UTC (rev 511273)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity' 'libxpresent')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('0a3979f0ba9855a6dff5b889c619d07bcea52df29c354976f018d71093c45139')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --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 "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:58:27
  Author: cesura
Revision: 511272

upgpkg: marco 1.22.3-1

Updated to version 1.22.3

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:53:29 UTC (rev 511271)
+++ PKGBUILD2019-09-20 21:58:27 UTC (rev 511272)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=marco
-pkgver=1.22.2
+pkgver=1.22.3
 pkgrel=1
 pkgdesc="A window manager for MATE"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('marco-gtk3')
 replaces=('marco-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('3e73894cb244cee673aa555edfa2818ff166b15a9feea0a610d2272148e88769')
+sha256sums=('0a3979f0ba9855a6dff5b889c619d07bcea52df29c354976f018d71093c45139')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:53:12
  Author: cesura
Revision: 511270

upgpkg: libmateweather 1.22.1-1

Updated to version 1.22.1

Modified:
  libmateweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:47:59 UTC (rev 511269)
+++ PKGBUILD2019-09-20 21:53:12 UTC (rev 511270)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=libmateweather
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org";
@@ -13,7 +13,7 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
+sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in libmateweather/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:53:29
  Author: cesura
Revision: 511271

archrelease: copy trunk to community-x86_64

Added:
  libmateweather/repos/community-x86_64/PKGBUILD
(from rev 511270, libmateweather/trunk/PKGBUILD)
Deleted:
  libmateweather/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:53:12 UTC (rev 511270)
+++ PKGBUILD2019-09-20 21:53:29 UTC (rev 511271)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-
-pkgname=libmateweather
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Provides access to weather information from the Internet."
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libsoup')
-makedepends=('intltool')
-conflicts=('libmateweather-gtk3')
-replaces=('libmateweather-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-python \
-   --enable-locations-compression
-
-   #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: libmateweather/repos/community-x86_64/PKGBUILD (from rev 511270, 
libmateweather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:53:29 UTC (rev 511271)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+
+pkgname=libmateweather
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libsoup')
+makedepends=('intltool')
+conflicts=('libmateweather-gtk3')
+replaces=('libmateweather-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('0386e31062dfb847f93fd2e46da51b67e80581f6d6b8e429fa061f56bd407ff8')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-python \
+   --enable-locations-compression
+
+   #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
+}


[arch-commits] Commit in eom/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:47:59
  Author: cesura
Revision: 511269

archrelease: copy trunk to community-x86_64

Added:
  eom/repos/community-x86_64/PKGBUILD
(from rev 511268, eom/trunk/PKGBUILD)
Deleted:
  eom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:47:45 UTC (rev 511268)
+++ PKGBUILD2019-09-20 21:47:59 UTC (rev 511269)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=eom
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="An image viewing and cataloging program for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('eom-gtk3')
-replaces=('eom-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --localstatedir=/var \
-   --with-librsvg
-
-   #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: eom/repos/community-x86_64/PKGBUILD (from rev 511268, 
eom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:47:59 UTC (rev 511269)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=eom
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 
'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('eom-gtk3')
+replaces=('eom-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('3451efd64c7d26be4059c5f4163c190a4341a3023ca60c3405313cae08a7417d')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --localstatedir=/var \
+   --with-librsvg
+
+   #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
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:47:45
  Author: cesura
Revision: 511268

upgpkg: eom 1.22.2-1

Updated to version 1.22.2

Modified:
  eom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:43:14 UTC (rev 511267)
+++ PKGBUILD2019-09-20 21:47:45 UTC (rev 511268)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=eom
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="An image viewing and cataloging program for MATE"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('eom-gtk3')
 replaces=('eom-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e')
+sha256sums=('3451efd64c7d26be4059c5f4163c190a4341a3023ca60c3405313cae08a7417d')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:43:14
  Author: cesura
Revision: 511267

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   98 
 fr-rpm-bsdtar.patch |  120 +-
 2 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:42:54 UTC (rev 511266)
+++ PKGBUILD2019-09-20 21:43:14 UTC (rev 511267)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=engrampa
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Archive manipulator for MATE"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
-makedepends=('caja' 'intltool' 'itstool' 'python')
-optdepends=('caja: Caja support'
-   'p7zip: 7Z and ARJ archive support'
-'unace: ACE archive support'
-'unrar: RAR archive support'
-   'brotli: Brotli compression support')
-groups=('mate-extra')
-conflicts=("engrampa-gtk3")
-replaces=("engrampa-gtk3")
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-fr-rpm-bsdtar.patch)
-sha256sums=('336b05cf891b82c55373454e5c03bed09d5296c39aed977366c595a0dd46e31b'
-'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
-
-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
-}

Copied: engrampa/repos/community-x86_64/PKGBUILD (from rev 511266, 
engrampa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:43:14 UTC (rev 511267)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=engrampa
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Archive manipulator for MATE"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip')
+makedepends=('caja' 'intltool' 'itstool' 'python')
+optdepends=('caja: Caja support'
+   'p7zip: 7Z and ARJ archive support'
+'unace: ACE archive support'
+'unrar: RAR archive support'
+   'brotli: Brotli compression support')
+groups=('mate-extra')
+conflicts=("engrampa-gtk3")
+replaces=("engrampa-gtk3")
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+fr-rpm-bsdtar.patch)
+sha256sums=('ed21d1ceafbbe31e35c9225f0dc6a451ae2f8aff454bacef60df5a31e6b3075e'
+'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
+
+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: fr-rpm-bsdtar.patch
===
--- fr-rpm-bsdtar.patch 2019-09-20 21:42:54 UTC (rev 511266)
+++ fr-rpm-bsdtar.patch 2019-09-20 21:43:14 UTC (rev 511267)
@@ -1,60 +0,0 @@
-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 @@
-   

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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:42:54
  Author: cesura
Revision: 511266

upgpkg: engrampa 1.22.2-1

Updated to version 1.22.2

Modified:
  engrampa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:37:00 UTC (rev 511265)
+++ PKGBUILD2019-09-20 21:42:54 UTC (rev 511266)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=engrampa
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Archive manipulator for MATE"
 url="https://mate-desktop.org";
@@ -20,7 +20,7 @@
 replaces=("engrampa-gtk3")
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 fr-rpm-bsdtar.patch)
-sha256sums=('336b05cf891b82c55373454e5c03bed09d5296c39aed977366c595a0dd46e31b'
+sha256sums=('ed21d1ceafbbe31e35c9225f0dc6a451ae2f8aff454bacef60df5a31e6b3075e'
 'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77')
 
 prepare() {


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:36:45
  Author: cesura
Revision: 511264

upgpkg: caja-extensions 1.22.1-1

Updated to version 1.22.1

Modified:
  caja-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
+++ PKGBUILD2019-09-20 21:36:45 UTC (rev 511264)
@@ -3,7 +3,7 @@
 
 pkgbase=caja-extensions
 pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Caja extensions"
 url="https://mate-desktop.org";
@@ -12,7 +12,7 @@
 depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
 makedepends=('intltool' 'python')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";)
-sha256sums=('779c237f7e922c877f7884a0201cb54da9c8f30c414a7ee297178fd6aa3406c1')
+sha256sums=('d0845b6f2921ee7b7c951d4490a4fd7166f90b85f60a22aef77c75b53fbcf077')
 
 build() {
 cd ${pkgbase}-${pkgver}


[arch-commits] Commit in caja-extensions/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:37:00
  Author: cesura
Revision: 511265

archrelease: copy trunk to community-x86_64

Added:
  caja-extensions/repos/community-x86_64/PKGBUILD
(from rev 511264, caja-extensions/trunk/PKGBUILD)
Deleted:
  caja-extensions/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  202 ++---
 1 file changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:36:45 UTC (rev 511264)
+++ PKGBUILD2019-09-20 21:37:00 UTC (rev 511265)
@@ -1,101 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgbase=caja-extensions
-pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Caja extensions"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
-makedepends=('intltool' 'python')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";)
-sha256sums=('779c237f7e922c877f7884a0201cb54da9c8f30c414a7ee297178fd6aa3406c1')
-
-build() {
-cd ${pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---disable-gksu
-
-#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 ${pkgbase}-${pkgver}
-make -C po DESTDIR="${pkgdir}" install
-}
-
-package_caja-image-converter() {
-pkgdesc="A Caja extension for simple image conversions"
-depends=('caja' 'caja-extensions-common' 'imagemagick')
-groups=('mate-extra')
-conflicts=('caja-image-converter-gtk3')
-replaces=('caja-image-converter-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C image-converter DESTDIR="${pkgdir}" install
-}
-
-package_caja-open-terminal() {
-pkgdesc="A Caja extension for opening terminals in arbitrary local paths"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-open-terminal-gtk3')
-replaces=('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"
-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 XMPP.')
-conflicts=('caja-sendto-gtk3')
-replaces=('caja-sendto-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C sendto DESTDIR="${pkgdir}" install
-}
-
-package_caja-share() {
-pkgdesc="A Caja extension to quickly share a folder"
-depends=('caja' 'caja-extensions-common' 'samba')
-groups=('mate-extra')
-conflicts=('caja-share-gtk3')
-replaces=('caja-share-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C share DESTDIR="${pkgdir}" install
-}
-
-package_caja-wallpaper() {
-pkgdesc="A Caja extension to quickly set wallpaper"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-conflicts=('caja-wallpaper-gtk3')
-replaces=('caja-wallpaper-gtk3')
-
-cd ${pkgbase}-${pkgver}
-make -C wallpaper DESTDIR="${pkgdir}" install
-}
-
-package_caja-xattr-tags() {
-pkgdesc="A Caja extension to see tags stored on xattrs"
-depends=('caja' 'caja-extensions-common')
-groups=('mate-extra')
-
-cd ${pkgbase}-${pkgver}
-make -C xattr-tags DESTDIR="${pkgdir}" install
-}

Copied: caja-extensions/repos/community-x86_64/PKGBUILD (from rev 511264, 
caja-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:37:00 UTC (rev 511265)
@@ -0,0 +1,101 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgbase=caja-extensions
+pkgname=(caja-extensions-common caja-image-converter caja-open-terminal 
caja-sendto caja-share caja-wallpaper caja-xattr-tags)
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Caja extensions"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba')
+makedepends=('intltool' 'python')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";)
+sha256sums=('d0845b6f2921ee7b7c951d4490a4fd7166f90b85f60a22aef77c75b53fbcf077')
+
+build() {
+cd ${pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-gksu
+
+#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

[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:33:26
  Author: cesura
Revision: 511263

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 511262, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:30:46 UTC (rev 511262)
+++ PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.2
-pkgrel=2
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --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 "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 511262, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --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 "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:20:42
  Author: cesura
Revision: 511259

upgpkg: caja 1.22.2-1

Updated to version 1.22.2

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
+++ PKGBUILD2019-09-20 21:20:42 UTC (rev 511259)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=caja
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="File manager for the MATE desktop"
 url="https://mate-desktop.org";
@@ -15,7 +15,7 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('3b26efd276c68a579db443ea1f85a270cd33c59284667d5db8d5d355a3f46781')
+sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
 
 build() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in caja/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:20:59
  Author: cesura
Revision: 511260

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 511259, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:20:42 UTC (rev 511259)
+++ PKGBUILD2019-09-20 21:20:59 UTC (rev 511260)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('3b26efd276c68a579db443ea1f85a270cd33c59284667d5db8d5d355a3f46781')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/$pkgname \
-   --enable-introspection \
-   --disable-update-mimedb
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="${pkgdir}" install
-
-   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-   rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 511259, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:20:59 UTC (rev 511260)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('b09cfd068da3789fddd564afb7117ed874472e97c9d2f3ceb7a7fd8b16c9beb0')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/$pkgname \
+   --enable-introspection \
+   --disable-update-mimedb
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="${pkgdir}" install
+
+   # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+   rm -r "$pkgdir/usr/share/dbus-1/"
+}


[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:15:14
  Author: cesura
Revision: 511258

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 511257, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:14:57 UTC (rev 511257)
+++ PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.1
-pkgrel=2
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${_pkgbase} \
-   --enable-djvu \
-   --enable-dvi \
-   --enable-epub \
-   --enable-t1lib \
-   --enable-pixbuf \
-   --enable-comics \
-   --enable-xps \
-   --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 "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 511257, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk' 'caja' 'texlive-bin')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' 
backend/epub/epub-document.c
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${_pkgbase} \
+   --enable-djvu \
+   --enable-dvi \
+   --enable-epub \
+   --enable-t1lib \
+   --enable-pixbuf \
+   --enable-comics \
+   --enable-xps \
+   --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 "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:14:57
  Author: cesura
Revision: 511257

upgpkg: atril 1.22.2-2

Updated to version 1.22.2

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 21:06:30 UTC (rev 511256)
+++ PKGBUILD2019-09-20 21:14:57 UTC (rev 511257)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=atril
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=2
 pkgdesc="MATE document viewer"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('atril-gtk3')
 replaces=('atril-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44')
+sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
 
 prepare() {
cd "$pkgname-$pkgver"


[arch-commits] Commit in mate-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:06:30
  Author: cesura
Revision: 511256

archrelease: copy trunk to community-x86_64

Added:
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 511255, mate-desktop/trunk/PKGBUILD)
Deleted:
  mate-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:06:11 UTC (rev 511255)
+++ PKGBUILD2019-09-20 21:06:30 UTC (rev 511256)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-desktop
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk3' 'startup-notification' 'iso-codes')
-makedepends=('gobject-introspection' 'intltool')
-groups=('mate')
-conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
-replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('203be6a518a1c0f9afd077a977be939c11afe9f56c5dac58c69a958292c924c3')
-
-build() {
-   cd "$pkgname-$pkgver"
-   ./configure \
-   --prefix=/usr \
-   --disable-schemas-compile
-
-   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 511255, 
mate-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:06:30 UTC (rev 511256)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org";
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification' 'iso-codes')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('906673d5de5e6814e73c4448b8cb67c5b86e90f9a72ae131eefbe2356eca85a3')
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --prefix=/usr \
+   --disable-schemas-compile
+
+   #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:06:11
  Author: cesura
Revision: 511255

upgpkg: mate-desktop 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 20:42:55 UTC (rev 511254)
+++ PKGBUILD2019-09-20 21:06:11 UTC (rev 511255)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-desktop
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org";
@@ -14,7 +14,7 @@
 conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
 replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('203be6a518a1c0f9afd077a977be939c11afe9f56c5dac58c69a958292c924c3')
+sha256sums=('906673d5de5e6814e73c4448b8cb67c5b86e90f9a72ae131eefbe2356eca85a3')
 
 build() {
cd "$pkgname-$pkgver"


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

2019-08-20 Thread Brad Fanella via arch-commits
Date: Tuesday, August 20, 2019 @ 21:43:58
  Author: cesura
Revision: 500349

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 500348, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 21:43:40 UTC (rev 500348)
+++ PKGBUILD2019-08-20 21:43:58 UTC (rev 500349)
@@ -1,56 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Alexander F Rødseth 
-# Contributor: Musikolo 
-# Contributor: Ruben Fonseca 
-# Contributor: Andreas W. Hauser 
-
-pkgname=groovy
-pkgver=2.5.6
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('Apache')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-# .asc file is available for download, but there was no key available
-source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip";
-
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";)
-sha256sums=('b64d0807d85857cb9d7a2137c6d5d828890598597ad0fd149faac20198ed8e92'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-   # Generate desktop shortcut
-   gendesk -f -n \
-   --pkgname "$pkgname" \
-   --pkgdesc 'Groovy programming language' \
-   --exec 'groovyConsole' \
-   --name 'Groovy Console'
-
-   # Patch the scripts
-   for f in "$pkgname-$pkgver/bin/"*; do
-   sed 's:bin/env\ sh:bin/env\ 
sh\nGROOVY_HOME=/usr/share/groovy\nexport 
_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f"
-   done
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   # Create the directories and package the files
-   install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-   cp -r lib conf "$pkgdir/usr/share/groovy"
-   cp bin/* "$pkgdir/usr/bin"
-   rm "$pkgdir"/usr/bin/*completion
-   install -Dm644 bin/*completion -t 
"$pkgdir"/usr/share/bash-completion/completions
-
-   # Remove all DOS/Windows batch files
-   find $pkgdir -name '*.bat' -exec rm {} \;
-
-   # Package the license file
-   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-
-   # Package the desktop shortcut for Groovy Console
-   install -Dm644 "$srcdir/$pkgname.desktop" -t 
"$pkgdir"/usr/share/applications
-   install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps
-}

Copied: groovy/repos/community-any/PKGBUILD (from rev 500348, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 21:43:58 UTC (rev 500349)
@@ -0,0 +1,56 @@
+# Maintainer: Brad Fanella 
+# Contributor: Alexander F Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.5.8
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('Apache')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+# .asc file is available for download, but there was no key available
+source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip";
+
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";)
+sha256sums=('49fb14b98f9fed1744781e4383cf8bff76440032f58eb5fabdc9e67a5daa8742'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+   # Generate desktop shortcut
+   gendesk -f -n \
+   --pkgname "$pkgname" \
+   --pkgdesc 'Groovy programming language' \
+   --exec 'groovyConsole' \
+   --name 'Groovy Console'
+
+   # Patch the scripts
+   for f in "$pkgname-$pkgver/bin/"*; do
+   sed 's:bin/env\ sh:bin/env\ 
sh\nGROOVY_HOME=/usr/share/groovy\nexport 
_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f"
+   done
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   # Create the directories and package the files
+   install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+   cp -r lib conf "$pkgdir/usr/share/groovy"
+   cp bin/* "$pkgdir/usr/bin"
+   rm "$pkgdir"/usr/bin/*completion
+   install -Dm644 bin/*completion -t 
"$pkgdir"/usr/share/ba

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

2019-08-20 Thread Brad Fanella via arch-commits
Date: Tuesday, August 20, 2019 @ 21:43:40
  Author: cesura
Revision: 500348

upgpkg: groovy 2.5.8-1

Updated to version 2.5.8

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 19:42:46 UTC (rev 500347)
+++ PKGBUILD2019-08-20 21:43:40 UTC (rev 500348)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser 
 
 pkgname=groovy
-pkgver=2.5.6
+pkgver=2.5.8
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -17,7 +17,7 @@
 # .asc file is available for download, but there was no key available
 
source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip";
 
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";)
-sha256sums=('b64d0807d85857cb9d7a2137c6d5d828890598597ad0fd149faac20198ed8e92'
+sha256sums=('49fb14b98f9fed1744781e4383cf8bff76440032f58eb5fabdc9e67a5daa8742'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {


[arch-commits] Commit in mate-user-share/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-15 Thread Brad Fanella via arch-commits
Date: Thursday, August 15, 2019 @ 23:37:19
  Author: cesura
Revision: 499652

archrelease: copy trunk to community-x86_64

Added:
  mate-user-share/repos/community-x86_64/PKGBUILD
(from rev 499651, mate-user-share/trunk/PKGBUILD)
Deleted:
  mate-user-share/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 23:37:02 UTC (rev 499651)
+++ PKGBUILD2019-08-15 23:37:19 UTC (rev 499652)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-user-share
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="User level public file sharing via WebDAV for MATE"
-url="http://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3' 'mod_dnssd')
-makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
-optdepends=('caja: File sharing extension')
-groups=('mate-extra')
-conflicts=('mate-user-share-gtk3')
-replaces=('mate-user-share-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('f07044aebccf4bb0fbbdeb4fd489437d6b3219317804a7879a433eb39dc97091')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   PYTHON=/usr/bin/python2 ./configure \
-   --prefix=/usr \
-   --libexec=/usr/lib/${pkgname} \
-   --sysconfdir=/etc \
-   --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 "${pkgname}-${pkgver}"
-   make  DESTDIR="${pkgdir}" install
-}

Copied: mate-user-share/repos/community-x86_64/PKGBUILD (from rev 499651, 
mate-user-share/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 23:37:19 UTC (rev 499652)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-user-share
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE"
+url="http://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3' 'mod_dnssd')
+makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja: File sharing extension')
+groups=('mate-extra')
+conflicts=('mate-user-share-gtk3')
+replaces=('mate-user-share-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('d3345ce93a713b15beea4db644a6db357de3c0639335f1311007297e43563acf')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   PYTHON=/usr/bin/python2 ./configure \
+   --prefix=/usr \
+   --libexec=/usr/lib/${pkgname} \
+   --sysconfdir=/etc \
+   --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 "${pkgname}-${pkgver}"
+   make  DESTDIR="${pkgdir}" install
+}


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

2019-08-15 Thread Brad Fanella via arch-commits
Date: Thursday, August 15, 2019 @ 23:37:02
  Author: cesura
Revision: 499651

upgpkg: mate-user-share 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 23:30:07 UTC (rev 499650)
+++ PKGBUILD2019-08-15 23:37:02 UTC (rev 499651)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-user-share
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="User level public file sharing via WebDAV for MATE"
 url="http://mate-desktop.org";
@@ -14,8 +14,8 @@
 groups=('mate-extra')
 conflicts=('mate-user-share-gtk3')
 replaces=('mate-user-share-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('f07044aebccf4bb0fbbdeb4fd489437d6b3219317804a7879a433eb39dc97091')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('d3345ce93a713b15beea4db644a6db357de3c0639335f1311007297e43563acf')
 
 build() {
cd "${pkgname}-${pkgver}"


<    1   2   3   4   5   6   >