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

2020-11-12 Thread Ronald van Haren via arch-commits
Date: Thursday, November 12, 2020 @ 10:43:12
  Author: ronald
Revision: 400496

upgpkg: efl 1.25.1-1: update to 1.25.1; disable evas libavif support

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:41:04 UTC (rev 400495)
+++ PKGBUILD2020-11-12 10:43:12 UTC (rev 400496)
@@ -3,8 +3,8 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.24.3
-pkgrel=4
+pkgver=1.25.1
+pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org;
@@ -27,7 +27,7 @@
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a')
+sha256sums=('351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b')
 
 
 build() {
@@ -46,7 +46,7 @@
 -Dwl=true \
 -Dglib=true \
 -Dnetwork-backend=connman \
--Devas-loaders-disabler=json \
+-Devas-loaders-disabler=json,avif \
 -Dbindings= \
 -Dbuild-examples=false \
 -Dbuild-tests=false \


[arch-commits] Commit in efl/repos/extra-x86_64 (4 files)

2020-11-12 Thread Ronald van Haren via arch-commits
Date: Thursday, November 12, 2020 @ 10:43:53
  Author: ronald
Revision: 400497

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 400496, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 400496, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  172 +--
 eina_doxygen.patch |   20 ++---
 2 files changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 10:43:12 UTC (rev 400496)
+++ PKGBUILD2020-11-12 10:43:53 UTC (rev 400497)
@@ -1,86 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.24.3
-pkgrel=4
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
- 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
- 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
- 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
- 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
- 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
- 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
- 'pulseaudio')
-optdepends=('geoclue: For elocation'
-'gst-plugins-base: Video and thumbnail codecs'
-'gst-plugins-good: Video and thumbnail codecs'
-'gst-plugins-bad: Video and thumbnail codecs'
-'gst-plugins-ugly: Video and thumbnail codecs'
-'gst-libav: Video and thumbnails with ffmpeg/libav'
-'libreoffice: Office document thumbnails')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  if [ -d build ]; then
-rm -rf build
-  fi
-  mkdir -p build
-
-  meson --prefix=/usr \
--Dfb=true \
--Ddrm=true \
--Dwl=true \
--Dglib=true \
--Dnetwork-backend=connman \
--Devas-loaders-disabler=json \
--Dbindings= \
--Dbuild-examples=false \
--Dbuild-tests=false \
--Decore-imf-loaders-disabler= \
-. build
-
-  ninja -C build
-
-  cd build/doc
-  doxygen
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-  
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/build"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-  #cp -a man "${pkgdir}/usr/share"
-  
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 400496, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 10:43:53 UTC (rev 400497)
@@ -0,0 +1,86 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.25.1
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+ 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+ 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+ 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+ 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+ 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+ 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+ 'pulseaudio')
+optdepends=('geoclue: For elocation'
+'gst-plugins-base: Video and thumbnail codecs'
+'gst-plugins-good: Video and thumbnail codecs'
+'gst-plugins-bad: Video and thumbnail codecs'
+'gst-plugins-ugly: Video and thumbnail codecs'
+'gst-libav: Video and 

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

2020-08-14 Thread Ronald van Haren via arch-commits
Date: Friday, August 14, 2020 @ 13:31:53
  Author: ronald
Revision: 394039

upgpkg: efl 1.24.3-3: remove python2 optional dependency

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 13:25:23 UTC (rev 394038)
+++ PKGBUILD2020-08-14 13:31:53 UTC (rev 394039)
@@ -4,7 +4,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.24.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org;
@@ -23,8 +23,7 @@
 'gst-plugins-bad: Video and thumbnail codecs'
 'gst-plugins-ugly: Video and thumbnail codecs'
 'gst-libav: Video and thumbnails with ffmpeg/libav'
-'libreoffice: Office document thumbnails'
-'python2: Compare Eina benchmarks')
+'libreoffice: Office document thumbnails')
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)


[arch-commits] Commit in efl/repos/extra-x86_64 (4 files)

2020-08-14 Thread Ronald van Haren via arch-commits
Date: Friday, August 14, 2020 @ 13:32:12
  Author: ronald
Revision: 394040

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 394039, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 394039, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  173 +--
 eina_doxygen.patch |   20 ++---
 2 files changed, 96 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-14 13:31:53 UTC (rev 394039)
+++ PKGBUILD2020-08-14 13:32:12 UTC (rev 394040)
@@ -1,87 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.24.3
-pkgrel=2
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
- 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
- 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
- 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
- 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
- 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
- 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
- 'pulseaudio')
-optdepends=('geoclue: For elocation'
-'gst-plugins-base: Video and thumbnail codecs'
-'gst-plugins-good: Video and thumbnail codecs'
-'gst-plugins-bad: Video and thumbnail codecs'
-'gst-plugins-ugly: Video and thumbnail codecs'
-'gst-libav: Video and thumbnails with ffmpeg/libav'
-'libreoffice: Office document thumbnails'
-'python2: Compare Eina benchmarks')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de95c6e673c170c1e21382918b122417c091c643e7dcaced89aa785529625c2a')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  if [ -d build ]; then
-rm -rf build
-  fi
-  mkdir -p build
-
-  meson --prefix=/usr \
--Dfb=true \
--Ddrm=true \
--Dwl=true \
--Dglib=true \
--Dnetwork-backend=connman \
--Devas-loaders-disabler=json \
--Dbindings= \
--Dbuild-examples=false \
--Dbuild-tests=false \
--Decore-imf-loaders-disabler= \
-. build
-
-  ninja -C build
-
-  cd build/doc
-  doxygen
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-  
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/build"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-  #cp -a man "${pkgdir}/usr/share"
-  
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 394039, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-14 13:32:12 UTC (rev 394040)
@@ -0,0 +1,86 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.24.3
+pkgrel=3
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+ 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+ 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+ 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+ 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+ 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+ 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+ 'pulseaudio')
+optdepends=('geoclue: For elocation'
+'gst-plugins-base: Video and thumbnail codecs'
+'gst-plugins-good: Video and thumbnail codecs'
+'gst-plugins-bad: Video and thumbnail codecs'
+'gst-plugins-ugly: Video and 

[arch-commits] Commit in terminology/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-08-14 Thread Ronald van Haren via arch-commits
Date: Friday, August 14, 2020 @ 08:36:12
  Author: ronald
Revision: 394028

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 394027, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-14 08:36:03 UTC (rev 394027)
+++ PKGBUILD2020-08-14 08:36:12 UTC (rev 394028)
@@ -1,34 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-makedepends=('mesa' 'meson')
-#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
-sha256sums=('b81e08e6875a6979dc445ab1fb177c9b1563d64e07ff51190479d61e0904db1d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 394027, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-14 08:36:12 UTC (rev 394028)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+makedepends=('mesa' 'meson')
+#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
+sha256sums=('a6c9e9afa0c5a79ec9cb3ede3f3d30aa58296ce5b4ba1968ff70cc84a65a3825')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2020-08-14 Thread Ronald van Haren via arch-commits
Date: Friday, August 14, 2020 @ 08:36:03
  Author: ronald
Revision: 394027

upgpkg: terminology 1.8.1-1: bump to 1.8.1

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 08:15:45 UTC (rev 394026)
+++ PKGBUILD2020-08-14 08:36:03 UTC (rev 394027)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('mesa' 'meson')
 
#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
-sha256sums=('b81e08e6875a6979dc445ab1fb177c9b1563d64e07ff51190479d61e0904db1d')
+sha256sums=('a6c9e9afa0c5a79ec9cb3ede3f3d30aa58296ce5b4ba1968ff70cc84a65a3825')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in efl/repos/testing-x86_64 (4 files)

2019-10-28 Thread Ronald van Haren via arch-commits
Date: Monday, October 28, 2019 @ 09:54:05
  Author: ronald
Revision: 365973

archrelease: copy trunk to testing-x86_64

Added:
  efl/repos/testing-x86_64/PKGBUILD
(from rev 365972, efl/trunk/PKGBUILD)
  efl/repos/testing-x86_64/eina_doxygen.patch
(from rev 365972, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/testing-x86_64/PKGBUILD
  efl/repos/testing-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  173 +--
 eina_doxygen.patch |   20 ++---
 2 files changed, 96 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 09:50:20 UTC (rev 365972)
+++ PKGBUILD2019-10-28 09:54:05 UTC (rev 365973)
@@ -1,87 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.23.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
- 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
- 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
- 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
- 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
- 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
- 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
- 'pulseaudio')
-optdepends=('geoclue: For elocation'
-'gst-plugins-base: Video and thumbnail codecs'
-'gst-plugins-good: Video and thumbnail codecs'
-'gst-plugins-bad: Video and thumbnail codecs'
-'gst-plugins-ugly: Video and thumbnail codecs'
-'gst-libav: Video and thumbnails with ffmpeg/libav'
-'libreoffice: Office document thumbnails'
-'python2: Compare Eina benchmarks')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd9625161b324621f873f00eb841de03398892078ce73d60205abd1766c15cc5')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  if [ -d build ]; then
-rm -rf build
-  fi
-  mkdir -p build
-
-  meson --prefix=/usr \
--Dfb=true \
--Ddrm=true \
--Dwl=true \
--Dnetwork-backend=connman \
--Devas-loaders-disabler=json \
--Dbindings= \
--Dbuild-examples=false \
--Dbuild-tests=false \
--Decore-imf-loaders-disabler= \
-. build
-
-  ninja -C build
-
-  cd build/doc
-  doxygen
-  #make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -C build install
-  
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}/build"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-  cp -a man "${pkgdir}/usr/share"
-  
-}
-

Copied: efl/repos/testing-x86_64/PKGBUILD (from rev 365972, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 09:54:05 UTC (rev 365973)
@@ -0,0 +1,86 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.23.1
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+ 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+ 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+ 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+ 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+ 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+ 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+ 'pulseaudio')
+optdepends=('geoclue: For elocation'
+'gst-plugins-base: Video and thumbnail codecs'
+'gst-plugins-good: Video and thumbnail codecs'
+'gst-plugins-bad: Video and thumbnail codecs'
+  

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

2019-10-28 Thread Ronald van Haren via arch-commits
Date: Monday, October 28, 2019 @ 09:50:20
  Author: ronald
Revision: 365972

upgpkg: efl 1.23.1-1

update to 1.23.1; remove man pages for now FS#64104

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-28 08:49:02 UTC (rev 365971)
+++ PKGBUILD2019-10-28 09:50:20 UTC (rev 365972)
@@ -3,7 +3,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.23.0
+pkgver=1.23.1
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd9625161b324621f873f00eb841de03398892078ce73d60205abd1766c15cc5')
+sha256sums=('d62220cca16d434c18b36fe3acffa0f5c0e669da4931b133524183308f242f61')
 
 
 build() {
@@ -57,7 +57,6 @@
 
   cd build/doc
   doxygen
-  #make -j1 doc || return 0  # don't fail on the docs
 }
 
 package_efl(){
@@ -81,7 +80,7 @@
   install -d "${pkgdir}/usr/share/doc/${pkgbase}"
   cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
   cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-  cp -a man "${pkgdir}/usr/share"
+  #cp -a man "${pkgdir}/usr/share"
   
 }
 


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

2019-10-10 Thread Ronald van Haren via arch-commits
Date: Thursday, October 10, 2019 @ 15:25:48
  Author: ronald
Revision: 364577

upgpkg: psutils 1.90-1

change to a maintained upstream; update to 1.90

Modified:
  psutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 15:10:34 UTC (rev 364576)
+++ PKGBUILD2019-10-10 15:25:48 UTC (rev 364577)
@@ -3,38 +3,35 @@
 # Contributor: Tom Newsom 
  
 pkgname=psutils
-pkgver=1.17
-pkgrel=6
+pkgver=1.90
+pkgrel=1
 arch=('x86_64')
 pkgdesc="A set of postscript utilities"
-url="http://knackered.org/angus/psutils/;
+url="https://github.com/rrthomas/psutils;
 license=('custom')
 depends=('glibc' 'ghostscript')
 provides=('psutils-lprng')
 replaces=('psutils-lprng')
 options=('!makeflags')
-source=("https://sources.archlinux.org/other/psutils/${pkgname}-${pkgver}.tar.gz;
-'psutils-1.17.diff')
-sha512sums=('91feff88c885173ab1c4ba6b5ffd0d9e90bfa6105479b074065584fc2a87e78fbe71e4bc90d2e7079d86b467caf092b6744b0ea4234880ba78cad8dd7820de77'
-
'795f45c6315e3c02485d1d5243c1541992b669539257249a185f57136e623c489a9f3635d3f171f698428aeb9710332cf36bb0aa0ade8ea351514044630f12f0')
+source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6685035adacc7c5dbbae8ca95abce03e4535164fd5e661d5393e00a7b8cc1fad')
 
 build() {
-  cd "${srcdir}/${pkgname}"
-  patch -Np1 -i "${srcdir}/psutils-1.17.diff"
-  make -f Makefile.unix BINDIR=/usr/bin \
-INCLUDEDIR=/usr/include/psutils PERL=/usr/bin/perl \
-MANDIR=/usr/share/man/man1 \
-CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
-CCFLAGS="$LDFLAGS"
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+  export CCFLAGS="$LDFLAGS"
+
+  ./configure --prefix=/usr \
+
+  make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}"
-  install -d -m755 "${pkgdir}/usr/include"
-  install -d -m755 "${pkgdir}/usr/share/man"
-  make -f Makefile.unix BINDIR="${pkgdir}/usr/bin" \
-INCLUDEDIR="${pkgdir}/usr/include/psutils" PERL=/usr/bin/perl \
-MANDIR="${pkgdir}/usr/share/man/man1" install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2019-10-10 Thread Ronald van Haren via arch-commits
Date: Thursday, October 10, 2019 @ 15:25:57
  Author: ronald
Revision: 364578

archrelease: copy trunk to testing-x86_64

Added:
  psutils/repos/testing-x86_64/
  psutils/repos/testing-x86_64/PKGBUILD
(from rev 364577, psutils/trunk/PKGBUILD)
  psutils/repos/testing-x86_64/psutils-1.17.diff
(from rev 364577, psutils/trunk/psutils-1.17.diff)

---+
 PKGBUILD  |   37 +
 psutils-1.17.diff |   33 +
 2 files changed, 70 insertions(+)

Copied: psutils/repos/testing-x86_64/PKGBUILD (from rev 364577, 
psutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-10 15:25:57 UTC (rev 364578)
@@ -0,0 +1,37 @@
+# Maintainer: Ronald van Haren 
+# Contributor: eric 
+# Contributor: Tom Newsom 
+ 
+pkgname=psutils
+pkgver=1.90
+pkgrel=1
+arch=('x86_64')
+pkgdesc="A set of postscript utilities"
+url="https://github.com/rrthomas/psutils;
+license=('custom')
+depends=('glibc' 'ghostscript')
+provides=('psutils-lprng')
+replaces=('psutils-lprng')
+options=('!makeflags')
+source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6685035adacc7c5dbbae8ca95abce03e4535164fd5e661d5393e00a7b8cc1fad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+  export CCFLAGS="$LDFLAGS"
+
+  ./configure --prefix=/usr \
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: psutils/repos/testing-x86_64/psutils-1.17.diff (from rev 364577, 
psutils/trunk/psutils-1.17.diff)
===
--- testing-x86_64/psutils-1.17.diff(rev 0)
+++ testing-x86_64/psutils-1.17.diff2019-10-10 15:25:57 UTC (rev 364578)
@@ -0,0 +1,33 @@
+diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix
+--- psutils.orig/Makefile.unix Tue Mar 11 14:52:59 1997
 psutils/Makefile.unix  Thu Jan 18 20:53:36 2001
+@@ -19,16 +19,16 @@
+ # psnup puts multiple logical pages on one physical page
+ # psresize scales and moves pages to fit on different paper sizes
+ 
+-PAPER=a4
++PAPER=letter
+ 
+ # Makefile for PSUtils under Unix
+ 
+ OS = UNIX
+ 
+-BINDIR = /usr/local/bin
++BINDIR = /usr/bin
+ SCRIPTDIR = $(BINDIR)
+-INCLUDEDIR = /usr/local/share/psutils
+-PERL = /usr/local/bin/perl
++INCLUDEDIR = /usr/share/psutils
++PERL = /usr/bin/perl
+ 
+ BINMODE = 0755
+ MANMODE = 0644
+@@ -36,7 +36,7 @@
+ INSTALL = install -c -m $(BINMODE)
+ INSTALLMAN = install -c -m $(MANMODE)
+ MANEXT = 1
+-MANDIR = /usr/local/share/man/man$(MANEXT)
++MANDIR = /usr/man/man$(MANEXT)
+ 
+ CC = gcc
+ CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall


[arch-commits] Commit in enlightenment/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-10-10 Thread Ronald van Haren via arch-commits
Date: Thursday, October 10, 2019 @ 15:09:53
  Author: ronald
Revision: 364574

archrelease: copy trunk to testing-x86_64

Added:
  enlightenment/repos/testing-x86_64/
  enlightenment/repos/testing-x86_64/PKGBUILD
(from rev 364573, enlightenment/trunk/PKGBUILD)

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

Copied: enlightenment/repos/testing-x86_64/PKGBUILD (from rev 364573, 
enlightenment/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-10 15:09:53 UTC (rev 364574)
@@ -0,0 +1,49 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.23.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support'
+'packagekit: needed for packagekit module')
+makedepends=('xorg-server-xwayland' 'meson' 'ninja')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('e530590c09b560679621f4531d55c242cfafe8523309e0ae88fb267e00f52c34')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  if [ -d build ]; then
+rm -f build
+  fi
+  mkdir build
+  meson --prefix=/usr \
+-Dwl=true \
+. build
+
+  ninja -C build
+  }
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  DESTDIR="$pkgdir" ninja -C build install
+  
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2019-10-10 Thread Ronald van Haren via arch-commits
Date: Thursday, October 10, 2019 @ 15:09:49
  Author: ronald
Revision: 364573

upgpkg: enlightenment 0.23.1-1

update to 0.23.1; switch build system to meson

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 15:09:12 UTC (rev 364572)
+++ PKGBUILD2019-10-10 15:09:49 UTC (rev 364573)
@@ -2,7 +2,7 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.22.4
+pkgver=0.23.1
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('x86_64')
@@ -12,14 +12,15 @@
  'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
 optdepends=('connman: network module'
 'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module'
-'xorg-server-xwayland: xwayland support')
-makedepends=('xorg-server-xwayland')
+'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support'
+'packagekit: needed for packagekit module')
+makedepends=('xorg-server-xwayland' 'meson' 'ninja')
 provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('59f4997c8b59457142870e40f137bc08c9735c84368d32213dacf09c4342fe79')
+sha256sums=('e530590c09b560679621f4531d55c242cfafe8523309e0ae88fb267e00f52c34')
 
 
 build() {
@@ -27,18 +28,22 @@
 
   export CFLAGS="$CFLAGS -fvisibility=hidden"
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
+  if [ -d build ]; then
+rm -f build
+  fi
+  mkdir build
+  meson --prefix=/usr \
+-Dwl=true \
+. build
 
-  make
-}
+  ninja -C build
+  }
 
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
+  DESTDIR="$pkgdir" ninja -C build install
+  
   # install LICENSE
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


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

2019-10-10 Thread Ronald van Haren via arch-commits
Date: Thursday, October 10, 2019 @ 15:09:02
  Author: ronald
Revision: 364571

upgpkg: efl 1.23.0-1

update to 1.23.0; switch build system to meson

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 14:31:17 UTC (rev 364570)
+++ PKGBUILD2019-10-10 15:09:02 UTC (rev 364571)
@@ -3,39 +3,59 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.22.2
+pkgver=1.23.0
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org;
 license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
- 'mesa' 'hicolor-icon-theme' 'poppler')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+ 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+ 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+ 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+ 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+ 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+ 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+ 'pulseaudio')
+optdepends=('geoclue: For elocation'
+'gst-plugins-base: Video and thumbnail codecs'
+'gst-plugins-good: Video and thumbnail codecs'
+'gst-plugins-bad: Video and thumbnail codecs'
+'gst-plugins-ugly: Video and thumbnail codecs'
+'gst-libav: Video and thumbnails with ffmpeg/libav'
+'libreoffice: Office document thumbnails'
+'python2: Compare Eina benchmarks')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1699891f825911622de0aa77fe1140eff7335aba619d2352485e54dcff6b1cd0')
+sha256sums=('cd9625161b324621f873f00eb841de03398892078ce73d60205abd1766c15cc5')
 
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   export CFLAGS="$CFLAGS -fvisibility=hidden"
 
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
+  if [ -d build ]; then
+rm -rf build
+  fi
+  mkdir -p build
 
-  make
+  meson --prefix=/usr \
+-Dfb=true \
+-Ddrm=true \
+-Dwl=true \
+-Dnetwork-backend=connman \
+-Devas-loaders-disabler=json \
+-Dbindings= \
+-Dbuild-examples=false \
+-Dbuild-tests=false \
+-Decore-imf-loaders-disabler= \
+. build
 
-  cd doc
+  ninja -C build
+
+  cd build/doc
   doxygen
   #make -j1 doc || return 0  # don't fail on the docs
 }
@@ -44,8 +64,8 @@
   replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
 
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
+  DESTDIR="${pkgdir}" ninja -C build install
+  
   # install non-standard license files
   install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
 "${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
@@ -57,9 +77,11 @@
   pkgdesc="Documentation for the Enlightenment Foundation Libraries"
   depends=()
 
-  cd "${srcdir}/${pkgbase}-${pkgver}"
+  cd "${srcdir}/${pkgbase}-${pkgver}/build"
   install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+  cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+  cp -a man "${pkgdir}/usr/share"
+  
 }
 


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

2019-10-10 Thread Ronald van Haren via arch-commits
Date: Thursday, October 10, 2019 @ 15:09:12
  Author: ronald
Revision: 364572

archrelease: copy trunk to testing-x86_64

Added:
  efl/repos/testing-x86_64/
  efl/repos/testing-x86_64/PKGBUILD
(from rev 364571, efl/trunk/PKGBUILD)
  efl/repos/testing-x86_64/eina_doxygen.patch
(from rev 364571, efl/trunk/eina_doxygen.patch)

+
 PKGBUILD   |   87 +++
 eina_doxygen.patch |   10 +
 2 files changed, 97 insertions(+)

Copied: efl/repos/testing-x86_64/PKGBUILD (from rev 364571, efl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-10 15:09:12 UTC (rev 364572)
@@ -0,0 +1,87 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.23.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('avahi' 'bullet' 'curl' 'fontconfig' 'fribidi'
+ 'gst-plugins-base-libs' 'luajit' 'libexif' 'libgl' 'libinput'
+ 'libpulse' 'libspectre' 'libraw' 'librsvg' 'libwebp' 'libxcomposite'
+ 'libxcursor' 'libxinerama' 'libxkbcommon' 'libxp' 'libxrandr'
+ 'libxss' 'libunwind' 'mesa' 'openjpeg2' 'poppler'
+ 'shared-mime-info' 'mailcap' 'ttf-font' 'scim' 'libibus' 'glib2'
+ 'wayland' 'wayland-protocols' 'libxkbcommon-x11'
+ 'pulseaudio')
+optdepends=('geoclue: For elocation'
+'gst-plugins-base: Video and thumbnail codecs'
+'gst-plugins-good: Video and thumbnail codecs'
+'gst-plugins-bad: Video and thumbnail codecs'
+'gst-plugins-ugly: Video and thumbnail codecs'
+'gst-libav: Video and thumbnails with ffmpeg/libav'
+'libreoffice: Office document thumbnails'
+'python2: Compare Eina benchmarks')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'meson' 'ninja')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cd9625161b324621f873f00eb841de03398892078ce73d60205abd1766c15cc5')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  if [ -d build ]; then
+rm -rf build
+  fi
+  mkdir -p build
+
+  meson --prefix=/usr \
+-Dfb=true \
+-Ddrm=true \
+-Dwl=true \
+-Dnetwork-backend=connman \
+-Devas-loaders-disabler=json \
+-Dbindings= \
+-Dbuild-examples=false \
+-Dbuild-tests=false \
+-Decore-imf-loaders-disabler= \
+. build
+
+  ninja -C build
+
+  cd build/doc
+  doxygen
+  #make -j1 doc || return 0  # don't fail on the docs
+}
+
+package_efl(){
+  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -C build install
+  
+  # install non-standard license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
+}
+
+package_efl-docs() {
+  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}/build"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+  cp -a man "${pkgdir}/usr/share"
+  
+}
+

Copied: efl/repos/testing-x86_64/eina_doxygen.patch (from rev 364571, 
efl/trunk/eina_doxygen.patch)
===
--- testing-x86_64/eina_doxygen.patch   (rev 0)
+++ testing-x86_64/eina_doxygen.patch   2019-10-10 15:09:12 UTC (rev 364572)
@@ -0,0 +1,10 @@
+--- src/lib/eina/eina_hamster.h2013-02-16 12:52:32.0 +0100
 src/lib/eina/eina_hamster.h.new2014-09-16 22:19:04.820163522 +0200
+@@ -24,7 +24,6 @@
+  *
+  * @brief These functions provide hamster calls.
+  *
+- * @{
+  */
+ 
+ /**


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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 20:05:32
  Author: ronald
Revision: 467601

use https

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 20:05:23 UTC (rev 467600)
+++ PKGBUILD2019-05-16 20:05:32 UTC (rev 467601)
@@ -7,7 +7,7 @@
 pkgrel=4
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
-url="http://www.octave.org;
+url="https://www.gnu.org/software/octave/;
 license=('GPL')
 depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
   'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
@@ -17,13 +17,13 @@
 'portaudio: audio support'
 'java-runtime: java support'
 'fltk: FLTK GUI')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig}
+source=(https://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig}
 octave-sundials4.patch)
 options=('!emptydirs')
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha512sums=('a842fb50c13f25e9d425fe9a2c71d9433d7e125747d2175efe0c9b2a780c799d9ce1ee085b5a13fbfedb7990b0ba5d11079d880ddb3bdb66782efc321390eebb'
+sha256sums=('e36b1124cac27c7caa51cc57de408c31676d5f0096349b4d50b57bfe1bcd7495'
 'SKIP'
-
'4b743602e8ca91e8be8dab69e09d3e476e9edd867b2eb0b9816fbe4ca344a16bff7a413c2e89b0c9fb769f4a815a696c4d67b70282b7e4fe8c24598bcce90d34')
+'bfa7253f7b572158ce05fee117cd24325ec73e7f3acbcc73b3c34d6e52f01f5a')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 20:01:45
  Author: ronald
Revision: 467584

use https

Modified:
  extremetuxracer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 19:59:48 UTC (rev 467583)
+++ PKGBUILD2019-05-16 20:01:45 UTC (rev 467584)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="Downhill racing game starring Tux"
 arch=('x86_64')
-url="http://sourceforge.net/projects/extremetuxracer/;
+url="https://sourceforge.net/projects/extremetuxracer/;
 license=('GPL')
 depends=('sfml' 'glu' 'freetype2')
 makedepends=('csfml')
@@ -15,7 +15,7 @@
 conflicts=('ppracer' 'etracer')
 replaces=('ppracer' 'etracer')
 source=("https://downloads.sourceforge.net/${pkgname}/etr-${pkgver}.tar.xz;)
-sha1sums=('38925f74c827a879fc1ab912e1bf2461496c5474')
+sha256sums=('4fd39c52a426ba22deb26bcceb807d7eebe7b7d7df578cfd03f10066c218c6d3')
 
 build() {
   cd "${srcdir}/etr-${pkgver}"


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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:50:55
  Author: ronald
Revision: 353499

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 353498, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 353498, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 353498, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   64 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 92 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 353498, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-16 19:50:55 UTC (rev 353499)
@@ -0,0 +1,64 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.2.2
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="https://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'systemd-libs')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 353498, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2019-05-16 19:50:55 UTC (rev 353499)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 353498, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2019-05-16 19:50:55 UTC (rev 353499)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:48:38
  Author: ronald
Revision: 353497

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 353496, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 353496, bdf-unifont/trunk/PKGBUILD)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD

--+
 LICENSE  |  120 ++---
 PKGBUILD |   42 ++---
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-05-16 19:48:32 UTC (rev 353496)
+++ LICENSE 2019-05-16 19:48:38 UTC (rev 353497)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named "hex2bdf-split"
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except "johab2ucs2" and
-"blanks.hex", mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the "wqy-cjk.hex" file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the "wqy-cjk.hex" file
- fall under the above "License for all of Roman Czyborra's work".
-
- The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for "blanks.hex":
-
- There is one exception to the above rules: Paul Hardy earlier
- released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 353496, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-05-16 19:48:38 UTC (rev 353497)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+ Any fonts using glyphs from the "wqy-cjk.hex" file (including
+ the default TrueType font) are bound by the terms of the Wen
+ Quan Yi font license.  Those fonts 

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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:53:20
  Author: ronald
Revision: 353500

upgpkg: terminology 1.4.0-1

update to 1.4.0

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 19:50:55 UTC (rev 353499)
+++ PKGBUILD2019-05-16 19:53:20 UTC (rev 353500)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('mesa' 'meson')
 
#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
-sha256sums=('7b5b94e173b5414e343483ab4a418796216104c8e9c098e988e2583638ab8825')
+sha256sums=('0ad42f45dc376def82a0b33a178b6f119633bee7e9ac40155dfff84d9389c8d8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in net-tools/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:46:21
  Author: ronald
Revision: 353495

archrelease: copy trunk to testing-x86_64

Added:
  net-tools/repos/testing-x86_64/
  net-tools/repos/testing-x86_64/PKGBUILD
(from rev 353494, net-tools/trunk/PKGBUILD)

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

Copied: net-tools/repos/testing-x86_64/PKGBUILD (from rev 353494, 
net-tools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-16 19:46:21 UTC (rev 353495)
@@ -0,0 +1,41 @@
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=net-tools
+pkgver=1.60.20181103git
+_commit=0eebece8c9
+pkgrel=1
+pkgdesc="Configuration tools for Linux networking"
+arch=('x86_64')
+license=('GPL2')
+url="http://net-tools.sourceforge.net/;
+depends=('glibc')
+makedepends=('git')
+# use git snapshot currently prefered over release
+source=("net-tools::git://git.code.sf.net/p/net-tools/code#commit=${_commit}")
+options=(!makeflags)
+sha1sums=('SKIP')
+
+
+prepare() {
+  sed -i "s#/sbin#/bin#" ${srcdir}/${pkgname}/Makefile
+  sed -i "s#/usr##" ${srcdir}/${pkgname}/man/Makefile
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  yes "" | make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  make DESTDIR=${pkgdir}/usr update
+
+  # the following is provided by yp-tools
+  rm "${pkgdir}"/usr/bin/{nis,yp}domainname
+  rm "${pkgdir}"/usr/share/man/man1/{nis,yp}domainname.1
+
+  # hostname is provided by inetutils
+  rm "${pkgdir}"/usr/bin/{hostname,dnsdomainname,domainname}
+  rm -rf "${pkgdir}"/usr/share/man/man1
+}


[arch-commits] Commit in terminology/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:53:25
  Author: ronald
Revision: 353501

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 353500, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-16 19:53:20 UTC (rev 353500)
+++ PKGBUILD2019-05-16 19:53:25 UTC (rev 353501)
@@ -1,34 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl' 'hicolor-icon-theme')
-makedepends=('mesa' 'meson')
-#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
-sha256sums=('7b5b94e173b5414e343483ab4a418796216104c8e9c098e988e2583638ab8825')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 353500, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-16 19:53:25 UTC (rev 353501)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl' 'hicolor-icon-theme')
+makedepends=('mesa' 'meson')
+#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
+sha256sums=('0ad42f45dc376def82a0b33a178b6f119633bee7e9ac40155dfff84d9389c8d8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:50:49
  Author: ronald
Revision: 353498

upgpkg: dhcpcd 7.2.2-1

update to 7.2.2

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 19:48:38 UTC (rev 353497)
+++ PKGBUILD2019-05-16 19:50:49 UTC (rev 353498)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.2.1
+pkgver=7.2.2
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="https://roy.marples.name/projects/dhcpcd/;
@@ -19,7 +19,7 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha256sums=('27712673f563c2156739134837f47515028f5a37078e522e5d3bed4152a44fe8'
+sha256sums=('3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e'
 '72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
 '782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
 


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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:48:32
  Author: ronald
Revision: 353496

upgpkg: bdf-unifont 12.1.01-1

update to 12.1.01

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 19:46:21 UTC (rev 353495)
+++ PKGBUILD2019-05-16 19:48:32 UTC (rev 353496)
@@ -1,7 +1,7 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=bdf-unifont
-pkgver=11.0.03
+pkgver=12.1.01
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 
source=("https://ftp.gnu.org/gnu/unifont/unifont-${pkgver}/unifont-${pkgver}.bdf.gz"{,.sig}
 "LICENSE")
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha256sums=('4bd52ca12beee34e64b436aa4b806a508908464aed88e2533ea6ac17af6b'
+sha256sums=('862f01724ed3d61918d58c3a87b8658c7ea5262aaa22e4c9b9f76fae864abc49'
 'SKIP'
 'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 


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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:43:42
  Author: ronald
Revision: 353492

upgpkg: net-tools 1.60.20181103git-1

Modified:
  net-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 19:41:07 UTC (rev 353491)
+++ PKGBUILD2019-05-16 19:43:42 UTC (rev 353492)
@@ -2,8 +2,8 @@
 # Contributor: judd 
 
 pkgname=net-tools
-pkgver=1.60.20180212git
-_commit=479bb4a7
+pkgver=1.60.20181103git
+_commit=0eebece8c9
 pkgrel=1
 pkgdesc="Configuration tools for Linux networking"
 arch=('x86_64')


[arch-commits] Commit in efl/repos/extra-x86_64 (4 files)

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:39:01
  Author: ronald
Revision: 353489

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 353488, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 353488, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  135 ---
 eina_doxygen.patch |   20 +++
 2 files changed, 75 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-16 19:38:50 UTC (rev 353488)
+++ PKGBUILD2019-05-16 19:39:01 UTC (rev 353489)
@@ -1,70 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.21.1
-pkgrel=2
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
- 'mesa')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
-
-  make
-
-  cd doc
-  doxygen
-  #make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 353488, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-16 19:39:01 UTC (rev 353489)
@@ -0,0 +1,65 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+ 'mesa' 'hicolor-icon-theme' 'poppler')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1699891f825911622de0aa77fe1140eff7335aba619d2352485e54dcff6b1cd0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
+
+  make
+
+  cd doc
+  doxygen
+  

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

2019-05-16 Thread Ronald van Haren via arch-commits
Date: Thursday, May 16, 2019 @ 19:38:50
  Author: ronald
Revision: 353488

upgpkg: efl 1.22.2-1

update to 1.22.2

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 19:37:31 UTC (rev 353487)
+++ PKGBUILD2019-05-16 19:38:50 UTC (rev 353488)
@@ -3,8 +3,8 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.21.1
-pkgrel=2
+pkgver=1.22.2
+pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org;
@@ -15,18 +15,13 @@
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
  'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
  'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
- 'mesa')
+ 'mesa' 'hicolor-icon-theme' 'poppler')
 optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928')
+sha256sums=('1699891f825911622de0aa77fe1140eff7335aba619d2352485e54dcff6b1cd0')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 14:08:52
  Author: ronald
Revision: 342606

upgpkg: lyx 2.3.2-1

update to 2.3.2

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 13:10:45 UTC (rev 342605)
+++ PKGBUILD2018-12-20 14:08:52 UTC (rev 342606)
@@ -2,14 +2,13 @@
 # Contributor: Jason Chu 
 
 pkgname=lyx
-pkgver=2.3.1
-_pkgver='2.3.1-2'
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('x86_64')
 url="http://www.lyx.org;
 depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
- 'libmythes' 'file' 'hicolor-icon-theme')
+ 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('boost' 'bc')
 optdepends=('rcs: built-in version control system'
 'texlive-latexextra: float wrap support'
@@ -17,10 +16,10 @@
 license=('GPL')
 backup=('etc/lyx/lyxrc.dist')
 options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$pkgver.tar.xz{,.sig}
 lyxrc.dist)
 validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
+sha256sums=('f1a80fc7d0c69e5a28145275dd4f88d2a93bad1033b0cffe953f668fbbe4956c'
 'SKIP'
 '7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
 


[arch-commits] Commit in lyx/repos/extra-x86_64 (6 files)

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 14:09:01
  Author: ronald
Revision: 342607

archrelease: copy trunk to extra-x86_64

Added:
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 342606, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx-enchant2.patch
(from rev 342606, lyx/trunk/lyx-enchant2.patch)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 342606, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx-enchant2.patch
  lyx/repos/extra-x86_64/lyxrc.dist

+
 PKGBUILD   |   93 +--
 lyx-enchant2.patch |   74 
 lyxrc.dist |   28 +++
 3 files changed, 97 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 14:08:52 UTC (rev 342606)
+++ PKGBUILD2018-12-20 14:09:01 UTC (rev 342607)
@@ -1,47 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.3.1
-_pkgver='2.3.1-2'
-pkgrel=2
-pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
-arch=('x86_64')
-url="http://www.lyx.org;
-depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
- 'libmythes' 'file' 'hicolor-icon-theme')
-makedepends=('boost' 'bc')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support'
-'python: support for python scripts')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
-lyxrc.dist)
-validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
-'SKIP'
-'7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---enable-qt5 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # install default config file
-  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
-  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
-}

Copied: lyx/repos/extra-x86_64/PKGBUILD (from rev 342606, lyx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 14:09:01 UTC (rev 342607)
@@ -0,0 +1,46 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('x86_64')
+url="http://www.lyx.org;
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
+ 'libmythes' 'file' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support'
+'python: support for python scripts')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$pkgver.tar.xz{,.sig}
+lyxrc.dist)
+validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
+sha256sums=('f1a80fc7d0c69e5a28145275dd4f88d2a93bad1033b0cffe953f668fbbe4956c'
+'SKIP'
+'7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--enable-qt5 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Deleted: lyx-enchant2.patch
===
--- lyx-enchant2.patch  2018-12-20 14:08:52 UTC (rev 342606)
+++ lyx-enchant2.patch  2018-12-20 14:09:01 UTC (rev 342607)
@@ -1,37 +0,0 @@
-diff --git a/lyx-2.2.3/src/EnchantChecker.cpp.orig 
b/lyx-2.2.3/src/EnchantChecker.cpp
-index 7be361a..70d9914 100644
 lyx-2.2.3/src/EnchantChecker.cpp.orig
-+++ lyx-2.2.3/src/EnchantChecker.cpp
-@@ -53,6 +53,8 @@ struct EnchantChecker::Private
- 
-   /// the spellers
-   Spellers spellers_;
-+
-+  enchant::Broker instance;
- };
- 
- 
-@@ -68,12 +70,11 @@ EnchantChecker::Private::~Private()
- 
- enchant::Dict * EnchantChecker::Private::addSpeller(string 

[arch-commits] Commit in terminology/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 13:10:45
  Author: ronald
Revision: 342605

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 342604, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 13:10:34 UTC (rev 342604)
+++ PKGBUILD2018-12-20 13:10:45 UTC (rev 342605)
@@ -1,33 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl' 'hicolor-icon-theme')
-makedepends=('mesa' 'meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3995db51f810b39bc4d69894121030014bec18ce409a70b74ab1c66923127c1f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 342604, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 13:10:45 UTC (rev 342605)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl' 'hicolor-icon-theme')
+makedepends=('mesa' 'meson')
+#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
+sha256sums=('7b5b94e173b5414e343483ab4a418796216104c8e9c098e988e2583638ab8825')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-12-20 Thread Ronald van Haren via arch-commits
Date: Thursday, December 20, 2018 @ 13:10:34
  Author: ronald
Revision: 342604

upgpkg: terminology 1.3.2-1

update to 1.3.2; source is not hosted on enlightenment infrastructure for now

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 10:10:57 UTC (rev 342603)
+++ PKGBUILD2018-12-20 13:10:34 UTC (rev 342604)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.3.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -11,8 +11,9 @@
 license=('BSD')
 depends=('efl' 'hicolor-icon-theme')
 makedepends=('mesa' 'meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3995db51f810b39bc4d69894121030014bec18ce409a70b74ab1c66923127c1f')
+#source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/billiob/terminology/archive/v${pkgver}.tar.gz;)
+sha256sums=('7b5b94e173b5414e343483ab4a418796216104c8e9c098e988e2583638ab8825')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-12-10 Thread Ronald van Haren via arch-commits
Date: Monday, December 10, 2018 @ 21:19:02
  Author: ronald
Revision: 341575

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 341574, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 341574, bdf-unifont/trunk/PKGBUILD)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD

--+
 LICENSE  |  120 ++---
 PKGBUILD |   43 ++---
 2 files changed, 81 insertions(+), 82 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-12-10 21:18:52 UTC (rev 341574)
+++ LICENSE 2018-12-10 21:19:02 UTC (rev 341575)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named "hex2bdf-split"
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except "johab2ucs2" and
-"blanks.hex", mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the "wqy-cjk.hex" file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the "wqy-cjk.hex" file
- fall under the above "License for all of Roman Czyborra's work".
-
- The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for "blanks.hex":
-
- There is one exception to the above rules: Paul Hardy earlier
- released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 341574, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-12-10 21:19:02 UTC (rev 341575)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+ Any fonts using glyphs from the "wqy-cjk.hex" file (including
+ the default TrueType font) are bound by the terms of the Wen
+ Quan Yi font license.  Those fonts 

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

2018-12-10 Thread Ronald van Haren via arch-commits
Date: Monday, December 10, 2018 @ 21:18:52
  Author: ronald
Revision: 341574

upgpkg: bdf-unifont 11.0.03-1

update to 11.0.03

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 21:03:55 UTC (rev 341573)
+++ PKGBUILD2018-12-10 21:18:52 UTC (rev 341574)
@@ -1,7 +1,7 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=bdf-unifont
-pkgver=11.0.02
+pkgver=11.0.03
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 
source=("https://ftp.gnu.org/gnu/unifont/unifont-${pkgver}/unifont-${pkgver}.bdf.gz"{,.sig}
 "LICENSE")
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha256sums=('a7ea9ca4f6dcb59377d978194835ede669457069256184f86d46ab5b863c56e6'
+sha256sums=('4bd52ca12beee34e64b436aa4b806a508908464aed88e2533ea6ac17af6b'
 'SKIP'
 'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 


[arch-commits] Commit in (qtiplot)

2018-11-29 Thread Ronald van Haren via arch-commits
Date: Thursday, November 29, 2018 @ 12:36:05
  Author: ronald
Revision: 340643

remove qtiplot from repos, it is completely broken and unmaintained upstream

Deleted:
  qtiplot/


[arch-commits] Commit in wxmaxima/repos/extra-x86_64 (3 files)

2018-11-27 Thread Ronald van Haren via arch-commits
Date: Tuesday, November 27, 2018 @ 09:55:28
  Author: ronald
Revision: 340427

archrelease: copy trunk to extra-x86_64

Added:
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 340426, wxmaxima/trunk/PKGBUILD)
Deleted:
  wxmaxima/repos/extra-x86_64/8bc9d69b.patch
  wxmaxima/repos/extra-x86_64/PKGBUILD

+
 8bc9d69b.patch |   25 
 PKGBUILD   |   81 +--
 2 files changed, 37 insertions(+), 69 deletions(-)

Deleted: 8bc9d69b.patch
===
--- 8bc9d69b.patch  2018-11-27 09:55:19 UTC (rev 340426)
+++ 8bc9d69b.patch  2018-11-27 09:55:28 UTC (rev 340427)
@@ -1,25 +0,0 @@
-From 8bc9d69bd9d2d66d890446af774a60bdca8179b1 Mon Sep 17 00:00:00 2001
-From: Mariusz Libera 
-Date: Wed, 7 Nov 2018 16:28:33 +0100
-Subject: [PATCH] fix wxgtk2 and wxgtk3 (#1049)
-
-based on changes suggested by @kosilin
-however I'm not sure if antialiassing works properly in wxgtk3 now

- src/MathCtrl.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/MathCtrl.cpp b/src/MathCtrl.cpp
-index 6e14afcd..d1e28cff 100644
 a/src/MathCtrl.cpp
-+++ b/src/MathCtrl.cpp
-@@ -386,7 +386,7 @@ void MathCtrl::OnPaint(wxPaintEvent (event))
- 
-   wxGCDC antiAliassingDC(dcm);
- 
--  #ifdef __WXGTK__
-+  #if defined(__WXGTK__) && !defined(__WXGTK3__)
-   // Seems like depending on the wxGTK version the antialiassing DC doesn't 
inherit the
-   // scrolling info from the normal DC.
-   //
- 

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-27 09:55:19 UTC (rev 340426)
+++ PKGBUILD2018-11-27 09:55:28 UTC (rev 340427)
@@ -1,44 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=18.10.2
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('x86_64')
-url="https://wxmaxima-developers.github.io/wxmaxima/;
-license=('GPL2')
-depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;
-8bc9d69b.patch)
-sha512sums=('96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37'
-
'f9d083e3f752ca6bc04c152419b6bb1a71d3e5c25934de90cdf968240fe21d3574b180da7915acebaf15550f93a894e2505f1b4c9c3fc7b48caeee9bb3fab9af')
-
-prepare() {
-  cd $pkgname-Version-$pkgver
-  patch -p1 -i ../8bc9d69b.patch # https://bugs.archlinux.org/task/60704
-}
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 340426, 
wxmaxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-27 09:55:28 UTC (rev 340427)
@@ -0,0 +1,37 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=18.11.4
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/;
+license=('GPL2')
+depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
+sha256sums=('6a2931a14b9491fb0900cf6127943c6f596ed97bb560f1e84c95303909a1fa71')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}


[arch-commits] Commit in wxmaxima/trunk (8bc9d69b.patch PKGBUILD)

2018-11-27 Thread Ronald van Haren via arch-commits
Date: Tuesday, November 27, 2018 @ 09:55:19
  Author: ronald
Revision: 340426

upgpkg: wxmaxima 18.11.4-1

update to 18.11.4; remove upstream fixed patch

Modified:
  wxmaxima/trunk/PKGBUILD
Deleted:
  wxmaxima/trunk/8bc9d69b.patch

+
 8bc9d69b.patch |   25 -
 PKGBUILD   |   13 +++--
 2 files changed, 3 insertions(+), 35 deletions(-)

Deleted: 8bc9d69b.patch
===
--- 8bc9d69b.patch  2018-11-27 09:15:57 UTC (rev 340425)
+++ 8bc9d69b.patch  2018-11-27 09:55:19 UTC (rev 340426)
@@ -1,25 +0,0 @@
-From 8bc9d69bd9d2d66d890446af774a60bdca8179b1 Mon Sep 17 00:00:00 2001
-From: Mariusz Libera 
-Date: Wed, 7 Nov 2018 16:28:33 +0100
-Subject: [PATCH] fix wxgtk2 and wxgtk3 (#1049)
-
-based on changes suggested by @kosilin
-however I'm not sure if antialiassing works properly in wxgtk3 now

- src/MathCtrl.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/MathCtrl.cpp b/src/MathCtrl.cpp
-index 6e14afcd..d1e28cff 100644
 a/src/MathCtrl.cpp
-+++ b/src/MathCtrl.cpp
-@@ -386,7 +386,7 @@ void MathCtrl::OnPaint(wxPaintEvent (event))
- 
-   wxGCDC antiAliassingDC(dcm);
- 
--  #ifdef __WXGTK__
-+  #if defined(__WXGTK__) && !defined(__WXGTK3__)
-   // Seems like depending on the wxGTK version the antialiassing DC doesn't 
inherit the
-   // scrolling info from the normal DC.
-   //
- 

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 09:15:57 UTC (rev 340425)
+++ PKGBUILD2018-11-27 09:55:19 UTC (rev 340426)
@@ -3,7 +3,7 @@
 # Contributor: Vinay S Shastry 
 
 pkgname=wxmaxima
-pkgver=18.10.2
+pkgver=18.11.4
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('x86_64')
@@ -11,16 +11,9 @@
 license=('GPL2')
 depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
 makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;
-8bc9d69b.patch)
-sha512sums=('96cabe17a1df4134d991c4a1104da76375429038da03df6a09729b8afaf279788cb0859d723bb1c9cf3e24782f63aeb198b9407515108e0e637c48c410b70a37'
-
'f9d083e3f752ca6bc04c152419b6bb1a71d3e5c25934de90cdf968240fe21d3574b180da7915acebaf15550f93a894e2505f1b4c9c3fc7b48caeee9bb3fab9af')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz;)
+sha256sums=('6a2931a14b9491fb0900cf6127943c6f596ed97bb560f1e84c95303909a1fa71')
 
-prepare() {
-  cd $pkgname-Version-$pkgver
-  patch -p1 -i ../8bc9d69b.patch # https://bugs.archlinux.org/task/60704
-}
-
 build() {
   cd ${pkgname}-Version-${pkgver}
   cmake . \


[arch-commits] Commit in terminology/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-11-23 Thread Ronald van Haren via arch-commits
Date: Friday, November 23, 2018 @ 20:51:08
  Author: ronald
Revision: 340355

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 340354, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-23 20:35:05 UTC (rev 340354)
+++ PKGBUILD2018-11-23 20:51:08 UTC (rev 340355)
@@ -1,33 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-makedepends=('mesa' 'meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('8485d38a5426ac0f32b3cb049170bfa015a9f648134973462d72412b291b160f05b6ccfb3ba47115740946c8d87160401d55672a6853027d0cc216bdc7cc659b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 340354, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-23 20:51:08 UTC (rev 340355)
@@ -0,0 +1,33 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl' 'hicolor-icon-theme')
+makedepends=('mesa' 'meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('3995db51f810b39bc4d69894121030014bec18ce409a70b74ab1c66923127c1f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-11-23 Thread Ronald van Haren via arch-commits
Date: Friday, November 23, 2018 @ 20:35:05
  Author: ronald
Revision: 340354

upgpkg: terminology 1.3.0-1

update to 1.3.0

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-23 17:18:55 UTC (rev 340353)
+++ PKGBUILD2018-11-23 20:35:05 UTC (rev 340354)
@@ -3,16 +3,16 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
 url="https://www.enlightenment.org/about-terminology;
 license=('BSD')
-depends=('efl')
+depends=('efl' 'hicolor-icon-theme')
 makedepends=('mesa' 'meson')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('8485d38a5426ac0f32b3cb049170bfa015a9f648134973462d72412b291b160f05b6ccfb3ba47115740946c8d87160401d55672a6853027d0cc216bdc7cc659b')
+sha256sums=('3995db51f810b39bc4d69894121030014bec18ce409a70b74ab1c66923127c1f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in sakura/trunk (PKGBUILD segfault.patch)

2018-09-26 Thread Ronald van Haren via arch-commits
Date: Wednesday, September 26, 2018 @ 08:20:27
  Author: ronald
Revision: 385159

upgpkg: sakura 3.6.0-2

fix segfault FS#60100

Added:
  sakura/trunk/segfault.patch
Modified:
  sakura/trunk/PKGBUILD

+
 PKGBUILD   |   10 ++--
 segfault.patch |   62 +++
 2 files changed, 69 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-26 08:20:10 UTC (rev 385158)
+++ PKGBUILD2018-09-26 08:20:27 UTC (rev 385159)
@@ -3,7 +3,7 @@
 
 pkgname=sakura
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A terminal emulator based on GTK and VTE"
 arch=('x86_64')
 url="https://launchpad.net/sakura;
@@ -10,8 +10,9 @@
 license=('GPL')
 depends=('vte3' 'libxft')
 makedepends=('cmake')
-source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('df5c1d9974062a1eaf5659fa36f51c4d5a689eae')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 "segfault.patch")
+sha256sums=('a1161f3cedde20a7e1bc5981b3e6ab3b91d2cd3a5ffe35c792a7fa402a1e86e0'
+'bc9f2364a85261ac7f6e031556b9a3bb71a2be3384ef3f049806df03b12936c7')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"
@@ -18,6 +19,9 @@
 
   # Set default font size a bit smaller
   sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
+
+  # segfault fix FS#60100
+  patch -Np0 -i ${srcdir}/segfault.patch
 }
 
 build() {

Added: segfault.patch
===
--- segfault.patch  (rev 0)
+++ segfault.patch  2018-09-26 08:20:27 UTC (rev 385159)
@@ -0,0 +1,62 @@
+=== modified file 'src/sakura.c'
+--- src/sakura.c   2018-05-02 19:22:43 +
 src/sakura.c   2018-09-16 13:26:19 +
+@@ -339,6 +339,7 @@
+   bool label_set_byuser;
+   GtkBorder padding;   /* inner-property data */
+   int colorset;
++  gulong exit_handler_id;
+ };
+ 
+ 
+@@ -984,31 +985,6 @@
+   if (npages==1) {
+   sakura_config_done();
+   }
+-
+-  /* Workaround for libvte strange behaviour. There is not child-exited 
signal for
+- the last terminal, so we need to kill it here.  Check with libvte 
authors about
+- child-exited/eof signals */
+-  if (gtk_notebook_get_current_page(GTK_NOTEBOOK(sakura.notebook))==0) {
+-
+-  term = sakura_get_page_term(sakura, 0);
+-
+-  if (option_hold==TRUE) {
+-  SAY("hold option has been activated");
+-  return;
+-  }
+-
+-//SAY("waiting for terminal pid (in eof) %d", term->pid);
+-//waitpid(term->pid, , WNOHANG);
+-  /* TODO: check wait return */
+-  /* Child should be automatically reaped because we don't use 
G_SPAWN_DO_NOT_REAP_CHILD flag */
+-  g_spawn_close_pid(term->pid);
+-
+-  sakura_del_tab(0);
+-
+-  npages = 
gtk_notebook_get_n_pages(GTK_NOTEBOOK(sakura.notebook));
+-  if (npages==0)
+-  sakura_destroy();
+-  }   
+ }
+ 
+ /* This handler is called when window title changes, and is used to change 
window and notebook pages titles */
+@@ -3167,7 +3143,7 @@
+   g_signal_connect(G_OBJECT(term->vte), "bell", G_CALLBACK(sakura_beep), 
NULL);
+   g_signal_connect(G_OBJECT(term->vte), "increase-font-size", 
G_CALLBACK(sakura_increase_font), NULL);
+   g_signal_connect(G_OBJECT(term->vte), "decrease-font-size", 
G_CALLBACK(sakura_decrease_font), NULL);
+-  g_signal_connect(G_OBJECT(term->vte), "child-exited", 
G_CALLBACK(sakura_child_exited), NULL);
++  term->exit_handler_id = g_signal_connect(G_OBJECT(term->vte), 
"child-exited", G_CALLBACK(sakura_child_exited), NULL);
+   g_signal_connect(G_OBJECT(term->vte), "eof", G_CALLBACK(sakura_eof), 
NULL);
+   g_signal_connect(G_OBJECT(term->vte), "window-title-changed", 
G_CALLBACK(sakura_title_changed), NULL);
+   g_signal_connect_swapped(G_OBJECT(term->vte), "button-press-event", 
G_CALLBACK(sakura_button_press), sakura.menu);
+@@ -3366,6 +3342,7 @@
+   }
+ 
+   gtk_widget_hide(term->hbox);
++  g_signal_handler_disconnect (term->vte, term->exit_handler_id);
+   gtk_notebook_remove_page(GTK_NOTEBOOK(sakura.notebook), page);
+ 
+   /* Find the next page, if it exists, and grab focus */
+
+


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

2018-09-26 Thread Ronald van Haren via arch-commits
Date: Wednesday, September 26, 2018 @ 08:20:33
  Author: ronald
Revision: 385161

archrelease: copy trunk to community-x86_64

Added:
  sakura/repos/community-x86_64/PKGBUILD
(from rev 385160, sakura/trunk/PKGBUILD)
  sakura/repos/community-x86_64/segfault.patch
(from rev 385160, sakura/trunk/segfault.patch)
Deleted:
  sakura/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   81 ---
 segfault.patch |   62 ++
 2 files changed, 104 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-26 08:20:28 UTC (rev 385160)
+++ PKGBUILD2018-09-26 08:20:33 UTC (rev 385161)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Dmitry N. Shilov 
-
-pkgname=sakura
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="A terminal emulator based on GTK and VTE"
-arch=('x86_64')
-url="https://launchpad.net/sakura;
-license=('GPL')
-depends=('vte3' 'libxft')
-makedepends=('cmake')
-source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('df5c1d9974062a1eaf5659fa36f51c4d5a689eae')
-
-prepare() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  # Set default font size a bit smaller
-  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
-}
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
-  make 
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
-  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
-"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
-  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
-}

Copied: sakura/repos/community-x86_64/PKGBUILD (from rev 385160, 
sakura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-26 08:20:33 UTC (rev 385161)
@@ -0,0 +1,42 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Dmitry N. Shilov 
+
+pkgname=sakura
+pkgver=3.6.0
+pkgrel=2
+pkgdesc="A terminal emulator based on GTK and VTE"
+arch=('x86_64')
+url="https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte3' 'libxft')
+makedepends=('cmake')
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 "segfault.patch")
+sha256sums=('a1161f3cedde20a7e1bc5981b3e6ab3b91d2cd3a5ffe35c792a7fa402a1e86e0'
+'bc9f2364a85261ac7f6e031556b9a3bb71a2be3384ef3f049806df03b12936c7')
+
+prepare() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define 
DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c
+
+  # segfault fix FS#60100
+  patch -Np0 -i ${srcdir}/segfault.patch
+}
+
+build() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} 
f{print > f} /^END/' \
+"${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
+  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
+}

Copied: sakura/repos/community-x86_64/segfault.patch (from rev 385160, 
sakura/trunk/segfault.patch)
===
--- segfault.patch  (rev 0)
+++ segfault.patch  2018-09-26 08:20:33 UTC (rev 385161)
@@ -0,0 +1,62 @@
+=== modified file 'src/sakura.c'
+--- src/sakura.c   2018-05-02 19:22:43 +
 src/sakura.c   2018-09-16 13:26:19 +
+@@ -339,6 +339,7 @@
+   bool label_set_byuser;
+   GtkBorder padding;   /* inner-property data */
+   int colorset;
++  gulong exit_handler_id;
+ };
+ 
+ 
+@@ -984,31 +985,6 @@
+   if (npages==1) {
+   sakura_config_done();
+   }
+-
+-  /* Workaround for libvte strange behaviour. There is not child-exited 
signal for
+- the last terminal, so we need to kill it here.  Check with libvte 
authors about
+- child-exited/eof signals */
+-  if (gtk_notebook_get_current_page(GTK_NOTEBOOK(sakura.notebook))==0) {
+-
+-  term = sakura_get_page_term(sakura, 0);
+-
+-  if (option_hold==TRUE) {
+-  SAY("hold option has been activated");
+-  return;
+-  }
+-
+-//SAY("waiting for terminal pid (in eof) %d", term->pid);
+-

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

2018-09-19 Thread Ronald van Haren via arch-commits
Date: Wednesday, September 19, 2018 @ 13:12:36
  Author: ronald
Revision: 335012

archrelease: copy trunk to testing-x86_64

Added:
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 335011, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 335011, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 335011, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 335011, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 335011, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 335011, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 335011, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 335011, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 335011, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.service
(from rev 335011, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 335011, iptables/trunk/simple_firewall.rules)

---+
 PKGBUILD  |   81 
 empty-filter.rules|6 +++
 empty-mangle.rules|8 
 empty-nat.rules   |7 
 empty-raw.rules   |5 ++
 empty-security.rules  |6 +++
 empty.rules   |6 +++
 ip6tables.service |   15 
 iptables-flush|   18 ++
 iptables.service  |   14 
 simple_firewall.rules |   11 ++
 11 files changed, 177 insertions(+)

Copied: iptables/repos/testing-x86_64/PKGBUILD (from rev 335011, 
iptables/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-19 13:12:36 UTC (rev 335012)
@@ -0,0 +1,81 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Thomas Baechler 
+
+pkgname=iptables
+pkgver=1.6.2
+pkgrel=3
+epoch=1
+pkgdesc='Linux kernel packet control tool'
+arch=(x86_64)
+license=(GPL2)
+url='http://www.netfilter.org/projects/iptables/index.html'
+depends=(glibc bash libnftnl libpcap)
+makedepends=(linux-api-headers)
+source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
+empty.rules
+simple_firewall.rules
+empty-filter.rules
+empty-mangle.rules
+empty-nat.rules
+empty-raw.rules
+empty-security.rules
+iptables.service
+ip6tables.service
+iptables-flush)
+sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9'
+  'SKIP'
+  '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
+  'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
+  'd9f9f06b46b4187648e860afa0552335aafe3ce4'
+  'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
+  '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6'
+  '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
+  'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
+  '49be9443fc302dd0fda78b63d64e884cadb61603'
+  '9cec592787e32451f58fa608ea057870e07aa704'
+  'e7abda09c61142121b6695928d3b71ccd8fdf73a')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # use system one
+  rm include/linux/types.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/iptables \
+--with-xtlibdir=/usr/lib/iptables \
+--enable-bpf-compiler \
+--enable-devel \
+--enable-shared
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"
+  install -Dm644 empty.rules "${pkgdir}"/etc/iptables/empty.rules
+  install -Dm644 simple_firewall.rules 
"${pkgdir}"/etc/iptables/simple_firewall.rules
+
+  install -d "$pkgdir"/var/lib/{iptables,ip6tables}
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/iptables
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/ip6tables
+
+  # install systemd files
+  install -Dm644 iptables.service \
+"$pkgdir/usr/lib/systemd/system/iptables.service"
+  install -Dm644 ip6tables.service \
+"$pkgdir/usr/lib/systemd/system/ip6tables.service"
+  install -Dm755 iptables-flush \
+"$pkgdir/usr/lib/systemd/scripts/iptables-flush"
+}
+

Copied: iptables/repos/testing-x86_64/empty-filter.rules (from rev 335011, 
iptables/trunk/empty-filter.rules)
===
--- testing-x86_64/empty-filter.rules   (rev 0)
+++ testing-x86_64/empty-filter.rules   2018-09-19 13:12:36 UTC (rev 335012)

[arch-commits] Commit in iptables/trunk (5 files)

2018-09-19 Thread Ronald van Haren via arch-commits
Date: Wednesday, September 19, 2018 @ 13:12:11
  Author: ronald
Revision: 335011

upgpkg: iptables 1:1.6.2-3

force downgrade to 1.6.2

Modified:
  iptables/trunk/PKGBUILD   (contents, properties)
Deleted:
  iptables/trunk/arptables
  iptables/trunk/arptables.service
  iptables/trunk/ebtables
  iptables/trunk/ebtables.service

---+
 PKGBUILD  |   58 ++--
 arptables |   21 --
 arptables.service |   13 ---
 ebtables  |   21 --
 ebtables.service  |   13 ---
 5 files changed, 25 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-19 13:04:06 UTC (rev 335010)
+++ PKGBUILD2018-09-19 13:12:11 UTC (rev 335011)
@@ -2,8 +2,9 @@
 # Contributor: Thomas Baechler 
 
 pkgname=iptables
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.6.2
+pkgrel=3
+epoch=1
 pkgdesc='Linux kernel packet control tool'
 arch=(x86_64)
 license=(GPL2)
@@ -10,16 +11,18 @@
 url='http://www.netfilter.org/projects/iptables/index.html'
 depends=(glibc bash libnftnl libpcap)
 makedepends=(linux-api-headers)
-provides=(ebtables arptables)
-conflicts=(ebtables arptables)
-replaces=(ebtables arptables)
 
source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
 empty.rules
 simple_firewall.rules
-empty-{filter,mangle,nat,raw,security}.rules
-{iptables,ip6tables,ebtables,arptables}.service
-iptables-flush arptables ebtables)
-sha1sums=('04924fd00dbaf8189f0777af90f7bdb73ac7e47c'
+empty-filter.rules
+empty-mangle.rules
+empty-nat.rules
+empty-raw.rules
+empty-security.rules
+iptables.service
+ip6tables.service
+iptables-flush)
+sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9'
   'SKIP'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
   'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
@@ -30,11 +33,7 @@
   'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
   '49be9443fc302dd0fda78b63d64e884cadb61603'
   '9cec592787e32451f58fa608ea057870e07aa704'
-  '052fe6a802d5c7be015881787ed716819db1ca0a'
-  'f15bd7937a10fbfcc6443f55a25cd566a460ebe7'
-  'e7abda09c61142121b6695928d3b71ccd8fdf73a'
-  '1502ebe011f44e5553d9cbd5023755cd9f3e8c75'
-  '436f8adb727e93e92a07834ba0e93f4364587901')
+  'e7abda09c61142121b6695928d3b71ccd8fdf73a')
 validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
 
 prepare() {
@@ -64,26 +63,19 @@
   make DESTDIR="$pkgdir" install
 
   cd "$srcdir"
-  install -Dm644 empty.rules "$pkgdir/etc/iptables/empty.rules"
-  install -Dm644 simple_firewall.rules 
"$pkgdir/etc/iptables/simple_firewall.rules"
+  install -Dm644 empty.rules "${pkgdir}"/etc/iptables/empty.rules
+  install -Dm644 simple_firewall.rules 
"${pkgdir}"/etc/iptables/simple_firewall.rules
 
   install -d "$pkgdir"/var/lib/{iptables,ip6tables}
-  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"$pkgdir/var/lib/iptables"
-  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"$pkgdir/var/lib/ip6tables"
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/iptables
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/ip6tables
 
-  for unit in iptables ip6tables arptables ebtables; do
-install -Dm644 ${unit}.service 
"$pkgdir/usr/lib/systemd/system/${unit}.service"
-  done
+  # install systemd files
+  install -Dm644 iptables.service \
+"$pkgdir/usr/lib/systemd/system/iptables.service"
+  install -Dm644 ip6tables.service \
+"$pkgdir/usr/lib/systemd/system/ip6tables.service"
+  install -Dm755 iptables-flush \
+"$pkgdir/usr/lib/systemd/scripts/iptables-flush"
+}
 
-  for helper in iptables-flush arptables ebtables; do
-install -Dm755 $helper \
-  "$pkgdir/usr/lib/systemd/scripts/$helper"
-  done
-
-  # install iptables-apply
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 $pkgname/iptables-apply \
-  "$pkgdir/usr/bin/iptables-apply"
-  gzip --to-stdout --best $pkgname/iptables-apply.8 > \
-  "$pkgdir/usr/share/man/man8/iptables-apply.8.gz"
-}


Property changes on: iptables/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Deleted: arptables
===
--- arptables   2018-09-19 13:04:06 UTC (rev 335010)
+++ arptables   2018-09-19 13:12:11 UTC (rev 335011)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-CONFIG_FILE='/etc/arptables.conf'
-
-case $1 in
-  start)
-arptables-restore < "$CONFIG_FILE"
-  ;;
-  stop)
-arptables-restore < /dev/null
-  ;;
-  save)
-arptables-save > "$CONFIG_FILE"
-  ;;
-  *)
-echo "usage: ${0##*/} {start|stop|save}" >&2
-exit 1

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

2018-09-19 Thread Ronald van Haren via arch-commits
Date: Wednesday, September 19, 2018 @ 11:23:06
  Author: ronald
Revision: 335004

upgpkg: texmacs 1.99.8-1

update to 1.99.8

Modified:
  texmacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-19 10:44:55 UTC (rev 335003)
+++ PKGBUILD2018-09-19 11:23:06 UTC (rev 335004)
@@ -2,7 +2,7 @@
 # Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
 
 pkgname=texmacs
-pkgver=1.99.7
+pkgver=1.99.8
 pkgrel=1
 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
 arch=('x86_64')
@@ -19,9 +19,9 @@
 
source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz
 texmacs-fix-linking.patch)
 options=('!emptydirs')
-sha1sums=('6621093936bf1062adbc86a62b5765e6373454a9'
-  '7e646cd354503df014f624ce26395eefc5ef4250')
-   
+sha256sums=('7febdbccc6d1ac16d9375a136814259499fb38a49078de2857ab4f47d29a20c0'
+'8b52633981cf71357064e816f898386a4aed3d424f3f417da8dc77c4df094e0f')
+
 prepare() {
   cd TeXmacs-${pkgver}-src
 


[arch-commits] Commit in texmacs/repos/extra-x86_64 (4 files)

2018-09-19 Thread Ronald van Haren via arch-commits
Date: Wednesday, September 19, 2018 @ 11:23:23
  Author: ronald
Revision: 335005

archrelease: copy trunk to extra-x86_64

Added:
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 335004, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/texmacs-fix-linking.patch
(from rev 335004, texmacs/trunk/texmacs-fix-linking.patch)
Deleted:
  texmacs/repos/extra-x86_64/PKGBUILD
  texmacs/repos/extra-x86_64/texmacs-fix-linking.patch

---+
 PKGBUILD  |  115 +---
 texmacs-fix-linking.patch |   36 ++---
 2 files changed, 75 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-19 11:23:06 UTC (rev 335004)
+++ PKGBUILD2018-09-19 11:23:23 UTC (rev 335005)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
-
-pkgname=texmacs
-pkgver=1.99.7
-pkgrel=1
-pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
-arch=('x86_64')
-url="http://www.texmacs.org/;
-license=('GPL')
-depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'qt5-base')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps'
-'gawk: conversion of some files'
-   'ghostscript: rendering ps files'
-'imagemagick: convert images'
-'aspell: spell checking')
-makedepends=('ghostscript' 'cmake')
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz
-texmacs-fix-linking.patch)
-options=('!emptydirs')
-sha1sums=('6621093936bf1062adbc86a62b5765e6373454a9'
-  '7e646cd354503df014f624ce26395eefc5ef4250')
-   
-prepare() {
-  cd TeXmacs-${pkgver}-src
-
-  sed -i 's/env python/env python2/' \
-
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
-TeXmacs/misc/inkscape_extension/texmacs_reedit.py
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-
-  patch -p1 -i ../texmacs-fix-linking.patch # Fix linking
-}
-
-build() {
-  cd TeXmacs-${pkgver}-src
-  
-  mkdir -p build
-  cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DGUILECONFIG_EXECUTABLE=/usr/bin/guile-config1.8
-  make
-}
-
-package() {
-  cd TeXmacs-${pkgver}-src/build
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
- # fix launch script
- sed -e 's|\@CONFIG_LIB_PATH\@|LD_LIBRARY_PATH|g' -i "$pkgdir"/usr/bin/texmacs
-}

Copied: texmacs/repos/extra-x86_64/PKGBUILD (from rev 335004, 
texmacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-19 11:23:23 UTC (rev 335005)
@@ -0,0 +1,57 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.8
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('x86_64')
+url="http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'qt5-base')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript' 'cmake')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz
+texmacs-fix-linking.patch)
+options=('!emptydirs')
+sha256sums=('7febdbccc6d1ac16d9375a136814259499fb38a49078de2857ab4f47d29a20c0'
+'8b52633981cf71357064e816f898386a4aed3d424f3f417da8dc77c4df094e0f')
+
+prepare() {
+  cd TeXmacs-${pkgver}-src
+
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+
+  patch -p1 -i ../texmacs-fix-linking.patch # Fix linking
+}
+
+build() {
+  cd TeXmacs-${pkgver}-src
+  
+  mkdir -p build
+  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DGUILECONFIG_EXECUTABLE=/usr/bin/guile-config1.8
+  make
+}
+
+package() {
+  cd TeXmacs-${pkgver}-src/build
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
+ # fix launch script
+ sed -e 

[arch-commits] Commit in lyx/repos/extra-x86_64 (6 files)

2018-09-17 Thread Ronald van Haren via arch-commits
Date: Monday, September 17, 2018 @ 12:43:50
  Author: ronald
Revision: 334686

archrelease: copy trunk to extra-x86_64

Added:
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 334685, lyx/trunk/PKGBUILD)
  lyx/repos/extra-x86_64/lyx-enchant2.patch
(from rev 334685, lyx/trunk/lyx-enchant2.patch)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 334685, lyx/trunk/lyxrc.dist)
Deleted:
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx-enchant2.patch
  lyx/repos/extra-x86_64/lyxrc.dist

+
 PKGBUILD   |   98 ---
 lyx-enchant2.patch |   74 +++---
 lyxrc.dist |   28 +++---
 3 files changed, 98 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-17 12:43:37 UTC (rev 334685)
+++ PKGBUILD2018-09-17 12:43:50 UTC (rev 334686)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
-arch=('x86_64')
-url="http://www.lyx.org;
-depends=('qt5-svg' 'texlive-core' 'python2' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes' 'file'
- 'hicolor-icon-theme')
-makedepends=('boost' 'bc')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support'
-'python: support for python scripts')
-license=('GPL')
-backup=('etc/lyx/lyxrc.dist')
-options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$pkgver.tar.xz{,.sig}
-lyxrc.dist lyx-enchant2.patch)
-validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha512sums=('77366d365f600069564b6d508ba2169744bbc7bc4dc9cb7e9d5f44941796dd7a027ca9ad08f5a67fd6863cbd1f6308ce5233b6e8685ebc6cf78ed19eef84ccb5'
-'SKIP'   
-
'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3'
-
'4c3ac4d6b01cb8072179718d9401e61634ce3ac0f324e1d4955d7026889183734d04d9760cc850bce6308917060584eab41d389812e0ddafdf80386c21e04d49')
-
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../lyx-enchant2.patch # Fix build with Enchant 2.x
-  sed -e 's|\[enchant\]|\[enchant-2\]|g' -i config/spell.m4
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---enable-qt5 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # install default config file
-  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
-  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
-}

Copied: lyx/repos/extra-x86_64/PKGBUILD (from rev 334685, lyx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-17 12:43:50 UTC (rev 334686)
@@ -0,0 +1,47 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.3.1
+_pkgver='2.3.1-2'
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('x86_64')
+url="http://www.lyx.org;
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
+ 'libmythes' 'file' 'hicolor-icon-theme')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support'
+'python: support for python scripts')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
+lyxrc.dist)
+validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
+sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
+'SKIP'
+'7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--enable-qt5 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Deleted: lyx-enchant2.patch
===
--- lyx-enchant2.patch  2018-09-17 12:43:37 UTC (rev 334685)
+++ lyx-enchant2.patch  2018-09-17 12:43:50 UTC (rev 334686)
@@ -1,37 +0,0 @@
-diff --git a/lyx-2.2.3/src/EnchantChecker.cpp.orig 

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

2018-09-17 Thread Ronald van Haren via arch-commits
Date: Monday, September 17, 2018 @ 12:43:37
  Author: ronald
Revision: 334685

upgpkg: lyx 2.3.1-1

update to 2.3.1; scripts now all support python3 -> change depends

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 12:21:07 UTC (rev 334684)
+++ PKGBUILD2018-09-17 12:43:37 UTC (rev 334685)
@@ -2,13 +2,14 @@
 # Contributor: Jason Chu 
 
 pkgname=lyx
-pkgver=2.3.0
+pkgver=2.3.1
+_pkgver='2.3.1-2'
 pkgrel=1
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('x86_64')
 url="http://www.lyx.org;
-depends=('qt5-svg' 'texlive-core' 'python2' 'imagemagick' 'enchant' 
'boost-libs' 'libmythes' 'file'
- 'hicolor-icon-theme')
+depends=('qt5-svg' 'texlive-core' 'python' 'imagemagick' 'enchant' 'boost-libs'
+ 'libmythes' 'file' 'hicolor-icon-theme')
 makedepends=('boost' 'bc')
 optdepends=('rcs: built-in version control system'
 'texlive-latexextra: float wrap support'
@@ -16,19 +17,15 @@
 license=('GPL')
 backup=('etc/lyx/lyxrc.dist')
 options=('emptydirs')
-source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$pkgver.tar.xz{,.sig}
-lyxrc.dist lyx-enchant2.patch)
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/$pkgname-$_pkgver.tar.xz{,.sig}
+lyxrc.dist)
 validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D')  # LyX Release 
Manager
-sha512sums=('77366d365f600069564b6d508ba2169744bbc7bc4dc9cb7e9d5f44941796dd7a027ca9ad08f5a67fd6863cbd1f6308ce5233b6e8685ebc6cf78ed19eef84ccb5'
-'SKIP'   
-
'eef777cf6033a7b1e04700f33068b07309f8d5c6931c16927305dafb3a00fd46d4b536149349ab56b7455e7dea195c8889da2b6fbf9caa9e76bc0557f9358bc3'
-
'4c3ac4d6b01cb8072179718d9401e61634ce3ac0f324e1d4955d7026889183734d04d9760cc850bce6308917060584eab41d389812e0ddafdf80386c21e04d49')
+sha256sums=('f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84'
+'SKIP'
+'7748beb9a821ce06342487e4a60bf4bf632fe2874e187ea54ed654dc6a9ef21e')
 
-
 prepare() {
   cd $pkgname-$pkgver
-  patch -p1 -i ../lyx-enchant2.patch # Fix build with Enchant 2.x
-  sed -e 's|\[enchant\]|\[enchant-2\]|g' -i config/spell.m4
   autoreconf -vi
 }
 


[arch-commits] Commit in efl/repos/extra-x86_64 (4 files)

2018-09-17 Thread Ronald van Haren via arch-commits
Date: Monday, September 17, 2018 @ 12:21:07
  Author: ronald
Revision: 334684

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 334683, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 334683, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  141 +--
 eina_doxygen.patch |   20 +++
 2 files changed, 80 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-17 12:20:57 UTC (rev 334683)
+++ PKGBUILD2018-09-17 12:21:07 UTC (rev 334684)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.21.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
- 'mesa')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e65be78a537aa67e447b945f01f4ecf9ddfa14d509bf6bbf53a60253ecbae4b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
-
-  make
-
-  cd doc
-  doxygen
-  #make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 334683, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-17 12:21:07 UTC (rev 334684)
@@ -0,0 +1,70 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.21.1
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+ 'mesa')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha256sums=('44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+  

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

2018-09-17 Thread Ronald van Haren via arch-commits
Date: Monday, September 17, 2018 @ 12:20:57
  Author: ronald
Revision: 334683

upgpkg: efl 1.21.1-1

update to 1.21.1

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 10:13:09 UTC (rev 334682)
+++ PKGBUILD2018-09-17 12:20:57 UTC (rev 334683)
@@ -3,7 +3,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.21.0
+pkgver=1.21.1
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
@@ -20,7 +20,7 @@
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e65be78a537aa67e447b945f01f4ecf9ddfa14d509bf6bbf53a60253ecbae4b')
+sha256sums=('44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-09-11 Thread Ronald van Haren via arch-commits
Date: Tuesday, September 11, 2018 @ 20:14:13
  Author: ronald
Revision: 334396

archrelease: copy trunk to testing-x86_64

Added:
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 334395, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/arptables
(from rev 334395, iptables/trunk/arptables)
  iptables/repos/testing-x86_64/arptables.service
(from rev 334395, iptables/trunk/arptables.service)
  iptables/repos/testing-x86_64/ebtables
(from rev 334395, iptables/trunk/ebtables)
  iptables/repos/testing-x86_64/ebtables.service
(from rev 334395, iptables/trunk/ebtables.service)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 334395, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 334395, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 334395, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 334395, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 334395, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 334395, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 334395, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 334395, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.service
(from rev 334395, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 334395, iptables/trunk/simple_firewall.rules)

---+
 PKGBUILD  |   89 
 arptables |   21 +++
 arptables.service |   13 +++
 ebtables  |   21 +++
 ebtables.service  |   13 +++
 empty-filter.rules|6 +++
 empty-mangle.rules|8 
 empty-nat.rules   |7 +++
 empty-raw.rules   |5 ++
 empty-security.rules  |6 +++
 empty.rules   |6 +++
 ip6tables.service |   15 
 iptables-flush|   18 +
 iptables.service  |   14 +++
 simple_firewall.rules |   11 +
 15 files changed, 253 insertions(+)

Copied: iptables/repos/testing-x86_64/PKGBUILD (from rev 334395, 
iptables/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-11 20:14:13 UTC (rev 334396)
@@ -0,0 +1,89 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Thomas Baechler 
+
+pkgname=iptables
+pkgver=1.8.0
+pkgrel=2
+pkgdesc='Linux kernel packet control tool'
+arch=(x86_64)
+license=(GPL2)
+url='http://www.netfilter.org/projects/iptables/index.html'
+depends=(glibc bash libnftnl libpcap)
+makedepends=(linux-api-headers)
+provides=(ebtables arptables)
+conflicts=(ebtables arptables)
+replaces=(ebtables arptables)
+source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
+empty.rules
+simple_firewall.rules
+empty-{filter,mangle,nat,raw,security}.rules
+{iptables,ip6tables,ebtables,arptables}.service
+iptables-flush arptables ebtables)
+sha1sums=('04924fd00dbaf8189f0777af90f7bdb73ac7e47c'
+  'SKIP'
+  '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
+  'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
+  'd9f9f06b46b4187648e860afa0552335aafe3ce4'
+  'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
+  '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6'
+  '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
+  'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
+  '49be9443fc302dd0fda78b63d64e884cadb61603'
+  '9cec592787e32451f58fa608ea057870e07aa704'
+  '052fe6a802d5c7be015881787ed716819db1ca0a'
+  'f15bd7937a10fbfcc6443f55a25cd566a460ebe7'
+  'e7abda09c61142121b6695928d3b71ccd8fdf73a'
+  '1502ebe011f44e5553d9cbd5023755cd9f3e8c75'
+  '436f8adb727e93e92a07834ba0e93f4364587901')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # use system one
+  rm include/linux/types.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/iptables \
+--with-xtlibdir=/usr/lib/iptables \
+--enable-bpf-compiler \
+--enable-devel \
+--enable-shared
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"
+  install -Dm644 empty.rules "$pkgdir/etc/iptables/empty.rules"
+  install -Dm644 simple_firewall.rules 
"$pkgdir/etc/iptables/simple_firewall.rules"
+
+  install -d "$pkgdir"/var/lib/{iptables,ip6tables}
+  install -m644 

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

2018-09-11 Thread Ronald van Haren via arch-commits
Date: Tuesday, September 11, 2018 @ 20:13:52
  Author: ronald
Revision: 334395

upgpkg: iptables 1.8.0-2

add iptables-apply FS#51232

Modified:
  iptables/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 19:51:39 UTC (rev 334394)
+++ PKGBUILD2018-09-11 20:13:52 UTC (rev 334395)
@@ -3,7 +3,7 @@
 
 pkgname=iptables
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux kernel packet control tool'
 arch=(x86_64)
 license=(GPL2)
@@ -79,4 +79,11 @@
 install -Dm755 $helper \
   "$pkgdir/usr/lib/systemd/scripts/$helper"
   done
+
+  # install iptables-apply
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm755 $pkgname/iptables-apply \
+  "$pkgdir/usr/bin/iptables-apply"
+  gzip --to-stdout --best $pkgname/iptables-apply.8 > \
+  "$pkgdir/usr/share/man/man8/iptables-apply.8.gz"
 }


[arch-commits] Commit in enlightenment/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-09-11 Thread Ronald van Haren via arch-commits
Date: Tuesday, September 11, 2018 @ 19:31:01
  Author: ronald
Revision: 334387

archrelease: copy trunk to testing-x86_64

Added:
  enlightenment/repos/testing-x86_64/
  enlightenment/repos/testing-x86_64/PKGBUILD
(from rev 334386, enlightenment/trunk/PKGBUILD)

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

Copied: enlightenment/repos/testing-x86_64/PKGBUILD (from rev 334386, 
enlightenment/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-11 19:31:01 UTC (rev 334387)
@@ -0,0 +1,44 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.22.4
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support')
+makedepends=('xorg-server-xwayland')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('59f4997c8b59457142870e40f137bc08c9735c84368d32213dacf09c4342fe79')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-09-11 Thread Ronald van Haren via arch-commits
Date: Tuesday, September 11, 2018 @ 19:30:50
  Author: ronald
Revision: 334386

upgpkg: enlightenment 0.22.4-1

update to 0.22.4

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 18:53:17 UTC (rev 334385)
+++ PKGBUILD2018-09-11 19:30:50 UTC (rev 334386)
@@ -2,7 +2,7 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.22.3
+pkgver=0.22.4
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
-sha512sums=('01a9386ee009c76c46cee7176cdeb7f4e97977bdd5014caa51cceeff228ad72f97a362d1eff7e0240e3e2df8b24a6c9d1516c8ab05bd82d288abcfde0d171abd')
+sha256sums=('59f4997c8b59457142870e40f137bc08c9735c84368d32213dacf09c4342fe79')
 
 
 build() {


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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 19:12:03
  Author: ronald
Revision: 332867

upgpkg: stellarium 0.18.2-1

update to 0.18.2; add gpg validation

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 17:53:19 UTC (rev 332866)
+++ PKGBUILD2018-08-23 19:12:03 UTC (rev 332867)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("x86_64")
@@ -12,10 +12,11 @@
 depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('3e9bf4590c8b96f0218d79a4eebda13e8c99157f30750a2c77b571e53baba5d213e3e72593520ebd0fc73b7d2191d9f90496ee246dc1f0924e7e5c4cf9131d21')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('7582a8ef96ab673a17a248b97bc9deb69b9d65f07e9689f1761c284e36b028db'
+'SKIP')
 
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


[arch-commits] Commit in stellarium/repos/extra-x86_64 (4 files)

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 19:12:12
  Author: ronald
Revision: 332868

archrelease: copy trunk to extra-x86_64

Added:
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 332867, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 332867, stellarium/trunk/libpng14.patch)
Deleted:
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch

+
 PKGBUILD   |   63 +++
 libpng14.patch |   42 ++--
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-23 19:12:03 UTC (rev 332867)
+++ PKGBUILD2018-08-23 19:12:12 UTC (rev 332868)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.18.1
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=("x86_64")
-url="http://stellarium.org/;
-license=('GPL2')
-depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('3e9bf4590c8b96f0218d79a4eebda13e8c99157f30750a2c77b571e53baba5d213e3e72593520ebd0fc73b7d2191d9f90496ee246dc1f0924e7e5c4cf9131d21')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 332867, 
stellarium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-23 19:12:12 UTC (rev 332868)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.18.2
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("x86_64")
+url="http://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf 

+sha256sums=('7582a8ef96ab673a17a248b97bc9deb69b9d65f07e9689f1761c284e36b028db'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libpng14.patch
===
--- libpng14.patch  2018-08-23 19:12:03 UTC (rev 332867)
+++ libpng14.patch  2018-08-23 19:12:12 UTC (rev 332868)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
 stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
-+++ stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
-@@ -513,7 +513,7 @@
-   fread (magic, 1, sizeof (magic), fp);
- 
-   /* check for valid magic number */
--  if (!png_check_sig (magic, sizeof (magic)))
-+  if (png_sig_cmp (magic, 0, sizeof (magic)))
-   {
-   qWarning() << "error: \"" << filename << "\" is not a valid PNG 
image!";
-   fclose (fp);
-@@ -576,7 +576,7 @@
-   /* convert 1-2-4 bits grayscale images to 8 bits
-  grayscale. */
-   if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
--  png_set_gray_1_2_4_to_8 (png_ptr);
-+  png_set_expand_gray_1_2_4_to_8 (png_ptr);
- 
-   if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
-   png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/extra-x86_64/libpng14.patch (from rev 332867, 
stellarium/trunk/libpng14.patch)
===
--- libpng14.patch  (rev 0)
+++ libpng14.patch  2018-08-23 19:12:12 UTC (rev 332868)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
 stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
+@@ -513,7 +513,7 @@
+   fread (magic, 1, sizeof (magic), fp);
+ 
+   /* check for valid magic number 

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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:11:18
  Author: ronald
Revision: 332853

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 332852, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 332852, bdf-unifont/trunk/PKGBUILD)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD

--+
 LICENSE  |  120 ++---
 PKGBUILD |   44 +++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-08-23 13:11:11 UTC (rev 332852)
+++ LICENSE 2018-08-23 13:11:18 UTC (rev 332853)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named "hex2bdf-split"
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except "johab2ucs2" and
-"blanks.hex", mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the "wqy-cjk.hex" file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the "wqy-cjk.hex" file
- fall under the above "License for all of Roman Czyborra's work".
-
- The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for "blanks.hex":
-
- There is one exception to the above rules: Paul Hardy earlier
- released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 332852, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-08-23 13:11:18 UTC (rev 332853)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+ Any fonts using glyphs from the "wqy-cjk.hex" file (including
+ the default TrueType font) are bound by the terms of the Wen
+ Quan Yi font license.  Those 

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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:11:11
  Author: ronald
Revision: 332852

upgpkg: bdf-unifont 11.0.02-1

update to 11.0.02; change url

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 13:03:00 UTC (rev 332851)
+++ PKGBUILD2018-08-23 13:11:11 UTC (rev 332852)
@@ -2,16 +2,16 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=bdf-unifont
-pkgver=11.0.01
+pkgver=11.0.02
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
 license=('custom' 'GPL2')
-url="http://unifoundry.com/unifont.html;
+url="https://ftp.gnu.org/gnu/unifont;
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-source=("http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz"{,.sig}
 'LICENSE')
+source=("https://ftp.gnu.org/gnu/unifont/unifont-${pkgver}/unifont-${pkgver}.bdf.gz"{,.sig}
 "LICENSE")
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha256sums=('bfde8a8793022e9292dd8b2bd1e8be1a0d21dbcae219c1a511f0320e85fd7ebc'
+sha256sums=('a7ea9ca4f6dcb59377d978194835ede669457069256184f86d46ab5b863c56e6'
 'SKIP'
 'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 


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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:03:00
  Author: ronald
Revision: 332851

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 332850, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 332850, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 332850, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   65 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 93 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 332850, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-23 13:03:00 UTC (rev 332851)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.0.8
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 332850, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2018-08-23 13:03:00 UTC (rev 332851)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 332850, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2018-08-23 13:03:00 UTC (rev 332851)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2018-08-23 Thread Ronald van Haren via arch-commits
Date: Thursday, August 23, 2018 @ 13:02:53
  Author: ronald
Revision: 332850

upgpkg: dhcpcd 7.0.8-1

update to 7.0.8

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 08:29:46 UTC (rev 332849)
+++ PKGBUILD2018-08-23 13:02:53 UTC (rev 332850)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.0.7
+pkgver=7.0.8
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
@@ -20,9 +20,9 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha512sums=('04c316f7b180bbbf48aa58273d3a28d659824e474d1ce48325f610ed2c5d2a01117f5b65b4a9697f3e8e1b85d4bdcc0b8ab75a928a8cd5723a865d8c0a065269'
-
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
-
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
+sha256sums=('96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-08-22 Thread Ronald van Haren via arch-commits
Date: Wednesday, August 22, 2018 @ 14:57:21
  Author: ronald
Revision: 332813

upgpkg: efl 1.21.0-1

update to 1.21.0

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 14:55:45 UTC (rev 332812)
+++ PKGBUILD2018-08-22 14:57:21 UTC (rev 332813)
@@ -4,8 +4,8 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.20.7
-pkgrel=2
+pkgver=1.21.0
+pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
 url="https://www.enlightenment.org;
@@ -14,14 +14,14 @@
  'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
  'libxinerama' 'libxrandr' 'libxss' 'libinput'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
  'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
-'mesa')
+ 'mesa')
 optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha512sums=('c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de')
+sha256sums=('7e65be78a537aa67e447b945f01f4ecf9ddfa14d509bf6bbf53a60253ecbae4b')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -40,7 +40,10 @@
   --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
 
   make
-  make -j1 doc || return 0  # don't fail on the docs
+
+  cd doc
+  doxygen
+  #make -j1 doc || return 0  # don't fail on the docs
 }
 
 package_efl(){


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

2018-08-22 Thread Ronald van Haren via arch-commits
Date: Wednesday, August 22, 2018 @ 14:57:27
  Author: ronald
Revision: 332814

archrelease: copy trunk to testing-x86_64

Added:
  efl/repos/testing-x86_64/
  efl/repos/testing-x86_64/PKGBUILD
(from rev 332813, efl/trunk/PKGBUILD)
  efl/repos/testing-x86_64/eina_doxygen.patch
(from rev 332813, efl/trunk/eina_doxygen.patch)

+
 PKGBUILD   |   71 +++
 eina_doxygen.patch |   10 +++
 2 files changed, 81 insertions(+)

Copied: efl/repos/testing-x86_64/PKGBUILD (from rev 332813, efl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-22 14:57:27 UTC (rev 332814)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'libxkbcommon-x11' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+ 'mesa')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e65be78a537aa67e447b945f01f4ecf9ddfa14d509bf6bbf53a60253ecbae4b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
+
+  make
+
+  cd doc
+  doxygen
+  #make -j1 doc || return 0  # don't fail on the docs
+}
+
+package_efl(){
+  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR=${pkgdir} install
+
+  # install non-standard license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
+}
+
+package_efl-docs() {
+  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+

Copied: efl/repos/testing-x86_64/eina_doxygen.patch (from rev 332813, 
efl/trunk/eina_doxygen.patch)
===
--- testing-x86_64/eina_doxygen.patch   (rev 0)
+++ testing-x86_64/eina_doxygen.patch   2018-08-22 14:57:27 UTC (rev 332814)
@@ -0,0 +1,10 @@
+--- src/lib/eina/eina_hamster.h2013-02-16 12:52:32.0 +0100
 src/lib/eina/eina_hamster.h.new2014-09-16 22:19:04.820163522 +0200
+@@ -24,7 +24,6 @@
+  *
+  * @brief These functions provide hamster calls.
+  *
+- * @{
+  */
+ 
+ /**


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

2018-08-19 Thread Ronald van Haren via arch-commits
Date: Sunday, August 19, 2018 @ 13:09:43
  Author: ronald
Revision: 332659

archrelease: copy trunk to testing-x86_64

Added:
  bzip2/repos/testing-x86_64/
  bzip2/repos/testing-x86_64/PKGBUILD
(from rev 332658, bzip2/trunk/PKGBUILD)
  bzip2/repos/testing-x86_64/bzip2-1.0.4-bzip2recover.patch
(from rev 332658, bzip2/trunk/bzip2-1.0.4-bzip2recover.patch)

+
 PKGBUILD   |   68 +++
 bzip2-1.0.4-bzip2recover.patch |   12 ++
 2 files changed, 80 insertions(+)

Copied: bzip2/repos/testing-x86_64/PKGBUILD (from rev 332658, 
bzip2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-19 13:09:43 UTC (rev 332659)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Judd  
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=8
+pkgdesc="A high-quality data compression program"
+arch=('x86_64')
+license=('custom')
+url="http://sources.redhat.com/bzip2;
+groups=('base')
+depends=('glibc' 'sh')
+source=(https://sources.archlinux.org/other/packages/bzip2/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch
+
fix-heap-use-after-free-bzip2recover.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch)
+sha256sums=('a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd'
+'0585fb92a4b409404147a3f940ed2ca03b3eaed1ec4fb68ae6ad74db668bea83'
+'e8792b2c7943486ab35893ffd9e638bbf2edbcab4f9f7b87544519bb3564af41')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # add large-file support
+  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
+
+  # use our optimization
+  sed -i "s|-O2|${CFLAGS}|g" Makefile
+  sed -i "s|-O2|${CFLAGS}|g" Makefile-libbz2_so
+
+  patch -Np1 < ../bzip2-1.0.4-bzip2recover.patch
+  # CVE-2016-3189
+  patch -Np1 -i "${srcdir}/fix-heap-use-after-free-bzip2recover.patch"
+
+  make -f Makefile-libbz2_so
+  make bzip2 bzip2recover
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 $pkgdir/usr/{bin,lib,include,share/man/man1}
+
+  install -m755 bzip2-shared $pkgdir/usr/bin/bzip2
+  install -m755 bzip2recover bzdiff bzgrep bzmore $pkgdir/usr/bin
+  ln -sf bzip2 $pkgdir/usr/bin/bunzip2
+  ln -sf bzip2 $pkgdir/usr/bin/bzcat
+
+  install -m755 libbz2.so.1.0.6 $pkgdir/usr/lib
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0
+
+  install -m644 bzlib.h $pkgdir/usr/include/
+
+  install -m644 bzip2.1 $pkgdir/usr/share/man/man1/
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1
+
+  install -Dm644 $srcdir/${pkgname}-${pkgver}/LICENSE \
+ $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: bzip2/repos/testing-x86_64/bzip2-1.0.4-bzip2recover.patch (from rev 
332658, bzip2/trunk/bzip2-1.0.4-bzip2recover.patch)
===
--- testing-x86_64/bzip2-1.0.4-bzip2recover.patch   
(rev 0)
+++ testing-x86_64/bzip2-1.0.4-bzip2recover.patch   2018-08-19 13:09:43 UTC 
(rev 332659)
@@ -0,0 +1,12 @@
+--- bzip2-1.0.4/bzip2recover.c.pom 2007-01-03 03:00:55.0 +0100
 bzip2-1.0.4/bzip2recover.c 2007-02-05 11:55:17.0 +0100
+@@ -309,7 +309,8 @@
+UInt32  buffHi, buffLo, blockCRC;
+Char*   p;
+ 
+-   strcpy ( progName, argv[0] );
++   strncpy ( progName, argv[0], BZ_MAX_FILENAME-1);
++   progName[BZ_MAX_FILENAME-1]='\0';
+inFileName[0] = outFileName[0] = 0;
+ 
+fprintf ( stderr, 


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

2018-08-19 Thread Ronald van Haren via arch-commits
Date: Sunday, August 19, 2018 @ 12:57:13
  Author: ronald
Revision: 332658

upgpkg: bzip2 1.0.6-8

store source on our server, upstream website is gone FS#59572; checksum CVE 
patch changed FS#59289

Modified:
  bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-19 11:39:27 UTC (rev 332657)
+++ PKGBUILD2018-08-19 12:57:13 UTC (rev 332658)
@@ -4,7 +4,7 @@
 
 pkgname=bzip2
 pkgver=1.0.6
-pkgrel=7
+pkgrel=8
 pkgdesc="A high-quality data compression program"
 arch=('x86_64')
 license=('custom')
@@ -11,12 +11,13 @@
 url="http://sources.redhat.com/bzip2;
 groups=('base')
 depends=('glibc' 'sh')
-source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+source=(https://sources.archlinux.org/other/packages/bzip2/bzip2-$pkgver.tar.gz
 bzip2-1.0.4-bzip2recover.patch
 
fix-heap-use-after-free-bzip2recover.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch)
-sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
-  '85ce76fdb67f52f152bba368c1de81132dcdbdb5'
-  '95f6187491bcd980f869c6857a72edb3e43e1064')
+sha256sums=('a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd'
+'0585fb92a4b409404147a3f940ed2ca03b3eaed1ec4fb68ae6ad74db668bea83'
+'e8792b2c7943486ab35893ffd9e638bbf2edbcab4f9f7b87544519bb3564af41')
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2018-07-28 Thread Ronald van Haren via arch-commits
Date: Saturday, July 28, 2018 @ 19:17:55
  Author: ronald
Revision: 329642

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 329641, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 329641, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 329641, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   65 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 93 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 329641, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-07-28 19:17:55 UTC (rev 329642)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.0.7
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha512sums=('04c316f7b180bbbf48aa58273d3a28d659824e474d1ce48325f610ed2c5d2a01117f5b65b4a9697f3e8e1b85d4bdcc0b8ab75a928a8cd5723a865d8c0a065269'
+
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
+
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 329641, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2018-07-28 19:17:55 UTC (rev 329642)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 329641, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2018-07-28 19:17:55 UTC (rev 329642)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2018-07-28 Thread Ronald van Haren via arch-commits
Date: Saturday, July 28, 2018 @ 19:02:55
  Author: ronald
Revision: 329641

upgpkg: dhcpcd 7.0.7-1

update to 7.0.7-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-28 15:35:38 UTC (rev 329640)
+++ PKGBUILD2018-07-28 19:02:55 UTC (rev 329641)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.0.5b
+pkgver=7.0.7
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
@@ -20,7 +20,7 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha512sums=('f2d9a6930a31e169ae63356c06ed7b6d642d03f13c12a8cbac4e95430a8fdc7e5eecb2fffb795947e4f6a6e7a9db239fa85f12801833e553000a732879f6'
+sha512sums=('04c316f7b180bbbf48aa58273d3a28d659824e474d1ce48325f610ed2c5d2a01117f5b65b4a9697f3e8e1b85d4bdcc0b8ab75a928a8cd5723a865d8c0a065269'
 
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
 
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
 


[arch-commits] Commit in pstoedit/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:44:22
  Author: ronald
Revision: 327077

archrelease: copy trunk to extra-x86_64

Added:
  pstoedit/repos/extra-x86_64/PKGBUILD
(from rev 327076, pstoedit/trunk/PKGBUILD)
Deleted:
  pstoedit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 18:44:10 UTC (rev 327076)
+++ PKGBUILD2018-06-16 18:44:22 UTC (rev 327077)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tobias Powalowski 
-
-pkgname=pstoedit
-pkgver=3.71
-pkgrel=2
-pkgdesc="Translates PostScript and PDF graphics into other vector formats"
-arch=('x86_64')
-url="http://www.pstoedit.net/;
-license=('GPL')
-depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
-makedepends=('ghostscript')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -e 's|ImageMagick++|Magick++|' -i configure.ac
-  sed -i 's/-pedantic//' configure.ac
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pstoedit/repos/extra-x86_64/PKGBUILD (from rev 327076, 
pstoedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 18:44:22 UTC (rev 327077)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tobias Powalowski 
+
+pkgname=pstoedit
+pkgver=3.73
+pkgrel=1
+pkgdesc="Translates PostScript and PDF graphics into other vector formats"
+arch=('x86_64')
+url="http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
+makedepends=('ghostscript')
+source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha512sums=('77823d77dcec8604decab03cee86edb1ef0a6c56b8dd01a65ab6431d9345bc6a2140076f5d5572fd5221b7f381a07d14b2a45e66cff2a6e12ab7417cd95113b6')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -e 's|ImageMagick++|Magick++|' -i configure.ac
+  sed -i 's/-pedantic//' configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:44:10
  Author: ronald
Revision: 327076

upgpkg: pstoedit 3.73-1

update to 3.73

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:26:43 UTC (rev 327075)
+++ PKGBUILD2018-06-16 18:44:10 UTC (rev 327076)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=pstoedit
-pkgver=3.71
-pkgrel=2
+pkgver=3.73
+pkgrel=1
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;
@@ -12,8 +12,8 @@
 license=('GPL')
 depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
 makedepends=('ghostscript')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
+source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha512sums=('77823d77dcec8604decab03cee86edb1ef0a6c56b8dd01a65ab6431d9345bc6a2140076f5d5572fd5221b7f381a07d14b2a45e66cff2a6e12ab7417cd95113b6')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:24:13
  Author: ronald
Revision: 327072

upgpkg: bdf-unifont 11.0.01-1

update to 11.0.01

Modified:
  bdf-unifont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:10:39 UTC (rev 327071)
+++ PKGBUILD2018-06-16 18:24:13 UTC (rev 327072)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=bdf-unifont
-pkgver=10.0.07
+pkgver=11.0.01
 pkgrel=1
 pkgdesc="GNU Unifont Glyphs"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 
source=("http://unifoundry.com/pub/unifont-${pkgver}/font-builds/unifont-${pkgver}.bdf.gz"{,.sig}
 'LICENSE')
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
-sha256sums=('2d83de7f719615cc31c5896d3d9fa981927e0c0a8b8da36b0a0293db94e4123c'
+sha256sums=('bfde8a8793022e9292dd8b2bd1e8be1a0d21dbcae219c1a511f0320e85fd7ebc'
 'SKIP'
 'b301a70ea554b471ca22f9654d8fe0573a93c1ecae3f59f17026f12e58f31e3a')
 


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:24:24
  Author: ronald
Revision: 327073

archrelease: copy trunk to extra-any

Added:
  bdf-unifont/repos/extra-any/LICENSE
(from rev 327072, bdf-unifont/trunk/LICENSE)
  bdf-unifont/repos/extra-any/PKGBUILD
(from rev 327072, bdf-unifont/trunk/PKGBUILD)
Deleted:
  bdf-unifont/repos/extra-any/LICENSE
  bdf-unifont/repos/extra-any/PKGBUILD

--+
 LICENSE  |  120 ++---
 PKGBUILD |   44 +++---
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-06-16 18:24:13 UTC (rev 327072)
+++ LICENSE 2018-06-16 18:24:24 UTC (rev 327073)
@@ -1,60 +0,0 @@
-CENSE

-Roman Czyborra released his work (Perl scripts and font .hex files)
-under the following terms:
-
- All of my works you find here are freeware. You may
- freely copy, use, quote, modify or redistribute them
- as long as you properly attribute my contribution and
- have given a quick thought about whether Roman might
- perhaps be interested to read what you did with his
- stuff. Horizontal rules don't apply.
-
-David Starner released what in this package is named "hex2bdf-split"
-under the same license as Roman Czyborra's work.
-
-License for all of Paul Hardy's work (except "johab2ucs2" and
-"blanks.hex", mentioned separately), Makefile and debian/ mods
-by Anthony Fok, and modified software from Luis Gonzalez Miranda
-(with permission granted to Paul Hardy):
-
- These are released under the terms of the GNU General Public
- License version 2, or (at your option) a later version.
-
-License for Fonts:
-
- Any fonts using glyphs from the "wqy-cjk.hex" file (including
- the default TrueType font) are bound by the terms of the Wen
- Quan Yi font license.  Those fonts are released under the terms
- of the GNU General Public License (GPL) versionn 2, with the
- exception that embedding the font in a document does not by
- itself bind that document to the terms of the GNU GPL.
-
- Any fonts that do not use glyphs from the "wqy-cjk.hex" file
- fall under the above "License for all of Roman Czyborra's work".
-
- The fonts in "./font/precompiled" do use wqy-cjk.hex, and so
- are licensed under the GNU GPL version 2, with the exception
- that embedding the font in a document does not in itself bind
- that document to the terms of the GNU GPL.  The following
- paragraphs explaining the exception is taken from the Wen
- Quan Yi font distribution:
-
-  ** GPL v2.0 license with font embedding exception:
-
-  As a special exception, if you create a document which
-  uses this font, and embed this font or unaltered portions
-  of this font into the document, this font does not by
-  itself cause the resulting document to be covered by
-  the GNU General Public License. This exception does not
-  however invalidate any other reasons why the document
-  might be covered by the GNU General Public License.
-  If you modify this font, you may extend this exception
-  to your version of the font, but you are not obligated
-  to do so. If you do not wish to do so, delete this
-  exception statement from your version.
-
-License for "blanks.hex":
-
- There is one exception to the above rules: Paul Hardy earlier
- released the "blanks.hex" file into the public domain.

Copied: bdf-unifont/repos/extra-any/LICENSE (from rev 327072, 
bdf-unifont/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-06-16 18:24:24 UTC (rev 327073)
@@ -0,0 +1,60 @@
+CENSE
+---
+Roman Czyborra released his work (Perl scripts and font .hex files)
+under the following terms:
+
+ All of my works you find here are freeware. You may
+ freely copy, use, quote, modify or redistribute them
+ as long as you properly attribute my contribution and
+ have given a quick thought about whether Roman might
+ perhaps be interested to read what you did with his
+ stuff. Horizontal rules don't apply.
+
+David Starner released what in this package is named "hex2bdf-split"
+under the same license as Roman Czyborra's work.
+
+License for all of Paul Hardy's work (except "johab2ucs2" and
+"blanks.hex", mentioned separately), Makefile and debian/ mods
+by Anthony Fok, and modified software from Luis Gonzalez Miranda
+(with permission granted to Paul Hardy):
+
+ These are released under the terms of the GNU General Public
+ License version 2, or (at your option) a later version.
+
+License for Fonts:
+
+ Any fonts using glyphs from the "wqy-cjk.hex" file (including
+ the default TrueType font) are bound by the terms of the Wen
+ Quan Yi font license.  Those fonts 

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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:10:32
  Author: ronald
Revision: 327070

upgpkg: dhcpcd 7.0.5b-1

update to 7.0.5b

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 18:08:28 UTC (rev 327069)
+++ PKGBUILD2018-06-16 18:10:32 UTC (rev 327070)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.0.4
+pkgver=7.0.5b
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
@@ -20,11 +20,10 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha512sums=('32382b17a00e6ff7a80868a35424d1cc25410f012048ef099a90fbcb15a43ef6e73d2e65094ac90ccb18ecd92c6fc2c7e2116e19669ad0084ee39182b5cbd7db'
+sha512sums=('f2d9a6930a31e169ae63356c06ed7b6d642d03f13c12a8cbac4e95430a8fdc7e5eecb2fffb795947e4f6a6e7a9db239fa85f12801833e553000a732879f6'
 
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
 
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
 
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:10:39
  Author: ronald
Revision: 327071

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 327070, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 327070, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 327070, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   65 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 93 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 327070, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-16 18:10:39 UTC (rev 327071)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.0.5b
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha512sums=('f2d9a6930a31e169ae63356c06ed7b6d642d03f13c12a8cbac4e95430a8fdc7e5eecb2fffb795947e4f6a6e7a9db239fa85f12801833e553000a732879f6'
+
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
+
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 327070, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2018-06-16 18:10:39 UTC (rev 327071)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 327070, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2018-06-16 18:10:39 UTC (rev 327071)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:08:17
  Author: ronald
Revision: 327068

upgpkg: terminology 1.2.1-1

update to 1.2.1

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 17:07:52 UTC (rev 327067)
+++ PKGBUILD2018-06-16 18:08:17 UTC (rev 327068)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('efl')
 makedepends=('mesa' 'meson')
 
source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
+sha512sums=('8485d38a5426ac0f32b3cb049170bfa015a9f648134973462d72412b291b160f05b6ccfb3ba47115740946c8d87160401d55672a6853027d0cc216bdc7cc659b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in terminology/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-16 Thread Ronald van Haren via arch-commits
Date: Saturday, June 16, 2018 @ 18:08:28
  Author: ronald
Revision: 327069

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 327068, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-16 18:08:17 UTC (rev 327068)
+++ PKGBUILD2018-06-16 18:08:28 UTC (rev 327069)
@@ -1,33 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-makedepends=('mesa' 'meson')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  meson builddir --prefix=/usr
-  ninja -C builddir
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  DESTDIR="${pkgdir}" ninja -C builddir install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 327068, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-16 18:08:28 UTC (rev 327069)
@@ -0,0 +1,33 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+makedepends=('mesa' 'meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('8485d38a5426ac0f32b3cb049170bfa015a9f648134973462d72412b291b160f05b6ccfb3ba47115740946c8d87160401d55672a6853027d0cc216bdc7cc659b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in terminology/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-03 Thread Ronald van Haren via arch-commits
Date: Thursday, May 3, 2018 @ 09:15:19
  Author: ronald
Revision: 323346

archrelease: copy trunk to extra-x86_64

Added:
  terminology/repos/extra-x86_64/PKGBUILD
(from rev 323345, terminology/trunk/PKGBUILD)
Deleted:
  terminology/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-03 09:14:44 UTC (rev 323345)
+++ PKGBUILD2018-05-03 09:15:19 UTC (rev 323346)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('x86_64')
-url="https://www.enlightenment.org/about-terminology;
-license=('BSD')
-depends=('efl')
-makedepends=('mesa')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('11cc987d67ae4852511fece82094f54864df3bee')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-x86_64/PKGBUILD (from rev 323345, 
terminology/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-03 09:15:19 UTC (rev 323346)
@@ -0,0 +1,33 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="EFL based terminal emulator"
+arch=('x86_64')
+url="https://www.enlightenment.org/about-terminology;
+license=('BSD')
+depends=('efl')
+makedepends=('mesa' 'meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  meson builddir --prefix=/usr
+  ninja -C builddir
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  DESTDIR="${pkgdir}" ninja -C builddir install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-05-03 Thread Ronald van Haren via arch-commits
Date: Thursday, May 3, 2018 @ 09:14:44
  Author: ronald
Revision: 323345

upgpkg: terminology 1.2.0-1

update to 1.2.0; switch to meson build system

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 08:45:22 UTC (rev 323344)
+++ PKGBUILD2018-05-03 09:14:44 UTC (rev 323345)
@@ -3,7 +3,7 @@
 # Contributor: Paul Ezvan 
 
 pkgname=terminology
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="EFL based terminal emulator"
 arch=('x86_64')
@@ -10,25 +10,22 @@
 url="https://www.enlightenment.org/about-terminology;
 license=('BSD')
 depends=('efl')
-makedepends=('mesa')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('11cc987d67ae4852511fece82094f54864df3bee')
+makedepends=('mesa' 'meson')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('3f017d4706de0de7de5800adad39b5d168f4447279942a452b98529044d3c5e88fc00aa96078420829283ddc454d85d7e5b1d8b557a38d5be8ad266020a3f40b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
+  meson builddir --prefix=/usr
+  ninja -C builddir
 }
 
 package(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja -C builddir install
 
   # install license files
   install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \


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

2018-05-03 Thread Ronald van Haren via arch-commits
Date: Thursday, May 3, 2018 @ 07:38:37
  Author: ronald
Revision: 323339

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 323338, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 323338, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 323338, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   66 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 94 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 323338, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-03 07:38:37 UTC (rev 323339)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.0.4
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha512sums=('32382b17a00e6ff7a80868a35424d1cc25410f012048ef099a90fbcb15a43ef6e73d2e65094ac90ccb18ecd92c6fc2c7e2116e19669ad0084ee39182b5cbd7db'
+
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
+
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 323338, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2018-05-03 07:38:37 UTC (rev 323339)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 323338, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2018-05-03 07:38:37 UTC (rev 323339)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2018-05-03 Thread Ronald van Haren via arch-commits
Date: Thursday, May 3, 2018 @ 07:38:26
  Author: ronald
Revision: 323338

upgpkg: dhcpcd 7.0.4-1

update to 7.0.4

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 07:38:17 UTC (rev 323337)
+++ PKGBUILD2018-05-03 07:38:26 UTC (rev 323338)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.0.2
+pkgver=7.0.4
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
@@ -20,9 +20,9 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha256sums=('c52bfae93d327004081a33e867dec50ea580e0d399bbfd662978bfd73c84f405'
-'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
-'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+sha512sums=('32382b17a00e6ff7a80868a35424d1cc25410f012048ef099a90fbcb15a43ef6e73d2e65094ac90ccb18ecd92c6fc2c7e2116e19669ad0084ee39182b5cbd7db'
+
'837b4921ebadfed664eb9ad575116c3be89377be32b8bd194cfac7a31430a6d8efadaacdcb2a87364a22cb7a2c36fdbef246becda094317311b1730618e804e8'
+
'00313d1c33cf9c77bf2743e6ae11dd4acf78453b63529bb3a1264a50a91363990a2d781afb9af9456badcba0165f58e083cec4fd4c09b25aa65124d8b275c4ad')
 
 
 build() {


[arch-commits] Commit in libidn/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2018-04-03 Thread Ronald van Haren via arch-commits
Date: Tuesday, April 3, 2018 @ 07:22:17
  Author: ronald
Revision: 320888

archrelease: copy trunk to testing-x86_64

Added:
  libidn/repos/testing-x86_64/PKGBUILD
(from rev 320887, libidn/trunk/PKGBUILD)
Deleted:
  libidn/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-03 07:22:06 UTC (rev 320887)
+++ PKGBUILD2018-04-03 07:22:17 UTC (rev 320888)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: Eric Johnson 
-
-pkgname=libidn
-pkgver=1.34
-pkgrel=1
-pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
-url="https://www.gnu.org/software/libidn/;
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-depends=('glibc')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-# signed by either of the two keys
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'
-  '1CB27DBC98614B2D5841646D08302DB6A2670428')
-# '9AA9BDB11BB1B99A21285A330664A76954265E8C' => "Simon Josefsson 
"
-# '1CB27DBC98614B2D5841646D08302DB6A2670428' => "Tim Rühsen 
"
-sha256sums=('3719e2975f2fb28605df3479c380af2cf4ab4e919e1506527e4c7670afff6e3c'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # doc html installation - gtk-doc isn't supported anymore - FS#55151
-  mkdir -p ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
-  cp -r -v doc/reference/html/* ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
-}

Copied: libidn/repos/testing-x86_64/PKGBUILD (from rev 320887, 
libidn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-03 07:22:17 UTC (rev 320888)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+# Contributor: Eric Johnson 
+
+pkgname=libidn
+pkgver=1.34
+pkgrel=2
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
+url="https://www.gnu.org/software/libidn/;
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+# signed by either of the two keys
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428')
+# '9AA9BDB11BB1B99A21285A330664A76954265E8C' => "Simon Josefsson 
"
+# '1CB27DBC98614B2D5841646D08302DB6A2670428' => "Tim Rühsen 
"
+sha256sums=('3719e2975f2fb28605df3479c380af2cf4ab4e919e1506527e4c7670afff6e3c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # doc html installation - gtk-doc isn't supported anymore - FS#55151
+  mkdir -p ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
+  cp -r -v doc/reference/html/* ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
+}


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

2018-04-03 Thread Ronald van Haren via arch-commits
Date: Tuesday, April 3, 2018 @ 07:22:06
  Author: ronald
Revision: 320887

upgpkg: libidn 1.34-2

Modified:
  libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-03 07:19:16 UTC (rev 320886)
+++ PKGBUILD2018-04-03 07:22:06 UTC (rev 320887)
@@ -5,7 +5,7 @@
 
 pkgname=libidn
 pkgver=1.34
-pkgrel=1
+pkgrel=2
 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
 url="https://www.gnu.org/software/libidn/;
 arch=('x86_64')


[arch-commits] Commit in libidn/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-03 Thread Ronald van Haren via arch-commits
Date: Tuesday, April 3, 2018 @ 07:17:21
  Author: ronald
Revision: 320884

archrelease: copy trunk to testing-x86_64

Added:
  libidn/repos/testing-x86_64/
  libidn/repos/testing-x86_64/PKGBUILD
(from rev 320883, libidn/trunk/PKGBUILD)

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

Copied: libidn/repos/testing-x86_64/PKGBUILD (from rev 320883, 
libidn/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-03 07:17:21 UTC (rev 320884)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+# Contributor: Eric Johnson 
+
+pkgname=libidn
+pkgver=1.34
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
+url="https://www.gnu.org/software/libidn/;
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+# signed by either of the two keys
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428')
+# '9AA9BDB11BB1B99A21285A330664A76954265E8C' => "Simon Josefsson 
"
+# '1CB27DBC98614B2D5841646D08302DB6A2670428' => "Tim Rühsen 
"
+sha256sums=('3719e2975f2fb28605df3479c380af2cf4ab4e919e1506527e4c7670afff6e3c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # doc html installation - gtk-doc isn't supported anymore - FS#55151
+  mkdir -p ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
+  cp -r -v doc/reference/html/* ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
+}


[arch-commits] Commit in libidn/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2018-04-03 Thread Ronald van Haren via arch-commits
Date: Tuesday, April 3, 2018 @ 07:12:44
  Author: ronald
Revision: 320882

archrelease: copy trunk to extra-x86_64

Added:
  libidn/repos/extra-x86_64/
  libidn/repos/extra-x86_64/PKGBUILD
(from rev 320881, libidn/trunk/PKGBUILD)

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

Copied: libidn/repos/extra-x86_64/PKGBUILD (from rev 320881, 
libidn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2018-04-03 07:12:44 UTC (rev 320882)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+# Contributor: Eric Johnson 
+
+pkgname=libidn
+pkgver=1.34
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
+url="https://www.gnu.org/software/libidn/;
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+# signed by either of the two keys
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428')
+# '9AA9BDB11BB1B99A21285A330664A76954265E8C' => "Simon Josefsson 
"
+# '1CB27DBC98614B2D5841646D08302DB6A2670428' => "Tim Rühsen 
"
+sha256sums=('3719e2975f2fb28605df3479c380af2cf4ab4e919e1506527e4c7670afff6e3c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # doc html installation - gtk-doc isn't supported anymore - FS#55151
+  mkdir -p ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
+  cp -r -v doc/reference/html/* ${pkgdir}/usr/share/gtk-doc/html/${pkgname}
+}


[arch-commits] Commit in libidn/trunk (PKGBUILD gcc7_buildfix.diff)

2018-04-03 Thread Ronald van Haren via arch-commits
Date: Tuesday, April 3, 2018 @ 07:12:28
  Author: ronald
Revision: 320881

upgpkg: libidn 1.34-1

update to 1.34

Modified:
  libidn/trunk/PKGBUILD
Deleted:
  libidn/trunk/gcc7_buildfix.diff

+
 PKGBUILD   |   25 +--
 gcc7_buildfix.diff |  327 ---
 2 files changed, 11 insertions(+), 341 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-03 06:34:13 UTC (rev 320880)
+++ PKGBUILD2018-04-03 07:12:28 UTC (rev 320881)
@@ -4,26 +4,22 @@
 # Contributor: Eric Johnson 
 
 pkgname=libidn
-pkgver=1.33
-pkgrel=2
+pkgver=1.34
+pkgrel=1
 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
 url="https://www.gnu.org/software/libidn/;
 arch=('x86_64')
 license=('GPL3' 'LGPL')
 depends=('glibc')
-source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
-gcc7_buildfix.diff)
-sha256sums=('44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19'
-'SKIP'
-'1b539ba3916fe8982d596f4de9a65138ae9a35a042e1673328a092a478b7fb33')
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # "Simon Josefsson 
"
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+# signed by either of the two keys
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428')
+# '9AA9BDB11BB1B99A21285A330664A76954265E8C' => "Simon Josefsson 
"
+# '1CB27DBC98614B2D5841646D08302DB6A2670428' => "Tim Rühsen 
"
+sha256sums=('3719e2975f2fb28605df3479c380af2cf4ab4e919e1506527e4c7670afff6e3c'
+'SKIP')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix build with gcc7
-  patch -Np1 -i ../gcc7_buildfix.diff
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
@@ -34,6 +30,7 @@
   cd ${pkgname}-${pkgver}
   make check
 }
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install

Deleted: gcc7_buildfix.diff
===
--- gcc7_buildfix.diff  2018-04-03 06:34:13 UTC (rev 320880)
+++ gcc7_buildfix.diff  2018-04-03 07:12:28 UTC (rev 320881)
@@ -1,327 +0,0 @@
-From: Tim Rühsen 
-Date: Wed, 1 Feb 2017 09:44:36 + (+0100)
-Subject: Update intprops.h for gcc-7 compatibility
-X-Git-Url: 
http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=commitdiff_plain;h=230930b3bc3e431b819eb45420cb42475d83ca93
-
-Update intprops.h for gcc-7 compatibility

-
-diff --git a/gl/intprops.h b/gl/intprops.h
-index e1fce5c..eb06b69 100644
 a/gl/intprops.h
-+++ b/gl/intprops.h
-@@ -1,18 +1,18 @@
- /* intprops.h -- properties of integer types
- 
--   Copyright (C) 2001-2016 Free Software Foundation, Inc.
-+   Copyright (C) 2001-2017 Free Software Foundation, Inc.
- 
-This program is free software: you can redistribute it and/or modify it
--   under the terms of the GNU General Public License as published
--   by the Free Software Foundation; either version 3 of the License, or
-+   under the terms of the GNU Lesser General Public License as published
-+   by the Free Software Foundation; either version 2.1 of the License, or
-(at your option) any later version.
- 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--   GNU General Public License for more details.
-+   GNU Lesser General Public License for more details.
- 
--   You should have received a copy of the GNU General Public License
-+   You should have received a copy of the GNU Lesser General Public License
-along with this program.  If not, see .  */
- 
- /* Written by Paul Eggert.  */
-@@ -47,12 +47,16 @@
- 
- /* Minimum and maximum values for integer types and expressions.  */
- 
-+/* The width in bits of the integer type or expression T.
-+   Padding bits are not supported; this is checked at compile-time below.  */
-+#define TYPE_WIDTH(t) (sizeof (t) * CHAR_BIT)
-+
- /* The maximum and minimum values for the integer type T.  */
- #define TYPE_MINIMUM(t) ((t) ~ TYPE_MAXIMUM (t))
- #define TYPE_MAXIMUM(t) \
-   ((t) (! TYPE_SIGNED (t)   \
- ? (t) -1\
--: t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
-+: t) 1 << (TYPE_WIDTH (t) - 2)) - 1) * 2 + 1)))
- 
- /* The maximum and minimum values for the type of the expression E,
-after integer promotion.  E should not have side effects.  */
-@@ -65,7 +69,13 @@
-? _GL_SIGNED_INT_MAXIMUM (e) \
-: _GL_INT_NEGATE_CONVERT (e, 1))
- #define 

[arch-commits] Commit in stellarium/repos/extra-x86_64 (4 files)

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 08:48:31
  Author: ronald
Revision: 320540

archrelease: copy trunk to extra-x86_64

Added:
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 320539, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 320539, stellarium/trunk/libpng14.patch)
Deleted:
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch

+
 PKGBUILD   |   60 ---
 libpng14.patch |   42 +++---
 2 files changed, 52 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 08:48:14 UTC (rev 320539)
+++ PKGBUILD2018-03-28 08:48:31 UTC (rev 320540)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=stellarium
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
-arch=("x86_64")
-url="http://stellarium.org/;
-license=('GPL2')
-depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
-   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
-source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('dd76beae36ad2360c85ae7115a23b29ff194cc15')
-   
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
- 
-  make DESTDIR="${pkgdir}" install
-}

Copied: stellarium/repos/extra-x86_64/PKGBUILD (from rev 320539, 
stellarium/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 08:48:31 UTC (rev 320540)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("x86_64")
+url="http://stellarium.org/;
+license=('GPL2')
+depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
+   'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('cbbc35f1f0f065b2d540010b753c9686dbf6045eee059c9ea8383d9940ed3101f53da069119f9c611288902b79e4ce4005bf3088e402cc83aebd93257e36a3e7')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libpng14.patch
===
--- libpng14.patch  2018-03-28 08:48:14 UTC (rev 320539)
+++ libpng14.patch  2018-03-28 08:48:31 UTC (rev 320540)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
 stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
-+++ stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
-@@ -513,7 +513,7 @@
-   fread (magic, 1, sizeof (magic), fp);
- 
-   /* check for valid magic number */
--  if (!png_check_sig (magic, sizeof (magic)))
-+  if (png_sig_cmp (magic, 0, sizeof (magic)))
-   {
-   qWarning() << "error: \"" << filename << "\" is not a valid PNG 
image!";
-   fclose (fp);
-@@ -576,7 +576,7 @@
-   /* convert 1-2-4 bits grayscale images to 8 bits
-  grayscale. */
-   if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
--  png_set_gray_1_2_4_to_8 (png_ptr);
-+  png_set_expand_gray_1_2_4_to_8 (png_ptr);
- 
-   if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
-   png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/extra-x86_64/libpng14.patch (from rev 320539, 
stellarium/trunk/libpng14.patch)
===
--- libpng14.patch  (rev 0)
+++ libpng14.patch  2018-03-28 08:48:31 UTC (rev 320540)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
 stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
+@@ -513,7 +513,7 @@
+   fread (magic, 1, sizeof (magic), fp);
+ 
+   /* check for valid magic number */
+-  if (!png_check_sig (magic, sizeof (magic)))
++  if 

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

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 08:48:14
  Author: ronald
Revision: 320539

upgpkg: stellarium 0.18.0-1

update to 0.18.0

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 08:24:20 UTC (rev 320538)
+++ PKGBUILD2018-03-28 08:48:14 UTC (rev 320539)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("x86_64")
@@ -13,8 +13,9 @@
'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
 
source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('dd76beae36ad2360c85ae7115a23b29ff194cc15')
-   
+sha512sums=('cbbc35f1f0f065b2d540010b753c9686dbf6045eee059c9ea8383d9940ed3101f53da069119f9c611288902b79e4ce4005bf3088e402cc83aebd93257e36a3e7')
+
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -22,6 +23,7 @@
   make
 }
 
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
  


[arch-commits] Commit in imlib2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 07:54:25
  Author: ronald
Revision: 320535

archrelease: copy trunk to extra-x86_64

Added:
  imlib2/repos/extra-x86_64/PKGBUILD
(from rev 320534, imlib2/trunk/PKGBUILD)
Deleted:
  imlib2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 07:54:16 UTC (rev 320534)
+++ PKGBUILD2018-03-28 07:54:25 UTC (rev 320535)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Arjan Timmerman 
-# Contributor: Tom Newsom 
-
-pkgname=imlib2
-pkgver=1.4.10
-pkgrel=1
-pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support"
-url="http://sourceforge.net/projects/enlightenment/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
-source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
-sha1sums=('664df65c6265a2825d685d2f3a4f0d072eb626ac')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -i 's/@my_libs@//' imlib2-config.in
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  [ $CARCH = "i686" ] && EXTRAOPTS="--enable-mmx"
-  [ $CARCH = "x86_64" ] && EXTRAOPTS="--enable-amd64"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/imlib2 \
-  --x-libraries=/usr/lib $EXTRAOPTS
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Install License
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: imlib2/repos/extra-x86_64/PKGBUILD (from rev 320534, 
imlib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 07:54:25 UTC (rev 320535)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Arjan Timmerman 
+# Contributor: Tom Newsom 
+
+pkgname=imlib2
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support"
+url="http://sourceforge.net/projects/enlightenment/;
+arch=('x86_64')
+license=('BSD')
+depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
+source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
+sha512sums=('f9d971674887d4af067c6921e34b6fe598db0317052bc864b676c526b36373ce021d9d49cad95aa64dbbd8e74f1831ddf3ed105900e3df2b66a6b53f7f27c732')
+
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -i 's/@my_libs@//' imlib2-config.in
+}
+
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  [ $CARCH = "i686" ] && EXTRAOPTS="--enable-mmx"
+  [ $CARCH = "x86_64" ] && EXTRAOPTS="--enable-amd64"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/imlib2 \
+  --x-libraries=/usr/lib $EXTRAOPTS
+  make
+}
+
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make check
+}
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 07:54:16
  Author: ronald
Revision: 320534

upgpkg: imlib2 1.5.1-1

update to 1.5.1

Modified:
  imlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 07:48:23 UTC (rev 320533)
+++ PKGBUILD2018-03-28 07:54:16 UTC (rev 320534)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=imlib2
-pkgver=1.4.10
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support"
 url="http://sourceforge.net/projects/enlightenment/;
@@ -12,13 +12,15 @@
 license=('BSD')
 depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
 
source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2)
-sha1sums=('664df65c6265a2825d685d2f3a4f0d072eb626ac')
+sha512sums=('f9d971674887d4af067c6921e34b6fe598db0317052bc864b676c526b36373ce021d9d49cad95aa64dbbd8e74f1831ddf3ed105900e3df2b66a6b53f7f27c732')
 
+
 prepare() {
   cd "${pkgname}-${pkgver}"
   sed -i 's/@my_libs@//' imlib2-config.in
 }
 
+
 build() {
   cd "${pkgname}-${pkgver}"
 
@@ -31,11 +33,13 @@
   make
 }
 
+
 check() {
   cd "${pkgname}-${pkgver}"
   make check
 }
 
+
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install


[arch-commits] Commit in enlightenment/repos/extra-x86_64 (4 files)

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 07:48:23
  Author: ronald
Revision: 320533

archrelease: copy trunk to extra-x86_64

Added:
  enlightenment/repos/extra-x86_64/PKGBUILD
(from rev 320532, enlightenment/trunk/PKGBUILD)
Deleted:
  enlightenment/repos/extra-x86_64/PKGBUILD
  enlightenment/repos/extra-x86_64/upstream_pam_1.patch
  enlightenment/repos/extra-x86_64/upstream_pam_2.patch

--+
 PKGBUILD |   96 +-
 upstream_pam_1.patch | 1736 -
 upstream_pam_2.patch |  737 
 3 files changed, 44 insertions(+), 2525 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 07:48:15 UTC (rev 320532)
+++ PKGBUILD2018-03-28 07:48:23 UTC (rev 320533)
@@ -1,52 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.22.2
-pkgrel=2
-pkgdesc="Enlightenment window manager"
-arch=('x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module'
-'xorg-server-xwayland: xwayland support')
-makedepends=('xorg-server-xwayland')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;
-"upstream_pam_1.patch" "upstream_pam_2.patch")
-sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78'
-
'6bac54795893a9280af98d4297e87d5408c726b5bced82574c2166e6f789eb908514cf2c95ca6cc2c14ee8c461403e5517e0cc72f5e9df67781e4b26c3d6a3cb'
-
'2747e491bff02cb11eec1797abd7851f79feca93a3162f838c68f0a388332c9e95ff427edf68eccf88ad333d2c3250241612dbdcf90c8e86de09ffd250eb8dad')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/upstream_pam_1.patch || return 1
-  patch -Np1 -i ${srcdir}/upstream_pam_2.patch || return 1
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
-
-  make
-}
-
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-x86_64/PKGBUILD (from rev 320532, 
enlightenment/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 07:48:23 UTC (rev 320533)
@@ -0,0 +1,44 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.22.3
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support')
+makedepends=('xorg-server-xwayland')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
+sha512sums=('01a9386ee009c76c46cee7176cdeb7f4e97977bdd5014caa51cceeff228ad72f97a362d1eff7e0240e3e2df8b24a6c9d1516c8ab05bd82d288abcfde0d171abd')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: upstream_pam_1.patch
===
--- upstream_pam_1.patch2018-03-28 07:48:15 UTC (rev 320532)
+++ upstream_pam_1.patch2018-03-28 07:48:23 UTC (rev 320533)
@@ -1,1736 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index fbe22de10..e33aab2dc 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,1138 +1,1143 @@
- 

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

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 07:48:15
  Author: ronald
Revision: 320532

upgpkg: enlightenment 0.22.3-1

update to 0.22.3; remove upstream patch from svn

Modified:
  enlightenment/trunk/PKGBUILD
Deleted:
  enlightenment/trunk/upstream_pam_1.patch
  enlightenment/trunk/upstream_pam_2.patch

--+
 PKGBUILD |   16 
 upstream_pam_1.patch | 1736 -
 upstream_pam_2.patch |  737 
 3 files changed, 4 insertions(+), 2485 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 07:38:52 UTC (rev 320531)
+++ PKGBUILD2018-03-28 07:48:15 UTC (rev 320532)
@@ -2,8 +2,8 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.22.2
-pkgrel=2
+pkgver=0.22.3
+pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('x86_64')
 url="http://www.enlightenment.org;
@@ -18,17 +18,9 @@
 provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;
-"upstream_pam_1.patch" "upstream_pam_2.patch")
-sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78'
-
'6bac54795893a9280af98d4297e87d5408c726b5bced82574c2166e6f789eb908514cf2c95ca6cc2c14ee8c461403e5517e0cc72f5e9df67781e4b26c3d6a3cb'
-
'2747e491bff02cb11eec1797abd7851f79feca93a3162f838c68f0a388332c9e95ff427edf68eccf88ad333d2c3250241612dbdcf90c8e86de09ffd250eb8dad')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
+sha512sums=('01a9386ee009c76c46cee7176cdeb7f4e97977bdd5014caa51cceeff228ad72f97a362d1eff7e0240e3e2df8b24a6c9d1516c8ab05bd82d288abcfde0d171abd')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/upstream_pam_1.patch || return 1
-  patch -Np1 -i ${srcdir}/upstream_pam_2.patch || return 1
-}
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: upstream_pam_1.patch
===
--- upstream_pam_1.patch2018-03-28 07:38:52 UTC (rev 320531)
+++ upstream_pam_1.patch2018-03-28 07:48:15 UTC (rev 320532)
@@ -1,1736 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index fbe22de10..e33aab2dc 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,1138 +1,1143 @@
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- m4_define([v_maj], [0])
- m4_define([v_min], [22])
- m4_define([v_mic], [2])
- m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 
0) | tr -d '\n']))dnl
- ##--   When released, remove the dnl on the below line
- m4_undefine([v_rev])
- m4_define([relname], [0.22.2])
- ##--   When doing snapshots - change soname. remove dnl on below line
- m4_define([relname], [0.22])
- dnl m4_define([v_rel], [-release relname])
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], 
[m4_define([v_ver], [v_maj.v_min.v_mic])])
- m4_define([lt_cur], m4_eval(v_maj + v_min))
- m4_define([lt_rev], v_mic)
- m4_define([lt_age], v_min)
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- 
- AC_INIT([enlightenment], [v_ver], [enlightenment-de...@lists.sourceforge.net])
- AC_PREREQ([2.52])
- AC_CONFIG_SRCDIR([configure.ac])
- AC_CONFIG_MACRO_DIR([m4])
- AC_CANONICAL_BUILD
- AC_CANONICAL_HOST
- 
- AC_CONFIG_HEADERS([config.h])
- AH_TOP([
- #ifndef EFL_CONFIG_H__
- #define EFL_CONFIG_H__
- ])
- AH_BOTTOM([
- #endif /* EFL_CONFIG_H__ */
- ])
- 
- AM_INIT_AUTOMAKE([1.11 dist-xz -Wno-portability tar-ustar])
- AM_SILENT_RULES([yes])
- 
- AC_USE_SYSTEM_EXTENSIONS
- AC_PROG_MKDIR_P
- AC_C_BIGENDIAN
- AC_PROG_CC_C99
- AM_PROG_CC_C_O
- AC_FUNC_ALLOCA
- 
- LT_INIT([disable-static])
- 
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- m4_ifdef([v_rev], , [m4_define([v_rev], [0])])
- m4_ifdef([v_rel], , [m4_define([v_rel], [])])
- AC_DEFINE_UNQUOTED(VMAJ, [v_maj], [Major version])
- AC_DEFINE_UNQUOTED(VMIN, [v_min], [Minor version])
- AC_DEFINE_UNQUOTED(VMIC, [v_mic], [Micro version])
- AC_DEFINE_UNQUOTED(VREV, [v_rev], [Revison])
- AC_DEFINE_UNQUOTED(E_RELEASE_BUILD, [1], [doin it])
- version_info="lt_cur:lt_rev:lt_age"
- release_info="v_rel"
- AC_SUBST([version_info])
- AC_SUBST([release_info])
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
- 
- release=relname
- AC_SUBST([release])
- 
- 

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

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 07:38:52
  Author: ronald
Revision: 320531

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 320530, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 320530, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 320530, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   66 ++
 dhcpcd.service  |   13 ++
 dhcpcd_.service |   15 
 3 files changed, 94 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 320530, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-28 07:38:52 UTC (rev 320531)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=7.0.2
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('c52bfae93d327004081a33e867dec50ea580e0d399bbfd662978bfd73c84f405'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 320530, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2018-03-28 07:38:52 UTC (rev 320531)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 320530, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2018-03-28 07:38:52 UTC (rev 320531)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2018-03-28 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 28, 2018 @ 07:38:39
  Author: ronald
Revision: 320530

upgpkg: dhcpcd 7.0.2-1

update to 7.0.2

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 05:31:13 UTC (rev 320529)
+++ PKGBUILD2018-03-28 07:38:39 UTC (rev 320530)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=7.0.1
+pkgver=7.0.2
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/;
@@ -16,13 +16,15 @@
 provides=('dhcp-client')
 backup=('etc/dhcpcd.conf')
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
-source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
 'dhcpcd_.service'
 'dhcpcd.service')
-sha1sums=('745526c021223413c3e08653df04875c0323e415'
-  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
-  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('c52bfae93d327004081a33e867dec50ea580e0d399bbfd662978bfd73c84f405'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
 
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -39,6 +41,7 @@
   make
 }
 
+
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -45,6 +48,7 @@
   make test
 }
 
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install


[arch-commits] Commit in enlightenment/repos/extra-x86_64 (4 files)

2018-03-22 Thread Ronald van Haren via arch-commits
Date: Thursday, March 22, 2018 @ 19:52:33
  Author: ronald
Revision: 319831

archrelease: copy trunk to extra-x86_64

Added:
  enlightenment/repos/extra-x86_64/PKGBUILD
(from rev 319830, enlightenment/trunk/PKGBUILD)
  enlightenment/repos/extra-x86_64/upstream_pam_1.patch
(from rev 319830, enlightenment/trunk/upstream_pam_1.patch)
  enlightenment/repos/extra-x86_64/upstream_pam_2.patch
(from rev 319830, enlightenment/trunk/upstream_pam_2.patch)
Deleted:
  enlightenment/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 +-
 upstream_pam_1.patch | 1736 +
 upstream_pam_2.patch |  737 
 3 files changed, 2525 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-22 19:52:02 UTC (rev 319830)
+++ PKGBUILD2018-03-22 19:52:33 UTC (rev 319831)
@@ -1,44 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.22.2
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module'
-'xorg-server-xwayland: xwayland support')
-makedepends=('xorg-server-xwayland')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
-sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
-
-  make
-}
-
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-x86_64/PKGBUILD (from rev 319830, 
enlightenment/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-22 19:52:33 UTC (rev 319831)
@@ -0,0 +1,52 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.22.2
+pkgrel=2
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support')
+makedepends=('xorg-server-xwayland')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;
+"upstream_pam_1.patch" "upstream_pam_2.patch")
+sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78'
+
'6bac54795893a9280af98d4297e87d5408c726b5bced82574c2166e6f789eb908514cf2c95ca6cc2c14ee8c461403e5517e0cc72f5e9df67781e4b26c3d6a3cb'
+
'2747e491bff02cb11eec1797abd7851f79feca93a3162f838c68f0a388332c9e95ff427edf68eccf88ad333d2c3250241612dbdcf90c8e86de09ffd250eb8dad')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/upstream_pam_1.patch || return 1
+  patch -Np1 -i ${srcdir}/upstream_pam_2.patch || return 1
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: enlightenment/repos/extra-x86_64/upstream_pam_1.patch (from rev 319830, 
enlightenment/trunk/upstream_pam_1.patch)
===
--- upstream_pam_1.patch(rev 0)
+++ upstream_pam_1.patch

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

2018-03-22 Thread Ronald van Haren via arch-commits
Date: Thursday, March 22, 2018 @ 19:52:02
  Author: ronald
Revision: 319830

upgpkg: enlightenment 0.22.2-2

fix broken lock screen (upstream bug): FS#57906

Added:
  enlightenment/trunk/upstream_pam_1.patch
  enlightenment/trunk/upstream_pam_2.patch
Modified:
  enlightenment/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 upstream_pam_1.patch | 1736 +
 upstream_pam_2.patch |  737 
 3 files changed, 2485 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-22 19:50:25 UTC (rev 319829)
