[arch-commits] Commit in nvidia-304xx/repos (18 files)
Date: Wednesday, August 12, 2015 @ 07:55:58 Author: tpowa Revision: 243199 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nvidia-304xx/repos/testing-i686/ nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 243198, nvidia-304xx/trunk/PKGBUILD) nvidia-304xx/repos/testing-i686/nv-drm.patch (from rev 243198, nvidia-304xx/trunk/nv-drm.patch) nvidia-304xx/repos/testing-i686/nvidia-3.19.patch (from rev 243198, nvidia-304xx/trunk/nvidia-3.19.patch) nvidia-304xx/repos/testing-i686/nvidia-304xx-dkms.install (from rev 243198, nvidia-304xx/trunk/nvidia-304xx-dkms.install) nvidia-304xx/repos/testing-i686/nvidia-304xx.install (from rev 243198, nvidia-304xx/trunk/nvidia-304xx.install) nvidia-304xx/repos/testing-i686/nvidia-4.0.patch (from rev 243198, nvidia-304xx/trunk/nvidia-4.0.patch) nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 243198, nvidia-304xx/trunk/PKGBUILD) nvidia-304xx/repos/testing-x86_64/nv-drm.patch (from rev 243198, nvidia-304xx/trunk/nv-drm.patch) nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch (from rev 243198, nvidia-304xx/trunk/nvidia-3.19.patch) nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install (from rev 243198, nvidia-304xx/trunk/nvidia-304xx-dkms.install) nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install (from rev 243198, nvidia-304xx/trunk/nvidia-304xx.install) nvidia-304xx/repos/testing-x86_64/nvidia-4.0.patch (from rev 243198, nvidia-304xx/trunk/nvidia-4.0.patch) Deleted: nvidia-304xx/repos/testing-x86_64/PKGBUILD nvidia-304xx/repos/testing-x86_64/nv-drm.patch nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install --+ /PKGBUILD| 75 + /nv-drm.patch| 27 ++ /nvidia-3.19.patch | 21 /nvidia-304xx-dkms.install | 30 +++ /nvidia-304xx.install| 13 + testing-i686/PKGBUILD| 75 + testing-i686/nv-drm.patch| 27 ++ testing-i686/nvidia-3.19.patch | 21 testing-i686/nvidia-304xx-dkms.install | 30 +++ testing-i686/nvidia-304xx.install| 13 + testing-i686/nvidia-4.0.patch| 28 ++ testing-x86_64/PKGBUILD | 75 - testing-x86_64/nv-drm.patch | 27 -- testing-x86_64/nvidia-3.19.patch | 21 testing-x86_64/nvidia-304xx-dkms.install | 30 --- testing-x86_64/nvidia-304xx.install | 13 - testing-x86_64/nvidia-4.0.patch | 28 ++ 17 files changed, 388 insertions(+), 166 deletions(-) Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 243198, nvidia-304xx/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-12 05:55:58 UTC (rev 243199) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Baechler + +pkgbase=nvidia-304xx +pkgname=(nvidia-304xx nvidia-304xx-dkms) +pkgver=304.125 +_extramodules=extramodules-4.1-ARCH +pkgrel=23 +arch=('i686' 'x86_64') +url="http://www.nvidia.com/"; +makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 'linux-headers>=4.1' 'linux-headers<4.2') +conflicts=('nvidia') +license=('custom') +options=(!strip) +source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"; + "http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run"; +'nv-drm.patch' +'nvidia-3.19.patch' +'nvidia-4.0.patch') +sha512sums=('cd77736790876b66c1e88bf30b7a93f755c0f94118edda8fde1701dc07dc4eb60f89a27b0ed432db74729f269cb239f32f3c5e045d701f60baf69da7fc0d0ea7' + '3b50d1353ff6cfee9042455b78e889c198e40dfe832dde79eda1a47d9f1f02b29f0161f1ac694dc7502eb2a94bad6b98244568cc353f387b02de6cae1c17d4ae' + 'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f' + 'f52a9f82a73eef9e27046c51ce0b2671ee2893f9b12e17c722f17416c39ac0b8d7d5b1fed51b6ab6f36670b036cd96d5cfeae37300ef041c029fd3d3d136ff3d' + 'd00a2a4c5bf38041cf9e4f61aa0ad0d6123451839eb272c36d7e466d77b33d90415cfa6f96a3a9da8688a1048e93a03169f808e6b2ddc2d9d148bab8485dae27') + +[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" +[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" + +prepare() { +cd "${srcdir}" +sh "${_pkg}.run" --extract-only +cd "${_pkg}" +# patches here +patch -p0 -i "$srcdir/nv-
[arch-commits] Commit in nvidia-304xx/trunk (nvidia-4.0.patch)
Date: Wednesday, August 12, 2015 @ 07:55:22 Author: tpowa Revision: 243198 upgpkg: nvidia-304xx 304.125-23 rebuild against 4.1.5 Added: nvidia-304xx/trunk/nvidia-4.0.patch --+ nvidia-4.0.patch | 28 1 file changed, 28 insertions(+) Added: nvidia-4.0.patch === --- nvidia-4.0.patch(rev 0) +++ nvidia-4.0.patch2015-08-12 05:55:22 UTC (rev 243198) @@ -0,0 +1,28 @@ +--- kernel/nv-pat.c~ 2015-02-22 20:39:43.889075396 -0800 kernel/nv-pat.c 2015-02-22 20:29:33.519735577 -0800 +@@ -35,8 +35,13 @@ + unsigned long cr0 = read_cr0(); + write_cr0(((cr0 & (0xdfff)) | 0x4000)); + wbinvd(); ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0) ++*cr4 = __read_cr4(); ++if (*cr4 & 0x80) __write_cr4(*cr4 & ~0x80); ++#else + *cr4 = read_cr4(); + if (*cr4 & 0x80) write_cr4(*cr4 & ~0x80); ++#endif + __flush_tlb(); + } + +@@ -46,7 +46,11 @@ + wbinvd(); + __flush_tlb(); + write_cr0((cr0 & 0x9fff)); ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0) ++if (cr4 & 0x80) __write_cr4(cr4); ++#else + if (cr4 & 0x80) write_cr4(cr4); ++#endif + } + + static int nv_determine_pat_mode(void)
[arch-commits] Commit in nvidia-304xx/repos (6 files)
Date: Wednesday, August 12, 2015 @ 07:44:22 Author: tpowa Revision: 243197 archrelease: copy trunk to testing-x86_64 Added: nvidia-304xx/repos/testing-x86_64/ nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 243196, nvidia-304xx/trunk/PKGBUILD) nvidia-304xx/repos/testing-x86_64/nv-drm.patch (from rev 243196, nvidia-304xx/trunk/nv-drm.patch) nvidia-304xx/repos/testing-x86_64/nvidia-3.19.patch (from rev 243196, nvidia-304xx/trunk/nvidia-3.19.patch) nvidia-304xx/repos/testing-x86_64/nvidia-304xx-dkms.install (from rev 243196, nvidia-304xx/trunk/nvidia-304xx-dkms.install) nvidia-304xx/repos/testing-x86_64/nvidia-304xx.install (from rev 243196, nvidia-304xx/trunk/nvidia-304xx.install) ---+ PKGBUILD | 75 nv-drm.patch | 27 +++ nvidia-3.19.patch | 21 nvidia-304xx-dkms.install | 30 + nvidia-304xx.install | 13 +++ 5 files changed, 166 insertions(+) Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 243196, nvidia-304xx/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-08-12 05:44:22 UTC (rev 243197) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Thomas Baechler + +pkgbase=nvidia-304xx +pkgname=(nvidia-304xx nvidia-304xx-dkms) +pkgver=304.125 +_extramodules=extramodules-4.1-ARCH +pkgrel=23 +arch=('i686' 'x86_64') +url="http://www.nvidia.com/"; +makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 'linux-headers>=4.1' 'linux-headers<4.2') +conflicts=('nvidia') +license=('custom') +options=(!strip) +source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"; + "http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run"; +'nv-drm.patch' +'nvidia-3.19.patch' +'nvidia-4.0.patch') +sha512sums=('cd77736790876b66c1e88bf30b7a93f755c0f94118edda8fde1701dc07dc4eb60f89a27b0ed432db74729f269cb239f32f3c5e045d701f60baf69da7fc0d0ea7' + '3b50d1353ff6cfee9042455b78e889c198e40dfe832dde79eda1a47d9f1f02b29f0161f1ac694dc7502eb2a94bad6b98244568cc353f387b02de6cae1c17d4ae' + 'aaa36ef7179acdc86850381de145a3aebab22273cd3c702a9d1343dc3415192c74a35da692312555f36193c5d46a1771ce07ea9508113cb9d0698873064aa19f' + 'f52a9f82a73eef9e27046c51ce0b2671ee2893f9b12e17c722f17416c39ac0b8d7d5b1fed51b6ab6f36670b036cd96d5cfeae37300ef041c029fd3d3d136ff3d' + 'd00a2a4c5bf38041cf9e4f61aa0ad0d6123451839eb272c36d7e466d77b33d90415cfa6f96a3a9da8688a1048e93a03169f808e6b2ddc2d9d148bab8485dae27') + +[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" +[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" + +prepare() { +cd "${srcdir}" +sh "${_pkg}.run" --extract-only +cd "${_pkg}" +# patches here +patch -p0 -i "$srcdir/nv-drm.patch" +patch -p1 -i "$srcdir/nvidia-3.19.patch" +patch -p0 -i "$srcdir/nvidia-4.0.patch" +} + +build() { +_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" +cd "${_pkg}/kernel" +make SYSSRC=/usr/lib/modules/"${_kernver}/build" module +} + +package_nvidia-304xx() { +pkgdesc="NVIDIA drivers for linux, 304xx legacy branch" +depends=('linux>=4.1' 'linux<4.2' 'libgl' "nvidia-304xx-utils=${pkgver}") + conflicts+=('nvidia-304xx-dkms') +install=nvidia-304xx.install + +install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ +"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko" +install -d -m755 "${pkgdir}/usr/lib/modprobe.d" +echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf" +sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" "${startdir}/${pkgname}.install" +gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko" + +# the license file is part of nvidia-304xx-utils - the module depends on it, so we don't ship it another time. +} + +package_nvidia-304xx-dkms() { +pkgdesc="NVIDIA driver sources for linux, 304xx legacy branch" +depends=('dkms' "nvidia-304xx-utils=$pkgver") +optdepends=('linux-headers: Build the module for Arch kernel' +'linux-lts-headers: Build the module for LTS Arch kernel') + conflicts+=('nvidia-304xx') +install=nvidia-304xx-dkms.install + +cd ${_pkg} + make -C kernel clean +install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src} +cp -dr --no-preserve='ownership' kernel "${pkgdir}"/usr/src/nvidia-${pkgver} +echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf +} Copied: nvidia-304xx/repos/testing-x86_64/nv-drm.patch (from rev 243196, nvidia-304xx/trunk/nv-drm.patch) === --- testing
[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD nvidia-4.0.patch)
Date: Wednesday, August 12, 2015 @ 07:44:13 Author: tpowa Revision: 243196 upgpkg: nvidia-304xx 304.125-23 rebuild against 4.1.5 Modified: nvidia-304xx/trunk/PKGBUILD Deleted: nvidia-304xx/trunk/nvidia-4.0.patch --+ PKGBUILD |2 +- nvidia-4.0.patch | 28 2 files changed, 1 insertion(+), 29 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-12 05:11:14 UTC (rev 243195) +++ PKGBUILD2015-08-12 05:44:13 UTC (rev 243196) @@ -6,7 +6,7 @@ pkgname=(nvidia-304xx nvidia-304xx-dkms) pkgver=304.125 _extramodules=extramodules-4.1-ARCH -pkgrel=22 +pkgrel=23 arch=('i686' 'x86_64') url="http://www.nvidia.com/"; makedepends=('libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 'linux-headers>=4.1' 'linux-headers<4.2') Deleted: nvidia-4.0.patch === --- nvidia-4.0.patch2015-08-12 05:11:14 UTC (rev 243195) +++ nvidia-4.0.patch2015-08-12 05:44:13 UTC (rev 243196) @@ -1,28 +0,0 @@ kernel/nv-pat.c~ 2015-02-22 20:39:43.889075396 -0800 -+++ kernel/nv-pat.c 2015-02-22 20:29:33.519735577 -0800 -@@ -35,8 +35,13 @@ - unsigned long cr0 = read_cr0(); - write_cr0(((cr0 & (0xdfff)) | 0x4000)); - wbinvd(); -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0) -+*cr4 = __read_cr4(); -+if (*cr4 & 0x80) __write_cr4(*cr4 & ~0x80); -+#else - *cr4 = read_cr4(); - if (*cr4 & 0x80) write_cr4(*cr4 & ~0x80); -+#endif - __flush_tlb(); - } - -@@ -46,7 +46,11 @@ - wbinvd(); - __flush_tlb(); - write_cr0((cr0 & 0x9fff)); -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0) -+if (cr4 & 0x80) __write_cr4(cr4); -+#else - if (cr4 & 0x80) write_cr4(cr4); -+#endif - } - - static int nv_determine_pat_mode(void)
[arch-commits] Commit in nvidia/trunk (PKGBUILD)
Date: Wednesday, August 12, 2015 @ 07:11:05 Author: tpowa Revision: 243194 upgpkg: nvidia 352.30-3 rebuild against 4.1.5 Modified: nvidia/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-08-12 04:50:14 UTC (rev 243193) +++ PKGBUILD2015-08-12 05:11:05 UTC (rev 243194) @@ -5,7 +5,7 @@ pkgname=nvidia pkgver=352.30 _extramodules=extramodules-4.1-ARCH -pkgrel=2 +pkgrel=3 pkgdesc="NVIDIA drivers for linux" arch=('i686' 'x86_64') url="http://www.nvidia.com/";
[arch-commits] Commit in nvidia/repos (8 files)
Date: Wednesday, August 12, 2015 @ 07:11:14 Author: tpowa Revision: 243195 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nvidia/repos/testing-i686/ nvidia/repos/testing-i686/PKGBUILD (from rev 243194, nvidia/trunk/PKGBUILD) nvidia/repos/testing-i686/nv-drm-343.36.patch (from rev 243194, nvidia/trunk/nv-drm-343.36.patch) nvidia/repos/testing-i686/nvidia.install (from rev 243194, nvidia/trunk/nvidia.install) nvidia/repos/testing-x86_64/ nvidia/repos/testing-x86_64/PKGBUILD (from rev 243194, nvidia/trunk/PKGBUILD) nvidia/repos/testing-x86_64/nv-drm-343.36.patch (from rev 243194, nvidia/trunk/nv-drm-343.36.patch) nvidia/repos/testing-x86_64/nvidia.install (from rev 243194, nvidia/trunk/nvidia.install) + testing-i686/PKGBUILD | 55 +++ testing-i686/nv-drm-343.36.patch | 14 testing-i686/nvidia.install| 13 testing-x86_64/PKGBUILD| 55 +++ testing-x86_64/nv-drm-343.36.patch | 14 testing-x86_64/nvidia.install | 13 6 files changed, 164 insertions(+) Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 243194, nvidia/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-12 05:11:14 UTC (rev 243195) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase +# Maintainer: Thomas Baechler + +pkgname=nvidia +pkgver=352.30 +_extramodules=extramodules-4.1-ARCH +pkgrel=3 +pkgdesc="NVIDIA drivers for linux" +arch=('i686' 'x86_64') +url="http://www.nvidia.com/"; +depends=('linux>=4.1' 'linux<4.2' "nvidia-utils=${pkgver}" 'libgl') +makedepends=('linux-headers>=4.1' 'linux-headers<4.2') +license=('custom') +install=nvidia.install +options=(!strip) +source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run"; + "ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";) +md5sums=('7e59d84eafe2482b2f02df692b9168d5' + '135dd90db609cecad8e74bde0054cf6f') + +[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}" +[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32" + +prepare() { +sh "${_pkg}.run" --extract-only +cd "${_pkg}" +# patches here +} + +build() { +_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" +cd "${_pkg}"/kernel +make SYSSRC=/usr/lib/modules/"${_kernver}/build" module + +if [[ "$CARCH" = "x86_64" ]]; then +cd uvm +make SYSSRC=/usr/lib/modules/"${_kernver}/build" module +fi +} + +package() { +install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ +"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko" + +if [[ "$CARCH" = "x86_64" ]]; then +install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \ +"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko" +fi + +gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko +install -d -m755 "${pkgdir}/usr/lib/modprobe.d" + +echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf" +} Copied: nvidia/repos/testing-i686/nv-drm-343.36.patch (from rev 243194, nvidia/trunk/nv-drm-343.36.patch) === --- testing-i686/nv-drm-343.36.patch(rev 0) +++ testing-i686/nv-drm-343.36.patch2015-08-12 05:11:14 UTC (rev 243195) @@ -0,0 +1,14 @@ +diff --git a/kernel/nv-drm.c b/kernel/nv-drm.c +index c0b41a0..700c193 100644 +--- a/kernel/nv-drm.c b/kernel/nv-drm.c +@@ -128,6 +128,8 @@ static struct drm_driver nv_drm_driver = { + .gem_prime_vmap = nv_gem_prime_vmap, + .gem_prime_vunmap = nv_gem_prime_vunmap, + ++.set_busid = drm_pci_set_busid, ++ + .name = "nvidia-drm", + .desc = "NVIDIA DRM driver", + .date = "20130102", + Copied: nvidia/repos/testing-i686/nvidia.install (from rev 243194, nvidia/trunk/nvidia.install) === --- testing-i686/nvidia.install (rev 0) +++ testing-i686/nvidia.install 2015-08-12 05:11:14 UTC (rev 243195) @@ -0,0 +1,13 @@ +post_install() { +EXTRAMODULES='extramodules-4.1-ARCH' +depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version) +echo 'In order to use nvidia module, reboot the system.' +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 243194, nvidia/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-08-12 05:11:14 UTC (rev 243195) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Sven-Hendrik
[arch-commits] Commit in polkit/repos (8 files)
Date: Wednesday, August 12, 2015 @ 06:46:15 Author: heftig Revision: 243188 archrelease: copy trunk to testing-i686, testing-x86_64 Added: polkit/repos/testing-i686/PKGBUILD (from rev 243187, polkit/trunk/PKGBUILD) polkit/repos/testing-i686/polkit.install (from rev 243187, polkit/trunk/polkit.install) polkit/repos/testing-x86_64/PKGBUILD (from rev 243187, polkit/trunk/PKGBUILD) polkit/repos/testing-x86_64/polkit.install (from rev 243187, polkit/trunk/polkit.install) Deleted: polkit/repos/testing-i686/PKGBUILD polkit/repos/testing-i686/polkit.install polkit/repos/testing-x86_64/PKGBUILD polkit/repos/testing-x86_64/polkit.install ---+ /PKGBUILD | 76 /polkit.install | 26 + testing-i686/PKGBUILD | 38 testing-i686/polkit.install |9 testing-x86_64/PKGBUILD | 38 testing-x86_64/polkit.install |9 6 files changed, 102 insertions(+), 94 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2015-08-12 04:45:04 UTC (rev 243187) +++ testing-i686/PKGBUILD 2015-08-12 04:46:15 UTC (rev 243188) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=polkit -pkgver=0.113 -pkgrel=1 -pkgdesc="Application development toolkit for controlling system-wide privileges" -arch=(i686 x86_64) -license=(LGPL) -url="http://www.freedesktop.org/wiki/Software/polkit"; -depends=(glib2 pam expat systemd js17) -makedepends=(intltool gtk-doc gobject-introspection git) -install=polkit.install -source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz) -md5sums=('4b6c9e4f897dcfe03b2c34198edf') - -build() { - cd $pkgname-$pkgver - - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \ - --enable-libsystemd-login=yes --disable-static \ - --enable-gtk-doc --with-os-type=redhat - make -} - -check() { - cd $pkgname-$pkgver - make -k check || : -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - - chown 102 "$pkgdir/etc/polkit-1/rules.d" - chown 102 "$pkgdir/usr/share/polkit-1/rules.d" -} Copied: polkit/repos/testing-i686/PKGBUILD (from rev 243187, polkit/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-12 04:46:15 UTC (rev 243188) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=polkit +pkgver=0.113 +pkgrel=2 +pkgdesc="Application development toolkit for controlling system-wide privileges" +arch=(i686 x86_64) +license=(LGPL) +url="http://www.freedesktop.org/wiki/Software/polkit"; +depends=(glib2 pam expat systemd js17) +makedepends=(intltool gtk-doc gobject-introspection git) +install=polkit.install +source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz) +md5sums=('4b6c9e4f897dcfe03b2c34198edf') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \ + --enable-libsystemd-login=yes --disable-static \ + --enable-gtk-doc --with-os-type=redhat + make +} + +check() { + cd $pkgname-$pkgver + make -k check || : +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + chown 102 "$pkgdir/etc/polkit-1/rules.d" + chown 102 "$pkgdir/usr/share/polkit-1/rules.d" +} Deleted: testing-i686/polkit.install === --- testing-i686/polkit.install 2015-08-12 04:45:04 UTC (rev 243187) +++ testing-i686/polkit.install 2015-08-12 04:46:15 UTC (rev 243188) @@ -1,9 +0,0 @@ -post_install() { - getent group polkitd >/dev/null || groupadd -g 102 polkitd - getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -d '/' -s /bin/false polkitd - passwd -l polkitd &>/dev/null -} - -post_upgrade() { - post_install -} Copied: polkit/repos/testing-i686/polkit.install (from rev 243187, polkit/trunk/polkit.install) === --- testing-i686/polkit.install (rev 0) +++ testing-i686/polkit.install 2015-08-12 04:46:15 UTC (rev 243188) @@ -0,0 +1,13 @@ +post_install() { + getent group polkitd >/dev/null || groupadd -g 102 polkitd + getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -G proc -d '/' -s /usr/bin/nologin polkitd + passwd -l polkitd &>/dev/null +} + +post_upgrade() { + post_install + + if (( $(vercmp $2 0.113-2) < 0 )); then +usermod -aG proc -s /usr/bin/nologin polkitd + fi +} Deleted: testing-x86_64/PKGBUILD =
[arch-commits] Commit in polkit/trunk (PKGBUILD polkit.install)
Date: Wednesday, August 12, 2015 @ 06:45:04 Author: heftig Revision: 243187 FS#43930 proc group Modified: polkit/trunk/PKGBUILD polkit/trunk/polkit.install + PKGBUILD |2 +- polkit.install | 12 2 files changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-12 00:36:59 UTC (rev 243186) +++ PKGBUILD2015-08-12 04:45:04 UTC (rev 243187) @@ -3,7 +3,7 @@ pkgname=polkit pkgver=0.113 -pkgrel=1 +pkgrel=2 pkgdesc="Application development toolkit for controlling system-wide privileges" arch=(i686 x86_64) license=(LGPL) Modified: polkit.install === --- polkit.install 2015-08-12 00:36:59 UTC (rev 243186) +++ polkit.install 2015-08-12 04:45:04 UTC (rev 243187) @@ -1,9 +1,13 @@ post_install() { - getent group polkitd >/dev/null || groupadd -g 102 polkitd - getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -d '/' -s /bin/false polkitd - passwd -l polkitd &>/dev/null + getent group polkitd >/dev/null || groupadd -g 102 polkitd + getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -G proc -d '/' -s /usr/bin/nologin polkitd + passwd -l polkitd &>/dev/null } post_upgrade() { - post_install + post_install + + if (( $(vercmp $2 0.113-2) < 0 )); then +usermod -aG proc -s /usr/bin/nologin polkitd + fi }
[arch-commits] Commit in scrapy/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 12, 2015 @ 04:41:43 Author: fyan Revision: 138257 archrelease: copy trunk to community-any Added: scrapy/repos/community-any/PKGBUILD (from rev 138256, scrapy/trunk/PKGBUILD) Deleted: scrapy/repos/community-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-12 02:41:18 UTC (rev 138256) +++ PKGBUILD2015-08-12 02:41:43 UTC (rev 138257) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: PyroDevil -# Contributor: Anibal Pacheco - -pkgname=scrapy -pkgver=1.0.2 -pkgrel=1 -pkgdesc="A fast high-level scraping and web crawling framework." -arch=(any) -license=('BSD') -url="http://scrapy.org"; -depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 'python2-six' 'python2-queuelib' - 'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl') -makedepends=('git') -optdepends=('ipython2: for enhanced support of the interactive scraping shell') -source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver}";) -md5sums=('SKIP') - -package() { - cd "${srcdir}/scrapy" - python2 setup.py install -O1 --root="${pkgdir}" - - install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -D -m644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst" - install -D -m644 "docs/intro/install.rst" "${pkgdir}/usr/share/doc/${pkgname}/INSTALL.rst" -} Copied: scrapy/repos/community-any/PKGBUILD (from rev 138256, scrapy/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-12 02:41:43 UTC (rev 138257) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: PyroDevil +# Contributor: Anibal Pacheco + +pkgname=scrapy +pkgver=1.0.3 +pkgrel=1 +pkgdesc="A fast high-level scraping and web crawling framework." +arch=(any) +license=('BSD') +url="http://scrapy.org"; +depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 'python2-six' 'python2-queuelib' + 'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl') +makedepends=('git') +optdepends=('ipython2: for enhanced support of the interactive scraping shell') +source=("git+https://github.com/scrapy/scrapy.git#tag=${pkgver}";) +md5sums=('SKIP') + +package() { + cd "${srcdir}/scrapy" + python2 setup.py install -O1 --root="${pkgdir}" + + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -D -m644 "README.rst" "${pkgdir}/usr/share/doc/${pkgname}/README.rst" + install -D -m644 "docs/intro/install.rst" "${pkgdir}/usr/share/doc/${pkgname}/INSTALL.rst" +}
[arch-commits] Commit in scrapy/trunk (PKGBUILD)
Date: Wednesday, August 12, 2015 @ 04:41:18 Author: fyan Revision: 138256 upgpkg: scrapy 1.0.3-1 Modified: scrapy/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 21:51:38 UTC (rev 138255) +++ PKGBUILD2015-08-12 02:41:18 UTC (rev 138256) @@ -4,7 +4,7 @@ # Contributor: Anibal Pacheco pkgname=scrapy -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="A fast high-level scraping and web crawling framework." arch=(any)
[arch-commits] Commit in polkit/repos (6 files)
Date: Wednesday, August 12, 2015 @ 02:36:59 Author: heftig Revision: 243186 archrelease: copy trunk to testing-i686, testing-x86_64 Added: polkit/repos/testing-i686/ polkit/repos/testing-i686/PKGBUILD (from rev 243185, polkit/trunk/PKGBUILD) polkit/repos/testing-i686/polkit.install (from rev 243185, polkit/trunk/polkit.install) polkit/repos/testing-x86_64/ polkit/repos/testing-x86_64/PKGBUILD (from rev 243185, polkit/trunk/PKGBUILD) polkit/repos/testing-x86_64/polkit.install (from rev 243185, polkit/trunk/polkit.install) ---+ testing-i686/PKGBUILD | 38 ++ testing-i686/polkit.install |9 + testing-x86_64/PKGBUILD | 38 ++ testing-x86_64/polkit.install |9 + 4 files changed, 94 insertions(+) Copied: polkit/repos/testing-i686/PKGBUILD (from rev 243185, polkit/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-12 00:36:59 UTC (rev 243186) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=polkit +pkgver=0.113 +pkgrel=1 +pkgdesc="Application development toolkit for controlling system-wide privileges" +arch=(i686 x86_64) +license=(LGPL) +url="http://www.freedesktop.org/wiki/Software/polkit"; +depends=(glib2 pam expat systemd js17) +makedepends=(intltool gtk-doc gobject-introspection git) +install=polkit.install +source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz) +md5sums=('4b6c9e4f897dcfe03b2c34198edf') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \ + --enable-libsystemd-login=yes --disable-static \ + --enable-gtk-doc --with-os-type=redhat + make +} + +check() { + cd $pkgname-$pkgver + make -k check || : +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + chown 102 "$pkgdir/etc/polkit-1/rules.d" + chown 102 "$pkgdir/usr/share/polkit-1/rules.d" +} Copied: polkit/repos/testing-i686/polkit.install (from rev 243185, polkit/trunk/polkit.install) === --- testing-i686/polkit.install (rev 0) +++ testing-i686/polkit.install 2015-08-12 00:36:59 UTC (rev 243186) @@ -0,0 +1,9 @@ +post_install() { + getent group polkitd >/dev/null || groupadd -g 102 polkitd + getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -d '/' -s /bin/false polkitd + passwd -l polkitd &>/dev/null +} + +post_upgrade() { + post_install +} Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 243185, polkit/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-08-12 00:36:59 UTC (rev 243186) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=polkit +pkgver=0.113 +pkgrel=1 +pkgdesc="Application development toolkit for controlling system-wide privileges" +arch=(i686 x86_64) +license=(LGPL) +url="http://www.freedesktop.org/wiki/Software/polkit"; +depends=(glib2 pam expat systemd js17) +makedepends=(intltool gtk-doc gobject-introspection git) +install=polkit.install +source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz) +md5sums=('4b6c9e4f897dcfe03b2c34198edf') + +build() { + cd $pkgname-$pkgver + + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \ + --enable-libsystemd-login=yes --disable-static \ + --enable-gtk-doc --with-os-type=redhat + make +} + +check() { + cd $pkgname-$pkgver + make -k check || : +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + + chown 102 "$pkgdir/etc/polkit-1/rules.d" + chown 102 "$pkgdir/usr/share/polkit-1/rules.d" +} Copied: polkit/repos/testing-x86_64/polkit.install (from rev 243185, polkit/trunk/polkit.install) === --- testing-x86_64/polkit.install (rev 0) +++ testing-x86_64/polkit.install 2015-08-12 00:36:59 UTC (rev 243186) @@ -0,0 +1,9 @@ +post_install() { + getent group polkitd >/dev/null || groupadd -g 102 polkitd + getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -d '/' -s /bin/false polkitd + passwd -l polkitd &>/dev/null +} + +post_upgrade() { + post_install +}
[arch-commits] Commit in polkit/trunk (PKGBUILD polkit.pam)
Date: Wednesday, August 12, 2015 @ 02:36:04 Author: heftig Revision: 243185 0.113 Modified: polkit/trunk/PKGBUILD Deleted: polkit/trunk/polkit.pam + PKGBUILD | 25 - polkit.pam |7 --- 2 files changed, 12 insertions(+), 20 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 22:59:54 UTC (rev 243184) +++ PKGBUILD2015-08-12 00:36:04 UTC (rev 243185) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot pkgname=polkit -pkgver=0.112 -pkgrel=4 +pkgver=0.113 +pkgrel=1 pkgdesc="Application development toolkit for controlling system-wide privileges" arch=(i686 x86_64) license=(LGPL) @@ -11,29 +11,28 @@ depends=(glib2 pam expat systemd js17) makedepends=(intltool gtk-doc gobject-introspection git) install=polkit.install -source=("git://anongit.freedesktop.org/polkit#commit=fb5076b7c05d01a532d593a4079a29cf2d63a228" -polkit.pam) -md5sums=('SKIP' - '6564f95878297b954f0572bc1610dd15') +source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz) +md5sums=('4b6c9e4f897dcfe03b2c34198edf') build() { - cd $pkgname + cd $pkgname-$pkgver - NOCONFIGURE=1 ./autogen.sh - ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \ --enable-libsystemd-login=yes --disable-static \ - --enable-gtk-doc + --enable-gtk-doc --with-os-type=redhat make } +check() { + cd $pkgname-$pkgver + make -k check || : +} + package() { - cd $pkgname + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install chown 102 "$pkgdir/etc/polkit-1/rules.d" chown 102 "$pkgdir/usr/share/polkit-1/rules.d" - - install -m644 "$srcdir/polkit.pam" "$pkgdir/etc/pam.d/polkit-1" } Deleted: polkit.pam === --- polkit.pam 2015-08-11 22:59:54 UTC (rev 243184) +++ polkit.pam 2015-08-12 00:36:04 UTC (rev 243185) @@ -1,7 +0,0 @@ -authrequisite pam_nologin.so -authrequiredpam_env.so -authrequiredpam_unix.so -account requiredpam_unix.so -session requiredpam_limits.so -session requiredpam_unix.so -passwordrequiredpam_unix.so
[arch-commits] Commit in chromium/repos (24 files)
Date: Wednesday, August 12, 2015 @ 00:59:54 Author: foutrelis Revision: 243184 archrelease: copy trunk to extra-i686, extra-x86_64 Added: chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch (from rev 243183, chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch) chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch (from rev 243183, chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch) chromium/repos/extra-i686/PKGBUILD (from rev 243183, chromium/trunk/PKGBUILD) chromium/repos/extra-i686/chromium-widevine.patch (from rev 243183, chromium/trunk/chromium-widevine.patch) chromium/repos/extra-i686/chromium.desktop (from rev 243183, chromium/trunk/chromium.desktop) chromium/repos/extra-i686/chromium.install (from rev 243183, chromium/trunk/chromium.install) chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch (from rev 243183, chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch) chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch (from rev 243183, chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch) chromium/repos/extra-x86_64/PKGBUILD (from rev 243183, chromium/trunk/PKGBUILD) chromium/repos/extra-x86_64/chromium-widevine.patch (from rev 243183, chromium/trunk/chromium-widevine.patch) chromium/repos/extra-x86_64/chromium.desktop (from rev 243183, chromium/trunk/chromium.desktop) chromium/repos/extra-x86_64/chromium.install (from rev 243183, chromium/trunk/chromium.install) Deleted: chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch chromium/repos/extra-i686/PKGBUILD chromium/repos/extra-i686/chromium-widevine.patch chromium/repos/extra-i686/chromium.desktop chromium/repos/extra-i686/chromium.install chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch chromium/repos/extra-x86_64/PKGBUILD chromium/repos/extra-x86_64/chromium-widevine.patch chromium/repos/extra-x86_64/chromium.desktop chromium/repos/extra-x86_64/chromium.install --+ /0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch | 66 + /0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 64 + /PKGBUILD| 420 ++ /chromium-widevine.patch | 24 /chromium.desktop| 224 + /chromium.install| 54 + extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch| 33 extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 32 extra-i686/PKGBUILD | 210 - extra-i686/chromium-widevine.patch | 12 extra-i686/chromium.desktop | 112 -- extra-i686/chromium.install | 27 extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch | 33 extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 32 extra-x86_64/PKGBUILD| 210 - extra-x86_64/chromium-widevine.patch | 12 extra-x86_64/chromium.desktop| 112 -- extra-x86_64/chromium.install| 27 18 files changed, 852 insertions(+), 852 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 243183:243184 to see the changes.
[arch-commits] Commit in chromium/trunk (PKGBUILD)
Date: Wednesday, August 12, 2015 @ 00:59:34 Author: foutrelis Revision: 243183 upgpkg: chromium 44.0.2403.155-1 New upstream release. Modified: chromium/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 22:21:51 UTC (rev 243182) +++ PKGBUILD2015-08-11 22:59:34 UTC (rev 243183) @@ -5,7 +5,7 @@ # Contributor: Daniel J Griffiths pkgname=chromium -pkgver=44.0.2403.130 +pkgver=44.0.2403.155 pkgrel=1 _launcher_ver=2 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser" @@ -30,7 +30,7 @@ 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch chromium-widevine.patch) -sha256sums=('37779b2f4844e1a6ac75d69897031955541ad97f3dd1d4ad641c371c1d63b414' +sha256sums=('eba271c210a020dd61b72c940abeecdafc562a1d15fb45615dda72bcb6219f3c' '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f' '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9' '46daf921ed7eaab175f5a86b09357c69c33a10ffe1d4e7c24476af510c1b28d0'
[arch-commits] Commit in qemu/repos (32 files)
Date: Wednesday, August 12, 2015 @ 00:21:51 Author: seblu Revision: 243182 db-move: moved qemu from [testing] to [extra] (i686, x86_64) Added: qemu/repos/extra-i686/65-kvm.rules (from rev 243181, qemu/repos/testing-i686/65-kvm.rules) qemu/repos/extra-i686/CVE-2015-3214.patch (from rev 243181, qemu/repos/testing-i686/CVE-2015-3214.patch) qemu/repos/extra-i686/CVE-2015-3456.patch (from rev 243181, qemu/repos/testing-i686/CVE-2015-3456.patch) qemu/repos/extra-i686/CVE-2015-5154.patch (from rev 243181, qemu/repos/testing-i686/CVE-2015-5154.patch) qemu/repos/extra-i686/CVE-2015-5158.patch (from rev 243181, qemu/repos/testing-i686/CVE-2015-5158.patch) qemu/repos/extra-i686/PKGBUILD (from rev 243181, qemu/repos/testing-i686/PKGBUILD) qemu/repos/extra-i686/qemu.install (from rev 243181, qemu/repos/testing-i686/qemu.install) qemu/repos/extra-i686/qemu.sysusers (from rev 243181, qemu/repos/testing-i686/qemu.sysusers) qemu/repos/extra-x86_64/65-kvm.rules (from rev 243181, qemu/repos/testing-x86_64/65-kvm.rules) qemu/repos/extra-x86_64/CVE-2015-3214.patch (from rev 243181, qemu/repos/testing-x86_64/CVE-2015-3214.patch) qemu/repos/extra-x86_64/CVE-2015-3456.patch (from rev 243181, qemu/repos/testing-x86_64/CVE-2015-3456.patch) qemu/repos/extra-x86_64/CVE-2015-5154.patch (from rev 243181, qemu/repos/testing-x86_64/CVE-2015-5154.patch) qemu/repos/extra-x86_64/CVE-2015-5158.patch (from rev 243181, qemu/repos/testing-x86_64/CVE-2015-5158.patch) qemu/repos/extra-x86_64/PKGBUILD (from rev 243181, qemu/repos/testing-x86_64/PKGBUILD) qemu/repos/extra-x86_64/qemu.install (from rev 243181, qemu/repos/testing-x86_64/qemu.install) qemu/repos/extra-x86_64/qemu.sysusers (from rev 243181, qemu/repos/testing-x86_64/qemu.sysusers) Deleted: qemu/repos/extra-i686/65-kvm.rules qemu/repos/extra-i686/CVE-2015-3214.patch qemu/repos/extra-i686/CVE-2015-3456.patch qemu/repos/extra-i686/CVE-2015-5154.patch qemu/repos/extra-i686/CVE-2015-5158.patch qemu/repos/extra-i686/PKGBUILD qemu/repos/extra-i686/qemu.install qemu/repos/extra-x86_64/65-kvm.rules qemu/repos/extra-x86_64/CVE-2015-3214.patch qemu/repos/extra-x86_64/CVE-2015-3456.patch qemu/repos/extra-x86_64/CVE-2015-5154.patch qemu/repos/extra-x86_64/CVE-2015-5158.patch qemu/repos/extra-x86_64/PKGBUILD qemu/repos/extra-x86_64/qemu.install qemu/repos/testing-i686/ qemu/repos/testing-x86_64/ --+ /65-kvm.rules|4 /CVE-2015-3214.patch | 80 /CVE-2015-3456.patch | 168 + /CVE-2015-5154.patch | 350 + /CVE-2015-5158.patch | 92 + /PKGBUILD| 314 + /qemu.install| 48 + extra-i686/65-kvm.rules |2 extra-i686/CVE-2015-3214.patch | 40 extra-i686/CVE-2015-3456.patch | 84 extra-i686/CVE-2015-5154.patch | 175 -- extra-i686/CVE-2015-5158.patch | 46 extra-i686/PKGBUILD | 117 extra-i686/qemu.install | 19 -- extra-i686/qemu.sysusers |1 extra-x86_64/65-kvm.rules|2 extra-x86_64/CVE-2015-3214.patch | 40 extra-x86_64/CVE-2015-3456.patch | 84 extra-x86_64/CVE-2015-5154.patch | 175 -- extra-x86_64/CVE-2015-5158.patch | 46 extra-x86_64/PKGBUILD| 117 extra-x86_64/qemu.install| 19 -- extra-x86_64/qemu.sysusers |1 23 files changed, 1058 insertions(+), 966 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 243181:243182 to see the changes.
[arch-commits] Commit in ocaml/repos/extra-i686 (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 23:52:53 Author: juergen Revision: 243181 archrelease: copy trunk to extra-i686 Added: ocaml/repos/extra-i686/PKGBUILD (from rev 243180, ocaml/trunk/PKGBUILD) Deleted: ocaml/repos/extra-i686/PKGBUILD --+ PKGBUILD | 114 ++--- 1 file changed, 57 insertions(+), 57 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 21:25:08 UTC (rev 243180) +++ PKGBUILD2015-08-11 21:52:53 UTC (rev 243181) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski - -pkgbase='ocaml' -pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.02.1 -pkgrel=1 -pkgdesc="A functional language with OO extensions" -arch=('i686' 'x86_64') -license=('LGPL2.1' 'custom: QPL-1.0') -url="http://caml.inria.fr/"; -depends=('gdbm') -makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') -optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') -source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz) -options=('!makeflags' '!emptydirs' 'staticlibs') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure -prefix /usr -x11include /usr/include - make world.opt -} - -package_ocaml() { - cd "${srcdir}/${pkgbase}-${pkgver}" - make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install - - # Save >10MB with this one, makepkg only strips debug symbols. - #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; - - # install license - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" -} - -package_ocaml-compiler-libs() { -pkgdesc="Several modules used internally by the OCaml compiler" -license=('custom: QPL-1.0') -depends=('ocaml') -optdepends=() - - cd "${srcdir}/${pkgbase}-${pkgver}" - - # Install compiler libraries - local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs" - mkdir -p "$compiler_libs"/{parsing,typing,utils} - cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing - cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing - cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils - # duplicated by installation - rm -f "$compiler_libs"/typing/outcometree.{cmi,mli} - - # install license - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" -} -md5sums=('3c35318eefd201f96797c093c920b343') Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 243180, ocaml/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 21:52:53 UTC (rev 243181) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Tobias Powalowski + +pkgbase='ocaml' +pkgname=('ocaml' 'ocaml-compiler-libs') +pkgver=4.02.3 +pkgrel=1 +pkgdesc="A functional language with OO extensions" +arch=('i686' 'x86_64') +license=('LGPL2.1' 'custom: QPL-1.0') +url="http://caml.inria.fr/"; +depends=('gdbm') +makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') +optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') +source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz) +md5sums=('ef1a324608c97031cbd92a442d685ab7') +options=('!makeflags' '!emptydirs' 'staticlibs') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure -prefix /usr -x11include /usr/include + make world.opt +} + +package_ocaml() { + cd "${srcdir}/${pkgbase}-${pkgver}" + make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install + + # Save >10MB with this one, makepkg only strips debug symbols. + #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; + + # install license + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" +} + +package_ocaml-compiler-libs() { +pkgdesc="Several modules used internally by the OCaml compiler" +license=('custom: QPL-1.0') +depends=('ocaml') +optdepends=() + + cd "${srcdir}/${pkgbase}-${pkgver}" + + # Install compiler libraries + local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs" + mkdir -p "$compiler_libs"/{parsing,typing,utils} + cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing + cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing + cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils + # duplicated by installation + rm -f "$compiler_libs"/typing/outcometree.{cmi,mli} + + # install license + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" +}
[arch-commits] Commit in android-udev/repos (3 files)
Date: Tuesday, August 11, 2015 @ 23:51:38 Author: anatolik Revision: 138255 archrelease: copy trunk to community-testing-any Added: android-udev/repos/community-testing-any/ android-udev/repos/community-testing-any/PKGBUILD (from rev 138254, android-udev/trunk/PKGBUILD) android-udev/repos/community-testing-any/android-udev.install (from rev 138254, android-udev/trunk/android-udev.install) --+ PKGBUILD | 28 android-udev.install |4 2 files changed, 32 insertions(+) Copied: android-udev/repos/community-testing-any/PKGBUILD (from rev 138254, android-udev/trunk/PKGBUILD) === --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2015-08-11 21:51:38 UTC (rev 138255) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: M0Rf30 +# Contributor: marlock + +pkgname=android-udev +pkgver=r146 +pkgrel=1 +pkgdesc='Udev rules to connect Android devices to your linux box' +arch=(any) +url='https://github.com/M0Rf30/android-udev-rules' +license=(GPL3) +depends=(udev libmtp) +makedepends=(git) +install='android-udev.install' + +# instead of using HEAD version let's depend on some known revision +_git_revision=87d7b295ee5f9f8f3365532efcff11aa93a81743 +source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision) +md5sums=('SKIP') + +pkgver() { + cd android-udev-rules + printf "r%s" "$(git rev-list --count HEAD)" +} + +package() { + install -Dm 644 android-udev-rules/51-android.rules "$pkgdir"/usr/lib/udev/rules.d/51-android.rules +} Copied: android-udev/repos/community-testing-any/android-udev.install (from rev 138254, android-udev/trunk/android-udev.install) === --- community-testing-any/android-udev.install (rev 0) +++ community-testing-any/android-udev.install 2015-08-11 21:51:38 UTC (rev 138255) @@ -0,0 +1,4 @@ +post_install() { + getent group adbusers >/dev/null || groupadd -r adbusers + true +}
[arch-commits] Commit in android-udev/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 23:51:20 Author: anatolik Revision: 138254 upgpkg: android-udev r146-1 Modified: android-udev/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 21:50:57 UTC (rev 138253) +++ PKGBUILD2015-08-11 21:51:20 UTC (rev 138254) @@ -3,7 +3,7 @@ # Contributor: marlock pkgname=android-udev -pkgver=r142 +pkgver=r146 pkgrel=1 pkgdesc='Udev rules to connect Android devices to your linux box' arch=(any) @@ -14,7 +14,7 @@ install='android-udev.install' # instead of using HEAD version let's depend on some known revision -_git_revision=2cc51a456ccfbca338c4e6b76211645aaac631e9 +_git_revision=87d7b295ee5f9f8f3365532efcff11aa93a81743 source=(git+https://github.com/M0Rf30/android-udev-rules.git#commit=$_git_revision) md5sums=('SKIP')
[arch-commits] Commit in rethinkdb/repos (10 files)
Date: Tuesday, August 11, 2015 @ 23:50:57 Author: anatolik Revision: 138253 archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: rethinkdb/repos/community-testing-i686/ rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 138252, rethinkdb/trunk/PKGBUILD) rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 138252, rethinkdb/trunk/rethinkdb-tmpfile.conf) rethinkdb/repos/community-testing-i686/rethinkdb.install (from rev 138252, rethinkdb/trunk/rethinkdb.install) rethinkdb/repos/community-testing-i686/rethinkdb.service (from rev 138252, rethinkdb/trunk/rethinkdb.service) rethinkdb/repos/community-testing-x86_64/ rethinkdb/repos/community-testing-x86_64/PKGBUILD (from rev 138252, rethinkdb/trunk/PKGBUILD) rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf (from rev 138252, rethinkdb/trunk/rethinkdb-tmpfile.conf) rethinkdb/repos/community-testing-x86_64/rethinkdb.install (from rev 138252, rethinkdb/trunk/rethinkdb.install) rethinkdb/repos/community-testing-x86_64/rethinkdb.service (from rev 138252, rethinkdb/trunk/rethinkdb.service) -+ community-testing-i686/PKGBUILD | 70 ++ community-testing-i686/rethinkdb-tmpfile.conf |1 community-testing-i686/rethinkdb.install| 22 ++ community-testing-i686/rethinkdb.service| 12 +++ community-testing-x86_64/PKGBUILD | 70 ++ community-testing-x86_64/rethinkdb-tmpfile.conf |1 community-testing-x86_64/rethinkdb.install | 22 ++ community-testing-x86_64/rethinkdb.service | 12 +++ 8 files changed, 210 insertions(+) Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 138252, rethinkdb/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-08-11 21:50:57 UTC (rev 138253) @@ -0,0 +1,70 @@ +# $Id$ +# Maintainer: Anatol Pomozov +# Contributor: Massimiliano Torromeo +# Contributor: Sigmund Lahn + +pkgname=rethinkdb +pkgver=2.1.0 +_tag=rethinkdb-$pkgver-1 +pkgrel=1 +pkgdesc='Distributed powerful and scalable NoSQL database' +arch=(i686 x86_64) +url='http://www.rethinkdb.com/' +license=(AGPL) +depends=(protobuf ncurses curl icu) +makedepends=(boost python2 wget) +backup=(etc/rethinkdb/instances.d/default.conf) +install=rethinkdb.install +options=(!emptydirs) +source=( + http://download.rethinkdb.com/dist/$_tag.tgz + rethinkdb-tmpfile.conf + rethinkdb.service +) +sha256sums=('5d27461c5107404a706faba1c7b259c41608113809cfa48c2b81ea25a6592b44' +'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4' +'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2') + +prepare() { + cd $_tag + + sed \ +-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \ +-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ +-i scripts/*.py external/v8_*/tools/*.py + sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp + sed -e 's|\bpython\b|python2|g' -i external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp} +} + +build() { + cd $_tag + export PYTHON=/usr/bin/python2 + ./configure --fetch v8 --fetch jemalloc --dynamic all --enable-precompiled-web --prefix=/usr --sysconfdir=/etc + make ALLOW_WARNINGS=1 +} + +check() { + cd $_tag + + # these tests are flaky and extremely slow + # make build/release/rethinkdb-unittest + # ./build/release/rethinkdb-unittest --gtest_filter=-RDBBtree.*:RDBInterrupt.* + # some tests might be flaky on btrfs filesystem +} + +package() { + cd $_tag + make DESTDIR="$pkgdir" install + + install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf "$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf + install -Dm644 "$srcdir"/rethinkdb.service "$pkgdir"/usr/lib/systemd/system/rethinkdb@.service + + # create 'default' database instance + mv "$pkgdir"/etc/rethinkdb/default.conf.sample "$pkgdir"/etc/rethinkdb/instances.d/default.conf + sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \ + -e 's|# pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|' \ + -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf + + # Arch uses systemd, no need for init.d scripts + rm -r "$pkgdir"/etc/init.d +} Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 138252, rethinkdb/trunk/rethinkdb-tmpfile.conf) === --- community-testing-i686/rethinkdb-tmpfile.conf (rev 0) +++ community-testing-i686/rethinkdb-tmpfile.conf 2015-08-11 21:50:57 UTC (rev 138253) @@ -0,0 +1 @@ +d /run/rethinkdb 0755 rethinkdb rethinkdb - \ No newline at end of file Copied: rethinkdb/repos/community-testing-i686/
[arch-commits] Commit in rethinkdb/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 23:50:07 Author: anatolik Revision: 138252 upgpkg: rethinkdb 2.1.0-1 Modified: rethinkdb/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 17:34:19 UTC (rev 138251) +++ PKGBUILD2015-08-11 21:50:07 UTC (rev 138252) @@ -4,8 +4,8 @@ # Contributor: Sigmund Lahn pkgname=rethinkdb -pkgver=2.0.4 -_tag=rethinkdb-$pkgver +pkgver=2.1.0 +_tag=rethinkdb-$pkgver-1 pkgrel=1 pkgdesc='Distributed powerful and scalable NoSQL database' arch=(i686 x86_64) @@ -21,7 +21,7 @@ rethinkdb-tmpfile.conf rethinkdb.service ) -sha256sums=('f11094093ea0dbe658b4dd3d8837f9c451713bb5d46c717f060a2947898a10a7' +sha256sums=('5d27461c5107404a706faba1c7b259c41608113809cfa48c2b81ea25a6592b44' '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4' 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
[arch-commits] Commit in ocaml/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 23:25:08 Author: juergen Revision: 243180 archrelease: copy trunk to extra-x86_64 Added: ocaml/repos/extra-x86_64/PKGBUILD (from rev 243179, ocaml/trunk/PKGBUILD) Deleted: ocaml/repos/extra-x86_64/PKGBUILD --+ PKGBUILD | 114 ++--- 1 file changed, 57 insertions(+), 57 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 21:23:08 UTC (rev 243179) +++ PKGBUILD2015-08-11 21:25:08 UTC (rev 243180) @@ -1,57 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski - -pkgbase='ocaml' -pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.02.1 -pkgrel=1 -pkgdesc="A functional language with OO extensions" -arch=('i686' 'x86_64') -license=('LGPL2.1' 'custom: QPL-1.0') -url="http://caml.inria.fr/"; -depends=('gdbm') -makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') -optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') -source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz) -options=('!makeflags' '!emptydirs' 'staticlibs') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure -prefix /usr -x11include /usr/include - make world.opt -} - -package_ocaml() { - cd "${srcdir}/${pkgbase}-${pkgver}" - make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install - - # Save >10MB with this one, makepkg only strips debug symbols. - #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; - - # install license - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" -} - -package_ocaml-compiler-libs() { -pkgdesc="Several modules used internally by the OCaml compiler" -license=('custom: QPL-1.0') -depends=('ocaml') -optdepends=() - - cd "${srcdir}/${pkgbase}-${pkgver}" - - # Install compiler libraries - local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs" - mkdir -p "$compiler_libs"/{parsing,typing,utils} - cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing - cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing - cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils - # duplicated by installation - rm -f "$compiler_libs"/typing/outcometree.{cmi,mli} - - # install license - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" -} -md5sums=('3c35318eefd201f96797c093c920b343') Copied: ocaml/repos/extra-x86_64/PKGBUILD (from rev 243179, ocaml/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 21:25:08 UTC (rev 243180) @@ -0,0 +1,57 @@ +# $Id$ +# Maintainer: Tobias Powalowski + +pkgbase='ocaml' +pkgname=('ocaml' 'ocaml-compiler-libs') +pkgver=4.02.3 +pkgrel=1 +pkgdesc="A functional language with OO extensions" +arch=('i686' 'x86_64') +license=('LGPL2.1' 'custom: QPL-1.0') +url="http://caml.inria.fr/"; +depends=('gdbm') +makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') +optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') +source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz) +md5sums=('ef1a324608c97031cbd92a442d685ab7') +options=('!makeflags' '!emptydirs' 'staticlibs') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure -prefix /usr -x11include /usr/include + make world.opt +} + +package_ocaml() { + cd "${srcdir}/${pkgbase}-${pkgver}" + make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install + + # Save >10MB with this one, makepkg only strips debug symbols. + #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; + + # install license + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" +} + +package_ocaml-compiler-libs() { +pkgdesc="Several modules used internally by the OCaml compiler" +license=('custom: QPL-1.0') +depends=('ocaml') +optdepends=() + + cd "${srcdir}/${pkgbase}-${pkgver}" + + # Install compiler libraries + local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs" + mkdir -p "$compiler_libs"/{parsing,typing,utils} + cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing + cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing + cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils + # duplicated by installation + rm -f "$compiler_libs"/typing/outcometree.{cmi,mli} + + # install license + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" +}
[arch-commits] Commit in ocaml/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 23:23:08 Author: juergen Revision: 243179 update to 4.02.3-1 Modified: ocaml/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 19:37:59 UTC (rev 243178) +++ PKGBUILD2015-08-11 21:23:08 UTC (rev 243179) @@ -3,7 +3,7 @@ pkgbase='ocaml' pkgname=('ocaml' 'ocaml-compiler-libs') -pkgver=4.02.1 +pkgver=4.02.3 pkgrel=1 pkgdesc="A functional language with OO extensions" arch=('i686' 'x86_64') @@ -13,6 +13,7 @@ makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11') optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features') source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz) +md5sums=('ef1a324608c97031cbd92a442d685ab7') options=('!makeflags' '!emptydirs' 'staticlibs') build() { @@ -24,7 +25,7 @@ package_ocaml() { cd "${srcdir}/${pkgbase}-${pkgver}" make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install - + # Save >10MB with this one, makepkg only strips debug symbols. #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip --strip-unneeded {} \; @@ -54,4 +55,3 @@ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/" } -md5sums=('3c35318eefd201f96797c093c920b343')
[arch-commits] Commit in vala/repos (4 files)
Date: Tuesday, August 11, 2015 @ 21:37:59 Author: heftig Revision: 243178 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vala/repos/extra-i686/PKGBUILD (from rev 243177, vala/trunk/PKGBUILD) vala/repos/extra-x86_64/PKGBUILD (from rev 243177, vala/trunk/PKGBUILD) Deleted: vala/repos/extra-i686/PKGBUILD vala/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 64 extra-i686/PKGBUILD | 32 extra-x86_64/PKGBUILD | 32 3 files changed, 64 insertions(+), 64 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-08-11 19:36:57 UTC (rev 243177) +++ extra-i686/PKGBUILD 2015-08-11 19:37:59 UTC (rev 243178) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Timm Preetz - -pkgname=vala -pkgver=0.28.0 -pkgrel=1 -pkgdesc="Compiler for the GObject type system" -arch=('i686' 'x86_64') -url="http://live.gnome.org/Vala"; -license=('LGPL') -depends=('glib2') -makedepends=('libxslt') -checkdepends=('dbus' 'libx11' 'gobject-introspection') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d9e3bd3f82145664875f7c29b2f544ba92d2814f75412948f774c0727fc977f') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr --enable-vapigen -make -} - -check() { -cd $pkgname-$pkgver -make check -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: vala/repos/extra-i686/PKGBUILD (from rev 243177, vala/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-08-11 19:37:59 UTC (rev 243178) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Timm Preetz + +pkgname=vala +pkgver=0.28.1 +pkgrel=1 +pkgdesc="Compiler for the GObject type system" +arch=('i686' 'x86_64') +url="http://live.gnome.org/Vala"; +license=('LGPL') +depends=('glib2') +makedepends=('libxslt') +checkdepends=('dbus' 'libx11' 'gobject-introspection') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('1c0eaea6134b75af17221cb699f13d7236d607bb48192565c3d865c38f184f47') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr --enable-vapigen +make +} + +check() { +cd $pkgname-$pkgver +make check +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-08-11 19:36:57 UTC (rev 243177) +++ extra-x86_64/PKGBUILD 2015-08-11 19:37:59 UTC (rev 243178) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Timm Preetz - -pkgname=vala -pkgver=0.28.0 -pkgrel=1 -pkgdesc="Compiler for the GObject type system" -arch=('i686' 'x86_64') -url="http://live.gnome.org/Vala"; -license=('LGPL') -depends=('glib2') -makedepends=('libxslt') -checkdepends=('dbus' 'libx11' 'gobject-introspection') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d9e3bd3f82145664875f7c29b2f544ba92d2814f75412948f774c0727fc977f') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr --enable-vapigen -make -} - -check() { -cd $pkgname-$pkgver -make check -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 243177, vala/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-08-11 19:37:59 UTC (rev 243178) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Timm Preetz + +pkgname=vala +pkgver=0.28.1 +pkgrel=1 +pkgdesc="Compiler for the GObject type system" +arch=('i686' 'x86_64') +url="http://live.gnome.org/Vala"; +license=('LGPL') +depends=('glib2') +makedepends=('libxslt') +checkdepends=('dbus' 'libx11' 'gobject-introspection') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('1c0eaea6134b75af17221cb699f13d7236d607bb48192565c3d865c38f184f47') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr --enable-vapigen +make +} + +check() { +cd $pkgname-$pkgver +make check +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in vala/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 21:36:57 Author: heftig Revision: 243177 0.28.1 Modified: vala/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 18:54:14 UTC (rev 243176) +++ PKGBUILD2015-08-11 19:36:57 UTC (rev 243177) @@ -3,7 +3,7 @@ # Contributor: Timm Preetz pkgname=vala -pkgver=0.28.0 +pkgver=0.28.1 pkgrel=1 pkgdesc="Compiler for the GObject type system" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('libxslt') checkdepends=('dbus' 'libx11' 'gobject-introspection') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('0d9e3bd3f82145664875f7c29b2f544ba92d2814f75412948f774c0727fc977f') +sha256sums=('1c0eaea6134b75af17221cb699f13d7236d607bb48192565c3d865c38f184f47') build() { cd $pkgname-$pkgver
[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 20:54:14 Author: pierre Revision: 243176 archrelease: copy trunk to extra-any Added: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 243175, grml-zsh-config/trunk/PKGBUILD) Deleted: grml-zsh-config/repos/extra-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 18:54:03 UTC (rev 243175) +++ PKGBUILD2015-08-11 18:54:14 UTC (rev 243176) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=grml-zsh-config -pkgver=0.12.2 -pkgrel=1 -pkgdesc="grml's zsh setup" -arch=('any') -url='http://grml.org/zsh/' -license=('GPL2') -provides=('grmlzshrc') -depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps') -makedepends=('txt2tags') -source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";) -sha256sums=('0ffe06eac385fca3ec70c0cb2f19c2886bc6d87e77b8959def48bb8b87bf3492') - -build() { - cd ${srcdir}/grml-etc-core-${pkgver}/doc - make -} - -package() { - cd ${srcdir}/grml-etc-core-${pkgver} - install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc - install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack - install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc - - install -D -m644 doc/grmlzshrc.5 ${pkgdir}/usr/share/man/man5/grmlzshrc.5 - ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz -} Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 243175, grml-zsh-config/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 18:54:14 UTC (rev 243176) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=grml-zsh-config +pkgver=0.12.3 +pkgrel=1 +pkgdesc="grml's zsh setup" +arch=('any') +url='http://grml.org/zsh/' +license=('GPL2') +provides=('grmlzshrc') +depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps') +makedepends=('txt2tags') +source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";) +sha256sums=('4675cc8b3797798f990c47ae98a96657928b3113efc2c1bf8a95d054b7202498') + +build() { + cd ${srcdir}/grml-etc-core-${pkgver}/doc + make +} + +package() { + cd ${srcdir}/grml-etc-core-${pkgver} + install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc + install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack + install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc + + install -D -m644 doc/grmlzshrc.5 ${pkgdir}/usr/share/man/man5/grmlzshrc.5 + ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz +}
[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 20:54:03 Author: pierre Revision: 243175 upgpkg: grml-zsh-config 0.12.3-1 Modified: grml-zsh-config/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 18:11:58 UTC (rev 243174) +++ PKGBUILD2015-08-11 18:54:03 UTC (rev 243175) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz pkgname=grml-zsh-config -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=1 pkgdesc="grml's zsh setup" arch=('any') @@ -12,7 +12,7 @@ depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps') makedepends=('txt2tags') source=("http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz";) -sha256sums=('0ffe06eac385fca3ec70c0cb2f19c2886bc6d87e77b8959def48bb8b87bf3492') +sha256sums=('4675cc8b3797798f990c47ae98a96657928b3113efc2c1bf8a95d054b7202498') build() { cd ${srcdir}/grml-etc-core-${pkgver}/doc
[arch-commits] Commit in sqlite/repos (6 files)
Date: Tuesday, August 11, 2015 @ 20:11:58 Author: andyrtr Revision: 243174 archrelease: copy trunk to testing-i686, testing-x86_64 Added: sqlite/repos/testing-i686/ sqlite/repos/testing-i686/PKGBUILD (from rev 243173, sqlite/trunk/PKGBUILD) sqlite/repos/testing-i686/license.txt (from rev 243173, sqlite/trunk/license.txt) sqlite/repos/testing-x86_64/ sqlite/repos/testing-x86_64/PKGBUILD (from rev 243173, sqlite/trunk/PKGBUILD) sqlite/repos/testing-x86_64/license.txt (from rev 243173, sqlite/trunk/license.txt) + testing-i686/PKGBUILD | 101 +++ testing-i686/license.txt | 33 ++ testing-x86_64/PKGBUILD| 101 +++ testing-x86_64/license.txt | 33 ++ 4 files changed, 268 insertions(+) Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 243173, sqlite/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-11 18:11:58 UTC (rev 243174) @@ -0,0 +1,101 @@ +# $Id$ +# Maintainer: Andreas Radke +# Contributor: Tom Newsom + +pkgbase="sqlite" +pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') +_srcver=3081101 +_docver=${_srcver} +#_docver=3080001 +pkgver=3.8.11.1 +pkgrel=2 +pkgdesc="A C library that implements an SQL database engine" +arch=('i686' 'x86_64') +license=('custom:Public Domain') +url="http://www.sqlite.org/"; +makedepends=('tcl' 'readline') +source=(http://www.sqlite.org/2015/sqlite-src-${_srcver}.zip +http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip +license.txt) +options=('!emptydirs' '!makeflags') +sha1sums=('120257f723649f7c84db8003972d599cb8d301a4' + '9ea6ec64c4959e8099ebe76a24b32784ee00e19d' + 'f34f6daa4ab3073d74e774aad21d66878cf26853') + +prepare() { + cd "$srcdir"/sqlite-src-$_srcver + autoreconf -vfi +} + +build() { + export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \ + -DSQLITE_ENABLE_COLUMN_METADATA=1 \ + -DSQLITE_ENABLE_UNLOCK_NOTIFY \ + -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ + -DSQLITE_SECURE_DELETE" + + # build sqlite + cd "$srcdir"/sqlite-src-$_srcver + ./configure --prefix=/usr \ + --disable-static \ + TCLLIBDIR=/usr/lib/sqlite$pkgver + make + # build additional tools + make showdb showjournal showstat4 showwal sqldiff +} + +package_sqlite() { + + pkgdesc="A C library that implements an SQL database engine" + depends=('readline') + provides=("sqlite3=$pkgver") + replaces=("sqlite3") + + cd ${srcdir}/sqlite-src-$_srcver + make DESTDIR=${pkgdir} install + + install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/ + + # install manpage + install -m755 -d ${pkgdir}/usr/share/man/man1 + install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/ + + # license - no linking required because pkgbase=pkgname + install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgbase}/license.txt + + # split out tcl extension + mkdir $srcdir/tcl + mv $pkgdir/usr/lib/sqlite* $srcdir/tcl +} + +package_sqlite-tcl() { + + pkgdesc="sqlite Tcl Extension Architecture (TEA)" + depends=('sqlite') + provides=("sqlite3-tcl=$pkgver") + replaces=("sqlite3-tcl") + + install -m755 -d ${pkgdir}/usr/lib + mv $srcdir/tcl/* ${pkgdir}/usr/lib + + # install manpage + install -m755 -d ${pkgdir}/usr/share/man/mann + install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n ${pkgdir}/usr/share/man/mann/ + + # link license + install -m755 -d ${pkgdir}/usr/share/licenses + ln -sf /usr/share/licenses/${pkgbase} "${pkgdir}/usr/share/licenses/${pkgname}" +} + +package_sqlite-doc() { + + pkgdesc="most of the static HTML files that comprise this website, including all of the SQL Syntax and the C/C++ interface specs and other miscellaneous documentation" + #arch=('any') - not yet supported + provides=("sqlite3-doc=$pkgver") + replaces=("sqlite3-doc") + + #cd ${srcdir}/sqlite-doc-${_amalgamationver} + cd ${srcdir}/sqlite-doc-${_docver} + mkdir -p ${pkgdir}/usr/share/doc/${pkgbase} + cp -R * ${pkgdir}/usr/share/doc/${pkgbase}/ +} Copied: sqlite/repos/testing-i686/license.txt (from rev 243173, sqlite/trunk/license.txt) === --- testing-i686/license.txt(rev 0) +++ testing-i686/license.txt2015-08-11 18:11:58 UTC (rev 243174) @@ -0,0 +1,33 @@ +SQLite Copyright +SQLite is in the +Public Domain + + +All of the deliverable code in SQLite has been dedicated to the public domain by the authors. All code authors, and representatives of the companies they work for, have signed affidavits dedicating their contributions to the public domain and originals of those signed affidavits are stored in a firesafe at the main
[arch-commits] Commit in sqlite/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 20:11:43 Author: andyrtr Revision: 243173 upgpkg: sqlite 3.8.11.1-2 switch from amalgamation source to full source to allow build additional tools; FS#45947 Modified: sqlite/trunk/PKGBUILD --+ PKGBUILD | 69 ++--- 1 file changed, 35 insertions(+), 34 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 17:35:30 UTC (rev 243172) +++ PKGBUILD2015-08-11 18:11:43 UTC (rev 243173) @@ -4,25 +4,29 @@ pkgbase="sqlite" pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') -_amalgamationver=3081101 -_docver=${_amalgamationver} +_srcver=3081101 +_docver=${_srcver} #_docver=3080001 pkgver=3.8.11.1 -pkgrel=1 +pkgrel=2 pkgdesc="A C library that implements an SQL database engine" arch=('i686' 'x86_64') license=('custom:Public Domain') url="http://www.sqlite.org/"; makedepends=('tcl' 'readline') -source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with a configure script and makefile for building it; includes now also the Tcl Extension Architecture (TEA) - http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz - http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip - license.txt) +source=(http://www.sqlite.org/2015/sqlite-src-${_srcver}.zip +http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip +license.txt) options=('!emptydirs' '!makeflags') -sha1sums=('d0e22d7e361b6f50830a3cdeafe35311443f8f9a' +sha1sums=('120257f723649f7c84db8003972d599cb8d301a4' '9ea6ec64c4959e8099ebe76a24b32784ee00e19d' 'f34f6daa4ab3073d74e774aad21d66878cf26853') +prepare() { + cd "$srcdir"/sqlite-src-$_srcver + autoreconf -vfi +} + build() { export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \ -DSQLITE_ENABLE_COLUMN_METADATA=1 \ @@ -31,18 +35,13 @@ -DSQLITE_SECURE_DELETE" # build sqlite - cd "$srcdir"/sqlite-autoconf-$_amalgamationver - + cd "$srcdir"/sqlite-src-$_srcver ./configure --prefix=/usr \ - --disable-static + --disable-static \ + TCLLIBDIR=/usr/lib/sqlite$pkgver make - - # build the tcl extension - cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea - ./configure --prefix=/usr \ - --with-system-sqlite - make - + # build additional tools + make showdb showjournal showstat4 showwal sqldiff } package_sqlite() { @@ -52,11 +51,21 @@ provides=("sqlite3=$pkgver") replaces=("sqlite3") - cd ${srcdir}/sqlite-autoconf-$_amalgamationver + cd ${srcdir}/sqlite-src-$_srcver make DESTDIR=${pkgdir} install + install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/ + + # install manpage + install -m755 -d ${pkgdir}/usr/share/man/man1 + install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/ + # license - no linking required because pkgbase=pkgname install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgbase}/license.txt + + # split out tcl extension + mkdir $srcdir/tcl + mv $pkgdir/usr/lib/sqlite* $srcdir/tcl } package_sqlite-tcl() { @@ -65,10 +74,14 @@ depends=('sqlite') provides=("sqlite3-tcl=$pkgver") replaces=("sqlite3-tcl") - - cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea - make DESTDIR=${pkgdir} install + + install -m755 -d ${pkgdir}/usr/lib + mv $srcdir/tcl/* ${pkgdir}/usr/lib + # install manpage + install -m755 -d ${pkgdir}/usr/share/man/mann + install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n ${pkgdir}/usr/share/man/mann/ + # link license install -m755 -d ${pkgdir}/usr/share/licenses ln -sf /usr/share/licenses/${pkgbase} "${pkgdir}/usr/share/licenses/${pkgname}" @@ -85,16 +98,4 @@ cd ${srcdir}/sqlite-doc-${_docver} mkdir -p ${pkgdir}/usr/share/doc/${pkgbase} cp -R * ${pkgdir}/usr/share/doc/${pkgbase}/ - - # fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605 - find ${pkgdir} -type f -perm 755 -exec ls -lha {} \; - find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \; - - find ${pkgdir} -type f -name '*~' -exec ls -lha {} \; - find ${pkgdir} -type d -name '*~' -exec ls -lha {} \; - find ${pkgdir} -name '*~' -exec rm -f {} \; - - find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # /build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg# - find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \; - find ${pkgdir} -name '.~*' -exec rm -f {} \; }
[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 19:35:30 Author: foutrelis Revision: 243172 archrelease: copy trunk to extra-any Added: firefox-i18n/repos/extra-any/PKGBUILD (from rev 243171, firefox-i18n/trunk/PKGBUILD) Deleted: firefox-i18n/repos/extra-any/PKGBUILD --+ PKGBUILD | 440 ++--- 1 file changed, 220 insertions(+), 220 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 17:35:23 UTC (rev 243171) +++ PKGBUILD2015-08-11 17:35:30 UTC (rev 243172) @@ -1,220 +0,0 @@ -# $Id$ -# Maintainer: Thomas Baechler -# Contributor: Jaroslaw Swierczynski -# Contributor: Michal Hybner -# Contributor: Andrea Scarpino - -pkgbase=firefox-i18n -pkgver=39.0 -pkgrel=1 -pkgdesc="Language pack for Firefox" -arch=('any') -url="http://www.mozilla.com/"; -license=('MPL' 'GPL') -depends=("firefox>=$pkgver") - -_languages=( - 'ach"Acholi"' - 'af "Afrikaans"' - 'an "Aragonese"' - 'ar "Arabic"' - 'as "Assamese"' - 'ast"Asturian"' - 'az "Azerbaijani"' - 'be "Belarusian"' - 'bg "Bulgarian"' - 'bn-BD "Bengali (Bangladesh)"' - 'bn-IN "Bengali (India)"' - 'br "Breton"' - 'bs "Bosnian"' - 'ca "Catalan"' - 'cs "Czech"' - 'cy "Welsh"' - 'da "Danish"' - 'de "German"' - 'dsb"Lower Sorbian"' - 'el "Greek"' - 'en-GB "English (British)"' - 'en-US "English (US)"' - 'en-ZA "English (South African)"' - 'eo "Esperanto"' - 'es-AR "Spanish (Argentina)"' - 'es-CL "Spanish (Chile)"' - 'es-ES "Spanish (Spain)"' - 'es-MX "Spanish (Mexico)"' - 'et "Estonian"' - 'eu "Basque"' - 'fa "Persian"' - 'ff "Fulah"' - 'fi "Finnish"' - 'fr "French"' - 'fy-NL "Frisian"' - 'ga-IE "Irish"' - 'gd "Gaelic (Scotland)"' - 'gl "Galician"' - 'gu-IN "Gujarati (India)"' - 'he "Hebrew"' - 'hi-IN "Hindi (India)"' - 'hr "Croatian"' - 'hsb"Upper Sorbian"' - 'hu "Hungarian"' - 'hy-AM "Armenian"' - 'id "Indonesian"' - 'is "Icelandic"' - 'it "Italian"' - 'ja "Japanese"' - 'kk "Kazakh"' - 'km "Khmer"' - 'kn "Kannada"' - 'ko "Korean"' - 'lij"Ligurian"' - 'lt "Lithuanian"' - 'lv "Latvian"' - 'mai"Maithili"' - 'mk "Macedonian"' - 'ml "Malayalam"' - 'mr "Marathi"' - 'ms "Malay"' - 'nb-NO "Norwegian (Bokmål)"' - 'nl "Dutch"' - 'nn-NO "Norwegian (Nynorsk)"' - 'or "Oriya"' - 'pa-IN "Punjabi (India)"' - 'pl "Polish"' - 'pt-BR "Portuguese (Brazilian)"' - 'pt-PT "Portuguese (Portugal)"' - 'rm "Romansh"' - 'ro "Romanian"' - 'ru "Russian"' - 'si "Sinhala"' - 'sk "Slovak"' - 'sl "Slovenian"' - 'son"Songhai"' - 'sq "Albanian"' - 'sr "Serbian"' - 'sv-SE "Swedish"' - 'ta "Tamil"' - 'te "Telugu"' - 'th "Thai"' - 'tr "Turkish"' - 'uk "Ukrainian"' - 'uz "Uzbek"' - 'vi "Vietnamese"' - 'xh "Xhosa"' - 'zh-CN "Chinese (Simplified)"' - 'zh-TW "Chinese (Traditional)"' -) - -pkgname=() -source=() -_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi - -for _lang in "${_languages[@]}"; do - _locale=${_lang%% *} - _pkgname=firefox-i18n-${_locale,,} - - pkgname+=($_pkgname) - source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi") - eval "package_$_pkgname() { -_package $_lang - }" -done - -# Don't extract anything -noextract=(${source[@]%%::*}) - -_package() { - pkgdesc="$2 language pack for Firefox" - install -Dm644 firefox-i18n-$pkgver-$1.xpi \ - "$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi" -} - -md5sums=('acbcd177e94bd5491d6734e78d319281' - '51559d22a17dbb0c8d4ad441ae7b1369' - '9af0a5c7cdaa081a92e6df8a79c3e829' - '667dc3fa01d62b95f24f647ef47f397b' - '267846d5414fd2856732f27cd86da712' - '38258f53a537a0fd4bbb06bf5c2b364b' - 'eadabc9bb83cc3877265b5202615fea3' - '928f9b0359c2cefd7ac93a81889e0906' - '5a0b81483c2e264ef502e551bad96907' - '8ede916b77187a6a2601dae5bed05fff' - 'db1a1e55af5aa2a27544b448746abc06' - 'be737b8f575fc02b94bbae53e8a0d3fd' - '945230fd5fcd85213512c7340b2e46f6' - 'c7483cc961d56063e73aa91729ee3b01' - 'cc8c886961ea48ff307556b4ca412989' - '5154bd2a65835521a65085a146fcc488' - '030e8eac1e18cf544e8740bc39f6c9c1' - 'b2d77c7b2e6eb3aacc5d6d4ccc04143d' - 'a4ca9a9e543b8141c497b9c3055a52e7' - '61099f4a7841a900ffcb243b06a2649b' - 'db95aae778ac380d8448eead4f3790a4' - '5adb2e3ef2f6db5533c927262cbfbe0f' - '064288e35c61d67537ee381a80ac0a03' - '5fedee0ef8463c4b62cb31afce1fd574' - '76c50bb10b7b391f0a21fae6d644d9f6' - '8e00d82cfbd083e09c1056cfe66ab405' - '83c308200217ab95f7d92acf8b18c03f' -
[arch-commits] Commit in firefox-i18n/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 19:35:23 Author: foutrelis Revision: 243171 upgpkg: firefox-i18n 40.0-1 New upstream release. Modified: firefox-i18n/trunk/PKGBUILD --+ PKGBUILD | 180 ++--- 1 file changed, 90 insertions(+), 90 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 17:35:15 UTC (rev 243170) +++ PKGBUILD2015-08-11 17:35:23 UTC (rev 243171) @@ -5,7 +5,7 @@ # Contributor: Andrea Scarpino pkgbase=firefox-i18n -pkgver=39.0 +pkgver=40.0 pkgrel=1 pkgdesc="Language pack for Firefox" arch=('any') @@ -129,92 +129,92 @@ "$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi" } -md5sums=('acbcd177e94bd5491d6734e78d319281' - '51559d22a17dbb0c8d4ad441ae7b1369' - '9af0a5c7cdaa081a92e6df8a79c3e829' - '667dc3fa01d62b95f24f647ef47f397b' - '267846d5414fd2856732f27cd86da712' - '38258f53a537a0fd4bbb06bf5c2b364b' - 'eadabc9bb83cc3877265b5202615fea3' - '928f9b0359c2cefd7ac93a81889e0906' - '5a0b81483c2e264ef502e551bad96907' - '8ede916b77187a6a2601dae5bed05fff' - 'db1a1e55af5aa2a27544b448746abc06' - 'be737b8f575fc02b94bbae53e8a0d3fd' - '945230fd5fcd85213512c7340b2e46f6' - 'c7483cc961d56063e73aa91729ee3b01' - 'cc8c886961ea48ff307556b4ca412989' - '5154bd2a65835521a65085a146fcc488' - '030e8eac1e18cf544e8740bc39f6c9c1' - 'b2d77c7b2e6eb3aacc5d6d4ccc04143d' - 'a4ca9a9e543b8141c497b9c3055a52e7' - '61099f4a7841a900ffcb243b06a2649b' - 'db95aae778ac380d8448eead4f3790a4' - '5adb2e3ef2f6db5533c927262cbfbe0f' - '064288e35c61d67537ee381a80ac0a03' - '5fedee0ef8463c4b62cb31afce1fd574' - '76c50bb10b7b391f0a21fae6d644d9f6' - '8e00d82cfbd083e09c1056cfe66ab405' - '83c308200217ab95f7d92acf8b18c03f' - '13f7845983f60929cfcb712e357e1821' - 'addd6e0e7c5ccd02af7138044aeedc1b' - '40f248a0fa8fc15c65bbbf3826668785' - 'a9ad1f6522f0c97e193f89faa41622af' - 'd1c0ea8939ca4d2f2ee0a4027f26b5e3' - '0781f37b5541002950e23ca139260b3d' - '2597fd0e6e82150d8aa553fc89c59011' - '6e19caf7bc4d7068371a719760713348' - '7a327b65a81e5d19b8f7f58ee4e99ff4' - '2585df0fba39b4ef0c6c728c1e26f1a4' - 'f465a9390443db1a7aff3433bf2302a9' - '5e3a338ae5cc95bd35b0b51ee8f81ac3' - '5167405bea3be3bfa11dd20ffdae73bd' - '7e25296db99604ae0ed90e9dbea31664' - '82130e9c7371b85eeaf489b77554c523' - '6ed4013bd8e77db038203a492a3fd386' - '0e03d926c48cc86cc489c863b7a96ed3' - '762ae7978dc5c145f69b21b6e1a4e954' - '24501242c485115daab62d7eebcf43db' - '3ce96e5a20aa54f2f8227c06a344ce40' - '7a2d7fdb1b8a521ee2d06a70b0f92fc8' - 'de8e46a96e08a965c11af8e6e807fad5' - 'a826b10b0a2c5fa51fd3445ab53823e7' - '8f06499d0dcc9d60a8cc081d3cf725c2' - 'dcaa5b2f74cb6d6d0ff68cfad514b816' - '558b4ba87a4f37eda9032345289ce38a' - 'd973d35bc248a76a050e881a2c882602' - '715660cef66574e5f6124a6600784427' - 'd1099c42da9ace7c51d5417e66f0fe03' - '206dc34739672321c26ac4e2f07b91e5' - '5f3cdee241f41ad879b5adafee227311' - '6612764c9a416b55ee9ca3096796ef52' - 'd8684d7c58a04f001e55df494f26d270' - '986878d03cf01da3da70a8587a247946' - '7fa18a469effac7fdff03909050edc71' - '94b8e34a92f363ae22dad252de1f9974' - '556dd48c0fce3094ccb0e5e22f7bffe1' - '3fece552b53c06a9941dda6cbaa3bbd6' - '48dc753cd5f95cccb25ca6aeeecfcd7e' - '61aad617e2de6ba4700654a557359fcd' - '22982760ef2c36d888dfe1a4b77e16b9' - '9a00b784533ca5619ff26eb464e55858' - 'e67d731b7fbe1ab81d9003fa3d6e3102' - '392fa05fff0f81a193b486069da4f1a1' - 'c049f6c65e539af676c276235ddcea65' - '2969c77898c0af4d537a28b89f226aa8' - '847c123e8dba8ea743c8f933d78ae7c8' - 'e8e428d58920cf88f34101cd2f390bc7' - '69c93b0f737f6e0fe515e8623c0ed22d' - '9652b06209467439ae2ad5ac9cf9cbb6' - '7f21cc9230d06c83d454a963cb832a2b' - 'd982dd3275453d5c7e1867944cf5b835' - '74ea83b11a1bb04f40cf826ddbf716c2' - '69a2164e66762d391529483d232cbb9c' - 'a3a388cf1f00090735a64923fac8c4bd' - '2aa1303c0c1c7b063c1b648321e6ac58' - '44b32892f2d53243670920a91f26004e' - '0c493ca137c5ed0e26b04e50e777af8e' - 'b3abe08396085dd563cd56eef977b12c' - 'ecb4e0cf4c6600eb8f7ba826289cc815' - '89f9f66c0d44a2266beb7fbf5dc3b741' - '3d4305b3b81df4befbf881b3f90f66c5') +md5sums=('e53e4d6afa05f636d9af48067fec' + 'a5a97820f8f270c541443b9b10cf7bb8' + 'c9f5d62cc1a8c2b91d40c579176f7d48' + 'f94e7829c442115f1314c75ee6e6e5d7' + '8391139c879e
[arch-commits] Commit in firefox/repos (28 files)
Date: Tuesday, August 11, 2015 @ 19:35:15 Author: foutrelis Revision: 243170 archrelease: copy trunk to extra-i686, extra-x86_64 Added: firefox/repos/extra-i686/PKGBUILD (from rev 243169, firefox/trunk/PKGBUILD) firefox/repos/extra-i686/firefox-fixed-loading-icon.png (from rev 243169, firefox/trunk/firefox-fixed-loading-icon.png) firefox/repos/extra-i686/firefox-install-dir.patch (from rev 243169, firefox/trunk/firefox-install-dir.patch) firefox/repos/extra-i686/firefox.desktop (from rev 243169, firefox/trunk/firefox.desktop) firefox/repos/extra-i686/firefox.install (from rev 243169, firefox/trunk/firefox.install) firefox/repos/extra-i686/mozconfig (from rev 243169, firefox/trunk/mozconfig) firefox/repos/extra-i686/vendor.js (from rev 243169, firefox/trunk/vendor.js) firefox/repos/extra-x86_64/PKGBUILD (from rev 243169, firefox/trunk/PKGBUILD) firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png (from rev 243169, firefox/trunk/firefox-fixed-loading-icon.png) firefox/repos/extra-x86_64/firefox-install-dir.patch (from rev 243169, firefox/trunk/firefox-install-dir.patch) firefox/repos/extra-x86_64/firefox.desktop (from rev 243169, firefox/trunk/firefox.desktop) firefox/repos/extra-x86_64/firefox.install (from rev 243169, firefox/trunk/firefox.install) firefox/repos/extra-x86_64/mozconfig (from rev 243169, firefox/trunk/mozconfig) firefox/repos/extra-x86_64/vendor.js (from rev 243169, firefox/trunk/vendor.js) Deleted: firefox/repos/extra-i686/PKGBUILD firefox/repos/extra-i686/firefox-fixed-loading-icon.png firefox/repos/extra-i686/firefox-install-dir.patch firefox/repos/extra-i686/firefox.desktop firefox/repos/extra-i686/firefox.install firefox/repos/extra-i686/mozconfig firefox/repos/extra-i686/vendor.js firefox/repos/extra-x86_64/PKGBUILD firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png firefox/repos/extra-x86_64/firefox-install-dir.patch firefox/repos/extra-x86_64/firefox.desktop firefox/repos/extra-x86_64/firefox.install firefox/repos/extra-x86_64/mozconfig firefox/repos/extra-x86_64/vendor.js + /PKGBUILD | 248 ++ /firefox-install-dir.patch | 24 + /firefox.desktop | 704 +++ /firefox.install | 26 + /mozconfig | 70 +++ /vendor.js | 18 extra-i686/PKGBUILD| 124 - extra-i686/firefox-install-dir.patch | 12 extra-i686/firefox.desktop | 352 --- extra-i686/firefox.install | 13 extra-i686/mozconfig | 35 - extra-i686/vendor.js |9 extra-x86_64/PKGBUILD | 124 - extra-x86_64/firefox-install-dir.patch | 12 extra-x86_64/firefox.desktop | 352 --- extra-x86_64/firefox.install | 13 extra-x86_64/mozconfig | 35 - extra-x86_64/vendor.js |9 18 files changed, 1090 insertions(+), 1090 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 243169:243170 to see the changes.
[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 19:34:19 Author: foutrelis Revision: 138251 archrelease: copy trunk to multilib-x86_64 Added: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 138250, lib32-flashplugin/trunk/PKGBUILD) Deleted: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 17:34:12 UTC (rev 138250) +++ PKGBUILD2015-08-11 17:34:19 UTC (rev 138251) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: Daniel Wallace - -pkgname=lib32-flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.491 -pkgrel=1 -license=('custom') -pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers' -url="http://get.adobe.com/flashplayer"; -arch=('x86_64') -depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 'lib32-alsa-lib') -#optdepends=('lib32-libvdpau: video hardware decoding for supporting players') -options=(!strip) -source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";) -md5sums=('40eba6f56b9d52d5328967d830bb0e3b') - -package() { - install -Dm644 "${srcdir}/libflashplayer.so" "${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so" - install -d "$pkgdir/usr/share/licenses" - ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname" -} Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 138250, lib32-flashplugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 17:34:19 UTC (rev 138251) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Daniel Wallace + +pkgname=lib32-flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.508 +pkgrel=1 +license=('custom') +pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers' +url="http://get.adobe.com/flashplayer"; +arch=('x86_64') +depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 'lib32-alsa-lib') +#optdepends=('lib32-libvdpau: video hardware decoding for supporting players') +options=(!strip) +source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";) +md5sums=('af54d45bf9c80c855f20cc2b73c685af') + +package() { + install -Dm644 "${srcdir}/libflashplayer.so" "${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so" + install -d "$pkgdir/usr/share/licenses" + ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname" +}
[arch-commits] Commit in firefox/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 19:34:57 Author: foutrelis Revision: 243169 upgpkg: firefox 40.0-1 New upstream release. Modified: firefox/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 17:34:16 UTC (rev 243168) +++ PKGBUILD2015-08-11 17:34:57 UTC (rev 243169) @@ -3,7 +3,7 @@ # Contributor: Jakub Schmidtke pkgname=firefox -pkgver=39.0.3 +pkgver=40.0 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ firefox-install-dir.patch vendor.js firefox-fixed-loading-icon.png) -sha256sums=('8c16df4ce94b30f1308655f9ed6ac3e76aaa2eb3643739b9263226c086d0177b' +sha256sums=('e3a26164b3a7f1aefbe13a07f0fdcd322726e4bb8c7e9432d1671c8c9e37145a' '4704798b46be00712a87443be8ed6184dfb5d337e8cc74dbe029c0a25a47add6' 'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826' 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 19:34:04 Author: foutrelis Revision: 243167 upgpkg: flashplugin 11.2.202.508-1 New upstream release. Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 16:42:45 UTC (rev 243166) +++ PKGBUILD2015-08-11 17:34:04 UTC (rev 243167) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.491 +pkgver=11.2.202.508 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -22,8 +22,8 @@ source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz) md5sums=('94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') -md5sums_i686=('40eba6f56b9d52d5328967d830bb0e3b') -md5sums_x86_64=('36f4a6a0ceceea15e80c2138170b39e3') +md5sums_i686=('af54d45bf9c80c855f20cc2b73c685af') +md5sums_x86_64=('96691df0084037eaeebac9b0838bd9a2') package () { install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
[arch-commits] Commit in lib32-flashplugin/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 19:34:12 Author: foutrelis Revision: 138250 upgpkg: lib32-flashplugin 11.2.202.508-1 New upstream release. Modified: lib32-flashplugin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 15:48:14 UTC (rev 138249) +++ PKGBUILD2015-08-11 17:34:12 UTC (rev 138250) @@ -3,7 +3,7 @@ pkgname=lib32-flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.491 +pkgver=11.2.202.508 pkgrel=1 license=('custom') pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers' @@ -13,7 +13,7 @@ #optdepends=('lib32-libvdpau: video hardware decoding for supporting players') options=(!strip) source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";) -md5sums=('40eba6f56b9d52d5328967d830bb0e3b') +md5sums=('af54d45bf9c80c855f20cc2b73c685af') package() { install -Dm644 "${srcdir}/libflashplayer.so" "${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Tuesday, August 11, 2015 @ 19:34:16 Author: foutrelis Revision: 243168 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 243167, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 243167, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 243167, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 243167, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 243167, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 243167, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 88 + /flashplugin.install | 28 +++ /mms.cfg |4 + extra-i686/PKGBUILD | 44 -- extra-i686/flashplugin.install | 14 - extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 44 -- extra-x86_64/flashplugin.install | 14 - extra-x86_64/mms.cfg |2 9 files changed, 120 insertions(+), 120 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-08-11 17:34:04 UTC (rev 243167) +++ extra-i686/PKGBUILD 2015-08-11 17:34:16 UTC (rev 243168) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.491 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) -source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile} -mms.cfg) -source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz) -source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz) -md5sums=('94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -md5sums_i686=('40eba6f56b9d52d5328967d830bb0e3b') -md5sums_x86_64=('36f4a6a0ceceea15e80c2138170b39e3') - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 243167, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-08-11 17:34:16 UTC (rev 243168) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.508 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU acceleration on Nvidia card') +provides=('flashplayer') +license=('custom') +options=(!strip) +install=flashplugin.install +backup=(etc/adobe/mms.cfg) +source=(http://www.adobe.com/products/eulas/pdfs/${_licensefil
[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)
Date: Tuesday, August 11, 2015 @ 18:42:45 Author: andyrtr Revision: 243166 archrelease: copy trunk to testing-any Added: man-pages/repos/testing-any/ man-pages/repos/testing-any/PKGBUILD (from rev 243165, man-pages/trunk/PKGBUILD) --+ PKGBUILD | 58 ++ 1 file changed, 58 insertions(+) Copied: man-pages/repos/testing-any/PKGBUILD (from rev 243165, man-pages/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2015-08-11 16:42:45 UTC (rev 243166) @@ -0,0 +1,58 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=man-pages +pkgver=4.02 +_posixver=2013-a +pkgrel=1 +pkgdesc="Linux man pages" +arch=('any') +license=('GPL' 'custom') +url="http://man7.org/linux/man-pages/index.html"; +groups=('base') +depends=() +source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign} + http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign}) +# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc +sha256sums=('48aacb75d522dd31978682c4fd8bc68e43c9a409bc4c7a126810e7610dff0dd3' +'SKIP' +'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808' +'SKIP') +validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk (Linux man-pages maintainer) + +build() { + cd ${srcdir}/$pkgname-$pkgver + + # move the posix pages + mkdir -p ${srcdir}/$pkgname-$pkgver/man0 + for sect in 0 1 3; do +sed -i "/^\.so /s/man${sect}p/man$sect/" "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* +mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* "${srcdir}/$pkgname-$pkgver/man$sect/" + done +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + + make prefix=${pkgdir}/usr install + + # posix pages have a custom license + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT" + + cd ${pkgdir}/usr/share/man + # these are included in coreutils + rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1 + rm -f man1/{df,dircolors,du,install,ln,ls}.1 + rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1 + rm -f man1/{touch,vdir}.1 + # this is included in shadow + rm -f man5/passwd.5 + rm -f man3/getspnam.3 + # this is included in diffutils + rm -f man1/diff.1 + # this is included in xf86-input-mouse + rm -f man4/mouse.4 + # this is included in attr + rm -f man5/attr.5 +}
[arch-commits] Commit in man-pages/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 18:42:37 Author: andyrtr Revision: 243165 upgpkg: man-pages 4.02-1 upstream update 4.02 Modified: man-pages/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 16:20:34 UTC (rev 243164) +++ PKGBUILD2015-08-11 16:42:37 UTC (rev 243165) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke pkgname=man-pages -pkgver=4.01 +pkgver=4.02 _posixver=2013-a pkgrel=1 pkgdesc="Linux man pages" @@ -14,7 +14,7 @@ source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign} http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign}) # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc -sha256sums=('d194b5d4a381724dc291d9f36621ab2cbb51c003d72dcbd95896366db3b8d284' +sha256sums=('48aacb75d522dd31978682c4fd8bc68e43c9a409bc4c7a126810e7610dff0dd3' 'SKIP' '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808' 'SKIP')
[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)
Date: Tuesday, August 11, 2015 @ 18:20:34 Author: andyrtr Revision: 243164 archrelease: copy trunk to testing-any Added: tzdata/repos/testing-any/ tzdata/repos/testing-any/PKGBUILD (from rev 243163, tzdata/trunk/PKGBUILD) --+ PKGBUILD | 30 ++ 1 file changed, 30 insertions(+) Copied: tzdata/repos/testing-any/PKGBUILD (from rev 243163, tzdata/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2015-08-11 16:20:34 UTC (rev 243164) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Andreas Radke + +pkgname=tzdata +pkgver=2015f +pkgrel=1 +pkgdesc="Sources for time zone and daylight saving time data" +arch=('any') +url="http://www.iana.org/time-zones"; +license=('GPL') +options=('!emptydirs') +source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}) +sha512sums=('d86e6c9e4c6d9cd5de30762723d7a90ac697feeb6dd1f04649f6a35e4e1dc638261c32066db4aeafa767ac339ccd100c38dde044ceadd61e95cb3d39c27f977e' + 'SKIP') +validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert + +timezones=('africa' 'antarctica' 'asia' 'australasia' + 'europe' 'northamerica' 'southamerica' + 'pacificnew' 'etcetera' 'backward' + 'systemv' 'factory') + +package() { + cd ${srcdir} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]} + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]} + + zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York + install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab # zone.tab is depricated and will go soon +}
[arch-commits] Commit in tzdata/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 18:20:21 Author: andyrtr Revision: 243163 upgpkg: tzdata 2015f-1 upstream update 2015f Modified: tzdata/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 15:44:21 UTC (rev 243162) +++ PKGBUILD2015-08-11 16:20:21 UTC (rev 243163) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke pkgname=tzdata -pkgver=2015e +pkgver=2015f pkgrel=1 pkgdesc="Sources for time zone and daylight saving time data" arch=('any') @@ -10,7 +10,7 @@ license=('GPL') options=('!emptydirs') source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc}) -sha512sums=('86498190a20c5c67827aa75f7e9c6aa6c19d58a88a70425ce70d5ae7cea42dc7386eb2867fa455fcfcdedc6a105ad70fbbdc7c27c7a58a51bd21d76a135983ce' +sha512sums=('d86e6c9e4c6d9cd5de30762723d7a90ac697feeb6dd1f04649f6a35e4e1dc638261c32066db4aeafa767ac339ccd100c38dde044ceadd61e95cb3d39c27f977e' 'SKIP') validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert
[arch-commits] Commit in nmon/repos (4 files)
Date: Tuesday, August 11, 2015 @ 17:48:14 Author: mtorromeo Revision: 138249 archrelease: copy trunk to community-i686, community-x86_64 Added: nmon/repos/community-i686/PKGBUILD (from rev 138248, nmon/trunk/PKGBUILD) nmon/repos/community-x86_64/PKGBUILD (from rev 138248, nmon/trunk/PKGBUILD) Deleted: nmon/repos/community-i686/PKGBUILD nmon/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 44 community-i686/PKGBUILD | 22 -- community-x86_64/PKGBUILD | 22 -- 3 files changed, 44 insertions(+), 44 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 15:47:53 UTC (rev 138248) +++ community-i686/PKGBUILD 2015-08-11 15:48:14 UTC (rev 138249) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo - -pkgname=nmon -pkgver=15g -pkgrel=1 -pkgdesc="AIX & Linux Performance Monitoring tool" -arch=('i686' 'x86_64') -url="http://nmon.sourceforge.net"; -license=('GPL') -source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c";) -sha256sums=('0f4958c4fecfbaae5794a4cb41393880b25d2530ba7643fade9c344b03454d2c') - -build() { - cd ${srcdir} - cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -lm -g -D X86 -} - -package() { - cd ${srcdir} - install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon" -} Copied: nmon/repos/community-i686/PKGBUILD (from rev 138248, nmon/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 15:48:14 UTC (rev 138249) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo + +pkgname=nmon +pkgver=15h +pkgrel=1 +pkgdesc="AIX & Linux Performance Monitoring tool" +arch=('i686' 'x86_64') +url="http://nmon.sourceforge.net"; +license=('GPL') +source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c";) +sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef') + +build() { + cd ${srcdir} + cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -lm -g -D X86 +} + +package() { + cd ${srcdir} + install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon" +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-08-11 15:47:53 UTC (rev 138248) +++ community-x86_64/PKGBUILD 2015-08-11 15:48:14 UTC (rev 138249) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo - -pkgname=nmon -pkgver=15g -pkgrel=1 -pkgdesc="AIX & Linux Performance Monitoring tool" -arch=('i686' 'x86_64') -url="http://nmon.sourceforge.net"; -license=('GPL') -source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c";) -sha256sums=('0f4958c4fecfbaae5794a4cb41393880b25d2530ba7643fade9c344b03454d2c') - -build() { - cd ${srcdir} - cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -lm -g -D X86 -} - -package() { - cd ${srcdir} - install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon" -} Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 138248, nmon/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-08-11 15:48:14 UTC (rev 138249) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo + +pkgname=nmon +pkgver=15h +pkgrel=1 +pkgdesc="AIX & Linux Performance Monitoring tool" +arch=('i686' 'x86_64') +url="http://nmon.sourceforge.net"; +license=('GPL') +source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c";) +sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef') + +build() { + cd ${srcdir} + cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -lm -g -D X86 +} + +package() { + cd ${srcdir} + install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon" +}
[arch-commits] Commit in nmon/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 17:47:53 Author: mtorromeo Revision: 138248 upgpkg: nmon 15h-1 Updated to 15h Modified: nmon/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 15:47:01 UTC (rev 138247) +++ PKGBUILD2015-08-11 15:47:53 UTC (rev 138248) @@ -2,7 +2,7 @@ # Maintainer: Massimiliano Torromeo pkgname=nmon -pkgver=15g +pkgver=15h pkgrel=1 pkgdesc="AIX & Linux Performance Monitoring tool" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="http://nmon.sourceforge.net"; license=('GPL') source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c";) -sha256sums=('0f4958c4fecfbaae5794a4cb41393880b25d2530ba7643fade9c344b03454d2c') +sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef') build() { cd ${srcdir}
[arch-commits] Commit in lxdm/repos (28 files)
Date: Tuesday, August 11, 2015 @ 17:47:01 Author: bgyorgy Revision: 138247 archrelease: copy trunk to community-i686, community-x86_64 Added: lxdm/repos/community-i686/PKGBUILD (from rev 138246, lxdm/trunk/PKGBUILD) lxdm/repos/community-i686/Xsession (from rev 138246, lxdm/trunk/Xsession) lxdm/repos/community-i686/default-config.patch (from rev 138246, lxdm/trunk/default-config.patch) lxdm/repos/community-i686/git-fixes.patch (from rev 138246, lxdm/trunk/git-fixes.patch) lxdm/repos/community-i686/lxdm.install (from rev 138246, lxdm/trunk/lxdm.install) lxdm/repos/community-i686/lxdm.pam (from rev 138246, lxdm/trunk/lxdm.pam) lxdm/repos/community-x86_64/PKGBUILD (from rev 138246, lxdm/trunk/PKGBUILD) lxdm/repos/community-x86_64/Xsession (from rev 138246, lxdm/trunk/Xsession) lxdm/repos/community-x86_64/default-config.patch (from rev 138246, lxdm/trunk/default-config.patch) lxdm/repos/community-x86_64/git-fixes.patch (from rev 138246, lxdm/trunk/git-fixes.patch) lxdm/repos/community-x86_64/lxdm.install (from rev 138246, lxdm/trunk/lxdm.install) lxdm/repos/community-x86_64/lxdm.pam (from rev 138246, lxdm/trunk/lxdm.pam) Deleted: lxdm/repos/community-i686/PKGBUILD lxdm/repos/community-i686/Xsession lxdm/repos/community-i686/default-config.patch lxdm/repos/community-i686/git-fixes.patch lxdm/repos/community-i686/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch lxdm/repos/community-i686/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch lxdm/repos/community-i686/lxdm.install lxdm/repos/community-i686/lxdm.pam lxdm/repos/community-x86_64/PKGBUILD lxdm/repos/community-x86_64/Xsession lxdm/repos/community-x86_64/default-config.patch lxdm/repos/community-x86_64/git-fixes.patch lxdm/repos/community-x86_64/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch lxdm/repos/community-x86_64/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch lxdm/repos/community-x86_64/lxdm.install lxdm/repos/community-x86_64/lxdm.pam --+ /PKGBUILD| 130 + /Xsession| 142 + /default-config.patch| 42 /git-fixes.patch | 858 ++ /lxdm.install| 26 /lxdm.pam| 14 community-i686/PKGBUILD | 68 community-i686/Xsession | 71 community-i686/default-config.patch | 21 community-i686/git-fixes.patch | 217 -- community-i686/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch | 118 - community-i686/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch | 64 community-i686/lxdm.install | 13 community-i686/lxdm.pam | 7 community-x86_64/PKGBUILD| 68 community-x86_64/Xsession| 71 community-x86_64/default-config.patch| 21 community-x86_64/git-fixes.patch | 217 -- community-x86_64/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch | 118 - community-x86_64/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch | 64 community-x86_64/lxdm.install| 13 community-x86_64/lxdm.pam| 7 22 files changed, 1212 insertions(+), 1158 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 138246:138247 to see the changes.
[arch-commits] Commit in lxdm/trunk (PKGBUILD git-fixes.patch)
Date: Tuesday, August 11, 2015 @ 17:46:49 Author: bgyorgy Revision: 138246 upgpkg: lxdm 0.5.1-4 Apply more fixes from git Modified: lxdm/trunk/PKGBUILD lxdm/trunk/git-fixes.patch -+ PKGBUILD|7 - git-fixes.patch | 224 -- 2 files changed, 220 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 14:52:31 UTC (rev 138245) +++ PKGBUILD2015-08-11 15:46:49 UTC (rev 138246) @@ -6,7 +6,7 @@ pkgname=lxdm pkgver=0.5.1 -pkgrel=3 +pkgrel=4 pkgdesc='Lightweight X11 Display Manager' arch=('i686' 'x86_64') url="https://sourceforge.net/projects/lxdm/"; @@ -27,7 +27,7 @@ lxdm.pam Xsession) md5sums=('9e03ce5f6d303bc9b689732401934dc6' - '8f514a4ba8fe204c8f0db293246dba3d' + '1290d9f6e1863fc69407a07be89d9f7e' 'f0ae6c072f151104c53a030fd7757821' 'c941ef896248bc7c03901b513490425c' '6ff73570368501a06ee7badc8e415d0a') @@ -44,9 +44,6 @@ # Use our custom pam and Xsession files cp ../lxdm.pam pam/lxdm cp ../Xsession data/Xsession - - # Support for pulseaudio - echo 'test -x /usr/bin/pax11publish && /usr/bin/pax11publish -r' >>data/PostLogout.in } build() { Modified: git-fixes.patch === --- git-fixes.patch 2015-08-11 14:52:31 UTC (rev 138245) +++ git-fixes.patch 2015-08-11 15:46:49 UTC (rev 138246) @@ -28,11 +28,151 @@ + color: #9E9D9B; } diff --git a/src/lxdm.c b/src/lxdm.c -index 507189d..842f4b8 100644 +index 507189d..43a98c7 100644 --- a/src/lxdm.c +++ b/src/lxdm.c -@@ -1269,6 +1269,9 @@ void lxdm_do_login(struct passwd *pw, char *session, char *lang, char *option) +@@ -886,26 +886,57 @@ static void put_lock(void) + g_free(lockfile); + } + ++static int get_run_level(void) ++{ ++#if defined(HAVE_UTMPX_H) && defined(RUN_LVL) ++ int res; ++ struct utmpx *ut,tmp; ++ ++ setutxent(); ++ tmp.ut_type=RUN_LVL; ++ ut=getutxid(&tmp); ++ if(!ut) ++ { ++ endutxent(); ++ return '5'; ++ } ++ res=ut->ut_pid & 0xff; ++ endutxent(); ++ //g_message("runlevel %c\n",res); ++ return res; ++#else ++ return '5'; ++#endif ++} ++ + static void on_xserver_stop(void *data,int pid, int status) + { + LXSession *s=data; + LXSession *greeter; +- +- g_message("xserver stop, restart. return status %x\n",status); ++ int level; + + stop_pid(pid); + s->server = -1; + lxsession_stop(s); ++ ++ level=get_run_level(); ++ if(level=='6' || level=='0') ++ { ++ return; ++ } ++ ++ g_message("xserver stop, restart. return status %x\n",status); ++ + greeter=lxsession_find_greeter(); + if(s->greeter || !greeter) { + s->greeter=TRUE; + xconn_close(s->dpy); + s->dpy=NULL; +- lxdm_startx(s); + ui_drop(); ++ lxdm_startx(s); + ui_prepare(); +- lxsession_set_active(greeter); ++ lxsession_set_active(s); + } + else + { +@@ -914,7 +945,7 @@ static void on_xserver_stop(void *data,int pid, int status) + } + } + +-void lxdm_startx(LXSession *s) ++static void lxdm_startx(LXSession *s) + { + char *arg; + char **args; +@@ -997,27 +1028,32 @@ static void exit_cb(void) + g_key_file_free(config); + } + +-static int get_run_level(void) ++static gboolean delayed_restart_greeter(LXSession *s) + { +-#if defined(HAVE_UTMPX_H) && defined(RUN_LVL) +- int res=0; +- struct utmpx *ut,tmp; +- +- setutxent(); +- tmp.ut_type=RUN_LVL; +- ut=getutxid(&tmp); +- if(!ut) ++ int level; ++ ++ level=get_run_level(); ++ if(level=='0' || level=='6') + { +- endutxent(); +- return 5; ++ if(level=='0') ++ g_spawn_command_line_sync("/etc/lxdm/PreShutdown",0,0,0,0); ++ else ++ g_spawn_command_line_sync("/etc/lxdm/PreReboot",0,0,0,0); ++ g_message("run level %c\n",level); ++ lxdm_quit_self(0); ++ return FALSE; + } +- res=ut->ut_pid & 0xff; +- endutxent(); +- //g_message("runlevel %c\n",res); +- return res; +-#else +- return 5; +-#endif ++ ++ if(s && s!=lxsession_greeter()) ++ { ++ lxsession_free(s); ++ } ++ else if(!s) ++ { ++ lxsession_greeter(); ++ } ++ ++ return FALSE; + } + + static void on_session_stop(void *data,int pid, int status) +@@ -1047,15 +1083,9 @@ static void on_session_stop(void *data,int pid, int status) + g_spawn_command_line_sync("/etc/lxdm/PreReboot",0,0,0,0); +
[arch-commits] Commit in linux-lts/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 17:43:50 Author: andyrtr Revision: 243161 upgpkg: linux-lts 3.14.50-1 upstream update 3.14.50 Modified: linux-lts/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 15:05:44 UTC (rev 243160) +++ PKGBUILD2015-08-11 15:43:50 UTC (rev 243161) @@ -4,7 +4,7 @@ pkgbase=linux-lts _srcname=linux-3.14 -pkgver=3.14.49 +pkgver=3.14.50 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/"; @@ -27,7 +27,7 @@ # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa' 'SKIP' -'0158fedcacac6b5be1273a5382e137a083bdb63b83449068c342ab1587c4240f' +'12b938ea1f10aa8f8d34833fd2464abde33a7f9eae5a71dad60a50358e9fcca0' 'SKIP' 'af6a452fcc11cfa6b538f4124b50381f1dc05ca20bf8dc336552fa7cc354bac3' 'b6f0f344773b51768ca53158a05a16e1328ad0def7b77ca0bce43211216e5cb1'
[arch-commits] Commit in linux-lts/repos (24 files)
Date: Tuesday, August 11, 2015 @ 17:44:21 Author: andyrtr Revision: 243162 archrelease: copy trunk to testing-i686, testing-x86_64 Added: linux-lts/repos/testing-i686/ linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch (from rev 243161, linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch) linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch (from rev 243161, linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch) linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch (from rev 243161, linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch) linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch (from rev 243161, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch) linux-lts/repos/testing-i686/PKGBUILD (from rev 243161, linux-lts/trunk/PKGBUILD) linux-lts/repos/testing-i686/change-default-console-loglevel.patch (from rev 243161, linux-lts/trunk/change-default-console-loglevel.patch) linux-lts/repos/testing-i686/config (from rev 243161, linux-lts/trunk/config) linux-lts/repos/testing-i686/config.x86_64 (from rev 243161, linux-lts/trunk/config.x86_64) linux-lts/repos/testing-i686/gcc5_buildfixes.diff (from rev 243161, linux-lts/trunk/gcc5_buildfixes.diff) linux-lts/repos/testing-i686/linux-lts.install (from rev 243161, linux-lts/trunk/linux-lts.install) linux-lts/repos/testing-i686/linux-lts.preset (from rev 243161, linux-lts/trunk/linux-lts.preset) linux-lts/repos/testing-x86_64/ linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch (from rev 243161, linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch) linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch (from rev 243161, linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch) linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch (from rev 243161, linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch) linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch (from rev 243161, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch) linux-lts/repos/testing-x86_64/PKGBUILD (from rev 243161, linux-lts/trunk/PKGBUILD) linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch (from rev 243161, linux-lts/trunk/change-default-console-loglevel.patch) linux-lts/repos/testing-x86_64/config (from rev 243161, linux-lts/trunk/config) linux-lts/repos/testing-x86_64/config.x86_64 (from rev 243161, linux-lts/trunk/config.x86_64) linux-lts/repos/testing-x86_64/gcc5_buildfixes.diff (from rev 243161, linux-lts/trunk/gcc5_buildfixes.diff) linux-lts/repos/testing-x86_64/linux-lts.install (from rev 243161, linux-lts/trunk/linux-lts.install) linux-lts/repos/testing-x86_64/linux-lts.preset (from rev 243161, linux-lts/trunk/linux-lts.preset) + testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch | 74 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch | 93 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch | 75 testing-i686/0006-genksyms-fix-typeof-handling.patch | 1360 ++ testing-i686/PKGBUILD | 335 testing-i686/change-default-console-loglevel.patch | 12 testing-i686/config | 6697 ++ testing-i686/config.x86_64 | 6488 + testing-i686/gcc5_buildfixes.diff | 49 testing-i686/linux-lts.install | 37 testing-i686/linux-lts.preset | 14 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch | 74 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch | 93 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch | 75 testing-x86_64/0006-genksyms-fix-typeof-handling.patch | 1360 ++ testing-x86_64/PKGBUILD | 335 testing-x86_64/change-default-console-loglevel.patch | 12 testing-x86_64/config | 6697 ++ testing-x86_64/config.x86_64 | 6488 + testing-x86_64/gcc5_buildfixes.diff | 49 testi
[arch-commits] Commit in gnupg/repos (6 files)
Date: Tuesday, August 11, 2015 @ 17:05:44 Author: bisson Revision: 243160 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gnupg/repos/testing-i686/ gnupg/repos/testing-i686/PKGBUILD (from rev 243159, gnupg/trunk/PKGBUILD) gnupg/repos/testing-i686/install (from rev 243159, gnupg/trunk/install) gnupg/repos/testing-x86_64/ gnupg/repos/testing-x86_64/PKGBUILD (from rev 243159, gnupg/trunk/PKGBUILD) gnupg/repos/testing-x86_64/install (from rev 243159, gnupg/trunk/install) -+ testing-i686/PKGBUILD | 63 ++ testing-i686/install| 25 ++ testing-x86_64/PKGBUILD | 63 ++ testing-x86_64/install | 25 ++ 4 files changed, 176 insertions(+) Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 243159, gnupg/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-11 15:05:44 UTC (rev 243160) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Tobias Powalowski +# Contributor: Andreas Radke +# Contributor: Judd Vinet + +pkgname=gnupg +pkgver=2.1.7 +pkgrel=1 +pkgdesc='Complete and free implementation of the OpenPGP standard' +url='http://www.gnupg.org/' +license=('GPL') +arch=('i686' 'x86_64') +optdepends=('libldap: gpg2keys_ldap' +'libusb-compat: scdaemon') +makedepends=('libldap' 'libusb-compat') +depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan' + 'pinentry' 'bzip2' 'readline' 'gnutls') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' + '46CC730865BB5C78EBABADCF04376F3EE0856959' + '031EC2536E580D8EA286A9F22071B08A33BD3F06' + 'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9') +source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}) +sha1sums=('1a345804f34a2acd05c1555e40ddfa297f38438b' 'SKIP') + +install=install + +conflicts=('dirmngr' 'gnupg2') +provides=('dirmngr' "gnupg2=${pkgver}") +replaces=('dirmngr' 'gnupg2') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --sbindir=/usr/bin \ + --libexecdir=/usr/lib/gnupg \ + --enable-maintainer-mode \ + --enable-symcryptrun \ + --enable-gpgtar \ + + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + ln -s gpg2 "${pkgdir}"/usr/bin/gpg + ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv + ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz + rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059 +} Copied: gnupg/repos/testing-i686/install (from rev 243159, gnupg/trunk/install) === --- testing-i686/install(rev 0) +++ testing-i686/install2015-08-11 15:05:44 UTC (rev 243160) @@ -0,0 +1,25 @@ +info_dir=/usr/share/info +info_files=(gnupg.info gnupg.info-1 gnupg.info-2) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for f in ${info_files[@]}; do + usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null + done +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + for f in ${info_files[@]}; do + usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> /dev/null + done +} + +post_upgrade() { + post_install + + # Fix upgrade to 2.1; see FS#42798 + [ $(vercmp $2 2.1.0-4) = -1 ] && + dirmngr /dev/null || + return 0 +} Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 243159, gnupg/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-08-11 15:05:44 UTC (rev 243160) @@ -0,0 +1,63 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Tobias Powalowski +# Contributor: Andreas Radke +# Contributor: Judd Vinet + +pkgname=gnupg +pkgver=2.1.7 +pkgrel=1 +pkgdesc='Complete and free implementation of the OpenPGP standard' +url='http://www.gnupg.org/' +license=('GPL') +arch=('i686' 'x86_64') +optdepends=('libldap: gpg2keys_ldap' +'libusb-compat: scdaemon') +makedepends=('libldap' 'libusb-compat') +depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan' + 'pinentry' 'bzip2' 'readline' 'gnutls') +validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' +
[arch-commits] Commit in gnupg/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 17:05:19 Author: bisson Revision: 243159 upstream update Modified: gnupg/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 14:21:42 UTC (rev 243158) +++ PKGBUILD2015-08-11 15:05:19 UTC (rev 243159) @@ -5,7 +5,7 @@ # Contributor: Judd Vinet pkgname=gnupg -pkgver=2.1.6 +pkgver=2.1.7 pkgrel=1 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' @@ -21,7 +21,7 @@ '031EC2536E580D8EA286A9F22071B08A33BD3F06' 'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9') source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}) -sha1sums=('9e8157b3386da04760657ce3117fc4dc570c57c5' 'SKIP') +sha1sums=('1a345804f34a2acd05c1555e40ddfa297f38438b' 'SKIP') install=install @@ -31,7 +31,7 @@ prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - sed '/noinst_SCRIPTS = gpg-zip/c bin_SCRIPTS += gpg-zip' -i tools/Makefile.in + sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in } build() {
[arch-commits] Commit in cinnamon/repos (24 files)
Date: Tuesday, August 11, 2015 @ 16:52:31 Author: bgyorgy Revision: 138245 archrelease: copy trunk to community-i686, community-x86_64 Added: cinnamon/repos/community-i686/PKGBUILD (from rev 138244, cinnamon/trunk/PKGBUILD) cinnamon/repos/community-i686/cinnamon.install (from rev 138244, cinnamon/trunk/cinnamon.install) cinnamon/repos/community-i686/default-theme.patch (from rev 138244, cinnamon/trunk/default-theme.patch) cinnamon/repos/community-i686/dont-hardcode-nemo.patch (from rev 138244, cinnamon/trunk/dont-hardcode-nemo.patch) cinnamon/repos/community-i686/fix-keyboard-flags.patch (from rev 138244, cinnamon/trunk/fix-keyboard-flags.patch) cinnamon/repos/community-i686/gnome-3.14.patch (from rev 138244, cinnamon/trunk/gnome-3.14.patch) cinnamon/repos/community-i686/set_wheel.patch (from rev 138244, cinnamon/trunk/set_wheel.patch) cinnamon/repos/community-x86_64/PKGBUILD (from rev 138244, cinnamon/trunk/PKGBUILD) cinnamon/repos/community-x86_64/cinnamon.install (from rev 138244, cinnamon/trunk/cinnamon.install) cinnamon/repos/community-x86_64/default-theme.patch (from rev 138244, cinnamon/trunk/default-theme.patch) cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch (from rev 138244, cinnamon/trunk/dont-hardcode-nemo.patch) cinnamon/repos/community-x86_64/fix-keyboard-flags.patch (from rev 138244, cinnamon/trunk/fix-keyboard-flags.patch) cinnamon/repos/community-x86_64/gnome-3.14.patch (from rev 138244, cinnamon/trunk/gnome-3.14.patch) cinnamon/repos/community-x86_64/set_wheel.patch (from rev 138244, cinnamon/trunk/set_wheel.patch) Deleted: cinnamon/repos/community-i686/PKGBUILD cinnamon/repos/community-i686/cinnamon.install cinnamon/repos/community-i686/default-theme.patch cinnamon/repos/community-i686/gnome-3.14.patch cinnamon/repos/community-i686/set_wheel.patch cinnamon/repos/community-x86_64/PKGBUILD cinnamon/repos/community-x86_64/cinnamon.install cinnamon/repos/community-x86_64/default-theme.patch cinnamon/repos/community-x86_64/gnome-3.14.patch cinnamon/repos/community-x86_64/set_wheel.patch ---+ /PKGBUILD | 238 /cinnamon.install | 24 ++ /default-theme.patch | 50 + /gnome-3.14.patch | 24 ++ /set_wheel.patch | 112 + community-i686/PKGBUILD | 91 -- community-i686/cinnamon.install | 12 - community-i686/default-theme.patch| 25 -- community-i686/dont-hardcode-nemo.patch | 33 +++ community-i686/fix-keyboard-flags.patch | 21 ++ community-i686/gnome-3.14.patch | 12 - community-i686/set_wheel.patch| 56 -- community-x86_64/PKGBUILD | 91 -- community-x86_64/cinnamon.install | 12 - community-x86_64/default-theme.patch | 25 -- community-x86_64/dont-hardcode-nemo.patch | 33 +++ community-x86_64/fix-keyboard-flags.patch | 21 ++ community-x86_64/gnome-3.14.patch | 12 - community-x86_64/set_wheel.patch | 56 -- 19 files changed, 556 insertions(+), 392 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 138244:138245 to see the changes.
[arch-commits] Commit in cinnamon/trunk (3 files)
Date: Tuesday, August 11, 2015 @ 16:52:17 Author: bgyorgy Revision: 138244 upgpkg: cinnamon 2.6.13-3 Apply some fixes (FS#45615) Added: cinnamon/trunk/dont-hardcode-nemo.patch cinnamon/trunk/fix-keyboard-flags.patch Modified: cinnamon/trunk/PKGBUILD --+ PKGBUILD | 36 dont-hardcode-nemo.patch | 33 + fix-keyboard-flags.patch | 21 + 3 files changed, 86 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 13:41:06 UTC (rev 138243) +++ PKGBUILD2015-08-11 14:52:17 UTC (rev 138244) @@ -6,7 +6,7 @@ pkgname=cinnamon pkgver=2.6.13 -pkgrel=2 +pkgrel=3 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" arch=('i686' 'x86_64') url="http://cinnamon.linuxmint.com/"; @@ -26,11 +26,15 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz"; "set_wheel.patch" "gnome-3.14.patch" -"default-theme.patch") +"default-theme.patch" +"dont-hardcode-nemo.patch" +"fix-keyboard-flags.patch") sha256sums=('f349403901bf3e84cda2ebd425dc6f58850059092775e285862067f120debe86' '2f0fec7d733aa19be426a0e1aecff1af451183de038d2868a2ee3195f227956e' '5ecce3c1617c0479ef972904944e5a58d24de31d00a527d44921e2a44d91' -'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5') +'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5' +'26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4' +'35478dd7df2ecee484bbe758885ed55797e0567643615984973d153f34700016') prepare() { cd ${srcdir}/Cinnamon* @@ -42,12 +46,18 @@ # Use wheel group instread of sudo patch -Np1 -i ../set_wheel.patch - # Some fixes for GNOME 3.14 + # Make Adwaita icon theme selectable in theme settings patch -Np1 -i ../gnome-3.14.patch # Set default theme to 'cinnamon' patch -Np1 -i ../default-theme.patch + # Don't hardcode Nemo + patch -Np1 -i ../dont-hardcode-nemo.patch + + # Fix missing flags in keyboard applet (FS#45615) + patch -Np1 -i ../fix-keyboard-flags.patch + # Add polkit agent to required components sed -i 's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/' \ files/usr/share/cinnamon-session/sessions/cinnamon*.session @@ -69,6 +79,24 @@ # Fix selected background color in Cinnamon Settings for Adwaita theme sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \ files/usr/lib/cinnamon-settings/cinnamon-settings.py + + # Fix missing icons with the Adwaita theme + sed -i 's/"gtk-file"/"text-x-generic"/' docs/applets-examples/fin...@cinnamon.org/applet.js src/cinnamon-util.c + sed -i "s/SECONDARY, 'ok'/SECONDARY, 'gtk-apply'/ + s/SECONDARY, 'stop'/SECONDARY, 'dialog-error'/" files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py + sed -i "s/'gnome-panel-launcher'/'system-run'/" files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py + sed -i 's/icon_name">gnome-panel-launcher/icon_name">system-run/' files/usr/lib/cinnamon-desktop-editor/launcher-editor.ui + sed -i 's/"reload"/"view-refresh"/' files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py + sed -i 's/"gtk-dialog-question"/"dialog-question"/ + s/"gtk-directory"/"folder"/' files/usr/lib/cinnamon-settings/modules/cs_default.py + sed -i 's/"display"/"video-display"/ + s/"access"/"preferences-desktop-accessibility"/ + s/"gnome-panel-launcher"/"system-run"/' files/usr/lib/cinnamon-settings/modules/cs_keyboard.py + sed -i 's/"stock_calendar"/"x-office-calendar"/' files/usr/share/cinnamon/applets/calen...@cinnamon.org/metadata.json + sed -i 's/"keyboard"/"input-keyboard"/' files/usr/share/cinnamon/applets/keybo...@cinnamon.org/metadata.json + sed -i 's/"desktop"/"user-desktop"/' files/usr/share/cinnamon/applets/show-desk...@cinnamon.org/metadata.json + sed -i 's/"stock_volume"/"multimedia-volume-control"/' files/usr/share/cinnamon/applets/so...@cinnamon.org/metadata.json + sed -i 's/"stock_calendar"/"x-office-calendar"/' files/usr/share/cinnamon/desklets/cl...@cinnamon.org/metadata.json } build() { Added: dont-hardcode-nemo.patch === --- dont-hardcode-nemo.patch(rev 0) +++ dont-hardcode-nemo.patch2015-08-11 14:52:17 UTC (rev 138244) @@ -0,0 +1,33 @@ +From 3dc5f008af8b726fd8cb1090b0a2056edb62876d Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Gy=C3=B6rgy=20Ball=C3=B3?= +Date: Tue, 28 Jul 2015 03:27:32 +0200 +Subject: [PATCH] removable-drives applet: don't hardcode Nemo + +Use Gio to open the default file manager at 'computer:///'. +--- + .../s
[arch-commits] Commit in openssh/trunk (PKGBUILD keyboard-interactive.patch)
Date: Tuesday, August 11, 2015 @ 16:15:07 Author: bisson Revision: 243157 upstream update Modified: openssh/trunk/PKGBUILD Deleted: openssh/trunk/keyboard-interactive.patch + PKGBUILD | 13 ++ keyboard-interactive.patch | 52 --- 2 files changed, 3 insertions(+), 62 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 14:13:04 UTC (rev 243156) +++ PKGBUILD2015-08-11 14:15:07 UTC (rev 243157) @@ -4,8 +4,8 @@ # Contributor: judd pkgname=openssh -pkgver=6.9p1 -pkgrel=2 +pkgver=7.0p1 +pkgrel=1 pkgdesc='Free version of the SSH connectivity tools' url='http://www.openssh.org/portable.html' license=('custom:BSD') @@ -16,7 +16,6 @@ 'x11-ssh-askpass: input passphrase in X') validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30') source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc} -'keyboard-interactive.patch' 'sshdgenkeys.service' 'sshd@.service' 'sshd.service' @@ -23,8 +22,7 @@ 'sshd.socket' 'sshd.conf' 'sshd.pam') -sha1sums=('86ab57f00d0fd9bf302760f2f6deac1b6e9df265' 'SKIP' - 'ef9e9327a943839abb3d202783b318e9cd2bdcd5' +sha1sums=('d8337c9eab91d360d104f6dd805f8b32089c063c' 'SKIP' 'cc1ceec606c98c7407e7ac21ade23aed81e31405' '6a0ff3305692cf83aca96e10f3bb51e1c26fccda' 'ec49c6beba923e201505f5669cea48cad29014db' @@ -36,11 +34,6 @@ install=install -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../keyboard-interactive.patch -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" Deleted: keyboard-interactive.patch === --- keyboard-interactive.patch 2015-08-11 14:13:04 UTC (rev 243156) +++ keyboard-interactive.patch 2015-08-11 14:15:07 UTC (rev 243157) @@ -1,52 +0,0 @@ -From 5b64f85bb811246c59ebab70aed331f26ba37b18 Mon Sep 17 00:00:00 2001 -From: "d...@openbsd.org" -Date: Sat, 18 Jul 2015 07:57:14 + -Subject: upstream commit - -only query each keyboard-interactive device once per - authentication request regardless of how many times it is listed; ok markus@ - -Upstream-ID: d73fafba6e86030436ff673656ec1f33d9ffeda1 - auth2-chall.c | 11 --- - 1 file changed, 8 insertions(+), 3 deletions(-) - -diff --git a/auth2-chall.c b/auth2-chall.c -index ddabe1a..4aff09d 100644 a/auth2-chall.c -+++ b/auth2-chall.c -@@ -1,4 +1,4 @@ --/* $OpenBSD: auth2-chall.c,v 1.42 2015/01/19 20:07:45 markus Exp $ */ -+/* $OpenBSD: auth2-chall.c,v 1.43 2015/07/18 07:57:14 djm Exp $ */ - /* - * Copyright (c) 2001 Markus Friedl. All rights reserved. - * Copyright (c) 2001 Per Allansson. All rights reserved. -@@ -83,6 +83,7 @@ struct KbdintAuthctxt - void *ctxt; - KbdintDevice *device; - u_int nreq; -+ u_int devices_done; - }; - - #ifdef USE_PAM -@@ -169,11 +170,15 @@ kbdint_next_device(Authctxt *authctxt, KbdintAuthctxt *kbdintctxt) - if (len == 0) - break; - for (i = 0; devices[i]; i++) { -- if (!auth2_method_allowed(authctxt, -+ if ((kbdintctxt->devices_done & (1 << i)) != 0 || -+ !auth2_method_allowed(authctxt, - "keyboard-interactive", devices[i]->name)) - continue; -- if (strncmp(kbdintctxt->devices, devices[i]->name, len) == 0) -+ if (strncmp(kbdintctxt->devices, devices[i]->name, -+ len) == 0) { - kbdintctxt->device = devices[i]; -+ kbdintctxt->devices_done |= 1 << i; -+ } - } - t = kbdintctxt->devices; - kbdintctxt->devices = t[len] ? xstrdup(t+len+1) : NULL; --- -cgit v0.11.2 -
[arch-commits] Commit in openssh/repos (22 files)
Date: Tuesday, August 11, 2015 @ 16:21:42 Author: bisson Revision: 243158 archrelease: copy trunk to testing-i686, testing-x86_64 Added: openssh/repos/testing-i686/ openssh/repos/testing-i686/PKGBUILD (from rev 243157, openssh/trunk/PKGBUILD) openssh/repos/testing-i686/dispatch.patch (from rev 243157, openssh/trunk/dispatch.patch) openssh/repos/testing-i686/error.patch (from rev 243157, openssh/trunk/error.patch) openssh/repos/testing-i686/install (from rev 243157, openssh/trunk/install) openssh/repos/testing-i686/sshd.conf (from rev 243157, openssh/trunk/sshd.conf) openssh/repos/testing-i686/sshd.pam (from rev 243157, openssh/trunk/sshd.pam) openssh/repos/testing-i686/sshd.service (from rev 243157, openssh/trunk/sshd.service) openssh/repos/testing-i686/sshd.socket (from rev 243157, openssh/trunk/sshd.socket) openssh/repos/testing-i686/sshd@.service (from rev 243157, openssh/trunk/sshd@.service) openssh/repos/testing-i686/sshdgenkeys.service (from rev 243157, openssh/trunk/sshdgenkeys.service) openssh/repos/testing-x86_64/ openssh/repos/testing-x86_64/PKGBUILD (from rev 243157, openssh/trunk/PKGBUILD) openssh/repos/testing-x86_64/dispatch.patch (from rev 243157, openssh/trunk/dispatch.patch) openssh/repos/testing-x86_64/error.patch (from rev 243157, openssh/trunk/error.patch) openssh/repos/testing-x86_64/install (from rev 243157, openssh/trunk/install) openssh/repos/testing-x86_64/sshd.conf (from rev 243157, openssh/trunk/sshd.conf) openssh/repos/testing-x86_64/sshd.pam (from rev 243157, openssh/trunk/sshd.pam) openssh/repos/testing-x86_64/sshd.service (from rev 243157, openssh/trunk/sshd.service) openssh/repos/testing-x86_64/sshd.socket (from rev 243157, openssh/trunk/sshd.socket) openssh/repos/testing-x86_64/sshd@.service (from rev 243157, openssh/trunk/sshd@.service) openssh/repos/testing-x86_64/sshdgenkeys.service (from rev 243157, openssh/trunk/sshdgenkeys.service) + testing-i686/PKGBUILD | 92 +++ testing-i686/dispatch.patch| 81 ++ testing-i686/error.patch | 25 + testing-i686/install | 10 +++ testing-i686/sshd.conf |1 testing-i686/sshd.pam |6 ++ testing-i686/sshd.service | 17 ++ testing-i686/sshd.socket | 10 +++ testing-i686/sshd@.service |8 +++ testing-i686/sshdgenkeys.service | 17 ++ testing-x86_64/PKGBUILD| 92 +++ testing-x86_64/dispatch.patch | 81 ++ testing-x86_64/error.patch | 25 + testing-x86_64/install | 10 +++ testing-x86_64/sshd.conf |1 testing-x86_64/sshd.pam|6 ++ testing-x86_64/sshd.service| 17 ++ testing-x86_64/sshd.socket | 10 +++ testing-x86_64/sshd@.service |8 +++ testing-x86_64/sshdgenkeys.service | 17 ++ 20 files changed, 534 insertions(+) Copied: openssh/repos/testing-i686/PKGBUILD (from rev 243157, openssh/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-11 14:21:42 UTC (rev 243158) @@ -0,0 +1,92 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Aaron Griffin +# Contributor: judd + +pkgname=openssh +pkgver=7.0p1 +pkgrel=1 +pkgdesc='Free version of the SSH connectivity tools' +url='http://www.openssh.org/portable.html' +license=('custom:BSD') +arch=('i686' 'x86_64') +makedepends=('linux-headers') +depends=('krb5' 'openssl' 'libedit' 'ldns') +optdepends=('xorg-xauth: X11 forwarding' +'x11-ssh-askpass: input passphrase in X') +validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30') +source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc} +'sshdgenkeys.service' +'sshd@.service' +'sshd.service' +'sshd.socket' +'sshd.conf' +'sshd.pam') +sha1sums=('d8337c9eab91d360d104f6dd805f8b32089c063c' 'SKIP' + 'cc1ceec606c98c7407e7ac21ade23aed81e31405' + '6a0ff3305692cf83aca96e10f3bb51e1c26fccda' + 'ec49c6beba923e201505f5669cea48cad29014db' + 'e12fa910b26a5634e5a6ac39ce1399a132cf6796' + 'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f' + 'd93dca5ebda4610ff7647187f8928a3de28703f3') + +backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd') + +install=install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --sbindir=/usr/bin \ + --libexecdir=/usr/lib/ssh \ + --sysconfdir=/etc/ssh \ + --with-ldns \ +
[arch-commits] Commit in linux/repos (14 files)
Date: Tuesday, August 11, 2015 @ 16:13:04 Author: tpowa Revision: 243156 archrelease: copy trunk to testing-i686, testing-x86_64 Added: linux/repos/testing-i686/ linux/repos/testing-i686/PKGBUILD (from rev 243155, linux/trunk/PKGBUILD) linux/repos/testing-i686/change-default-console-loglevel.patch (from rev 243155, linux/trunk/change-default-console-loglevel.patch) linux/repos/testing-i686/config (from rev 243155, linux/trunk/config) linux/repos/testing-i686/config.x86_64 (from rev 243155, linux/trunk/config.x86_64) linux/repos/testing-i686/linux.install (from rev 243155, linux/trunk/linux.install) linux/repos/testing-i686/linux.preset (from rev 243155, linux/trunk/linux.preset) linux/repos/testing-x86_64/ linux/repos/testing-x86_64/PKGBUILD (from rev 243155, linux/trunk/PKGBUILD) linux/repos/testing-x86_64/change-default-console-loglevel.patch (from rev 243155, linux/trunk/change-default-console-loglevel.patch) linux/repos/testing-x86_64/config (from rev 243155, linux/trunk/config) linux/repos/testing-x86_64/config.x86_64 (from rev 243155, linux/trunk/config.x86_64) linux/repos/testing-x86_64/linux.install (from rev 243155, linux/trunk/linux.install) linux/repos/testing-x86_64/linux.preset (from rev 243155, linux/trunk/linux.preset) --+ testing-i686/PKGBUILD| 298 testing-i686/change-default-console-loglevel.patch | 11 testing-i686/config | 7518 + testing-i686/config.x86_64 | 7268 testing-i686/linux.install | 37 testing-i686/linux.preset| 14 testing-x86_64/PKGBUILD | 298 testing-x86_64/change-default-console-loglevel.patch | 11 testing-x86_64/config| 7518 + testing-x86_64/config.x86_64 | 7268 testing-x86_64/linux.install | 37 testing-x86_64/linux.preset | 14 12 files changed, 30292 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 243155:243156 to see the changes.
[arch-commits] Commit in linux/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 16:12:45 Author: tpowa Revision: 243155 upgpkg: linux 4.1.5-1 bump to latest version Modified: linux/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 09:34:19 UTC (rev 243154) +++ PKGBUILD2015-08-11 14:12:45 UTC (rev 243155) @@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel #pkgbase=linux-custom # Build kernel with a different name _srcname=linux-4.1 -pkgver=4.1.4 +pkgver=4.1.5 pkgrel=1 arch=('i686' 'x86_64') url="http://www.kernel.org/"; @@ -23,7 +23,7 @@ 'change-default-console-loglevel.patch') sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f' 'SKIP' -'0976127a60a950acf2796f642ac647e5231573b9a0f25703a37a50b988bf3b88' +'b495cf8a7b978986dd2b757b687751c62f635d15cc2228edb80934bc0d449dcc' 'SKIP' 'b5d6829dcb75d99fea401d9579e859a6ebb9bc09b2d6992dde171e8f05d5cbcf' 'ee55d469a4c00b6fb4144549f2a9c5b84d9fe7948c7cbd2637dce72227392b4f'
[arch-commits] Commit in owncloud/repos/community-any (4 files)
Date: Tuesday, August 11, 2015 @ 15:40:21 Author: spupykin Revision: 138237 archrelease: copy trunk to community-any Added: owncloud/repos/community-any/PKGBUILD (from rev 138236, owncloud/trunk/PKGBUILD) owncloud/repos/community-any/apache.example.conf (from rev 138236, owncloud/trunk/apache.example.conf) Deleted: owncloud/repos/community-any/PKGBUILD owncloud/repos/community-any/apache.example.conf -+ PKGBUILD| 200 +- apache.example.conf | 36 - 2 files changed, 118 insertions(+), 118 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 13:40:13 UTC (rev 138236) +++ PKGBUILD2015-08-11 13:40:21 UTC (rev 138237) @@ -1,100 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Antonio Rojas -# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov - -pkgname=owncloud -pkgver=8.1.0 -pkgrel=1 -pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" -arch=('any') -url="http://owncloud.org/"; -license=('GPL') -depends=('php-gd') -optdepends=('php-apache: to use the Apache web server' - 'php-sqlite: to use the SQLite database backend' - 'php-pgsql: to use the PostgreSQL database backend' - 'php-ldap: LDAP authentication' - 'php-intl' - 'php-apcu' - 'php-xcache' - 'mariadb: to use the MySQL database backend' - 'smbclient: to mount SAMBA shares' - 'php-mcrypt' -# 'php-imagick: file preview' - 'ffmpeg: file preview' - 'libreoffice: file preview') -makedepends=() -options=('!strip') -backup=('etc/webapps/owncloud/apache.example.conf') -validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26') -_watch="https://owncloud.org/changelog/"; -#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc} -source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz"; - "$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz"; - "$pkgname-apps-$pkgver.tar.gz::https://github.com/owncloud/apps/archive/v$pkgver.tar.gz"; - "$pkgname-updater-$pkgver.tar.gz::https://github.com/owncloud/updater/archive/v$pkgver.tar.gz"; - "$pkgname-templateeditor-$pkgver.tar.gz::https://github.com/owncloud/templateeditor/archive/v$pkgver.tar.gz"; - "$pkgname-firstrunwizard-$pkgver.tar.gz::https://github.com/owncloud/firstrunwizard/archive/v$pkgver.tar.gz"; - "$pkgname-files_texteditor-$pkgver.tar.gz::https://github.com/owncloud/files_texteditor/archive/v$pkgver.tar.gz"; - "$pkgname-files_locking-$pkgver.tar.gz::https://github.com/owncloud/files_locking/archive/v$pkgver.tar.gz"; - "$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz"; - "$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz"; - 'apache.example.conf') -md5sums=('d4ca7c752d1b55e44c4682af990f4487' - 'fd31483c2905fbc5a975f6b46f857251' - '5da0c24f8270b185c7f9c479354229f7' - '0035cea5a2e3aaa9566da40fe1c24daa' - 'f9233bc93c5e2766fd2b06d37e9bbd19' - '308a07e6a376759fff3fb2d3a713d8ac' - '34c8bd35e5415f56b76ac77fe6c12811' - 'dbed0c57f6ca9a818736b3afb91be5f5' - 'b095523ab1aa01a094d7dd449bcbd11d' - 'd77ba39babd5d4c8f35616de712828dc' - '64c6edf88bcbb37d063e4bf77b39237f') - -prepare() { - cd $srcdir/core-$pkgver - sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" config/config.sample.php - rm -rf $srcdir/core-$pkgver/3rdparty - mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty - mv $srcdir/apps-$pkgver/* $srcdir/core-$pkgver/apps - for i in files_locking files_pdfviewer files_texteditor firstrunwizard \ - templateeditor updater activity; do -mv $srcdir/$i-$pkgver $srcdir/core-$pkgver/apps/$i - done - find . -type f -name .gitattributes -delete - find . -type f -name .gitkeep -delete - find . -type f -name .gitignore -delete - find . -type f -name .gitmodules -delete - find . -type f -name .travis.yml -delete - find . -type d -name .git -exec rm -rf {} \; -} - -package() { - # install license - install -d ${pkgdir}/usr/share/licenses/${pkgname} - cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname} - - # install project - install -d ${pkgdir}/usr/share/webapps/ - cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname} - rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests - - # install apache config file - install -d ${pkgdir}/etc/webapps/${pkgname} - install -m 644 ${srcdir}/apache.example.conf ${pkgdir}/etc/webapps/${pkgname} - - # move config to /etc - mv ${pkgdir}/usr/share/webapps/owncloud/config ${pkgdir}/etc/webapp
[arch-commits] Commit in owncloud-app-bookmarks/repos/community-any (2 files)
Date: Tuesday, August 11, 2015 @ 15:40:40 Author: spupykin Revision: 138239 archrelease: copy trunk to community-any Added: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 138238, owncloud-app-bookmarks/trunk/PKGBUILD) Deleted: owncloud-app-bookmarks/repos/community-any/PKGBUILD --+ PKGBUILD | 40 1 file changed, 20 insertions(+), 20 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 13:40:32 UTC (rev 138238) +++ PKGBUILD2015-08-11 13:40:40 UTC (rev 138239) @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $ -# Maintainer: Sergej Pupykin - -pkgname=owncloud-app-bookmarks -pkgver=8.1.0 -pkgrel=1 -pkgdesc="Bookmarks app for owncloud" -arch=('any') -url="http://owncloud.org/"; -license=('GPL') -depends=('owncloud') -makedepends=() -options=('!strip') -source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz";) -md5sums=('ad04c19e0fb5f90ba7c7cc61619b4636') - -package() { - install -d ${pkgdir}/usr/share/webapps/owncloud/apps - cp -a ${srcdir}/bookmarks-$pkgver ${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks -} Copied: owncloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 138238, owncloud-app-bookmarks/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 13:40:40 UTC (rev 138239) @@ -0,0 +1,20 @@ +# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $ +# Maintainer: Sergej Pupykin + +pkgname=owncloud-app-bookmarks +pkgver=8.1.1 +pkgrel=1 +pkgdesc="Bookmarks app for owncloud" +arch=('any') +url="http://owncloud.org/"; +license=('GPL') +depends=('owncloud') +makedepends=() +options=('!strip') +source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz";) +md5sums=('ccc952bed7ba5511497495ae2dfdbb8b') + +package() { + install -d ${pkgdir}/usr/share/webapps/owncloud/apps + cp -a ${srcdir}/bookmarks-$pkgver ${pkgdir}/usr/share/webapps/owncloud/apps/bookmarks +}
[arch-commits] Commit in owncloud-app-gallery/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 15:40:57 Author: spupykin Revision: 138242 upgpkg: owncloud-app-gallery 8.1.1-1 upd Modified: owncloud-app-gallery/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 13:40:52 UTC (rev 138241) +++ PKGBUILD2015-08-11 13:40:57 UTC (rev 138242) @@ -2,7 +2,7 @@ # Maintainer: Sergej Pupykin pkgname=owncloud-app-gallery -pkgver=8.1.0 +pkgver=8.1.1 pkgrel=1 pkgdesc="Gallery app for owncloud" arch=('any') @@ -12,7 +12,7 @@ makedepends=() options=('!strip') source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz";) -md5sums=('03bac65d82e6d49cf7d8cec899ae0bb1') +md5sums=('5a687ab8ad40288035e5ac62b336ba19') package() { install -d ${pkgdir}/usr/share/webapps/owncloud/apps
[arch-commits] Commit in owncloud-app-bookmarks/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 15:40:32 Author: spupykin Revision: 138238 upgpkg: owncloud-app-bookmarks 8.1.1-1 upd Modified: owncloud-app-bookmarks/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 13:40:21 UTC (rev 138237) +++ PKGBUILD2015-08-11 13:40:32 UTC (rev 138238) @@ -2,7 +2,7 @@ # Maintainer: Sergej Pupykin pkgname=owncloud-app-bookmarks -pkgver=8.1.0 +pkgver=8.1.1 pkgrel=1 pkgdesc="Bookmarks app for owncloud" arch=('any') @@ -12,7 +12,7 @@ makedepends=() options=('!strip') source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz";) -md5sums=('ad04c19e0fb5f90ba7c7cc61619b4636') +md5sums=('ccc952bed7ba5511497495ae2dfdbb8b') package() { install -d ${pkgdir}/usr/share/webapps/owncloud/apps
[arch-commits] Commit in owncloud-app-gallery/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 15:41:06 Author: spupykin Revision: 138243 archrelease: copy trunk to community-any Added: owncloud-app-gallery/repos/community-any/PKGBUILD (from rev 138242, owncloud-app-gallery/trunk/PKGBUILD) Deleted: owncloud-app-gallery/repos/community-any/PKGBUILD --+ PKGBUILD | 40 1 file changed, 20 insertions(+), 20 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 13:40:57 UTC (rev 138242) +++ PKGBUILD2015-08-11 13:41:06 UTC (rev 138243) @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $ -# Maintainer: Sergej Pupykin - -pkgname=owncloud-app-gallery -pkgver=8.1.0 -pkgrel=1 -pkgdesc="Gallery app for owncloud" -arch=('any') -url="http://owncloud.org/"; -license=('GPL') -depends=('owncloud') -makedepends=() -options=('!strip') -source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz";) -md5sums=('03bac65d82e6d49cf7d8cec899ae0bb1') - -package() { - install -d ${pkgdir}/usr/share/webapps/owncloud/apps - cp -a ${srcdir}/gallery-$pkgver ${pkgdir}/usr/share/webapps/owncloud/apps/gallery -} Copied: owncloud-app-gallery/repos/community-any/PKGBUILD (from rev 138242, owncloud-app-gallery/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 13:41:06 UTC (rev 138243) @@ -0,0 +1,20 @@ +# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $ +# Maintainer: Sergej Pupykin + +pkgname=owncloud-app-gallery +pkgver=8.1.1 +pkgrel=1 +pkgdesc="Gallery app for owncloud" +arch=('any') +url="http://owncloud.org/"; +license=('GPL') +depends=('owncloud') +makedepends=() +options=('!strip') +source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz";) +md5sums=('5a687ab8ad40288035e5ac62b336ba19') + +package() { + install -d ${pkgdir}/usr/share/webapps/owncloud/apps + cp -a ${srcdir}/gallery-$pkgver ${pkgdir}/usr/share/webapps/owncloud/apps/gallery +}
[arch-commits] Commit in owncloud-app-documents/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 15:40:44 Author: spupykin Revision: 138240 upgpkg: owncloud-app-documents 8.1.1-1 upd Modified: owncloud-app-documents/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 13:40:40 UTC (rev 138239) +++ PKGBUILD2015-08-11 13:40:44 UTC (rev 138240) @@ -2,7 +2,7 @@ # Maintainer: Sergej Pupykin pkgname=owncloud-app-documents -pkgver=8.1.0 +pkgver=8.1.1 pkgrel=1 pkgdesc="Documents app for owncloud" arch=('any') @@ -12,7 +12,7 @@ makedepends=() options=('!strip') source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";) -md5sums=('9d7a6ba973511a32b20a0928ab1ab5c3') +md5sums=('36554523c5f7039efb2788cb88c82b36') package() { install -d ${pkgdir}/usr/share/webapps/owncloud/apps
[arch-commits] Commit in owncloud-app-documents/repos/community-any (2 files)
Date: Tuesday, August 11, 2015 @ 15:40:52 Author: spupykin Revision: 138241 archrelease: copy trunk to community-any Added: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 138240, owncloud-app-documents/trunk/PKGBUILD) Deleted: owncloud-app-documents/repos/community-any/PKGBUILD --+ PKGBUILD | 40 1 file changed, 20 insertions(+), 20 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 13:40:44 UTC (rev 138240) +++ PKGBUILD2015-08-11 13:40:52 UTC (rev 138241) @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $ -# Maintainer: Sergej Pupykin - -pkgname=owncloud-app-documents -pkgver=8.1.0 -pkgrel=1 -pkgdesc="Documents app for owncloud" -arch=('any') -url="http://owncloud.org/"; -license=('GPL') -depends=('owncloud') -makedepends=() -options=('!strip') -source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";) -md5sums=('9d7a6ba973511a32b20a0928ab1ab5c3') - -package() { - install -d ${pkgdir}/usr/share/webapps/owncloud/apps - cp -a ${srcdir}/documents-$pkgver ${pkgdir}/usr/share/webapps/owncloud/apps/documents -} Copied: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 138240, owncloud-app-documents/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 13:40:52 UTC (rev 138241) @@ -0,0 +1,20 @@ +# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $ +# Maintainer: Sergej Pupykin + +pkgname=owncloud-app-documents +pkgver=8.1.1 +pkgrel=1 +pkgdesc="Documents app for owncloud" +arch=('any') +url="http://owncloud.org/"; +license=('GPL') +depends=('owncloud') +makedepends=() +options=('!strip') +source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz";) +md5sums=('36554523c5f7039efb2788cb88c82b36') + +package() { + install -d ${pkgdir}/usr/share/webapps/owncloud/apps + cp -a ${srcdir}/documents-$pkgver ${pkgdir}/usr/share/webapps/owncloud/apps/documents +}
[arch-commits] Commit in owncloud/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 15:40:13 Author: spupykin Revision: 138236 upgpkg: owncloud 8.1.1-1 upd Modified: owncloud/trunk/PKGBUILD --+ PKGBUILD | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 13:12:02 UTC (rev 138235) +++ PKGBUILD2015-08-11 13:40:13 UTC (rev 138236) @@ -4,7 +4,7 @@ # Based on owncloud-git PKGBUILD by Alexander Ovsyannikov pkgname=owncloud -pkgver=8.1.0 +pkgver=8.1.1 pkgrel=1 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" arch=('any') @@ -41,16 +41,16 @@ "$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz"; "$pkgname-activity-$pkgver.tar.gz::https://github.com/owncloud/activity/archive/v$pkgver.tar.gz"; 'apache.example.conf') -md5sums=('d4ca7c752d1b55e44c4682af990f4487' - 'fd31483c2905fbc5a975f6b46f857251' - '5da0c24f8270b185c7f9c479354229f7' - '0035cea5a2e3aaa9566da40fe1c24daa' - 'f9233bc93c5e2766fd2b06d37e9bbd19' - '308a07e6a376759fff3fb2d3a713d8ac' - '34c8bd35e5415f56b76ac77fe6c12811' - 'dbed0c57f6ca9a818736b3afb91be5f5' - 'b095523ab1aa01a094d7dd449bcbd11d' - 'd77ba39babd5d4c8f35616de712828dc' +md5sums=('f090316ebc6c1f94428165141311a243' + 'ead753509c03d37d732024a344054b04' + '651575b541d4539b25b0dea57854eadb' + '80bd3f3c0271c70df91502082d8318f7' + 'a5aa02a6bf5e60da4fae85d73f0b4462' + '0e8a8f2d39d8eade343633c66949db59' + '39b26de12e7b3b4f9b0d7a86a601c54a' + '6b7febebc486fd64c0da914fa7df8a2f' + '999fc7a365b9a26d128b4c65e174f1cf' + 'a36ddd7c878f0f96fa170784f99c058a' '64c6edf88bcbb37d063e4bf77b39237f') prepare() {
[arch-commits] Commit in udpxy/trunk (PKGBUILD pidfile.patch udpxy.service)
Date: Tuesday, August 11, 2015 @ 15:11:50 Author: spupykin Revision: 138234 upgpkg: udpxy 1.0.23.9-1 upd Modified: udpxy/trunk/PKGBUILD udpxy/trunk/udpxy.service Deleted: udpxy/trunk/pidfile.patch ---+ PKGBUILD | 26 +- pidfile.patch | 48 udpxy.service |1 - 3 files changed, 9 insertions(+), 66 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 12:59:11 UTC (rev 138233) +++ PKGBUILD2015-08-11 13:11:50 UTC (rev 138234) @@ -5,33 +5,25 @@ # Maintainer: Jose Riha pkgname=udpxy -pkgver=1.0.23.0 -_pkgver=1.0.23-0 -pkgrel=3 +pkgver=1.0.23.9 +_pkgver=1.0.23-9 +pkgrel=1 pkgdesc="small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client's TCP (HTTP) connection." arch=(i686 x86_64) url="http://udpxy.sf.net"; license=('GPL3') -source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/Chipmunk-1.0/$pkgname.${_pkgver}-prod.tar.gz - $pkgname.service - pidfile.patch) -md5sums=('3dd99ba264078e873cbe1d98369ed423' - 'f47aeec41aa03acd4b61a6bfa03b0dff' - '7a268f58ee964895377c95d16c9c633a') +source=(http://www.udpxy.com/download/1_23/udpxy.${_pkgver}-prod.tar.gz + $pkgname.service) +md5sums=('0c953f7dd80329c1a062997afb9b6744' + 'e18b0a7f285789e1f2fe80238deb434d') -prepare() { - cd "$srcdir/$pkgname-${_pkgver}" - patch -Np1 -i "${srcdir}/pidfile.patch" - sed -i '/ln -s $(INSTALLROOT)\/bin\/$(EXEC) $(INSTALLROOT)\/bin\/$(UDPXREC/s%$(INSTALLROOT)%/usr%' Makefile -} - build() { cd "$srcdir/$pkgname-${_pkgver}" - make + make PREFIX=/usr CC="gcc -O2" } package() { cd "$srcdir/$pkgname-${_pkgver}" - make INSTALLROOT="$pkgdir/usr" install + make DESTDIR="$pkgdir" PREFIX=/usr install install -D -m644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service } Deleted: pidfile.patch === --- pidfile.patch 2015-08-11 12:59:11 UTC (rev 138233) +++ pidfile.patch 2015-08-11 13:11:50 UTC (rev 138234) @@ -1,48 +0,0 @@ -diff --git a/udpxy.c b/udpxy.c -index 43f213a..8f0e30d 100644 a/udpxy.c -+++ b/udpxy.c -@@ -1423,7 +1423,7 @@ udpxy_main( int argc, char* const argv[] ) - } - } - --rc = set_pidfile( g_udpxy_app, port, pidfile, sizeof(pidfile) ); -+rc = set_pidfile( g_udpxy_app, pidfile, sizeof(pidfile) ); - if( 0 != rc ) { - mperror( g_flog, errno, "set_pidfile" ); - rc = ERR_INTERNAL; break; -diff --git a/util.c b/util.c -index 0ad34bb..6b7daf8 100644 a/util.c -+++ b/util.c -@@ -302,7 +302,7 @@ make_pidfile( const char* fpath, pid_t pid, FILE* log ) - * (fail if destination directory is not writable) - */ - int --set_pidfile( const char* appname, int port, char* buf, size_t len ) -+set_pidfile( const char* appname, char* buf, size_t len ) - { - int n = -1; - -@@ -311,7 +311,7 @@ set_pidfile( const char* appname, int port, char* buf, size_t len ) - if( -1 == access(PIDFILE_DIR, W_OK ) ) - return -1; - --n = snprintf( buf, len, "%s/%s%d.pid", PIDFILE_DIR, appname, port ); -+n = snprintf( buf, len, "%s/%s.pid", PIDFILE_DIR, appname ); - if( n < 0 ) return EXIT_FAILURE; - - buf[ len - 1 ] = '\0'; -diff --git a/util.h b/util.h -index f274c7b..64a10d1 100644 a/util.h -+++ b/util.h -@@ -66,7 +66,7 @@ make_pidfile( const char* fpath, pid_t pid, FILE* log ); - * (fail of destination directory is not writable) - */ - int --set_pidfile( const char* appname, int port, char* buf, size_t len ); -+set_pidfile( const char* appname, char* buf, size_t len ); - - /* write buffer to designated socket/file - * return number of bytes read/written or one of the error Modified: udpxy.service === --- udpxy.service 2015-08-11 12:59:11 UTC (rev 138233) +++ udpxy.service 2015-08-11 13:11:50 UTC (rev 138234) @@ -4,7 +4,6 @@ [Service] Type=simple -PIDFile=/run/udpxy.pid ExecStart=/usr/bin/udpxy -T -S -p 4022 -B 256kb [Install]
[arch-commits] Commit in udpxy/repos (10 files)
Date: Tuesday, August 11, 2015 @ 15:12:02 Author: spupykin Revision: 138235 archrelease: copy trunk to community-i686, community-x86_64 Added: udpxy/repos/community-i686/PKGBUILD (from rev 138234, udpxy/trunk/PKGBUILD) udpxy/repos/community-i686/udpxy.service (from rev 138234, udpxy/trunk/udpxy.service) udpxy/repos/community-x86_64/PKGBUILD (from rev 138234, udpxy/trunk/PKGBUILD) udpxy/repos/community-x86_64/udpxy.service (from rev 138234, udpxy/trunk/udpxy.service) Deleted: udpxy/repos/community-i686/PKGBUILD udpxy/repos/community-i686/pidfile.patch udpxy/repos/community-i686/udpxy.service udpxy/repos/community-x86_64/PKGBUILD udpxy/repos/community-x86_64/pidfile.patch udpxy/repos/community-x86_64/udpxy.service + /PKGBUILD | 58 +++ /udpxy.service | 20 + community-i686/PKGBUILD| 37 community-i686/pidfile.patch | 48 community-i686/udpxy.service | 11 --- community-x86_64/PKGBUILD | 37 community-x86_64/pidfile.patch | 48 community-x86_64/udpxy.service | 11 --- 8 files changed, 78 insertions(+), 192 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 13:11:50 UTC (rev 138234) +++ community-i686/PKGBUILD 2015-08-11 13:12:02 UTC (rev 138235) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Konstantin Shabanov -# Contributor: Evka -# Maintainer: Jose Riha - -pkgname=udpxy -pkgver=1.0.23.0 -_pkgver=1.0.23-0 -pkgrel=3 -pkgdesc="small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client's TCP (HTTP) connection." -arch=(i686 x86_64) -url="http://udpxy.sf.net"; -license=('GPL3') -source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/Chipmunk-1.0/$pkgname.${_pkgver}-prod.tar.gz - $pkgname.service - pidfile.patch) -md5sums=('3dd99ba264078e873cbe1d98369ed423' - 'f47aeec41aa03acd4b61a6bfa03b0dff' - '7a268f58ee964895377c95d16c9c633a') - -prepare() { - cd "$srcdir/$pkgname-${_pkgver}" - patch -Np1 -i "${srcdir}/pidfile.patch" - sed -i '/ln -s $(INSTALLROOT)\/bin\/$(EXEC) $(INSTALLROOT)\/bin\/$(UDPXREC/s%$(INSTALLROOT)%/usr%' Makefile -} - -build() { - cd "$srcdir/$pkgname-${_pkgver}" - make -} - -package() { - cd "$srcdir/$pkgname-${_pkgver}" - make INSTALLROOT="$pkgdir/usr" install - install -D -m644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service -} Copied: udpxy/repos/community-i686/PKGBUILD (from rev 138234, udpxy/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 13:12:02 UTC (rev 138235) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Konstantin Shabanov +# Contributor: Evka +# Maintainer: Jose Riha + +pkgname=udpxy +pkgver=1.0.23.9 +_pkgver=1.0.23-9 +pkgrel=1 +pkgdesc="small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client's TCP (HTTP) connection." +arch=(i686 x86_64) +url="http://udpxy.sf.net"; +license=('GPL3') +source=(http://www.udpxy.com/download/1_23/udpxy.${_pkgver}-prod.tar.gz + $pkgname.service) +md5sums=('0c953f7dd80329c1a062997afb9b6744' + 'e18b0a7f285789e1f2fe80238deb434d') + +build() { + cd "$srcdir/$pkgname-${_pkgver}" + make PREFIX=/usr CC="gcc -O2" +} + +package() { + cd "$srcdir/$pkgname-${_pkgver}" + make DESTDIR="$pkgdir" PREFIX=/usr install + install -D -m644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service +} Deleted: community-i686/pidfile.patch === --- community-i686/pidfile.patch2015-08-11 13:11:50 UTC (rev 138234) +++ community-i686/pidfile.patch2015-08-11 13:12:02 UTC (rev 138235) @@ -1,48 +0,0 @@ -diff --git a/udpxy.c b/udpxy.c -index 43f213a..8f0e30d 100644 a/udpxy.c -+++ b/udpxy.c -@@ -1423,7 +1423,7 @@ udpxy_main( int argc, char* const argv[] ) - } - } - --rc = set_pidfile( g_udpxy_app, port, pidfile, sizeof(pidfile) ); -+rc = set_pidfile( g_udpxy_app, pidfile, sizeof(pidfile) ); - if( 0 != rc ) { - mperror( g_flog, errno, "set_pidfile" ); - rc = ERR_INTERNAL; break; -diff --git a/util.c b/util.c -index 0ad34bb..6b7daf8 100644 a/util.c -+++ b/util.c -@@ -302,7 +302,7 @@ make_pidfile( const char* fpath, pid_t pid, FILE* log ) - * (fail if destination directory is not writable) - */ - int --set_pidfile( const char* appname, int port, char* buf, size_t len ) -+set_pidfile( const char* appname, char* buf, size_t len ) - { - int n
[arch-commits] Commit in poedit/repos (8 files)
Date: Tuesday, August 11, 2015 @ 14:59:11 Author: spupykin Revision: 138233 archrelease: copy trunk to community-i686, community-x86_64 Added: poedit/repos/community-i686/PKGBUILD (from rev 138232, poedit/trunk/PKGBUILD) poedit/repos/community-i686/poedit.install (from rev 138232, poedit/trunk/poedit.install) poedit/repos/community-x86_64/PKGBUILD (from rev 138232, poedit/trunk/PKGBUILD) poedit/repos/community-x86_64/poedit.install (from rev 138232, poedit/trunk/poedit.install) Deleted: poedit/repos/community-i686/PKGBUILD poedit/repos/community-i686/poedit.install poedit/repos/community-x86_64/PKGBUILD poedit/repos/community-x86_64/poedit.install -+ /PKGBUILD | 66 ++ /poedit.install | 24 + community-i686/PKGBUILD | 33 --- community-i686/poedit.install | 12 -- community-x86_64/PKGBUILD | 33 --- community-x86_64/poedit.install | 12 -- 6 files changed, 90 insertions(+), 90 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 12:58:58 UTC (rev 138232) +++ community-i686/PKGBUILD 2015-08-11 12:59:11 UTC (rev 138233) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Andrea Scarpino -# Contributor: Giovanni Scafora -# Contributor: Alexander Fehr -# Contributor: Daniel J Griffiths - -pkgname=poedit -pkgver=1.8.2 -pkgrel=1 -pkgdesc="Cross-platform gettext catalogs (.po files) editor" -arch=('i686' 'x86_64') -url="http://www.poedit.net/"; -license=('MIT') -depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell') -makedepends=('boost' 'libsm') -install=poedit.install -#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) -#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz -source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz) -md5sums=('1ba553276f2e658e6652c152a68b5243') - -build() { -cd "${srcdir}/${pkgname}-${pkgver}" -./configure --prefix=/usr --libexecdir=/usr/lib/poedit -make -} - -package() { -cd "${srcdir}/${pkgname}-${pkgver}" -make DESTDIR="${pkgdir}" install -install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: poedit/repos/community-i686/PKGBUILD (from rev 138232, poedit/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 12:59:11 UTC (rev 138233) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Andrea Scarpino +# Contributor: Giovanni Scafora +# Contributor: Alexander Fehr +# Contributor: Daniel J Griffiths + +pkgname=poedit +pkgver=1.8.4 +pkgrel=1 +pkgdesc="Cross-platform gettext catalogs (.po files) editor" +arch=('i686' 'x86_64') +url="http://www.poedit.net/"; +license=('MIT') +depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell') +makedepends=('boost' 'libsm') +install=poedit.install +#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) +#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz +source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz) +md5sums=('c5d61b1c4faa19f6d4a7dbe73138df29') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" +./configure --prefix=/usr --libexecdir=/usr/lib/poedit +make +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +make DESTDIR="${pkgdir}" install +install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: community-i686/poedit.install === --- community-i686/poedit.install 2015-08-11 12:58:58 UTC (rev 138232) +++ community-i686/poedit.install 2015-08-11 12:59:11 UTC (rev 138233) @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: poedit/repos/community-i686/poedit.install (from rev 138232, poedit/trunk/poedit.install) === --- community-i686/poedit.install (rev 0) +++ community-i686/poedit.install 2015-08-11 12:59:11 UTC (rev 138233) @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-08-11 12:58:58 UTC (rev 138232) +++ c
[arch-commits] Commit in mediainfo-gui/repos (8 files)
Date: Tuesday, August 11, 2015 @ 14:58:55 Author: spupykin Revision: 138231 archrelease: copy trunk to community-i686, community-x86_64 Added: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 138230, mediainfo-gui/trunk/PKGBUILD) mediainfo-gui/repos/community-i686/mediainfo-gui.install (from rev 138230, mediainfo-gui/trunk/mediainfo-gui.install) mediainfo-gui/repos/community-x86_64/PKGBUILD (from rev 138230, mediainfo-gui/trunk/PKGBUILD) mediainfo-gui/repos/community-x86_64/mediainfo-gui.install (from rev 138230, mediainfo-gui/trunk/mediainfo-gui.install) Deleted: mediainfo-gui/repos/community-i686/PKGBUILD mediainfo-gui/repos/community-i686/mediainfo-gui.install mediainfo-gui/repos/community-x86_64/PKGBUILD mediainfo-gui/repos/community-x86_64/mediainfo-gui.install + /PKGBUILD | 72 +++ /mediainfo-gui.install | 24 ++ community-i686/PKGBUILD| 36 --- community-i686/mediainfo-gui.install | 12 - community-x86_64/PKGBUILD | 36 --- community-x86_64/mediainfo-gui.install | 12 - 6 files changed, 96 insertions(+), 96 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 12:58:41 UTC (rev 138230) +++ community-i686/PKGBUILD 2015-08-11 12:58:55 UTC (rev 138231) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: hydro - -pkgname=mediainfo-gui -pkgver=0.7.75 -pkgrel=1 -pkgdesc="GUI for mediainfo" -arch=('i686' 'x86_64') -url="http://mediainfo.sourceforge.net"; -license=('GPL') -depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils') -makedepends=('imagemagick') -install=mediainfo-gui.install -source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) -md5sums=('be643a3e6fad73688e49d0ce6221d933') - -build() { - cd MediaInfo/Project/GNU/GUI - sh ./autogen - ./configure --prefix=/usr - make -} - -package() { - cd MediaInfo/Project/GNU/GUI - make DESTDIR="$pkgdir" install - _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | grep -oP ' \d+x\d+ ' | tr -d ' '` - install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \ -"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png" - install -m 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} "$pkgdir/usr/share/icons/" - install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \ -"$pkgdir/usr/share/pixmaps/mediainfo-gui.png" - install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \ -"$pkgdir/usr/share/applications/mediainfo-gui.desktop" -} Copied: mediainfo-gui/repos/community-i686/PKGBUILD (from rev 138230, mediainfo-gui/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 12:58:55 UTC (rev 138231) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: hydro + +pkgname=mediainfo-gui +pkgver=0.7.76 +pkgrel=1 +pkgdesc="GUI for mediainfo" +arch=('i686' 'x86_64') +url="http://mediainfo.sourceforge.net"; +license=('GPL') +depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils') +makedepends=('imagemagick') +install=mediainfo-gui.install +source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) +md5sums=('c0e0cad6262fa143341a2b6f20d98029') + +build() { + cd MediaInfo/Project/GNU/GUI + sh ./autogen.sh + ./configure --prefix=/usr + make +} + +package() { + cd MediaInfo/Project/GNU/GUI + make DESTDIR="$pkgdir" install + _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | grep -oP ' \d+x\d+ ' | tr -d ' '` + install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \ +"$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png" + install -m 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo."{svg,ico,xpm} "$pkgdir/usr/share/icons/" + install -Dm 644 "$srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png" \ +"$pkgdir/usr/share/pixmaps/mediainfo-gui.png" + install -Dm 644 "$srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop" \ +"$pkgdir/usr/share/applications/mediainfo-gui.desktop" +} Deleted: community-i686/mediainfo-gui.install === --- community-i686/mediainfo-gui.install2015-08-11 12:58:41 UTC (rev 138230) +++ community-i686/mediainfo-gui.install2015-08-11 12:58:55 UTC (rev 138231) @@ -1,12 +0,0 @@ -post_install() { - which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { -
[arch-commits] Commit in mediainfo/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 14:58:22 Author: spupykin Revision: 138228 upgpkg: mediainfo 0.7.76-1 upd Modified: mediainfo/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 12:58:18 UTC (rev 138227) +++ PKGBUILD2015-08-11 12:58:22 UTC (rev 138228) @@ -3,7 +3,7 @@ # Maintainer: hydro pkgname=mediainfo -pkgver=0.7.75 +pkgver=0.7.76 pkgrel=1 pkgdesc="supplies technical and tag information about a video or audio file" arch=('i686' 'x86_64') @@ -12,11 +12,11 @@ depends=('libmediainfo') makedepends=('libtool' 'automake' 'autoconf') source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) -md5sums=('be643a3e6fad73688e49d0ce6221d933') +md5sums=('c0e0cad6262fa143341a2b6f20d98029') build() { cd $srcdir/MediaInfo/Project/GNU/CLI - sh ./autogen + sh ./autogen.sh ./configure --prefix=/usr make }
[arch-commits] Commit in mediainfo/repos (4 files)
Date: Tuesday, August 11, 2015 @ 14:58:37 Author: spupykin Revision: 138229 archrelease: copy trunk to community-i686, community-x86_64 Added: mediainfo/repos/community-i686/PKGBUILD (from rev 138228, mediainfo/trunk/PKGBUILD) mediainfo/repos/community-x86_64/PKGBUILD (from rev 138228, mediainfo/trunk/PKGBUILD) Deleted: mediainfo/repos/community-i686/PKGBUILD mediainfo/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 52 community-i686/PKGBUILD | 26 -- community-x86_64/PKGBUILD | 26 -- 3 files changed, 52 insertions(+), 52 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 12:58:22 UTC (rev 138228) +++ community-i686/PKGBUILD 2015-08-11 12:58:37 UTC (rev 138229) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: hydro - -pkgname=mediainfo -pkgver=0.7.75 -pkgrel=1 -pkgdesc="supplies technical and tag information about a video or audio file" -arch=('i686' 'x86_64') -url="http://mediainfo.sourceforge.net"; -license=('GPL') -depends=('libmediainfo') -makedepends=('libtool' 'automake' 'autoconf') -source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) -md5sums=('be643a3e6fad73688e49d0ce6221d933') - -build() { - cd $srcdir/MediaInfo/Project/GNU/CLI - sh ./autogen - ./configure --prefix=/usr - make -} -package() { - cd $srcdir/MediaInfo/Project/GNU/CLI - make DESTDIR=$pkgdir install -} Copied: mediainfo/repos/community-i686/PKGBUILD (from rev 138228, mediainfo/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 12:58:37 UTC (rev 138229) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: hydro + +pkgname=mediainfo +pkgver=0.7.76 +pkgrel=1 +pkgdesc="supplies technical and tag information about a video or audio file" +arch=('i686' 'x86_64') +url="http://mediainfo.sourceforge.net"; +license=('GPL') +depends=('libmediainfo') +makedepends=('libtool' 'automake' 'autoconf') +source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) +md5sums=('c0e0cad6262fa143341a2b6f20d98029') + +build() { + cd $srcdir/MediaInfo/Project/GNU/CLI + sh ./autogen.sh + ./configure --prefix=/usr + make +} +package() { + cd $srcdir/MediaInfo/Project/GNU/CLI + make DESTDIR=$pkgdir install +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-08-11 12:58:22 UTC (rev 138228) +++ community-x86_64/PKGBUILD 2015-08-11 12:58:37 UTC (rev 138229) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: hydro - -pkgname=mediainfo -pkgver=0.7.75 -pkgrel=1 -pkgdesc="supplies technical and tag information about a video or audio file" -arch=('i686' 'x86_64') -url="http://mediainfo.sourceforge.net"; -license=('GPL') -depends=('libmediainfo') -makedepends=('libtool' 'automake' 'autoconf') -source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) -md5sums=('be643a3e6fad73688e49d0ce6221d933') - -build() { - cd $srcdir/MediaInfo/Project/GNU/CLI - sh ./autogen - ./configure --prefix=/usr - make -} -package() { - cd $srcdir/MediaInfo/Project/GNU/CLI - make DESTDIR=$pkgdir install -} Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 138228, mediainfo/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-08-11 12:58:37 UTC (rev 138229) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: hydro + +pkgname=mediainfo +pkgver=0.7.76 +pkgrel=1 +pkgdesc="supplies technical and tag information about a video or audio file" +arch=('i686' 'x86_64') +url="http://mediainfo.sourceforge.net"; +license=('GPL') +depends=('libmediainfo') +makedepends=('libtool' 'automake' 'autoconf') +source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) +md5sums=('c0e0cad6262fa143341a2b6f20d98029') + +build() { + cd $srcdir/MediaInfo/Project/GNU/CLI + sh ./autogen.sh + ./configure --prefix=/usr + make +} +package() { + cd $srcdir/MediaInfo/Project/GNU/CLI + make DESTDIR=$pkgdir install +}
[arch-commits] Commit in poedit/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 14:58:58 Author: spupykin Revision: 138232 upgpkg: poedit 1.8.4-1 upd Modified: poedit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 12:58:55 UTC (rev 138231) +++ PKGBUILD2015-08-11 12:58:58 UTC (rev 138232) @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths pkgname=poedit -pkgver=1.8.2 +pkgver=1.8.4 pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz) #source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz) -md5sums=('1ba553276f2e658e6652c152a68b5243') +md5sums=('c5d61b1c4faa19f6d4a7dbe73138df29') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in mediainfo-gui/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 14:58:41 Author: spupykin Revision: 138230 upgpkg: mediainfo-gui 0.7.76-1 upd Modified: mediainfo-gui/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 12:58:37 UTC (rev 138229) +++ PKGBUILD2015-08-11 12:58:41 UTC (rev 138230) @@ -3,7 +3,7 @@ # Maintainer: hydro pkgname=mediainfo-gui -pkgver=0.7.75 +pkgver=0.7.76 pkgrel=1 pkgdesc="GUI for mediainfo" arch=('i686' 'x86_64') @@ -13,11 +13,11 @@ makedepends=('imagemagick') install=mediainfo-gui.install source=(http://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.bz2) -md5sums=('be643a3e6fad73688e49d0ce6221d933') +md5sums=('c0e0cad6262fa143341a2b6f20d98029') build() { cd MediaInfo/Project/GNU/GUI - sh ./autogen + sh ./autogen.sh ./configure --prefix=/usr make }
[arch-commits] Commit in libmediainfo/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 14:58:00 Author: spupykin Revision: 138226 upgpkg: libmediainfo 0.7.76-1 upd Modified: libmediainfo/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 12:20:00 UTC (rev 138225) +++ PKGBUILD2015-08-11 12:58:00 UTC (rev 138226) @@ -3,7 +3,7 @@ # Maintainer: hydro pkgname=libmediainfo -pkgver=0.7.75 +pkgver=0.7.76 pkgrel=1 pkgdesc="shared library for mediainfo" arch=('i686' 'x86_64') @@ -13,12 +13,12 @@ makedepends=('libtool' 'automake' 'autoconf') source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2 libmediainfo-0.7.50-libmms.patch) -md5sums=('750fe31fbb92650dfb772bbff2c78fe4' +md5sums=('de3f8a33c9cab149e45984455b30bd35' '2f4b21cc250f663d52b497dedb963e3b') build() { cd $srcdir/MediaInfoLib/Project/GNU/Library - sh ./autogen + sh ./autogen.sh ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl --with-libmms make clean (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch)
[arch-commits] Commit in libmediainfo/repos (8 files)
Date: Tuesday, August 11, 2015 @ 14:58:18 Author: spupykin Revision: 138227 archrelease: copy trunk to community-i686, community-x86_64 Added: libmediainfo/repos/community-i686/PKGBUILD (from rev 138226, libmediainfo/trunk/PKGBUILD) libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch (from rev 138226, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch) libmediainfo/repos/community-x86_64/PKGBUILD (from rev 138226, libmediainfo/trunk/PKGBUILD) libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch (from rev 138226, libmediainfo/trunk/libmediainfo-0.7.50-libmms.patch) Deleted: libmediainfo/repos/community-i686/PKGBUILD libmediainfo/repos/community-i686/libmediainfo-0.7.50-libmms.patch libmediainfo/repos/community-x86_64/PKGBUILD libmediainfo/repos/community-x86_64/libmediainfo-0.7.50-libmms.patch ---+ /PKGBUILD | 76 +++ /libmediainfo-0.7.50-libmms.patch | 100 community-i686/PKGBUILD | 38 --- community-i686/libmediainfo-0.7.50-libmms.patch | 50 -- community-x86_64/PKGBUILD | 38 --- community-x86_64/libmediainfo-0.7.50-libmms.patch | 50 -- 6 files changed, 176 insertions(+), 176 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 12:58:00 UTC (rev 138226) +++ community-i686/PKGBUILD 2015-08-11 12:58:18 UTC (rev 138227) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: hydro - -pkgname=libmediainfo -pkgver=0.7.75 -pkgrel=1 -pkgdesc="shared library for mediainfo" -arch=('i686' 'x86_64') -url="http://mediainfo.sourceforge.net"; -license=('GPL') -depends=( 'curl' 'libmms' 'libzen') -makedepends=('libtool' 'automake' 'autoconf') -source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2 - libmediainfo-0.7.50-libmms.patch) -md5sums=('750fe31fbb92650dfb772bbff2c78fe4' - '2f4b21cc250f663d52b497dedb963e3b') - -build() { - cd $srcdir/MediaInfoLib/Project/GNU/Library - sh ./autogen - ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl --with-libmms - make clean - (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch) - make -} - -package() { - cd $srcdir/MediaInfoLib/Project/GNU/Library - make DESTDIR=$pkgdir install - for i in MediaInfo MediaInfoDLL; do -install -dm 755 $pkgdir/usr/include/$i -install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i - done - install -dm 755 $pkgdir/usr/lib/pkgconfig - install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc $pkgdir/usr/lib/pkgconfig - sed -i -e 's|Version: |Version: '$pkgver'|g' $pkgdir/usr/lib/pkgconfig/libmediainfo.pc -} Copied: libmediainfo/repos/community-i686/PKGBUILD (from rev 138226, libmediainfo/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 12:58:18 UTC (rev 138227) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: hydro + +pkgname=libmediainfo +pkgver=0.7.76 +pkgrel=1 +pkgdesc="shared library for mediainfo" +arch=('i686' 'x86_64') +url="http://mediainfo.sourceforge.net"; +license=('GPL') +depends=( 'curl' 'libmms' 'libzen') +makedepends=('libtool' 'automake' 'autoconf') +source=(http://mediaarea.net/download/source/libmediainfo/$pkgver/libmediainfo_$pkgver.tar.bz2 + libmediainfo-0.7.50-libmms.patch) +md5sums=('de3f8a33c9cab149e45984455b30bd35' + '2f4b21cc250f663d52b497dedb963e3b') + +build() { + cd $srcdir/MediaInfoLib/Project/GNU/Library + sh ./autogen.sh + ./configure --prefix=/usr --enable-shared --disable-static --with-libcurl --with-libmms + make clean + (cd ../../.. && patch -p1 <$srcdir/libmediainfo-0.7.50-libmms.patch) + make +} + +package() { + cd $srcdir/MediaInfoLib/Project/GNU/Library + make DESTDIR=$pkgdir install + for i in MediaInfo MediaInfoDLL; do +install -dm 755 $pkgdir/usr/include/$i +install -m 644 $srcdir/MediaInfoLib/Source/$i/*.h $pkgdir/usr/include/$i + done + install -dm 755 $pkgdir/usr/lib/pkgconfig + install -m 644 $srcdir/MediaInfoLib/Project/GNU/Library/libmediainfo.pc $pkgdir/usr/lib/pkgconfig + sed -i -e 's|Version: |Version: '$pkgver'|g' $pkgdir/usr/lib/pkgconfig/libmediainfo.pc +} Deleted: community-i686/libmediainfo-0.7.50-libmms.patch === --- community-i686/libmediainfo-0.7.50-libmms.patch 2015-08-11 12:58:00 UTC (rev 138226) +++ community-i686/libmediainfo-0.7.50-libmms.patch 2015-08-11 12:58:18 UTC (rev 138227) @@ -1,50 +0,0 @@ -diff -wbBur MediaInfoLib/Source/MediaInfo/Reader/Rea
[arch-commits] Commit in glusterfs/repos (8 files)
Date: Tuesday, August 11, 2015 @ 14:20:00 Author: spupykin Revision: 138225 archrelease: copy trunk to community-i686, community-x86_64 Added: glusterfs/repos/community-i686/PKGBUILD (from rev 138224, glusterfs/trunk/PKGBUILD) glusterfs/repos/community-i686/glusterfs.install (from rev 138224, glusterfs/trunk/glusterfs.install) glusterfs/repos/community-x86_64/PKGBUILD (from rev 138224, glusterfs/trunk/PKGBUILD) glusterfs/repos/community-x86_64/glusterfs.install (from rev 138224, glusterfs/trunk/glusterfs.install) Deleted: glusterfs/repos/community-i686/PKGBUILD glusterfs/repos/community-i686/glusterfs.install glusterfs/repos/community-x86_64/PKGBUILD glusterfs/repos/community-x86_64/glusterfs.install + /PKGBUILD | 128 +++ /glusterfs.install | 16 community-i686/PKGBUILD| 64 - community-i686/glusterfs.install |8 -- community-x86_64/PKGBUILD | 64 - community-x86_64/glusterfs.install |8 -- 6 files changed, 144 insertions(+), 144 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 12:19:48 UTC (rev 138224) +++ community-i686/PKGBUILD 2015-08-11 12:20:00 UTC (rev 138225) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributors: -# Andrei Antoukh - n...@niwi.be - http://www.niwi.be -# henning mueller - -pkgname=glusterfs -pkgver=3.7.2 -pkgrel=2 -pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' -arch=(i686 x86_64) -url='http://www.gluster.org/' -license=(GPL2 LGPL3) -install=glusterfs.install -depends=(fuse python2 libxml2 libaio liburcu) -makedepends=(flex bison) -optdepends=('rpcbind: NFS' - 'glib2: qemu-block') -#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) -source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz) -md5sums=('8354e1b830874a13c14a816e7c14c287') - -prepare() { - cd $srcdir/$pkgname-$pkgver - find -type f -name '*.py' -exec sed -i \ --e 's:env\ python:env\ python2:' \ --e 's:/usr/bin/python:/usr/bin/python2:' {} \; -} - -build() { - cd $srcdir/$pkgname-$pkgver - ./autogen.sh - ./configure \ ---prefix=/usr \ ---sbindir=/usr/bin \ ---with-mountutildir=/usr/bin \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---mandir=/usr/share/man \ ---libexecdir=/usr/lib/$pkgname \ ---with-systemddir=/usr/lib/systemd/system \ -PYTHON=python2 LEXLIB= - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make -j1 DESTDIR=$pkgdir install - - mkdir -p $pkgdir/usr/lib/tmpfiles.d - echo "d /var/run/glusterfs 0755 root root -" >$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf - - install -D -m 644 \ -$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \ -$pkgdir/usr/share/doc/glusterfs/ - - cp -rf \ -$srcdir/$pkgname-$pkgver/doc/* \ -$pkgdir/usr/share/doc/glusterfs/ - rm -rf $pkgdir/var/run -} - -# vim:set ts=2 sw=2 et: Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 138224, glusterfs/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 12:20:00 UTC (rev 138225) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributors: +# Andrei Antoukh - n...@niwi.be - http://www.niwi.be +# henning mueller + +pkgname=glusterfs +pkgver=3.7.3 +pkgrel=1 +pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' +arch=(i686 x86_64) +url='http://www.gluster.org/' +license=(GPL2 LGPL3) +install=glusterfs.install +depends=(fuse python2 libxml2 libaio liburcu) +makedepends=(flex bison) +optdepends=('rpcbind: NFS' + 'glib2: qemu-block') +#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) +source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz) +md5sums=('bb7a9fa5181a4ded7704d6cc1ca959b2') + +prepare() { + cd $srcdir/$pkgname-$pkgver + find -type f -name '*.py' -exec sed -i \ +-e 's:env\ python:env\ python2:' \ +-e 's:/usr/bin/python:/usr/bin/python2:' {} \; +} + +build() { + cd $srcdir/$pkgname-$pkgver + ./autogen.sh + ./configure \ +--prefix=/usr \ +--sbindir=/usr/bin \ +--with-mountutildir=/usr/bin \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--mandir=/usr/share/man \ +--libexecdir=/usr/lib/$pkgname \ +--with-systemddir=/usr/lib/systemd/system \ +PYTHON=python2 LEXLIB= + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make -j1 DESTDIR=$pkgdir install + + mkdir -p $pkgdir/usr/lib/tmpfiles.d + echo "d /var/run/glusterfs 0755 root ro
[arch-commits] Commit in freeradius/repos/community-x86_64 (8 files)
Date: Tuesday, August 11, 2015 @ 14:19:44 Author: spupykin Revision: 138223 archrelease: copy trunk to community-x86_64 Added: freeradius/repos/community-x86_64/PKGBUILD (from rev 138222, freeradius/trunk/PKGBUILD) freeradius/repos/community-x86_64/freeradius.install (from rev 138222, freeradius/trunk/freeradius.install) freeradius/repos/community-x86_64/freeradius.service (from rev 138222, freeradius/trunk/freeradius.service) freeradius/repos/community-x86_64/freeradius.tmpfiles (from rev 138222, freeradius/trunk/freeradius.tmpfiles) Deleted: freeradius/repos/community-x86_64/PKGBUILD freeradius/repos/community-x86_64/freeradius.install freeradius/repos/community-x86_64/freeradius.service freeradius/repos/community-x86_64/freeradius.tmpfiles -+ PKGBUILD| 112 +- freeradius.install | 36 freeradius.service | 30 ++--- freeradius.tmpfiles |2 4 files changed, 90 insertions(+), 90 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 11:59:08 UTC (rev 138222) +++ PKGBUILD2015-08-11 12:19:44 UTC (rev 138223) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Jason R Begley (jay...@digitalgoat.com> -# Contributor: Daniel Micay - -pkgname=freeradius -pkgver=3.0.8 -pkgrel=2 -pkgdesc="The premier open source RADIUS server" -arch=('i686' 'x86_64') -url="http://www.freeradius.org/"; -license=('GPL') -depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 'libpcap') -makedepends=('unixodbc' 'python2' 'curl') -optdepends=('unixodbc: for ODBC' - 'python2: for Python' - 'curl: for REST') -options=('!makeflags') -install=$pkgname.install -source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"; - freeradius.tmpfiles - freeradius.service) -md5sums=('59427bd3cc2ebd5ad62ee9dcc7d943c5' - 'f959e89812bedfc9f8308076f78cd74e' - 'e3f18e3a25df3b692e59f60605354708') - -build() { - cd $srcdir/freeradius-server-$pkgver - ./configure --with-system-libtool --with-system-libltdl \ - --prefix=/usr --enable-heimdal-krb5 \ - --localstatedir=/var \ - --sysconfdir=/etc \ - --sbindir=/usr/bin \ - --libdir=/usr/lib/freeradius \ - --with-udpfromto - make -} - -package() { - cd $srcdir/freeradius-server-$pkgver - make install R=$pkgdir - chmod o+r $pkgdir/etc/raddb/* - mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default - rm -rf $pkgdir/var/run - - install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service - install -Dm0644 $srcdir/$pkgname.tmpfiles $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf - -# template start; name=perl-binary-module-dependency; version=1; -if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then - _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') - _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') - depends+=("perl>=$_perlver_min" "perl<$_perlver_max") -fi -# template end; -} Copied: freeradius/repos/community-x86_64/PKGBUILD (from rev 138222, freeradius/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 12:19:44 UTC (rev 138223) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Jason R Begley (jay...@digitalgoat.com> +# Contributor: Daniel Micay + +pkgname=freeradius +pkgver=3.0.9 +pkgrel=1 +pkgdesc="The premier open source RADIUS server" +arch=('i686' 'x86_64') +url="http://www.freeradius.org/"; +license=('GPL') +depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 'libpcap') +makedepends=('unixodbc' 'python2' 'curl') +optdepends=('unixodbc: for ODBC' + 'python2: for Python' + 'curl: for REST') +options=('!makeflags') +install=$pkgname.install +source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"; + freeradius.tmpfiles + freeradius.service) +md5sums=('37900d34de757734b430ffa9c5ffd246' + 'f959e89812bedfc9f8308076f78cd74e' + 'e3f18e3a25df3b692e59f60605354708') + +build() { + cd $srcdir/freeradius-server-$pkgver + ./configure --with-system-libtool --with-system-libltdl \ + --prefix=/usr --enable-heimdal-krb5 \ + --localstatedir=/var \ + --sysconfdir=/etc \ + --sbindir=/usr/bin \ + --libdir=/usr/lib/freeradius \ + --with-udpfromto + make +} + +package() { + cd $srcdir/freeradius-server-$pkgver + make install R=$pkgdir + chmod o+r $pkgdir/etc/raddb/* + mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default + rm -rf $pkgdir/var/run + + install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/syst
[arch-commits] Commit in glusterfs/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 14:19:48 Author: spupykin Revision: 138224 upgpkg: glusterfs 3.7.3-1 upd Modified: glusterfs/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 12:19:44 UTC (rev 138223) +++ PKGBUILD2015-08-11 12:19:48 UTC (rev 138224) @@ -5,8 +5,8 @@ # henning mueller pkgname=glusterfs -pkgver=3.7.2 -pkgrel=2 +pkgver=3.7.3 +pkgrel=1 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.' arch=(i686 x86_64) url='http://www.gluster.org/' @@ -18,7 +18,7 @@ 'glib2: qemu-block') #source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz) source=(https://download.gluster.org/pub/gluster/glusterfs/${pkgver%.?}/$pkgver/glusterfs-$pkgver.tar.gz) -md5sums=('8354e1b830874a13c14a816e7c14c287') +md5sums=('bb7a9fa5181a4ded7704d6cc1ca959b2') prepare() { cd $srcdir/$pkgname-$pkgver
[arch-commits] Commit in mediawiki/repos/community-any (6 files)
Date: Tuesday, August 11, 2015 @ 13:59:08 Author: spupykin Revision: 138222 archrelease: copy trunk to community-any Added: mediawiki/repos/community-any/PKGBUILD (from rev 138221, mediawiki/trunk/PKGBUILD) mediawiki/repos/community-any/apache.example.conf (from rev 138221, mediawiki/trunk/apache.example.conf) mediawiki/repos/community-any/mediawiki.install (from rev 138221, mediawiki/trunk/mediawiki.install) Deleted: mediawiki/repos/community-any/PKGBUILD mediawiki/repos/community-any/apache.example.conf mediawiki/repos/community-any/mediawiki.install -+ PKGBUILD| 152 +- apache.example.conf | 14 ++-- mediawiki.install | 10 +-- 3 files changed, 88 insertions(+), 88 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 11:58:59 UTC (rev 138221) +++ PKGBUILD2015-08-11 11:59:08 UTC (rev 138222) @@ -1,76 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Sergej Pupykin - -pkgbase=mediawiki -pkgname=('mediawiki' 'mediawiki-math') -pkgver=1.25.1 -_basever=1.25 -pkgrel=1 -pkgdesc="MediaWiki engine" -arch=('any') -url="http://www.mediawiki.org/wiki/MediaWiki"; -# + http://www.mediawiki.org/wiki/Extension:Math -license=("GPL") -depends=('php') -makedepends=('git') -optdepends=('texvc: for math rendering' - 'python2' - 'pcre: for regular expressions support' - 'php-intl: to handle Unicode normalization' -# 'php-mysql: for MySQL database support' - 'php-pgsql: for PostgreSQL database support' - 'php-sqlite: for sqlite database support' - 'php-apc: for cache support' - 'php-xcache: for cache support' - 'memcached: for cache support' - 'php-gd: for thumbnails rendering' - 'imagemagick: for thumbnails rendering' - 'smtp-forwarder: for mail sending') -install=mediawiki.install -options=(!strip) -# mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_} -source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"; - "mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_}"; - apache.example.conf) -md5sums=('12d6c2d2d0cbf068ae678abc92b6a4f9' - '059c7c8909876ade51d3dc2fc7b84573' - '1b34e53d7be9a124377ac34d9821d574') - -package_mediawiki() { - cd $srcdir - install -vdm0755 $pkgdir/usr/share/webapps - install -vdm0755 $pkgdir/etc/webapps/mediawiki - cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki - - install -vDm0644 $srcdir/apache.example.conf $pkgdir/etc/webapps/mediawiki/apache.example.conf - - # move cache and images to /var - install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki - install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki - - cd $pkgdir/usr/share/webapps/mediawiki - - mv cache/.htaccess $pkgdir/var/cache/mediawiki/ - rmdir cache - ln -sf /var/cache/mediawiki cache - - mv images/* $pkgdir/var/lib/mediawiki/ - mv images/.htaccess $pkgdir/var/lib/mediawiki/ - rmdir images - ln -sf /var/lib/mediawiki images -} - -package_mediawiki-math() { - depends=('mediawiki' 'texvc') - optdepends=() - backup=() - pkgdesc="MediaWiki math extension" - unset install - - cd $srcdir - install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions -# cp -a mediawiki-math-${_basever} $pkgdir/usr/share/webapps/mediawiki/extensions/Math - cp -a wikimedia-mediawiki-extensions-Math-b5e9102 $pkgdir/usr/share/webapps/mediawiki/extensions/Math - ln -s /usr/bin/texvc $pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc -} Copied: mediawiki/repos/community-any/PKGBUILD (from rev 138221, mediawiki/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 11:59:08 UTC (rev 138222) @@ -0,0 +1,76 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Sergej Pupykin + +pkgbase=mediawiki +pkgname=('mediawiki' 'mediawiki-math') +pkgver=1.25.2 +_basever=1.25 +pkgrel=1 +pkgdesc="MediaWiki engine" +arch=('any') +url="http://www.mediawiki.org/wiki/MediaWiki"; +# + http://www.mediawiki.org/wiki/Extension:Math +license=("GPL") +depends=('php') +makedepends=('git') +optdepends=('texvc: for math rendering' + 'python2' + 'pcre: for regular expressions support' + 'php-intl: to handle Unicode normalization' +# 'php-mysql: for MySQL database support' + 'php-pgsql: for PostgreSQL database support' + 'php-sqlite: for sqlite database support' + 'php-apc: for cache support' + 'php-xcache: for cache support' + 'memcached: for cache support' + 'php-gd: for thumbnails rendering'
[arch-commits] Commit in mediawiki/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 13:58:59 Author: spupykin Revision: 138221 upgpkg: mediawiki 1.25.2-1 upd Modified: mediawiki/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 11:58:54 UTC (rev 138220) +++ PKGBUILD2015-08-11 11:58:59 UTC (rev 138221) @@ -4,7 +4,7 @@ pkgbase=mediawiki pkgname=('mediawiki' 'mediawiki-math') -pkgver=1.25.1 +pkgver=1.25.2 _basever=1.25 pkgrel=1 pkgdesc="MediaWiki engine" @@ -33,8 +33,8 @@ source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"; "mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_}"; apache.example.conf) -md5sums=('12d6c2d2d0cbf068ae678abc92b6a4f9' - '059c7c8909876ade51d3dc2fc7b84573' +md5sums=('3f5f01d995a183985bb2fc3d78ff301b' + '07ef3b61588652003f824474338ca58d' '1b34e53d7be9a124377ac34d9821d574') package_mediawiki() { @@ -71,6 +71,6 @@ cd $srcdir install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions # cp -a mediawiki-math-${_basever} $pkgdir/usr/share/webapps/mediawiki/extensions/Math - cp -a wikimedia-mediawiki-extensions-Math-b5e9102 $pkgdir/usr/share/webapps/mediawiki/extensions/Math + cp -a wikimedia-mediawiki-extensions-Math-2998273 $pkgdir/usr/share/webapps/mediawiki/extensions/Math ln -s /usr/bin/texvc $pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc }
[arch-commits] Commit in cython/repos (4 files)
Date: Tuesday, August 11, 2015 @ 13:58:23 Author: spupykin Revision: 138216 archrelease: copy trunk to community-i686, community-x86_64 Added: cython/repos/community-i686/PKGBUILD (from rev 138215, cython/trunk/PKGBUILD) cython/repos/community-x86_64/PKGBUILD (from rev 138215, cython/trunk/PKGBUILD) Deleted: cython/repos/community-i686/PKGBUILD cython/repos/community-x86_64/PKGBUILD ---+ /PKGBUILD | 70 community-i686/PKGBUILD | 42 -- community-x86_64/PKGBUILD | 42 -- 3 files changed, 70 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-08-11 11:58:07 UTC (rev 138215) +++ community-i686/PKGBUILD 2015-08-11 11:58:23 UTC (rev 138216) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Igor Scabini - -pkgname=('cython' 'cython2') -pkgbase=cython -pkgver=0.22.1 -pkgrel=1 -pkgdesc="C-Extensions for Python " -arch=(i686 x86_64) -url="http://www.cython.org"; -license=('APACHE') -makedepends=('python-setuptools' 'python2-setuptools') -source=("http://cython.org/release/Cython-$pkgver.tar.gz"; - https://github.com/cython/cython/commit/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch) -md5sums=('b920f3c81ae767477a342807bf5e68e8' - '299926d6650d2d8bea960ca0d0cb9c25') - -prepare() { - cd $srcdir/Cython-$pkgver - patch -p1 <$srcdir/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch -} - -package_cython() { - depends=('python' 'python-setuptools') - - cd $srcdir/Cython-$pkgver - python setup.py install --root=$pkgdir - - sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/* -} - -package_cython2() { - depends=('python2' 'python2-setuptools') - - cd $srcdir/Cython-$pkgver - python2 setup.py install --root=$pkgdir - - mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2 - mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2 - mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2 -} Copied: cython/repos/community-i686/PKGBUILD (from rev 138215, cython/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-11 11:58:23 UTC (rev 138216) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Igor Scabini + +pkgname=('cython' 'cython2') +pkgbase=cython +pkgver=0.23 +pkgrel=1 +pkgdesc="C-Extensions for Python " +arch=(i686 x86_64) +url="http://www.cython.org"; +license=('APACHE') +makedepends=('python-setuptools' 'python2-setuptools') +source=("http://cython.org/release/Cython-$pkgver.tar.gz";) +md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5') + +package_cython() { + depends=('python' 'python-setuptools') + + cd $srcdir/Cython-$pkgver + python setup.py install --root=$pkgdir + + sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/* +} + +package_cython2() { + depends=('python2' 'python2-setuptools') + + cd $srcdir/Cython-$pkgver + python2 setup.py install --root=$pkgdir + + mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2 + mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2 + mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2 +} Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-08-11 11:58:07 UTC (rev 138215) +++ community-x86_64/PKGBUILD 2015-08-11 11:58:23 UTC (rev 138216) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Igor Scabini - -pkgname=('cython' 'cython2') -pkgbase=cython -pkgver=0.22.1 -pkgrel=1 -pkgdesc="C-Extensions for Python " -arch=(i686 x86_64) -url="http://www.cython.org"; -license=('APACHE') -makedepends=('python-setuptools' 'python2-setuptools') -source=("http://cython.org/release/Cython-$pkgver.tar.gz"; - https://github.com/cython/cython/commit/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch) -md5sums=('b920f3c81ae767477a342807bf5e68e8' - '299926d6650d2d8bea960ca0d0cb9c25') - -prepare() { - cd $srcdir/Cython-$pkgver - patch -p1 <$srcdir/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch -} - -package_cython() { - depends=('python' 'python-setuptools') - - cd $srcdir/Cython-$pkgver - python setup.py install --root=$pkgdir - - sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/* -} - -package_cython2() { - depends=('python2' 'python2-setuptools') - - cd $srcdir/Cython-$pkgver - python2 setup.py install --root=$pkgdir - - mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2 - mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2 - mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2 -} Copied: cython/repos/community-x86_64/PKGBUILD (from rev 138215, cython/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD
[arch-commits] Commit in dokuwiki/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 13:58:29 Author: spupykin Revision: 138217 upgpkg: dokuwiki 20150810-1 upd Modified: dokuwiki/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 11:58:23 UTC (rev 138216) +++ PKGBUILD2015-08-11 11:58:29 UTC (rev 138217) @@ -3,7 +3,7 @@ # Contributor: Sébastien Luttringer pkgname=dokuwiki -pkgver=20140929_d +pkgver=20150810 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6} _pkgver=${_pkgver/_/} pkgrel=1 @@ -15,15 +15,15 @@ backup=('etc/webapps/dokuwiki/.htaccess' 'etc/httpd/conf/extra/dokuwiki.conf') options=('!strip') -source=("http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz"; +source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz"; 'apache.example.conf') -md5sums=('2bf2d6c242c00e9c97f0647e71583375' +md5sums=('5d20a5c617765509acf0e9553697b246' 'c5bed40abf5bb737bad8df29bb7020dc') package() { cd "$pkgdir" install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps - cp -a "$srcdir"/$pkgname-${_pkgver} usr/share/webapps/dokuwiki + cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki # move data in var mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
[arch-commits] Commit in freeradius/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 13:58:43 Author: spupykin Revision: 138219 upgpkg: freeradius 3.0.9-1 upd Modified: freeradius/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 11:58:37 UTC (rev 138218) +++ PKGBUILD2015-08-11 11:58:43 UTC (rev 138219) @@ -4,8 +4,8 @@ # Contributor: Daniel Micay pkgname=freeradius -pkgver=3.0.8 -pkgrel=2 +pkgver=3.0.9 +pkgrel=1 pkgdesc="The premier open source RADIUS server" arch=('i686' 'x86_64') url="http://www.freeradius.org/"; @@ -20,7 +20,7 @@ source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"; freeradius.tmpfiles freeradius.service) -md5sums=('59427bd3cc2ebd5ad62ee9dcc7d943c5' +md5sums=('37900d34de757734b430ffa9c5ffd246' 'f959e89812bedfc9f8308076f78cd74e' 'e3f18e3a25df3b692e59f60605354708')
[arch-commits] Commit in freeradius/repos/community-i686 (8 files)
Date: Tuesday, August 11, 2015 @ 13:58:54 Author: spupykin Revision: 138220 archrelease: copy trunk to community-i686 Added: freeradius/repos/community-i686/PKGBUILD (from rev 138219, freeradius/trunk/PKGBUILD) freeradius/repos/community-i686/freeradius.install (from rev 138219, freeradius/trunk/freeradius.install) freeradius/repos/community-i686/freeradius.service (from rev 138219, freeradius/trunk/freeradius.service) freeradius/repos/community-i686/freeradius.tmpfiles (from rev 138219, freeradius/trunk/freeradius.tmpfiles) Deleted: freeradius/repos/community-i686/PKGBUILD freeradius/repos/community-i686/freeradius.install freeradius/repos/community-i686/freeradius.service freeradius/repos/community-i686/freeradius.tmpfiles -+ PKGBUILD| 112 +- freeradius.install | 36 freeradius.service | 30 ++--- freeradius.tmpfiles |2 4 files changed, 90 insertions(+), 90 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 11:58:43 UTC (rev 138219) +++ PKGBUILD2015-08-11 11:58:54 UTC (rev 138220) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Jason R Begley (jay...@digitalgoat.com> -# Contributor: Daniel Micay - -pkgname=freeradius -pkgver=3.0.8 -pkgrel=2 -pkgdesc="The premier open source RADIUS server" -arch=('i686' 'x86_64') -url="http://www.freeradius.org/"; -license=('GPL') -depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 'libpcap') -makedepends=('unixodbc' 'python2' 'curl') -optdepends=('unixodbc: for ODBC' - 'python2: for Python' - 'curl: for REST') -options=('!makeflags') -install=$pkgname.install -source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"; - freeradius.tmpfiles - freeradius.service) -md5sums=('59427bd3cc2ebd5ad62ee9dcc7d943c5' - 'f959e89812bedfc9f8308076f78cd74e' - 'e3f18e3a25df3b692e59f60605354708') - -build() { - cd $srcdir/freeradius-server-$pkgver - ./configure --with-system-libtool --with-system-libltdl \ - --prefix=/usr --enable-heimdal-krb5 \ - --localstatedir=/var \ - --sysconfdir=/etc \ - --sbindir=/usr/bin \ - --libdir=/usr/lib/freeradius \ - --with-udpfromto - make -} - -package() { - cd $srcdir/freeradius-server-$pkgver - make install R=$pkgdir - chmod o+r $pkgdir/etc/raddb/* - mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default - rm -rf $pkgdir/var/run - - install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service - install -Dm0644 $srcdir/$pkgname.tmpfiles $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf - -# template start; name=perl-binary-module-dependency; version=1; -if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then - _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') - _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') - depends+=("perl>=$_perlver_min" "perl<$_perlver_max") -fi -# template end; -} Copied: freeradius/repos/community-i686/PKGBUILD (from rev 138219, freeradius/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 11:58:54 UTC (rev 138220) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Jason R Begley (jay...@digitalgoat.com> +# Contributor: Daniel Micay + +pkgname=freeradius +pkgver=3.0.9 +pkgrel=1 +pkgdesc="The premier open source RADIUS server" +arch=('i686' 'x86_64') +url="http://www.freeradius.org/"; +license=('GPL') +depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 'libpcap') +makedepends=('unixodbc' 'python2' 'curl') +optdepends=('unixodbc: for ODBC' + 'python2: for Python' + 'curl: for REST') +options=('!makeflags') +install=$pkgname.install +source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"; + freeradius.tmpfiles + freeradius.service) +md5sums=('37900d34de757734b430ffa9c5ffd246' + 'f959e89812bedfc9f8308076f78cd74e' + 'e3f18e3a25df3b692e59f60605354708') + +build() { + cd $srcdir/freeradius-server-$pkgver + ./configure --with-system-libtool --with-system-libltdl \ + --prefix=/usr --enable-heimdal-krb5 \ + --localstatedir=/var \ + --sysconfdir=/etc \ + --sbindir=/usr/bin \ + --libdir=/usr/lib/freeradius \ + --with-udpfromto + make +} + +package() { + cd $srcdir/freeradius-server-$pkgver + make install R=$pkgdir + chmod o+r $pkgdir/etc/raddb/* + mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default + rm -rf $pkgdir/var/run + + install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.
[arch-commits] Commit in awstats/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 13:57:55 Author: spupykin Revision: 138213 upgpkg: awstats 7.4-1 upd Modified: awstats/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 07:28:24 UTC (rev 138212) +++ PKGBUILD2015-08-11 11:57:55 UTC (rev 138213) @@ -3,7 +3,7 @@ # Contributor: Piotr Beling pkgname=awstats -pkgver=7.3 +pkgver=7.4 pkgrel=1 pkgdesc="tool that generates web, streaming, ftp and mail server statistics, graphically" arch=('any') @@ -15,7 +15,7 @@ #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz"; source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"; "cron.awstats") -md5sums=('a76bf324d8836a8ba97f13a3c20ec6bc' +md5sums=('2ff8854a471947578ba98f43e9d0db95' '82cce2b660251588872060e8cd20573a') build() { @@ -57,7 +57,7 @@ # www files cp -ra wwwroot/* $pkgdir/${_WWWROOT}/ rm -f $pkgdir/${_WWWROOT}/cgi-bin/awstats.model.conf - install -Dm444 README.TXT $pkgdir/${_INSTDIR}/README.TXT + install -Dm444 README.md $pkgdir/${_INSTDIR}/README.md # fix the default http config sed \
[arch-commits] Commit in dokuwiki/repos/community-any (4 files)
Date: Tuesday, August 11, 2015 @ 13:58:37 Author: spupykin Revision: 138218 archrelease: copy trunk to community-any Added: dokuwiki/repos/community-any/PKGBUILD (from rev 138217, dokuwiki/trunk/PKGBUILD) dokuwiki/repos/community-any/apache.example.conf (from rev 138217, dokuwiki/trunk/apache.example.conf) Deleted: dokuwiki/repos/community-any/PKGBUILD dokuwiki/repos/community-any/apache.example.conf -+ PKGBUILD| 132 +- apache.example.conf | 16 +++--- 2 files changed, 74 insertions(+), 74 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 11:58:29 UTC (rev 138217) +++ PKGBUILD2015-08-11 11:58:37 UTC (rev 138218) @@ -1,66 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Sébastien Luttringer - -pkgname=dokuwiki -pkgver=20140929_d -_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6} -_pkgver=${_pkgver/_/} -pkgrel=1 -pkgdesc='Simple to use and highly versatile Open Source wiki software' -arch=('any') -url='https://www.dokuwiki.org/' -license=('GPL') -depends=('php') -backup=('etc/webapps/dokuwiki/.htaccess' -'etc/httpd/conf/extra/dokuwiki.conf') -options=('!strip') -source=("http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz"; -'apache.example.conf') -md5sums=('2bf2d6c242c00e9c97f0647e71583375' - 'c5bed40abf5bb737bad8df29bb7020dc') - -package() { - cd "$pkgdir" - install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps - cp -a "$srcdir"/$pkgname-${_pkgver} usr/share/webapps/dokuwiki - - # move data in var - mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki - ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data - - # move plugins in var - mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki - ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins - - # move templates in var - mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki - ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl - - # move config in /etc - mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki - chmod g=rwx etc/webapps/dokuwiki - ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf - - # inform update on changes.log - touch var/lib/dokuwiki/data/changes.log - chmod 0644 var/lib/dokuwiki/data/changes.log - - # use default htaccess - cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess - ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess - - # fix rights and ownership - chown http:http var/lib/dokuwiki/plugins - chown -R http:http var/lib/dokuwiki/data - chown -R http:http etc/webapps/dokuwiki - - # apache config - install -Dm0644 "$srcdir"/apache.example.conf etc/httpd/conf/extra/dokuwiki.conf - - # php.ini - install -dm0755 $pkgdir/etc/php/conf.d/ - echo 'open_basedir = ${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' >$pkgdir/etc/php/conf.d/dokuwiki.ini -} - -# vim:set ts=2 sw=2 et: Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 138217, dokuwiki/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 11:58:37 UTC (rev 138218) @@ -0,0 +1,66 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Sébastien Luttringer + +pkgname=dokuwiki +pkgver=20150810 +_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6} +_pkgver=${_pkgver/_/} +pkgrel=1 +pkgdesc='Simple to use and highly versatile Open Source wiki software' +arch=('any') +url='https://www.dokuwiki.org/' +license=('GPL') +depends=('php') +backup=('etc/webapps/dokuwiki/.htaccess' +'etc/httpd/conf/extra/dokuwiki.conf') +options=('!strip') +source=("$pkgname-$pkgver.tar.gz::https://github.com/splitbrain/dokuwiki/archive/release_stable_${_pkgver}.tar.gz"; +'apache.example.conf') +md5sums=('5d20a5c617765509acf0e9553697b246' + 'c5bed40abf5bb737bad8df29bb7020dc') + +package() { + cd "$pkgdir" + install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps + cp -a "$srcdir"/$pkgname-release_stable_${_pkgver} usr/share/webapps/dokuwiki + + # move data in var + mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki + ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data + + # move plugins in var + mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki + ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins + + # move templates in var + mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki + ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl + + # move config in /etc + mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki + chmod g=rwx etc/webapps/dokuwiki + ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf + + # inform
[arch-commits] Commit in cython/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 13:58:07 Author: spupykin Revision: 138215 upgpkg: cython 0.23-1 upd Modified: cython/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 11:58:03 UTC (rev 138214) +++ PKGBUILD2015-08-11 11:58:07 UTC (rev 138215) @@ -4,7 +4,7 @@ pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.22.1 +pkgver=0.23 pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) @@ -11,16 +11,9 @@ url="http://www.cython.org"; license=('APACHE') makedepends=('python-setuptools' 'python2-setuptools') -source=("http://cython.org/release/Cython-$pkgver.tar.gz"; - https://github.com/cython/cython/commit/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch) -md5sums=('b920f3c81ae767477a342807bf5e68e8' - '299926d6650d2d8bea960ca0d0cb9c25') +source=("http://cython.org/release/Cython-$pkgver.tar.gz";) +md5sums=('63d472d0a9b3b39b9651f7bf568bb4a5') -prepare() { - cd $srcdir/Cython-$pkgver - patch -p1 <$srcdir/9139a7f836151fb5bdb1624a05dce13b1bb17164.patch -} - package_cython() { depends=('python' 'python-setuptools')
[arch-commits] Commit in awstats/repos/community-any (4 files)
Date: Tuesday, August 11, 2015 @ 13:58:03 Author: spupykin Revision: 138214 archrelease: copy trunk to community-any Added: awstats/repos/community-any/PKGBUILD (from rev 138213, awstats/trunk/PKGBUILD) awstats/repos/community-any/cron.awstats (from rev 138213, awstats/trunk/cron.awstats) Deleted: awstats/repos/community-any/PKGBUILD awstats/repos/community-any/cron.awstats --+ PKGBUILD | 137 - cron.awstats |8 +-- 2 files changed, 72 insertions(+), 73 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 11:57:55 UTC (rev 138213) +++ PKGBUILD2015-08-11 11:58:03 UTC (rev 138214) @@ -1,69 +0,0 @@ -# Maintainer: Phillip Smith -# http://github.com/fukawi2/aur-packages -# Contributor: Piotr Beling - -pkgname=awstats -pkgver=7.3 -pkgrel=1 -pkgdesc="tool that generates web, streaming, ftp and mail server statistics, graphically" -arch=('any') -license=('GPL') -url="http://awstats.sourceforge.net/"; -depends=('perl') -optdepends=('mod_perl: if you are using Apache as your HTTP server' 'mod_cgi: if you are using lighttpd as your HTTP server') -backup=('etc/awstats/awstats.model.conf' - 'etc/httpd/conf/extra/httpd-awstats.conf') -#source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz"; -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"; - "cron.awstats") -md5sums=('a76bf324d8836a8ba97f13a3c20ec6bc' - '82cce2b660251588872060e8cd20573a') - -build() { - msg "Nothing to compile for $pkgname" -} - -package() { - _SYSCONFDIR="etc" - _WWWROOT="usr/share/webapps/${pkgname}" - _INSTDIR="usr/share/${pkgname}" - _DOCDIR="usr/share/doc/${pkgname}-${pkgver}" - - cd $srcdir/${pkgname}-${pkgver} - - mkdir -p $pkgdir/${_INSTDIR}/tools/webmin/ - mkdir -p $pkgdir/${_INSTDIR}/tools/xslt/ - mkdir -p $pkgdir/${_WWWROOT}/ - mkdir -p $pkgdir/${_DOCDIR}/ - mkdir -p $pkgdir/var/lib/$pkgname - - # Arch Linux specific path: - install -Dm644 tools/httpd_conf $pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf - install -Dm644 wwwroot/cgi-bin/awstats.model.conf $pkgdir/${_SYSCONFDIR}/awstats/awstats.model.conf - install -Dm744 $srcdir/cron.awstats $pkgdir/${_SYSCONFDIR}/cron.hourly/awstats - - install -m 755 tools/logresolvemerge.pl $pkgdir/${_INSTDIR}/tools/logresolvemerge.pl - install -m 755 tools/maillogconvert.pl $pkgdir/${_INSTDIR}/tools/maillogconvert.pl - install -m 755 tools/urlaliasbuilder.pl $pkgdir/${_INSTDIR}/tools/urlaliasbuilder.pl - install -m 755 tools/awstats_buildstaticpages.pl $pkgdir/${_INSTDIR}/tools/awstats_buildstaticpages.pl - install -m 755 tools/awstats_configure.pl $pkgdir/${_INSTDIR}/tools/awstats_configure.pl - install -m 755 tools/awstats_exportlib.pl $pkgdir/${_INSTDIR}/tools/awstats_exportlib.pl - install -m 755 tools/awstats_updateall.pl $pkgdir/${_INSTDIR}/tools/awstats_updateall.pl - install -m 755 tools/webmin/* $pkgdir/${_INSTDIR}/tools/webmin - install -m 755 tools/xslt/* $pkgdir/${_INSTDIR}/tools/xslt - - # install the documentation - cp -ra docs/* $pkgdir/${_DOCDIR}/ - - # www files - cp -ra wwwroot/* $pkgdir/${_WWWROOT}/ - rm -f $pkgdir/${_WWWROOT}/cgi-bin/awstats.model.conf - install -Dm444 README.TXT $pkgdir/${_INSTDIR}/README.TXT - - # fix the default http config - sed \ - -e "s|/usr/local/awstats/wwwroot|/${_WWWROOT}|g" \ - -i $pkgdir/${_SYSCONFDIR}/httpd/conf/extra/httpd-awstats.conf - - echo "deny from all" > $pkgdir/${_WWWROOT}/.htaccess -} Copied: awstats/repos/community-any/PKGBUILD (from rev 138213, awstats/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 11:58:03 UTC (rev 138214) @@ -0,0 +1,68 @@ +# Maintainer: Phillip Smith +# http://github.com/fukawi2/aur-packages +# Contributor: Piotr Beling + +pkgname=awstats +pkgver=7.4 +pkgrel=1 +pkgdesc="tool that generates web, streaming, ftp and mail server statistics, graphically" +arch=('any') +license=('GPL') +url="http://awstats.sourceforge.net/"; +depends=('perl') +backup=('etc/awstats/awstats.model.conf' + 'etc/httpd/conf/extra/httpd-awstats.conf') +#source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz"; +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"; + "cron.awstats") +md5sums=('2ff8854a471947578ba98f43e9d0db95' + '82cce2b660251588872060e8cd20573a') + +build() { + msg "Nothing to compile for $pkgname" +} + +package() { + _SYSCONFDIR="etc" + _WWWROOT="usr/share/webapps/${pkgname}" + _INSTDIR="usr/share/${pkgname}" + _DOCDIR="usr/share/doc/${pkgname}-${pkgver}" + + cd $srcdir/${pkgname}-${pkgver} + + mkdir -p $pkgdir/${_INSTDIR}/tools/webmin/ + mkdir -p $pkgdir/${_INSTDIR}/tools/xslt/ + mkdir -p $pkgdir/${_WWWROOT}/ + mkdir -p $pkgdir/${_DOCDIR}/ +
[arch-commits] Commit in gnome-music/repos (8 files)
Date: Tuesday, August 11, 2015 @ 11:34:19 Author: heftig Revision: 243154 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-music/repos/extra-i686/PKGBUILD (from rev 243153, gnome-music/trunk/PKGBUILD) gnome-music/repos/extra-i686/gnome-music.install (from rev 243153, gnome-music/trunk/gnome-music.install) gnome-music/repos/extra-x86_64/PKGBUILD (from rev 243153, gnome-music/trunk/PKGBUILD) gnome-music/repos/extra-x86_64/gnome-music.install (from rev 243153, gnome-music/trunk/gnome-music.install) Deleted: gnome-music/repos/extra-i686/PKGBUILD gnome-music/repos/extra-i686/gnome-music.install gnome-music/repos/extra-x86_64/PKGBUILD gnome-music/repos/extra-x86_64/gnome-music.install --+ /PKGBUILD| 62 + /gnome-music.install | 24 ++ extra-i686/PKGBUILD | 31 -- extra-i686/gnome-music.install | 12 --- extra-x86_64/PKGBUILD| 31 -- extra-x86_64/gnome-music.install | 12 --- 6 files changed, 86 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-08-11 09:33:34 UTC (rev 243153) +++ extra-i686/PKGBUILD 2015-08-11 09:34:19 UTC (rev 243154) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=gnome-music -pkgver=3.16.1 -pkgrel=2 -pkgdesc="Music player and management application" -arch=(i686 x86_64) -license=('GPL') -url="https://wiki.gnome.org/Apps/Music"; -depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base) -makedepends=(intltool itstool python2 gobject-introspection) -optdepends=('gst-plugins-good: Extra media codecs' -'gst-plugins-ugly: Extra media codecs' -'gst-plugins-bad: Extra media codecs' -'gst-libav: Extra media codecs') -groups=('gnome-extra') -install=gnome-music.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('116945d87fbac6aea2aedfa8e6a98bef720675916a0a6e9ae21aa83d450ad2df') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-schemas-compile - make -} - -package() { - cd $pkgname-$pkgver - make -j1 DESTDIR="${pkgdir}" install -} Copied: gnome-music/repos/extra-i686/PKGBUILD (from rev 243153, gnome-music/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-08-11 09:34:19 UTC (rev 243154) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=gnome-music +pkgver=3.16.2 +pkgrel=1 +pkgdesc="Music player and management application" +arch=(i686 x86_64) +license=('GPL') +url="https://wiki.gnome.org/Apps/Music"; +depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base) +makedepends=(intltool itstool python2 gobject-introspection) +optdepends=('gst-plugins-good: Extra media codecs' +'gst-plugins-ugly: Extra media codecs' +'gst-plugins-bad: Extra media codecs' +'gst-libav: Extra media codecs') +groups=('gnome-extra') +install=gnome-music.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('362cf90f6cd41c38845b7afa01ce2f5fbb70ce7694139a69f5dac16620723588') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-schemas-compile + make +} + +package() { + cd $pkgname-$pkgver + make -j1 DESTDIR="${pkgdir}" install +} Deleted: extra-i686/gnome-music.install === --- extra-i686/gnome-music.install 2015-08-11 09:33:34 UTC (rev 243153) +++ extra-i686/gnome-music.install 2015-08-11 09:34:19 UTC (rev 243154) @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: gnome-music/repos/extra-i686/gnome-music.install (from rev 243153, gnome-music/trunk/gnome-music.install) === --- extra-i686/gnome-music.install (rev 0) +++ extra-i686/gnome-music.install 2015-08-11 09:34:19 UTC (rev 243154) @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-08-11 09:
[arch-commits] Commit in gnome-music/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 11:33:34 Author: heftig Revision: 243153 3.16.2 Modified: gnome-music/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 08:43:39 UTC (rev 243152) +++ PKGBUILD2015-08-11 09:33:34 UTC (rev 243153) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot pkgname=gnome-music -pkgver=3.16.1 -pkgrel=2 +pkgver=3.16.2 +pkgrel=1 pkgdesc="Music player and management application" arch=(i686 x86_64) license=('GPL') @@ -17,7 +17,7 @@ groups=('gnome-extra') install=gnome-music.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('116945d87fbac6aea2aedfa8e6a98bef720675916a0a6e9ae21aa83d450ad2df') +sha256sums=('362cf90f6cd41c38845b7afa01ce2f5fbb70ce7694139a69f5dac16620723588') build() { cd $pkgname-$pkgver
[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)
Date: Tuesday, August 11, 2015 @ 10:43:39 Author: bluewind Revision: 243152 archrelease: copy trunk to core-any Added: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 243151, pacman-mirrorlist/trunk/PKGBUILD) pacman-mirrorlist/repos/core-any/mirrorlist (from rev 243151, pacman-mirrorlist/trunk/mirrorlist) pacman-mirrorlist/repos/core-any/upgpkg (from rev 243151, pacman-mirrorlist/trunk/upgpkg) Deleted: pacman-mirrorlist/repos/core-any/PKGBUILD pacman-mirrorlist/repos/core-any/mirrorlist pacman-mirrorlist/repos/core-any/upgpkg + PKGBUILD | 62 ++-- mirrorlist | 736 +-- upgpkg |8 3 files changed, 404 insertions(+), 402 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 08:43:36 UTC (rev 243151) +++ PKGBUILD2015-08-11 08:43:39 UTC (rev 243152) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Dan McGee - -pkgname=pacman-mirrorlist -pkgver=20150731 -pkgrel=1 -pkgdesc="Arch Linux mirror list for use by pacman" -arch=('any') -url="https://www.archlinux.org/mirrorlist/"; -license=('GPL') -backup=(etc/pacman.d/mirrorlist) -source=(mirrorlist) - -# NOTE on building this package: -# * Go to the trunk/ directory -# * Run bash -c ". PKGBUILD; updatelist" -# * Update the checksums, update pkgver -# * Build the package - -updatelist() { - rm -f mirrorlist - curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/ -} - -package() { - mkdir -p $pkgdir/etc/pacman.d - install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ -} - -md5sums=('963e907170d9a68cacf47b5e308cba3b') -sha256sums=('0077869cf155f37680b9a1eef4a7bec03d8b4469c48dc8ca7d40798e1ca36505') Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 243151, pacman-mirrorlist/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 08:43:39 UTC (rev 243152) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Dan McGee + +pkgname=pacman-mirrorlist +pkgver=20150811 +pkgrel=1 +pkgdesc="Arch Linux mirror list for use by pacman" +arch=('any') +url="https://www.archlinux.org/mirrorlist/"; +license=('GPL') +backup=(etc/pacman.d/mirrorlist) +source=(mirrorlist) + +# NOTE on building this package: +# * Go to the trunk/ directory +# * Run bash -c ". PKGBUILD; updatelist" +# * Update the checksums, update pkgver +# * Build the package + +updatelist() { + rm -f mirrorlist + curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/ +} + +package() { + mkdir -p $pkgdir/etc/pacman.d + install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ +} + +md5sums=('9ddfb4519298d9588e567aab1e8f716d') +sha256sums=('87acb6addd946c8d1a2c7faa4aade33471512a9635a5f9de1cb5756826341851') Deleted: mirrorlist === --- mirrorlist 2015-08-11 08:43:36 UTC (rev 243151) +++ mirrorlist 2015-08-11 08:43:39 UTC (rev 243152) @@ -1,367 +0,0 @@ -## -## Arch Linux repository mirrorlist -## Generated on 2015-07-31 -## - -## Worldwide -#Server = https://dgix.ru/mirrors/archlinux/$repo/os/$arch -#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch - -## Australia -#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch -#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch -#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch -#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch -#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch -#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch -#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch - -## Austria -#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch -#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch - -## Bangladesh -#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch - -## Belarus -#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch -#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch - -## Belgium -#Server = http://archlinux.cu.be/$repo/os/$arch -#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch - -## Brazil -#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch -#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch -#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch -#Server = http://linorg.usp.br/archlinux/$repo/os/$arch -#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch -#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch - -## Bulgaria -#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch -#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch - -## Canada -#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch -#S
[arch-commits] Commit in pacman-mirrorlist/trunk (PKGBUILD mirrorlist)
Date: Tuesday, August 11, 2015 @ 10:43:36 Author: bluewind Revision: 243151 upgpkg: pacman-mirrorlist 20150811-1 upstream update Modified: pacman-mirrorlist/trunk/PKGBUILD pacman-mirrorlist/trunk/mirrorlist + PKGBUILD |6 +++--- mirrorlist |4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 08:03:54 UTC (rev 243150) +++ PKGBUILD2015-08-11 08:43:36 UTC (rev 243151) @@ -2,7 +2,7 @@ # Maintainer: Dan McGee pkgname=pacman-mirrorlist -pkgver=20150731 +pkgver=20150811 pkgrel=1 pkgdesc="Arch Linux mirror list for use by pacman" arch=('any') @@ -27,5 +27,5 @@ install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/ } -md5sums=('963e907170d9a68cacf47b5e308cba3b') -sha256sums=('0077869cf155f37680b9a1eef4a7bec03d8b4469c48dc8ca7d40798e1ca36505') +md5sums=('9ddfb4519298d9588e567aab1e8f716d') +sha256sums=('87acb6addd946c8d1a2c7faa4aade33471512a9635a5f9de1cb5756826341851') Modified: mirrorlist === --- mirrorlist 2015-08-11 08:03:54 UTC (rev 243150) +++ mirrorlist 2015-08-11 08:43:36 UTC (rev 243151) @@ -1,6 +1,6 @@ ## ## Arch Linux repository mirrorlist -## Generated on 2015-07-31 +## Generated on 2015-08-11 ## ## Worldwide @@ -134,6 +134,7 @@ #Server = https://mirror.fs.cx/archlinux/$repo/os/$arch #Server = http://mirror.gnomus.de/$repo/os/$arch #Server = http://arch.packages.gnp-tec.net/$repo/os/$arch +#Server = http://www.gutscheindrache.com/mirror/archlinux/$repo/os/$arch #Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch #Server = http://mirror.hactar.bz/$repo/os/$arch #Server = http://ftp.hawo.stw.uni-erlangen.de/archlinux/$repo/os/$arch @@ -224,6 +225,7 @@ #Server = http://arch.apt-get.eu/$repo/os/$arch #Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch #Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch +#Server = http://www.imegumii.nl/arch/$repo/os/$arch #Server = http://mirror.nl.leaseweb.net/archlinux/$repo/os/$arch #Server = http://ftp.nluug.nl/os/Linux/distr/archlinux/$repo/os/$arch #Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch
[arch-commits] Commit in perl-dbd-mysql/repos (4 files)
Date: Tuesday, August 11, 2015 @ 10:03:54 Author: fyan Revision: 243150 archrelease: copy trunk to extra-i686, extra-x86_64 Added: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 243149, perl-dbd-mysql/trunk/PKGBUILD) perl-dbd-mysql/repos/extra-x86_64/PKGBUILD (from rev 243149, perl-dbd-mysql/trunk/PKGBUILD) Deleted: perl-dbd-mysql/repos/extra-i686/PKGBUILD perl-dbd-mysql/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 102 extra-i686/PKGBUILD | 51 extra-x86_64/PKGBUILD | 51 3 files changed, 102 insertions(+), 102 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-08-11 08:03:17 UTC (rev 243149) +++ extra-i686/PKGBUILD 2015-08-11 08:03:54 UTC (rev 243150) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Bartłomiej Piotrowski -# Contributor: kevin -# Contributor: Eric Johnson - -pkgname=perl-dbd-mysql -pkgver=4.031 -pkgrel=2 -pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD' -arch=('i686' 'x86_64') -license=('GPL' 'PerlArtistic') -url="http://search.cpan.org/dist/DBD-mysql/"; -depends=('libmariadbclient' 'perl-dbi') -checkdepends=('mariadb' 'perl-test-deep') -options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz) -md5sums=('18ca53642398f0087f97150fd8ca16b7') - -build() { - cd DBD-mysql-$pkgver - perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql - make -} - -check() { - cd DBD-mysql-$pkgver - mkdir -p /tmp/mysql_test - mysql_install_db \ - --basedir=/usr \ - --datadir=/tmp/mysql_test - mysqld -P 17999 \ - --socket=/tmp/socket.mysql \ - --datadir=/tmp/mysql_test & - sleep 10 - DAEMON_PORT=$! - make test || true - kill -9 $DAEMON_PORT -} - -package() { - cd DBD-mysql-$pkgver - make install DESTDIR="$pkgdir" -# template start; name=perl-binary-module-dependency; version=1; -if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then - _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') - _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') - depends+=("perl>=$_perlver_min" "perl<$_perlver_max") -fi -# template end; -} Copied: perl-dbd-mysql/repos/extra-i686/PKGBUILD (from rev 243149, perl-dbd-mysql/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-08-11 08:03:54 UTC (rev 243150) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Bartłomiej Piotrowski +# Contributor: kevin +# Contributor: Eric Johnson + +pkgname=perl-dbd-mysql +pkgver=4.032 +pkgrel=1 +pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD' +arch=('i686' 'x86_64') +license=('GPL' 'PerlArtistic') +url="http://search.cpan.org/dist/DBD-mysql/"; +depends=('libmariadbclient' 'perl-dbi') +checkdepends=('mariadb' 'perl-test-deep') +options=('!emptydirs') +source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz) +md5sums=('cc5436d4cadd0d6f3d19faae5ffdfe83') + +build() { + cd DBD-mysql-$pkgver + perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql + make +} + +check() { + cd DBD-mysql-$pkgver + mkdir -p /tmp/mysql_test + mysql_install_db \ + --basedir=/usr \ + --datadir=/tmp/mysql_test + mysqld -P 17999 \ + --socket=/tmp/socket.mysql \ + --datadir=/tmp/mysql_test & + sleep 10 + DAEMON_PORT=$! + make test + kill -9 $DAEMON_PORT +} + +package() { + cd DBD-mysql-$pkgver + make install DESTDIR="$pkgdir" +# template start; name=perl-binary-module-dependency; version=1; +if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then + _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);') + _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);') + depends+=("perl>=$_perlver_min" "perl<$_perlver_max") +fi +# template end; +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2015-08-11 08:03:17 UTC (rev 243149) +++ extra-x86_64/PKGBUILD 2015-08-11 08:03:54 UTC (rev 243150) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Bartłomiej Piotrowski -# Contributor: kevin -# Contributor: Eric Johnson - -pkgname=perl-dbd-mysql -pkgver=4.031 -pkgrel=2 -pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD' -arch=('i686' 'x86_64') -license=('GPL' 'PerlArtistic') -url="http://search.cpan.org/dist/DBD-mysql/"; -depends=('libmariadbclient' 'perl-dbi') -checkdepends=('mariadb' 'perl-test-deep') -options=('!emptydirs') -source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar
[arch-commits] Commit in perl-dbd-mysql/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 10:03:17 Author: fyan Revision: 243149 upgpkg: perl-dbd-mysql 4.032-1 Modified: perl-dbd-mysql/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 07:10:34 UTC (rev 243148) +++ PKGBUILD2015-08-11 08:03:17 UTC (rev 243149) @@ -5,8 +5,8 @@ # Contributor: Eric Johnson pkgname=perl-dbd-mysql -pkgver=4.031 -pkgrel=2 +pkgver=4.032 +pkgrel=1 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD' arch=('i686' 'x86_64') license=('GPL' 'PerlArtistic') @@ -15,7 +15,7 @@ checkdepends=('mariadb' 'perl-test-deep') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${pkgver}.tar.gz) -md5sums=('18ca53642398f0087f97150fd8ca16b7') +md5sums=('cc5436d4cadd0d6f3d19faae5ffdfe83') build() { cd DBD-mysql-$pkgver @@ -34,7 +34,7 @@ --datadir=/tmp/mysql_test & sleep 10 DAEMON_PORT=$! - make test || true + make test kill -9 $DAEMON_PORT }
[arch-commits] Commit in python-pytools/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 09:28:02 Author: fyan Revision: 138211 upgpkg: python-pytools 2015.1.3-1 Modified: python-pytools/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 07:13:24 UTC (rev 138210) +++ PKGBUILD2015-08-11 07:28:02 UTC (rev 138211) @@ -4,7 +4,7 @@ pkgbase=python-pytools pkgname=('python2-pytools' 'python-pytools') -pkgver=2015.1.2 +pkgver=2015.1.3 pkgrel=1 pkgdesc="A collection of tools for Python" arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs') checkdepends=('python-pytest' 'python2-pytest') source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";) -sha512sums=('dff3f7b6ac1a532c5f1f842667b2d8ee3d08cd6197de224d32b73cf6d2d710016281e308c3d2d260c51d569905cc1951717fcf62a4db1562126a212ae59e54db') +sha512sums=('a94189d93d22401a78078ba76db75ac644f2162000699393ef37fc64507c9b77856450aff7dcdec031348adb13a2e6da536fe8f2ae01e2a0a11967a74a00c968') prepare() { cp -a pytools-${pkgver}{,-python2}
[arch-commits] Commit in python-pytools/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 09:28:24 Author: fyan Revision: 138212 archrelease: copy trunk to community-any Added: python-pytools/repos/community-any/PKGBUILD (from rev 138211, python-pytools/trunk/PKGBUILD) Deleted: python-pytools/repos/community-any/PKGBUILD --+ PKGBUILD | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 07:28:02 UTC (rev 138211) +++ PKGBUILD2015-08-11 07:28:24 UTC (rev 138212) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Stéphane Gaudreault - -pkgbase=python-pytools -pkgname=('python2-pytools' 'python-pytools') -pkgver=2015.1.2 -pkgrel=1 -pkgdesc="A collection of tools for Python" -arch=('any') -url="http://mathema.tician.de/software/pytools"; -license=('MIT') -makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs') -checkdepends=('python-pytest' 'python2-pytest') -source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";) -sha512sums=('dff3f7b6ac1a532c5f1f842667b2d8ee3d08cd6197de224d32b73cf6d2d710016281e308c3d2d260c51d569905cc1951717fcf62a4db1562126a212ae59e54db') - -prepare() { - cp -a pytools-${pkgver}{,-python2} -} - -build() { - cd "$srcdir/pytools-$pkgver" - python setup.py build - - cd "$srcdir/pytools-$pkgver-python2" - python2 setup.py build -} - -check() { - cd "$srcdir/pytools-$pkgver" - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test - - cd "$srcdir/pytools-$pkgver-python2" - PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2 -} - -package_python2-pytools() { - depends=('python2-six' 'python2-decorator' 'python2-appdirs') - cd "$srcdir/pytools-$pkgver-python2" - python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 -} - -package_python-pytools(){ - depends=('python-six' 'python-decorator' 'python-appdirs') - cd "$srcdir/pytools-$pkgver" - python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 -} - Copied: python-pytools/repos/community-any/PKGBUILD (from rev 138211, python-pytools/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 07:28:24 UTC (rev 138212) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Stéphane Gaudreault + +pkgbase=python-pytools +pkgname=('python2-pytools' 'python-pytools') +pkgver=2015.1.3 +pkgrel=1 +pkgdesc="A collection of tools for Python" +arch=('any') +url="http://mathema.tician.de/software/pytools"; +license=('MIT') +makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 'python-appdirs' 'python2-appdirs') +checkdepends=('python-pytest' 'python2-pytest') +source=("http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz";) +sha512sums=('a94189d93d22401a78078ba76db75ac644f2162000699393ef37fc64507c9b77856450aff7dcdec031348adb13a2e6da536fe8f2ae01e2a0a11967a74a00c968') + +prepare() { + cp -a pytools-${pkgver}{,-python2} +} + +build() { + cd "$srcdir/pytools-$pkgver" + python setup.py build + + cd "$srcdir/pytools-$pkgver-python2" + python2 setup.py build +} + +check() { + cd "$srcdir/pytools-$pkgver" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test + + cd "$srcdir/pytools-$pkgver-python2" + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2 +} + +package_python2-pytools() { + depends=('python2-six' 'python2-decorator' 'python2-appdirs') + cd "$srcdir/pytools-$pkgver-python2" + python2 setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 +} + +package_python-pytools(){ + depends=('python-six' 'python-decorator' 'python-appdirs') + cd "$srcdir/pytools-$pkgver" + python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1 +} +
[arch-commits] Commit in sopel/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, August 11, 2015 @ 09:13:24 Author: fyan Revision: 138210 archrelease: copy trunk to community-any Added: sopel/repos/community-any/PKGBUILD (from rev 138209, sopel/trunk/PKGBUILD) Deleted: sopel/repos/community-any/PKGBUILD --+ PKGBUILD | 71 ++--- 1 file changed, 45 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-08-11 07:13:01 UTC (rev 138209) +++ PKGBUILD2015-08-11 07:13:24 UTC (rev 138210) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgname=sopel -pkgver=5.5.0 -pkgrel=1 -pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly Willie)" -arch=('any') -license=('GPL') -url='http://sopel.chat' -depends=('python-feedparser' 'python-pytz' 'python-lxml' 'python-praw' 'python-pyenchant' - 'python-pygeoip' 'python-setuptools' 'sqlite') -makedepends=('git') -checkdepends=('python-pytest-runner') -source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver";) -md5sums=('SKIP') - -check() { - cd "$srcdir/sopel" - python setup.py ptr || warning "Tests failed" -} - -package() { - cd "$srcdir/sopel" - python setup.py install --root="${pkgdir}" --optimize=1 -} Copied: sopel/repos/community-any/PKGBUILD (from rev 138209, sopel/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-08-11 07:13:24 UTC (rev 138210) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgname=sopel +pkgver=5.5.0 +pkgrel=2 +pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly Willie)" +arch=('any') +license=('custom:EFL') +url='http://sopel.chat' +depends=('python-setuptools' 'sqlite') +optdepends=('python-feedparser: nws and rss modules' +'python-pytz: remind module' +'python-lxml: xkcd module' +'python-pyenchant: spellchek module' +'python-praw: reddit module' +'python-pygeoip: geoip module') +makedepends=('git' 'python-sphinx') +checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml' + 'python-pyenchant' 'python-praw' 'python-pygeoip') +backup=('etc/willie.cfg') +source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver";) +md5sums=('SKIP') + +build() { + cd "$srcdir/sopel" + python setup.py build + make -C docs man +} + +check() { + cd "$srcdir/sopel" + py.test --ignore build || warning "Tests failed" +} + +package() { + cd "$srcdir/sopel" + python setup.py install --root="${pkgdir}" --optimize=1 + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 contrib/willie.cfg "$pkgdir/etc/willie.cfg" + install -Dm644 contrib/willie.service "$pkgdir/usr/lib/systemd/system/willie.service" + install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/willie.conf" + install -Dm644 docs/build/man/willie.1 "$pkgdir/usr/share/man/man1/willie.1" +}
[arch-commits] Commit in sopel/trunk (PKGBUILD)
Date: Tuesday, August 11, 2015 @ 09:13:01 Author: fyan Revision: 138209 upgpkg: sopel 5.5.0-2 correct dependencies and install conf/service/manpage. Modified: sopel/trunk/PKGBUILD --+ PKGBUILD | 33 ++--- 1 file changed, 26 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 06:28:24 UTC (rev 138208) +++ PKGBUILD2015-08-11 07:13:01 UTC (rev 138209) @@ -3,24 +3,43 @@ pkgname=sopel pkgver=5.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly Willie)" arch=('any') -license=('GPL') +license=('custom:EFL') url='http://sopel.chat' -depends=('python-feedparser' 'python-pytz' 'python-lxml' 'python-praw' 'python-pyenchant' - 'python-pygeoip' 'python-setuptools' 'sqlite') -makedepends=('git') -checkdepends=('python-pytest-runner') +depends=('python-setuptools' 'sqlite') +optdepends=('python-feedparser: nws and rss modules' +'python-pytz: remind module' +'python-lxml: xkcd module' +'python-pyenchant: spellchek module' +'python-praw: reddit module' +'python-pygeoip: geoip module') +makedepends=('git' 'python-sphinx') +checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml' + 'python-pyenchant' 'python-praw' 'python-pygeoip') +backup=('etc/willie.cfg') source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver";) md5sums=('SKIP') +build() { + cd "$srcdir/sopel" + python setup.py build + make -C docs man +} + check() { cd "$srcdir/sopel" - python setup.py ptr || warning "Tests failed" + py.test --ignore build || warning "Tests failed" } package() { cd "$srcdir/sopel" python setup.py install --root="${pkgdir}" --optimize=1 + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 contrib/willie.cfg "$pkgdir/etc/willie.cfg" + install -Dm644 contrib/willie.service "$pkgdir/usr/lib/systemd/system/willie.service" + install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/willie.conf" + install -Dm644 docs/build/man/willie.1 "$pkgdir/usr/share/man/man1/willie.1" }
[arch-commits] Commit in sddm/repos (12 files)
Date: Tuesday, August 11, 2015 @ 09:10:34 Author: fyan Revision: 243148 archrelease: copy trunk to testing-i686, testing-x86_64 Added: sddm/repos/testing-i686/PKGBUILD (from rev 243147, sddm/trunk/PKGBUILD) sddm/repos/testing-i686/kubuntu_dbus-config-rename.patch (from rev 243147, sddm/trunk/kubuntu_dbus-config-rename.patch) sddm/repos/testing-i686/sddm.install (from rev 243147, sddm/trunk/sddm.install) sddm/repos/testing-x86_64/PKGBUILD (from rev 243147, sddm/trunk/PKGBUILD) sddm/repos/testing-x86_64/kubuntu_dbus-config-rename.patch (from rev 243147, sddm/trunk/kubuntu_dbus-config-rename.patch) sddm/repos/testing-x86_64/sddm.install (from rev 243147, sddm/trunk/sddm.install) Deleted: sddm/repos/testing-i686/PKGBUILD sddm/repos/testing-i686/kubuntu_dbus-config-rename.patch sddm/repos/testing-i686/sddm.install sddm/repos/testing-x86_64/PKGBUILD sddm/repos/testing-x86_64/kubuntu_dbus-config-rename.patch sddm/repos/testing-x86_64/sddm.install -+ /PKGBUILD | 88 ++ /kubuntu_dbus-config-rename.patch | 26 ++ /sddm.install | 48 testing-i686/PKGBUILD | 44 --- testing-i686/kubuntu_dbus-config-rename.patch | 13 --- testing-i686/sddm.install | 24 -- testing-x86_64/PKGBUILD | 44 --- testing-x86_64/kubuntu_dbus-config-rename.patch | 13 --- testing-x86_64/sddm.install | 24 -- 9 files changed, 162 insertions(+), 162 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2015-08-11 07:00:10 UTC (rev 243147) +++ testing-i686/PKGBUILD 2015-08-11 07:10:34 UTC (rev 243148) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=sddm -pkgver=0.11.0 -pkgrel=2 -pkgdesc='QML based X11 display manager' -arch=('i686' 'x86_64') -url='http://github.com/sddm/sddm' -license=('GPL') -depends=('qt5-declarative') -makedepends=('cmake' 'python-docutils' 'qt5-tools') -install="${pkgname}.install" -backup=('usr/share/sddm/scripts/Xsetup') -conflicts=('display-manager') -provides=('display-manager') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"; -kubuntu_dbus-config-rename.patch) -md5sums=('e110a7683867400dc9484d4744fd41dd' - '7c2934003e61c46d1d82d3d9a93ed35b') - -prepare() { - mkdir -p build - - cd $pkgname-$pkgver - # FS#42445 - patch -p1 -i ../kubuntu_dbus-config-rename.patch -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \ --DBUILD_MAN_PAGES=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: sddm/repos/testing-i686/PKGBUILD (from rev 243147, sddm/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-11 07:10:34 UTC (rev 243148) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=sddm +pkgver=0.11.0 +pkgrel=2 +pkgdesc='QML based X11 display manager' +arch=('i686' 'x86_64') +url='http://github.com/sddm/sddm' +license=('GPL') +depends=('qt5-declarative') +makedepends=('cmake' 'python-docutils' 'qt5-tools') +install="${pkgname}.install" +backup=('usr/share/sddm/scripts/Xsetup') +conflicts=('display-manager') +provides=('display-manager') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"; +kubuntu_dbus-config-rename.patch) +md5sums=('e110a7683867400dc9484d4744fd41dd' + '7c2934003e61c46d1d82d3d9a93ed35b') + +prepare() { + mkdir -p build + + cd $pkgname-$pkgver + # FS#42445 + patch -p1 -i ../kubuntu_dbus-config-rename.patch +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \ +-DBUILD_MAN_PAGES=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: testing-i686/kubuntu_dbus-config-rename.patch === --- testing-i686/kubuntu_dbus-config-rename.patch 2015-08-11 07:00:10 UTC (rev 243147) +++ testing-i686/kubuntu_dbus-config-rename.patch 2015-08-11 07:10:34 UTC (rev 243148) @@ -1,13 +0,0 @@ -Index: sddm-0.1.0+git20140718/data/CMakeLists.txt -=== sddm-0.1.0+git20140718.orig/data/CMakeLists.txt2014-07-18 11:36:58.
[arch-commits] Commit in sddm/repos (8 files)
Date: Tuesday, August 11, 2015 @ 09:00:10 Author: fyan Revision: 243147 archrelease: copy trunk to testing-i686, testing-x86_64 Added: sddm/repos/testing-i686/ sddm/repos/testing-i686/PKGBUILD (from rev 243146, sddm/trunk/PKGBUILD) sddm/repos/testing-i686/kubuntu_dbus-config-rename.patch (from rev 243146, sddm/trunk/kubuntu_dbus-config-rename.patch) sddm/repos/testing-i686/sddm.install (from rev 243146, sddm/trunk/sddm.install) sddm/repos/testing-x86_64/ sddm/repos/testing-x86_64/PKGBUILD (from rev 243146, sddm/trunk/PKGBUILD) sddm/repos/testing-x86_64/kubuntu_dbus-config-rename.patch (from rev 243146, sddm/trunk/kubuntu_dbus-config-rename.patch) sddm/repos/testing-x86_64/sddm.install (from rev 243146, sddm/trunk/sddm.install) -+ testing-i686/PKGBUILD | 44 ++ testing-i686/kubuntu_dbus-config-rename.patch | 13 ++ testing-i686/sddm.install | 24 testing-x86_64/PKGBUILD | 44 ++ testing-x86_64/kubuntu_dbus-config-rename.patch | 13 ++ testing-x86_64/sddm.install | 24 6 files changed, 162 insertions(+) Copied: sddm/repos/testing-i686/PKGBUILD (from rev 243146, sddm/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-08-11 07:00:10 UTC (rev 243147) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=sddm +pkgver=0.11.0 +pkgrel=2 +pkgdesc='QML based X11 display manager' +arch=('i686' 'x86_64') +url='http://github.com/sddm/sddm' +license=('GPL') +depends=('qt5-declarative') +makedepends=('cmake' 'python-docutils' 'qt5-tools') +install="${pkgname}.install" +backup=('usr/share/sddm/scripts/Xsetup') +conflicts=('display-manager') +provides=('display-manager') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"; +kubuntu_dbus-config-rename.patch) +md5sums=('e110a7683867400dc9484d4744fd41dd' + '7c2934003e61c46d1d82d3d9a93ed35b') + +prepare() { + mkdir -p build + + cd $pkgname-$pkgver + # FS#42445 + patch -p1 -i ../kubuntu_dbus-config-rename.patch +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/sddm \ +-DBUILD_MAN_PAGES=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: sddm/repos/testing-i686/kubuntu_dbus-config-rename.patch (from rev 243146, sddm/trunk/kubuntu_dbus-config-rename.patch) === --- testing-i686/kubuntu_dbus-config-rename.patch (rev 0) +++ testing-i686/kubuntu_dbus-config-rename.patch 2015-08-11 07:00:10 UTC (rev 243147) @@ -0,0 +1,13 @@ +Index: sddm-0.1.0+git20140718/data/CMakeLists.txt +=== +--- sddm-0.1.0+git20140718.orig/data/CMakeLists.txt2014-07-18 11:36:58.974892509 +0200 sddm-0.1.0+git20140718/data/CMakeLists.txt 2014-07-18 11:36:58.970892509 +0200 +@@ -1,7 +1,7 @@ + install(DIRECTORY "faces" DESTINATION "${DATA_INSTALL_DIR}") + install(DIRECTORY "flags" DESTINATION "${DATA_INSTALL_DIR}") + +-install(FILES "org.freedesktop.DisplayManager.conf" DESTINATION "${DBUS_CONFIG_DIR}") ++install(FILES "org.freedesktop.DisplayManager.conf" DESTINATION "${DBUS_CONFIG_DIR}" RENAME sddm_org.freedesktop.DisplayManager.conf) + + install(FILES "scripts/Xsession" "scripts/Xsetup" DESTINATION "${DATA_INSTALL_DIR}/scripts" + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE Copied: sddm/repos/testing-i686/sddm.install (from rev 243146, sddm/trunk/sddm.install) === --- testing-i686/sddm.install (rev 0) +++ testing-i686/sddm.install 2015-08-11 07:00:10 UTC (rev 243147) @@ -0,0 +1,24 @@ +post_install() { + if ! getent group sddm > /dev/null; then + groupadd --system sddm + fi + if ! getent passwd sddm > /dev/null; then + useradd -c "Simple Desktop Display Manager" --system -d /var/lib/sddm -s /usr/bin/nologin -g sddm sddm + passwd -l sddm > /dev/null + fi + mkdir -p /var/lib/sddm + chown -R sddm:sddm /var/lib/sddm > /dev/null +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + if getent passwd sddm >/dev/null; then + userdel sddm + fi + if getent group sddm >/dev/null; then + groupdel sddm + fi +} Copied: sddm/repos/te
[arch-commits] Commit in sddm/trunk (PKGBUILD kubuntu_dbus-config-rename.patch)
Date: Tuesday, August 11, 2015 @ 08:59:32 Author: fyan Revision: 243146 upgpkg: sddm 0.11.0-2 add patch from kubuntu to rename org.freedesktop.DisplayManager.conf (FS#42445) Added: sddm/trunk/kubuntu_dbus-config-rename.patch Modified: sddm/trunk/PKGBUILD --+ PKGBUILD | 15 +++ kubuntu_dbus-config-rename.patch | 13 + 2 files changed, 24 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-11 06:41:54 UTC (rev 243145) +++ PKGBUILD2015-08-11 06:59:32 UTC (rev 243146) @@ -1,9 +1,10 @@ # $Id$ -# Maintainer: Andrea Scarpino +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino pkgname=sddm pkgver=0.11.0 -pkgrel=1 +pkgrel=2 pkgdesc='QML based X11 display manager' arch=('i686' 'x86_64') url='http://github.com/sddm/sddm' @@ -14,11 +15,17 @@ backup=('usr/share/sddm/scripts/Xsetup') conflicts=('display-manager') provides=('display-manager') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";) -md5sums=('e110a7683867400dc9484d4744fd41dd') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz"; +kubuntu_dbus-config-rename.patch) +md5sums=('e110a7683867400dc9484d4744fd41dd' + '7c2934003e61c46d1d82d3d9a93ed35b') prepare() { mkdir -p build + + cd $pkgname-$pkgver + # FS#42445 + patch -p1 -i ../kubuntu_dbus-config-rename.patch } build() { Added: kubuntu_dbus-config-rename.patch === --- kubuntu_dbus-config-rename.patch(rev 0) +++ kubuntu_dbus-config-rename.patch2015-08-11 06:59:32 UTC (rev 243146) @@ -0,0 +1,13 @@ +Index: sddm-0.1.0+git20140718/data/CMakeLists.txt +=== +--- sddm-0.1.0+git20140718.orig/data/CMakeLists.txt2014-07-18 11:36:58.974892509 +0200 sddm-0.1.0+git20140718/data/CMakeLists.txt 2014-07-18 11:36:58.970892509 +0200 +@@ -1,7 +1,7 @@ + install(DIRECTORY "faces" DESTINATION "${DATA_INSTALL_DIR}") + install(DIRECTORY "flags" DESTINATION "${DATA_INSTALL_DIR}") + +-install(FILES "org.freedesktop.DisplayManager.conf" DESTINATION "${DBUS_CONFIG_DIR}") ++install(FILES "org.freedesktop.DisplayManager.conf" DESTINATION "${DBUS_CONFIG_DIR}" RENAME sddm_org.freedesktop.DisplayManager.conf) + + install(FILES "scripts/Xsession" "scripts/Xsetup" DESTINATION "${DATA_INSTALL_DIR}/scripts" + PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE