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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 09:01:27
  Author: tpowa
Revision: 195983

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

Added:
  kdeedu-kalzium/repos/staging-i686/
  kdeedu-kalzium/repos/staging-i686/PKGBUILD
(from rev 195982, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install
(from rev 195982, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/staging-x86_64/
  kdeedu-kalzium/repos/staging-x86_64/PKGBUILD
(from rev 195982, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/staging-x86_64/kdeedu-kalzium.install
(from rev 195982, kdeedu-kalzium/trunk/kdeedu-kalzium.install)

---+
 staging-i686/PKGBUILD |   31 +++
 staging-i686/kdeedu-kalzium.install   |   12 
 staging-x86_64/PKGBUILD   |   31 +++
 staging-x86_64/kdeedu-kalzium.install |   12 
 4 files changed, 86 insertions(+)

Copied: kdeedu-kalzium/repos/staging-i686/PKGBUILD (from rev 195982, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-10-07 07:01:27 UTC (rev 195983)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kalzium
+pkgver=4.11.2
+pkgrel=2
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
+sha1sums=('20789b2f67fc4fe53cd81d58283911bc0a8fa68c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install (from rev 
195982, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- staging-i686/kdeedu-kalzium.install (rev 0)
+++ staging-i686/kdeedu-kalzium.install 2013-10-07 07:01:27 UTC (rev 195983)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kalzium/repos/staging-x86_64/PKGBUILD (from rev 195982, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-10-07 07:01:27 UTC (rev 195983)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kalzium
+pkgver=4.11.2
+pkgrel=2
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
+sha1sums=('20789b2f67fc4fe53cd81d58283911bc0a8fa68c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kalzium/repos/staging-x86_64/kdeedu-kalzium.install (from rev 
195982, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- staging-x86_64/kdeedu-kalzium.install   (rev 0)
+++ staging-x86_64/kdeedu-kalzium.install   2013-10-07 07:01:27 UTC (rev 
195983)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 09:01:13
  Author: tpowa
Revision: 195982

upgpkg: kdeedu-kalzium 4.11.2-2

rebuild against ocaml 4.01

Modified:
  kdeedu-kalzium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 06:58:58 UTC (rev 195981)
+++ PKGBUILD2013-10-07 07:01:13 UTC (rev 195982)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu-kalzium
 pkgver=4.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Periodic Table of Elements"
 url="http://kde.org/applications/education/kalzium/";
 arch=('i686' 'x86_64')



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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 09:06:22
  Author: tpowa
Revision: 195987

db-move: moved lablgtk2 from [staging] to [extra] (i686, x86_64)

Added:
  lablgtk2/repos/extra-i686/PKGBUILD
(from rev 195983, lablgtk2/repos/staging-i686/PKGBUILD)
  lablgtk2/repos/extra-x86_64/PKGBUILD
(from rev 195983, lablgtk2/repos/staging-x86_64/PKGBUILD)
Deleted:
  lablgtk2/repos/extra-i686/PKGBUILD
  lablgtk2/repos/extra-x86_64/PKGBUILD
  lablgtk2/repos/staging-i686/
  lablgtk2/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 07:06:21 UTC (rev 195986)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:22 UTC (rev 195987)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.16.0
-pkgrel=2
-pkgdesc=" An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/979/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('052519ce2a77d2316732bc4d565b6399')

Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 195983, 
lablgtk2/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:22 UTC (rev 195987)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.16.0
+pkgrel=3
+pkgdesc=" An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/979/lablgtk-${pkgver}.tar.gz)
+options=(!makeflags)
+
+build() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  ./configure --prefix=/usr
+  make world
+  make opt
+}
+
+package() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
+}
+md5sums=('052519ce2a77d2316732bc4d565b6399')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 07:06:21 UTC (rev 195986)
+++ extra-x86_64/PKGBUILD   2013-10-07 07:06:22 UTC (rev 195987)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski 
-
-pkgname=lablgtk2
-pkgver=2.16.0
-pkgrel=2
-pkgdesc=" An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/";
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/979/lablgtk-${pkgver}.tar.gz)
-options=(!makeflags)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}
-md5sums=('052519ce2a77d2316732bc4d565b6399')

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 195983, 
lablgtk2/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-07 07:06:22 UTC (rev 195987)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Tobias Powalowski 
+
+pkgname=lablgtk2
+pkgver=2.16.0
+pkgrel=3
+pkgdesc=" An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/";
+depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+makedepends=('ocaml')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/97

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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 09:06:20
  Author: tpowa
Revision: 195985

db-move: moved facile from [staging] to [extra] (i686, x86_64)

Added:
  facile/repos/extra-i686/PKGBUILD
(from rev 195983, facile/repos/staging-i686/PKGBUILD)
  facile/repos/extra-i686/ocaml-facile-ocaml-4.patch
(from rev 195983, facile/repos/staging-i686/ocaml-facile-ocaml-4.patch)
  facile/repos/extra-x86_64/PKGBUILD
(from rev 195983, facile/repos/staging-x86_64/PKGBUILD)
  facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch
(from rev 195983, facile/repos/staging-x86_64/ocaml-facile-ocaml-4.patch)
Deleted:
  facile/repos/extra-i686/PKGBUILD
  facile/repos/extra-i686/ocaml-facile-ocaml-4.patch
  facile/repos/extra-x86_64/PKGBUILD
  facile/repos/extra-x86_64/ocaml-facile-ocaml-4.patch
  facile/repos/staging-i686/
  facile/repos/staging-x86_64/

-+
 /PKGBUILD   |   60 ++
 /ocaml-facile-ocaml-4.patch |   50 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/ocaml-facile-ocaml-4.patch   |   25 
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/ocaml-facile-ocaml-4.patch |   25 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 07:06:19 UTC (rev 195984)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:20 UTC (rev 195985)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=facile
-pkgver=1.1
-pkgrel=15
-pkgdesc="A Functional Constraint Library"
-arch=(i686 x86_64)
-url="http://www.recherche.enac.fr/opti/facile/";
-license=("LGPL")
-makedepends=('ocaml')
-depends=()
-source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
-ocaml-facile-ocaml-4.patch)
-md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
- '1ffc2f08c9f1db8ef0d444ec06f82b79')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # fix ocaml4
-  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/src"
-  install -d "$pkgdir/usr/lib/ocaml/facile"
-  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
-}

Copied: facile/repos/extra-i686/PKGBUILD (from rev 195983, 
facile/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:20 UTC (rev 195985)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=facile
+pkgver=1.1
+pkgrel=16
+pkgdesc="A Functional Constraint Library"
+arch=(i686 x86_64)
+url="http://www.recherche.enac.fr/opti/facile/";
+license=("LGPL")
+makedepends=('ocaml')
+depends=()
+source=(http://www.recherche.enac.fr/opti/facile/distrib/$pkgname-$pkgver.tar.gz
+ocaml-facile-ocaml-4.patch)
+md5sums=('ab673e1fc0859a42bcb639a02c2d7e9e'
+ '1ffc2f08c9f1db8ef0d444ec06f82b79')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # fix ocaml4
+  patch -Np1 -i ../ocaml-facile-ocaml-4.patch
+  ./configure
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/src"
+  install -d "$pkgdir/usr/lib/ocaml/facile"
+  install -D -m 644 facile.cmxa facile.cmi facile.cma facile.a 
"$pkgdir/usr/lib/ocaml/facile"
+}

Deleted: extra-i686/ocaml-facile-ocaml-4.patch
===
--- extra-i686/ocaml-facile-ocaml-4.patch   2013-10-07 07:06:19 UTC (rev 
195984)
+++ extra-i686/ocaml-facile-ocaml-4.patch   2013-10-07 07:06:20 UTC (rev 
195985)
@@ -1,25 +0,0 @@
-diff -ur facile-1.1.old/src/facile.mli facile-1.1/src/facile.mli
 facile-1.1.old/src/facile.mli  2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/facile.mli  2012-06-10 21:06:41.553916954 +0100
-@@ -127,7 +127,7 @@
-   module Hashtbl :
- sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b
-Binary files facile-1.1.old/src/fcl_data.cmi and facile-1.1/src/fcl_data.cmi 
differ
-diff -ur facile-1.1.old/src/fcl_data.mli facile-1.1/src/fcl_data.mli
 facile-1.1.old/src/fcl_data.mli2004-09-08 10:51:02.0 +0100
-+++ facile-1.1/src/fcl_data.mli2012-06-10 21:06:25.841590828 +0100
-@@ -23,7 +23,7 @@
- 
- module Hashtbl : sig
-   type ('a, 'b) t
--  val create : int -> ('a, 'b) t
-+  val create : ?random:bool -> int -> ('a, 'b) t
-   val get : ('a, 'b) t -> ('a, 'b) Hashtbl.t
-   val add : ('a, 'b) t -> 'a -> 'b -> unit
-   val find : ('a, 'b) t -> 'a -> 'b

Copied: facile/repos/extra-i686/ocaml-facile-ocaml-4.patch (from rev 195983, 
faci

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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 09:06:19
  Author: tpowa
Revision: 195984

db-move: moved ocaml from [staging] to [extra] (i686, x86_64)

Added:
  ocaml/repos/extra-i686/PKGBUILD
(from rev 195983, ocaml/repos/staging-i686/PKGBUILD)
  ocaml/repos/extra-x86_64/PKGBUILD
(from rev 195983, ocaml/repos/staging-x86_64/PKGBUILD)
Deleted:
  ocaml/repos/extra-i686/PKGBUILD
  ocaml/repos/extra-i686/tk8.6-build.patch
  ocaml/repos/extra-x86_64/PKGBUILD
  ocaml/repos/extra-x86_64/tk8.6-build.patch
  ocaml/repos/staging-i686/
  ocaml/repos/staging-x86_64/

+
 /PKGBUILD  |  114 +++
 extra-i686/PKGBUILD|   62 -
 extra-i686/tk8.6-build.patch   |   20 --
 extra-x86_64/PKGBUILD  |   62 -
 extra-x86_64/tk8.6-build.patch |   20 --
 5 files changed, 114 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 07:01:27 UTC (rev 195983)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:19 UTC (rev 195984)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgbase='ocaml'
-pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.00.1
-pkgrel=3
-pkgdesc="A functional language with OO extensions"
-arch=('i686' 'x86_64')
-license=('LGPL2' 'custom: QPL-1.0')
-url="http://caml.inria.fr/";
-depends=('gdbm')
-makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
-optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-4.00/${pkgname}-${pkgver}.tar.gz
-tk8.6-build.patch)
-options=('!makeflags' '!emptydirs')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure -prefix /usr 
-  make world.opt
-}
-
-package_ocaml() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  # fix https://bugs.archlinux.org/task/33302
-  patch -Np2 -i ../tk8.6-build.patch
-  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
-   
-  # Save >10MB with this one, makepkg only strips debug symbols.
-  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_ocaml-compiler-libs() {
-pkgdesc="Several modules used internally by the OCaml compiler"
-license=('custom: QPL-1.0')
-depends=('ocaml')
-optdepends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Install compiler libraries
-  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-libs"
-  mkdir -p "$compiler_libs"/{parsing,typing,utils}
-  cp parsing/*.{cmi,cmo,cmx,ml,mli,mll,o} "$compiler_libs"/parsing
-  cp typing/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/typing
-  cp utils/*.{cmi,cmo,cmx,ml,mli,o} "$compiler_libs"/utils
-  # duplicated by installation
-  rm -f "$compiler_libs"/typing/outcometree.{cmi,mli}
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-md5sums=('91124a8eb12a57f1e56c02fe3db0f9e7')
-md5sums=('91124a8eb12a57f1e56c02fe3db0f9e7'
- '67b0a8a8885fc1221181b171541cb1b0')

Copied: ocaml/repos/extra-i686/PKGBUILD (from rev 195983, 
ocaml/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:19 UTC (rev 195984)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgbase='ocaml'
+pkgname=('ocaml' 'ocaml-compiler-libs')
+pkgver=4.01.0
+pkgrel=1
+pkgdesc="A functional language with OO extensions"
+arch=('i686' 'x86_64')
+license=('LGPL2.1' 'custom: QPL-1.0')
+url="http://caml.inria.fr/";
+depends=('gdbm')
+makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
+source=(http://caml.inria.fr/distrib/ocaml-4.01/${pkgname}-${pkgver}.tar.gz)
+options=('!makeflags' '!emptydirs')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure -prefix /usr -x11include /usr/include 
+  make world.opt
+}
+
+package_ocaml() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man" install
+   
+  # Save >10MB with this one, makepkg only strips debug symbols.
+  #find "${pkgdir}/usr/lib" -type f -name '*.so.*' -exec strip 
--strip-unneeded {} \;
+
+  # install license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_ocaml-compiler-libs() {
+pkgdesc="Several modules used internally by the OCaml compiler"
+license=('custom: QPL-1.0')
+depends=('ocaml')
+optdepends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+
+  # Install compiler libraries
+  local compiler_libs="${pkgdir}/usr/lib/ocaml/compiler-

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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 09:06:21
  Author: tpowa
Revision: 195986

db-move: moved kdeedu-kalzium from [staging] to [extra] (i686, x86_64)

Added:
  kdeedu-kalzium/repos/extra-i686/PKGBUILD
(from rev 195983, kdeedu-kalzium/repos/staging-i686/PKGBUILD)
  kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install
(from rev 195983, kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
(from rev 195983, kdeedu-kalzium/repos/staging-x86_64/PKGBUILD)
  kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install
(from rev 195983, 
kdeedu-kalzium/repos/staging-x86_64/kdeedu-kalzium.install)
Deleted:
  kdeedu-kalzium/repos/extra-i686/PKGBUILD
  kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install
  kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
  kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install
  kdeedu-kalzium/repos/staging-i686/
  kdeedu-kalzium/repos/staging-x86_64/

-+
 /PKGBUILD   |   62 ++
 /kdeedu-kalzium.install |   24 +
 extra-i686/PKGBUILD |   31 -
 extra-i686/kdeedu-kalzium.install   |   12 --
 extra-x86_64/PKGBUILD   |   31 -
 extra-x86_64/kdeedu-kalzium.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 07:06:20 UTC (rev 195985)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:21 UTC (rev 195986)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
-sha1sums=('20789b2f67fc4fe53cd81d58283911bc0a8fa68c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kalzium-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kalzium/repos/extra-i686/PKGBUILD (from rev 195983, 
kdeedu-kalzium/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 07:06:21 UTC (rev 195986)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kalzium
+pkgver=4.11.2
+pkgrel=2
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'facile' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
+sha1sums=('20789b2f67fc4fe53cd81d58283911bc0a8fa68c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdeedu-kalzium.install
===
--- extra-i686/kdeedu-kalzium.install   2013-10-07 07:06:20 UTC (rev 195985)
+++ extra-i686/kdeedu-kalzium.install   2013-10-07 07:06:21 UTC (rev 195986)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install (from rev 
195983, kdeedu-kalzium/repos/staging-i686/kdeedu-kalzium.install)
===
--- extra-i686/kdeedu-kalzium.install   (rev 0)
+++ extra-i686/kdeedu-kalzium.install   2013-10-07 07:06:21 UTC (rev 195986)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 07:06:20 UTC (rev 195985)
+++ extra-x86_64/PKGBUILD   2013-10-07 07:06:21 UTC (rev 195986)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="Periodic Table of Elements"

[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 09:38:28
  Author: jgc
Revision: 195988

upgpkg: xf86-input-evdev 2.8.2-1

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 07:06:22 UTC (rev 195987)
+++ PKGBUILD2013-10-07 07:38:28 UTC (rev 195988)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 

[arch-commits] Commit in xf86-input-evdev/repos (4 files)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 09:38:43
  Author: jgc
Revision: 195989

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

Added:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
(from rev 195988, xf86-input-evdev/trunk/PKGBUILD)
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD
(from rev 195988, xf86-input-evdev/trunk/PKGBUILD)
Deleted:
  xf86-input-evdev/repos/extra-i686/PKGBUILD
  xf86-input-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 07:38:28 UTC (rev 195988)
+++ extra-i686/PKGBUILD 2013-10-07 07:38:43 UTC (rev 195989)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
-license=('custom')
-depends=('glibc' 'systemd-tools' 'mtdev')
-makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 
'X-ABI-XINPUT_VERSION>=20')
-options=('!libtool' '!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-evdev/repos/extra-i686/PKGBUILD (from rev 195988, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 07:38:43 UTC (rev 195989)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc' 'systemd-tools' 'mtdev')
+makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 
'X-ABI-XINPUT_VERSION>=20')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('750461749a83bdee7771592aa5c0db5e267b18d847078a4b8622f55b04797eb3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 07:38:28 UTC (rev 195988)
+++ extra-x86_64/PKGBUILD   2013-10-07 07:38:43 UTC (rev 195989)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
-license=('custom')
-depends=('glibc' 'systemd-tools' 'mtdev')
-makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 
'X-ABI-XINPUT_VERSION>=20')
-options=('!libtool' '!makeflags')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-evdev/repos/extra-x86_64/PKGBUILD (from rev 195988, 
xf86-input-evdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-07 07:38:43 UTC (rev 195989)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck http://xorg.freedesktop.org/";
+license=('custom')
+depends=('glibc' 'systemd-tools' 'mtdev')
+makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 
'X-ABI-XINPUT_VERSION>=20')
+options=('!libtool' '!makeflags')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('750461749a83bdee7771592aa5c0db5e267b18d847078a4b8622f55b04797eb3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./

[arch-commits] Commit in xkeyboard-config/repos (testing-any testing-any/PKGBUILD)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 09:48:34
  Author: jgc
Revision: 195991

archrelease: copy trunk to testing-any

Added:
  xkeyboard-config/repos/testing-any/
  xkeyboard-config/repos/testing-any/PKGBUILD
(from rev 195990, xkeyboard-config/trunk/PKGBUILD)

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

Copied: xkeyboard-config/repos/testing-any/PKGBUILD (from rev 195990, 
xkeyboard-config/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-10-07 07:48:34 UTC (rev 195991)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.10.1
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="http://www.freedesktop.org/wiki/Software/XKeyboardConfig";
+makedepends=('intltool' 'xorg-xkbcomp')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 09:48:24
  Author: jgc
Revision: 195990

upgpkg: xkeyboard-config 2.10.1-1

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 07:38:43 UTC (rev 195989)
+++ PKGBUILD2013-10-07 07:48:24 UTC (rev 195990)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xkeyboard-config
-pkgver=2.9
-pkgrel=2
+pkgver=2.10.1
+pkgrel=1
 pkgdesc="X keyboard configuration files"
 arch=(any)
 license=('custom')
@@ -14,7 +14,7 @@
 replaces=('xkbdata')
 conflicts=('xkbdata')
 
source=(http://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('5e89bc182a10d53c3e83efc6c3546de0fe5504d91c3dbc80d55cc64ddab5643a')
+sha256sums=('7d58064d86bb0155a3acc4ca35097dab4dfef334cdd0555fb5965ebca1fca18b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 10:23:27
  Author: jgc
Revision: 195992

upgpkg: gconf-editor 3.0.1-3

Depend on gtk3 (FS#37183)

Modified:
  gconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 07:48:34 UTC (rev 195991)
+++ PKGBUILD2013-10-07 08:23:27 UTC (rev 195992)
@@ -3,11 +3,11 @@
 
 pkgname=gconf-editor
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Graphical gconf registry editor"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf' 'hicolor-icon-theme')
+depends=('gconf' 'hicolor-icon-theme' 'gtk3')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
 url="http://www.gnome.org";
 options=(!emptydirs)



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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 10:23:35
  Author: jgc
Revision: 195993

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

Added:
  gconf-editor/repos/extra-i686/PKGBUILD
(from rev 195992, gconf-editor/trunk/PKGBUILD)
  gconf-editor/repos/extra-i686/fix-assertion-failed-crash.patch
(from rev 195992, gconf-editor/trunk/fix-assertion-failed-crash.patch)
  gconf-editor/repos/extra-i686/gconf-editor.install
(from rev 195992, gconf-editor/trunk/gconf-editor.install)
  gconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 195992, gconf-editor/trunk/PKGBUILD)
  gconf-editor/repos/extra-x86_64/fix-assertion-failed-crash.patch
(from rev 195992, gconf-editor/trunk/fix-assertion-failed-crash.patch)
  gconf-editor/repos/extra-x86_64/gconf-editor.install
(from rev 195992, gconf-editor/trunk/gconf-editor.install)
Deleted:
  gconf-editor/repos/extra-i686/PKGBUILD
  gconf-editor/repos/extra-i686/fix-assertion-failed-crash.patch
  gconf-editor/repos/extra-i686/gconf-editor.install
  gconf-editor/repos/extra-x86_64/PKGBUILD
  gconf-editor/repos/extra-x86_64/fix-assertion-failed-crash.patch
  gconf-editor/repos/extra-x86_64/gconf-editor.install

---+
 /PKGBUILD |   70 
 /fix-assertion-failed-crash.patch |   68 +++
 /gconf-editor.install |   44 +++
 extra-i686/PKGBUILD   |   35 
 extra-i686/fix-assertion-failed-crash.patch   |   34 ---
 extra-i686/gconf-editor.install   |   22 ---
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/fix-assertion-failed-crash.patch |   34 ---
 extra-x86_64/gconf-editor.install |   22 ---
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 08:23:27 UTC (rev 195992)
+++ extra-i686/PKGBUILD 2013-10-07 08:23:35 UTC (rev 195993)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gconf-editor
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Graphical gconf registry editor"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gconf' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-url="http://www.gnome.org";
-options=(!emptydirs)
-install=gconf-editor.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-fix-assertion-failed-crash.patch)
-sha256sums=('9afc4fc0d0afe019998736f06c04cbfa0393c813e2aa755133d95e83835f8869'
-'6550714ee06d09632244d0f4f41402224599f5230ef71376ea34291ce0d651bc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "${srcdir}/fix-assertion-failed-crash.patch"
-  ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain gconf-editor "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: gconf-editor/repos/extra-i686/PKGBUILD (from rev 195992, 
gconf-editor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 08:23:35 UTC (rev 195993)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gconf-editor
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="Graphical gconf registry editor"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'hicolor-icon-theme' 'gtk3')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
+url="http://www.gnome.org";
+options=(!emptydirs)
+install=gconf-editor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+fix-assertion-failed-crash.patch)
+sha256sums=('9afc4fc0d0afe019998736f06c04cbfa0393c813e2aa755133d95e83835f8869'
+'6550714ee06d09632244d0f4f41402224599f5230ef71376ea34291ce0d651bc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "${srcdir}/fix-assertion-failed-crash.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain gconf-editor "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/fix-assertion-failed-crash.patch
===

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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 12:05:50
  Author: spupykin
Revision: 98176

upgpkg: pitivi 0.91-1

upd

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 01:47:21 UTC (rev 98175)
+++ PKGBUILD2013-10-07 10:05:50 UTC (rev 98176)
@@ -4,8 +4,8 @@
 # Contributor: Gabor Nyekhelyi (n0gabor) 
 
 pkgname=pitivi
-pkgver=0.15.2
-pkgrel=6
+pkgver=0.91
+pkgrel=1
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('any')
 url="http://www.pitivi.org/";
@@ -13,13 +13,13 @@
 depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk>=2.14.0'
 'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13'
 'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
-'python2-setuptools')
+'python2-setuptools' 'itstool')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
 optdepends=('frei0r-plugins: enable the video transformations'
'python2-numpy: enable the video transformations')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.15/$pkgname-$pkgver.tar.xz)
-md5sums=('e0e379fca759025140ac1316819b2173')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.91/$pkgname-$pkgver.tar.xz)
+md5sums=('30f520587885d231aeb9a7ddb2585e45')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in ulogd/trunk (PKGBUILD ulogd.conf ulogd.logrotate)

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 12:06:50
  Author: spupykin
Revision: 98178

upgpkg: ulogd 2.0.2-3

upd

Modified:
  ulogd/trunk/PKGBUILD
  ulogd/trunk/ulogd.conf
  ulogd/trunk/ulogd.logrotate

-+
 PKGBUILD|   22 +++---
 ulogd.conf  |9 -
 ulogd.logrotate |2 +-
 3 files changed, 16 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 10:06:23 UTC (rev 98177)
+++ PKGBUILD2013-10-07 10:06:50 UTC (rev 98178)
@@ -6,17 +6,18 @@
 
 pkgname=ulogd
 pkgver=2.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Userspace Packet Logging for netfilter'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/ulogd/index.html'
 license=('GPL2')
-depends=('libmnl' 'libnfnetlink')
+depends=('libmnl'
+ 'libnetfilter_acct'
+ 'libnetfilter_conntrack'
+ 'libnetfilter_log'
+ 'libnfnetlink')
 backup=('etc/ulogd.conf')
 makedepends=('libmariadbclient'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
  'libpcap'
  'libdbi'
  'postgresql-libs'
@@ -24,15 +25,14 @@
 optdepends=("${makedepends[@]}")
 options=('!libtool')
 source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2";
- "$pkgname.logrotate"
- "$pkgname.conf"
- "$pkgname.service")
+"$pkgname.logrotate"
+"$pkgname.conf"
+"$pkgname.service")
 md5sums=('660516de4b5b1e110c12dae414619e0f'
- 'dd320949adff4188544419acd17e'
- 'c21531312f95e790ed19aa267a17d35a'
+ '95f05af0a0c8f5fdea5bd92ccb2fd465'
+ '7ccdb48cd152ff502334d3f6b2a4daab'
  '092d72209e30c132e0a08112e4062772')
 
-
 build() {
   cd $pkgname-$pkgver
   ./configure \

Modified: ulogd.conf
===
--- ulogd.conf  2013-10-07 10:06:23 UTC (rev 98177)
+++ ulogd.conf  2013-10-07 10:06:50 UTC (rev 98178)
@@ -1,20 +1,19 @@
 [global]
-nlgroup=1
 logfile="/var/log/ulogd.log"
 loglevel=5
 rmem=131071
 bufsize=15
 
-plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
+plugin="/usr/lib/ulogd/ulogd_inppkt_NFLOG.so"
 plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
 plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
 plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
 plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
 
-stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+stack=log1:NFLOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
 
-[ulog1]
-nlgroup=1
+[log1]
+group=1
 
 [emu1]
 file=/var/log/ulogd.syslogemu

Modified: ulogd.logrotate
===
--- ulogd.logrotate 2013-10-07 10:06:23 UTC (rev 98177)
+++ ulogd.logrotate 2013-10-07 10:06:50 UTC (rev 98178)
@@ -5,6 +5,6 @@
   create 0640 root root
 
   postrotate
-[ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
+systemctl kill --signal=SIGHUP ulogd.service || true
   endscript
 }



[arch-commits] Commit in pitivi/repos/community-any (6 files)

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 12:06:23
  Author: spupykin
Revision: 98177

archrelease: copy trunk to community-any

Added:
  pitivi/repos/community-any/ChangeLog
(from rev 98176, pitivi/trunk/ChangeLog)
  pitivi/repos/community-any/PKGBUILD
(from rev 98176, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-any/pitivi.install
(from rev 98176, pitivi/trunk/pitivi.install)
Deleted:
  pitivi/repos/community-any/ChangeLog
  pitivi/repos/community-any/PKGBUILD
  pitivi/repos/community-any/pitivi.install

+
 ChangeLog  |   82 +++
 PKGBUILD   |   82 +++
 pitivi.install |   24 
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-10-07 10:05:50 UTC (rev 98176)
+++ ChangeLog   2013-10-07 10:06:23 UTC (rev 98177)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by "as" in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-any/ChangeLog (from rev 98176, 
pitivi/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-10-07 10:06:23 UTC (rev 98177)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-07 10:05:50 UTC (rev 98176)
+++ PKGBUILD2013-10-07 10:06:23 UTC (rev 98177)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Abhishek Dasgupta 
-# Contributor: Gabor Nyekhelyi (n0gabor) 
-
-pkgname=pitivi
-pkgver=0.15.2
-pkgrel=6
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('any')
-url="http://www.pitivi.org/";
-license=('LGPL')
-depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk>=2.14.0'
-'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13'
-'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
-'python2-setuptools')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-optdepends=('frei0r-plugins: enable the video transformations'
-   'python2-numpy: enable the video transformations')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.15/$pkgname-$pkgver.tar.xz)
-md5sums=('e0e379fca759025140ac1316819b2173')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) bin/pitivi.in; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 'y/\xc2\xa0/  /' help/Makefile.in
-
-  ./configure --prefix=/usr --localedir=/usr/share/locale
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: pitivi/repos/community-any/PKGBUILD (from rev 98176, 
pitivi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-07 10:06:23 UTC

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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 12:07:16
  Author: spupykin
Revision: 98180

upgpkg: usb_modeswitch 2.0.1-1

upd

Modified:
  usb_modeswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 10:07:11 UTC (rev 98179)
+++ PKGBUILD2013-10-07 10:07:16 UTC (rev 98180)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=usb_modeswitch
-pkgver=1.2.7
+pkgver=2.0.1
 pkgrel=1
 _pkgdata=20130807
 pkgdesc="Activating switchable USB devices on Linux."
@@ -9,13 +9,13 @@
 arch=('i686' 'x86_64')
 url="http://www.draisberghof.de/usb_modeswitch/";
 license=('GPL')
-depends=('libusb-compat' 'tcl')
+depends=('libusb' 'tcl')
 makedepends=('gcc' 'make')
 backup=("etc/$pkgname.conf")
 
source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";

"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2";

"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt";)
-md5sums=('18d889d72195534ae9133a8181cad42b'
+md5sums=('e48d4419d0574d342bb183f7465556d0'
  '91feff51deba6e48e78506b8f4db2274'
  'dd14f254f6c3642ce16fd7c2f43ee112')
 



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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 12:07:11
  Author: spupykin
Revision: 98179

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

Added:
  ulogd/repos/community-i686/PKGBUILD
(from rev 98178, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-i686/ulogd.conf
(from rev 98178, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-i686/ulogd.logrotate
(from rev 98178, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-i686/ulogd.service
(from rev 98178, ulogd/trunk/ulogd.service)
  ulogd/repos/community-x86_64/PKGBUILD
(from rev 98178, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-x86_64/ulogd.conf
(from rev 98178, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-x86_64/ulogd.logrotate
(from rev 98178, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-x86_64/ulogd.service
(from rev 98178, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/community-i686/PKGBUILD
  ulogd/repos/community-i686/ulogd.conf
  ulogd/repos/community-i686/ulogd.logrotate
  ulogd/repos/community-i686/ulogd.service
  ulogd/repos/community-x86_64/PKGBUILD
  ulogd/repos/community-x86_64/ulogd.conf
  ulogd/repos/community-x86_64/ulogd.logrotate
  ulogd/repos/community-x86_64/ulogd.service

--+
 /PKGBUILD|  120 +
 /ulogd.conf  |   38 +++
 /ulogd.logrotate |   20 ++
 /ulogd.service   |   18 +
 community-i686/PKGBUILD  |   60 --
 community-i686/ulogd.conf|   20 --
 community-i686/ulogd.logrotate   |   10 ---
 community-i686/ulogd.service |9 --
 community-x86_64/PKGBUILD|   60 --
 community-x86_64/ulogd.conf  |   20 --
 community-x86_64/ulogd.logrotate |   10 ---
 community-x86_64/ulogd.service   |9 --
 12 files changed, 196 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 10:06:50 UTC (rev 98178)
+++ community-i686/PKGBUILD 2013-10-07 10:07:11 UTC (rev 98179)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sébastien Luttringer
-# Contributor: Dale Blount 
-# Contributor: Sergej Pupykin 
-
-pkgname=ulogd
-pkgver=2.0.2
-pkgrel=2
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl' 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
- 'libnetfilter_acct'
- 'libnetfilter_conntrack'
- 'libnetfilter_log'
- 'libpcap'
- 'libdbi'
- 'postgresql-libs'
- 'sqlite')
-optdepends=("${makedepends[@]}")
-options=('!libtool')
-source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2";
- "$pkgname.logrotate"
- "$pkgname.conf"
- "$pkgname.service")
-md5sums=('660516de4b5b1e110c12dae414619e0f'
- 'dd320949adff4188544419acd17e'
- 'c21531312f95e790ed19aa267a17d35a'
- '092d72209e30c132e0a08112e4062772')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-mysql \
---with-pgsql \
---with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/share/doc/ulogd"
-  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
-  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
-  cd "$srcdir"
-  install -Dm644 $pkgname.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
-  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/community-i686/PKGBUILD (from rev 98178, 
ulogd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 10:07:11 UTC (rev 98179)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sébastien Luttringer
+# Contributor: Dale Blount 
+# Contributor: Sergej Pupykin 
+
+pkgname=ulogd
+pkgver=2.0.2
+pkgrel=3
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl'
+ 'libnetfilter_acct'
+ 'libnetfilter_conntrack'
+ 'libnetfilter_log'
+ 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmariadbclient'
+ 'libpcap'
+ 'libdbi'
+ 'postgresql-libs'
+ 'sqlite')
+optdepends=("${makedepends[@]}")
+options=('!libtool')
+source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2";
+ 

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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 12:07:44
  Author: spupykin
Revision: 98181

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 10:07:16 UTC (rev 98180)
+++ community-i686/PKGBUILD 2013-10-07 10:07:44 UTC (rev 98181)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=usb_modeswitch
-pkgver=1.2.7
-pkgrel=1
-_pkgdata=20130807
-pkgdesc="Activating switchable USB devices on Linux."
-arch=('i686' 'x86_64')
-url="http://www.draisberghof.de/usb_modeswitch/";
-license=('GPL')
-depends=('libusb-compat' 'tcl')
-makedepends=('gcc' 'make')
-backup=("etc/$pkgname.conf")
-source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";
-   
"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2";
-   
"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt";)
-md5sums=('18d889d72195534ae9133a8181cad42b'
- '91feff51deba6e48e78506b8f4db2274'
- 'dd14f254f6c3642ce16fd7c2f43ee112')
-
-prepare() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
-}
-
-build() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  make clean
-  make SBINDIR=/usr/bin
-}
-
-package() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-
-  mkdir -p $pkgdir/usr/lib/udev
-  mkdir -p $pkgdir/etc
-  mkdir -p $pkgdir/usr/share/man/man1
-
-  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
-
-  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
-
-  cd $srcdir/usb-modeswitch-data-${_pkgdata}
-  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
-}

Copied: usb_modeswitch/repos/community-i686/PKGBUILD (from rev 98180, 
usb_modeswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 10:07:44 UTC (rev 98181)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=usb_modeswitch
+pkgver=2.0.1
+pkgrel=1
+_pkgdata=20130807
+pkgdesc="Activating switchable USB devices on Linux."
+arch=('i686' 'x86_64')
+url="http://www.draisberghof.de/usb_modeswitch/";
+license=('GPL')
+depends=('libusb' 'tcl')
+makedepends=('gcc' 'make')
+backup=("etc/$pkgname.conf")
+source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";
+   
"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2";
+   
"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt";)
+md5sums=('e48d4419d0574d342bb183f7465556d0'
+ '91feff51deba6e48e78506b8f4db2274'
+ 'dd14f254f6c3642ce16fd7c2f43ee112')
+
+prepare() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
+}
+
+build() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  make clean
+  make SBINDIR=/usr/bin
+}
+
+package() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+
+  mkdir -p $pkgdir/usr/lib/udev
+  mkdir -p $pkgdir/etc
+  mkdir -p $pkgdir/usr/share/man/man1
+
+  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
+
+  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
+
+  cd $srcdir/usb-modeswitch-data-${_pkgdata}
+  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 10:07:16 UTC (rev 98180)
+++ community-x86_64/PKGBUILD   2013-10-07 10:07:44 UTC (rev 98181)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=usb_modeswitch
-pkgver=1.2.7
-pkgrel=1
-_pkgdata=20130807
-pkgdesc="Activating switchable USB devices on Linux."
-arch=('i686' 'x86_64')
-url="http://www.draisberghof.de/usb_modeswitch/";
-license=('GPL')
-depends=('libusb-compat' 'tcl')
-makedepends=('gcc' 'make')
-backup=("etc/$pkgname.conf")
-source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2";
-   
"http://www.draisberghof.de/usb_modeswitch/

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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 12:38:56
  Author: tpowa
Revision: 195997

upgpkg: webmin 1.660-1

bump to latest version

Modified:
  webmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 10:34:06 UTC (rev 195996)
+++ PKGBUILD2013-10-07 10:38:56 UTC (rev 195997)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=webmin
-pkgver=1.650
+pkgver=1.660
 pkgrel=1
 pkgdesc="a web-based interface for system administration"
 arch=(i686 x86_64)
@@ -210,7 +210,7 @@
   # install license
   install -m 644 -D "$srcdir"/$pkgname-$pkgver/LICENCE 
"$pkgdir"/usr/share/licenses/webmin/LICENCE
 }
-md5sums=('b4d6370698fdd5e9ba930583ba0d10a3'
+md5sums=('56a685a665b864470eeb7ce6b97961d8'
  'b0b3e3fb231a12e60165b6b4d604dcfa'
  'bfebb75bb94029b48c46b7f1ba1aa811'
  'fc29ecb6a5cd8c278abe054e60381095')



[arch-commits] Commit in webmin/repos (20 files)

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 12:39:22
  Author: tpowa
Revision: 195998

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

Added:
  webmin/repos/extra-i686/PKGBUILD
(from rev 195997, webmin/trunk/PKGBUILD)
  webmin/repos/extra-i686/webmin-config.tar.bz2
(from rev 195997, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
(from rev 195997, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-i686/webmin.install
(from rev 195997, webmin/trunk/webmin.install)
  webmin/repos/extra-i686/webmin.service
(from rev 195997, webmin/trunk/webmin.service)
  webmin/repos/extra-x86_64/PKGBUILD
(from rev 195997, webmin/trunk/PKGBUILD)
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
(from rev 195997, webmin/trunk/webmin-config.tar.bz2)
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
(from rev 195997, webmin/trunk/webmin-pacman.tar.bz2)
  webmin/repos/extra-x86_64/webmin.install
(from rev 195997, webmin/trunk/webmin.install)
  webmin/repos/extra-x86_64/webmin.service
(from rev 195997, webmin/trunk/webmin.service)
Deleted:
  webmin/repos/extra-i686/PKGBUILD
  webmin/repos/extra-i686/webmin-config.tar.bz2
  webmin/repos/extra-i686/webmin-pacman.tar.bz2
  webmin/repos/extra-i686/webmin.install
  webmin/repos/extra-i686/webmin.service
  webmin/repos/extra-x86_64/PKGBUILD
  webmin/repos/extra-x86_64/webmin-config.tar.bz2
  webmin/repos/extra-x86_64/webmin-pacman.tar.bz2
  webmin/repos/extra-x86_64/webmin.install
  webmin/repos/extra-x86_64/webmin.service

-+
 /PKGBUILD   |  432 ++
 /webmin.install |   70 ++
 /webmin.service |   22 ++
 extra-i686/PKGBUILD |  216 -
 extra-i686/webmin.install   |   35 ---
 extra-i686/webmin.service   |   11 -
 extra-x86_64/PKGBUILD   |  216 -
 extra-x86_64/webmin.install |   35 ---
 extra-x86_64/webmin.service |   11 -
 9 files changed, 524 insertions(+), 524 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 10:38:56 UTC (rev 195997)
+++ extra-i686/PKGBUILD 2013-10-07 10:39:22 UTC (rev 195998)
@@ -1,216 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=webmin
-pkgver=1.650
-pkgrel=1
-pkgdesc="a web-based interface for system administration"
-arch=(i686 x86_64)
-license=('custom:webmin')
-url="http://www.webmin.com/";
-depends=('perl' 'perl-perl4-corelibs')
-makedepends=('perl-net-ssleay')
-backup=('etc/webmin/miniserv.conf' 'etc/webmin/miniserv.users' 
'etc/webmin/config' 'etc/webmin/webmin.cats' \
-'etc/webmin/pacman/config' \
-'etc/webmin/at/config' \
-'etc/webmin/acl/config' \
-'etc/webmin/lvm/config' \
-'etc/webmin/net/config' \
-'etc/webmin/nis/config' \
-'etc/webmin/pam/config' \
-'etc/webmin/cron/config' \
-'etc/webmin/file/config' \
-'etc/webmin/grub/config' \
-'etc/webmin/init/config' \
-'etc/webmin/ipfw/config' \
-'etc/webmin/lilo/config' \
-'etc/webmin/proc/config' \
-'etc/webmin/raid/config' \
-'etc/webmin/spam/config' \
-'etc/webmin/sshd/config' \
-'etc/webmin/time/config' \
-'etc/webmin/cluster-passwd/config' \
-'etc/webmin/software/config' \
-'etc/webmin/webminlog/config' \
-'etc/webmin/cluster-webmin/config' \
-'etc/webmin/bind8/config' \
-'etc/webmin/dhcpd/config' \
-'etc/webmin/fdisk/config' \
-'etc/webmin/mount/config' \
-'etc/webmin/mysql/config' \
-'etc/webmin/quota/config' \
-'etc/webmin/samba/config' \
-'etc/webmin/shell/config' \
-'etc/webmin/squid/config' \
-'etc/webmin/adsl-client/config' \
-'etc/webmin/servers/config' \
-'etc/webmin/cluster-shell/config' \
-'etc/webmin/bandwidth/config' \
-'etc/webmin/ppp-client/config' \
-'etc/webmin/lpadmin/config' \
-'etc/webmin/apache/config' \
-'etc/webmin/firewall/config' \
-'etc/webmin/stunnel/config' \
-'etc/webmin/burner/config' \
-'etc/webmin/exports/config' \
-'etc/webmin/backup-config/config' \
-'etc/webmin/custom/config' \
-'etc/webmin/htaccess-htpasswd/config' \
-'etc/webmin/logrotate/config' \
-'etc/webmin/format/config' \
-'etc/webmin/fsdump/config' \
-'etc/webmin/passwd/config' \
-'etc/webmin/cluster-useradmin/config' \
-'etc/webmin/cluster-software/config' \
-'etc/webmin/cluster-copy/config' \
-'etc/webmin/cluster-cron/config' \
-'etc/webmin/telnet/config' \
-'etc/webmin/status/config' \
-'etc/webmin/syslog/config' \
-'etc/webmin/updown/config' \
-'etc/webmin/usermin/config' \
-'etc/webmin/webmin/config' \
-'etc/webmin/xinetd/config' \
-'etc/webmin/openslp/config' \
-'etc/webmin/procmail/config' \
-'etc/webmin/fetchmail/config' \
-'etc/webmin/postgresql/config' \
-'etc/webmin/useradmin/config' \
-'etc/webmin/mailboxes/config' \
-'etc/webmin/inittab/config' \
-'etc/webmin/change-user/config' \
-'etc/webmin/postfix/config' \
-'etc/webmin/proftpd/config' \
-'etc/webmin/pserver/config' \
-'etc/webmin/dnsadmin/config' )
-install=webmin.install
-source=(http://downloads.sour

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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 12:42:06
  Author: tpowa
Revision: 195999

upgpkg: usermin 1.570-1

bump to latest version

Modified:
  usermin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 10:39:22 UTC (rev 195998)
+++ PKGBUILD2013-10-07 10:42:06 UTC (rev 195999)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=usermin
-pkgver=1.560
+pkgver=1.570
 pkgrel=1
 pkgdesc="a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding"
 arch=(i686 x86_64)
@@ -124,6 +124,6 @@
   #install license
   install -m 644 -D "$srcdir"/$pkgname-$pkgver/LICENCE 
"$pkgdir"/usr/share/licenses/usermin/LICENCE
 }
-md5sums=('155af20dc957aca8a05bfd69d7ccf23a'
+md5sums=('4cfb713bb2fa2582cfe9a62802d588ab'
  'a5bd5e5ee779f8a3cf3d776ca77ee36e'
  'ec37a79f948f778224550930d2a7ca07')



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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 12:42:35
  Author: tpowa
Revision: 196000

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

Added:
  usermin/repos/extra-i686/PKGBUILD
(from rev 195999, usermin/trunk/PKGBUILD)
  usermin/repos/extra-i686/usermin-config.tar.bz2
(from rev 195999, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-i686/usermin.install
(from rev 195999, usermin/trunk/usermin.install)
  usermin/repos/extra-i686/usermin.service
(from rev 195999, usermin/trunk/usermin.service)
  usermin/repos/extra-x86_64/PKGBUILD
(from rev 195999, usermin/trunk/PKGBUILD)
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
(from rev 195999, usermin/trunk/usermin-config.tar.bz2)
  usermin/repos/extra-x86_64/usermin.install
(from rev 195999, usermin/trunk/usermin.install)
  usermin/repos/extra-x86_64/usermin.service
(from rev 195999, usermin/trunk/usermin.service)
Deleted:
  usermin/repos/extra-i686/PKGBUILD
  usermin/repos/extra-i686/usermin-config.tar.bz2
  usermin/repos/extra-i686/usermin.install
  usermin/repos/extra-i686/usermin.service
  usermin/repos/extra-x86_64/PKGBUILD
  usermin/repos/extra-x86_64/usermin-config.tar.bz2
  usermin/repos/extra-x86_64/usermin.install
  usermin/repos/extra-x86_64/usermin.service

--+
 /PKGBUILD|  258 +
 /usermin.install |   68 ++
 /usermin.service |   18 ++
 extra-i686/PKGBUILD  |  129 
 extra-i686/usermin.install   |   34 -
 extra-i686/usermin.service   |9 -
 extra-x86_64/PKGBUILD|  129 
 extra-x86_64/usermin.install |   34 -
 extra-x86_64/usermin.service |9 -
 9 files changed, 344 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 10:42:06 UTC (rev 195999)
+++ extra-i686/PKGBUILD 2013-10-07 10:42:35 UTC (rev 196000)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=usermin
-pkgver=1.560
-pkgrel=1
-pkgdesc="a web interface that can be used to easily perform tasks like reading 
mail, setting up SSH or configuring mail forwarding"
-arch=(i686 x86_64)
-license=('custom:usermin')
-url="http://www.webmin.com/";
-depends=('perl' 'webmin')
-makedepends=('perl-net-ssleay')
-backup=('etc/usermin/miniserv.conf' 'etc/usermin/miniserv.users' 
'etc/usermin/config' 'etc/usermin/usermin.cats' \
-'etc/usermin/at/config' \
-'etc/usermin/man/config' \
-'etc/usermin/ssh/config' \
-'etc/usermin/chfn/config' \
-'etc/usermin/cron/config' \
-'etc/usermin/file/config' \
-'etc/usermin/plan/config' \
-'etc/usermin/proc/config' \
-'etc/usermin/spam/config' \
-'etc/usermin/htaccess/config' \
-'etc/usermin/cshrc/config' \
-'etc/usermin/gnupg/config' \
-'etc/usermin/mysql/config' \
-'etc/usermin/quota/config' \
-'etc/usermin/shell/config' \
-'etc/usermin/theme/config' \
-'etc/usermin/mailbox/config' \
-'etc/usermin/schedule/config' \
-'etc/usermin/config' \
-'etc/usermin/commands/config' \
-'etc/usermin/htaccess-htpasswd/config' \
-'etc/usermin/forward/config' \
-'etc/usermin/telnet/config' \
-'etc/usermin/tunnel/config' \
-'etc/usermin/updown/config' \
-'etc/usermin/procmail/config' \
-'etc/usermin/fetchmail/config' \
-'etc/usermin/changepass/config' \
-'etc/usermin/language/config' \
-'etc/usermin/postgresql/config' \
-'etc/usermin/usermount/config' \
-)
-install=usermin.install
-source=(http://downloads.sourceforge.net/sourceforge/webadmin/$pkgname-$pkgver.tar.gz
 
-   usermin.service
-   ftp://ftp.archlinux.org/other/usermin/usermin-config.tar.bz2) 
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  # remove modules we do not support
-
-  #remove config files from other distros
-  rm -f $(find . ! -name 'config-generic-linux' ! -name 'config-\*-linux' ! 
-name 'config-lib.pl' -name 'config-*')
-  
-  # remove caldera theme
-  rm -rf caldera
-
-  # remove init-scripts from other distros
-  rm usermin-init
-  rm usermin-daemon
-
-  # setting perl path
-  (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl 
/usr/bin/perl -
-  
-  # create dirs
-  mkdir -p "$pkgdir"/opt/usermin
-  mkdir -p "$pkgdir"/var/log/usermin
-  mkdir -p "$pkgdir"/etc/usermin
-  
-  # install pam stuff
-  install -D -m 644 usermin-pam "$pkgdir"/etc/pam.d/usermin
-  
-  # remove other distros and add only Archlinux don't change next line else it 
will not work!
-  rm os_list.txt
-  echo 'Archlinux  Any version generic-linux   *   
-d "/etc/pacman.d"' >> os_list.txt
-  
-  # copy stuff to right dirs
-  cd "$srcdir"/$pkgname-$pkgver
-  cp -rp * "$pkgdir"/opt/usermin
-  cd "$srcdir"/usermin-config
-  cp -rfp * "$pkgdir"/opt/usermin
-
-  # define parameters for setup.sh
-  config_dir="$pkgdir"/etc/usermin
-  var_dir="$pkgdir"/var/log/usermin
-  perl=/usr/bin/perl
-  autoos=1
-  port=2
-  login=root
-  crypt="XXX"
-

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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 12:50:12
  Author: jgc
Revision: 196001

Add gnome-icon-theme depends (FS#37140)

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 10:42:35 UTC (rev 196000)
+++ PKGBUILD2013-10-07 10:50:12 UTC (rev 196001)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 license=(GPL)
 url="http://www.rhythmbox.org";
-depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 
python-gobject)
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 
python-gobject gnome-icon-theme)
 makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-plugins-bad: Extra media codecs'



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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:05:35
  Author: jgc
Revision: 196153

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

Added:
  ghex/repos/extra-i686/PKGBUILD
(from rev 196152, ghex/trunk/PKGBUILD)
  ghex/repos/extra-i686/ghex.install
(from rev 196152, ghex/trunk/ghex.install)
  ghex/repos/extra-x86_64/PKGBUILD
(from rev 196152, ghex/trunk/PKGBUILD)
  ghex/repos/extra-x86_64/ghex.install
(from rev 196152, ghex/trunk/ghex.install)
Deleted:
  ghex/repos/extra-i686/PKGBUILD
  ghex/repos/extra-i686/ghex.install
  ghex/repos/extra-x86_64/PKGBUILD
  ghex/repos/extra-x86_64/ghex.install

---+
 /PKGBUILD |   60 
 /ghex.install |   40 +
 extra-i686/PKGBUILD   |   30 --
 extra-i686/ghex.install   |   20 --
 extra-x86_64/PKGBUILD |   30 --
 extra-x86_64/ghex.install |   20 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 12:05:29 UTC (rev 196152)
+++ extra-i686/PKGBUILD 2013-10-07 12:05:35 UTC (rev 196153)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=ghex
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://live.gnome.org/Ghex";
-depends=('gtk3' 'hicolor-icon-theme')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-options=('!libtool' '!emptydirs')
-install=ghex.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('84ce220eed0dc9f640a87db68533e65a4dc06a1a6136b244270d8b2a1ae93534')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ghex/repos/extra-i686/PKGBUILD (from rev 196152, ghex/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 12:05:35 UTC (rev 196153)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=ghex
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://live.gnome.org/Ghex";
+depends=('gtk3' 'hicolor-icon-theme')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+options=('!libtool' '!emptydirs')
+install=ghex.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/ghex.install
===
--- extra-i686/ghex.install 2013-10-07 12:05:29 UTC (rev 196152)
+++ extra-i686/ghex.install 2013-10-07 12:05:35 UTC (rev 196153)
@@ -1,20 +0,0 @@
-pkgname=ghex
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-post_install $1
-}

Copied: ghex/repos/extra-i686/ghex.install (from rev 196152, 
ghex/trunk/ghex.install)
===
--- extra-i686/ghex.install (rev 0)
+++ extra-i686/ghex.install 2013-10-07 12:05:35 UTC (rev 196153)
@@ -0,0 +1,20 @@
+pkgname=ghex
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 12:05:29 UTC (rev 196152)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:05:35 UTC (rev 196153)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=ghex
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://live.gnome.org/Ghex";

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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:05:29
  Author: jgc
Revision: 196152

upgpkg: ghex 3.10.0-1

Modified:
  ghex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 11:53:49 UTC (rev 196151)
+++ PKGBUILD2013-10-07 12:05:29 UTC (rev 196152)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=ghex
-pkgver=3.8.1
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="A simple binary editor for the Gnome desktop"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('intltool' 'itstool' 'docbook-xsl')
 options=('!libtool' '!emptydirs')
 install=ghex.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('84ce220eed0dc9f640a87db68533e65a4dc06a1a6136b244270d8b2a1ae93534')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gtk-sharp-2/repos (4 files)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:30:37
  Author: jgc
Revision: 196159

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

Added:
  gtk-sharp-2/repos/extra-i686/PKGBUILD
(from rev 196158, gtk-sharp-2/trunk/PKGBUILD)
  gtk-sharp-2/repos/extra-x86_64/PKGBUILD
(from rev 196158, gtk-sharp-2/trunk/PKGBUILD)
Deleted:
  gtk-sharp-2/repos/extra-i686/PKGBUILD
  gtk-sharp-2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 12:30:30 UTC (rev 196158)
+++ extra-i686/PKGBUILD 2013-10-07 12:30:37 UTC (rev 196159)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-
-pkgname=gtk-sharp-2
-pkgver=2.12.11
-pkgrel=1
-pkgdesc="gtk2 bindings for C#"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk-sharp.sourceforge.net";
-depends=('mono' 'libglade' 'gtk2')
-makedepends=('pkgconfig' 'monodoc')
-conflicts=('gtk#')
-options=('!libtool' '!makeflags')
-source=(http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.bz2)
-md5sums=('c278da6a472c6c13b698af012f543c64')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR="${srcdir}/wapi"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  cd "${srcdir}/gtk-sharp-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/gtk-sharp-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtk-sharp-2/repos/extra-i686/PKGBUILD (from rev 196158, 
gtk-sharp-2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 12:30:37 UTC (rev 196159)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: tobias 
+
+pkgname=gtk-sharp-2
+pkgver=2.12.22
+pkgrel=1
+pkgdesc="gtk2 bindings for C#"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk-sharp.sourceforge.net";
+depends=('mono' 'libglade' 'gtk2')
+makedepends=('pkgconfig' 'monodoc')
+conflicts=('gtk#')
+options=('!libtool' '!makeflags')
+source=(https://github.com/mono/gtk-sharp/archive/${pkgver}.tar.gz)
+md5sums=('0cdaef41857e29c23942a148c83122ac')
+
+build() {
+  export MONO_SHARED_DIR="${srcdir}/wapi"
+  mkdir -p "${MONO_SHARED_DIR}"
+
+  cd gtk-sharp-${pkgver}
+  ./bootstrap-2.12 --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd gtk-sharp-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 12:30:30 UTC (rev 196158)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:30:37 UTC (rev 196159)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-
-pkgname=gtk-sharp-2
-pkgver=2.12.11
-pkgrel=1
-pkgdesc="gtk2 bindings for C#"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://gtk-sharp.sourceforge.net";
-depends=('mono' 'libglade' 'gtk2')
-makedepends=('pkgconfig' 'monodoc')
-conflicts=('gtk#')
-options=('!libtool' '!makeflags')
-source=(http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.bz2)
-md5sums=('c278da6a472c6c13b698af012f543c64')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR="${srcdir}/wapi"
-  mkdir -p "${MONO_SHARED_DIR}"
-
-  cd "${srcdir}/gtk-sharp-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/gtk-sharp-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtk-sharp-2/repos/extra-x86_64/PKGBUILD (from rev 196158, 
gtk-sharp-2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:30:37 UTC (rev 196159)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: tobias 
+
+pkgname=gtk-sharp-2
+pkgver=2.12.22
+pkgrel=1
+pkgdesc="gtk2 bindings for C#"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://gtk-sharp.sourceforge.net";
+depends=('mono' 'libglade' 'gtk2')
+makedepends=('pkgconfig' 'monodoc')
+conflicts=('gtk#')
+options=('!libtool' '!makeflags')
+source=(https://github.com/mono/gtk-sharp/archive/${pkgver}.tar.gz)
+md5sums=('0cdaef41857e29c23942a148c83122ac')
+
+build() {
+  export MONO_SHARED_DIR="${srcdir}/wapi"
+  mkdir -p "${MONO_SHARED_DIR}"
+
+  cd gtk-sharp-${pkgver}
+  ./bootstrap-2.12 --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd gtk-sharp-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gtk-sharp-2/trunk (PKGBUILD)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:30:30
  Author: jgc
Revision: 196158

Switch to github for sources
upgpkg: gtk-sharp-2 2.12.22-1

Modified:
  gtk-sharp-2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 12:17:10 UTC (rev 196157)
+++ PKGBUILD2013-10-07 12:30:30 UTC (rev 196158)
@@ -2,7 +2,7 @@
 # Maintainer: tobias 
 
 pkgname=gtk-sharp-2
-pkgver=2.12.11
+pkgver=2.12.22
 pkgrel=1
 pkgdesc="gtk2 bindings for C#"
 arch=(i686 x86_64)
@@ -12,20 +12,19 @@
 makedepends=('pkgconfig' 'monodoc')
 conflicts=('gtk#')
 options=('!libtool' '!makeflags')
-source=(http://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.bz2)
-md5sums=('c278da6a472c6c13b698af012f543c64')
+source=(https://github.com/mono/gtk-sharp/archive/${pkgver}.tar.gz)
+md5sums=('0cdaef41857e29c23942a148c83122ac')
 
 build() {
- # get rid of that .wapi errors; thanks to brice
   export MONO_SHARED_DIR="${srcdir}/wapi"
   mkdir -p "${MONO_SHARED_DIR}"
 
-  cd "${srcdir}/gtk-sharp-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  cd gtk-sharp-${pkgver}
+  ./bootstrap-2.12 --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 
 package() {
-  cd "${srcdir}/gtk-sharp-${pkgver}"
+  cd gtk-sharp-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



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

2013-10-07 Thread Andrea Scarpino
Date: Monday, October 7, 2013 @ 14:32:33
  Author: andrea
Revision: 196160

upgpkg: akonadi 1.10.3-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 12:30:37 UTC (rev 196159)
+++ PKGBUILD2013-10-07 12:32:33 UTC (rev 196160)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=akonadi
-pkgver=1.10.2
+pkgver=1.10.3
 pkgrel=1
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
 optdepends=('postgresql: PostgreSQL backend')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('35eb8f76588b1d111f75bc46e3ac784b')
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}-1.tar.bz2";)
+md5sums=('3929b765baa3dc0d548a26893c64abcf')
 
 prepare() {
   mkdir build



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

2013-10-07 Thread Andrea Scarpino
Date: Monday, October 7, 2013 @ 14:32:40
  Author: andrea
Revision: 196161

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

Added:
  akonadi/repos/extra-i686/PKGBUILD
(from rev 196160, akonadi/trunk/PKGBUILD)
  akonadi/repos/extra-i686/akonadi.install
(from rev 196160, akonadi/trunk/akonadi.install)
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 196160, akonadi/trunk/PKGBUILD)
  akonadi/repos/extra-x86_64/akonadi.install
(from rev 196160, akonadi/trunk/akonadi.install)
Deleted:
  akonadi/repos/extra-i686/PKGBUILD
  akonadi/repos/extra-i686/akonadi.install
  akonadi/repos/extra-x86_64/PKGBUILD
  akonadi/repos/extra-x86_64/akonadi.install

--+
 /PKGBUILD|   74 +
 /akonadi.install |   22 
 extra-i686/PKGBUILD  |   37 
 extra-i686/akonadi.install   |   11 --
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/akonadi.install |   11 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 12:32:33 UTC (rev 196160)
+++ extra-i686/PKGBUILD 2013-10-07 12:32:40 UTC (rev 196161)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('35eb8f76588b1d111f75bc46e3ac784b')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 196160, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 12:32:40 UTC (rev 196161)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}-1.tar.bz2";)
+md5sums=('3929b765baa3dc0d548a26893c64abcf')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-10-07 12:32:33 UTC (rev 196160)
+++ extra-i686/akonadi.install  2013-10-07 12:32:40 UTC (rev 196161)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 196160, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-10-07 12:32:40 UTC (rev 196161)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 12:32:33 UTC (rev 196160)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:32:40 UTC (rev 196161)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/

[arch-commits] Commit in desktop-file-utils/trunk (ChangeLog PKGBUILD)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:37:54
  Author: jgc
Revision: 196162

upgpkg: desktop-file-utils 0.22-1

Modified:
  desktop-file-utils/trunk/PKGBUILD
Deleted:
  desktop-file-utils/trunk/ChangeLog

---+
 ChangeLog |7 ---
 PKGBUILD  |4 ++--
 2 files changed, 2 insertions(+), 9 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-10-07 12:32:40 UTC (rev 196161)
+++ ChangeLog   2013-10-07 12:37:54 UTC (rev 196162)
@@ -1,7 +0,0 @@
-2008-07-22  Alexander Fehr  
-
-  * desktop-file-utils-0.15-1:
-  New upstream release.
-  New maintainer.
-  Changed url.
-  Added ChangeLog.

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 12:32:40 UTC (rev 196161)
+++ PKGBUILD2013-10-07 12:37:54 UTC (rev 196162)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr 
 
 pkgname=desktop-file-utils
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc="Command line utilities for working with desktop entries"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('glib2')
 
source=(http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz)
-md5sums=('fda5c312c9fb3b8d818fb54f2c34db82')
+sha256sums=('843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5')
 
 build() {
   cd "${srcdir}/desktop-file-utils-${pkgver}"



[arch-commits] Commit in desktop-file-utils/repos (6 files)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:38:06
  Author: jgc
Revision: 196163

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

Added:
  desktop-file-utils/repos/extra-i686/PKGBUILD
(from rev 196162, desktop-file-utils/trunk/PKGBUILD)
  desktop-file-utils/repos/extra-x86_64/PKGBUILD
(from rev 196162, desktop-file-utils/trunk/PKGBUILD)
Deleted:
  desktop-file-utils/repos/extra-i686/ChangeLog
  desktop-file-utils/repos/extra-i686/PKGBUILD
  desktop-file-utils/repos/extra-x86_64/ChangeLog
  desktop-file-utils/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   50 +++
 extra-i686/ChangeLog   |7 --
 extra-i686/PKGBUILD|   25 ---
 extra-x86_64/ChangeLog |7 --
 extra-x86_64/PKGBUILD  |   25 ---
 5 files changed, 50 insertions(+), 64 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2013-10-07 12:37:54 UTC (rev 196162)
+++ extra-i686/ChangeLog2013-10-07 12:38:06 UTC (rev 196163)
@@ -1,7 +0,0 @@
-2008-07-22  Alexander Fehr  
-
-  * desktop-file-utils-0.15-1:
-  New upstream release.
-  New maintainer.
-  Changed url.
-  Added ChangeLog.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 12:37:54 UTC (rev 196162)
+++ extra-i686/PKGBUILD 2013-10-07 12:38:06 UTC (rev 196163)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Alexander Fehr 
-
-pkgname=desktop-file-utils
-pkgver=0.21
-pkgrel=1
-pkgdesc="Command line utilities for working with desktop entries"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/desktop-file-utils";
-license=('GPL')
-depends=('glib2')
-source=(http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz)
-md5sums=('fda5c312c9fb3b8d818fb54f2c34db82')
-
-build() {
-  cd "${srcdir}/desktop-file-utils-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/desktop-file-utils-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: desktop-file-utils/repos/extra-i686/PKGBUILD (from rev 196162, 
desktop-file-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 12:38:06 UTC (rev 196163)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Alexander Fehr 
+
+pkgname=desktop-file-utils
+pkgver=0.22
+pkgrel=1
+pkgdesc="Command line utilities for working with desktop entries"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/desktop-file-utils";
+license=('GPL')
+depends=('glib2')
+source=(http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz)
+sha256sums=('843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5')
+
+build() {
+  cd "${srcdir}/desktop-file-utils-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/desktop-file-utils-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/ChangeLog
===
--- extra-x86_64/ChangeLog  2013-10-07 12:37:54 UTC (rev 196162)
+++ extra-x86_64/ChangeLog  2013-10-07 12:38:06 UTC (rev 196163)
@@ -1,7 +0,0 @@
-2008-07-22  Alexander Fehr  
-
-  * desktop-file-utils-0.15-1:
-  New upstream release.
-  New maintainer.
-  Changed url.
-  Added ChangeLog.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 12:37:54 UTC (rev 196162)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:38:06 UTC (rev 196163)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Alexander Fehr 
-
-pkgname=desktop-file-utils
-pkgver=0.21
-pkgrel=1
-pkgdesc="Command line utilities for working with desktop entries"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/desktop-file-utils";
-license=('GPL')
-depends=('glib2')
-source=(http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${pkgver}.tar.xz)
-md5sums=('fda5c312c9fb3b8d818fb54f2c34db82')
-
-build() {
-  cd "${srcdir}/desktop-file-utils-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/desktop-file-utils-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: desktop-file-utils/repos/extra-x86_64/PKGBUILD (from rev 196162, 
desktop-file-utils/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:38:06 UTC (rev 196163)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Alexander Fehr 
+
+pkgname=desktop-file-utils
+pkgver=0.22
+pkgre

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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:54:42
  Author: jgc
Revision: 196165

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

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

---+
 /PKGBUILD |   90 
 extra-i686/PKGBUILD   |   44 ---
 extra-x86_64/PKGBUILD |   44 ---
 3 files changed, 90 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-07 12:54:34 UTC (rev 196164)
+++ extra-i686/PKGBUILD 2013-10-07 12:54:42 UTC (rev 196165)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=nspr
-pkgver=4.10
-pkgrel=2
-pkgdesc="Netscape Portable Runtime"
-arch=(i686 x86_64)
-url="http://www.mozilla.org/projects/nspr/";
-license=('MPL' 'GPL')
-depends=('glibc')
-makedepends=('zip')
-options=('!emptydirs')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f5466def95726b3c900d8a0227bdd034')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [[ $CARCH = x86_64 ]]; then
-_confflags="--enable-64bit"
-  else
-_confflags=""
-  fi
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${_confflags}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod 644 "$pkgdir"/usr/lib/*.a
-  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
-  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
- "$pkgdir/usr/include/nspr/md"
-}

Copied: nspr/repos/extra-i686/PKGBUILD (from rev 196164, nspr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-07 12:54:42 UTC (rev 196165)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.10.1
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/";
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bd1cdf5e7e107846ffe431c5c62b81a560e8c3f7')
+md5sums=('2e354084ca2bc5fbbb820762597f3890')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod 644 "$pkgdir"/usr/lib/*.a
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-07 12:54:34 UTC (rev 196164)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:54:42 UTC (rev 196165)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=nspr
-pkgver=4.10
-pkgrel=2
-pkgdesc="Netscape Portable Runtime"
-arch=(i686 x86_64)
-url="http://www.mozilla.org/projects/nspr/";
-license=('MPL' 'GPL')
-depends=('glibc')
-makedepends=('zip')
-options=('!emptydirs')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f5466def95726b3c900d8a0227bdd034')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [[ $CARCH = x86_64 ]]; then
-_confflags="--enable-64bit"
-  else
-_confflags=""
-  fi
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${_confflags}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod 644 "$pkgdir"/usr/lib/*.a
-  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
-  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
- "$pkgdir/usr/include/nspr/md"
-}

Copied: nspr/repos/extra-x86_64/PKGBUILD (from rev 196164, nspr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-07 12:54:42 UTC (rev 196165)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+

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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 14:54:34
  Author: jgc
Revision: 196164

upgpkg: nspr 4.10.1-1

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 12:38:06 UTC (rev 196163)
+++ PKGBUILD2013-10-07 12:54:34 UTC (rev 196164)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=nspr
-pkgver=4.10
-pkgrel=2
+pkgver=4.10.1
+pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/nspr/";
@@ -13,12 +13,13 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f5466def95726b3c900d8a0227bdd034')
+sha1sums=('bd1cdf5e7e107846ffe431c5c62b81a560e8c3f7')
+md5sums=('2e354084ca2bc5fbbb820762597f3890')
 
 build() {
   cd $pkgname-$pkgver
 
-  if [[ $CARCH = x86_64 ]]; then
+  if [ "$CARCH" = "x86_64" ]; then
 _confflags="--enable-64bit"
   else
 _confflags=""



[arch-commits] Commit in nss/repos (20 files)

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 15:20:22
  Author: jgc
Revision: 196167

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

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 196166, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 196166, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 196166, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss.pc.in
(from rev 196166, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 196166, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 196166, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 196166, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 196166, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 196166, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 196166, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch

-+
 /PKGBUILD   |  194 +++
 /add_spi+cacert_ca_certs.patch  | 1248 ++
 /nss-config.in  |  290 +
 /nss.pc.in  |   22 
 /ssl-renegotiate-transitional.patch |   42 
 extra-i686/PKGBUILD |   97 -
 extra-i686/add_spi+cacert_ca_certs.patch|  624 ---
 extra-i686/nss-config.in|  145 --
 extra-i686/nss.pc.in|   11 
 extra-i686/ssl-renegotiate-transitional.patch   |   21 
 extra-x86_64/PKGBUILD   |   97 -
 extra-x86_64/add_spi+cacert_ca_certs.patch  |  624 ---
 extra-x86_64/nss-config.in  |  145 --
 extra-x86_64/nss.pc.in  |   11 
 extra-x86_64/ssl-renegotiate-transitional.patch |   21 
 15 files changed, 1796 insertions(+), 1796 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 196166:196167 to see the changes.


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

2013-10-07 Thread Jan de Groot
Date: Monday, October 7, 2013 @ 15:20:12
  Author: jgc
Revision: 196166

upgpkg: nss 3.15.2-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 12:54:42 UTC (rev 196165)
+++ PKGBUILD2013-10-07 13:20:12 UTC (rev 196166)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=nss
-pkgver=3.15.1
+pkgver=3.15.2
 pkgrel=1
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 nss-config.in
 ssl-renegotiate-transitional.patch
 add_spi+cacert_ca_certs.patch)
-sha1sums=('1aa7c0ff8af7fb2c8b6e4886ae2291f4bfe0d5c0'
+sha1sums=('2d900c296bf11deabbf833ebd6ecdea549c97a5f'
   'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
   'cb744cc3e56b604e4754bc3c7d9f25bb9a0a136c'
   '8a964a744ba098711b80c0d279a2993524e8eb92'



[arch-commits] Commit in (abe)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 16:11:09
  Author: arodseth
Revision: 98206

Moving to AUR

Deleted:
  abe/



[arch-commits] Commit in (tremulous-data tremulous)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 16:30:39
  Author: arodseth
Revision: 98210

Moved from [community] to AUR

Deleted:
  tremulous-data/
  tremulous/



[arch-commits] Commit in (gwibber)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 16:41:43
  Author: arodseth
Revision: 98214

Moving from [community] to AUR

Deleted:
  gwibber/



[arch-commits] Commit in (xdelta)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 16:43:16
  Author: arodseth
Revision: 98215

Moved from [community] to AUR

Deleted:
  xdelta/



[arch-commits] Commit in (8 files)

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:34:32
  Author: spupykin
Revision: 98217

add pitivi deps

Added:
  gst-editing-services/
  gst-editing-services/repos/
  gst-editing-services/trunk/
  gst-editing-services/trunk/PKGBUILD
  gst-python/
  gst-python/repos/
  gst-python/trunk/
  gst-python/trunk/PKGBUILD

-+
 gst-editing-services/trunk/PKGBUILD |   38 ++
 gst-python/trunk/PKGBUILD   |   27 
 2 files changed, 65 insertions(+)

Added: gst-editing-services/trunk/PKGBUILD
===
--- gst-editing-services/trunk/PKGBUILD (rev 0)
+++ gst-editing-services/trunk/PKGBUILD 2013-10-07 15:34:32 UTC (rev 98217)
@@ -0,0 +1,38 @@
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.1.90.1.1774.fb6aabf
+pkgrel=1
+pkgdesc='GStreamer editing services (Git version)'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+conflicts=('gst-editing-services')
+makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc')
+provides=('gst-editing-services='$pkgver)
+options=('!libtool')
+groups=('gstreamer')
+source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/gst-editing-services
+  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
+  hash=$(git log --pretty=format:'%h' -n 1)
+  revision=$(git rev-list --count HEAD)
+  echo $version.$revision.$hash
+}
+
+build() {
+  cd $srcdir/gst-editing-services
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gst-editing-services
+  make DESTDIR="$pkgdir" install
+}

Added: gst-python/trunk/PKGBUILD
===
--- gst-python/trunk/PKGBUILD   (rev 0)
+++ gst-python/trunk/PKGBUILD   2013-10-07 15:34:32 UTC (rev 98217)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 147133 2012-01-22 11:30:42Z andyrtr $
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.1.90
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python-gobject' 'gst-plugins-base')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
+md5sums=('16d85442b98fab61bab66a53eb571d6a')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:43:14
  Author: spupykin
Revision: 98219

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

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

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 15:42:49 UTC (rev 98218)
+++ community-i686/PKGBUILD 2013-10-07 15:43:14 UTC (rev 98219)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Abhishek Dasgupta 
-# Contributor: William Rea 
-
-pkgname=gnonlin
-pkgver=0.10.17
-pkgrel=1
-pkgdesc='Library for creating non-linear video editors'
-arch=('x86_64' 'i686')
-url='http://gnonlin.sourceforge.net/'
-depends=('gstreamer0.10>=0.10.36')
-makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig')
-options=('!libtool')
-license=('LGPL')
-source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnonlin/repos/community-i686/PKGBUILD (from rev 98218, 
gnonlin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 15:43:14 UTC (rev 98219)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Abhishek Dasgupta 
+# Contributor: William Rea 
+
+pkgname=gnonlin
+pkgver=1.1.90
+pkgrel=1
+pkgdesc='Library for creating non-linear video editors'
+arch=('x86_64' 'i686')
+url='http://gnonlin.sourceforge.net/'
+depends=('gstreamer')
+makedepends=('python' 'gst-plugins-base' 'pkgconfig')
+options=('!libtool')
+license=('LGPL')
+source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz";)
+sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935')
+sha256sums=('b2214ee45583a4532d110e852e2aecf787cefa8fe50f44c8234fb55713feba61')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 15:42:49 UTC (rev 98218)
+++ community-x86_64/PKGBUILD   2013-10-07 15:43:14 UTC (rev 98219)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: Abhishek Dasgupta 
-# Contributor: William Rea 
-
-pkgname=gnonlin
-pkgver=0.10.17
-pkgrel=1
-pkgdesc='Library for creating non-linear video editors'
-arch=('x86_64' 'i686')
-url='http://gnonlin.sourceforge.net/'
-depends=('gstreamer0.10>=0.10.36')
-makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig')
-options=('!libtool')
-license=('LGPL')
-source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnonlin/repos/community-x86_64/PKGBUILD (from rev 98218, 
gnonlin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-07 15:43:14 UTC (rev 98219)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: Abhishek Dasgupta 
+# Contributor: William Rea 
+
+pkgname=gnonlin
+pkgver=1.1.90
+pkgrel=1
+pkgdesc='Library for creating non-linear video editors'
+arch=('x86_64' 'i686')
+url='http://gnonlin.sourceforge.net/'
+depends=('gstreamer')
+makedepends=('python' 'gst-plugins-base' 'pkgconfig')
+options=('!libtool')
+license=('LGPL')
+source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz";)
+sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935')
+sha256sums=('b2214ee45583a4532d110e852e2aecf787cefa8fe50f44c8234fb55713feba61')
+
+build() {
+  cd "$srcdir/$pkg

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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:42:49
  Author: spupykin
Revision: 98218

upgpkg: gnonlin 1.1.90-1

upd

Modified:
  gnonlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 15:34:32 UTC (rev 98217)
+++ PKGBUILD2013-10-07 15:42:49 UTC (rev 98218)
@@ -5,17 +5,18 @@
 # Contributor: William Rea 
 
 pkgname=gnonlin
-pkgver=0.10.17
+pkgver=1.1.90
 pkgrel=1
 pkgdesc='Library for creating non-linear video editors'
 arch=('x86_64' 'i686')
 url='http://gnonlin.sourceforge.net/'
-depends=('gstreamer0.10>=0.10.36')
-makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig')
+depends=('gstreamer')
+makedepends=('python' 'gst-plugins-base' 'pkgconfig')
 options=('!libtool')
 license=('LGPL')
-source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2";)
+source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz";)
 sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935')
+sha256sums=('b2214ee45583a4532d110e852e2aecf787cefa8fe50f44c8234fb55713feba61')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gst-editing-services/repos (4 files)

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:43:32
  Author: spupykin
Revision: 98220

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

Added:
  gst-editing-services/repos/community-i686/
  gst-editing-services/repos/community-i686/PKGBUILD
(from rev 98219, gst-editing-services/trunk/PKGBUILD)
  gst-editing-services/repos/community-x86_64/
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 98219, gst-editing-services/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   38 ++
 community-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gst-editing-services/repos/community-i686/PKGBUILD (from rev 98219, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 15:43:32 UTC (rev 98220)
@@ -0,0 +1,38 @@
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.1.90.1.1774.fb6aabf
+pkgrel=1
+pkgdesc='GStreamer editing services (Git version)'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+conflicts=('gst-editing-services')
+makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc')
+provides=('gst-editing-services='$pkgver)
+options=('!libtool')
+groups=('gstreamer')
+source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/gst-editing-services
+  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
+  hash=$(git log --pretty=format:'%h' -n 1)
+  revision=$(git rev-list --count HEAD)
+  echo $version.$revision.$hash
+}
+
+build() {
+  cd $srcdir/gst-editing-services
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gst-editing-services
+  make DESTDIR="$pkgdir" install
+}

Copied: gst-editing-services/repos/community-x86_64/PKGBUILD (from rev 98219, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-07 15:43:32 UTC (rev 98220)
@@ -0,0 +1,38 @@
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.1.90.1.1774.fb6aabf
+pkgrel=1
+pkgdesc='GStreamer editing services (Git version)'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+conflicts=('gst-editing-services')
+makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc')
+provides=('gst-editing-services='$pkgver)
+options=('!libtool')
+groups=('gstreamer')
+source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/gst-editing-services
+  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
+  hash=$(git log --pretty=format:'%h' -n 1)
+  revision=$(git rev-list --count HEAD)
+  echo $version.$revision.$hash
+}
+
+build() {
+  cd $srcdir/gst-editing-services
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gst-editing-services
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in pitivi/repos/community-any (6 files)

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:44:07
  Author: spupykin
Revision: 98223

archrelease: copy trunk to community-any

Added:
  pitivi/repos/community-any/ChangeLog
(from rev 98222, pitivi/trunk/ChangeLog)
  pitivi/repos/community-any/PKGBUILD
(from rev 98222, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-any/pitivi.install
(from rev 98222, pitivi/trunk/pitivi.install)
Deleted:
  pitivi/repos/community-any/ChangeLog
  pitivi/repos/community-any/PKGBUILD
  pitivi/repos/community-any/pitivi.install

+
 ChangeLog  |   82 +++
 PKGBUILD   |   75 ++
 pitivi.install |   24 
 3 files changed, 87 insertions(+), 94 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-10-07 15:43:56 UTC (rev 98222)
+++ ChangeLog   2013-10-07 15:44:07 UTC (rev 98223)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by "as" in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-any/ChangeLog (from rev 98222, 
pitivi/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-10-07 15:44:07 UTC (rev 98223)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-07 15:43:56 UTC (rev 98222)
+++ PKGBUILD2013-10-07 15:44:07 UTC (rev 98223)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Abhishek Dasgupta 
-# Contributor: Gabor Nyekhelyi (n0gabor) 
-
-pkgname=pitivi
-pkgver=0.91
-pkgrel=1
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('any')
-url="http://www.pitivi.org/";
-license=('LGPL')
-depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk>=2.14.0'
-'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13'
-'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
-'python2-setuptools' 'itstool')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-optdepends=('frei0r-plugins: enable the video transformations'
-   'python2-numpy: enable the video transformations')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.91/$pkgname-$pkgver.tar.xz)
-md5sums=('30f520587885d231aeb9a7ddb2585e45')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) bin/pitivi.in; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 'y/\xc2\xa0/  /' help/Makefile.in
-
-  ./configure --prefix=/usr --localedir=/usr/share/locale
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: pitivi/repos/community-any/PKGBUILD (from rev 98222, 
pitivi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-07 15:44:07 

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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:43:53
  Author: spupykin
Revision: 98221

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

Added:
  gst-python/repos/community-i686/
  gst-python/repos/community-i686/PKGBUILD
(from rev 98220, gst-python/trunk/PKGBUILD)
  gst-python/repos/community-x86_64/
  gst-python/repos/community-x86_64/PKGBUILD
(from rev 98220, gst-python/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   27 +++
 community-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gst-python/repos/community-i686/PKGBUILD (from rev 98220, 
gst-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 15:43:53 UTC (rev 98221)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 147133 2012-01-22 11:30:42Z andyrtr $
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.1.90
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python-gobject' 'gst-plugins-base')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
+md5sums=('16d85442b98fab61bab66a53eb571d6a')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-python/repos/community-x86_64/PKGBUILD (from rev 98220, 
gst-python/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-07 15:43:53 UTC (rev 98221)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 147133 2012-01-22 11:30:42Z andyrtr $
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.1.90
+pkgrel=1
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python-gobject' 'gst-plugins-base')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
+md5sums=('16d85442b98fab61bab66a53eb571d6a')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:43:56
  Author: spupykin
Revision: 98222

upgpkg: pitivi 0.91-2

upd

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 15:43:53 UTC (rev 98221)
+++ PKGBUILD2013-10-07 15:43:56 UTC (rev 98222)
@@ -5,15 +5,15 @@
 
 pkgname=pitivi
 pkgver=0.91
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('any')
 url="http://www.pitivi.org/";
 license=('LGPL')
-depends=('gstreamer0.10>=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk>=2.14.0'
-'gstreamer0.10-python>=0.10.19' 'gnonlin>=0.10.13'
+depends=('gstreamer' 'pygoocanvas' 'gst-plugins-good' 'pygtk'
+'gst-python' 'gnonlin'
 'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg'
-'python2-setuptools' 'itstool')
+'python2-setuptools' 'itstool' 'gst-editing-services')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
 optdepends=('frei0r-plugins: enable the video transformations'
'python2-numpy: enable the video transformations')
@@ -23,14 +23,7 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) bin/pitivi.in; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 'y/\xc2\xa0/  /' help/Makefile.in
-
+  export PYTHON=python2
   ./configure --prefix=/usr --localedir=/usr/share/locale
   make
 }



[arch-commits] Commit in gst-editing-services/repos (4 files)

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:51:20
  Author: spupykin
Revision: 98225

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

Added:
  gst-editing-services/repos/community-i686/PKGBUILD
(from rev 98224, gst-editing-services/trunk/PKGBUILD)
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 98224, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-i686/PKGBUILD
  gst-editing-services/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 15:51:05 UTC (rev 98224)
+++ community-i686/PKGBUILD 2013-10-07 15:51:20 UTC (rev 98225)
@@ -1,38 +0,0 @@
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.1.90.1.1774.fb6aabf
-pkgrel=1
-pkgdesc='GStreamer editing services (Git version)'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-conflicts=('gst-editing-services')
-makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc')
-provides=('gst-editing-services='$pkgver)
-options=('!libtool')
-groups=('gstreamer')
-source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $srcdir/gst-editing-services
-  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
-  hash=$(git log --pretty=format:'%h' -n 1)
-  revision=$(git rev-list --count HEAD)
-  echo $version.$revision.$hash
-}
-
-build() {
-  cd $srcdir/gst-editing-services
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gst-editing-services
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-i686/PKGBUILD (from rev 98224, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 15:51:20 UTC (rev 98225)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.1.90.1.1774.fb6aabf
+pkgrel=1
+pkgdesc='GStreamer editing services (Git version)'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+options=('!libtool')
+source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/gst-editing-services
+  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
+  hash=$(git log --pretty=format:'%h' -n 1)
+  revision=$(git rev-list --count HEAD)
+  echo $version.$revision.$hash
+}
+
+build() {
+  cd $srcdir/gst-editing-services
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gst-editing-services
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 15:51:05 UTC (rev 98224)
+++ community-x86_64/PKGBUILD   2013-10-07 15:51:20 UTC (rev 98225)
@@ -1,38 +0,0 @@
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.1.90.1.1774.fb6aabf
-pkgrel=1
-pkgdesc='GStreamer editing services (Git version)'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-conflicts=('gst-editing-services')
-makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc')
-provides=('gst-editing-services='$pkgver)
-options=('!libtool')
-groups=('gstreamer')
-source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $srcdir/gst-editing-services
-  version=$(grep AC_INIT configure.ac | sed 's/AC_INIT(GStreamer Editing 
Services, //' | sed 's/,//')
-  hash=$(git log --pretty=format:'%h' -n 1)
-  revision=$(git rev-list --count HEAD)
-  echo $version.$revision.$hash
-}
-
-build() {
-  cd $srcdir/gst-editing-services
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gst-editing-services
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-x86_64/PKGBUILD (from rev 98224, 
gst-editing-services/trunk/PKGBUILD)
==

[arch-commits] Commit in gst-editing-services/trunk (PKGBUILD)

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:51:05
  Author: spupykin
Revision: 98224

upgpkg: gst-editing-services 1.1.90.1.1774.fb6aabf-1

upd

Modified:
  gst-editing-services/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 15:44:07 UTC (rev 98223)
+++ PKGBUILD2013-10-07 15:51:05 UTC (rev 98224)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Maintainer: Lubosz Sarnecki 
 # Contributor: Kerrick Staley 
 # Contributor: Thijs Vermeir 
@@ -10,11 +12,8 @@
 license=('LGPL')
 url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
 depends=('gst-plugins-base')
-conflicts=('gst-editing-services')
-makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc')
-provides=('gst-editing-services='$pkgver)
+makedepends=('git' 'intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 options=('!libtool')
-groups=('gstreamer')
 source=('git://anongit.freedesktop.org/gstreamer/gst-editing-services')
 sha256sums=('SKIP')
 


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


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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:52:32
  Author: spupykin
Revision: 98226

Modified:
  gnonlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 15:51:20 UTC (rev 98225)
+++ PKGBUILD2013-10-07 15:52:32 UTC (rev 98226)
@@ -15,7 +15,6 @@
 options=('!libtool')
 license=('LGPL')
 
source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.xz";)
-sha256sums=('e4a2dd8af1c0c97f2f63e918a25c26e871c896e88b7ee85948509f68f29e8935')
 sha256sums=('b2214ee45583a4532d110e852e2aecf787cefa8fe50f44c8234fb55713feba61')
 
 build() {



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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:52:57
  Author: spupykin
Revision: 98227

Modified:
  gst-python/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 15:52:32 UTC (rev 98226)
+++ PKGBUILD2013-10-07 15:52:57 UTC (rev 98227)
@@ -1,4 +1,5 @@
-# $Id: PKGBUILD 147133 2012-01-22 11:30:42Z andyrtr $
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Maintainer: Jan de Groot 
 
 pkgname=gst-python


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


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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:56:48
  Author: spupykin
Revision: 98228

upgpkg: gst-python 1.1.90-2

upd

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 15:52:57 UTC (rev 98227)
+++ PKGBUILD2013-10-07 15:56:48 UTC (rev 98228)
@@ -4,12 +4,12 @@
 
 pkgname=gst-python
 pkgver=1.1.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for GStreamer"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/";
-depends=('python-gobject' 'gst-plugins-base')
+depends=('python2-gobject' 'gst-plugins-base')
 makedepends=('pkgconfig')
 options=('!libtool')
 
source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)



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

2013-10-07 Thread Sergej Pupykin
Date: Monday, October 7, 2013 @ 17:57:05
  Author: spupykin
Revision: 98229

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

Added:
  gst-python/repos/community-i686/PKGBUILD
(from rev 98228, gst-python/trunk/PKGBUILD)
  gst-python/repos/community-x86_64/PKGBUILD
(from rev 98228, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/community-i686/PKGBUILD
  gst-python/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 15:56:48 UTC (rev 98228)
+++ community-i686/PKGBUILD 2013-10-07 15:57:05 UTC (rev 98229)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 147133 2012-01-22 11:30:42Z andyrtr $
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.1.90
-pkgrel=1
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('python-gobject' 'gst-plugins-base')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
-md5sums=('16d85442b98fab61bab66a53eb571d6a')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-i686/PKGBUILD (from rev 98228, 
gst-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 15:57:05 UTC (rev 98229)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.1.90
+pkgrel=2
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python2-gobject' 'gst-plugins-base')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
+md5sums=('16d85442b98fab61bab66a53eb571d6a')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 15:56:48 UTC (rev 98228)
+++ community-x86_64/PKGBUILD   2013-10-07 15:57:05 UTC (rev 98229)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 147133 2012-01-22 11:30:42Z andyrtr $
-# Maintainer: Jan de Groot 
-
-pkgname=gst-python
-pkgver=1.1.90
-pkgrel=1
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/";
-depends=('python-gobject' 'gst-plugins-base')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
-md5sums=('16d85442b98fab61bab66a53eb571d6a')
-
-build() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/community-x86_64/PKGBUILD (from rev 98228, 
gst-python/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-07 15:57:05 UTC (rev 98229)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgname=gst-python
+pkgver=1.1.90
+pkgrel=2
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('python2-gobject' 'gst-plugins-base')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.bz2)
+md5sums=('16d85442b98fab61bab66a53eb571d6a')
+
+build() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2013-10-07 Thread Alexandre Filgueira
Date: Monday, October 7, 2013 @ 19:23:04
  Author: faidoc
Revision: 98230

upgpkg: muffin 2.0.0-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 15:57:05 UTC (rev 98229)
+++ PKGBUILD2013-10-07 17:23:04 UTC (rev 98230)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=1.9.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!libtool' '!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('ff838bcd318859636888248ee48fd655d5ffdcae9bd3b1a674b3dd8fb5e66a86')
+sha256sums=('e16efc49d7629141d0d784ca855b9276c83deee0669b7053d457e9f7676dc028')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-10-07 Thread Alexandre Filgueira
Date: Monday, October 7, 2013 @ 19:24:18
  Author: faidoc
Revision: 98231

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

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

-+
 /PKGBUILD   |   68 ++
 /muffin.install |   20 +++
 community-i686/PKGBUILD |   34 ---
 community-i686/muffin.install   |   10 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/muffin.install |   10 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 17:23:04 UTC (rev 98230)
+++ community-i686/PKGBUILD 2013-10-07 17:24:18 UTC (rev 98231)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-'libcanberra' 'startup-notification' 'zenity' 'dconf' 
'cinnamon-desktop')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('ff838bcd318859636888248ee48fd655d5ffdcae9bd3b1a674b3dd8fb5e66a86')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 98230, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 17:24:18 UTC (rev 98231)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+'libcanberra' 'startup-notification' 'zenity' 'dconf' 
'cinnamon-desktop')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
+sha256sums=('e16efc49d7629141d0d784ca855b9276c83deee0669b7053d457e9f7676dc028')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2013-10-07 17:23:04 UTC (rev 98230)
+++ community-i686/muffin.install   2013-10-07 17:24:18 UTC (rev 98231)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 98230, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2013-10-07 17:24:18 UTC (rev 98231)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 17:23:04 UTC (rev 98230)
+++ co

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

2013-10-07 Thread Xyne
Date: Monday, October 7, 2013 @ 19:46:25
  Author: xyne
Revision: 98232

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

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

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 17:24:18 UTC (rev 98231)
+++ community-i686/PKGBUILD 2013-10-07 17:46:25 UTC (rev 98232)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.3
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/";
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('dd690d8f4c68a2e786c657e08be688d0')
-sha256sums=('ded2eff22c7e65f46eecd8ad89c6c37c5a032af280e293a59c3e5bb34c0bb05f')
-install="$pkgname".install
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 98231, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 17:46:25 UTC (rev 98232)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.3
+pkgrel=1
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/";
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dd690d8f4c68a2e786c657e08be688d0')
+sha256sums=('ded2eff22c7e65f46eecd8ad89c6c37c5a032af280e293a59c3e5bb34c0bb05f')
+install="$pkgname".install
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2013-10-07 17:24:18 UTC (rev 98231)
+++ community-i686/asunder.install  2013-10-07 17:46:25 UTC (rev 98232)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 98231, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2013-10-07 17:46:25 UTC (rev 98232)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 17:24:18 UTC (rev 98231)
+++ community-x86_64/PKGBUILD   2013-10-07 17:46:25 UTC (rev 98232)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.3
-pkgrel=1
-pkgdesc="a graphical CD ripper and 

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

2013-10-07 Thread Xyne
Date: Monday, October 7, 2013 @ 19:58:26
  Author: xyne
Revision: 98233

bump with new signing key

Modified:
  asunder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 17:46:25 UTC (rev 98232)
+++ PKGBUILD2013-10-07 17:58:26 UTC (rev 98233)
@@ -6,7 +6,7 @@
 
 pkgname=asunder
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="a graphical CD ripper and encoder"
 arch=('i686' 'x86_64')
 url="http://littlesvr.ca/asunder/";



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

2013-10-07 Thread Xyne
Date: Monday, October 7, 2013 @ 19:59:38
  Author: xyne
Revision: 98234

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

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

--+
 /PKGBUILD|   66 +
 /asunder.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/asunder.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/asunder.install |   14 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-07 17:58:26 UTC (rev 98233)
+++ community-i686/PKGBUILD 2013-10-07 17:59:38 UTC (rev 98234)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.3
-pkgrel=1
-pkgdesc="a graphical CD ripper and encoder"
-arch=('i686' 'x86_64')
-url="http://littlesvr.ca/asunder/";
-license=('GPL2')
-depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool' 'gettext')
-optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
-   'flac: for flac support')
-source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('dd690d8f4c68a2e786c657e08be688d0')
-sha256sums=('ded2eff22c7e65f46eecd8ad89c6c37c5a032af280e293a59c3e5bb34c0bb05f')
-install="$pkgname".install
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: asunder/repos/community-i686/PKGBUILD (from rev 98233, 
asunder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-07 17:59:38 UTC (rev 98234)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Xyne 
+# Contributor: Ronald van Haren 
+# Contributor: cs-cam - me.at.camdaniel.com
+# Contributor: Sebastien Piccand 
+
+pkgname=asunder
+pkgver=2.3
+pkgrel=2
+pkgdesc="a graphical CD ripper and encoder"
+arch=('i686' 'x86_64')
+url="http://littlesvr.ca/asunder/";
+license=('GPL2')
+depends=('gtk2' 'libcddb' 'cdparanoia' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool' 'gettext')
+optdepends=('lame: for mp3 support' 'vorbis-tools: for ogg support' \
+   'flac: for flac support')
+source=(http://littlesvr.ca/asunder/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dd690d8f4c68a2e786c657e08be688d0')
+sha256sums=('ded2eff22c7e65f46eecd8ad89c6c37c5a032af280e293a59c3e5bb34c0bb05f')
+install="$pkgname".install
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/asunder.install
===
--- community-i686/asunder.install  2013-10-07 17:58:26 UTC (rev 98233)
+++ community-i686/asunder.install  2013-10-07 17:59:38 UTC (rev 98234)
@@ -1,14 +0,0 @@
-post_install()
-{
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
\ No newline at end of file

Copied: asunder/repos/community-i686/asunder.install (from rev 98233, 
asunder/trunk/asunder.install)
===
--- community-i686/asunder.install  (rev 0)
+++ community-i686/asunder.install  2013-10-07 17:59:38 UTC (rev 98234)
@@ -0,0 +1,14 @@
+post_install()
+{
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-07 17:58:26 UTC (rev 98233)
+++ community-x86_64/PKGBUILD   2013-10-07 17:59:38 UTC (rev 98234)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Xyne 
-# Contributor: Ronald van Haren 
-# Contributor: cs-cam - me.at.camdaniel.com
-# Contributor: Sebastien Piccand 
-
-pkgname=asunder
-pkgver=2.3
-pkgrel=1
-pkgdesc="a graphical CD ripper and 

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

2013-10-07 Thread Andreas Radke
Date: Monday, October 7, 2013 @ 21:32:33
  Author: andyrtr
Revision: 196174

prepare a bugfix release moving gtk2 and gtk3 to optional deps

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 17:41:48 UTC (rev 196173)
+++ PKGBUILD2013-10-07 19:32:33 UTC (rev 196174)
@@ -21,7 +21,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.1.2.3
 pkgver=4.1.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -451,7 +451,9 @@
 
 package_libreoffice-gnome() {
  pkgdesc="Plug-in for LibreOffice that enables integration into the Gnome and 
other gtk desktop environment."
- depends=('libreoffice-common' 'gconf' 'gtk3')
+ depends=('libreoffice-common' 'gconf')
+ optdepends=('gtk3: for gtk3 Gnome integration'
+ 'gtk2: for older gtk2 desktop integration')
  groups=('libreoffice')
  
  # create directories from *list.txt file



[arch-commits] Commit in qgo/trunk (PKGBUILD gcc43.patch gcc45.patch)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:21:54
  Author: arodseth
Revision: 98236

Upgraded to qt5 and version 2.0.0

Modified:
  qgo/trunk/PKGBUILD
Deleted:
  qgo/trunk/gcc43.patch
  qgo/trunk/gcc45.patch

-+
 PKGBUILD|   39 ++-
 gcc43.patch |   37 --
 gcc45.patch |  205 --
 3 files changed, 22 insertions(+), 259 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 18:52:53 UTC (rev 98235)
+++ PKGBUILD2013-10-07 20:21:54 UTC (rev 98236)
@@ -1,35 +1,40 @@
 # $Id$
 # Maintainer: Alexander Rødseth 
 # Contributor: Douglas Soares de Andrade 
+# Contributor: Magnus Jonsson 
 
 pkgname=qgo
-pkgver=1.5.4
-pkgrel=5
-pkgdesc="Go client and full featured SGF editor"
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Go client and full featured SGF editor'
 arch=('x86_64' 'i686')
 url="http://qgo.sourceforge.net/";
 license=('GPL')
-depends=('qt3' 'libsm')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-r3.tar.gz";
-'gcc43.patch'
-'gcc45.patch')
-sha256sums=('ddfb66ada7027b844838895061f266bda03b327e8dfec2ee2782e14748bac104'
-'f6ddd28325523e3d5aabac2284334c73114dd823e00bf282aae2646982206e78'
-'7f94acfe58d75b57d55bab5b296a801d48f54c8e12dfc1556cd1586abebd3580')
+depends=('qt5-base' 'qt5-multimedia' 'libsm')
+makedepends=('git')
+source=("$pkgname::git://github.com/pzorin/$pkgname.git")
+md5sums=('SKIP')
 
+prepare() {
+  cd "$pkgname"
+
+  # fragments in the git url doesn't seem to work?
+  git checkout -q qt5
+
+  git describe --always | sed 's|-|.|g'
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname"
 
-  patch -Np1 -i "$srcdir/gcc43.patch"
-  patch -Np1 -i "$srcdir/gcc45.patch"
-  ./configure --prefix=/usr --with-qt-includes=/usr/include/qt3
-  make
+  export QTDIR=/usr
+  qmake && make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  export QTDIR=/usr
 
-  make DESTDIR="$pkgdir" install
+  make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: gcc43.patch
===
--- gcc43.patch 2013-10-07 18:52:53 UTC (rev 98235)
+++ gcc43.patch 2013-10-07 20:21:54 UTC (rev 98236)
@@ -1,37 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 05_g++-4.3.dpatch by Pierre Habouzit 
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: g++-4.3 patch
-
-@DPATCH@
 qgo-1.5.4-r2~/src/matrix.cpp   2004-10-30 20:49:50.0 +
-+++ qgo-1.5.4-r2/src/matrix.cpp2008-03-16 23:04:18.306414183 +
-@@ -2,12 +2,14 @@
- * matrix.cpp
- */
- 
-+#include 
- #include "matrix.h"
--#include 
- #ifndef NO_DEBUG
--#include 
-+#include 
- #endif
- 
-+using namespace std;
-+
- Matrix::Matrix(int s)
- : size(s)
- {
 qgo-1.5.4-r2~/src/tree.cpp 2005-05-12 20:58:23.0 +
-+++ qgo-1.5.4-r2/src/tree.cpp  2008-03-16 23:04:50.660267034 +
-@@ -5,7 +5,7 @@
- #include "tree.h"
- #include "move.h"
- #include "qgo.h"
--#include 
-+#include 
- #include 
- 
- Tree::Tree(int board_size)

Deleted: gcc45.patch
===
--- gcc45.patch 2013-10-07 18:52:53 UTC (rev 98235)
+++ gcc45.patch 2013-10-07 20:21:54 UTC (rev 98236)
@@ -1,205 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## Description: fix builiding with gcc4.5
-## Origin/Author: Ubuntu
-## Bug: http://bugs.launchpad.net/bugs/756004
-## 06_ftbfs_gcc45.dpatch by Andreas Moog 
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fix build with gcc 4.5
-
-@DPATCH@
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' 
'--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
qgo-1.5.4-r3~/src/gamedialog.cpp qgo-1.5.4-r3/src/gamedialog.cpp
 qgo-1.5.4-r3~/src/gamedialog.cpp   2011-04-12 20:03:12.0 +0200
-+++ qgo-1.5.4-r3/src/gamedialog.cpp2011-04-12 20:03:15.640382627 +0200
-@@ -512,7 +512,7 @@
-   if (handicapSpin->value() != val.toInt())
-   {
-   handicapSpin->setValue(val.toInt());
--  
handicapSpin->setPaletteBackgroundColor(QColor::QColor("cyan"));
-+  handicapSpin->setPaletteBackgroundColor(QColor("cyan"));
-   }
-   else
-   handicapSpin->unsetPalette();
-@@ -521,7 +521,7 @@
-   if (boardSizeSpin->value() != val.toInt())
-   {
-   boardSizeSpin->setValue(val.toInt());
--  
boardSizeSpin->setPaletteBackgroundColor(QColor::QColor("cyan"));
-+  
boardSizeSpin->setPaletteBackgroundColor(QColor("cyan"));
-   }
-   else
-   boardSizeSpin->unsetPalette();
-@@ -530,7 +530,7 @@
-   if (timeSpin->value() != val.toInt()/60)
-   {
-   

[arch-commits] Commit in (account-plugins)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:31
  Author: arodseth
Revision: 98237

Midyear Cleanup 2013

Deleted:
  account-plugins/



[arch-commits] Commit in (archlinux-lxdm-theme)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:35
  Author: arodseth
Revision: 98239

Midyear Cleanup 2013

Deleted:
  archlinux-lxdm-theme/



[arch-commits] Commit in (fssos-nsvs)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:46
  Author: arodseth
Revision: 98245

Midyear Cleanup 2013

Deleted:
  fssos-nsvs/



[arch-commits] Commit in (archlinux-artwork)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:33
  Author: arodseth
Revision: 98238

Midyear Cleanup 2013

Deleted:
  archlinux-artwork/



[arch-commits] Commit in (ekg)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:43
  Author: arodseth
Revision: 98243

Midyear Cleanup 2013

Deleted:
  ekg/



[arch-commits] Commit in (consonance)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:37
  Author: arodseth
Revision: 98240

Midyear Cleanup 2013

Deleted:
  consonance/



[arch-commits] Commit in (ekg2)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:45
  Author: arodseth
Revision: 98244

Midyear Cleanup 2013

Deleted:
  ekg2/



[arch-commits] Commit in (synaptiks)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:21
  Author: arodseth
Revision: 98261

Midyear Cleanup 2013

Deleted:
  synaptiks/



[arch-commits] Commit in (raptor1)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:09
  Author: arodseth
Revision: 98256

Midyear Cleanup 2013

Deleted:
  raptor1/



[arch-commits] Commit in (obkey)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:03
  Author: arodseth
Revision: 98253

Midyear Cleanup 2013

Deleted:
  obkey/



[arch-commits] Commit in (signon-ui)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:19
  Author: arodseth
Revision: 98260

Midyear Cleanup 2013

Deleted:
  signon-ui/



[arch-commits] Commit in (credentials-preferences)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:39
  Author: arodseth
Revision: 98241

Midyear Cleanup 2013

Deleted:
  credentials-preferences/



[arch-commits] Commit in (gnome-applets)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:48
  Author: arodseth
Revision: 98246

Midyear Cleanup 2013

Deleted:
  gnome-applets/



[arch-commits] Commit in (gnome-themes-extras)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:52
  Author: arodseth
Revision: 98248

Midyear Cleanup 2013

Deleted:
  gnome-themes-extras/



[arch-commits] Commit in (dee)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:41
  Author: arodseth
Revision: 98242

Midyear Cleanup 2013

Deleted:
  dee/



[arch-commits] Commit in (libmatio)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:57
  Author: arodseth
Revision: 98250

Midyear Cleanup 2013

Deleted:
  libmatio/



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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 22:46:43
  Author: tpowa
Revision: 196175

upgpkg: hwdetect 2013.10-1

add more output options

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |6 +--
 hwdetect |   98 -
 2 files changed, 68 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 19:32:33 UTC (rev 196174)
+++ PKGBUILD2013-10-07 20:46:43 UTC (rev 196175)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2013.08
-pkgrel=2
+pkgver=2013.10
+pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
 arch=(any)
 license=('GPL')
@@ -16,4 +16,4 @@
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
 }
-md5sums=('1ffabf5db0f3b98336045a5ba1580454')
+md5sums=('f17349465e2d5b2133d78d621988b31e')

Modified: hwdetect
===
--- hwdetect2013-10-07 19:32:33 UTC (rev 196174)
+++ hwdetect2013-10-07 20:46:43 UTC (rev 196175)
@@ -16,14 +16,24 @@
echo "--show-agp show AGP modules"
echo "--show-acpishow ACPI modules"
 echo "--show-block   show BLOCK DEVICE modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-drm show DRM modules"
+echo "--show-cdrom   show CDROM modules"
+echo "--show-cpufreq show CPUFREQ modules"
+echo "--show-crypto  show CRYPTO modules"
+echo "--show-drm show DRM modules"
+echo "--show-hwmon   show HWMON modules"
+echo "--show-i2c show I2C modules"
echo "--show-input   show INPUT modules"
echo "--show-irdashow IRDA modules"
echo "--show-isdnshow ISDN modules"
-   echo "--show-pcmcia  show PCMCIA modules"
+echo "--show-kvm show KVM modules"
+echo "--show-media   show MEDIA modules"
+   echo "--show-net show NETWORK modules"
+   echo "--show-parport show PARPORT modules"
+   echo "--show-pcmcia  show PCMCIA modules"
echo "--show-sound   show SOUND modules"
echo "--show-staging show STAGING modules"
+echo "--show-tpm show TPM modules"
+echo "--show-watchdogshow WATCHDOG modules"
echo "--show-other   show OTHER modules"
echo ""
echo "  For /etc/mkinitcpio.conf use:"
@@ -247,21 +257,32 @@
;;
 
--show-modules)
-   showlist "AGP" $(listmods agp/)
-   showlist "ACPI   " $(listmods acpi/)
-   showlist "BLOCK  " $(listmods ata/pata pata_acpi) 
$(listmods ata/ata_piix) \
- $(listmods virtio/virtio_pci) 
$(listmods scsi/) $(listmods message/fusion/) $(listmods drivers/block/ nbd 
pktcdvd sx8 floppy) \
- $(listmods ata/ pata 
ata_generic) $(listmods drivers/block/sx8) \
- $(listmods usb/ usb/input) 
$(listmods firewire/) $(listmods ieee1394/)
-   showlist "NET" $(listmods net/ irda/)
-   showlist "DRM" $(listmods drm/)
-   showlist "INPUT  " $(listmods input/ pcspkr) $(listmods 
hid/)
-   showlist "IRDA   " $(listmods irda/)
-   showlist "ISDN   " $(listmods isdn/)
-   showlist "PCMCIA " $(listmods pcmcia/)
-   showlist "SOUND  " $(listmods pcspkr) $(listmods sound/)
-   showlist "STAGING" $(listmods staging/)
-   showlist "OTHER  " $(listmods modules/ agp/ acpi/ scsi/ 
message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 block/virtio 
virtio/virtio_pci ata/ usb/ ieee1394 net/ isdn/ input/ irda/ pcmcia/ sound/ 
drm/ firewire/ hid/ staging/)
+   showlist "AGP " $(listmods agp/)
+   showlist "ACPI" $(listmods acpi/)
+   showlist "BLOCK   " $(listmods ata/pata pata_acpi) 
$(listmods ata/ata_piix) \
+  $(listmods virtio/virtio_pci) 
$(listmods scsi/) $(listmods message/fusion/) $(listmods drivers/block/ nbd 
pktcdvd sx8 floppy) \
+  $(listmods ata/ pata ata_generic) 
$(listmods drivers/block/sx8) \
+  $(listmods usb/ usb/input) 
$(listmods firewire/) $(listmods ieee1394/)
+  

[arch-commits] Commit in (signon-keyring-extension)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:15
  Author: arodseth
Revision: 98258

Midyear Cleanup 2013

Deleted:
  signon-keyring-extension/



[arch-commits] Commit in (pkgtools)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:08
  Author: arodseth
Revision: 98255

Midyear Cleanup 2013

Deleted:
  pkgtools/



[arch-commits] Commit in (lastfmsubmitd)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:54
  Author: arodseth
Revision: 98249

Midyear Cleanup 2013

Deleted:
  lastfmsubmitd/



[arch-commits] Commit in (sensors-applet)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:11
  Author: arodseth
Revision: 98257

Midyear Cleanup 2013

Deleted:
  sensors-applet/



[arch-commits] Commit in (openclonk)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:06
  Author: arodseth
Revision: 98254

Midyear Cleanup 2013

Deleted:
  openclonk/



[arch-commits] Commit in (mpdscribble)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:01
  Author: arodseth
Revision: 98252

Midyear Cleanup 2013

Deleted:
  mpdscribble/



[arch-commits] Commit in (libsignon-glib)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:58
  Author: arodseth
Revision: 98251

Midyear Cleanup 2013

Deleted:
  libsignon-glib/



[arch-commits] Commit in (signon-plugin-oauth2)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:17
  Author: arodseth
Revision: 98259

Midyear Cleanup 2013

Deleted:
  signon-plugin-oauth2/



[arch-commits] Commit in (gnome-settings-daemon-compat)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:46:50
  Author: arodseth
Revision: 98247

Midyear Cleanup 2013

Deleted:
  gnome-settings-daemon-compat/



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

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 22:46:54
  Author: tpowa
Revision: 196176

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 196175, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 196175, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +--
 hwdetect |  738 +++--
 2 files changed, 404 insertions(+), 372 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-07 20:46:43 UTC (rev 196175)
+++ PKGBUILD2013-10-07 20:46:54 UTC (rev 196176)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.08
-pkgrel=2
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('1ffabf5db0f3b98336045a5ba1580454')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 196175, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-07 20:46:54 UTC (rev 196176)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2013.10
+pkgrel=1
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('f17349465e2d5b2133d78d621988b31e')

Deleted: hwdetect
===
--- hwdetect2013-10-07 20:46:43 UTC (rev 196175)
+++ hwdetect2013-10-07 20:46:54 UTC (rev 196176)
@@ -1,353 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--load-modules load all detected modules"
-   echo "--unload-modules   unload all detected modules"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-drm show DRM modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "--nvidia-kms   add nvidia kernel mode setting"
-echo "" 
-   echo "--rootdevice=  autodetected advanced features of 
rootdevice"
-   echo "--hooks-dir=   use this directory for HOOKS check"
-   echo "--advanced show autodetected advanced HOOKS"
-   echo "--hooksshow HOOKS="
-   echo "--dmraid   add dmraid to HOOKS="
-   echo "--keymap   add keymap to HOOKS="
-   echo "--pcmcia   add pcmcia to HOOKS="
-  

[arch-commits] Commit in (vim-buftabs)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:23
  Author: arodseth
Revision: 98262

Midyear Cleanup 2013

Deleted:
  vim-buftabs/



[arch-commits] Commit in (vobcopy)

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 22:47:25
  Author: arodseth
Revision: 98263

Midyear Cleanup 2013

Deleted:
  vobcopy/



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

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 23:27:23
  Author: arodseth
Revision: 98264

Trying to make the QT5 version compile

Modified:
  qgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 20:47:25 UTC (rev 98263)
+++ PKGBUILD2013-10-07 21:27:23 UTC (rev 98264)
@@ -4,7 +4,7 @@
 # Contributor: Magnus Jonsson 
 
 pkgname=qgo
-pkgver=2.0.0
+pkgver=dda95c9
 pkgrel=1
 pkgdesc='Go client and full featured SGF editor'
 arch=('x86_64' 'i686')
@@ -11,11 +11,11 @@
 url="http://qgo.sourceforge.net/";
 license=('GPL')
 depends=('qt5-base' 'qt5-multimedia' 'libsm')
-makedepends=('git')
+makedepends=('git' 'setconf')
 source=("$pkgname::git://github.com/pzorin/$pkgname.git")
 md5sums=('SKIP')
 
-prepare() {
+pkgver() {
   cd "$pkgname"
 
   # fragments in the git url doesn't seem to work?
@@ -24,16 +24,21 @@
   git describe --always | sed 's|-|.|g'
 }
 
+prepare() {
+  cd "$pkgname/src"
+
+  setconf src.pro languages.extra /bin/lrelease src.pro
+}
+
 build() {
   cd "$pkgname"
 
-  export QTDIR=/usr
+  export QTDIR=/bin
   qmake && make
 }
 
 package() {
-  export QTDIR=/usr
-
+  export QTDIR=/bin
   make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
 }
 



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

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 23:27:49
  Author: arodseth
Revision: 98265

Minor change

Modified:
  qgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 21:27:23 UTC (rev 98264)
+++ PKGBUILD2013-10-07 21:27:49 UTC (rev 98265)
@@ -33,12 +33,12 @@
 build() {
   cd "$pkgname"
 
-  export QTDIR=/bin
+  export QTDIR=/usr
   qmake && make
 }
 
 package() {
-  export QTDIR=/bin
+  export QTDIR=/usr
   make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
 }
 



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

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 23:34:59
  Author: arodseth
Revision: 98266

Preparation for moving to AUR. Minor changes.

Modified:
  gnome-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 21:27:49 UTC (rev 98265)
+++ PKGBUILD2013-10-07 21:34:59 UTC (rev 98266)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer: Balló György 
+# Maintainer:
+# Contributor: Balló György 
 # Contributor: Jan de Groot 
 
 pkgbase=gnome-panel
@@ -62,3 +62,5 @@
   make -C data DESTDIR="$pkgdir" install-sessionDATA
   make -C data DESTDIR="$pkgdir" install-xsessionDATA
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 23:36:26
  Author: arodseth
Revision: 98267

Preparation for moving to AUR. Minor changes.

Modified:
  python-mpi4py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 21:34:59 UTC (rev 98266)
+++ PKGBUILD2013-10-07 21:36:26 UTC (rev 98267)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault 
+# Maintainer:
+# Contributor: Stéphane Gaudreault 
 # Contributor: Sebastien Binet 
 
 pkgbase=python-mpi4py
@@ -11,6 +11,7 @@
 license=('BSD')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'openmpi')
 source=(http://mpi4py.googlecode.com/files/mpi4py-${pkgver}.tar.gz)
+sha512sums=('15e81f2a1e6f6af7a54f0e8ec43ddf36cc565b7fe9e3dd35603c9d128199c5acd1584757ffca999c8826c0bbccf371175d40a7a24c85d3369efd77da5b3b603f')
 
 build() {
 cd "${srcdir}"
@@ -45,4 +46,4 @@
 install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
 }
 
-sha512sums=('15e81f2a1e6f6af7a54f0e8ec43ddf36cc565b7fe9e3dd35603c9d128199c5acd1584757ffca999c8826c0bbccf371175d40a7a24c85d3369efd77da5b3b603f')
+# vim:set ts=2 sw=2 et:



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

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 23:40:21
  Author: arodseth
Revision: 98268

Attempt number 9742

Modified:
  qgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 21:36:26 UTC (rev 98267)
+++ PKGBUILD2013-10-07 21:40:21 UTC (rev 98268)
@@ -11,7 +11,7 @@
 url="http://qgo.sourceforge.net/";
 license=('GPL')
 depends=('qt5-base' 'qt5-multimedia' 'libsm')
-makedepends=('git' 'setconf')
+makedepends=('git')
 source=("$pkgname::git://github.com/pzorin/$pkgname.git")
 md5sums=('SKIP')
 
@@ -24,21 +24,15 @@
   git describe --always | sed 's|-|.|g'
 }
 
-prepare() {
-  cd "$pkgname/src"
-
-  setconf src.pro languages.extra /bin/lrelease src.pro
-}
-
 build() {
   cd "$pkgname"
 
-  export QTDIR=/usr
+  export QTDIR=/usr/lib/qt
   qmake && make
 }
 
 package() {
-  export QTDIR=/usr
+  export QTDIR=/usr/lib/qt
   make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
 }
 



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

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 23:43:36
  Author: arodseth
Revision: 98269

Added missing dependency

Modified:
  qgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 21:40:21 UTC (rev 98268)
+++ PKGBUILD2013-10-07 21:43:36 UTC (rev 98269)
@@ -10,7 +10,7 @@
 arch=('x86_64' 'i686')
 url="http://qgo.sourceforge.net/";
 license=('GPL')
-depends=('qt5-base' 'qt5-multimedia' 'libsm')
+depends=('qt5-base' 'qt5-multimedia' 'qt5-tools' 'libsm')
 makedepends=('git')
 source=("$pkgname::git://github.com/pzorin/$pkgname.git")
 md5sums=('SKIP')
@@ -27,12 +27,12 @@
 build() {
   cd "$pkgname"
 
-  export QTDIR=/usr/lib/qt
+  #export QTDIR=/usr/lib/qt
   qmake && make
 }
 
 package() {
-  export QTDIR=/usr/lib/qt
+  #export QTDIR=/usr/lib/qt
   make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
 }
 



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

2013-10-07 Thread Alexander Rødseth
Date: Monday, October 7, 2013 @ 23:50:30
  Author: arodseth
Revision: 98270

Works now

Modified:
  qgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 21:43:36 UTC (rev 98269)
+++ PKGBUILD2013-10-07 21:50:30 UTC (rev 98270)
@@ -21,6 +21,7 @@
   # fragments in the git url doesn't seem to work?
   git checkout -q qt5
 
+  echo -e '2.0.0'
   git describe --always | sed 's|-|.|g'
 }
 
@@ -27,12 +28,10 @@
 build() {
   cd "$pkgname"
 
-  #export QTDIR=/usr/lib/qt
   qmake && make
 }
 
 package() {
-  #export QTDIR=/usr/lib/qt
   make -C "$pkgname" INSTALL_ROOT="$pkgdir" install
 }
 



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

2013-10-07 Thread Alexander Rødseth
Date: Tuesday, October 8, 2013 @ 00:02:15
  Author: arodseth
Revision: 98271

Mime support

Added:
  qgo/trunk/qgo.install
Modified:
  qgo/trunk/PKGBUILD

-+
 PKGBUILD|5 +++--
 qgo.install |   13 +
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 21:50:30 UTC (rev 98270)
+++ PKGBUILD2013-10-07 22:02:15 UTC (rev 98271)
@@ -10,8 +10,9 @@
 arch=('x86_64' 'i686')
 url="http://qgo.sourceforge.net/";
 license=('GPL')
-depends=('qt5-base' 'qt5-multimedia' 'qt5-tools' 'libsm')
+depends=('qt5-multimedia' 'qt5-tools' 'libsm' 'desktop-file-utils')
 makedepends=('git')
+install='qgo.install'
 source=("$pkgname::git://github.com/pzorin/$pkgname.git")
 md5sums=('SKIP')
 
@@ -21,7 +22,7 @@
   # fragments in the git url doesn't seem to work?
   git checkout -q qt5
 
-  echo -e '2.0.0'
+  echo -n '2.0.0'
   git describe --always | sed 's|-|.|g'
 }
 

Added: qgo.install
===
--- qgo.install (rev 0)
+++ qgo.install 2013-10-07 22:02:15 UTC (rev 98271)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-07 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 00:08:06
  Author: tomegun
Revision: 196178

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

Added:
  taglib/repos/testing-i686/
  taglib/repos/testing-i686/PKGBUILD
(from rev 196177, taglib/trunk/PKGBUILD)
  taglib/repos/testing-x86_64/
  taglib/repos/testing-x86_64/PKGBUILD
(from rev 196177, taglib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: taglib/repos/testing-i686/PKGBUILD (from rev 196177, 
taglib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-07 22:08:06 UTC (rev 196178)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.9
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=('i686' 'x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html";
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+options=('!libtool')
+source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('79877ad28cbe353be50395e6514332fd')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 196177, 
taglib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-07 22:08:06 UTC (rev 196178)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ike Devolder 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=taglib
+pkgver=1.9
+pkgrel=1
+pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
+arch=('i686' 'x86_64')
+url="http://developer.kde.org/~wheeler/taglib.html";
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+options=('!libtool')
+source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('79877ad28cbe353be50395e6514332fd')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-10-07 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 00:07:59
  Author: tomegun
Revision: 196177

upgpkg: taglib 1.9-1

upstream release

Modified:
  taglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 20:46:54 UTC (rev 196176)
+++ PKGBUILD2013-10-07 22:07:59 UTC (rev 196177)
@@ -5,7 +5,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=taglib
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc="A Library for reading and editing the meta-data of several popular 
audio formats"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 depends=('sh' 'zlib' 'gcc-libs')
 makedepends=('cmake' 'pkg-config')
 options=('!libtool')
-source=("https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('dcb8bd1b756f2843e18b1fdf3aaeee15')
+source=("http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('79877ad28cbe353be50395e6514332fd')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}



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

2013-10-07 Thread Alexander Rødseth
Date: Tuesday, October 8, 2013 @ 00:10:37
  Author: arodseth
Revision: 98272

Additional mime-related changes + !emptydirs

Modified:
  qgo/trunk/PKGBUILD
  qgo/trunk/qgo.install

-+
 PKGBUILD|4 +++-
 qgo.install |1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 22:02:15 UTC (rev 98271)
+++ PKGBUILD2013-10-07 22:10:37 UTC (rev 98272)
@@ -10,9 +10,11 @@
 arch=('x86_64' 'i686')
 url="http://qgo.sourceforge.net/";
 license=('GPL')
-depends=('qt5-multimedia' 'qt5-tools' 'libsm' 'desktop-file-utils')
+depends=('qt5-multimedia' 'qt5-tools' 'libsm' 'desktop-file-utils'
+ 'shared-mime-info')
 makedepends=('git')
 install='qgo.install'
+options=('!emptydirs')
 source=("$pkgname::git://github.com/pzorin/$pkgname.git")
 md5sums=('SKIP')
 

Modified: qgo.install
===
--- qgo.install 2013-10-07 22:02:15 UTC (rev 98271)
+++ qgo.install 2013-10-07 22:10:37 UTC (rev 98272)
@@ -1,5 +1,6 @@
 post_upgrade() {
   update-desktop-database -q
+  update-mime-database /usr/share/mime
 }
 
 post_install() {



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

2013-10-07 Thread Alexander Rødseth
Date: Tuesday, October 8, 2013 @ 00:11:05
  Author: arodseth
Revision: 98273

Version fix

Modified:
  qgo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 22:10:37 UTC (rev 98272)
+++ PKGBUILD2013-10-07 22:11:05 UTC (rev 98273)
@@ -24,7 +24,7 @@
   # fragments in the git url doesn't seem to work?
   git checkout -q qt5
 
-  echo -n '2.0.0'
+  echo -n '2.0.0-'
   git describe --always | sed 's|-|.|g'
 }
 



  1   2   >