+++ PKGBUILD2018-03-22 19:52:02 UTC (rev 319830)
@@ -3,13 +3,13 @@
 
 pkgname=enlightenment
 pkgver=0.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightenment window manager"
 arch=('x86_64')
 url="http://www.enlightenment.org;
 license=('BSD')
 depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs' 'pam')
 optdepends=('connman: network module'
 'acpid: power events on laptop lid close'
'geoip-database: geolocation module'
@@ -18,9 +18,17 @@
 provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
-sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;
+"upstream_pam_1.patch" "upstream_pam_2.patch")
+sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78'
+
'6bac54795893a9280af98d4297e87d5408c726b5bced82574c2166e6f789eb908514cf2c95ca6cc2c14ee8c461403e5517e0cc72f5e9df67781e4b26c3d6a3cb'
+
'2747e491bff02cb11eec1797abd7851f79feca93a3162f838c68f0a388332c9e95ff427edf68eccf88ad333d2c3250241612dbdcf90c8e86de09ffd250eb8dad')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/upstream_pam_1.patch || return 1
+  patch -Np1 -i ${srcdir}/upstream_pam_2.patch || return 1
+}
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Added: upstream_pam_1.patch
===
--- upstream_pam_1.patch(rev 0)
+++ upstream_pam_1.patch2018-03-22 19:52:02 UTC (rev 319830)
@@ -0,0 +1,1736 @@
+diff --git a/configure.ac b/configure.ac
+index fbe22de10..e33aab2dc 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1,1138 +1,1143 @@
+ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+ m4_define([v_maj], [0])
+ m4_define([v_min], [22])
+ m4_define([v_mic], [2])
+ m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 
0) | tr -d '\n']))dnl
+ ##--   When released, remove the dnl on the below line
+ m4_undefine([v_rev])
+ m4_define([relname], [0.22.2])
+ ##--   When doing snapshots - change soname. remove dnl on below line
+ m4_define([relname], [0.22])
+ dnl m4_define([v_rel], [-release relname])
+ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+ m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], 
[m4_define([v_ver], [v_maj.v_min.v_mic])])
+ m4_define([lt_cur], m4_eval(v_maj + v_min))
+ m4_define([lt_rev], v_mic)
+ m4_define([lt_age], v_min)
+ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+ 
+ AC_INIT([enlightenment], [v_ver], [enlightenment-de...@lists.sourceforge.net])
+ AC_PREREQ([2.52])
+ AC_CONFIG_SRCDIR([configure.ac])
+ AC_CONFIG_MACRO_DIR([m4])
+ AC_CANONICAL_BUILD
+ AC_CANONICAL_HOST
+ 
+ AC_CONFIG_HEADERS([config.h])
+ AH_TOP([
+ #ifndef EFL_CONFIG_H__
+ #define EFL_CONFIG_H__
+ ])
+ AH_BOTTOM([
+ #endif /* EFL_CONFIG_H__ */
+ ])
+ 
+ AM_INIT_AUTOMAKE([1.11 dist-xz -Wno-portability tar-ustar])
+ AM_SILENT_RULES([yes])
+ 
+ AC_USE_SYSTEM_EXTENSIONS
+ AC_PROG_MKDIR_P
+ AC_C_BIGENDIAN
+ AC_PROG_CC_C99
+ AM_PROG_CC_C_O
+ AC_FUNC_ALLOCA
+ 
+ LT_INIT([disable-static])
+ 
+ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
+ m4_ifdef([v_rev], , [m4_define([v_rev], [0])])
+ m4_ifdef([v_rel], , [m4_define([v_rel], [])])
+ AC_DEFINE_UNQUOTED(VMAJ, [v_maj], [Major version])
+ AC_DEFINE_UNQUOTED(VMIN, [v_min], [Minor version])
+ AC_DEFINE_UNQUOTED(VMIC, [v_mic], [Micro version])
+ AC_DEFINE_UNQUOTED(VREV, [v_rev], [Revison])
+ AC_DEFINE_UNQUOTED(E_RELEASE_BUILD, [1], [doin it])
+ version_info="lt_cur:lt_rev:lt_age"
+ 

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

2018-03-19 Thread Ronald van Haren via arch-commits
Date: Monday, March 19, 2018 @ 15:15:02
  Author: ronald
Revision: 309169

archrelease: copy trunk to community-x86_64

Added:
  octave/repos/community-x86_64/PKGBUILD
(from rev 309168, octave/trunk/PKGBUILD)
Deleted:
  octave/repos/community-x86_64/PKGBUILD
  octave/repos/community-x86_64/octave-qscintilla-2.10.patch

--+
 PKGBUILD |  106 ++---
 octave-qscintilla-2.10.patch |   11 
 2 files changed, 47 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-19 15:14:48 UTC (rev 309168)
+++ PKGBUILD2018-03-19 15:15:02 UTC (rev 309169)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor : shining 
-# Contributor : cyberdune 
-
-pkgname=octave
-pkgver=4.2.1
-pkgrel=9
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('x86_64')
-url="http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
-  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools' 'portaudio' 'jdk8-openjdk')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting'
-'portaudio: audio support'
-'java-runtime: java support')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig} 
octave-qscintilla-2.10.patch
-
octave-abort-exit.patch::"http://hg.savannah.gnu.org/hgweb/octave/raw-rev/16fae04366b2;)
-options=('!emptydirs')
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
-  'SKIP'
-  'ba53969f6fd923051cd306f414af0646ed7dc526'
-  'e9a3cd2cd5938fc71bfeb05ea34bcd40a1b040db')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix abort on exit https://savannah.gnu.org/bugs/?49515
-  patch -p1 -i ../octave-abort-exit.patch
-  # Fix qscintilla 2.10 detection
-  patch -p1 -i ../octave-qscintilla-2.10.patch
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=16 \
-  --with-umfpack="-lumfpack -lsuitesparseconfig"
-# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
-
-  LANG=C make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # add octave library path to ld.so.conf.d
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}

Copied: octave/repos/community-x86_64/PKGBUILD (from rev 309168, 
octave/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-19 15:15:02 UTC (rev 309169)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools' 'portaudio' 'jdk8-openjdk')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('b94edd79adc0e19229bb654037910201b51b6cfa373d63de5e3aa69e9b659b2e2790e2d2b4b5e8d2f12b26846c20ba5c12eae657155c8329e85e970f738d08c2'
+'SKIP')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Deleted: octave-qscintilla-2.10.patch
===
--- octave-qscintilla-2.10.patch2018-03-19 15:14:48 UTC (rev 309168)
+++ 

[arch-commits] Commit in octave/trunk (PKGBUILD octave-qscintilla-2.10.patch)

2018-03-19 Thread Ronald van Haren via arch-commits
Date: Monday, March 19, 2018 @ 15:14:48
  Author: ronald
Revision: 309168

upgpkg: octave 4.2.2-1

update to 4.2.2; remove upstream included patch

Modified:
  octave/trunk/PKGBUILD
Deleted:
  octave/trunk/octave-qscintilla-2.10.patch

--+
 PKGBUILD |   22 +-
 octave-qscintilla-2.10.patch |   11 ---
 2 files changed, 5 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-19 14:13:16 UTC (rev 309167)
+++ PKGBUILD2018-03-19 15:14:48 UTC (rev 309168)
@@ -4,8 +4,8 @@
 # Contributor : cyberdune 
 
 pkgname=octave
-pkgver=4.2.1
-pkgrel=9
+pkgver=4.2.2
+pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org;
@@ -17,25 +17,13 @@
 'gnuplot: alternative plotting'
 'portaudio: audio support'
 'java-runtime: java support')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig} 
octave-qscintilla-2.10.patch
-
octave-abort-exit.patch::"http://hg.savannah.gnu.org/hgweb/octave/raw-rev/16fae04366b2;)
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
 options=('!emptydirs')
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
-  'SKIP'
-  'ba53969f6fd923051cd306f414af0646ed7dc526'
-  'e9a3cd2cd5938fc71bfeb05ea34bcd40a1b040db')
+sha512sums=('b94edd79adc0e19229bb654037910201b51b6cfa373d63de5e3aa69e9b659b2e2790e2d2b4b5e8d2f12b26846c20ba5c12eae657155c8329e85e970f738d08c2'
+'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
 
-  # Fix abort on exit https://savannah.gnu.org/bugs/?49515
-  patch -p1 -i ../octave-abort-exit.patch
-  # Fix qscintilla 2.10 detection
-  patch -p1 -i ../octave-qscintilla-2.10.patch
-  autoreconf -vi
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Deleted: octave-qscintilla-2.10.patch
===
--- octave-qscintilla-2.10.patch2018-03-19 14:13:16 UTC (rev 309167)
+++ octave-qscintilla-2.10.patch2018-03-19 15:14:48 UTC (rev 309168)
@@ -1,11 +0,0 @@
 octave-4.2.1/m4/acinclude.m4.orig  2017-03-01 11:05:40.10610 +
-+++ octave-4.2.1/m4/acinclude.m4   2017-03-01 11:06:05.612735530 +
-@@ -1346,7 +1346,7 @@
- ;;
- 5)
-   QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"
--  octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2"
-+  octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2 
qscintilla2_qt5"
- ;;
- *)
-   AC_MSG_ERROR([Unrecognized Qt version $qt_version])


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

2018-03-19 Thread Ronald van Haren via arch-commits
Date: Monday, March 19, 2018 @ 11:12:01
  Author: ronald
Revision: 319645

switch to https

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-19 10:41:37 UTC (rev 319644)
+++ PKGBUILD2018-03-19 11:12:01 UTC (rev 319645)
@@ -18,7 +18,7 @@
 provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
 
sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78')
 
 


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

2018-03-19 Thread Ronald van Haren via arch-commits
Date: Monday, March 19, 2018 @ 10:41:22
  Author: ronald
Revision: 319643

upgpkg: enlightenment 0.22.2-1

update to 0.22.2

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-19 10:41:09 UTC (rev 319642)
+++ PKGBUILD2018-03-19 10:41:22 UTC (rev 319643)
@@ -2,7 +2,7 @@
 # Contributor: Enlightenment Developers 
>
 
 pkgname=enlightenment
-pkgver=0.22.1
+pkgver=0.22.2
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('x86_64')
@@ -19,8 +19,9 @@
 backup=('etc/enlightenment/sysactions.conf'
 'etc/xdg/menus/e-applications.menu')
 
source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
-sha1sums=('10819ba6c354e1b629bf4b5ea003d6bda14e1acc')
+sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78')
 
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -33,6 +34,7 @@
   make
 }
 
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make -j1 DESTDIR="$pkgdir" install


[arch-commits] Commit in enlightenment/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-19 Thread Ronald van Haren via arch-commits
Date: Monday, March 19, 2018 @ 10:41:37
  Author: ronald
Revision: 319644

archrelease: copy trunk to extra-x86_64

Added:
  enlightenment/repos/extra-x86_64/PKGBUILD
(from rev 319643, enlightenment/trunk/PKGBUILD)
Deleted:
  enlightenment/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-19 10:41:22 UTC (rev 319643)
+++ PKGBUILD2018-03-19 10:41:37 UTC (rev 319644)
@@ -1,42 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.22.1
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module'
-'xorg-server-xwayland: xwayland support')
-makedepends=('xorg-server-xwayland')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
-sha1sums=('10819ba6c354e1b629bf4b5ea003d6bda14e1acc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-x86_64/PKGBUILD (from rev 319643, 
enlightenment/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-19 10:41:37 UTC (rev 319644)
@@ -0,0 +1,44 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.22.2
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module'
+'xorg-server-xwayland: xwayland support')
+makedepends=('xorg-server-xwayland')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz;)
+sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


[arch-commits] Commit in ttf-inconsolata/repos/community-any (4 files)

2018-03-19 Thread Ronald van Haren via arch-commits
Date: Monday, March 19, 2018 @ 10:19:59
  Author: ronald
Revision: 309157

archrelease: copy trunk to community-any

Added:
  ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf
(from rev 309156, ttf-inconsolata/trunk/75-ttf-inconsolata.conf)
  ttf-inconsolata/repos/community-any/PKGBUILD
(from rev 309156, ttf-inconsolata/trunk/PKGBUILD)
Deleted:
  ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf
  ttf-inconsolata/repos/community-any/PKGBUILD

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

Deleted: 75-ttf-inconsolata.conf
===
(Binary files differ)

Copied: ttf-inconsolata/repos/community-any/75-ttf-inconsolata.conf (from rev 
309156, ttf-inconsolata/trunk/75-ttf-inconsolata.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-19 10:19:42 UTC (rev 309156)
+++ PKGBUILD2018-03-19 10:19:59 UTC (rev 309157)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-
-pkgname=ttf-inconsolata
-pkgver=2.0.0.1
-pkgrel=2
-epoch=1
-pkgdesc="Monospace font for pretty code listings and for the terminal"
-arch=('any')
-url="https://www.google.com/fonts/specimen/Inconsolata;
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
-_gitver='efcbdc5d' #93ada0d4f9fa83389aba7cdbc797606f'
-source=("https://github.com/google/fonts/raw/${_gitver}/ofl/inconsolata/Inconsolata-Bold.ttf;
-
"https://github.com/google/fonts/raw/${_gitver}/ofl/inconsolata/Inconsolata-Regular.ttf;
-
"https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/OFL.txt;
-
"https://github.com/google/fonts/blob/${_gitver}/ofl/inconsolata/FONTLOG.txt;
-'75-ttf-inconsolata.conf')
-sha1sums=('3de268caaee19809b2b24589ca5c65ee027397e0'
-  '01e452f6f6004868daf0c4904ea31b92fe8e934c'
-  '532a1523da8c698fe7c51f39388df5db69e682ac'
-  'd94e734f93591028bcee1e82cc273309f8f96737'
-  '27cf0d59c91fd9ff2fb72de9d7ee5082a46a1792')
-
-
-package() {
-  install -d "${pkgdir}/usr/share/fonts/TTF"
-  install -Dm644 "${srcdir}"/*.ttf "${pkgdir}/usr/share/fonts/TTF"
-  install -Dm644 "${srcdir}/OFL.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt"
-  install -Dm644 "${srcdir}/FONTLOG.txt" 
"${pkgdir}/usr/share/doc/${pkgname}/FONTLOG.txt"
-  install -Dm644 "${srcdir}/75-ttf-inconsolata.conf" 
"${pkgdir}/etc/fonts/conf.avail/75-ttf-inconsolata.conf"
-}

Copied: ttf-inconsolata/repos/community-any/PKGBUILD (from rev 309156, 
ttf-inconsolata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-19 10:19:59 UTC (rev 309157)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=ttf-inconsolata
+pkgver=2.0.0.1
+pkgrel=3
+epoch=1
+pkgdesc="Monospace font for pretty code listings and for the terminal"
+arch=('any')
+url="https://www.google.com/fonts/specimen/Inconsolata;
+license=('custom:OFL')
+depends=('fontconfig' 'xorg-font-utils')
+_gitver='efcbdc5d' #93ada0d4f9fa83389aba7cdbc797606f'
+source=("https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/Inconsolata-Bold.ttf;
+
"https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/Inconsolata-Regular.ttf;
+
"https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/OFL.txt;
+
"https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/FONTLOG.txt;
+'75-ttf-inconsolata.conf')
+sha1sums=('3de268caaee19809b2b24589ca5c65ee027397e0'
+  '01e452f6f6004868daf0c4904ea31b92fe8e934c'
+  '532a1523da8c698fe7c51f39388df5db69e682ac'
+  '9d828111c6262d90683e09d32ccd4438eddad65f'
+  '27cf0d59c91fd9ff2fb72de9d7ee5082a46a1792')
+
+package() {
+  install -d "${pkgdir}/usr/share/fonts/TTF"
+  install -Dm644 "${srcdir}"/*.ttf "${pkgdir}/usr/share/fonts/TTF"
+  install -Dm644 "${srcdir}/OFL.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt"
+  install -Dm644 "${srcdir}/FONTLOG.txt" 
"${pkgdir}/usr/share/doc/${pkgname}/FONTLOG.txt"
+  install -Dm644 "${srcdir}/75-ttf-inconsolata.conf" 
"${pkgdir}/etc/fonts/conf.avail/75-ttf-inconsolata.conf"
+}


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

2018-03-19 Thread Ronald van Haren via arch-commits
Date: Monday, March 19, 2018 @ 10:19:42
  Author: ronald
Revision: 309156

upgpkg: ttf-inconsolata 1:2.0.0.1-3

wrong source link for FONTLOG.txt FS#57484

Modified:
  ttf-inconsolata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-19 10:00:06 UTC (rev 309155)
+++ PKGBUILD2018-03-19 10:19:42 UTC (rev 309156)
@@ -3,7 +3,7 @@
 
 pkgname=ttf-inconsolata
 pkgver=2.0.0.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Monospace font for pretty code listings and for the terminal"
 arch=('any')
@@ -11,18 +11,17 @@
 license=('custom:OFL')
 depends=('fontconfig' 'xorg-font-utils')
 _gitver='efcbdc5d' #93ada0d4f9fa83389aba7cdbc797606f'
-source=("https://github.com/google/fonts/raw/${_gitver}/ofl/inconsolata/Inconsolata-Bold.ttf;
-
"https://github.com/google/fonts/raw/${_gitver}/ofl/inconsolata/Inconsolata-Regular.ttf;
+source=("https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/Inconsolata-Bold.ttf;
+
"https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/Inconsolata-Regular.ttf;
 
"https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/OFL.txt;
-
"https://github.com/google/fonts/blob/${_gitver}/ofl/inconsolata/FONTLOG.txt;
+
"https://raw.githubusercontent.com/google/fonts/${_gitver}/ofl/inconsolata/FONTLOG.txt;
 '75-ttf-inconsolata.conf')
 sha1sums=('3de268caaee19809b2b24589ca5c65ee027397e0'
   '01e452f6f6004868daf0c4904ea31b92fe8e934c'
   '532a1523da8c698fe7c51f39388df5db69e682ac'
-  'd94e734f93591028bcee1e82cc273309f8f96737'
+  '9d828111c6262d90683e09d32ccd4438eddad65f'
   '27cf0d59c91fd9ff2fb72de9d7ee5082a46a1792')
 
-
 package() {
   install -d "${pkgdir}/usr/share/fonts/TTF"
   install -Dm644 "${srcdir}"/*.ttf "${pkgdir}/usr/share/fonts/TTF"


[arch-commits] Commit in efl/repos/extra-x86_64 (4 files)

2018-03-06 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 7, 2018 @ 07:30:37
  Author: ronald
Revision: 317960

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 317959, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 317959, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 PKGBUILD   |  135 +--
 eina_doxygen.patch |   20 +++
 2 files changed, 78 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-07 07:30:24 UTC (rev 317959)
+++ PKGBUILD2018-03-07 07:30:37 UTC (rev 317960)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.20.6
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('x86_64')
-url="https://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols')
-optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'mesa')
-options=('!emptydirs')
-source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha1sums=('946f82fa5dfffbbe62c4e5b67430d1e8602cb340')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm --enable-elput --enable-egl --with-opengl=es
-
-  make
-  make -j1 doc || return 0  # don't fail on the docs
-}
-
-package_efl(){
-  replaces=('elementary' 'evas_generic_loaders' 'emotion_generic_players')
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 317959, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-07 07:30:37 UTC (rev 317960)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.20.7
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('x86_64')
+url="https://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'libinput'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+'mesa')
+optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
+options=('!emptydirs')
+source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
+sha512sums=('c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense 

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

2018-03-06 Thread Ronald van Haren via arch-commits
Date: Wednesday, March 7, 2018 @ 07:30:24
  Author: ronald
Revision: 317959

upgpkg: efl 1.20.7-1

update to 1.20.7

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 07:28:49 UTC (rev 317958)
+++ PKGBUILD2018-03-07 07:30:24 UTC (rev 317959)
@@ -4,7 +4,7 @@
 
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
-pkgver=1.20.6
+pkgver=1.20.7
 pkgrel=1
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('x86_64')
@@ -15,12 +15,13 @@
  'libxinerama' 'libxrandr' 'libxss' 'libinput'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
  'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi'
- 'libspectre' 'libraw' 'librsvg' 'wayland-protocols')
+ 'libspectre' 'libraw' 'librsvg' 'wayland-protocols'
+'mesa')
 optdepends=('python2: einabench-cmp' 'libreoffice: thumbnailing for 
DOC/PPT/XLS files')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick' 
'mesa')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript' 'imagemagick')
 options=('!emptydirs')
 
source=(https://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz)
-sha1sums=('946f82fa5dfffbbe62c4e5b67430d1e8602cb340')
+sha512sums=('c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in wxmaxima/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-02 Thread Ronald van Haren via arch-commits
Date: Friday, March 2, 2018 @ 14:40:10
  Author: ronald
Revision: 317758

archrelease: copy trunk to extra-x86_64

Added:
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 317757, wxmaxima/trunk/PKGBUILD)
Deleted:
  wxmaxima/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-02 14:39:55 UTC (rev 317757)
+++ PKGBUILD2018-03-02 14:40:10 UTC (rev 317758)
@@ -1,38 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=17.10.1
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://andrejv.github.io/wxmaxima/index.html;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk3' 'ttf-linux-libertine')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
-sha1sums=('fd0c586705ccddfebd6f57be704fc6b23231adf0')
-
-build() {
-  cd ${pkgname}-Version-${pkgver}
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-#check() {
-#  cd ${pkgname}-Version-${pkgver}
-#  ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
-  cd ${pkgname}-Version-${pkgver}
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 317757, 
wxmaxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-02 14:40:10 UTC (rev 317758)
@@ -0,0 +1,38 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=18.02.0
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="http://andrejv.github.io/wxmaxima/index.html;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/andrejv/wxmaxima/archive/Version-$pkgver.tar.gz;)
+sha512sums=('e40a5fa701bd40c279de95bc16269a72678443ef0bdb14c3770c81feeaf33ddfff6c10f00b32239adcdf696f2a449c6d88d168b732d1273764c98c6ff807fd84')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}


  1   2   >