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

2014-02-18 Thread Andrea Scarpino
Date: Tuesday, February 18, 2014 @ 09:07:54
  Author: andrea
Revision: 206106

upgpkg: libindi 0.9.7-1

Upstream release

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 06:28:10 UTC (rev 206105)
+++ PKGBUILD2014-02-18 08:07:54 UTC (rev 206106)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libindi
-pkgver=0.9.6
-pkgrel=7
+pkgver=0.9.7
+pkgrel=1
 pkgdesc=A distributed control protocol designed to operate astronomical 
instrumentation
 url=http://www.indilib.org/index.php?title=Main_Page;
 license=('GPL2')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'boost')
 options=('staticlibs') # libindiclient builds as static only
 source=(http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('c1456544a36f543e2884f88913cf3eb0')
+md5sums=('3e457c4226d7a445a0d89c044cced6b7')
 
 prepare() {
   mkdir build
@@ -32,7 +32,7 @@
   make DESTDIR=${pkgdir} install
 
   install -d ${pkgdir}/usr/lib/udev/rules.d
-  mv ${pkgdir}/etc/udev/rules.d/99-gpusb.rules \
+  mv ${pkgdir}/lib/udev/rules.d/99-gpusb.rules \
 ${pkgdir}/usr/lib/udev/rules.d/
-  rmdir ${pkgdir}/etc/udev/rules.d ${pkgdir}/etc/udev ${pkgdir}/etc
+  rmdir ${pkgdir}/lib/udev/rules.d ${pkgdir}/lib/udev ${pkgdir}/lib
 }



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

2014-02-18 Thread Andrea Scarpino
Date: Tuesday, February 18, 2014 @ 09:08:06
  Author: andrea
Revision: 206107

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

Added:
  libindi/repos/extra-i686/PKGBUILD
(from rev 206106, libindi/trunk/PKGBUILD)
  libindi/repos/extra-x86_64/PKGBUILD
(from rev 206106, libindi/trunk/PKGBUILD)
Deleted:
  libindi/repos/extra-i686/PKGBUILD
  libindi/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-18 08:07:54 UTC (rev 206106)
+++ extra-i686/PKGBUILD 2014-02-18 08:08:06 UTC (rev 206107)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libindi
-pkgver=0.9.6
-pkgrel=7
-pkgdesc=A distributed control protocol designed to operate astronomical 
instrumentation
-url=http://www.indilib.org/index.php?title=Main_Page;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
-makedepends=('cmake' 'boost')
-options=('staticlibs') # libindiclient builds as static only
-source=(http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('c1456544a36f543e2884f88913cf3eb0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/lib/udev/rules.d
-  mv ${pkgdir}/etc/udev/rules.d/99-gpusb.rules \
-${pkgdir}/usr/lib/udev/rules.d/
-  rmdir ${pkgdir}/etc/udev/rules.d ${pkgdir}/etc/udev ${pkgdir}/etc
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 206106, 
libindi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-18 08:08:06 UTC (rev 206107)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libindi
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=A distributed control protocol designed to operate astronomical 
instrumentation
+url=http://www.indilib.org/index.php?title=Main_Page;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
+makedepends=('cmake' 'boost')
+options=('staticlibs') # libindiclient builds as static only
+source=(http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz;)
+md5sums=('3e457c4226d7a445a0d89c044cced6b7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/lib/udev/rules.d
+  mv ${pkgdir}/lib/udev/rules.d/99-gpusb.rules \
+${pkgdir}/usr/lib/udev/rules.d/
+  rmdir ${pkgdir}/lib/udev/rules.d ${pkgdir}/lib/udev ${pkgdir}/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-18 08:07:54 UTC (rev 206106)
+++ extra-x86_64/PKGBUILD   2014-02-18 08:08:06 UTC (rev 206107)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libindi
-pkgver=0.9.6
-pkgrel=7
-pkgdesc=A distributed control protocol designed to operate astronomical 
instrumentation
-url=http://www.indilib.org/index.php?title=Main_Page;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
-makedepends=('cmake' 'boost')
-options=('staticlibs') # libindiclient builds as static only
-source=(http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz;)
-md5sums=('c1456544a36f543e2884f88913cf3eb0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/lib/udev/rules.d
-  mv ${pkgdir}/etc/udev/rules.d/99-gpusb.rules \
-${pkgdir}/usr/lib/udev/rules.d/
-  rmdir ${pkgdir}/etc/udev/rules.d ${pkgdir}/etc/udev ${pkgdir}/etc
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 206106, 
libindi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-18 08:08:06 UTC (rev 206107)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: 

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

2014-02-18 Thread Sergej Pupykin
Date: Tuesday, February 18, 2014 @ 10:17:17
  Author: spupykin
Revision: 105894

upgpkg: girara 0.2.0-1

upd

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 05:54:36 UTC (rev 105893)
+++ PKGBUILD2014-02-18 09:17:17 UTC (rev 105894)
@@ -4,8 +4,8 @@
 # Maintainer: mlq m...@pwmt.org
 
 pkgbase=girara
-pkgname=(girara-common girara-gtk2 girara-gtk3)
-pkgver=0.1.9
+pkgname=(girara-common girara-gtk3)
+pkgver=0.2.0
 pkgrel=1
 pkgdesc=user interface library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 makedepends=('gtk3' 'gtk2')
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('0b51fc07b5763b506d46598576e5576e')
+md5sums=('cb965af58bc435f356296e62629716f5')
 
 build() {
   true



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

2014-02-18 Thread Sergej Pupykin
Date: Tuesday, February 18, 2014 @ 10:17:33
  Author: spupykin
Revision: 105895

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-18 09:17:17 UTC (rev 105894)
+++ community-i686/PKGBUILD 2014-02-18 09:17:33 UTC (rev 105895)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgbase=girara
-pkgname=(girara-common girara-gtk2 girara-gtk3)
-pkgver=0.1.9
-pkgrel=1
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-makedepends=('gtk3' 'gtk2')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('0b51fc07b5763b506d46598576e5576e')
-
-build() {
-  true
-}
-
-package_girara-common() {
-  depends=()
-  pkgdesc=user interface library - common files
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-
-  # install header
-  make DESTDIR=$pkgdir/ install-headers
-
-  # install language files
-  make DESTDIR=$pkgdir/ -C po install
-
-  # remove pkgconfig files
-  rm -r $pkgdir/usr/lib/pkgconfig
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk2() {
-  depends=('gtk2' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=2
-
-  # install files
-  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk3() {
-  depends=('gtk3' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=3
-
-  # install files
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 105894, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-18 09:17:33 UTC (rev 105895)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgbase=girara
+pkgname=(girara-common girara-gtk3)
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+makedepends=('gtk3' 'gtk2')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('cb965af58bc435f356296e62629716f5')
+
+build() {
+  true
+}
+
+package_girara-common() {
+  depends=()
+  pkgdesc=user interface library - common files
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+
+  # install header
+  make DESTDIR=$pkgdir/ install-headers
+
+  # install language files
+  make DESTDIR=$pkgdir/ -C po install
+
+  # remove pkgconfig files
+  rm -r $pkgdir/usr/lib/pkgconfig
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_girara-gtk2() {
+  depends=('gtk2' 'girara-common')
+  provides=('girara')
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+  make GIRARA_GTK_VERSION=2
+
+  # install files
+  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
+
+  # remove common files
+  rm -r $pkgdir/usr/include
+  rm -r $pkgdir/usr/share
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_girara-gtk3() {
+  depends=('gtk3' 'girara-common')
+  provides=('girara')
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+  make GIRARA_GTK_VERSION=3
+
+  # install files
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+
+  # remove common files
+  rm -r $pkgdir/usr/include
+  rm -r $pkgdir/usr/share
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

[arch-commits] Commit in poedit/trunk (PKGBUILD build-fix.patch)

2014-02-18 Thread Sergej Pupykin
Date: Tuesday, February 18, 2014 @ 10:37:49
  Author: spupykin
Revision: 105896

upgpkg: poedit 1.6.4-2

upd

Modified:
  poedit/trunk/PKGBUILD
Deleted:
  poedit/trunk/build-fix.patch

-+
 PKGBUILD|   15 +--
 build-fix.patch |  235 --
 2 files changed, 5 insertions(+), 245 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 09:17:33 UTC (rev 105895)
+++ PKGBUILD2014-02-18 09:37:49 UTC (rev 105896)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Giovanni Scafora giova...@archlinux.org
 # Contributor: Alexander Fehr pizzap...@gmail.com
@@ -6,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;
@@ -15,16 +16,10 @@
 makedepends=('boost' 'libsm')
 install=poedit.install
 #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('203e27826c1baa4de403ce6d1cc60444'
- '724aed37a6760c8ac9405f9ee4b70c05')
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}b.tar.gz)
+md5sums=('bd494435b42121b5262b386d95ca66fd')
 
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-patch -p1 $srcdir/build-fix.patch
-}
-
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 ./configure --prefix=/usr --libexecdir=/usr/lib/poedit

Deleted: build-fix.patch
===
--- build-fix.patch 2014-02-18 09:17:33 UTC (rev 105895)
+++ build-fix.patch 2014-02-18 09:37:49 UTC (rev 105896)
@@ -1,235 +0,0 @@
-diff -wbBur poedit-1.6.4/src/edapp.cpp poedit-1.6.4.my/src/edapp.cpp
 poedit-1.6.4/src/edapp.cpp 2014-02-07 22:03:55.0 +0400
-+++ poedit-1.6.4.my/src/edapp.cpp  2014-02-13 14:49:30.231324614 +0400
-@@ -67,7 +67,6 @@
- 
- #include edapp.h
- #include edframe.h
--#include aboutbox.h
- #include manager.h
- #include prefsdlg.h
- #include parser.h
-@@ -666,7 +665,7 @@
- about.SetCopyright(LCopyright \u00a9 1999-2014 Václav Slavík);
- about.SetWebSite(http://www.poedit.net;);
- 
--PoeditAboutBox(about);
-+//PoeditAboutBox(about);
- }
- 
- 
-@@ -792,7 +791,7 @@
- void PoeditApp::EmailSupport(const wxString subject, const wxString body)
- {
- wxString body2(body);
--wxString appname(HasLicense() ? Poedit Pro : Poedit);
-+wxString appname(Poedit);
- 
- #ifdef __WXOSX__
- NSString *s = [[NSProcessInfo processInfo] operatingSystemVersionString];
-@@ -927,31 +926,8 @@
- 
- void PoeditApp::OnLicense(wxCommandEvent)
- {
--ShowLicenseInformation();
- }
- 
- void PoeditApp::ImportLicenseKey(const wxString url)
- {
--PoeditLicense lic = PoeditLicense::FromURL(url);
--
--if (lic.IsValid())
--{
--lic.Store(); // save valid license
--ShowLicenseInformation(nullptr, lic); // ...and thank the user
--}
--else if (!lic.Key().empty())
--{
--// if we at least parsed the data, even if invalid, show it and let 
the
--// user correct them
--ShowLicenseInformation(nullptr, lic);
--}
--else
--{
--wxMessageDialog dlg(nullptr, _(Invalid license data.), _(Poedit), 
wxOK | wxICON_ERROR);
--dlg.SetExtendedMessage(wxString::Format(_(The link doesn't contain 
valid Poedit license. Try entering it manually or contact support at 
h...@poedit.net.\n\n(%s)), url));
--dlg.ShowModal();
--}
--
--if (wxTopLevelWindows.empty())
--OpenNewFile();
- }
-diff -wbBur poedit-1.6.4/src/edapp.h poedit-1.6.4.my/src/edapp.h
 poedit-1.6.4/src/edapp.h   2014-02-07 22:03:55.0 +0400
-+++ poedit-1.6.4.my/src/edapp.h2014-02-13 14:49:08.831324860 +0400
-@@ -27,8 +27,6 @@
- #ifndef _EDAPP_H_
- #define _EDAPP_H_
- 
--#include licensing.h
--
- #include wx/app.h
- #include wx/string.h
- #include wx/intl.h
-diff -wbBur poedit-1.6.4/src/edframe.cpp poedit-1.6.4.my/src/edframe.cpp
 poedit-1.6.4/src/edframe.cpp   2014-02-07 22:03:55.0 +0400
-+++ poedit-1.6.4.my/src/edframe.cpp2014-02-13 14:49:20.301324729 +0400
-@@ -85,9 +85,7 @@
- #include errorbar.h
- #include utility.h
- #include languagectrl.h
--#include statistics.h
- #include welcomescreen.h
--#include wordpress.h
- #include errors.h
- 
- #include wx/listimpl.cpp
-@@ -1374,8 +1372,6 @@
- 
- void PoeditFrame::OnNewForWordpress(wxCommandEvent)
- {
--CHECK_LICENSE(Wordpress);
--
- DoIfCanDiscardCurrentDoc([=]{
- NewForWordpress();
- });
-@@ -1466,73 +1462,6 @@
- void PoeditFrame::NewForWordpress()
- {
- // TODO: share code 

[arch-commits] Commit in poedit/repos (10 files)

2014-02-18 Thread Sergej Pupykin
Date: Tuesday, February 18, 2014 @ 10:38:03
  Author: spupykin
Revision: 105897

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

Added:
  poedit/repos/community-i686/PKGBUILD
(from rev 105896, poedit/trunk/PKGBUILD)
  poedit/repos/community-i686/poedit.install
(from rev 105896, poedit/trunk/poedit.install)
  poedit/repos/community-x86_64/PKGBUILD
(from rev 105896, poedit/trunk/PKGBUILD)
  poedit/repos/community-x86_64/poedit.install
(from rev 105896, poedit/trunk/poedit.install)
Deleted:
  poedit/repos/community-i686/PKGBUILD
  poedit/repos/community-i686/build-fix.patch
  poedit/repos/community-i686/poedit.install
  poedit/repos/community-x86_64/PKGBUILD
  poedit/repos/community-x86_64/build-fix.patch
  poedit/repos/community-x86_64/poedit.install

--+
 /PKGBUILD|   66 ++
 /poedit.install  |   24 +++
 community-i686/PKGBUILD  |   38 -
 community-i686/build-fix.patch   |  235 -
 community-i686/poedit.install|   12 -
 community-x86_64/PKGBUILD|   38 -
 community-x86_64/build-fix.patch |  235 -
 community-x86_64/poedit.install  |   12 -
 8 files changed, 90 insertions(+), 570 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-18 09:37:49 UTC (rev 105896)
+++ community-i686/PKGBUILD 2014-02-18 09:38:03 UTC (rev 105897)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=poedit
-pkgver=1.6.4
-pkgrel=1
-pkgdesc=Cross-platform gettext catalogs (.po files) editor
-arch=('i686' 'x86_64')
-url=http://www.poedit.net/;
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('203e27826c1baa4de403ce6d1cc60444'
- '724aed37a6760c8ac9405f9ee4b70c05')
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 105896, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-18 09:38:03 UTC (rev 105897)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.6.4
+pkgrel=2
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}b.tar.gz)
+md5sums=('bd494435b42121b5262b386d95ca66fd')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2014-02-18 09:37:49 UTC (rev 105896)
+++ community-i686/build-fix.patch  2014-02-18 09:38:03 UTC (rev 105897)
@@ -1,235 +0,0 @@
-diff -wbBur poedit-1.6.4/src/edapp.cpp poedit-1.6.4.my/src/edapp.cpp
 poedit-1.6.4/src/edapp.cpp 2014-02-07 22:03:55.0 +0400
-+++ poedit-1.6.4.my/src/edapp.cpp  2014-02-13 14:49:30.231324614 +0400
-@@ -67,7 +67,6 @@
- 
- #include edapp.h
- #include edframe.h
--#include aboutbox.h
- #include manager.h
- #include prefsdlg.h
- #include parser.h
-@@ -666,7 +665,7 @@
- about.SetCopyright(LCopyright \u00a9 1999-2014 Václav Slavík);
- 

[arch-commits] Commit in cgdb/trunk (PKGBUILD cgdb.install)

2014-02-18 Thread Sven-Hendrik Haase
Date: Tuesday, February 18, 2014 @ 13:20:10
  Author: svenstaro
Revision: 105898

upgpkg: cgdb 0.6.7-2

Fix typo in install file

Modified:
  cgdb/trunk/PKGBUILD
  cgdb/trunk/cgdb.install

--+
 PKGBUILD |2 +-
 cgdb.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 09:38:03 UTC (rev 105897)
+++ PKGBUILD2014-02-18 12:20:10 UTC (rev 105898)
@@ -3,7 +3,7 @@
 # Contributor: Javier ‘Phrodo_00’ Aravena phrodo...@gmail.com
 pkgname=cgdb
 pkgver=0.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Curses-based interface to the GNU Debugger
 arch=('i686' 'x86_64')
 url=http://cgdb.sourceforge.net/;

Modified: cgdb.install
===
--- cgdb.install2014-02-18 09:38:03 UTC (rev 105897)
+++ cgdb.install2014-02-18 12:20:10 UTC (rev 105898)
@@ -1,4 +1,4 @@
-r=usr/share/info
+infodir=usr/share/info
 file=cgdb.info.gz
 
 post_install() {



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

2014-02-18 Thread Sven-Hendrik Haase
Date: Tuesday, February 18, 2014 @ 13:20:23
  Author: svenstaro
Revision: 105899

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

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

---+
 /PKGBUILD |   50 
 /cgdb.install |   34 +++
 community-i686/PKGBUILD   |   25 
 community-i686/cgdb.install   |   17 -
 community-x86_64/PKGBUILD |   25 
 community-x86_64/cgdb.install |   17 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-18 12:20:10 UTC (rev 105898)
+++ community-i686/PKGBUILD 2014-02-18 12:20:23 UTC (rev 105899)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Marek Kubica ma...@xivilization.net
-# Contributor: Javier ‘Phrodo_00’ Aravena phrodo...@gmail.com
-pkgname=cgdb
-pkgver=0.6.7
-pkgrel=1
-pkgdesc=Curses-based interface to the GNU Debugger
-arch=('i686' 'x86_64')
-url=http://cgdb.sourceforge.net/;
-license=('GPL')
-depends=('readline=5.1' 'ncurses' 'gdb')
-source=(http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e')
-install=cgdb.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-}

Copied: cgdb/repos/community-i686/PKGBUILD (from rev 105898, 
cgdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-18 12:20:23 UTC (rev 105899)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Marek Kubica ma...@xivilization.net
+# Contributor: Javier ‘Phrodo_00’ Aravena phrodo...@gmail.com
+pkgname=cgdb
+pkgver=0.6.7
+pkgrel=2
+pkgdesc=Curses-based interface to the GNU Debugger
+arch=('i686' 'x86_64')
+url=http://cgdb.sourceforge.net/;
+license=('GPL')
+depends=('readline=5.1' 'ncurses' 'gdb')
+source=(http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e')
+install=cgdb.install
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: community-i686/cgdb.install
===
--- community-i686/cgdb.install 2014-02-18 12:20:10 UTC (rev 105898)
+++ community-i686/cgdb.install 2014-02-18 12:20:23 UTC (rev 105899)
@@ -1,17 +0,0 @@
-r=usr/share/info
-file=cgdb.info.gz
-
-post_install() {
-[ -x usr/bin/install-info ] || return 0
-install-info $infodir/$file $infodir/dir 2 /dev/null
-}
-
-post_upgrade() {
-post_install $1
-}
-
-pre_remove() {
-[ -x usr/bin/install-info ] || return 0
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-}
-

Copied: cgdb/repos/community-i686/cgdb.install (from rev 105898, 
cgdb/trunk/cgdb.install)
===
--- community-i686/cgdb.install (rev 0)
+++ community-i686/cgdb.install 2014-02-18 12:20:23 UTC (rev 105899)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=cgdb.info.gz
+
+post_install() {
+[ -x usr/bin/install-info ] || return 0
+install-info $infodir/$file $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+[ -x usr/bin/install-info ] || return 0
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-18 12:20:10 UTC (rev 105898)
+++ community-x86_64/PKGBUILD   2014-02-18 12:20:23 UTC (rev 105899)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Marek Kubica ma...@xivilization.net
-# Contributor: Javier ‘Phrodo_00’ Aravena phrodo...@gmail.com
-pkgname=cgdb
-pkgver=0.6.7
-pkgrel=1
-pkgdesc=Curses-based interface 

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

2014-02-18 Thread Allan McRae
Date: Tuesday, February 18, 2014 @ 13:21:17
  Author: allan
Revision: 206108

upgpkg: grep 2.17-1

upstream update

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 08:08:06 UTC (rev 206107)
+++ PKGBUILD2014-02-18 12:21:17 UTC (rev 206108)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=grep
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc=A string search utility
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('texinfo')
 install=${pkgname}.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('502350a6c8f7c2b12ee58829e760b44d'
+md5sums=('3b1f0cbf1139e76171f790665b1b41cf'
  'SKIP')
 
 build() {



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

2014-02-18 Thread Allan McRae
Date: Tuesday, February 18, 2014 @ 13:22:36
  Author: allan
Revision: 206109

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 206108, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch
(from rev 206108, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-i686/grep.install
(from rev 206108, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 206108, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep-2.11-exclude-dir-crash.patch
(from rev 206108, grep/trunk/grep-2.11-exclude-dir-crash.patch)
  grep/repos/testing-x86_64/grep.install
(from rev 206108, grep/trunk/grep.install)

--+
 testing-i686/PKGBUILD|   34 
 testing-i686/grep-2.11-exclude-dir-crash.patch   |   44 +
 testing-i686/grep.install|   17 
 testing-x86_64/PKGBUILD  |   34 
 testing-x86_64/grep-2.11-exclude-dir-crash.patch |   44 +
 testing-x86_64/grep.install  |   17 
 6 files changed, 190 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 206108, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-18 12:22:36 UTC (rev 206109)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.17
+pkgrel=1
+pkgdesc=A string search utility
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/grep/grep.html;
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('3b1f0cbf1139e76171f790665b1b41cf'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: grep/repos/testing-i686/grep-2.11-exclude-dir-crash.patch (from rev 
206108, grep/trunk/grep-2.11-exclude-dir-crash.patch)
===
--- testing-i686/grep-2.11-exclude-dir-crash.patch  
(rev 0)
+++ testing-i686/grep-2.11-exclude-dir-crash.patch  2014-02-18 12:22:36 UTC 
(rev 206109)
@@ -0,0 +1,44 @@
+From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
+From: Allan McRae al...@archlinux.org
+Date: Mon, 12 Mar 2012 09:28:01 +0100
+Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
+
+* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
+* NEWS (Bug fixes): Mention it.
+---
+ NEWS   |5 +
+ src/main.c |2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/NEWS b/NEWS
+index d0a63d5..d4d70f5 100644
+--- a/NEWS
 b/NEWS
+@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
+ 
+ * Noteworthy changes in release ?.? (-??-??) [?]
+ 
++** Bug fixes
++
++   grep no longer segfaults with -r --exclude-dir and no file operand.
++   I.e., :|grep -r --exclude-dir=D PAT would segfault.
++
+ 
+ * Noteworthy changes in release 2.11 (2012-03-02) [stable]
+ 
+diff --git a/src/main.c b/src/main.c
+index 2f6c761..f4f1235 100644
+--- a/src/main.c
 b/src/main.c
+@@ -1361,7 +1361,7 @@ grepdir (char const *dir, struct stats const *stats)
+   struct stats const *ancestor;
+   char *name_space;
+   int status = 1;
+-  if (excluded_directory_patterns
++  if (dir  excluded_directory_patterns
+excluded_file_name (excluded_directory_patterns, dir))
+ return 1;
+ 
+-- 
+1.7.9.3
+

Copied: grep/repos/testing-i686/grep.install (from rev 206108, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2014-02-18 12:22:36 UTC (rev 206109)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 206108, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in 0ad/trunk (PKGBUILD miniupnpc-1.9.patch)

2014-02-18 Thread Bartłomiej Piotrowski
Date: Tuesday, February 18, 2014 @ 13:42:01
  Author: bpiotrowski
Revision: 105900

upgpkg: 0ad a15-4

re-enable miniupnpc support

Added:
  0ad/trunk/miniupnpc-1.9.patch
Modified:
  0ad/trunk/PKGBUILD

-+
 PKGBUILD|   18 +-
 miniupnpc-1.9.patch |   12 
 2 files changed, 25 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 12:20:23 UTC (rev 105899)
+++ PKGBUILD2014-02-18 12:42:01 UTC (rev 105900)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a15
 _pkgver=0.0.15-alpha
-pkgrel=3
+pkgrel=4
 pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
 arch=('i686' 'x86_64')
 url=http://play0ad.com/;
@@ -12,11 +12,18 @@
 license=('GPL2' 'CCPL')
 depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
  'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
- 'gloox' 'miniupnpc' 'libsm')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('a651d81eb9b31da01e376ddaa597e954')
+ 'gloox' 'miniupnpc')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;
+miniupnpc-1.9.patch)
+md5sums=('a651d81eb9b31da01e376ddaa597e954'
+ 'f3d27da4944d42fcf6b4153e54dc4600')
 
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver
+  patch -p1 -i ../miniupnpc-1.9.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$_pkgver/build/workspaces
 
@@ -25,6 +32,7 @@
   export WX_CONFIG=/usr/bin/wx-config-2.8
   ./update-workspaces.sh \
   --with-system-enet \
+  --with-system-miniupnpc \
   --bindir=/usr/bin \
   --libdir=/usr/lib/0ad \
   --datadir=/usr/share/${pkgname}/data

Added: miniupnpc-1.9.patch
===
--- miniupnpc-1.9.patch (rev 0)
+++ miniupnpc-1.9.patch 2014-02-18 12:42:01 UTC (rev 105900)
@@ -0,0 +1,12 @@
+diff -rupN a/source/network/NetServer.cpp b/source/network/NetServer.cpp
+--- a/source/network/NetServer.cpp 2013-12-18 16:08:56.0 +
 b/source/network/NetServer.cpp 2014-02-18 10:11:59.955214338 +
+@@ -274,7 +274,7 @@ void* CNetServerWorker::SetupUPnP(void*)
+   // Check that the port was actually forwarded.
+   ret = UPNP_GetSpecificPortMappingEntry(urls.controlURL,
+
data.first.servicetype,
+-   
psPort, protocall,
++   
psPort, protocall, externalIPAddress,
+
intClient, intPort, NULL/*desc*/,
+
NULL/*enabled*/, duration);
+ 



[arch-commits] Commit in 0ad/repos (10 files)

2014-02-18 Thread Bartłomiej Piotrowski
Date: Tuesday, February 18, 2014 @ 13:42:08
  Author: bpiotrowski
Revision: 105901

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 105900, 0ad/trunk/PKGBUILD)
  0ad/repos/community-i686/boost-1.50.patch
(from rev 105900, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-i686/miniupnpc-1.9.patch
(from rev 105900, 0ad/trunk/miniupnpc-1.9.patch)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 105900, 0ad/trunk/PKGBUILD)
  0ad/repos/community-x86_64/boost-1.50.patch
(from rev 105900, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-x86_64/miniupnpc-1.9.patch
(from rev 105900, 0ad/trunk/miniupnpc-1.9.patch)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-i686/boost-1.50.patch
  0ad/repos/community-x86_64/PKGBUILD
  0ad/repos/community-x86_64/boost-1.50.patch

--+
 /PKGBUILD|  114 +
 /boost-1.50.patch|   78 ++
 community-i686/PKGBUILD  |   49 --
 community-i686/boost-1.50.patch  |   39 ---
 community-i686/miniupnpc-1.9.patch   |   12 +++
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/boost-1.50.patch|   39 ---
 community-x86_64/miniupnpc-1.9.patch |   12 +++
 8 files changed, 216 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-18 12:42:01 UTC (rev 105900)
+++ community-i686/PKGBUILD 2014-02-18 12:42:08 UTC (rev 105901)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a15
-_pkgver=0.0.15-alpha
-pkgrel=3
-pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
-arch=('i686' 'x86_64')
-url=http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
- 'gloox' 'miniupnpc' 'libsm')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('a651d81eb9b31da01e376ddaa597e954')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  unset CPPFLAGS # for le spidermonkey
-
-  export WX_CONFIG=/usr/bin/wx-config-2.8
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib/0ad}
-  cd $srcdir/$pkgname-$_pkgver
-
-  install -Dm755 binaries/system/pyrogenesis ${pkgdir}/usr/bin
-  install -Dm755 binaries/system/*.so{,.1.0} ${pkgdir}/usr/lib/0ad
-
-  install -Dm755 build/resources/${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 build/resources/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 build/resources/${pkgname}.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 105900, 0ad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-18 12:42:08 UTC (rev 105901)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a15
+_pkgver=0.0.15-alpha
+pkgrel=4
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;
+miniupnpc-1.9.patch)
+md5sums=('a651d81eb9b31da01e376ddaa597e954'
+ 'f3d27da4944d42fcf6b4153e54dc4600')
+
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver
+  patch -p1 -i ../miniupnpc-1.9.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd 

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

2014-02-18 Thread Jan Steffens
Date: Tuesday, February 18, 2014 @ 15:34:10
  Author: heftig
Revision: 206111

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

Added:
  grilo/repos/extra-i686/PKGBUILD
(from rev 206110, grilo/trunk/PKGBUILD)
  grilo/repos/extra-x86_64/PKGBUILD
(from rev 206110, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/extra-i686/PKGBUILD
  grilo/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-18 14:33:44 UTC (rev 206110)
+++ extra-i686/PKGBUILD 2014-02-18 14:34:10 UTC (rev 206111)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.8
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('03a50e011b897a46d6ec6fe4cfec4ca0737047f279c99b3d9eb9bef8c472cee8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/extra-i686/PKGBUILD (from rev 206110, grilo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-18 14:34:10 UTC (rev 206111)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.9
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e51e937ae1ceee31d3f07fd459cd67e17d5c4497e32b30eb883830a0995df935')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-18 14:33:44 UTC (rev 206110)
+++ extra-x86_64/PKGBUILD   2014-02-18 14:34:10 UTC (rev 206111)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.8
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('03a50e011b897a46d6ec6fe4cfec4ca0737047f279c99b3d9eb9bef8c472cee8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
---libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 206110, 
grilo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-18 14:34:10 UTC (rev 206111)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.9
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup' 'liboauth' 'totem-plparser')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!emptydirs')

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

2014-02-18 Thread Jan Steffens
Date: Tuesday, February 18, 2014 @ 15:33:44
  Author: heftig
Revision: 206110

0.2.9

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 12:22:36 UTC (rev 206109)
+++ PKGBUILD2014-02-18 14:33:44 UTC (rev 206110)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo
-pkgver=0.2.8
+pkgver=0.2.9
 pkgrel=1
 pkgdesc=Framework that provides access to various sources of multimedia 
content
 url=http://www.gnome.org;
@@ -13,7 +13,7 @@
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('03a50e011b897a46d6ec6fe4cfec4ca0737047f279c99b3d9eb9bef8c472cee8')
+sha256sums=('e51e937ae1ceee31d3f07fd459cd67e17d5c4497e32b30eb883830a0995df935')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-02-18 Thread Jan Steffens
Date: Tuesday, February 18, 2014 @ 15:55:21
  Author: heftig
Revision: 206112

0.2.11

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 14:34:10 UTC (rev 206111)
+++ PKGBUILD2014-02-18 14:55:21 UTC (rev 206112)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo-plugins
-pkgver=0.2.10
+pkgver=0.2.11
 pkgrel=1
 pkgdesc=Plugins for Grilo
 url=http://www.gnome.org;
@@ -22,7 +22,7 @@
 options=('!emptydirs')
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5a7dd406ed58145847553e6dbb5f766e9d58dc5d4cfeb7e290d5b38c88163871')
+sha256sums=('a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-18 Thread Jan Steffens
Date: Tuesday, February 18, 2014 @ 15:55:38
  Author: heftig
Revision: 206113

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

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 206112, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 206112, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-18 14:55:21 UTC (rev 206112)
+++ extra-i686/PKGBUILD 2014-02-18 14:55:38 UTC (rev 206113)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.10
-pkgrel=1
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo sqlite libgcrypt)
-makedepends=(gupnp-av libgdata gmime libtracker-sparql libdmapsharing
- json-glib intltool avahi itstool)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'gnome-online-accounts: Flickr plugin'
-'gmime: Podcasts plugin'
-'libtracker-sparql: Tracker plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin'
-'avahi: Freebox plugin')
-options=('!emptydirs')
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5a7dd406ed58145847553e6dbb5f766e9d58dc5d4cfeb7e290d5b38c88163871')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast --disable-pocket
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 206112, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-18 14:55:38 UTC (rev 206113)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.11
+pkgrel=1
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata gmime libtracker-sparql libdmapsharing
+ json-glib intltool avahi itstool)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'gnome-online-accounts: Flickr plugin'
+'gmime: Podcasts plugin'
+'libtracker-sparql: Tracker plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin'
+'avahi: Freebox plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast --disable-pocket
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-18 14:55:21 UTC (rev 206112)
+++ extra-x86_64/PKGBUILD   2014-02-18 14:55:38 UTC (rev 206113)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.10
-pkgrel=1
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo sqlite libgcrypt)
-makedepends=(gupnp-av libgdata gmime libtracker-sparql libdmapsharing
- json-glib intltool avahi itstool)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'gnome-online-accounts: Flickr plugin'
-'gmime: Podcasts plugin'
-'libtracker-sparql: Tracker plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin'
-'avahi: Freebox plugin')
-options=('!emptydirs')
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5a7dd406ed58145847553e6dbb5f766e9d58dc5d4cfeb7e290d5b38c88163871')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast --disable-pocket
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: 

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

2014-02-18 Thread Sergej Pupykin
Date: Tuesday, February 18, 2014 @ 18:26:51
  Author: spupykin
Revision: 105902

upgpkg: arch-wiki-docs 20140218-1

upd

Modified:
  arch-wiki-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 12:42:08 UTC (rev 105901)
+++ PKGBUILD2014-02-18 17:26:51 UTC (rev 105902)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=arch-wiki-docs
-pkgver=20131030
+pkgver=20140218
 pkgrel=1
 pkgdesc=Documentation from wiki.archlinux.org
 arch=('any')



[arch-commits] Commit in arch-wiki-docs/repos/community-any (8 files)

2014-02-18 Thread Sergej Pupykin
Date: Tuesday, February 18, 2014 @ 18:27:03
  Author: spupykin
Revision: 105903

archrelease: copy trunk to community-any

Added:
  arch-wiki-docs/repos/community-any/PKGBUILD
(from rev 105902, arch-wiki-docs/trunk/PKGBUILD)
  arch-wiki-docs/repos/community-any/filter.pl
(from rev 105902, arch-wiki-docs/trunk/filter.pl)
  arch-wiki-docs/repos/community-any/get.sh
(from rev 105902, arch-wiki-docs/trunk/get.sh)
  arch-wiki-docs/repos/community-any/index.pl
(from rev 105902, arch-wiki-docs/trunk/index.pl)
Deleted:
  arch-wiki-docs/repos/community-any/PKGBUILD
  arch-wiki-docs/repos/community-any/filter.pl
  arch-wiki-docs/repos/community-any/get.sh
  arch-wiki-docs/repos/community-any/index.pl

---+
 PKGBUILD  |   56 ++--
 filter.pl |   92 ++--
 get.sh|   50 
 index.pl  |   70 ++---
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-18 17:26:51 UTC (rev 105902)
+++ PKGBUILD2014-02-18 17:27:03 UTC (rev 105903)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=arch-wiki-docs
-pkgver=20131030
-pkgrel=1
-pkgdesc=Documentation from wiki.archlinux.org
-arch=('any')
-makedepends=('wget' 'perl' 'perl-json-xs')
-url=http://wiki.archlinux.org;
-license=('FDL')
-options=('docs' '!strip')
-source=(get.sh
-   index.pl
-   filter.pl)
-md5sums=('7f9aec77fbf319aa8247149319ff7f7c'
- 'dddb4258bd93acc1a0102bfee3e077f0'
- '6430f9db1d0f0be5999e2c247f4ca2a1')
-
-build() {
-  bash $srcdir/get.sh $srcdir $srcdir/pages
-  (cd $srcdir/pages  perl -w $srcdir/filter.pl)
-}
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/arch-wiki/html
-  cp -r $srcdir/pages/* $pkgdir/usr/share/doc/arch-wiki/html/
-}

Copied: arch-wiki-docs/repos/community-any/PKGBUILD (from rev 105902, 
arch-wiki-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-18 17:27:03 UTC (rev 105903)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=arch-wiki-docs
+pkgver=20140218
+pkgrel=1
+pkgdesc=Documentation from wiki.archlinux.org
+arch=('any')
+makedepends=('wget' 'perl' 'perl-json-xs')
+url=http://wiki.archlinux.org;
+license=('FDL')
+options=('docs' '!strip')
+source=(get.sh
+   index.pl
+   filter.pl)
+md5sums=('7f9aec77fbf319aa8247149319ff7f7c'
+ 'dddb4258bd93acc1a0102bfee3e077f0'
+ '6430f9db1d0f0be5999e2c247f4ca2a1')
+
+build() {
+  bash $srcdir/get.sh $srcdir $srcdir/pages
+  (cd $srcdir/pages  perl -w $srcdir/filter.pl)
+}
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/arch-wiki/html
+  cp -r $srcdir/pages/* $pkgdir/usr/share/doc/arch-wiki/html/
+}

Deleted: filter.pl
===
--- filter.pl   2014-02-18 17:26:51 UTC (rev 105902)
+++ filter.pl   2014-02-18 17:27:03 UTC (rev 105903)
@@ -1,46 +0,0 @@
-#!/usr/bin/perl -w
-
-%INDEX=();
-
-print Reading index\n;
-
-open FH, index.html || die;
-
-while(FH)
-{
-if(/HREF='([0-9]+).html'\(.+)\\/A\$/)
-{
-$INDEX{$1} = $2;
-}
-}
-
-close FH;
-
-sub fix_file {
-my $in = shift @_;
-
-open FH, $in || die;
-open FHO, tmpout.html || die;
-
-$_ = join , FH;
-
-foreach $i (keys %INDEX)
-{
-s/href=\\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
-
s/href=\htt\S+\/\/wiki.archlinux.org\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
-}
-print FHO;
-
-close FH;
-close FHO;
-
-rename(tmpout.html, $in);
-}
-
-@files=0*.html;
-
-foreach $f (@files)
-{
-print Fixing $f\n;
-fix_file($f);
-}

Copied: arch-wiki-docs/repos/community-any/filter.pl (from rev 105902, 
arch-wiki-docs/trunk/filter.pl)
===
--- filter.pl   (rev 0)
+++ filter.pl   2014-02-18 17:27:03 UTC (rev 105903)
@@ -0,0 +1,46 @@
+#!/usr/bin/perl -w
+
+%INDEX=();
+
+print Reading index\n;
+
+open FH, index.html || die;
+
+while(FH)
+{
+if(/HREF='([0-9]+).html'\(.+)\\/A\$/)
+{
+$INDEX{$1} = $2;
+}
+}
+
+close FH;
+
+sub fix_file {
+my $in = shift @_;
+
+open FH, $in || die;
+open FHO, tmpout.html || die;
+
+$_ = join , FH;
+
+foreach $i (keys %INDEX)
+{
+s/href=\\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
+
s/href=\htt\S+\/\/wiki.archlinux.org\/index.php\/\Q$INDEX{$i}\E\/href=\$i.html\/gsm;
+}
+print FHO;
+
+close FH;
+close FHO;
+
+rename(tmpout.html, $in);
+}
+
+@files=0*.html;
+
+foreach $f (@files)
+{
+print Fixing $f\n;
+fix_file($f);
+}

Deleted: get.sh

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

2014-02-18 Thread Jan Steffens
Date: Tuesday, February 18, 2014 @ 18:39:31
  Author: heftig
Revision: 206114

3.10.1

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 14:55:38 UTC (rev 206113)
+++ PKGBUILD2014-02-18 17:39:31 UTC (rev 206114)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem-plparser
-pkgver=3.10.0
-pkgrel=4
+pkgver=3.10.1
+pkgrel=1
 url=http://www.gnome.org;
 pkgdesc=Totem playlist parser library
 license=('LGPL')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'gobject-introspection' 'libquvi')
 optdepends=('libquvi: video site handling (Youtube etc.)')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
+sha256sums=('13d20222e7230eff1b22acc2b6b54d3c910590782a3ac39b859857407fb5e413')
 
 build() {
   cd totem-pl-parser-$pkgver



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

2014-02-18 Thread Jan Steffens
Date: Tuesday, February 18, 2014 @ 18:40:26
  Author: heftig
Revision: 206115

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

Added:
  totem-plparser/repos/extra-i686/PKGBUILD
(from rev 206114, totem-plparser/trunk/PKGBUILD)
  totem-plparser/repos/extra-x86_64/PKGBUILD
(from rev 206114, totem-plparser/trunk/PKGBUILD)
Deleted:
  totem-plparser/repos/extra-i686/PKGBUILD
  totem-plparser/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-18 17:39:31 UTC (rev 206114)
+++ extra-i686/PKGBUILD 2014-02-18 17:40:26 UTC (rev 206115)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem-plparser
-pkgver=3.10.0
-pkgrel=4
-url=http://www.gnome.org;
-pkgdesc=Totem playlist parser library
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi')
-optdepends=('libquvi: video site handling (Youtube etc.)')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: totem-plparser/repos/extra-i686/PKGBUILD (from rev 206114, 
totem-plparser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-18 17:40:26 UTC (rev 206115)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.10.1
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi')
+optdepends=('libquvi: video site handling (Youtube etc.)')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('13d20222e7230eff1b22acc2b6b54d3c910590782a3ac39b859857407fb5e413')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-18 17:39:31 UTC (rev 206114)
+++ extra-x86_64/PKGBUILD   2014-02-18 17:40:26 UTC (rev 206115)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem-plparser
-pkgver=3.10.0
-pkgrel=4
-url=http://www.gnome.org;
-pkgdesc=Totem playlist parser library
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi')
-optdepends=('libquvi: video site handling (Youtube etc.)')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: totem-plparser/repos/extra-x86_64/PKGBUILD (from rev 206114, 
totem-plparser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-18 17:40:26 UTC (rev 206115)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.10.1
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi')
+optdepends=('libquvi: video site handling (Youtube etc.)')

[arch-commits] Commit in go/trunk (PKGBUILD go.sh)

2014-02-18 Thread Alexander Rødseth
Date: Tuesday, February 18, 2014 @ 20:29:43
  Author: arodseth
Revision: 105904

Hopefully a fix for both FS#38860 and FS#38597

Will test more before pushing

Added:
  go/trunk/go.sh
Modified:
  go/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 go.sh|1 +
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 17:27:03 UTC (rev 105903)
+++ PKGBUILD2014-02-18 19:29:43 UTC (rev 105904)
@@ -10,7 +10,7 @@
 
 pkgname=go
 pkgver=1.2
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
@@ -24,11 +24,15 @@
 backup=('usr/lib/go/bin')
 
 if [ $CARCH == 'x86_64' ]; then
-  
source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz;)
-  
sha256sums=('1252ca0aa0a96d53c0592fbc4ea9c9ff5c6b588169c92e08d06da9d89d9d91f2')
+  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz;
+  'go.sh')
+  
sha256sums=('1252ca0aa0a96d53c0592fbc4ea9c9ff5c6b588169c92e08d06da9d89d9d91f2'
+  
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
 else
-  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz;)
-  
sha256sums=('3f51aacc7af60c520fe1071f3cb1d9ceee5db0e8fdfb7168a73e12fd7603e651')
+  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz;
+  'go.sh')
+  
sha256sums=('3f51aacc7af60c520fe1071f3cb1d9ceee5db0e8fdfb7168a73e12fd7603e651'
+  
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
 fi
 
 build() {
@@ -129,6 +133,9 @@
   install -Dm644 src/pkg/runtime/cgocall.h \
 $pkgdir/usr/lib/go/src/pkg/runtime/cgocall.h
 
+  # In order to make godoc work, see FS#38597
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+
   # This is to make go get code.google.com/p/go-tour/gotour and
   # then running the gotour executable work out of the box.
   ln -sf /usr/bin $pkgdir/usr/lib/go/bin
@@ -141,6 +148,16 @@
   install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
 
   find $pkgdir/usr/{lib/go/pkg,bin} -type f -exec touch '{}' +
+
+  # Adding useful go tools (FS#38860)
+  go get code.google.com/p/go.tools/cmd/benchcmp
+  go get code.google.com/p/go.tools/cmd/cover
+  go get code.google.com/p/go.tools/cmd/godoc
+  go get code.google.com/p/go.tools/cmd/goimports
+  go get code.google.com/p/go.tools/cmd/gotype
+  go get code.google.com/p/go.tools/cmd/html2article
+  go get code.google.com/p/go.tools/cmd/ssadump
+  go get code.google.com/p/go.tools/cmd/vet
 }
 
 # vim:set ts=2 sw=2 et:

Added: go.sh
===
--- go.sh   (rev 0)
+++ go.sh   2014-02-18 19:29:43 UTC (rev 105904)
@@ -0,0 +1 @@
+export GOROOT=/usr/lib/go



[arch-commits] Commit in go/repos (10 files)

2014-02-18 Thread Alexander Rødseth
Date: Wednesday, February 19, 2014 @ 00:59:49
  Author: arodseth
Revision: 105906

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

Added:
  go/repos/community-i686/PKGBUILD
(from rev 105905, go/trunk/PKGBUILD)
  go/repos/community-i686/go.install
(from rev 105905, go/trunk/go.install)
  go/repos/community-i686/go.sh
(from rev 105905, go/trunk/go.sh)
  go/repos/community-x86_64/PKGBUILD
(from rev 105905, go/trunk/PKGBUILD)
  go/repos/community-x86_64/go.install
(from rev 105905, go/trunk/go.install)
  go/repos/community-x86_64/go.sh
(from rev 105905, go/trunk/go.sh)
Deleted:
  go/repos/community-i686/PKGBUILD
  go/repos/community-i686/go.install
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/go.install

-+
 /PKGBUILD   |  310 ++
 /go.install |   52 +++
 community-i686/PKGBUILD |  146 ---
 community-i686/go.install   |   13 -
 community-i686/go.sh|1 
 community-x86_64/PKGBUILD   |  146 ---
 community-x86_64/go.install |   13 -
 community-x86_64/go.sh  |1 
 8 files changed, 364 insertions(+), 318 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-18 23:59:35 UTC (rev 105905)
+++ community-i686/PKGBUILD 2014-02-18 23:59:49 UTC (rev 105906)
@@ -1,146 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Rémy Oudompheng  r...@archlinux.org
-# Contributor: Andres Perera andres87p gmail
-# Contributor: Matthew Bauer mjbaue...@gmail.com
-# Contributor: Christian Himpel chres...@gmail.com
-# Contributor: Mike Rosset mike.ros...@gmail.com
-# Contributor: Daniel YC Lin dlin...@gmail.com
-
-pkgname=go
-pkgver=1.2
-pkgrel=2
-epoch=2
-pkgdesc='Compiler and tools for the Go programming language from Google'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('custom')
-depends=('perl' 'gawk')
-makedepends=('inetutils')
-options=('!strip' 'staticlibs')
-optdepends=('liteide: IDE for editing and building projects written in Go')
-install=$pkgname.install
-backup=('usr/lib/go/bin')
-
-if [ $CARCH == 'x86_64' ]; then
-  
source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz;)
-  
sha256sums=('1252ca0aa0a96d53c0592fbc4ea9c9ff5c6b588169c92e08d06da9d89d9d91f2')
-else
-  source=(http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz;)
-  
sha256sums=('3f51aacc7af60c520fe1071f3cb1d9ceee5db0e8fdfb7168a73e12fd7603e651')
-fi
-
-build() {
-  cd $pkgname/src
-
-  export GOROOT_FINAL=/usr/lib/go
-
-  #
-  # Arch Linux doesn't support SSE2 for i686 (to support older CPUs)
-  # The SSE2 version is _a lot_ faster for i686.
-  # This line disables it.
-  #
-  export GO386=387
-
-  # Enable ARM crosscompilation for linux
-  export GOOS=linux
-  export GOARCH=arm
-
-  bash make.bash
-
-  # Crosscompilation for various platforms (including linux)
-  for os in linux; do # darwin freebsd windows; do
-for arch in amd64 386; do
-  export GOOS=$os
-  export GOARCH=$arch
-  bash make.bash --no-clean
-done
-  done
-}
-
-check() {
-  cd $pkgname
-
-  export GO386=387
-
-  export GOOS=linux
-  if [ $CARCH == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ $CARCH == 'i686' ]; then
-export GOARCH=386
-  fi
-
-  export GOROOT=$srcdir/$pkgname
-  export PATH=$srcdir/$pkgname/bin:$PATH
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src  bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/go/LICENSE
-  install -Dm644 misc/bash/go \
-$pkgdir/usr/share/bash-completion/completions/go
-  install -Dm644 misc/emacs/go-mode-load.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el
-  install -Dm644 misc/emacs/go-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/go-mode.el
-  install -Dm644 misc/zsh/go \
-$pkgdir/usr/share/zsh/site-functions/_go
-
-  for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
-ftplugin/go/fmt.vim ftplugin/go/import.vim syntax/go.vim syntax/godoc.vim \
-plugin/godoc.vim;
-  do
-install -Dm644 misc/vim/$f $pkgdir/usr/share/vim/vimfiles/$f
-  done
-
-  mkdir -p \
-$pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site/src}}
-
-  cp -r doc misc -t $pkgdir/usr/share/go
-  ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
-  cp -a bin $pkgdir/usr
-  cp -a pkg $pkgdir/usr/lib/go
-  cp -a $GOROOT/src/pkg $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
-  cp -a $GOROOT/src/lib9 $pkgdir/usr/lib/go/src/
-  cp -a $GOROOT/lib $pkgdir/usr/lib/go/
-  cp -a $GOROOT/include $pkgdir/usr/lib/go/
-
-  install -Dm644 src/Make.* $pkgdir/usr/lib/go/src
-
-  # Remove object files from target src dir
-  find 

[arch-commits] Commit in go/trunk (PKGBUILD go.install)

2014-02-18 Thread Alexander Rødseth
Date: Wednesday, February 19, 2014 @ 00:59:35
  Author: arodseth
Revision: 105905

upgpkg: go 2:1.2-3

Modified:
  go/trunk/PKGBUILD
  go/trunk/go.install

+
 PKGBUILD   |   14 +++---
 go.install |   13 +
 2 files changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 19:29:43 UTC (rev 105904)
+++ PKGBUILD2014-02-18 23:59:35 UTC (rev 105905)
@@ -19,7 +19,9 @@
 depends=('perl' 'gawk')
 makedepends=('inetutils')
 options=('!strip' 'staticlibs')
-optdepends=('liteide: IDE for editing and building projects written in Go')
+optdepends=('liteide: IDE for editing and building projects written in Go'
+'mercurial: Version control system written in Python'
+'git: Version control system written in C')
 install=$pkgname.install
 backup=('usr/lib/go/bin')
 
@@ -148,16 +150,6 @@
   install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
 
   find $pkgdir/usr/{lib/go/pkg,bin} -type f -exec touch '{}' +
-
-  # Adding useful go tools (FS#38860)
-  go get code.google.com/p/go.tools/cmd/benchcmp
-  go get code.google.com/p/go.tools/cmd/cover
-  go get code.google.com/p/go.tools/cmd/godoc
-  go get code.google.com/p/go.tools/cmd/goimports
-  go get code.google.com/p/go.tools/cmd/gotype
-  go get code.google.com/p/go.tools/cmd/html2article
-  go get code.google.com/p/go.tools/cmd/ssadump
-  go get code.google.com/p/go.tools/cmd/vet
 }
 
 # vim:set ts=2 sw=2 et:

Modified: go.install
===
--- go.install  2014-02-18 19:29:43 UTC (rev 105904)
+++ go.install  2014-02-18 23:59:35 UTC (rev 105905)
@@ -8,6 +8,19 @@
   echo 'export PATH=$PATH:~/go/bin'
   echo 'go get code.google.com/p/go-tour/gotour'
   echo
+  echo 'For adding useful go tools:'
+  echo
+  echo 'go get code.google.com/p/go.tools/cmd/benchcmp'
+  echo 'go get code.google.com/p/go.tools/cmd/cover'
+  echo 'go get code.google.com/p/go.tools/cmd/godoc'
+  echo 'go get code.google.com/p/go.tools/cmd/goimports'
+  echo 'go get code.google.com/p/go.tools/cmd/gotype'
+  echo 'go get code.google.com/p/go.tools/cmd/html2article'
+  echo 'go get code.google.com/p/go.tools/cmd/ssadump'
+  echo 'go get code.google.com/p/go.tools/cmd/vet'
+  echo
+  echo '#go-nuts at irc.freenode.net may provide more answers.'
+  echo
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-02-18 Thread Dan McGee
Date: Wednesday, February 19, 2014 @ 04:36:52
  Author: dan
Revision: 206116

upgpkg: ethtool 1:3.13-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-18 17:40:26 UTC (rev 206115)
+++ PKGBUILD2014-02-19 03:36:52 UTC (rev 206116)
@@ -4,16 +4,16 @@
 # Contributor: Martin Kemp mdk...@elys.com
 
 pkgname=ethtool
-pkgver=3.11
+pkgver=3.13
 pkgrel=1
 epoch=1
 pkgdesc=Utility for controlling network drivers and hardware
 arch=('i686' 'x86_64')
-url=http://www.kernel.org/pub/software/network/ethtool/;
+url=https://www.kernel.org/pub/software/network/ethtool/;
 license=('GPL')
 depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('5f3a0ed1b3510ca0695db0b4debdd292')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dcb8f345d44ee79108282e7d0bdf5013')
 
 build() {
 cd $pkgname-$pkgver



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

2014-02-18 Thread Dan McGee
Date: Wednesday, February 19, 2014 @ 04:37:03
  Author: dan
Revision: 206117

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

Added:
  ethtool/repos/extra-i686/PKGBUILD
(from rev 206116, ethtool/trunk/PKGBUILD)
  ethtool/repos/extra-x86_64/PKGBUILD
(from rev 206116, ethtool/trunk/PKGBUILD)
Deleted:
  ethtool/repos/extra-i686/PKGBUILD
  ethtool/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-19 03:36:52 UTC (rev 206116)
+++ extra-i686/PKGBUILD 2014-02-19 03:37:03 UTC (rev 206117)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Martin Kemp mdk...@elys.com
-
-pkgname=ethtool
-pkgver=3.11
-pkgrel=1
-epoch=1
-pkgdesc=Utility for controlling network drivers and hardware
-arch=('i686' 'x86_64')
-url=http://www.kernel.org/pub/software/network/ethtool/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('5f3a0ed1b3510ca0695db0b4debdd292')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --mandir=/usr/share/man \
---sbindir=/usr/bin
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: ethtool/repos/extra-i686/PKGBUILD (from rev 206116, 
ethtool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-19 03:37:03 UTC (rev 206117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Martin Kemp mdk...@elys.com
+
+pkgname=ethtool
+pkgver=3.13
+pkgrel=1
+epoch=1
+pkgdesc=Utility for controlling network drivers and hardware
+arch=('i686' 'x86_64')
+url=https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dcb8f345d44ee79108282e7d0bdf5013')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-19 03:36:52 UTC (rev 206116)
+++ extra-x86_64/PKGBUILD   2014-02-19 03:37:03 UTC (rev 206117)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Martin Kemp mdk...@elys.com
-
-pkgname=ethtool
-pkgver=3.11
-pkgrel=1
-epoch=1
-pkgdesc=Utility for controlling network drivers and hardware
-arch=('i686' 'x86_64')
-url=http://www.kernel.org/pub/software/network/ethtool/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('5f3a0ed1b3510ca0695db0b4debdd292')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --mandir=/usr/share/man \
---sbindir=/usr/bin
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: ethtool/repos/extra-x86_64/PKGBUILD (from rev 206116, 
ethtool/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-19 03:37:03 UTC (rev 206117)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Martin Kemp mdk...@elys.com
+
+pkgname=ethtool
+pkgver=3.13
+pkgrel=1
+epoch=1
+pkgdesc=Utility for controlling network drivers and hardware
+arch=('i686' 'x86_64')
+url=https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('dcb8f345d44ee79108282e7d0bdf5013')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man \
+--sbindir=/usr/bin
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2014-02-18 Thread Eric Bélanger
Date: Wednesday, February 19, 2014 @ 05:56:37
  Author: eric
Revision: 206118

upgpkg: imagemagick 6.8.8.7-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-19 03:37:03 UTC (rev 206117)
+++ PKGBUILD2014-02-19 04:56:37 UTC (rev 206118)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.8.6
+pkgver=6.8.8.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('02bb3888a7d9218a9c81af1bef8df7e68af846a0'
+sha1sums=('8a8b0d70cc8692c32efbfcb7b739973a2ac39a36'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 



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

2014-02-18 Thread Eric Bélanger
Date: Wednesday, February 19, 2014 @ 05:57:14
  Author: eric
Revision: 206119

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 206118, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 206118, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 206118, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 206118, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  178 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   89 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   89 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-19 04:56:37 UTC (rev 206118)
+++ extra-i686/PKGBUILD 2014-02-19 04:57:14 UTC (rev 206119)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.8.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr'
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('02bb3888a7d9218a9c81af1bef8df7e68af846a0'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE