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

2020-06-27 Thread Eli Schwartz via arch-commits
Date: Friday, June 26, 2020 @ 18:11:10
  Author: eschwartz
Revision: 654355

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 654354, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-26 18:10:52 UTC (rev 654354)
+++ PKGBUILD2020-06-26 18:11:10 UTC (rev 654355)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.7
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fc9b9ff9e89c26bb6fcc79a8d1bc95e9162d9ae223170142c4d88433db211395')
-b2sums=('527117fd315b95ec290ebfa624b0cf0ac8ead771cd21f8337f02104dd185219e87d10aa925611ec11f162c3b9488c306d594cec8635859c8b2d172af373a929d')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 654354, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-26 18:11:10 UTC (rev 654355)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.8
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('8de282331658971ce154676273a402c9d0149df4ee167625d21282f126d773a6')
+b2sums=('f71a3d9ab5e482488fc5595d00302b1c5f61c077e494964d27996845ed49080c19c03a21525a612bdbc5a50dc2ed6a0266a8668caf4734df9978accb8f35048c')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-06-08 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 9, 2020 @ 03:24:10
  Author: eschwartz
Revision: 640641

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 640640, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-09 03:23:52 UTC (rev 640640)
+++ PKGBUILD2020-06-09 03:24:10 UTC (rev 640641)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.6
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349')
-b2sums=('beb3820dc9b6eaabc9132f8668f175736f04ebea40dd743407ad8476fa0654db466f89a663dc51769c79ab90f02cadfbea43496a5a037ab51a918bd635a5205b')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 640640, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-09 03:24:10 UTC (rev 640641)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.7
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('fc9b9ff9e89c26bb6fcc79a8d1bc95e9162d9ae223170142c4d88433db211395')
+b2sums=('527117fd315b95ec290ebfa624b0cf0ac8ead771cd21f8337f02104dd185219e87d10aa925611ec11f162c3b9488c306d594cec8635859c8b2d172af373a929d')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-06-02 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 2, 2020 @ 15:50:58
  Author: eschwartz
Revision: 638098

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 638097, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-02 15:50:25 UTC (rev 638097)
+++ PKGBUILD2020-06-02 15:50:58 UTC (rev 638098)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.5
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('3ff3d220f5eaba16c8976e692d2553525c1181004111e1718a8031115dbd3fde')
-b2sums=('1eee9edefdb35831dcece2f8e9bda579792f5fdfe60d8a8c4151e7ebf7fab1b2a4dc9825d0083b7eef164a43b438ad114e147d942aa0f1842c175a4d7071060b')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 638097, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-02 15:50:58 UTC (rev 638098)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('577a28bd8b02e6bdd52fcc1257d88ef738cdfc065fc5c8ed23554a002c4b0349')
+b2sums=('beb3820dc9b6eaabc9132f8668f175736f04ebea40dd743407ad8476fa0654db466f89a663dc51769c79ab90f02cadfbea43496a5a037ab51a918bd635a5205b')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-05-22 Thread Eli Schwartz via arch-commits
Date: Friday, May 22, 2020 @ 19:48:02
  Author: eschwartz
Revision: 631682

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 631681, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-22 19:47:26 UTC (rev 631681)
+++ PKGBUILD2020-05-22 19:48:02 UTC (rev 631682)
@@ -1,45 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('2071866b51b80a3d3f6c09546bd04c4282fc612e52f5c8ca972596b7ad2bfe24')
-b2sums=('f6558b87320cbd73e73c5294f48a3c0c94c7239abc9ede9cd88e66ccd53fd0c9cba9c638837efbd5eecd8a4f372262fde759e05ba9e97ad9955ab74464c34c21')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 631681, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-22 19:48:02 UTC (rev 631682)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.5
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('3ff3d220f5eaba16c8976e692d2553525c1181004111e1718a8031115dbd3fde')
+b2sums=('1eee9edefdb35831dcece2f8e9bda579792f5fdfe60d8a8c4151e7ebf7fab1b2a4dc9825d0083b7eef164a43b438ad114e147d942aa0f1842c175a4d7071060b')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-05-13 Thread Eli Schwartz via arch-commits
Date: Wednesday, May 13, 2020 @ 17:53:25
  Author: eschwartz
Revision: 627706

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 627705, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-13 17:52:46 UTC (rev 627705)
+++ PKGBUILD2020-05-13 17:53:25 UTC (rev 627706)
@@ -1,44 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fa4dbe94d9c64621381f1fca89ec6113902931e4577a776e690548ee3f896720')
-b2sums=('ad5b7d0d3637269de025bad1fcf79ee471353fc88f377c3f2777328b9337766c98b8bfb2acbf9ece40b874459fed55ad33f1167024a9cb66779245cc76a60f03')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 627705, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-13 17:53:25 UTC (rev 627706)
@@ -0,0 +1,45 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('2071866b51b80a3d3f6c09546bd04c4282fc612e52f5c8ca972596b7ad2bfe24')
+b2sums=('f6558b87320cbd73e73c5294f48a3c0c94c7239abc9ede9cd88e66ccd53fd0c9cba9c638837efbd5eecd8a4f372262fde759e05ba9e97ad9955ab74464c34c21')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-04-26 Thread Eli Schwartz via arch-commits
Date: Monday, April 27, 2020 @ 03:13:41
  Author: eschwartz
Revision: 621785

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 621784, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 03:13:26 UTC (rev 621784)
+++ PKGBUILD2020-04-27 03:13:41 UTC (rev 621785)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('71ac9b89885630bc096202c4766493bb246ca1b2f0bd115efa4f0a5041f8f7e1')
-b2sums=('2179e8aea85a1b2b6e10d02560cc74f3a1d88d66ae5ed95c92d86a82b69fa7414e94d358eb5ee42ec03e35291bc3ba0f75019c7f602e6e2d36de642b8ae6e3d7')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 621784, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 03:13:41 UTC (rev 621785)
@@ -0,0 +1,44 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('fa4dbe94d9c64621381f1fca89ec6113902931e4577a776e690548ee3f896720')
+b2sums=('ad5b7d0d3637269de025bad1fcf79ee471353fc88f377c3f2777328b9337766c98b8bfb2acbf9ece40b874459fed55ad33f1167024a9cb66779245cc76a60f03')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-04-23 Thread Eli Schwartz via arch-commits
Date: Friday, April 24, 2020 @ 04:56:58
  Author: eschwartz
Revision: 618758

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 618757, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-24 04:56:43 UTC (rev 618757)
+++ PKGBUILD2020-04-24 04:56:58 UTC (rev 618758)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.6.10
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4dd228a2165f1077f18d6fb3152bb77d365ffbb8ad883ed4dd9137886dd21377')
-b2sums=('26c29b75adc81edbd7587c71747f4dd5f9b75a3ace274da81a49c55418641900b1c8411b9b1c21d38d9f143f3eab21fe6a0b9c1650b28807909f1555c3622853')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 618757, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-24 04:56:58 UTC (rev 618758)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('71ac9b89885630bc096202c4766493bb246ca1b2f0bd115efa4f0a5041f8f7e1')
+b2sums=('2179e8aea85a1b2b6e10d02560cc74f3a1d88d66ae5ed95c92d86a82b69fa7414e94d358eb5ee42ec03e35291bc3ba0f75019c7f602e6e2d36de642b8ae6e3d7')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2020-01-17 Thread Eli Schwartz via arch-commits
Date: Friday, January 17, 2020 @ 19:17:37
  Author: eschwartz
Revision: 552894

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 552893, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-17 19:17:20 UTC (rev 552893)
+++ PKGBUILD2020-01-17 19:17:37 UTC (rev 552894)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.6.8
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c559203fd85da7f9d83b552ea840dfc11a3f380cdcc3d7f86c5ea6f6375d2a74')
-b2sums=('c87d59b8ad5ff038d027a509ac395d919c1201d475d6aff024bbed3bb08dedf7174f6cbe34745ded69c6f8c57689a2c602c96e4156174f07fe579338e1e04d64')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 552893, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-17 19:17:37 UTC (rev 552894)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.6.10
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('4dd228a2165f1077f18d6fb3152bb77d365ffbb8ad883ed4dd9137886dd21377')
+b2sums=('26c29b75adc81edbd7587c71747f4dd5f9b75a3ace274da81a49c55418641900b1c8411b9b1c21d38d9f143f3eab21fe6a0b9c1650b28807909f1555c3622853')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-12-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 25, 2019 @ 15:58:47
  Author: eschwartz
Revision: 541197

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 541196, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-25 15:58:34 UTC (rev 541196)
+++ PKGBUILD2019-12-25 15:58:47 UTC (rev 541197)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.6.7
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1f78a1d7d078d5e9dc6736cb47d03d67d7775061843e1764f5b5d35bc7413145')
-b2sums=('cdcaab9ed11070d0db1b1156db14a9c219a6571d735663fd0a39bbd4f7afc9b89d0507fac69f805e211e6c50d069c7ad65e75a4188bbdb2a69481255edcf772e')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 541196, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-25 15:58:47 UTC (rev 541197)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.6.8
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('c559203fd85da7f9d83b552ea840dfc11a3f380cdcc3d7f86c5ea6f6375d2a74')
+b2sums=('c87d59b8ad5ff038d027a509ac395d919c1201d475d6aff024bbed3bb08dedf7174f6cbe34745ded69c6f8c57689a2c602c96e4156174f07fe579338e1e04d64')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-12-10 Thread Eli Schwartz via arch-commits
Date: Tuesday, December 10, 2019 @ 21:26:21
  Author: eschwartz
Revision: 536579

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 536578, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-10 21:26:06 UTC (rev 536578)
+++ PKGBUILD2019-12-10 21:26:21 UTC (rev 536579)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.6.5
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('997afa5d57b665370d45241e6a53af4e241819f51f18b331dd09552b835343b7')
-b2sums=('8d44d82177d0b548ee60dc02f87c7e0fb2740601a9af2549b0c9a60f0e8b1b68ef36eee640df31869498131afc28786af6134404bfa4bce19bc181a0a06f3a81')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 536578, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-10 21:26:21 UTC (rev 536579)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.6.7
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('1f78a1d7d078d5e9dc6736cb47d03d67d7775061843e1764f5b5d35bc7413145')
+b2sums=('cdcaab9ed11070d0db1b1156db14a9c219a6571d735663fd0a39bbd4f7afc9b89d0507fac69f805e211e6c50d069c7ad65e75a4188bbdb2a69481255edcf772e')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-12-01 Thread Eli Schwartz via arch-commits
Date: Monday, December 2, 2019 @ 07:30:49
  Author: eschwartz
Revision: 534679

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 534678, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 07:30:34 UTC (rev 534678)
+++ PKGBUILD2019-12-02 07:30:49 UTC (rev 534679)
@@ -1,46 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d282b44116eb3f2e1d92f82bfcce005218d27e2ba068c27b5aae7c60edee3129')
-b2sums=('6e03175f50ac2aa1ae0a4e402bce25030f71bc80f93a700cef43f5660206a1989e8e6efdbacf873c46f7de79994b5602dc56cf0c1fc062cf82cbae99aa6cf85a')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 534678, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 07:30:49 UTC (rev 534679)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('997afa5d57b665370d45241e6a53af4e241819f51f18b331dd09552b835343b7')
+b2sums=('8d44d82177d0b548ee60dc02f87c7e0fb2740601a9af2549b0c9a60f0e8b1b68ef36eee640df31869498131afc28786af6134404bfa4bce19bc181a0a06f3a81')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-11-23 Thread Eli Schwartz via arch-commits
Date: Sunday, November 24, 2019 @ 03:04:27
  Author: eschwartz
Revision: 532430

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 532429, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   89 +++--
 1 file changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 03:04:11 UTC (rev 532429)
+++ PKGBUILD2019-11-24 03:04:27 UTC (rev 532430)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.9
-pkgrel=3
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c2122c8c0616b07aca0654c86810549545363733ad36ec6f27451345083c80ca')
-b2sums=('cee89f34d9430288c4ba8e770db4b7652a90d405bbfd7ddbe488f85cf0a60957b02a1a21b201a9da5d690d999848a89b16ecbbbeab027628aa32018a41aeec19')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 532429, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 03:04:27 UTC (rev 532430)
@@ -0,0 +1,46 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('d282b44116eb3f2e1d92f82bfcce005218d27e2ba068c27b5aae7c60edee3129')
+b2sums=('6e03175f50ac2aa1ae0a4e402bce25030f71bc80f93a700cef43f5660206a1989e8e6efdbacf873c46f7de79994b5602dc56cf0c1fc062cf82cbae99aa6cf85a')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-08-20 Thread Eli Schwartz via arch-commits
Date: Tuesday, August 20, 2019 @ 22:23:26
  Author: eschwartz
Revision: 500353

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 500352, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 22:23:09 UTC (rev 500352)
+++ PKGBUILD2019-08-20 22:23:26 UTC (rev 500353)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6f6c37c568e58ea1644fecc3513708877d358eb3911ff138a992c5078e4b0c73')
-b2sums=('e2f61d6443d3fa4e655a1284afd71f73b9760e03a0c4983c888b563a2c43224eedabc32f39743e50626e245c6f1980f6b5e3190fbbdfb6a7f19c6126c09043f6')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 500352, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 22:23:26 UTC (rev 500353)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.9
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('c2122c8c0616b07aca0654c86810549545363733ad36ec6f27451345083c80ca')
+b2sums=('cee89f34d9430288c4ba8e770db4b7652a90d405bbfd7ddbe488f85cf0a60957b02a1a21b201a9da5d690d999848a89b16ecbbbeab027628aa32018a41aeec19')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-07-10 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 10, 2019 @ 15:25:53
  Author: eschwartz
Revision: 488575

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 488574, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-10 15:25:37 UTC (rev 488574)
+++ PKGBUILD2019-07-10 15:25:53 UTC (rev 488575)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.7
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('5124506d10d80fdbffcdba04083542c65e3e0ed4b967b12c3e1618de99db2409')
-b2sums=('1f1d08b0cc1e97562dd525e4c006bedd3a0485ecc0d80d7b29a9ce95d8e9244c18c530c1ca8464b1f570d7960f30054309897442199cab3138dd7f7299b3d3e9')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 488574, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-10 15:25:53 UTC (rev 488575)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.8
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('6f6c37c568e58ea1644fecc3513708877d358eb3911ff138a992c5078e4b0c73')
+b2sums=('e2f61d6443d3fa4e655a1284afd71f73b9760e03a0c4983c888b563a2c43224eedabc32f39743e50626e245c6f1980f6b5e3190fbbdfb6a7f19c6126c09043f6')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-06-23 Thread Eli Schwartz via arch-commits
Date: Sunday, June 23, 2019 @ 17:34:34
  Author: eschwartz
Revision: 483242

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 483241, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 17:34:21 UTC (rev 483241)
+++ PKGBUILD2019-06-23 17:34:34 UTC (rev 483242)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('60e77709338cc2672f4eeabef70f03623ec9f082e84a9349a39857da2d556296')
-b2sums=('6c4c227131c886ae7676dcce568e87ead8ebe4f4b21a14fddbb5041f59c932640f89e74358aee1df70ada0d97f7fa5cc6c0d254844b16b36f669bd803b32013d')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 483241, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 17:34:34 UTC (rev 483242)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.7
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('5124506d10d80fdbffcdba04083542c65e3e0ed4b967b12c3e1618de99db2409')
+b2sums=('1f1d08b0cc1e97562dd525e4c006bedd3a0485ecc0d80d7b29a9ce95d8e9244c18c530c1ca8464b1f570d7960f30054309897442199cab3138dd7f7299b3d3e9')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2019-06-14 Thread Eli Schwartz via arch-commits
Date: Friday, June 14, 2019 @ 14:53:54
  Author: eschwartz
Revision: 481470

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 481469, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-14 14:53:41 UTC (rev 481469)
+++ PKGBUILD2019-06-14 14:53:54 UTC (rev 481470)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.5
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6b139fba9b7a185ee9d3c81e5096591316b3e3b793ea448a3b49fb3cc1b9a706')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 481469, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-14 14:53:54 UTC (rev 481470)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('60e77709338cc2672f4eeabef70f03623ec9f082e84a9349a39857da2d556296')
+b2sums=('6c4c227131c886ae7676dcce568e87ead8ebe4f4b21a14fddbb5041f59c932640f89e74358aee1df70ada0d97f7fa5cc6c0d254844b16b36f669bd803b32013d')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-12-11 Thread Eli Schwartz via arch-commits
Date: Wednesday, December 12, 2018 @ 02:06:28
  Author: eschwartz
Revision: 415548

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 415547, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 02:06:08 UTC (rev 415547)
+++ PKGBUILD2018-12-12 02:06:28 UTC (rev 415548)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('82ac04b9f678ae98b6efcf19b6fc89a4139c91b6107050e43fce4721923e856b')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 415547, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 02:06:28 UTC (rev 415548)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('6b139fba9b7a185ee9d3c81e5096591316b3e3b793ea448a3b49fb3cc1b9a706')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-11-27 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 27, 2018 @ 18:39:32
  Author: eschwartz
Revision: 410063

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 410062, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 18:39:16 UTC (rev 410062)
+++ PKGBUILD2018-11-27 18:39:32 UTC (rev 410063)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('dd7be50aa7cf431f2fea44d737059a22f067c5ab9f838fad8e526d14b5c7')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 410062, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 18:39:32 UTC (rev 410063)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('82ac04b9f678ae98b6efcf19b6fc89a4139c91b6107050e43fce4721923e856b')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-11-27 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 27, 2018 @ 17:43:38
  Author: eschwartz
Revision: 410053

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 410052, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 17:43:23 UTC (rev 410052)
+++ PKGBUILD2018-11-27 17:43:38 UTC (rev 410053)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6980760ecafa20777a36ae8eecc7b08b228f810dfa76244128d4c5e3c2fc34cc')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 410052, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 17:43:38 UTC (rev 410053)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('dd7be50aa7cf431f2fea44d737059a22f067c5ab9f838fad8e526d14b5c7')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-11-19 Thread Eli Schwartz via arch-commits
Date: Tuesday, November 20, 2018 @ 01:51:03
  Author: eschwartz
Revision: 408981

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 408980, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-20 01:50:31 UTC (rev 408980)
+++ PKGBUILD2018-11-20 01:51:03 UTC (rev 408981)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('5337a9059fb59327c1684a2b57a26c0042c6fb1e9291647b83bc4d8658f0411d')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 408980, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-20 01:51:03 UTC (rev 408981)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('6980760ecafa20777a36ae8eecc7b08b228f810dfa76244128d4c5e3c2fc34cc')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-11-12 Thread Eli Schwartz via arch-commits
Date: Monday, November 12, 2018 @ 17:15:32
  Author: eschwartz
Revision: 406440

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 406439, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-12 17:15:15 UTC (rev 406439)
+++ PKGBUILD2018-11-12 17:15:32 UTC (rev 406440)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ab38c76e63aeb13db9c866d58f9f0f21753bb6113a7fc64da99506af535a0493')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 406439, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-12 17:15:32 UTC (rev 406440)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('5337a9059fb59327c1684a2b57a26c0042c6fb1e9291647b83bc4d8658f0411d')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-10-31 Thread Eli Schwartz via arch-commits
Date: Thursday, November 1, 2018 @ 02:02:27
  Author: eschwartz
Revision: 400899

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 400898, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-01 02:02:08 UTC (rev 400898)
+++ PKGBUILD2018-11-01 02:02:27 UTC (rev 400899)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('9ce6a5b19637df18d4521dfdc8ed6bc9fdadcb87bda2c324f3471407a7b551d6')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 400898, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-01 02:02:27 UTC (rev 400899)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('ab38c76e63aeb13db9c866d58f9f0f21753bb6113a7fc64da99506af535a0493')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-07-17 Thread Eli Schwartz via arch-commits
Date: Tuesday, July 17, 2018 @ 15:11:51
  Author: eschwartz
Revision: 360886

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 360885, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-17 15:11:23 UTC (rev 360885)
+++ PKGBUILD2018-07-17 15:11:51 UTC (rev 360886)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('daf41acb021b4dfb1b313710eea812e315a9f49e6a2cc037691ec51799f4cf26')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 360885, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-17 15:11:51 UTC (rev 360886)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('9ce6a5b19637df18d4521dfdc8ed6bc9fdadcb87bda2c324f3471407a7b551d6')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-05-07 Thread Eli Schwartz via arch-commits
Date: Monday, May 7, 2018 @ 16:31:38
  Author: eschwartz
