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

2017-06-21 Thread Thorsten Töpper
Date: Wednesday, June 21, 2017 @ 18:44:01
  Author: ttoepper
Revision: 239345

upgpkg: i3lock 2.9.1-1

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-21 18:40:32 UTC (rev 239344)
+++ PKGBUILD2017-06-21 18:44:01 UTC (rev 239345)
@@ -2,7 +2,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3lock
-pkgver=2.9
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="An improved screenlocker based upon XCB and PAM"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=("etc/pam.d/i3lock")
 source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
 "https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('3d0038021778f3178192f566dc87a931'
+md5sums=('2983fff62236d54687dc7d51a6895edb'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2017-06-21 Thread Thorsten Töpper
Date: Wednesday, June 21, 2017 @ 18:44:07
  Author: ttoepper
Revision: 239346

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-21 18:44:01 UTC (rev 239345)
+++ community-i686/PKGBUILD 2017-06-21 18:44:07 UTC (rev 239346)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.9
-pkgrel=1
-pkgdesc="An improved screenlocker based upon XCB and PAM"
-arch=('i686' 'x86_64')
-url="https://i3wm.org/i3lock/";
-license=('MIT')
-groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
-options=('docs')
-backup=("etc/pam.d/i3lock")
-source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
-"https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('3d0038021778f3178192f566dc87a931'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-i686/PKGBUILD (from rev 239345, 
i3lock/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-21 18:44:07 UTC (rev 239346)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3lock
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('i686' 'x86_64')
+url="https://i3wm.org/i3lock/";
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
+"https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
+md5sums=('2983fff62236d54687dc7d51a6895edb'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-21 18:44:01 UTC (rev 239345)
+++ community-x86_64/PKGBUILD   2017-06-21 18:44:07 UTC (rev 239346)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.9
-pkgrel=1
-pkgdesc="An improved screenlocker based upon XCB and PAM"
-arch=('i686' 'x86_64')
-url="https://i3wm.org/i3lock/";
-license=('MIT')
-groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
-options=('docs')
-backup=("etc/pam.d/i3lock")
-source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
-"https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('3d0038021778f3178192f566dc87a931'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # 

[arch-commits] Commit in john/repos (14 files)

2017-06-09 Thread Thorsten Töpper
Date: Friday, June 9, 2017 @ 16:21:30
  Author: ttoepper
Revision: 235619

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

Added:
  john/repos/community-staging-i686/
  john/repos/community-staging-i686/PKGBUILD
(from rev 235618, john/trunk/PKGBUILD)
  john/repos/community-staging-i686/fix-32bit.patch
(from rev 235618, john/trunk/fix-32bit.patch)
  john/repos/community-staging-i686/fix-i686-openmp.patch
(from rev 235618, john/trunk/fix-i686-openmp.patch)
  john/repos/community-staging-i686/gcc5.patch
(from rev 235618, john/trunk/gcc5.patch)
  john/repos/community-staging-i686/john.install
(from rev 235618, john/trunk/john.install)
  john/repos/community-staging-i686/params.h.patch
(from rev 235618, john/trunk/params.h.patch)
  john/repos/community-staging-x86_64/
  john/repos/community-staging-x86_64/PKGBUILD
(from rev 235618, john/trunk/PKGBUILD)
  john/repos/community-staging-x86_64/fix-32bit.patch
(from rev 235618, john/trunk/fix-32bit.patch)
  john/repos/community-staging-x86_64/fix-i686-openmp.patch
(from rev 235618, john/trunk/fix-i686-openmp.patch)
  john/repos/community-staging-x86_64/gcc5.patch
(from rev 235618, john/trunk/gcc5.patch)
  john/repos/community-staging-x86_64/john.install
(from rev 235618, john/trunk/john.install)
  john/repos/community-staging-x86_64/params.h.patch
(from rev 235618, john/trunk/params.h.patch)

+
 community-staging-i686/PKGBUILD|  138 +++
 community-staging-i686/fix-32bit.patch |   24 
 community-staging-i686/fix-i686-openmp.patch   |   69 +++
 community-staging-i686/gcc5.patch  |   63 ++
 community-staging-i686/john.install|9 +
 community-staging-i686/params.h.patch  |   17 ++
 community-staging-x86_64/PKGBUILD  |  138 +++
 community-staging-x86_64/fix-32bit.patch   |   24 
 community-staging-x86_64/fix-i686-openmp.patch |   69 +++
 community-staging-x86_64/gcc5.patch|   63 ++
 community-staging-x86_64/john.install  |9 +
 community-staging-x86_64/params.h.patch|   17 ++
 12 files changed, 640 insertions(+)

Copied: john/repos/community-staging-i686/PKGBUILD (from rev 235618, 
john/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-09 16:21:30 UTC (rev 235619)
@@ -0,0 +1,138 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Thorsten Töpper 
+# Contributor: Andrea Scarpino 
+# Contributor: Dale Blount 
+# Contributor: Tom Newsom 
+# Contributor: Michal Krenek 
+
+pkgname=john
+_jumbover=1
+_johnver=1.8.0
+pkgver=${_johnver}.jumbo${_jumbover}
+pkgrel=8
+pkgdesc='John the Ripper password cracker'
+url='http://www.openwall.com/john'
+arch=('i686' 'x86_64')
+license=('GPL2' 'custom')
+depends=('openssl-1.0' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 
'opencl-icd-loader')
+optdepends=(
+  'bash-completion: completion for bash'
+  'perl: perl based john scripts'
+  'ruby: ruby based john scripts'
+  'python2: python based john scripts')
+makedepends=('pkg-config' 'opencl-headers')
+backup=('etc/john/john.conf')
+install=john.install
+source=(http://www.openwall.com/john/j/john-${_johnver}-jumbo-${_jumbover}.tar.xz
+params.h.patch
+gcc5.patch
+fix-32bit.patch
+fix-i686-openmp.patch)
+sha512sums=('163cd71f634c2d1e9d0fa760984cc05001bfeef8300098d6b9cc8bf7e1719fec1d37142c39d7fd65ef37ee96c95681f01d7f0b1941058b7f9926442e2df5cd8e'
+
'4e7c530bf75d0c56409018097a2fee4a991c8332b25f985b16d91ffb631079d46870fa0c54eb519c8d60c7425c62c616e24617e0ebbad4193ccef8d001c08893'
+
'941a8fbe435d24287be158648d3083062806de639ce822645d949a171b2e662249bb13d9f5903017792cc979c7ff89615681adaed2afbf0d9c6ca5fe825e135a'
+
'824497e6fa67b1ff17a4b87544dedf5361e5ba07617ffb9e7718f2e90152b0bc2f39cd80a1badd84de0ef1e3442783bda3df1332d990b722a29d04b8b7449590'
+
'7eddd3c7360f459fba02b6c398b530baa7151f127384a1a8551a74658acbfb11a7d206a0482ab357496074be4ca20192c192962938e9bcdf1976cb4421d9af2c')
+
+prepare() {
+  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}
+  patch -p0 < "${srcdir}/params.h.patch"
+  patch -p1 < "${srcdir}/gcc5.patch"
+  patch -p1 < "${srcdir}/fix-32bit.patch"
+  patch -Rp1 < "${srcdir}/fix-i686-openmp.patch"
+  sed 's|env python|env python2|' -i run/*.py
+  sed 's|/usr/bin/python|/usr/bin/python2|' -i run/*.py
+  sed 's|"x$enable_native_tests" = xye

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

2017-06-09 Thread Thorsten Töpper
Date: Friday, June 9, 2017 @ 16:15:02
  Author: ttoepper
Revision: 235613

upgpkg: john 1.8.0.jumbo1-8

Modified:
  john/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 16:14:52 UTC (rev 235612)
+++ PKGBUILD2017-06-09 16:15:02 UTC (rev 235613)
@@ -9,7 +9,7 @@
 _jumbover=1
 _johnver=1.8.0
 pkgver=${_johnver}.jumbo${_jumbover}
-pkgrel=7
+pkgrel=8
 pkgdesc='John the Ripper password cracker'
 url='http://www.openwall.com/john'
 arch=('i686' 'x86_64')


[arch-commits] Commit in perl-anyevent-i3/repos/community-any (PKGBUILD PKGBUILD)

2017-06-09 Thread Thorsten Töpper
Date: Friday, June 9, 2017 @ 16:06:56
  Author: ttoepper
Revision: 235601

archrelease: copy trunk to community-any

Added:
  perl-anyevent-i3/repos/community-any/PKGBUILD
(from rev 235600, perl-anyevent-i3/trunk/PKGBUILD)
Deleted:
  perl-anyevent-i3/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-09 16:06:52 UTC (rev 235600)
+++ PKGBUILD2017-06-09 16:06:56 UTC (rev 235601)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=perl-anyevent-i3
-pkgver=0.16
-pkgrel=3
-pkgdesc="Communicate with the i3 window manager"
-arch=('any')
-url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
-license=('GPL')
-depends=('perl' 'perl-anyevent' 'perl-json-xs')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
-md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
-
-build() {
-  cd AnyEvent-I3-${pkgver}
-  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd AnyEvent-I3-${pkgver}
-  make test
-}
-
-package() {
-  cd AnyEvent-I3-${pkgver}
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-anyevent-i3/repos/community-any/PKGBUILD (from rev 235600, 
perl-anyevent-i3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-09 16:06:56 UTC (rev 235601)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=perl-anyevent-i3
+pkgver=0.17
+pkgrel=1
+pkgdesc="Communicate with the i3 window manager"
+arch=('any')
+url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
+license=('GPL')
+depends=('perl' 'perl-anyevent' 'perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('907b6ed7fe6bea5914b878cdd73aba3f')
+
+build() {
+  cd AnyEvent-I3-${pkgver}
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
+package() {
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in perl-anyevent-i3/trunk (PKGBUILD)

2017-06-09 Thread Thorsten Töpper
Date: Friday, June 9, 2017 @ 16:06:52
  Author: ttoepper
Revision: 235600

upgpkg: perl-anyevent-i3 0.17-1

Modified:
  perl-anyevent-i3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 16:06:31 UTC (rev 235599)
+++ PKGBUILD2017-06-09 16:06:52 UTC (rev 235600)
@@ -2,8 +2,8 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=perl-anyevent-i3
-pkgver=0.16
-pkgrel=3
+pkgver=0.17
+pkgrel=1
 pkgdesc="Communicate with the i3 window manager"
 arch=('any')
 url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
@@ -11,7 +11,7 @@
 depends=('perl' 'perl-anyevent' 'perl-json-xs')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
-md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
+md5sums=('907b6ed7fe6bea5914b878cdd73aba3f')
 
 build() {
   cd AnyEvent-I3-${pkgver}


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

2017-06-09 Thread Thorsten Töpper
Date: Friday, June 9, 2017 @ 16:02:05
  Author: ttoepper
Revision: 235589

i3status: Update project & source URLs

Modified:
  i3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 16:01:10 UTC (rev 235588)
+++ PKGBUILD2017-06-09 16:02:05 UTC (rev 235589)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
 arch=('i686' 'x86_64')
-url='http://i3.zekjur.net/i3status/'
+url='https://i3wm.org/i3status/'
 license=('BSD')
 groups=('i3')
 depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
@@ -14,8 +14,8 @@
 backup=('etc/i3status.conf')
 install=i3status.install
 options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
-"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
+source=("https://i3wm.org/i3status/$pkgname-$pkgver.tar.bz2";
+"https://i3wm.org/i3status/$pkgname-$pkgver.tar.bz2.asc";)
 md5sums=('a5c0a364d917ffc57c42af3f6936e700'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg


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

2017-06-09 Thread Thorsten Töpper
Date: Friday, June 9, 2017 @ 15:57:04
  Author: ttoepper
Revision: 235584

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-09 15:56:58 UTC (rev 235583)
+++ community-i686/PKGBUILD 2017-06-09 15:57:04 UTC (rev 235584)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.8
-pkgrel=1
-pkgdesc="An improved screenlocker based upon XCB and PAM"
-arch=('i686' 'x86_64')
-url="http://i3wm.org/i3lock/";
-license=('MIT')
-groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
-options=('docs')
-backup=("etc/pam.d/i3lock")
-source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
-"http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('89de7b7d46fdb05638122cf3c2512093'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-i686/PKGBUILD (from rev 235583, 
i3lock/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-09 15:57:04 UTC (rev 235584)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3lock
+pkgver=2.9
+pkgrel=1
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('i686' 'x86_64')
+url="https://i3wm.org/i3lock/";
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
+"https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
+md5sums=('3d0038021778f3178192f566dc87a931'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-09 15:56:58 UTC (rev 235583)
+++ community-x86_64/PKGBUILD   2017-06-09 15:57:04 UTC (rev 235584)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.8
-pkgrel=1
-pkgdesc="An improved screenlocker based upon XCB and PAM"
-arch=('i686' 'x86_64')
-url="http://i3wm.org/i3lock/";
-license=('MIT')
-groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
-options=('docs')
-backup=("etc/pam.d/i3lock")
-source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
-"http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('89de7b7d46fdb05638122cf3c2512093'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i 

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

2017-06-09 Thread Thorsten Töpper
Date: Friday, June 9, 2017 @ 15:56:58
  Author: ttoepper
Revision: 235583

upgpkg: i3lock 2.9-1

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 15:56:54 UTC (rev 235582)
+++ PKGBUILD2017-06-09 15:56:58 UTC (rev 235583)
@@ -2,19 +2,19 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3lock
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="An improved screenlocker based upon XCB and PAM"
 arch=('i686' 'x86_64')
-url="http://i3wm.org/i3lock/";
+url="https://i3wm.org/i3lock/";
 license=('MIT')
 groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11' 'pam')
 options=('docs')
 backup=("etc/pam.d/i3lock")
-source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
-"http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('89de7b7d46fdb05638122cf3c2512093'
+source=("https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
+"https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
+md5sums=('3d0038021778f3178192f566dc87a931'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


[arch-commits] Commit in etherape/trunk (PKGBUILD drop-libgnomeui.patch)

2017-04-26 Thread Thorsten Töpper
Date: Thursday, April 27, 2017 @ 06:23:36
  Author: ttoepper
Revision: 225914

upgpkg: etherape 0.9.15-1

Modified:
  etherape/trunk/PKGBUILD
  etherape/trunk/drop-libgnomeui.patch

---+
 PKGBUILD  |   11 +++---
 drop-libgnomeui.patch |   88 
 2 files changed, 44 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 06:07:26 UTC (rev 225913)
+++ PKGBUILD2017-04-27 06:23:36 UTC (rev 225914)
@@ -4,8 +4,8 @@
 # Contributor: Damir Perisa 
 
 pkgname=etherape
-pkgver=0.9.14
-pkgrel=2
+pkgver=0.9.15
+pkgrel=1
 pkgdesc='A graphical network monitor for various OSI layers and protocols'
 arch=('i686' 'x86_64')
 url="http://etherape.sourceforge.net/";
@@ -12,9 +12,9 @@
 license=('GPL2')
 depends=('libgnomecanvas' 'libpcap' 'popt')
 makedepends=('rarian' 'gnome-doc-utils')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-drop-libgnomeui.patch)
-sha1sums=('d28ad8be9c571c204272391316ff261bdb4f1ec3'
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'drop-libgnomeui.patch')
+sha1sums=('9e97875b76a1543bf7145632dd3e018987ea1c96'
   'SKIP')
 
 prepare() {
@@ -38,3 +38,4 @@
 
   make DESTDIR=${pkgdir} install
 }
+

Modified: drop-libgnomeui.patch
===
--- drop-libgnomeui.patch   2017-04-27 06:07:26 UTC (rev 225913)
+++ drop-libgnomeui.patch   2017-04-27 06:23:36 UTC (rev 225914)
@@ -1,7 +1,7 @@
-diff -Naur etherape-0.9.14.orig/configure.in etherape-0.9.14/configure.in
 etherape-0.9.14.orig/configure.in  2015-09-20 10:28:27.0 +0200
-+++ etherape-0.9.14/configure.in   2017-01-21 00:46:38.419035434 +0100
-@@ -25,7 +25,7 @@
+diff -Naur etherape-0.9.15.orig/configure.ac etherape-0.9.15/configure.ac
+--- etherape-0.9.15.orig/configure.ac  2017-04-27 05:53:49.226303987 +
 etherape-0.9.15/configure.ac   2017-04-27 06:02:09.328964318 +
+@@ -26,7 +26,7 @@
  #AC_PROG_INTLTOOL(0.27)
  
  # Checks for libraries.
@@ -8,11 +8,11 @@
 -PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomeui-2.0)
 +PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomecanvas-2.0 popt)
  AC_SUBST(ETHERAPE_CFLAGS)
+ AC_SUBST(ETHERAPE_LDFLAGS)
  AC_SUBST(ETHERAPE_LIBS)
- 
-diff -Naur etherape-0.9.14.orig/src/callbacks.c etherape-0.9.14/src/callbacks.c
 etherape-0.9.14.orig/src/callbacks.c   2015-07-26 18:01:30.0 
+0200
-+++ etherape-0.9.14/src/callbacks.c2017-01-21 00:32:56.115504072 +0100
+diff -Naur etherape-0.9.15.orig/src/callbacks.c etherape-0.9.15/src/callbacks.c
+--- etherape-0.9.15.orig/src/callbacks.c   2017-04-27 05:53:49.236303974 
+
 etherape-0.9.15/src/callbacks.c2017-04-27 05:56:33.176083792 +
 @@ -21,7 +21,8 @@
  #include 
  #endif
@@ -23,10 +23,10 @@
  #include "appdata.h"
  #include "callbacks.h"
  #include "diagram.h"
-diff -Naur etherape-0.9.14.orig/src/capture.c etherape-0.9.14/src/capture.c
 etherape-0.9.14.orig/src/capture.c 2015-09-18 23:47:48.0 +0200
-+++ etherape-0.9.14/src/capture.c  2017-01-21 01:19:23.827260356 +0100
-@@ -22,7 +22,8 @@
+diff -Naur etherape-0.9.15.orig/src/diagram.c etherape-0.9.15/src/diagram.c
+--- etherape-0.9.15.orig/src/diagram.c 2017-04-27 05:53:49.226303987 +
 etherape-0.9.15/src/diagram.c  2017-04-27 05:58:19.665940538 +
+@@ -21,7 +21,8 @@
  #include 
  #endif
  
@@ -33,38 +33,26 @@
 -#include 
 +#include 
 +#include 
- #include 
- #include 
- #include 
-diff -Naur etherape-0.9.14.orig/src/diagram.c etherape-0.9.14/src/diagram.c
 etherape-0.9.14.orig/src/diagram.c 2016-01-25 21:19:16.0 +0100
-+++ etherape-0.9.14/src/diagram.c  2017-01-21 00:33:11.775939150 +0100
-@@ -23,7 +23,8 @@
  
- #include 
- 
--#include 
-+#include 
-+#include 
- #include 
- 
  #include "appdata.h"
-diff -Naur etherape-0.9.14.orig/src/main.c etherape-0.9.14/src/main.c
 etherape-0.9.14.orig/src/main.c2016-02-06 08:39:57.0 +0100
-+++ etherape-0.9.14/src/main.c 2017-01-21 01:13:33.093843675 +0100
-@@ -26,8 +26,9 @@
- #endif
+ #include "diagram.h"
+diff -Naur etherape-0.9.15.orig/src/main.c etherape-0.9.15/src/main.c
+--- etherape-0.9.15.orig/src/main.c2017-04-27 05:53:49.236303974 +
 etherape-0.9.15/src/main.c 2017-04-27 06:17:23.701057857 +
+@@ -28,8 +28,10 @@
  #include 
  #include 
+ #include 
 -#include 
 -#include 
 +#include 
 +#include 
 +#include 
++#include 
  #include "appdata.h"
- #include "ip-cache.h"
+ #include "names/ip-cache.h"
  #include "main.h"
-@@ -53,11 +54,6 @@
+@@ -60,11 +62,6 @@
   **/
  static void free_static_data(void);
  static void set_debug_level (void);
@@ -75,9 +63,9 @@
 -  gpointer client_data);
  static void log_handler

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

2017-04-26 Thread Thorsten Töpper
Date: Thursday, April 27, 2017 @ 06:23:43
  Author: ttoepper
Revision: 225915

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

Added:
  etherape/repos/community-i686/PKGBUILD
(from rev 225914, etherape/trunk/PKGBUILD)
  etherape/repos/community-i686/drop-libgnomeui.patch
(from rev 225914, etherape/trunk/drop-libgnomeui.patch)
  etherape/repos/community-x86_64/PKGBUILD
(from rev 225914, etherape/trunk/PKGBUILD)
  etherape/repos/community-x86_64/drop-libgnomeui.patch
(from rev 225914, etherape/trunk/drop-libgnomeui.patch)
Deleted:
  etherape/repos/community-i686/PKGBUILD
  etherape/repos/community-i686/drop-libgnomeui.patch
  etherape/repos/community-x86_64/PKGBUILD
  etherape/repos/community-x86_64/drop-libgnomeui.patch

+
 /PKGBUILD  |   82 
 /drop-libgnomeui.patch |  314 +++
 community-i686/PKGBUILD|   40 ---
 community-i686/drop-libgnomeui.patch   |  169 
 community-x86_64/PKGBUILD  |   40 ---
 community-x86_64/drop-libgnomeui.patch |  169 
 6 files changed, 396 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 06:23:36 UTC (rev 225914)
+++ community-i686/PKGBUILD 2017-04-27 06:23:43 UTC (rev 225915)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: kevin 
-# Contributor: Damir Perisa 
-
-pkgname=etherape
-pkgver=0.9.14
-pkgrel=2
-pkgdesc='A graphical network monitor for various OSI layers and protocols'
-arch=('i686' 'x86_64')
-url="http://etherape.sourceforge.net/";
-license=('GPL2')
-depends=('libgnomecanvas' 'libpcap' 'popt')
-makedepends=('rarian' 'gnome-doc-utils')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-drop-libgnomeui.patch)
-sha1sums=('d28ad8be9c571c204272391316ff261bdb4f1ec3'
-  'SKIP')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove libgnomeui dependency
-  patch -Np1 -i ../drop-libgnomeui.patch
-
-  autoreconf -fi
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: etherape/repos/community-i686/PKGBUILD (from rev 225914, 
etherape/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2017-04-27 06:23:43 UTC (rev 225915)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: kevin 
+# Contributor: Damir Perisa 
+
+pkgname=etherape
+pkgver=0.9.15
+pkgrel=1
+pkgdesc='A graphical network monitor for various OSI layers and protocols'
+arch=('i686' 'x86_64')
+url="http://etherape.sourceforge.net/";
+license=('GPL2')
+depends=('libgnomecanvas' 'libpcap' 'popt')
+makedepends=('rarian' 'gnome-doc-utils')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'drop-libgnomeui.patch')
+sha1sums=('9e97875b76a1543bf7145632dd3e018987ea1c96'
+  'SKIP')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove libgnomeui dependency
+  patch -Np1 -i ../drop-libgnomeui.patch
+
+  autoreconf -fi
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: community-i686/drop-libgnomeui.patch
===
--- community-i686/drop-libgnomeui.patch2017-04-27 06:23:36 UTC (rev 
225914)
+++ community-i686/drop-libgnomeui.patch2017-04-27 06:23:43 UTC (rev 
225915)
@@ -1,169 +0,0 @@
-diff -Naur etherape-0.9.14.orig/configure.in etherape-0.9.14/configure.in
 etherape-0.9.14.orig/configure.in  2015-09-20 10:28:27.0 +0200
-+++ etherape-0.9.14/configure.in   2017-01-21 00:46:38.419035434 +0100
-@@ -25,7 +25,7 @@
- #AC_PROG_INTLTOOL(0.27)
- 
- # Checks for libraries.
--PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomeui-2.0)
-+PKG_CHECK_MODULES(ETHERAPE, glib-2.0 libglade-2.0 libgnomecanvas-2.0 popt)
- AC_SUBST(ETHERAPE_CFLAGS)
- AC_SUBST(ETHERAPE_LIBS)
- 
-diff -Naur etherape-0.9.14.orig/src/callbacks.c etherape-0.9.14/src/callbacks.c
 etherape-0.9.14.orig/src/callbacks.c   2015-07-26 18:01:30.0 
+0200
-+++ etherape-0.9.14/src/callbacks.c2017-01-21 00:32:56.115504072 +0100
-@@ -21,7 +21,8 @@
- #include 
- #en

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

2017-04-23 Thread Thorsten Töpper
Date: Sunday, April 23, 2017 @ 14:47:41
  Author: ttoepper
Revision: 224581

upgpkg: mksh 55-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 14:24:42 UTC (rev 224580)
+++ PKGBUILD2017-04-23 14:47:41 UTC (rev 224581)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R54
-pkgver=54
+_pkgver=R55
+pkgver=55
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,7 +14,7 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('be0a6fb93b4a5f927bcc1893bb6692f8'
+md5sums=('718c44251b52c48e7312903273e263f4'
  'SKIP')
 
 check() {


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

2017-04-23 Thread Thorsten Töpper
Date: Sunday, April 23, 2017 @ 14:47:49
  Author: ttoepper
Revision: 224582

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 224581, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 224581, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 224581, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 224581, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-23 14:47:41 UTC (rev 224581)
+++ community-i686/PKGBUILD 2017-04-23 14:47:49 UTC (rev 224582)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R54
-pkgver=54
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc') # Make namcap happy.
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('be0a6fb93b4a5f927bcc1893bb6692f8'
- 'SKIP')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 224581, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-23 14:47:49 UTC (rev 224582)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R55
+pkgver=55
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc') # Make namcap happy.
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('718c44251b52c48e7312903273e263f4'
+ 'SKIP')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2017-04-23 14:47:41 UTC (rev 224581)
+++ community-i686/mksh.install 2017-04-23 14:47:49 UTC (rev 224582)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 224581, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2017-04-23 14:47:49 UTC (rev 224582)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2017-01-29 Thread Thorsten Töpper
Date: Sunday, January 29, 2017 @ 21:47:29
  Author: ttoepper
Revision: 209420

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

Added:
  i3status/repos/community-i686/PKGBUILD
(from rev 209419, i3status/trunk/PKGBUILD)
  i3status/repos/community-i686/i3status.install
(from rev 209419, i3status/trunk/i3status.install)
  i3status/repos/community-x86_64/PKGBUILD
(from rev 209419, i3status/trunk/PKGBUILD)
  i3status/repos/community-x86_64/i3status.install
(from rev 209419, i3status/trunk/i3status.install)
Deleted:
  i3status/repos/community-i686/PKGBUILD
  i3status/repos/community-i686/i3status.install
  i3status/repos/community-x86_64/PKGBUILD
  i3status/repos/community-x86_64/i3status.install

---+
 /PKGBUILD |   78 
 /i3status.install |   18 
 community-i686/PKGBUILD   |   39 --
 community-i686/i3status.install   |9 
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/i3status.install |9 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-29 21:47:24 UTC (rev 209419)
+++ community-i686/PKGBUILD 2017-01-29 21:47:29 UTC (rev 209420)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3status
-pkgver=2.10
-pkgrel=2
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('i686' 'x86_64')
-url='http://i3.zekjur.net/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
-"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('1121f7c1c193c873982aba22668398ef'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-i686/PKGBUILD (from rev 209419, 
i3status/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-29 21:47:29 UTC (rev 209420)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3status
+pkgver=2.11
+pkgrel=1
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
+"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
+md5sums=('a5c0a364d917ffc57c42af3f6936e700'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-i686/i3status.install
===
--- community-i686/i3status.install 2017-01-29 21:47:24 UTC (rev 209419)
+++ community-i686/i3status.install 2017-01-29 21:47:29 UTC (rev 209420)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-i686/i3status.install (from rev 209419, 
i3status/trunk/i3status.install)
===
--- community-i686/i3status.install (rev 0)
+++ community-i686/i3status.install 2017-01-29 21:47:29 UTC (rev 209420)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1

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

2017-01-29 Thread Thorsten Töpper
Date: Sunday, January 29, 2017 @ 21:47:24
  Author: ttoepper
Revision: 209419

upgpkg: i3status 2.11-1

Modified:
  i3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-29 21:41:15 UTC (rev 209418)
+++ PKGBUILD2017-01-29 21:47:24 UTC (rev 209419)
@@ -2,8 +2,8 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3status
-pkgver=2.10
-pkgrel=2
+pkgver=2.11
+pkgrel=1
 pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
 arch=('i686' 'x86_64')
 url='http://i3.zekjur.net/i3status/'
@@ -16,7 +16,7 @@
 options=('docs')
 source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
 "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('1121f7c1c193c873982aba22668398ef'
+md5sums=('a5c0a364d917ffc57c42af3f6936e700'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2016-12-03 Thread Thorsten Töpper
Date: Saturday, December 3, 2016 @ 17:00:37
  Author: ttoepper
Revision: 197828

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 197827, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 197827, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 197827, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 197827, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-03 17:00:32 UTC (rev 197827)
+++ community-i686/PKGBUILD 2016-12-03 17:00:37 UTC (rev 197828)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R53a
-pkgver=53.1
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc') # Make namcap happy.
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('43fc3e32963cc1795a299bcec531d770'
- 'SKIP')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 197827, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-03 17:00:37 UTC (rev 197828)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R54
+pkgver=54
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc') # Make namcap happy.
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('be0a6fb93b4a5f927bcc1893bb6692f8'
+ 'SKIP')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2016-12-03 17:00:32 UTC (rev 197827)
+++ community-i686/mksh.install 2016-12-03 17:00:37 UTC (rev 197828)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 197827, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2016-12-03 17:00:37 UTC (rev 197828)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2016-12-03 Thread Thorsten Töpper
Date: Saturday, December 3, 2016 @ 17:00:32
  Author: ttoepper
Revision: 197827

upgpkg: mksh 54-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-03 15:29:31 UTC (rev 197826)
+++ PKGBUILD2016-12-03 17:00:32 UTC (rev 197827)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R53a
-pkgver=53.1
+_pkgver=R54
+pkgver=54
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,7 +14,7 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('43fc3e32963cc1795a299bcec531d770'
+md5sums=('be0a6fb93b4a5f927bcc1893bb6692f8'
  'SKIP')
 
 check() {


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

2016-11-12 Thread Thorsten Töpper
Date: Saturday, November 12, 2016 @ 12:43:23
  Author: ttoepper
Revision: 195431

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 195430, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 195430, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   73 ---
 community-x86_64/PKGBUILD |   73 ---
 3 files changed, 102 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-12 12:43:18 UTC (rev 195430)
+++ community-i686/PKGBUILD 2016-11-12 12:43:23 UTC (rev 195431)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.12
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('308fc79ed252e1f3c8a093598e13e326'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 195430, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-12 12:43:23 UTC (rev 195431)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.13
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm'
+ 'libev' 'yajl' 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl: i3-save-tree and i3-dmenu-desktop'
+'perl-anyevent-i3: Features like

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

2016-11-12 Thread Thorsten Töpper
Date: Saturday, November 12, 2016 @ 12:43:18
  Author: ttoepper
Revision: 195430

upgpkg: i3-wm 4.13-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-12 12:30:45 UTC (rev 195429)
+++ PKGBUILD2016-11-12 12:43:18 UTC (rev 195430)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.12
+pkgver=4.13
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -11,18 +11,19 @@
 license=('BSD')
 replaces=('i3' 'i3bar')
 groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm'
+ 'libev' 'yajl' 'startup-notification' 'pango' 'libxkbcommon-x11')
 makedepends=('bison' 'flex')
 optdepends=('dmenu: As menu.'
 'i3lock: For locking your screen.'
 'i3status: To display systeminformation with a bar.'
+'perl: i3-save-tree and i3-dmenu-desktop'
 'perl-anyevent-i3: Features like saving the layout.'
 'perl-json-xs: Features like saving the layout.')
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('308fc79ed252e1f3c8a093598e13e326'
+md5sums=('08d17dcf1fde665a15f7d411486546ae'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
@@ -29,45 +30,22 @@
 build() {
   cd "$srcdir/$_pkgsourcename-$pkgver"
   
+  ./configure --prefix=/usr --sysconfdir=/etc
+  cd ${CARCH}-pc-linux-gnu
   # In order to avoid problems with bison use only a single process
   MAKEFLAGS="-j1"
-  make
+  make CPPFLAGS+="-U_FORTIFY_SOURCE"
 }
 
 package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
+  cd "$srcdir/$_pkgsourcename-$pkgver/${CARCH}-pc-linux-gnu"
   make DESTDIR="$pkgdir/" install
   
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
+  mkdir -p "${pkgdir}/usr/share/man/man1/"
+  install -m644 ../man/*.1 "${pkgdir}/usr/share/man/man1/"
 
-  install -Dm644 LICENSE \
+  install -Dm644 ../LICENSE \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:26:54
  Author: ttoepper
Revision: 190480

Changed source from vanished projectsite to backup copy on github.

Modified:
  mathomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 13:04:38 UTC (rev 190479)
+++ PKGBUILD2016-09-25 13:26:54 UTC (rev 190480)
@@ -17,7 +17,8 @@
 'm4: for complex operations using the matho script'
 'rlwrap: for readline editing'
 'gnuplot: for plotting')
-source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
+# The original author is dead and the projects site no longer exists. Uploaded 
a backup copy.
+source=('https://github.com/Atsutane/mathomatic/raw/master/mathomatic-16.0.5.tar.bz2')
 md5sums=('dd04913a98a5073b56f3bc78a01820f3')
 
 build() {


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:04:33
  Author: ttoepper
Revision: 190478

upgpkg: fcron 3.2.1-1

Modified:
  fcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 13:01:29 UTC (rev 190477)
+++ PKGBUILD2016-09-25 13:04:33 UTC (rev 190478)
@@ -6,8 +6,8 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=fcron
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url='http://fcron.free.fr'
@@ -29,9 +29,12 @@
 options=('emptydirs' '!makeflags')
 install=$pkgname.install
 source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz";
+"http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz.sign";
 'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
+md5sums=('bd4996e941a40327d11efc5e3fd1f839'
+ 'SKIP'
  'afecbfd98caa49e8e4aa239fa1b19255')
+validpgpkeys=('7733B98B987784DF27707D41F8E544EC485EE7BC')
 
 build() {
   cd $pkgname-$pkgver
@@ -61,7 +64,7 @@
   install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
 
   # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
+  # We don't use binary format which is incompatible between arch and may 
cause crash
   # We regenerate the binary format at each update
   install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
 


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:04:38
  Author: ttoepper
Revision: 190479

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

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 190478, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 190478, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 190478, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 190478, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 190478, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 190478, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  180 +++
 /fcron.install |   78 
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 --
 community-i686/fcron.install   |   39 
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 --
 community-x86_64/fcron.install |   39 
 community-x86_64/systab.orig   |4 
 9 files changed, 266 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 13:04:33 UTC (rev 190478)
+++ community-i686/PKGBUILD 2016-09-25 13:04:38 UTC (rev 190479)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando 
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper 
-
-pkgname=fcron
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vim' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vim: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz";
-'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh  for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vim \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 files/fcron.pam "$pkgdir/etc/pam.d/fcron"
-  install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
-
-  # Add cron.* directories
-  install -d -m755 "$pkgdir/etc/cron.daily"
-  install -d -m755 "$pkgdir/etc/cron.hourly"
-  install -d -m755 "$pkgdir/etc/cron.monthly"
-  install -d -m755 "$pkgdir/etc/cron.weekly"
-
-  # remove docs
-  rm -r "$pkgdir/usr/share/doc"
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir"/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm "$pkgdir/usr/share/man/man3/bitstring.3" \
-"$pkgdir/usr/share/man/fr/man3/bitstring.3"
- 

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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:01:29
  Author: ttoepper
Revision: 190477

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 190476, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-25 13:01:26 UTC (rev 190476)
+++ PKGBUILD2016-09-25 13:01:29 UTC (rev 190477)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor : Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-_dlid=4134
-pkgname=po4a
-pkgver=0.46
-pkgrel=1
-pkgdesc="tools for helping translation of documentation"
-arch=('any')
-license=('GPL')
-url="http://po4a.alioth.debian.org/";
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
- 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('27bddc74edab0dd0c7615779a9b17506')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   perl Build destdir=${pkgdir} install
-   # remove perllocal.pod and .packlist
-   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 190476, po4a/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-25 13:01:29 UTC (rev 190477)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor : Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+_dlid=4176
+pkgname=po4a
+pkgver=0.48
+pkgrel=1
+pkgdesc="tools for helping translation of documentation"
+arch=('any')
+license=('GPL')
+url="http://po4a.alioth.debian.org/";
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5c8fa9b6a23586d3860d0767bed65148')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+   perl Build.PL installdirs=vendor create_packlist=0
+  # The script expects a UTF-8 locale
+   LC_ALL=en_US.UTF-8 perl Build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   perl Build destdir=${pkgdir} install
+   # remove perllocal.pod and .packlist
+   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:01:26
  Author: ttoepper
Revision: 190476

upgpkg: po4a 0.48-1

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-25 02:55:49 UTC (rev 190475)
+++ PKGBUILD2016-09-25 13:01:26 UTC (rev 190476)
@@ -5,9 +5,9 @@
 # Contributor : Allan McRae 
 # Contributor: Mikko Seppälä  aka Neverth
 
-_dlid=4134
+_dlid=4176
 pkgname=po4a
-pkgver=0.46
+pkgver=0.48
 pkgrel=1
 pkgdesc="tools for helping translation of documentation"
 arch=('any')
@@ -18,12 +18,13 @@
  'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
 options=('!emptydirs')
 
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('27bddc74edab0dd0c7615779a9b17506')
+md5sums=('5c8fa9b6a23586d3860d0767bed65148')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
+  # The script expects a UTF-8 locale
+   LC_ALL=en_US.UTF-8 perl Build
 }
 
 package() {


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

2016-09-24 Thread Thorsten Töpper
Date: Saturday, September 24, 2016 @ 12:28:59
  Author: ttoepper
Revision: 190252

upgpkg: mksh 53.1-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 12:26:53 UTC (rev 190251)
+++ PKGBUILD2016-09-24 12:28:59 UTC (rev 190252)
@@ -3,19 +3,19 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R52c
-pkgver=52.2
+_pkgver=R53a
+pkgver=53.1
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('gcc-libs')
+depends=('glibc') # Make namcap happy.
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('cc3884e02314447e7b4a3073b8d65d1e'
- '20f8999c32b9b350309ed3545a3ed7f5')
+md5sums=('43fc3e32963cc1795a299bcec531d770'
+ 'SKIP')
 
 check() {
   cd "$srcdir/$pkgname"
@@ -24,7 +24,7 @@
 
 build() {
   cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
+  sh Build.sh -r
 }
 
 package() {


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

2016-09-24 Thread Thorsten Töpper
Date: Saturday, September 24, 2016 @ 12:29:03
  Author: ttoepper
Revision: 190253

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 190252, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 190252, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 190252, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 190252, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-24 12:28:59 UTC (rev 190252)
+++ community-i686/PKGBUILD 2016-09-24 12:29:03 UTC (rev 190253)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R52c
-pkgver=52.2
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('cc3884e02314447e7b4a3073b8d65d1e'
- '20f8999c32b9b350309ed3545a3ed7f5')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 190252, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-24 12:29:03 UTC (rev 190253)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R53a
+pkgver=53.1
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc') # Make namcap happy.
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('43fc3e32963cc1795a299bcec531d770'
+ 'SKIP')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2016-09-24 12:28:59 UTC (rev 190252)
+++ community-i686/mksh.install 2016-09-24 12:29:03 UTC (rev 190253)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 190252, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2016-09-24 12:29:03 UTC (rev 190253)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKG

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

2016-09-20 Thread Thorsten Töpper
Date: Tuesday, September 20, 2016 @ 20:05:53
  Author: ttoepper
Revision: 190075

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

Added:
  confuse/repos/community-testing-i686/
  confuse/repos/community-testing-i686/PKGBUILD
(from rev 190074, confuse/trunk/PKGBUILD)
  confuse/repos/community-testing-x86_64/
  confuse/repos/community-testing-x86_64/PKGBUILD
(from rev 190074, confuse/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: confuse/repos/community-testing-i686/PKGBUILD (from rev 190074, 
confuse/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-20 20:05:53 UTC (rev 190075)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Maintainer: Thorsten Töpper 
+
+pkgname=confuse
+pkgver=3.0
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('bf03099ef213647451c70e54ad4b6e81')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: confuse/repos/community-testing-x86_64/PKGBUILD (from rev 190074, 
confuse/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-20 20:05:53 UTC (rev 190075)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Maintainer: Thorsten Töpper 
+
+pkgname=confuse
+pkgver=3.0
+pkgrel=1
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('bf03099ef213647451c70e54ad4b6e81')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-09-20 Thread Thorsten Töpper
Date: Tuesday, September 20, 2016 @ 20:05:49
  Author: ttoepper
Revision: 190074

upgpkg: confuse 3.0-1

Modified:
  confuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 18:56:54 UTC (rev 190073)
+++ PKGBUILD2016-09-20 20:05:49 UTC (rev 190074)
@@ -5,8 +5,8 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=confuse
-pkgver=2.8
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc='C-library for parsing configuration files'
 arch=('i686' 'x86_64')
 url='https://github.com/martinh/libconfuse'
@@ -14,7 +14,7 @@
 depends=('glibc')
 
source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
 options=('!emptydirs')
-md5sums=('e94ade0372a43e80b35031046bbc2a33')
+md5sums=('bf03099ef213647451c70e54ad4b6e81')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-04-11 Thread Thorsten Töpper
Date: Tuesday, April 12, 2016 @ 08:07:53
  Author: ttoepper
Revision: 170567

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   29 -
 community-x86_64/PKGBUILD |   29 -
 3 files changed, 60 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-12 06:07:47 UTC (rev 170566)
+++ community-i686/PKGBUILD 2016-04-12 06:07:53 UTC (rev 170567)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: kevin 
-# Contributor: Damir Perisa 
-
-pkgname=etherape
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='A graphical network monitor for various OSI layers and protocols'
-arch=('i686' 'x86_64')
-url="http://etherape.sourceforge.net/";
-license=('GPL2')
-depends=('libgnomeui' 'libpcap')
-makedepends=('rarian' 'gnome-doc-utils')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('87c387b0929071581bcb6515b15ab849ea8c77fb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: etherape/repos/community-i686/PKGBUILD (from rev 170566, 
etherape/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-12 06:07:53 UTC (rev 170567)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: kevin 
+# Contributor: Damir Perisa 
+
+pkgname=etherape
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='A graphical network monitor for various OSI layers and protocols'
+arch=('i686' 'x86_64')
+url="http://etherape.sourceforge.net/";
+license=('GPL2')
+depends=('libgnomeui' 'libpcap')
+makedepends=('rarian' 'gnome-doc-utils')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d28ad8be9c571c204272391316ff261bdb4f1ec3')
+md5sums=('e491597d807d2b27c3fbd09e10bbd448')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-12 06:07:47 UTC (rev 170566)
+++ community-x86_64/PKGBUILD   2016-04-12 06:07:53 UTC (rev 170567)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: kevin 
-# Contributor: Damir Perisa 
-
-pkgname=etherape
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='A graphical network monitor for various OSI layers and protocols'
-arch=('i686' 'x86_64')
-url="http://etherape.sourceforge.net/";
-license=('GPL2')
-depends=('libgnomeui' 'libpcap')
-makedepends=('rarian' 'gnome-doc-utils')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('87c387b0929071581bcb6515b15ab849ea8c77fb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: etherape/repos/community-x86_64/PKGBUILD (from rev 170566, 
etherape/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-12 06:07:53 UTC (rev 170567)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: kevin 
+# Contributor: Damir Perisa 
+
+pkgname=etherape
+pkgver=0.9.14
+pkgrel=1
+pkgdesc='A graphical network monitor for various OSI layers and protocols'
+arch=('i686' 'x86_64')
+url="http://etherape.sourceforge.net/";
+license=('GPL2')
+depends=('libgnomeui' 'libpcap')
+makedepends=('rarian' 'gnome-doc-utils')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d28ad8be9c571c204272391316ff261bdb4f1ec3')
+md5sums=('e491597d807d2b27c3fbd09e10bbd448')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}


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

2016-04-11 Thread Thorsten Töpper
Date: Tuesday, April 12, 2016 @ 08:07:47
  Author: ttoepper
Revision: 170566

upgpkg: etherape 0.9.14-1

Modified:
  etherape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 05:48:18 UTC (rev 170565)
+++ PKGBUILD2016-04-12 06:07:47 UTC (rev 170566)
@@ -4,7 +4,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=etherape
-pkgver=0.9.13
+pkgver=0.9.14
 pkgrel=1
 pkgdesc='A graphical network monitor for various OSI layers and protocols'
 arch=('i686' 'x86_64')
@@ -13,7 +13,8 @@
 depends=('libgnomeui' 'libpcap')
 makedepends=('rarian' 'gnome-doc-utils')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('87c387b0929071581bcb6515b15ab849ea8c77fb')
+sha1sums=('d28ad8be9c571c204272391316ff261bdb4f1ec3')
+md5sums=('e491597d807d2b27c3fbd09e10bbd448')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2016-03-15 Thread Thorsten Töpper
Date: Tuesday, March 15, 2016 @ 21:37:30
  Author: ttoepper
Revision: 166846

upgpkg: mksh 52.2-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-15 19:36:22 UTC (rev 166845)
+++ PKGBUILD2016-03-15 20:37:30 UTC (rev 166846)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R52b
-pkgver=52.1
+_pkgver=R52c
+pkgver=52.2
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,7 +14,7 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('123f713e71754da87a455b5fbe0b03b7'
+md5sums=('cc3884e02314447e7b4a3073b8d65d1e'
  '20f8999c32b9b350309ed3545a3ed7f5')
 
 check() {


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

2016-03-15 Thread Thorsten Töpper
Date: Tuesday, March 15, 2016 @ 21:37:36
  Author: ttoepper
Revision: 166847

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 166846, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 166846, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 166846, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 166846, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-15 20:37:30 UTC (rev 166846)
+++ community-i686/PKGBUILD 2016-03-15 20:37:36 UTC (rev 166847)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R52b
-pkgver=52.1
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('123f713e71754da87a455b5fbe0b03b7'
- '20f8999c32b9b350309ed3545a3ed7f5')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 166846, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-15 20:37:36 UTC (rev 166847)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R52c
+pkgver=52.2
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('cc3884e02314447e7b4a3073b8d65d1e'
+ '20f8999c32b9b350309ed3545a3ed7f5')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2016-03-15 20:37:30 UTC (rev 166846)
+++ community-i686/mksh.install 2016-03-15 20:37:36 UTC (rev 166847)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 166846, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2016-03-15 20:37:36 UTC (rev 166847)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: commun

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

2016-03-07 Thread Thorsten Töpper
Date: Tuesday, March 8, 2016 @ 08:20:02
  Author: ttoepper
Revision: 165570

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 165569, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 165569, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-08 07:19:56 UTC (rev 165569)
+++ community-i686/PKGBUILD 2016-03-08 07:20:02 UTC (rev 165570)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.11
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('6b003955333a90cb831516f8dbf6e57d'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 165569, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-08 07:20:02 UTC (rev 165570)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.12
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')
+options=('

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

2016-03-07 Thread Thorsten Töpper
Date: Tuesday, March 8, 2016 @ 08:19:56
  Author: ttoepper
Revision: 165569

upgpkg: i3-wm 4.12-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-08 07:02:45 UTC (rev 165568)
+++ PKGBUILD2016-03-08 07:19:56 UTC (rev 165569)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.11
+pkgver=4.12
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('6b003955333a90cb831516f8dbf6e57d'
+md5sums=('308fc79ed252e1f3c8a093598e13e326'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2016-01-28 Thread Thorsten Töpper
Date: Thursday, January 28, 2016 @ 22:48:38
  Author: ttoepper
Revision: 159362

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

Added:
  roxterm/repos/community-i686/PKGBUILD
(from rev 159361, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-i686/roxterm.install
(from rev 159361, roxterm/trunk/roxterm.install)
  roxterm/repos/community-x86_64/PKGBUILD
(from rev 159361, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-x86_64/roxterm.install
(from rev 159361, roxterm/trunk/roxterm.install)
Deleted:
  roxterm/repos/community-i686/PKGBUILD
  roxterm/repos/community-i686/roxterm.install
  roxterm/repos/community-x86_64/PKGBUILD
  roxterm/repos/community-x86_64/roxterm.install

--+
 /PKGBUILD|   72 +
 /roxterm.install |   22 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 21:48:32 UTC (rev 159361)
+++ community-i686/PKGBUILD 2016-01-28 21:48:38 UTC (rev 159362)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Alexander Fehr 
-
-pkgname=roxterm
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
-"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('c52b89434a4f185a7625c1e1f0802509'
- 'SKIP')
-sha1sums=('1452d60ef6d3bf41ba1bad0efe43266a3d5d7455'
-  'SKIP')
-validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
-
-build() {
-  cd "${srcdir}/roxterm-${pkgver}"
-
-  python2 mscript.py configure --prefix='/usr'
-  python2 mscript.py build
-}
-
-package() {
-  cd "${srcdir}/roxterm-${pkgver}"
-  python2 mscript.py install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 159361, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 21:48:38 UTC (rev 159362)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('efbe5b99151ae7f6ea506f2f219374a6'
+ 'SKIP')
+sha1sums=('a0cfc57576b5117846181d71d33207e1a3a0a618'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2016-01-28 21:48:32 UTC (rev 159361)
+++ community-i686/roxterm.install  2016-01-28 21:48:38 UTC (rev 159362)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 159361, 
roxterm/trunk/roxterm.install)

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

2016-01-28 Thread Thorsten Töpper
Date: Thursday, January 28, 2016 @ 22:48:32
  Author: ttoepper
Revision: 159361

upgpkg: roxterm 3.3.2-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-28 21:28:09 UTC (rev 159360)
+++ PKGBUILD2016-01-28 21:48:32 UTC (rev 159361)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
 "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('c52b89434a4f185a7625c1e1f0802509'
+md5sums=('efbe5b99151ae7f6ea506f2f219374a6'
  'SKIP')
-sha1sums=('1452d60ef6d3bf41ba1bad0efe43266a3d5d7455'
+sha1sums=('a0cfc57576b5117846181d71d33207e1a3a0a618'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2016-01-25 Thread Thorsten Töpper
Date: Monday, January 25, 2016 @ 12:03:16
  Author: ttoepper
Revision: 158873

upgpkg: confuse 2.8-2

Modified:
  confuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-25 11:01:41 UTC (rev 158872)
+++ PKGBUILD2016-01-25 11:03:16 UTC (rev 158873)
@@ -6,10 +6,10 @@
 
 pkgname=confuse
 pkgver=2.8
-pkgrel=1
-pkgdesc="C-library for parsing configuration files"
+pkgrel=2
+pkgdesc='C-library for parsing configuration files'
 arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse";
+url='https://github.com/martinh/libconfuse'
 license=('LGPL')
 depends=('glibc')
 
source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)


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

2016-01-25 Thread Thorsten Töpper
Date: Monday, January 25, 2016 @ 12:03:22
  Author: ttoepper
Revision: 158874

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-25 11:03:16 UTC (rev 158873)
+++ community-i686/PKGBUILD 2016-01-25 11:03:22 UTC (rev 158874)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Alexander Mieland (dma147) 
-# Maintainer: Thorsten Töpper 
-
-pkgname=confuse
-pkgver=2.8
-pkgrel=1
-pkgdesc="C-library for parsing configuration files"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse";
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-options=('!emptydirs')
-md5sums=('e94ade0372a43e80b35031046bbc2a33')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-i686/PKGBUILD (from rev 158873, 
confuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-25 11:03:22 UTC (rev 158874)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Maintainer: Thorsten Töpper 
+
+pkgname=confuse
+pkgver=2.8
+pkgrel=2
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-25 11:03:16 UTC (rev 158873)
+++ community-x86_64/PKGBUILD   2016-01-25 11:03:22 UTC (rev 158874)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Alexander Mieland (dma147) 
-# Maintainer: Thorsten Töpper 
-
-pkgname=confuse
-pkgver=2.8
-pkgrel=1
-pkgdesc="C-library for parsing configuration files"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse";
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-options=('!emptydirs')
-md5sums=('e94ade0372a43e80b35031046bbc2a33')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 158873, 
confuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-25 11:03:22 UTC (rev 158874)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Maintainer: Thorsten Töpper 
+
+pkgname=confuse
+pkgver=2.8
+pkgrel=2
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-anyevent-i3/trunk (PKGBUILD)

2016-01-24 Thread Thorsten Töpper
Date: Sunday, January 24, 2016 @ 14:00:30
  Author: ttoepper
Revision: 158737

upgpkg: perl-anyevent-i3 0.16-2

Modified:
  perl-anyevent-i3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 12:44:07 UTC (rev 158736)
+++ PKGBUILD2016-01-24 13:00:30 UTC (rev 158737)
@@ -1,15 +1,14 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Thorsten Töpper 
 
 pkgname=perl-anyevent-i3
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Communicate with the i3 window manager"
 arch=('any')
-url="http://search.cpan.org/~mstplbg/AnyEvent-I3/";
+url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
 license=('GPL')
-depends=('perl' 'perl-anyevent')
-checkdepends=('perl-json-xs')
+depends=('perl' 'perl-anyevent' 'perl-json-xs')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
 md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')


[arch-commits] Commit in perl-anyevent-i3/repos/community-any (PKGBUILD PKGBUILD)

2016-01-24 Thread Thorsten Töpper
Date: Sunday, January 24, 2016 @ 14:00:34
  Author: ttoepper
Revision: 158738

archrelease: copy trunk to community-any

Added:
  perl-anyevent-i3/repos/community-any/PKGBUILD
(from rev 158737, perl-anyevent-i3/trunk/PKGBUILD)
Deleted:
  perl-anyevent-i3/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-24 13:00:30 UTC (rev 158737)
+++ PKGBUILD2016-01-24 13:00:34 UTC (rev 158738)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-anyevent-i3
-pkgver=0.16
-pkgrel=1
-pkgdesc="Communicate with the i3 window manager"
-arch=('any')
-url="http://search.cpan.org/~mstplbg/AnyEvent-I3/";
-license=('GPL')
-depends=('perl' 'perl-anyevent')
-checkdepends=('perl-json-xs')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
-md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
-
-build() {
-  cd AnyEvent-I3-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd AnyEvent-I3-${pkgver}
-  make test
-}
-
-package() {
-  cd AnyEvent-I3-${pkgver}
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-anyevent-i3/repos/community-any/PKGBUILD (from rev 158737, 
perl-anyevent-i3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-24 13:00:34 UTC (rev 158738)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=perl-anyevent-i3
+pkgver=0.16
+pkgrel=2
+pkgdesc="Communicate with the i3 window manager"
+arch=('any')
+url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
+license=('GPL')
+depends=('perl' 'perl-anyevent' 'perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
+
+build() {
+  cd AnyEvent-I3-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
+package() {
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}


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

2016-01-24 Thread Thorsten Töpper
Date: Sunday, January 24, 2016 @ 13:44:07
  Author: ttoepper
Revision: 158736

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-24 12:44:01 UTC (rev 158735)
+++ community-i686/PKGBUILD 2016-01-24 12:44:07 UTC (rev 158736)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Alexander Mieland (dma147) 
-# Maintainer: Thorsten Töpper 
-
-pkgname=confuse
-pkgver=2.7
-pkgrel=3
-pkgdesc="C-library for parsing configuration files"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse";
-license=('LGPL')
-depends=('glibc')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-options=('!emptydirs')
-md5sums=('45932fdeeccbb9ef4228f1c1a25e9c8f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-i686/PKGBUILD (from rev 158735, 
confuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-24 12:44:07 UTC (rev 158736)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Maintainer: Thorsten Töpper 
+
+pkgname=confuse
+pkgver=2.8
+pkgrel=1
+pkgdesc="C-library for parsing configuration files"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/confuse";
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-24 12:44:01 UTC (rev 158735)
+++ community-x86_64/PKGBUILD   2016-01-24 12:44:07 UTC (rev 158736)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru 
-# Contributor: Roman Kyrylych 
-# Contributor: Alexander Mieland (dma147) 
-# Maintainer: Thorsten Töpper 
-
-pkgname=confuse
-pkgver=2.7
-pkgrel=3
-pkgdesc="C-library for parsing configuration files"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse";
-license=('LGPL')
-depends=('glibc')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-options=('!emptydirs')
-md5sums=('45932fdeeccbb9ef4228f1c1a25e9c8f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 158735, 
confuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-24 12:44:07 UTC (rev 158736)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru 
+# Contributor: Roman Kyrylych 
+# Contributor: Alexander Mieland (dma147) 
+# Maintainer: Thorsten Töpper 
+
+pkgname=confuse
+pkgver=2.8
+pkgrel=1
+pkgdesc="C-library for parsing configuration files"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/confuse";
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+options=('!emptydirs')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-01-24 Thread Thorsten Töpper
Date: Sunday, January 24, 2016 @ 13:44:01
  Author: ttoepper
Revision: 158735

upgpkg: confuse 2.8-1

Modified:
  confuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 12:37:23 UTC (rev 158734)
+++ PKGBUILD2016-01-24 12:44:01 UTC (rev 158735)
@@ -5,16 +5,16 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=confuse
-pkgver=2.7
-pkgrel=3
+pkgver=2.8
+pkgrel=1
 pkgdesc="C-library for parsing configuration files"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/confuse";
 license=('LGPL')
 depends=('glibc')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
 options=('!emptydirs')
-md5sums=('45932fdeeccbb9ef4228f1c1a25e9c8f')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-01-24 Thread Thorsten Töpper
Date: Sunday, January 24, 2016 @ 13:37:18
  Author: ttoepper
Revision: 158733

upgpkg: mksh 52.1-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 12:16:53 UTC (rev 158732)
+++ PKGBUILD2016-01-24 12:37:18 UTC (rev 158733)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R52
-pkgver=52
+_pkgver=R52b
+pkgver=52.1
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,8 +14,8 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('cd5b92fc2e455d33cbd59f3e7518f257'
- '37a537c7f5f8d8d157826710bebaac00')
+md5sums=('123f713e71754da87a455b5fbe0b03b7'
+ '20f8999c32b9b350309ed3545a3ed7f5')
 
 check() {
   cd "$srcdir/$pkgname"


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

2016-01-24 Thread Thorsten Töpper
Date: Sunday, January 24, 2016 @ 13:37:23
  Author: ttoepper
Revision: 158734

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 158733, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 158733, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 158733, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 158733, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-24 12:37:18 UTC (rev 158733)
+++ community-i686/PKGBUILD 2016-01-24 12:37:23 UTC (rev 158734)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R52
-pkgver=52
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('cd5b92fc2e455d33cbd59f3e7518f257'
- '37a537c7f5f8d8d157826710bebaac00')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 158733, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-24 12:37:23 UTC (rev 158734)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R52b
+pkgver=52.1
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('123f713e71754da87a455b5fbe0b03b7'
+ '20f8999c32b9b350309ed3545a3ed7f5')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2016-01-24 12:37:18 UTC (rev 158733)
+++ community-i686/mksh.install 2016-01-24 12:37:23 UTC (rev 158734)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 158733, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2016-01-24 12:37:23 UTC (rev 158734)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: communit

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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:43:51
  Author: ttoepper
Revision: 155225

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

Added:
  i3status/repos/community-i686/PKGBUILD
(from rev 155224, i3status/trunk/PKGBUILD)
  i3status/repos/community-i686/i3status.install
(from rev 155224, i3status/trunk/i3status.install)
  i3status/repos/community-x86_64/PKGBUILD
(from rev 155224, i3status/trunk/PKGBUILD)
  i3status/repos/community-x86_64/i3status.install
(from rev 155224, i3status/trunk/i3status.install)
Deleted:
  i3status/repos/community-i686/PKGBUILD
  i3status/repos/community-i686/i3status.install
  i3status/repos/community-x86_64/PKGBUILD
  i3status/repos/community-x86_64/i3status.install

---+
 /PKGBUILD |   78 
 /i3status.install |   18 
 community-i686/PKGBUILD   |   39 --
 community-i686/i3status.install   |9 
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/i3status.install |9 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 11:43:45 UTC (rev 155224)
+++ community-i686/PKGBUILD 2016-01-03 11:43:51 UTC (rev 155225)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3status
-pkgver=2.9
-pkgrel=1
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('i686' 'x86_64')
-url='http://i3.zekjur.net/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
-"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('f02a61ade525fd9e9b092f778632a8b0'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-i686/PKGBUILD (from rev 155224, 
i3status/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 11:43:51 UTC (rev 155225)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3status
+pkgver=2.10
+pkgrel=1
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
+"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
+md5sums=('1121f7c1c193c873982aba22668398ef'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-i686/i3status.install
===
--- community-i686/i3status.install 2016-01-03 11:43:45 UTC (rev 155224)
+++ community-i686/i3status.install 2016-01-03 11:43:51 UTC (rev 155225)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-i686/i3status.install (from rev 155224, 
i3status/trunk/i3status.install)
===
--- community-i686/i3status.install (rev 0)
+++ community-i686/i3status.install 2016-01-03 11:43:51 UTC (rev 155225)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set 

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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:43:45
  Author: ttoepper
Revision: 155224

upgpkg: i3status 2.10-1

Modified:
  i3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 11:30:13 UTC (rev 155223)
+++ PKGBUILD2016-01-03 11:43:45 UTC (rev 155224)
@@ -2,7 +2,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3status
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 url='http://i3.zekjur.net/i3status/'
 license=('BSD')
 groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
 makedepends=('asciidoc')
 backup=('etc/i3status.conf')
 install=i3status.install
@@ -16,19 +16,19 @@
 options=('docs')
 source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
 "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('f02a61ade525fd9e9b092f778632a8b0'
+md5sums=('1121f7c1c193c873982aba22668398ef'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  
+
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  
+
   make DESTDIR="$pkgdir" install
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 


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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:30:13
  Author: ttoepper
Revision: 155223

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 155222, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 155222, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 155222, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 155222, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 11:30:06 UTC (rev 155222)
+++ community-i686/PKGBUILD 2016-01-03 11:30:13 UTC (rev 155223)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R51
-pkgver=51
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('8e522475da795c60f35a6f8035481baf'
- '56add717e01667833e5c8148afddabb6')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 155222, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 11:30:13 UTC (rev 155223)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R52
+pkgver=52
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('cd5b92fc2e455d33cbd59f3e7518f257'
+ '37a537c7f5f8d8d157826710bebaac00')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2016-01-03 11:30:06 UTC (rev 155222)
+++ community-i686/mksh.install 2016-01-03 11:30:13 UTC (rev 155223)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 155222, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2016-01-03 11:30:13 UTC (rev 155223)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: communit

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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:30:06
  Author: ttoepper
Revision: 155222

upgpkg: mksh 52-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 10:41:38 UTC (rev 155221)
+++ PKGBUILD2016-01-03 11:30:06 UTC (rev 155222)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R51
-pkgver=51
+_pkgver=R52
+pkgver=52
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,8 +14,8 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('8e522475da795c60f35a6f8035481baf'
- '56add717e01667833e5c8148afddabb6')
+md5sums=('cd5b92fc2e455d33cbd59f3e7518f257'
+ '37a537c7f5f8d8d157826710bebaac00')
 
 check() {
   cd "$srcdir/$pkgname"


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

2015-12-13 Thread Thorsten Töpper
Date: Monday, December 14, 2015 @ 07:56:38
  Author: ttoepper
Revision: 153227

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

Added:
  roxterm/repos/community-testing-i686/
  roxterm/repos/community-testing-i686/PKGBUILD
(from rev 153226, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-testing-i686/roxterm.install
(from rev 153226, roxterm/trunk/roxterm.install)
  roxterm/repos/community-testing-x86_64/
  roxterm/repos/community-testing-x86_64/PKGBUILD
(from rev 153226, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-testing-x86_64/roxterm.install
(from rev 153226, roxterm/trunk/roxterm.install)

--+
 community-testing-i686/PKGBUILD  |   36 +
 community-testing-i686/roxterm.install   |   11 
 community-testing-x86_64/PKGBUILD|   36 +
 community-testing-x86_64/roxterm.install |   11 
 4 files changed, 94 insertions(+)

Copied: roxterm/repos/community-testing-i686/PKGBUILD (from rev 153226, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-14 06:56:38 UTC (rev 153227)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('c52b89434a4f185a7625c1e1f0802509'
+ 'SKIP')
+sha1sums=('1452d60ef6d3bf41ba1bad0efe43266a3d5d7455'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-i686/roxterm.install (from rev 153226, 
roxterm/trunk/roxterm.install)
===
--- community-testing-i686/roxterm.install  (rev 0)
+++ community-testing-i686/roxterm.install  2015-12-14 06:56:38 UTC (rev 
153227)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: roxterm/repos/community-testing-x86_64/PKGBUILD (from rev 153226, 
roxterm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-14 06:56:38 UTC (rev 153227)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.3.1
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('c52b89434a4f185a7625c1e1f0802509'
+ 'SKIP')
+sha1sums=('1452d60ef6d3bf41ba1bad0efe43266a3d5d7455'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-testing-x86_64/roxterm.install (from rev 
153226, roxterm/trunk/roxterm.install)
===
--- community-testing-x86_64/roxterm.install(rev 0)
+++ community-testing-x86_64/roxterm.install2015-12-14 06:56:38 UTC (rev 
153227)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-12-13 Thread Thorsten Töpper
Date: Monday, December 14, 2015 @ 07:56:34
  Author: ttoepper
Revision: 153226

upgpkg: roxterm 3.3.1-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-14 06:18:03 UTC (rev 153225)
+++ PKGBUILD2015-12-14 06:56:34 UTC (rev 153226)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=3.2.1
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
 "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('d516dbab6a65d702ce78cd029b1dbf0d'
+md5sums=('c52b89434a4f185a7625c1e1f0802509'
  'SKIP')
-sha1sums=('de6336c7c83c4237e4613233ffb8eaf39a5273ec'
+sha1sums=('1452d60ef6d3bf41ba1bad0efe43266a3d5d7455'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-10-31 Thread Thorsten Töpper
Date: Saturday, October 31, 2015 @ 12:12:28
  Author: ttoepper
Revision: 145356

upgpkg: roxterm 3.2.1-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-31 08:56:10 UTC (rev 145355)
+++ PKGBUILD2015-10-31 11:12:28 UTC (rev 145356)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=3.1.5
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
 "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('da361cd85514538ce571cab57eed7029'
+md5sums=('d516dbab6a65d702ce78cd029b1dbf0d'
  'SKIP')
-sha1sums=('1c28a941db454e3c618b4915268e34a032814f2e'
+sha1sums=('de6336c7c83c4237e4613233ffb8eaf39a5273ec'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-10-31 Thread Thorsten Töpper
Date: Saturday, October 31, 2015 @ 12:12:34
  Author: ttoepper
Revision: 145357

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

Added:
  roxterm/repos/community-i686/PKGBUILD
(from rev 145356, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-i686/roxterm.install
(from rev 145356, roxterm/trunk/roxterm.install)
  roxterm/repos/community-x86_64/PKGBUILD
(from rev 145356, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-x86_64/roxterm.install
(from rev 145356, roxterm/trunk/roxterm.install)
Deleted:
  roxterm/repos/community-i686/PKGBUILD
  roxterm/repos/community-i686/roxterm.install
  roxterm/repos/community-x86_64/PKGBUILD
  roxterm/repos/community-x86_64/roxterm.install

--+
 /PKGBUILD|   72 +
 /roxterm.install |   22 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-31 11:12:28 UTC (rev 145356)
+++ community-i686/PKGBUILD 2015-10-31 11:12:34 UTC (rev 145357)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Alexander Fehr 
-
-pkgname=roxterm
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
-"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('da361cd85514538ce571cab57eed7029'
- 'SKIP')
-sha1sums=('1c28a941db454e3c618b4915268e34a032814f2e'
-  'SKIP')
-validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
-
-build() {
-  cd "${srcdir}/roxterm-${pkgver}"
-
-  python2 mscript.py configure --prefix='/usr'
-  python2 mscript.py build
-}
-
-package() {
-  cd "${srcdir}/roxterm-${pkgver}"
-  python2 mscript.py install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 145356, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-31 11:12:34 UTC (rev 145357)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('d516dbab6a65d702ce78cd029b1dbf0d'
+ 'SKIP')
+sha1sums=('de6336c7c83c4237e4613233ffb8eaf39a5273ec'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2015-10-31 11:12:28 UTC (rev 145356)
+++ community-i686/roxterm.install  2015-10-31 11:12:34 UTC (rev 145357)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 145356, 
roxterm/trunk/roxterm.install)

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

2015-10-13 Thread Thorsten Töpper
Date: Tuesday, October 13, 2015 @ 21:24:51
  Author: ttoepper
Revision: 143937

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

Added:
  pragha/repos/community-i686/PKGBUILD
(from rev 143936, pragha/trunk/PKGBUILD)
  pragha/repos/community-i686/pragha.install
(from rev 143936, pragha/trunk/pragha.install)
  pragha/repos/community-x86_64/PKGBUILD
(from rev 143936, pragha/trunk/PKGBUILD)
  pragha/repos/community-x86_64/pragha.install
(from rev 143936, pragha/trunk/pragha.install)
Deleted:
  pragha/repos/community-i686/PKGBUILD
  pragha/repos/community-i686/pragha.install
  pragha/repos/community-x86_64/PKGBUILD
  pragha/repos/community-x86_64/pragha.install

-+
 /PKGBUILD   |   94 ++
 /pragha.install |   20 
 community-i686/PKGBUILD |   48 ---
 community-i686/pragha.install   |   10 
 community-x86_64/PKGBUILD   |   48 ---
 community-x86_64/pragha.install |   10 
 6 files changed, 114 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-13 19:24:46 UTC (rev 143936)
+++ community-i686/PKGBUILD 2015-10-13 19:24:51 UTC (rev 143937)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: J0k3r 
-# Contributor: Alois Nespor 
-# Contributor: JerichoKru   
-
-pkgname=pragha
-pkgver=1.3.2.2
-pkgrel=1
-pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
-arch=('i686' 'x86_64')
-url="https://pragha-music-player.github.io/";
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
- 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
- 'libpeas' 'libgudev')
-optdepends=('notification-daemon: OSD notification'
-'gst-plugins-good: A collection of gstreamer codecs'
-'gst-plugins-bad: A collection of gstreamer codecs'
-'gst-plugins-ugly: A collection of gstreamer codecs')
-makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
-replaces=('dissonance')
-install=pragha.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz";)
-sha1sums=('52f2b77192734418e3a219b29d87ced939f34248')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./autogen.sh
-  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
-./configure --prefix=/usr \
---with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
-  install -d "$pkgdir/usr/share/pixmaps"
-  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
-
-}
-
-# vim:ts=2:sw=2:expandtab
-

Copied: pragha/repos/community-i686/PKGBUILD (from rev 143936, 
pragha/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-13 19:24:51 UTC (rev 143937)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: J0k3r 
+# Contributor: Alois Nespor 
+# Contributor: JerichoKru   
+
+pkgname=pragha
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
+arch=('i686' 'x86_64')
+url="https://pragha-music-player.github.io/";
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
+ 'libpeas' 'libgudev' 'glyr')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
+replaces=('dissonance')
+install=pragha.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz";)
+sha1sums=('9396fa6c2863fa4be185c71592e9a36e9426c094')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  CPPFLAGS="-DHA

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

2015-10-13 Thread Thorsten Töpper
Date: Tuesday, October 13, 2015 @ 21:24:46
  Author: ttoepper
Revision: 143936

upgpkg: pragha 1.3.3-1

Also fix for FS#46421

Modified:
  pragha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 19:13:23 UTC (rev 143935)
+++ PKGBUILD2015-10-13 19:24:46 UTC (rev 143936)
@@ -5,7 +5,7 @@
 # Contributor: JerichoKru   
 
 pkgname=pragha
-pkgver=1.3.2.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL3')
 depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
  'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
- 'libpeas' 'libgudev')
+ 'libpeas' 'libgudev' 'glyr')
 optdepends=('notification-daemon: OSD notification'
 'gst-plugins-good: A collection of gstreamer codecs'
 'gst-plugins-bad: A collection of gstreamer codecs'
@@ -22,7 +22,7 @@
 replaces=('dissonance')
 install=pragha.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz";)
-sha1sums=('52f2b77192734418e3a219b29d87ced939f34248')
+sha1sums=('9396fa6c2863fa4be185c71592e9a36e9426c094')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -41,7 +41,6 @@
   install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
   install -d "$pkgdir/usr/share/pixmaps"
   install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
-
 }
 
 # vim:ts=2:sw=2:expandtab


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

2015-10-13 Thread Thorsten Töpper
Date: Tuesday, October 13, 2015 @ 20:55:38
  Author: ttoepper
Revision: 143931

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

Added:
  glyr/repos/community-i686/
  glyr/repos/community-i686/PKGBUILD
(from rev 143930, glyr/trunk/PKGBUILD)
  glyr/repos/community-x86_64/
  glyr/repos/community-x86_64/PKGBUILD
(from rev 143930, glyr/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: glyr/repos/community-i686/PKGBUILD (from rev 143930, 
glyr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-13 18:55:38 UTC (rev 143931)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+pkgname=glyr
+pkgver=1.0.8
+pkgrel=1
+epoch=
+pkgdesc="A music metadata searchengine utility and library written in C"
+arch=('i686' 'x86_64')
+url="https://github.com/sahib/glyr";
+license=('GPL3')
+depends=('curl' 'glib2' 'sqlite3')
+makedepends=('cmake')
+source=("https://github.com/sahib/glyr/archive/$pkgver.tar.gz";)
+md5sums=('05df602572495bf3cb2566d4ff933b9a')
+
+build() {
+   cd "$pkgname-$pkgver"
+   cmake -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}

Copied: glyr/repos/community-x86_64/PKGBUILD (from rev 143930, 
glyr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-13 18:55:38 UTC (rev 143931)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+pkgname=glyr
+pkgver=1.0.8
+pkgrel=1
+epoch=
+pkgdesc="A music metadata searchengine utility and library written in C"
+arch=('i686' 'x86_64')
+url="https://github.com/sahib/glyr";
+license=('GPL3')
+depends=('curl' 'glib2' 'sqlite3')
+makedepends=('cmake')
+source=("https://github.com/sahib/glyr/archive/$pkgver.tar.gz";)
+md5sums=('05df602572495bf3cb2566d4ff933b9a')
+
+build() {
+   cd "$pkgname-$pkgver"
+   cmake -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}


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

2015-10-13 Thread Thorsten Töpper
Date: Tuesday, October 13, 2015 @ 20:46:44
  Author: ttoepper
Revision: 143930

Add new package glyr - dependency of pragha

Added:
  glyr/
  glyr/repos/
  glyr/trunk/
  glyr/trunk/PKGBUILD

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

Added: glyr/trunk/PKGBUILD
===
--- glyr/trunk/PKGBUILD (rev 0)
+++ glyr/trunk/PKGBUILD 2015-10-13 18:46:44 UTC (rev 143930)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+pkgname=glyr
+pkgver=1.0.8
+pkgrel=1
+epoch=
+pkgdesc="A music metadata searchengine utility and library written in C"
+arch=('i686' 'x86_64')
+url="https://github.com/sahib/glyr";
+license=('GPL3')
+depends=('curl' 'glib2' 'sqlite3')
+makedepends=('cmake')
+source=("https://github.com/sahib/glyr/archive/$pkgver.tar.gz";)
+md5sums=('05df602572495bf3cb2566d4ff933b9a')
+
+build() {
+   cd "$pkgname-$pkgver"
+   cmake -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}


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


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

2015-10-13 Thread Thorsten Töpper
Date: Tuesday, October 13, 2015 @ 20:10:37
  Author: ttoepper
Revision: 143929

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 143928, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 143928, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-13 18:10:30 UTC (rev 143928)
+++ community-i686/PKGBUILD 2015-10-13 18:10:37 UTC (rev 143929)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.10.4
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('fbfcf6e7de9c53894ae2d475a870c16f'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 143928, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-13 18:10:37 UTC (rev 143929)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.11
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')

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

2015-10-13 Thread Thorsten Töpper
Date: Tuesday, October 13, 2015 @ 20:10:30
  Author: ttoepper
Revision: 143928

upgpkg: i3-wm 4.11-1

Thanks carlosf for the reminder.

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-13 16:40:25 UTC (rev 143927)
+++ PKGBUILD2015-10-13 18:10:30 UTC (rev 143928)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.10.4
+pkgver=4.11
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('fbfcf6e7de9c53894ae2d475a870c16f'
+md5sums=('6b003955333a90cb831516f8dbf6e57d'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2015-09-09 Thread Thorsten Töpper
Date: Wednesday, September 9, 2015 @ 21:08:17
  Author: ttoepper
Revision: 139699

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 139698, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 139698, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-09 19:08:10 UTC (rev 139698)
+++ community-i686/PKGBUILD 2015-09-09 19:08:17 UTC (rev 139699)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.10.3
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('95ef0340c824a3e0b9e35013cc605fcf'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 139698, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-09 19:08:17 UTC (rev 139699)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.10.4
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')

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

2015-09-09 Thread Thorsten Töpper
Date: Wednesday, September 9, 2015 @ 21:08:10
  Author: ttoepper
Revision: 139698

upgpkg: i3-wm 4.10.4-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-09 18:24:08 UTC (rev 139697)
+++ PKGBUILD2015-09-09 19:08:10 UTC (rev 139698)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.10.3
+pkgver=4.10.4
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('95ef0340c824a3e0b9e35013cc605fcf'
+md5sums=('fbfcf6e7de9c53894ae2d475a870c16f'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2015-08-21 Thread Thorsten Töpper
Date: Friday, August 21, 2015 @ 20:13:20
  Author: ttoepper
Revision: 138610

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

Added:
  roxterm/repos/community-i686/PKGBUILD
(from rev 138609, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-i686/roxterm.install
(from rev 138609, roxterm/trunk/roxterm.install)
  roxterm/repos/community-x86_64/PKGBUILD
(from rev 138609, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-x86_64/roxterm.install
(from rev 138609, roxterm/trunk/roxterm.install)
Deleted:
  roxterm/repos/community-i686/PKGBUILD
  roxterm/repos/community-i686/roxterm.install
  roxterm/repos/community-x86_64/PKGBUILD
  roxterm/repos/community-x86_64/roxterm.install

--+
 /PKGBUILD|   72 +
 /roxterm.install |   22 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-21 18:13:15 UTC (rev 138609)
+++ community-i686/PKGBUILD 2015-08-21 18:13:20 UTC (rev 138610)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Alexander Fehr 
-
-pkgname=roxterm
-pkgver=3.1.4
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
-"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('75de03d85b653f3d55fd71aec093dc3c'
- 'SKIP')
-sha1sums=('e605bf851a8cec89a9428a1f6879e4cc92202e77'
-  'SKIP')
-validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
-
-build() {
-  cd "${srcdir}/roxterm-${pkgver}"
-
-  python2 mscript.py configure --prefix='/usr'
-  python2 mscript.py build
-}
-
-package() {
-  cd "${srcdir}/roxterm-${pkgver}"
-  python2 mscript.py install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 138609, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-21 18:13:20 UTC (rev 138610)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.1.5
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('da361cd85514538ce571cab57eed7029'
+ 'SKIP')
+sha1sums=('1c28a941db454e3c618b4915268e34a032814f2e'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2015-08-21 18:13:15 UTC (rev 138609)
+++ community-i686/roxterm.install  2015-08-21 18:13:20 UTC (rev 138610)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 138609, 
roxterm/trunk/roxterm.install)
===

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

2015-08-21 Thread Thorsten Töpper
Date: Friday, August 21, 2015 @ 20:13:15
  Author: ttoepper
Revision: 138609

upgpkg: roxterm 3.1.5-1

- Thanks to FS#46034 for the bug report.

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 17:37:58 UTC (rev 138608)
+++ PKGBUILD2015-08-21 18:13:15 UTC (rev 138609)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
 "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('75de03d85b653f3d55fd71aec093dc3c'
+md5sums=('da361cd85514538ce571cab57eed7029'
  'SKIP')
-sha1sums=('e605bf851a8cec89a9428a1f6879e4cc92202e77'
+sha1sums=('1c28a941db454e3c618b4915268e34a032814f2e'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-08-18 Thread Thorsten Töpper
Date: Tuesday, August 18, 2015 @ 21:54:22
  Author: ttoepper
Revision: 138499

upgpkg: roxterm 3.1.4-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 19:22:16 UTC (rev 138498)
+++ PKGBUILD2015-08-18 19:54:22 UTC (rev 138499)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
 "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('54e058f7225651578933e5b014c38fc3'
+md5sums=('75de03d85b653f3d55fd71aec093dc3c'
  'SKIP')
-sha1sums=('a5fd09cbaa61b51a38f9cbbb6a41c299f8b8cb39'
+sha1sums=('e605bf851a8cec89a9428a1f6879e4cc92202e77'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-08-18 Thread Thorsten Töpper
Date: Tuesday, August 18, 2015 @ 21:54:28
  Author: ttoepper
Revision: 138500

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

Added:
  roxterm/repos/community-i686/PKGBUILD
(from rev 138499, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-i686/roxterm.install
(from rev 138499, roxterm/trunk/roxterm.install)
  roxterm/repos/community-x86_64/PKGBUILD
(from rev 138499, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-x86_64/roxterm.install
(from rev 138499, roxterm/trunk/roxterm.install)
Deleted:
  roxterm/repos/community-i686/PKGBUILD
  roxterm/repos/community-i686/roxterm.install
  roxterm/repos/community-x86_64/PKGBUILD
  roxterm/repos/community-x86_64/roxterm.install

--+
 /PKGBUILD|   72 +
 /roxterm.install |   22 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-18 19:54:22 UTC (rev 138499)
+++ community-i686/PKGBUILD 2015-08-18 19:54:28 UTC (rev 138500)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Alexander Fehr 
-
-pkgname=roxterm
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
-"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('54e058f7225651578933e5b014c38fc3'
- 'SKIP')
-sha1sums=('a5fd09cbaa61b51a38f9cbbb6a41c299f8b8cb39'
-  'SKIP')
-validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
-
-build() {
-  cd "${srcdir}/roxterm-${pkgver}"
-
-  python2 mscript.py configure --prefix='/usr'
-  python2 mscript.py build
-}
-
-package() {
-  cd "${srcdir}/roxterm-${pkgver}"
-  python2 mscript.py install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 138499, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-18 19:54:28 UTC (rev 138500)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.1.4
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('75de03d85b653f3d55fd71aec093dc3c'
+ 'SKIP')
+sha1sums=('e605bf851a8cec89a9428a1f6879e4cc92202e77'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2015-08-18 19:54:22 UTC (rev 138499)
+++ community-i686/roxterm.install  2015-08-18 19:54:28 UTC (rev 138500)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 138499, 
roxterm/trunk/roxterm.install)
===

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

2015-08-15 Thread Thorsten Töpper
Date: Saturday, August 15, 2015 @ 13:07:30
  Author: ttoepper
Revision: 138377

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

Added:
  roxterm/repos/community-i686/PKGBUILD
(from rev 138376, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-i686/roxterm.install
(from rev 138376, roxterm/trunk/roxterm.install)
  roxterm/repos/community-x86_64/PKGBUILD
(from rev 138376, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-x86_64/roxterm.install
(from rev 138376, roxterm/trunk/roxterm.install)
Deleted:
  roxterm/repos/community-i686/PKGBUILD
  roxterm/repos/community-i686/roxterm.install
  roxterm/repos/community-x86_64/PKGBUILD
  roxterm/repos/community-x86_64/roxterm.install

--+
 /PKGBUILD|   72 +
 /roxterm.install |   22 +++
 community-i686/PKGBUILD  |   36 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-15 11:07:24 UTC (rev 138376)
+++ community-i686/PKGBUILD 2015-08-15 11:07:30 UTC (rev 138377)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Alexander Fehr 
-
-pkgname=roxterm
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
-"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('c68268a4d74fd1bfee6d950df94e6171'
- 'SKIP')
-sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
-  'SKIP')
-validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
-
-build() {
-  cd "${srcdir}/roxterm-${pkgver}"
-
-  python2 mscript.py configure --prefix='/usr'
-  python2 mscript.py build
-}
-
-package() {
-  cd "${srcdir}/roxterm-${pkgver}"
-  python2 mscript.py install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 138376, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-15 11:07:30 UTC (rev 138377)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
+"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
+md5sums=('54e058f7225651578933e5b014c38fc3'
+ 'SKIP')
+sha1sums=('a5fd09cbaa61b51a38f9cbbb6a41c299f8b8cb39'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2015-08-15 11:07:24 UTC (rev 138376)
+++ community-i686/roxterm.install  2015-08-15 11:07:30 UTC (rev 138377)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 138376, 
roxterm/trunk/roxterm.install)
===

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

2015-08-15 Thread Thorsten Töpper
Date: Saturday, August 15, 2015 @ 13:07:24
  Author: ttoepper
Revision: 138376

upgpkg: roxterm 3.1.3-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-15 10:57:16 UTC (rev 138375)
+++ PKGBUILD2015-08-15 11:07:24 UTC (rev 138376)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=3.0.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz";
 "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.xz.sign";)
-md5sums=('c68268a4d74fd1bfee6d950df94e6171'
+md5sums=('54e058f7225651578933e5b014c38fc3'
  'SKIP')
-sha1sums=('a75b74d5e30ea3f738305fad2f856ecb678b8621'
+sha1sums=('a5fd09cbaa61b51a38f9cbbb6a41c299f8b8cb39'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-08-15 Thread Thorsten Töpper
Date: Saturday, August 15, 2015 @ 12:57:16
  Author: ttoepper
Revision: 138375

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 138374, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 138374, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 138374, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 138374, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-15 10:57:10 UTC (rev 138374)
+++ community-i686/PKGBUILD 2015-08-15 10:57:16 UTC (rev 138375)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R50f
-pkgver=50.f
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('c3bdd668992e7369165910f0902fa854'
- '56add717e01667833e5c8148afddabb6')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 138374, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-15 10:57:16 UTC (rev 138375)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R51
+pkgver=51
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('8e522475da795c60f35a6f8035481baf'
+ '56add717e01667833e5c8148afddabb6')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2015-08-15 10:57:10 UTC (rev 138374)
+++ community-i686/mksh.install 2015-08-15 10:57:16 UTC (rev 138375)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 138374, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2015-08-15 10:57:16 UTC (rev 138375)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x

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

2015-08-15 Thread Thorsten Töpper
Date: Saturday, August 15, 2015 @ 12:57:10
  Author: ttoepper
Revision: 138374

upgpkg: mksh 51-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 22:04:23 UTC (rev 138373)
+++ PKGBUILD2015-08-15 10:57:10 UTC (rev 138374)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R50f
-pkgver=50.f
+_pkgver=R51
+pkgver=51
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,7 +14,7 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('c3bdd668992e7369165910f0902fa854'
+md5sums=('8e522475da795c60f35a6f8035481baf'
  '56add717e01667833e5c8148afddabb6')
 
 check() {


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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:13:29
  Author: ttoepper
Revision: 138131

upgpkg: po4a 0.46-1 - FS#45907

Modified:
  po4a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 06:06:40 UTC (rev 138130)
+++ PKGBUILD2015-08-09 06:13:29 UTC (rev 138131)
@@ -5,9 +5,9 @@
 # Contributor : Allan McRae 
 # Contributor: Mikko Seppälä  aka Neverth
 
-_dlid=3942
+_dlid=4134
 pkgname=po4a
-pkgver=0.45
+pkgver=0.46
 pkgrel=1
 pkgdesc="tools for helping translation of documentation"
 arch=('any')
@@ -14,10 +14,11 @@
 license=('GPL')
 url="http://po4a.alioth.debian.org/";
 depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
 options=('!emptydirs')
 
source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('423bdf5c39f30e63a808b84c5d9d1899')
+md5sums=('27bddc74edab0dd0c7615779a9b17506')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:13:33
  Author: ttoepper
Revision: 138132

archrelease: copy trunk to community-any

Added:
  po4a/repos/community-any/PKGBUILD
(from rev 138131, po4a/trunk/PKGBUILD)
Deleted:
  po4a/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-09 06:13:29 UTC (rev 138131)
+++ PKGBUILD2015-08-09 06:13:33 UTC (rev 138132)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Francois Boulogne 
-# Contributor: Andre Klitzing 
-# Contributor : Allan McRae 
-# Contributor: Mikko Seppälä  aka Neverth
-
-_dlid=3942
-pkgname=po4a
-pkgver=0.45
-pkgrel=1
-pkgdesc="tools for helping translation of documentation"
-arch=('any')
-license=('GPL')
-url="http://po4a.alioth.debian.org/";
-depends=('perl' 'gettext')
-makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
'perl-term-readkey' 'perl-sgmls')
-options=('!emptydirs')
-source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('423bdf5c39f30e63a808b84c5d9d1899')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   perl Build.PL installdirs=vendor create_packlist=0
-   perl Build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   perl Build destdir=${pkgdir} install
-   # remove perllocal.pod and .packlist
-   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: po4a/repos/community-any/PKGBUILD (from rev 138131, po4a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-09 06:13:33 UTC (rev 138132)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Francois Boulogne 
+# Contributor: Andre Klitzing 
+# Contributor : Allan McRae 
+# Contributor: Mikko Seppälä  aka Neverth
+
+_dlid=4134
+pkgname=po4a
+pkgver=0.46
+pkgrel=1
+pkgdesc="tools for helping translation of documentation"
+arch=('any')
+license=('GPL')
+url="http://po4a.alioth.debian.org/";
+depends=('perl' 'gettext')
+makedepends=('docbook-xsl' 'perl-text-wrapi18n' 'perl-locale-gettext' 
+ 'perl-term-readkey' 'perl-sgmls' 'perl-module-build')
+options=('!emptydirs')
+source=(https://alioth.debian.org/frs/download.php/file/${_dlid}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('27bddc74edab0dd0c7615779a9b17506')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   perl Build.PL installdirs=vendor create_packlist=0
+   perl Build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   perl Build destdir=${pkgdir} install
+   # remove perllocal.pod and .packlist
+   find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:06:40
  Author: ttoepper
Revision: 138130

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

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

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   48 -
 community-x86_64/PKGBUILD |   48 -
 3 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 06:06:34 UTC (rev 138129)
+++ community-i686/PKGBUILD 2015-08-09 06:06:40 UTC (rev 138130)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: G_Syme 
-# Contributor: Stefan Husmann 
-# Maintainer:  Thorsten Töpper 
-
-pkgname=mathomatic
-pkgver=16.0.5
-pkgrel=2
-pkgdesc='General purpose Computer Algebra System written in C'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://mathomatic.orgserve.de/math/";
-depends=('readline')
-makedepends=('time')
-optdepends=('python2: for running 
/usr/share/doc/mathomatic/factorial/factorial'
-'bash: for running a test script'
-'m4: for complex operations using the matho script'
-'rlwrap: for readline editing'
-'gnuplot: for plotting')
-source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
-md5sums=('dd04913a98a5073b56f3bc78a01820f3')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  # python2 fix
-  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make READLINE=1
-  make test
-  cd "$srcdir"/$pkgname-$pkgver/primes
-  make
-  make test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make prefix="$pkgdir"/usr m4install
-  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
-
-  cd "$srcdir"/$pkgname-$pkgver/primes
-  make prefix="$pkgdir"/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mathomatic/repos/community-i686/PKGBUILD (from rev 138129, 
mathomatic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-09 06:06:40 UTC (rev 138130)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: G_Syme 
+# Contributor: Stefan Husmann 
+# Maintainer:  Thorsten Töpper 
+
+pkgname=mathomatic
+pkgver=16.0.5
+pkgrel=3
+pkgdesc='General purpose Computer Algebra System written in C'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://mathomatic.orgserve.de/math/";
+depends=('readline')
+makedepends=('time')
+optdepends=('python2: for running 
/usr/share/doc/mathomatic/factorial/factorial'
+'bash: for running a test script'
+'m4: for complex operations using the matho script'
+'rlwrap: for readline editing'
+'gnuplot: for plotting')
+source=(http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2)
+md5sums=('dd04913a98a5073b56f3bc78a01820f3')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  # python2 fix
+  for file in primes/{primorial,matho-sum,matho-mult} examples/factorial; do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  make READLINE=1
+  make test
+  cd "$srcdir"/$pkgname-$pkgver/primes
+  make
+  make test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make prefix="$pkgdir"/usr m4install
+  sed -i 's+/build/pkg++' "$pkgdir"/usr/bin/matho
+
+  cd "$srcdir"/$pkgname-$pkgver/primes
+  make prefix="$pkgdir"/usr install
+  sed -i "s+$pkgdir++" "$pkgdir/usr/bin/matho"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-09 06:06:34 UTC (rev 138129)
+++ community-x86_64/PKGBUILD   2015-08-09 06:06:40 UTC (rev 138130)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: G_Syme 
-# Contributor: Stefan Husmann 
-# Maintainer:  Thorsten Töpper 
-
-pkgname=mathomatic
-pkgver=16.0.5
-pkgrel=2
-pkgdesc='General purpose Computer Algebra System written i

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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 08:06:34
  Author: ttoepper
Revision: 138129

upgpkg: mathomatic 16.0.5-3 - rmath path FS#43075

Modified:
  mathomatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 05:55:18 UTC (rev 138128)
+++ PKGBUILD2015-08-09 06:06:34 UTC (rev 138129)
@@ -5,7 +5,7 @@
 
 pkgname=mathomatic
 pkgver=16.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='General purpose Computer Algebra System written in C'
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -43,6 +43,7 @@
 
   cd "$srcdir"/$pkgname-$pkgver/primes
   make prefix="$pkgdir"/usr install
+  sed -i "s+$pkgdir++" "$pkgdir/usr/bin/matho"
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 07:55:12
  Author: ttoepper
Revision: 138127

upgpkg: fcron 3.2.0-2 - replace vi FS#44671

Modified:
  fcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 03:50:40 UTC (rev 138126)
+++ PKGBUILD2015-08-09 05:55:12 UTC (rev 138127)
@@ -7,19 +7,19 @@
 
 pkgname=fcron
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url='http://fcron.free.fr'
 license=('GPL')
 depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
+makedepends=('smtp-forwarder' 'vim-minimal' 'fcron')
 # use fcron as recursive deps to have user fcron installed during installation
 # else add the following in build chroot
 # groupadd -g 23 fcron
 # useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
 optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
+'vim-minimal: default editor for fcrontab')
 provides=('cron')
 conflicts=('dcron')
 backup=('etc/fcron/fcron.conf'
@@ -49,7 +49,7 @@
   --localstatedir=/var \
   --with-systemdsystemunitdir=/usr/lib/systemd/system \
   --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
+  --with-editor=/usr/bin/vim \
   --with-sendmail=/usr/bin/sendmail
   make
 }


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

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 07:55:18
  Author: ttoepper
Revision: 138128

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

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 138127, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 138127, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 138127, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 138127, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 138127, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 138127, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 270 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 05:55:12 UTC (rev 138127)
+++ community-i686/PKGBUILD 2015-08-09 05:55:18 UTC (rev 138128)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando 
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper 
-
-pkgname=fcron
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz";
-'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh  for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 files/fcron.pam "$pkgdir/etc/pam.d/fcron"
-  install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
-
-  # Add cron.* directories
-  install -d -m755 "$pkgdir/etc/cron.daily"
-  install -d -m755 "$pkgdir/etc/cron.hourly"
-  install -d -m755 "$pkgdir/etc/cron.monthly"
-  install -d -m755 "$pkgdir/etc/cron.weekly"
-
-  # remove docs
-  rm -r "$pkgdir/usr/share/doc"
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir"/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm "$pkgdir/usr/share/man/man3/bitstring.3" \
-"$pkgdir/usr/share/man/fr/man3/bitstring.3"
- 

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

2015-08-04 Thread Thorsten Töpper
Date: Tuesday, August 4, 2015 @ 19:26:49
  Author: ttoepper
Revision: 137943

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 137942, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 137942, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-04 17:26:43 UTC (rev 137942)
+++ community-i686/PKGBUILD 2015-08-04 17:26:49 UTC (rev 137943)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.10.2
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('a9ef429c05bc46b1a9fc9a8598d2a626'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 137942, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-04 17:26:49 UTC (rev 137943)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.10.3
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')

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

2015-08-04 Thread Thorsten Töpper
Date: Tuesday, August 4, 2015 @ 19:26:43
  Author: ttoepper
Revision: 137942

upgpkg: i3-wm 4.10.3-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-04 16:13:24 UTC (rev 137941)
+++ PKGBUILD2015-08-04 17:26:43 UTC (rev 137942)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('a9ef429c05bc46b1a9fc9a8598d2a626'
+md5sums=('95ef0340c824a3e0b9e35013cc605fcf'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:18
  Author: ttoepper
Revision: 134049

upgpkg: mksh 50.f-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 11:05:08 UTC (rev 134048)
+++ PKGBUILD2015-05-25 11:05:18 UTC (rev 134049)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R50e
-pkgver=50.e
+_pkgver=R50f
+pkgver=50.f
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,7 +14,7 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('5f0bd21e64aabef4ac64d95a95e1b727'
+md5sums=('c3bdd668992e7369165910f0902fa854'
  '56add717e01667833e5c8148afddabb6')
 
 check() {


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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:08
  Author: ttoepper
Revision: 134048

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 11:05:02 UTC (rev 134047)
+++ community-i686/PKGBUILD 2015-05-25 11:05:08 UTC (rev 134048)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.6
-pkgrel=1
-pkgdesc="An improved screenlocker based upon XCB and PAM"
-arch=('i686' 'x86_64')
-url="http://i3wm.org/i3lock/";
-license=('MIT')
-groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
-options=('docs')
-backup=("etc/pam.d/i3lock")
-source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
-"http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-i686/PKGBUILD (from rev 134047, 
i3lock/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 11:05:08 UTC (rev 134048)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3lock
+pkgver=2.7
+pkgrel=1
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('i686' 'x86_64')
+url="http://i3wm.org/i3lock/";
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
+"http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
+md5sums=('7ac6cc52a08be10536d3f8d32cb83b45' 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 11:05:02 UTC (rev 134047)
+++ community-x86_64/PKGBUILD   2015-05-25 11:05:08 UTC (rev 134048)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.6
-pkgrel=1
-pkgdesc="An improved screenlocker based upon XCB and PAM"
-arch=('i686' 'x86_64')
-url="http://i3wm.org/i3lock/";
-license=('MIT')
-groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
-options=('docs')
-backup=("etc/pam.d/i3lock")
-source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
-"http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/

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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:02
  Author: ttoepper
Revision: 134047

upgpkg: i3lock 2.7-1

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 11:04:52 UTC (rev 134046)
+++ PKGBUILD2015-05-25 11:05:02 UTC (rev 134047)
@@ -2,7 +2,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3lock
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc="An improved screenlocker based upon XCB and PAM"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=("etc/pam.d/i3lock")
 source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
 "http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
+md5sums=('7ac6cc52a08be10536d3f8d32cb83b45' 'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {


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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:04:46
  Author: ttoepper
Revision: 134045

upgpkg: roxterm 2.9.7-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 10:52:03 UTC (rev 134044)
+++ PKGBUILD2015-05-25 11:04:46 UTC (rev 134045)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=roxterm
-pkgver=2.9.5
+pkgver=2.9.7
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2";
 
"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign";)
-md5sums=('69f0781210092b7ea8fbf6a49ff3fd43'
+md5sums=('496b5ddc078cede502f168dadef46cb6'
  'SKIP')
-sha1sums=('ad231fd8517a8a630203e5388b0f9f35255af83d'
+sha1sums=('b88fe4d807b5cd96128d8320793569405c4b208e'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:04:52
  Author: ttoepper
Revision: 134046

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

Added:
  roxterm/repos/community-i686/PKGBUILD
(from rev 134045, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-i686/roxterm.install
(from rev 134045, roxterm/trunk/roxterm.install)
  roxterm/repos/community-x86_64/PKGBUILD
(from rev 134045, roxterm/trunk/PKGBUILD)
  roxterm/repos/community-x86_64/roxterm.install
(from rev 134045, roxterm/trunk/roxterm.install)
Deleted:
  roxterm/repos/community-i686/PKGBUILD
  roxterm/repos/community-i686/roxterm.install
  roxterm/repos/community-x86_64/PKGBUILD
  roxterm/repos/community-x86_64/roxterm.install

--+
 /PKGBUILD|   76 +
 /roxterm.install |   22 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 11:04:46 UTC (rev 134045)
+++ community-i686/PKGBUILD 2015-05-25 11:04:52 UTC (rev 134046)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Alexander Fehr 
-
-pkgname=roxterm
-pkgver=2.9.5
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2";
-
"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign";)
-md5sums=('69f0781210092b7ea8fbf6a49ff3fd43'
- 'SKIP')
-sha1sums=('ad231fd8517a8a630203e5388b0f9f35255af83d'
-  'SKIP')
-
-
-build() {
-  cd "${srcdir}/roxterm-${pkgver}"
-
-  # FS#38967: Reenable deprecated VTE3 functions
-  python2 mscript.py configure --prefix='/usr' \
-  --enable-deprecated-bg-opts
-  python2 mscript.py build
-}
-
-package() {
-  cd "${srcdir}/roxterm-${pkgver}"
-  python2 mscript.py install --destdir="${pkgdir}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 134045, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 11:04:52 UTC (rev 134046)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Alexander Fehr 
+
+pkgname=roxterm
+pkgver=2.9.7
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2";
+
"http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign";)
+md5sums=('496b5ddc078cede502f168dadef46cb6'
+ 'SKIP')
+sha1sums=('b88fe4d807b5cd96128d8320793569405c4b208e'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd "${srcdir}/roxterm-${pkgver}"
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+  --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd "${srcdir}/roxterm-${pkgver}"
+  python2 mscript.py install --destdir="${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2015-05-25 11:04:46 UTC (rev 134045)
+++ community-i686/roxterm.install  2015-05-25 11:04:52 UTC (rev 134046)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() 

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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:23
  Author: ttoepper
Revision: 134050

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 134049, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 134049, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 134049, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 134049, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 11:05:18 UTC (rev 134049)
+++ community-i686/PKGBUILD 2015-05-25 11:05:23 UTC (rev 134050)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R50e
-pkgver=50.e
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('5f0bd21e64aabef4ac64d95a95e1b727'
- '56add717e01667833e5c8148afddabb6')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 134049, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 11:05:23 UTC (rev 134050)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R50f
+pkgver=50.f
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('c3bdd668992e7369165910f0902fa854'
+ '56add717e01667833e5c8148afddabb6')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2015-05-25 11:05:18 UTC (rev 134049)
+++ community-i686/mksh.install 2015-05-25 11:05:23 UTC (rev 134050)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 134049, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2015-05-25 11:05:23 UTC (rev 134050)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x

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

2015-04-16 Thread Thorsten Töpper
Date: Thursday, April 16, 2015 @ 23:00:55
  Author: ttoepper
Revision: 131509

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 131508, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 131508, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-16 21:00:49 UTC (rev 131508)
+++ community-i686/PKGBUILD 2015-04-16 21:00:55 UTC (rev 131509)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.10.1
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('54d438fbf85d4f897e6b51d9d69947cb'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 131508, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-16 21:00:55 UTC (rev 131509)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.10.2
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')

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

2015-04-16 Thread Thorsten Töpper
Date: Thursday, April 16, 2015 @ 23:00:49
  Author: ttoepper
Revision: 131508

upgpkg: i3-wm 4.10.2-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 20:57:16 UTC (rev 131507)
+++ PKGBUILD2015-04-16 21:00:49 UTC (rev 131508)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('54d438fbf85d4f897e6b51d9d69947cb'
+md5sums=('a9ef429c05bc46b1a9fc9a8598d2a626'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2015-03-30 Thread Thorsten Töpper
Date: Monday, March 30, 2015 @ 22:20:42
  Author: ttoepper
Revision: 130383

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

Added:
  i3status/repos/community-i686/PKGBUILD
(from rev 130382, i3status/trunk/PKGBUILD)
  i3status/repos/community-i686/i3status.install
(from rev 130382, i3status/trunk/i3status.install)
  i3status/repos/community-x86_64/PKGBUILD
(from rev 130382, i3status/trunk/PKGBUILD)
  i3status/repos/community-x86_64/i3status.install
(from rev 130382, i3status/trunk/i3status.install)
Deleted:
  i3status/repos/community-i686/PKGBUILD
  i3status/repos/community-i686/i3status.install
  i3status/repos/community-x86_64/PKGBUILD
  i3status/repos/community-x86_64/i3status.install

---+
 /PKGBUILD |   78 
 /i3status.install |   18 
 community-i686/PKGBUILD   |   38 -
 community-i686/i3status.install   |9 
 community-x86_64/PKGBUILD |   38 -
 community-x86_64/i3status.install |9 
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-30 20:20:37 UTC (rev 130382)
+++ community-i686/PKGBUILD 2015-03-30 20:20:42 UTC (rev 130383)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3status
-pkgver=2.8
-pkgrel=2
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('i686' 'x86_64')
-url='http://i3.zekjur.net/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
-"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
- 'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-i686/PKGBUILD (from rev 130382, 
i3status/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-30 20:20:42 UTC (rev 130383)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3status
+pkgver=2.9
+pkgrel=1
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
+"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
+md5sums=('f02a61ade525fd9e9b092f778632a8b0'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-i686/i3status.install
===
--- community-i686/i3status.install 2015-03-30 20:20:37 UTC (rev 130382)
+++ community-i686/i3status.install 2015-03-30 20:20:42 UTC (rev 130383)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-i686/i3status.install (from rev 130382, 
i3status/trunk/i3status.install)
===
--- community-i686/i3status.install (rev 0)
+++ community-i686/i3status.install 2015-03-30 20:20:42 UTC (rev 130383)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
=

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

2015-03-30 Thread Thorsten Töpper
Date: Monday, March 30, 2015 @ 22:20:37
  Author: ttoepper
Revision: 130382

upgpkg: i3status 2.9-1

Modified:
  i3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 20:17:27 UTC (rev 130381)
+++ PKGBUILD2015-03-30 20:20:37 UTC (rev 130382)
@@ -2,8 +2,8 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3status
-pkgver=2.8
-pkgrel=2
+pkgver=2.9
+pkgrel=1
 pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
 arch=('i686' 'x86_64')
 url='http://i3.zekjur.net/i3status/'
@@ -16,7 +16,7 @@
 options=('docs')
 source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";
 "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
-md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
+md5sums=('f02a61ade525fd9e9b092f778632a8b0'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2015-03-30 Thread Thorsten Töpper
Date: Monday, March 30, 2015 @ 22:17:21
  Author: ttoepper
Revision: 130380

upgpkg: i3-wm 4.10.1-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 19:49:07 UTC (rev 130379)
+++ PKGBUILD2015-03-30 20:17:21 UTC (rev 130380)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.9.1
+pkgver=4.10.1
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
 "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('6f2b9cba448e2acb818dc106dff33c1c'
+md5sums=('54d438fbf85d4f897e6b51d9d69947cb'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2015-03-30 Thread Thorsten Töpper
Date: Monday, March 30, 2015 @ 22:17:27
  Author: ttoepper
Revision: 130381

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 130380, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 130380, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-30 20:17:21 UTC (rev 130380)
+++ community-i686/PKGBUILD 2015-03-30 20:17:27 UTC (rev 130381)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.9.1
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'libxkbcommon-x11')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
-md5sums=('6f2b9cba448e2acb818dc106dff33c1c'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 130380, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-30 20:17:27 UTC (rev 130381)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.10.1
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.'
+'perl-anyevent-i3: Features like saving the layout.'
+'perl-json-xs: Features like saving the layout.')

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

2015-03-03 Thread Thorsten Töpper
Date: Tuesday, March 3, 2015 @ 18:58:42
  Author: ttoepper
Revision: 128652

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 128651, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 128651, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 128651, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 128651, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-03 17:58:37 UTC (rev 128651)
+++ community-i686/PKGBUILD 2015-03-03 17:58:42 UTC (rev 128652)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R50d
-pkgver=50.d
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('1c3882c07a760b23df1ad94ad0b4ed2e'
- 'db4ea847f588d9922e237ce039284b7a')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 128651, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-03 17:58:42 UTC (rev 128652)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R50e
+pkgver=50.e
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('5f0bd21e64aabef4ac64d95a95e1b727'
+ '56add717e01667833e5c8148afddabb6')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2015-03-03 17:58:37 UTC (rev 128651)
+++ community-i686/mksh.install 2015-03-03 17:58:42 UTC (rev 128652)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 128651, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2015-03-03 17:58:42 UTC (rev 128652)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x

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

2015-03-03 Thread Thorsten Töpper
Date: Tuesday, March 3, 2015 @ 18:58:37
  Author: ttoepper
Revision: 128651

upgpkg: mksh 50.e-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 17:51:59 UTC (rev 128650)
+++ PKGBUILD2015-03-03 17:58:37 UTC (rev 128651)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R50d
-pkgver=50.d
+_pkgver=R50e
+pkgver=50.e
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,8 +14,8 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('1c3882c07a760b23df1ad94ad0b4ed2e'
- 'db4ea847f588d9922e237ce039284b7a')
+md5sums=('5f0bd21e64aabef4ac64d95a95e1b727'
+ '56add717e01667833e5c8148afddabb6')
 
 check() {
   cd "$srcdir/$pkgname"


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

2015-03-03 Thread Thorsten Töpper
Date: Tuesday, March 3, 2015 @ 18:51:59
  Author: ttoepper
Revision: 128650

roxterm: add validpgpkeys Tony Houghton

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 17:41:21 UTC (rev 128649)
+++ PKGBUILD2015-03-03 17:51:59 UTC (rev 128650)
@@ -19,8 +19,8 @@
  'SKIP')
 sha1sums=('ad231fd8517a8a630203e5388b0f9f35255af83d'
   'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 
-
 build() {
   cd "${srcdir}/roxterm-${pkgver}"
 


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

2015-03-03 Thread Thorsten Töpper
Date: Tuesday, March 3, 2015 @ 18:41:21
  Author: ttoepper
Revision: 128649

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

Added:
  pragha/repos/community-i686/PKGBUILD
(from rev 128648, pragha/trunk/PKGBUILD)
  pragha/repos/community-i686/pragha.install
(from rev 128648, pragha/trunk/pragha.install)
  pragha/repos/community-x86_64/PKGBUILD
(from rev 128648, pragha/trunk/PKGBUILD)
  pragha/repos/community-x86_64/pragha.install
(from rev 128648, pragha/trunk/pragha.install)
Deleted:
  pragha/repos/community-i686/PKGBUILD
  pragha/repos/community-i686/pragha.install
  pragha/repos/community-x86_64/PKGBUILD
  pragha/repos/community-x86_64/pragha.install

-+
 /PKGBUILD   |   98 ++
 /pragha.install |   20 +++
 community-i686/PKGBUILD |   48 --
 community-i686/pragha.install   |   10 ---
 community-x86_64/PKGBUILD   |   48 --
 community-x86_64/pragha.install |   10 ---
 6 files changed, 118 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-03 17:41:16 UTC (rev 128648)
+++ community-i686/PKGBUILD 2015-03-03 17:41:21 UTC (rev 128649)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: J0k3r 
-# Contributor: Alois Nespor 
-# Contributor: JerichoKru   
-
-pkgname=pragha
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
-arch=('i686' 'x86_64')
-url="http://pragha.wikispaces.com/";
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
- 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
- 'libpeas')
-optdepends=('notification-daemon: OSD notification'
-'gst-plugins-good: A collection of gstreamer codecs'
-'gst-plugins-bad: A collection of gstreamer codecs'
-'gst-plugins-ugly: A collection of gstreamer codecs')
-makedepends=('intltool')
-replaces=('dissonance')
-install=pragha.install
-source=("https://github.com/matiasdelellis/pragha/releases/download/v$pkgver/pragha-$pkgver.tar.bz2";)
-sha1sums=('0585b1a079643b5bc0e161b3862d68e407ad78a0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
-./configure --prefix=/usr \
---with-gstreamer=1.0
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
-  install -d "$pkgdir/usr/share/pixmaps"
-  install -m 644 "data/$pkgname.png" "$pkgdir/usr/share/pixmaps/"
-  install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
-
-}
-
-# vim:ts=2:sw=2:expandtab
-

Copied: pragha/repos/community-i686/PKGBUILD (from rev 128648, 
pragha/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-03 17:41:21 UTC (rev 128649)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: J0k3r 
+# Contributor: Alois Nespor 
+# Contributor: JerichoKru   
+
+pkgname=pragha
+pkgver=1.3.2.1
+pkgrel=1
+pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
+arch=('i686' 'x86_64')
+url="https://pragha-music-player.github.io/";
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
+ 'libpeas')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool' 'xfce4-dev-tools')
+replaces=('dissonance')
+install=pragha.install
+source=("$pkgname-$pkgver.zip::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.zip";)
+sha1sums=('9dde9db2bd8f09798019fb7ae9378225c74124fb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./autogen.sh
+  CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
+./configure --prefix=/usr \
+--with

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

2015-03-03 Thread Thorsten Töpper
Date: Tuesday, March 3, 2015 @ 18:41:16
  Author: ttoepper
Revision: 128648

upgpkg: pragha 1.3.2.1-1

Modified:
  pragha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 17:35:18 UTC (rev 128647)
+++ PKGBUILD2015-03-03 17:41:16 UTC (rev 128648)
@@ -5,11 +5,11 @@
 # Contributor: JerichoKru   
 
 pkgname=pragha
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2.1
+pkgrel=1
 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
 arch=('i686' 'x86_64')
-url="http://pragha.wikispaces.com/";
+url="https://pragha-music-player.github.io/";
 license=('GPL3')
 depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
  'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
@@ -18,15 +18,16 @@
 'gst-plugins-good: A collection of gstreamer codecs'
 'gst-plugins-bad: A collection of gstreamer codecs'
 'gst-plugins-ugly: A collection of gstreamer codecs')
-makedepends=('intltool')
+makedepends=('intltool' 'xfce4-dev-tools')
 replaces=('dissonance')
 install=pragha.install
-source=("https://github.com/matiasdelellis/pragha/releases/download/v$pkgver/pragha-$pkgver.tar.bz2";)
-sha1sums=('0585b1a079643b5bc0e161b3862d68e407ad78a0')
+source=("$pkgname-$pkgver.zip::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.zip";)
+sha1sums=('9dde9db2bd8f09798019fb7ae9378225c74124fb')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  ./autogen.sh
   CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
 ./configure --prefix=/usr \
 --with-gstreamer=1.0


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

2015-03-02 Thread Thorsten Töpper
Date: Monday, March 2, 2015 @ 21:25:25
  Author: ttoepper
Revision: 128580

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 128579, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 128579, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  
i3-wm/repos/community-i686/bugfix_dont_focus_unmapped_container_on_manage.patch
  i3-wm/repos/community-x86_64/PKGBUILD
  
i3-wm/repos/community-x86_64/bugfix_dont_focus_unmapped_container_on_manage.patch

---+
 /PKGBUILD |  146 
++
 community-i686/PKGBUILD   |   76 
-
 community-i686/bugfix_dont_focus_unmapped_container_on_manage.patch   |   13 
 community-x86_64/PKGBUILD |   76 
-
 community-x86_64/bugfix_dont_focus_unmapped_container_on_manage.patch |   13 
 5 files changed, 146 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-02 20:25:19 UTC (rev 128579)
+++ community-i686/PKGBUILD 2015-03-02 20:25:25 UTC (rev 128580)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.8
-pkgrel=3
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.'
-'perl-anyevent-i3: Features like saving the layout.'
-'perl-json-xs: Features like saving the layout.')
-options=('docs' '!strip')
-source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";
-'bugfix_dont_focus_unmapped_container_on_manage.patch')
-md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
- 'SKIP'
- '2601c1d3fa5e45bc637a82486fdc5be6')
-
-build() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-  
-  patch -p1 < "$srcdir/bugfix_dont_focus_unmapped_container_on_manage.patch"
-
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS="-j1"
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgsourcename-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 128579, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-02 20:25:25 UTC (rev 128580)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.9
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' &#x

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

2015-03-02 Thread Thorsten Töpper
Date: Monday, March 2, 2015 @ 21:25:19
  Author: ttoepper
Revision: 128579

upgpkg: i3-wm 4.9-1 - validpgpkeys: Michael

Modified:
  i3-wm/trunk/PKGBUILD
Deleted:
  i3-wm/trunk/bugfix_dont_focus_unmapped_container_on_manage.patch

--+
 PKGBUILD |   17 +++--
 bugfix_dont_focus_unmapped_container_on_manage.patch |   13 -
 2 files changed, 7 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-02 20:14:45 UTC (rev 128578)
+++ PKGBUILD2015-03-02 20:25:19 UTC (rev 128579)
@@ -3,8 +3,8 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.8
-pkgrel=3
+pkgver=4.9
+pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
 url='http://i3wm.org/'
@@ -12,7 +12,7 @@
 replaces=('i3' 'i3bar')
 groups=('i3')
 depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango')
+ 'startup-notification' 'pango' 'libxkbcommon-x11')
 makedepends=('bison' 'flex')
 optdepends=('dmenu: As menu.'
 'i3lock: For locking your screen.'
@@ -21,17 +21,14 @@
 'perl-json-xs: Features like saving the layout.')
 options=('docs' '!strip')
 source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2";
-"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";
-'bugfix_dont_focus_unmapped_container_on_manage.patch')
-md5sums=('4151e8e81fdc78b32a7cb953f67e3bef'
- 'SKIP'
- '2601c1d3fa5e45bc637a82486fdc5be6')
+"http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc";)
+md5sums=('7e00bc788345e2b5759461f9eaa799a6'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {
   cd "$srcdir/$_pkgsourcename-$pkgver"
   
-  patch -p1 < "$srcdir/bugfix_dont_focus_unmapped_container_on_manage.patch"
-
   # In order to avoid problems with bison use only a single process
   MAKEFLAGS="-j1"
   make

Deleted: bugfix_dont_focus_unmapped_container_on_manage.patch
===
--- bugfix_dont_focus_unmapped_container_on_manage.patch2015-03-02 
20:14:45 UTC (rev 128578)
+++ bugfix_dont_focus_unmapped_container_on_manage.patch2015-03-02 
20:25:19 UTC (rev 128579)
@@ -1,13 +0,0 @@
-diff --git a/8f442e0..9eee357 b/9eee357
-index 8f442e0..9eee357 100644
 a/src/manage.c
-+++ b/src/manage.c
-@@ -505,7 +505,7 @@ void manage_window(xcb_window_t window, 
xcb_get_window_attributes_cookie_t cooki
- 
- /* Defer setting focus after the 'new' event has been sent to ensure the
-  * proper window event sequence. */
--if (set_focus) {
-+if (set_focus && nc->mapped) {
- DLOG("Now setting focus.\n");
- con_focus(nc);
- }


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

2015-03-02 Thread Thorsten Töpper
Date: Monday, March 2, 2015 @ 20:06:34
  Author: ttoepper
Revision: 128573

i3status: Added validpgpkeys - Michael.

Modified:
  i3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-02 19:04:19 UTC (rev 128572)
+++ PKGBUILD2015-03-02 19:06:34 UTC (rev 128573)
@@ -18,6 +18,7 @@
 "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc";)
 md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
  'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-03-02 Thread Thorsten Töpper
Date: Monday, March 2, 2015 @ 20:04:19
  Author: ttoepper
Revision: 128572

i3lock: Added validpgpkeys - Michael.

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-02 18:53:48 UTC (rev 128571)
+++ PKGBUILD2015-03-02 19:04:19 UTC (rev 128572)
@@ -15,6 +15,7 @@
 source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";
 "http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc";)
 md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2014-10-03 Thread Thorsten Töpper
Date: Friday, October 3, 2014 @ 23:33:45
  Author: ttoepper
Revision: 120114

upgpkg: mksh 50.c-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-03 20:50:26 UTC (rev 120113)
+++ PKGBUILD2014-10-03 21:33:45 UTC (rev 120114)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R50b
-pkgver=50.b
+_pkgver=R50c
+pkgver=50.c
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,8 +14,8 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('1821a40dacc44293d7325c6021952b69'
- 'fd6f7b5eb01280b0110af736d6188f34')
+md5sums=('263512ebbb06c92e6128da97b2eae17c'
+ 'db4ea847f588d9922e237ce039284b7a')
 
 check() {
   cd "$srcdir/$pkgname"
@@ -24,7 +24,6 @@
 
 build() {
   cd "$srcdir/$pkgname"
-
   sh Build.sh -r -c lto
 }
 


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

2014-10-03 Thread Thorsten Töpper
Date: Friday, October 3, 2014 @ 23:33:50
  Author: ttoepper
Revision: 120115

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

Added:
  mksh/repos/community-i686/PKGBUILD
(from rev 120114, mksh/trunk/PKGBUILD)
  mksh/repos/community-i686/mksh.install
(from rev 120114, mksh/trunk/mksh.install)
  mksh/repos/community-x86_64/PKGBUILD
(from rev 120114, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 120114, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-i686/PKGBUILD
  mksh/repos/community-i686/mksh.install
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   39 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 21:33:45 UTC (rev 120114)
+++ community-i686/PKGBUILD 2014-10-03 21:33:50 UTC (rev 120115)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R50b
-pkgver=50.b
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('1821a40dacc44293d7325c6021952b69'
- 'fd6f7b5eb01280b0110af736d6188f34')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 120114, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 21:33:50 UTC (rev 120115)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R50c
+pkgver=50.c
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz";
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('263512ebbb06c92e6128da97b2eae17c'
+ 'db4ea847f588d9922e237ce039284b7a')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2014-10-03 21:33:45 UTC (rev 120114)
+++ community-i686/mksh.install 2014-10-03 21:33:50 UTC (rev 120115)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 120114, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2014-10-03 21:33:50 UTC (rev 120115)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: commun

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

2014-09-28 Thread Thorsten Töpper
Date: Sunday, September 28, 2014 @ 20:20:22
  Author: ttoepper
Revision: 119707

upgpkg: python2-lockfile 0.10.2-1

Modified:
  python2-lockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-28 17:49:33 UTC (rev 119706)
+++ PKGBUILD2014-09-28 18:20:22 UTC (rev 119707)
@@ -5,17 +5,18 @@
 
 pkgname=python2-lockfile
 _pkgsrcname=lockfile
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc="Platform-independent file locking module"
 license=("MIT")
 url="http://code.google.com/p/pylockfile/";
 depends=('python2')
+makedepends=('python2-setuptools')
 #Fallback: No release tags at github: 
https://github.com/smontanaro/pylockfile/issues/9
 
source=("https://pypi.python.org/packages/source/l/lockfile/${_pkgsrcname}-${pkgver}.tar.gz";)
 arch=('any')
 options=(!emptydirs)
-md5sums=('ce61468d4c1263e3005737bbed2641f0')
+md5sums=('1aa6175a6d57f082cd12e7ac6102ab15')
 
 package() {
   cd ${srcdir}/${_pkgsrcname}-${pkgver}


  1   2   3   >