Revision: 319154

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 319153, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-07 16:31:21 UTC (rev 319153)
+++ PKGBUILD2018-05-07 16:31:38 UTC (rev 319154)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libgnomekbd')
-makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('94a80164627bab115f44e5c7fd994cdb13e75162fa64a64301afcca2483706e7')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-for _python in python3 python2; do
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-${_python} -m compileall -d "${_destdir}" "${_file}"
-${_python} -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
-done
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 319153, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-07 16:31:38 UTC (rev 319154)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('daf41acb021b4dfb1b313710eea812e315a9f49e6a2cc037691ec51799f4cf26')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-04-18 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 18, 2018 @ 14:12:43
  Author: eschwartz
Revision: 316879

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 316878, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-18 14:12:25 UTC (rev 316878)
+++ PKGBUILD2018-04-18 14:12:43 UTC (rev 316879)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.0.4
-pkgrel=2
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/xapps;
-license=('GPL')
-depends=('libgnomekbd' 'python')
-makedepends=('gnome-common' 'gobject-introspection' 'python-gobject' 
'python2-gobject')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6578574561cb10b602c67669b0374b71d9cccd5d1c13c17d6a4b6ec2f8fe739a')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-mkdir -p build build-py2
-
-cd build
-../configure --prefix=/usr \
- --localstatedir=/var \
- --libexecdir=/usr/lib/${pkgname}
-make
-
-cd ../build-py2
-PYTHON=python2 ../configure --prefix=/usr \
---localstatedir=/var \
---libexecdir=/usr/lib/${pkgname}
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}
-make -C build DESTDIR="${pkgdir}" install
-make -C build-py2/pygobject DESTDIR="${pkgdir}" install
-
-# Not worth fixing out-of-tree builds properly as git master has migrated 
to meson
-cp -Rv files/usr/share "${pkgdir}"/usr
-}

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 316878, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-18 14:12:43 UTC (rev 316879)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libgnomekbd')
+makedepends=('meson' 'gobject-introspection' 'python-gobject' 
'python2-gobject' 'vala')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('94a80164627bab115f44e5c7fd994cdb13e75162fa64a64301afcca2483706e7')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+ninja
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" ninja install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+for _python in python3 python2; do
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+${_python} -m compileall -d "${_destdir}" "${_file}"
+${_python} -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/${_python}* -name '*.py' -print0)
+done
+}


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

2018-01-31 Thread Eli Schwartz via arch-commits
Date: Thursday, February 1, 2018 @ 01:02:32
  Author: eschwartz
Revision: 288457

archrelease: copy trunk to community-x86_64

Added:
  xapps/repos/community-x86_64/PKGBUILD
(from rev 288456, xapps/trunk/PKGBUILD)
Deleted:
  xapps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-01 01:02:13 UTC (rev 288456)
+++ PKGBUILD2018-02-01 01:02:32 UTC (rev 288457)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapps
-pkgver=1.0.4
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('i686' 'x86_64')
-url='https://github.com/linuxmint/xapps'
-license=('GPL')
-depends=('libgnomekbd' 'python')
-makedepends=('gnome-common' 'gobject-introspection')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('6578574561cb10b602c67669b0374b71d9cccd5d1c13c17d6a4b6ec2f8fe739a')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-./autogen.sh --prefix=/usr \
---localstatedir=/var \
---libexecdir=/usr/lib/${pkgname}
-make
-}
-
-package(){
-cd ${pkgname}-${pkgver}
-make DESTDIR="$pkgdir" install
-}
-

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 288456, 
xapps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-01 01:02:32 UTC (rev 288457)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapps
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/xapps;
+license=('GPL')
+depends=('libgnomekbd' 'python')
+makedepends=('gnome-common' 'gobject-introspection' 'python-gobject' 
'python2-gobject')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('6578574561cb10b602c67669b0374b71d9cccd5d1c13c17d6a4b6ec2f8fe739a')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+mkdir -p build build-py2
+
+cd build
+../configure --prefix=/usr \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/${pkgname}
+make
+
+cd ../build-py2
+PYTHON=python2 ../configure --prefix=/usr \
+--localstatedir=/var \
+--libexecdir=/usr/lib/${pkgname}
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}
+make -C build DESTDIR="${pkgdir}" install
+make -C build-py2/pygobject DESTDIR="${pkgdir}" install
+
+# Not worth fixing out-of-tree builds properly as git master has migrated 
to meson
+cp -Rv files/usr/share "${pkgdir}"/usr
+}