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

2013-12-03 Thread Federico Cinelli
Date: Wednesday, December 4, 2013 @ 01:51:25
  Author: cinelli
Revision: 102029

archrelease: copy trunk to community-any

Added:
  arandr/repos/community-any/PKGBUILD
(from rev 102028, arandr/trunk/PKGBUILD)
  arandr/repos/community-any/arandr.install
(from rev 102028, arandr/trunk/arandr.install)
Deleted:
  arandr/repos/community-any/PKGBUILD
  arandr/repos/community-any/arandr.install
  arandr/repos/community-any/xrandr-format.patch
  arandr/repos/community-any/xrandr-version.patch

--+
 PKGBUILD |   48 +---
 arandr.install   |   14 +++---
 xrandr-format.patch  |   12 
 xrandr-version.patch |   12 
 4 files changed, 28 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-04 00:50:40 UTC (rev 102028)
+++ PKGBUILD2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Clément DEMOULINS 
-
-pkgname=arandr
-pkgver=0.1.7.1
-pkgrel=1
-pkgdesc="Provide a simple visual front end for XRandR 1.2."
-arch=('any')
-url="http://christian.amsuess.com/tools/arandr/";
-license=('GPL3')
-depends=('pygtk' 'xorg-xrandr')
-makedepends=('docutils' 'setuptools')
-install=$pkgname.install
-source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz
-   xrandr-format.patch
-   xrandr-version.patch)
-md5sums=('b99c596827558f50b25a3972455237e4'
- '67d22f82851253e594b83b63c83faef5'
- 'cc009b37fb28797d5841f89f6b4bc83b')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 <$srcdir/xrandr-format.patch
-#  patch -p1 <$srcdir/xrandr-version.patch
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: arandr/repos/community-any/PKGBUILD (from rev 102028, 
arandr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-04 00:51:25 UTC (rev 102029)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Clément DEMOULINS 
+
+pkgname=arandr
+pkgver=0.1.7.1
+pkgrel=2
+pkgdesc="Provide a simple visual front end for XRandR 1.2."
+arch=('any')
+url="http://christian.amsuess.com/tools/arandr/";
+license=('GPL3')
+depends=('desktop-file-utils' 'pygtk' 'xorg-xrandr')
+makedepends=('docutils' 'setuptools')
+install=$pkgname.install
+source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)
+md5sums=('b99c596827558f50b25a3972455237e4')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}

Deleted: arandr.install
===
--- arandr.install  2013-12-04 00:50:40 UTC (rev 102028)
+++ arandr.install  2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,7 +0,0 @@
-post_install() {
-  which update-desktop-database >/dev/null && update-desktop-database -q
-}
-
-post_remove() {
-  which update-desktop-database >/dev/null && update-desktop-database -q
-}

Copied: arandr/repos/community-any/arandr.install (from rev 102028, 
arandr/trunk/arandr.install)
===
--- arandr.install  (rev 0)
+++ arandr.install  2013-12-04 00:51:25 UTC (rev 102029)
@@ -0,0 +1,7 @@
+post_install() {
+  which update-desktop-database >/dev/null && update-desktop-database -q
+}
+
+post_remove() {
+  which update-desktop-database >/dev/null && update-desktop-database -q
+}

Deleted: xrandr-format.patch
===
--- xrandr-format.patch 2013-12-04 00:50:40 UTC (rev 102028)
+++ xrandr-format.patch 2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,12 +0,0 @@
-diff -wbBur arandr-0.1.6/screenlayout/xrandr.py 
arandr-0.1.6.my/screenlayout/xrandr.py
 arandr-0.1.6/screenlayout/xrandr.py2012-06-02 17:55:36.0 
+0400
-+++ arandr-0.1.6.my/screenlayout/xrandr.py 2013-02-12 13:06:49.612013203 
+0400
-@@ -147,7 +147,7 @@
- o.rotations.add(r)
- 
- for d in details:
--o.modes.append(Size(int(a) for a in d.strip().split(" 
")[0].split("x")))
-+o.modes.append(Size(int(a.replace("i", "")) for a in 
d.strip().split(" ")[0].split("_")[0].split("x")))
- 
- self.state.outputs[o.name] = o
- self.configuration.outputs[o.name] = 
self.configuration.OutputConfiguration(active, geometry, rotation)

Deleted: xrandr-version.patch
===
--- xrandr-version.patch2013-12-04 00:50:40 UTC (rev 102028)
+++ xrandr-version.patch2013-12-04 00:51:25 UTC (rev 102029)
@@ -1,12 +0,0 @@
-diff -wbBur arandr-0.1.6/screenlayout/xrandr.py 
arandr-0.1.6.my/screenlayout/xrandr.py
 arandr-0.1.6/screenlayout/xrandr.py2012-06

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

2013-12-03 Thread Federico Cinelli
Date: Wednesday, December 4, 2013 @ 01:50:40
  Author: cinelli
Revision: 102028

upgpkg: arandr 0.1.7.1-2
add missing dependency 'dekstop-file-utils'

Modified:
  arandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 00:36:40 UTC (rev 102027)
+++ PKGBUILD2013-12-04 00:50:40 UTC (rev 102028)
@@ -4,12 +4,12 @@
 
 pkgname=arandr
 pkgver=0.1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Provide a simple visual front end for XRandR 1.2."
 arch=('any')
 url="http://christian.amsuess.com/tools/arandr/";
 license=('GPL3')
-depends=('pygtk' 'xorg-xrandr')
+depends=('desktop-file-utils' 'pygtk' 'xorg-xrandr')
 makedepends=('docutils' 'setuptools')
 install=$pkgname.install
 
source=(http://christian.amsuess.com/tools/$pkgname/files/$pkgname-$pkgver.tar.gz)



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

2013-12-02 Thread Federico Cinelli
Date: Monday, December 2, 2013 @ 15:02:39
  Author: cinelli
Revision: 101868

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 101867, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 101867, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 101867, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/block-changed.patch
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   95 +-
 block-changed.patch |   84 ++--
 gramps.install  |   26 ++---
 3 files changed, 103 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 14:02:00 UTC (rev 101867)
+++ PKGBUILD2013-12-02 14:02:39 UTC (rev 101868)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Cory Farmer 
-# Contributor: György Balló 
-
-pkgname=gramps
-pkgver=4.0.2
-pkgrel=1
-epoch=2
-pkgdesc="A genealogy program, which helps you track your family tree"
-arch=('any')
-url="http://gramps-project.org/";
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
-'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
-makedepends=('intltool')
-optdepends=('graphviz: enable creation of graphs (required for tree reports)'
-   'gtkspell3: enable spell checking in the notes'
-   'rcs: manage multiple revisions of your family trees'
-   'python-pillow: crop and convert images to JPG'
-   'libgexiv2: manage Exif metadata embedded in your media'
-   'ttf-freefont: more font support in the reports')
-#  'python-osmgpsmap: show maps in the geography view'
-#  'python-pyicu: improves localised sorting'
-#  'webkitgtk: allows websites to be opened in Gramps'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
-   block-changed.patch)
-md5sums=('41d9ae797c2eb2da42474aca3cccb6b3'
- 'b2443587e08c4951f00e9401d47e1ccc')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  patch -p0 <$srcdir/block-changed.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
>$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 101867, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 14:02:39 UTC (rev 101868)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Cory Farmer 
+# Contributor: György Balló 
+
+pkgname=gramps
+pkgver=4.0.2
+pkgrel=2
+epoch=2
+pkgdesc="A genealogy program, which helps you track your family tree"
+arch=('any')
+url="http://gramps-project.org/";
+license=('GPL')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
+'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('41d9ae797c2eb2da42474aca3cccb6b3'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+#  patch -p0 <$srcdir/block-changed.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
>$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
+}

Deleted: block-changed.patch
===
--- block-changed.patch 2013-12-02 14:02:00 UTC (rev 101867)
+++ block-changed.patch 2013-12-02 14:02:39 UTC (rev 101868)
@@ -1,42 +0,0 @@
-Index: gramps/gui/widgets/validatedmaskedentry.py
-=

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

2013-12-02 Thread Federico Cinelli
Date: Monday, December 2, 2013 @ 15:02:00
  Author: cinelli
Revision: 101867

upgpkg: gramps 2:4.0.2-2

Fixed FS#37979

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 13:37:29 UTC (rev 101866)
+++ PKGBUILD2013-12-02 14:02:00 UTC (rev 101867)
@@ -6,14 +6,15 @@
 
 pkgname=gramps
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="A genealogy program, which helps you track your family tree"
 arch=('any')
 url="http://gramps-project.org/";
 license=('GPL')
-depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
-'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
+'shared-mime-info')
 makedepends=('intltool')
 optdepends=('graphviz: enable creation of graphs (required for tree reports)'
'gtkspell3: enable spell checking in the notes'



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

2013-11-27 Thread Federico Cinelli
Date: Thursday, November 28, 2013 @ 08:53:15
  Author: cinelli
Revision: 101579

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

Added:
  pokerth/repos/community-staging-i686/
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 101578, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-staging-x86_64/
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 101578, pokerth/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 101578, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-28 07:53:15 UTC (rev 101579)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Poker game written in C++/Qt4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+  
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Copied: pokerth/repos/community-staging-x86_64/PKGBUILD (from rev 101578, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-28 07:53:15 UTC (rev 101579)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Poker game written in C++/Qt4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+  
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}



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

2013-11-25 Thread Federico Cinelli
Date: Tuesday, November 26, 2013 @ 04:19:36
  Author: cinelli
Revision: 101459

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

Added:
  pokerth/repos/staging-i686/
  pokerth/repos/staging-i686/PKGBUILD
(from rev 101458, pokerth/trunk/PKGBUILD)
  pokerth/repos/staging-x86_64/
  pokerth/repos/staging-x86_64/PKGBUILD
(from rev 101458, pokerth/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: pokerth/repos/staging-i686/PKGBUILD (from rev 101458, 
pokerth/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-26 03:19:36 UTC (rev 101459)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Poker game written in C++/Qt4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+  
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Copied: pokerth/repos/staging-x86_64/PKGBUILD (from rev 101458, 
pokerth/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD     (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-26 03:19:36 UTC (rev 101459)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Poker game written in C++/Qt4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+  
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}



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

2013-11-25 Thread Federico Cinelli
Date: Tuesday, November 26, 2013 @ 04:18:29
  Author: cinelli
Revision: 101458

upgpkg: pokerth 1.0.1-3
boost-lib rebuild

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 02:53:19 UTC (rev 101457)
+++ PKGBUILD2013-11-26 03:18:29 UTC (rev 101458)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Poker game written in C++/Qt4"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/";



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

2013-11-24 Thread Federico Cinelli
Date: Monday, November 25, 2013 @ 00:10:10
  Author: cinelli
Revision: 101406

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

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

--+
 /PKGBUILD|   74 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   36 --
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/cantata.install |   12 --
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-24 23:08:03 UTC (rev 101405)
+++ community-i686/PKGBUILD 2013-11-24 23:10:10 UTC (rev 101406)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=1.1.3
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-optdepends=('perl-uri: dynamic playlist')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('22691c1ba9e0f94200f6cdb849be726a')
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 101405, 
cantata/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-24 23:10:10 UTC (rev 101406)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=1.1.3
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 
'taglib-extras')
+optdepends=('perl-uri: dynamic playlist'
+   'mpd: playback')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-11-24 23:08:03 UTC (rev 101405)
+++ community-i686/cantata.install  2013-11-24 23:10:10 UTC (rev 101406)
@@ -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: cantata/repos/community-i686/cantata.install (from rev 101405, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-11-24 23:10:10 UTC (rev 101406)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database

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

2013-11-24 Thread Federico Cinelli
Date: Monday, November 25, 2013 @ 00:08:03
  Author: cinelli
Revision: 101405

FS#37896 fix
upgpkg: cantata 1.1.3-2

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-24 21:57:32 UTC (rev 101404)
+++ PKGBUILD2013-11-24 23:08:03 UTC (rev 101405)
@@ -7,12 +7,13 @@
 pkgname=cantata
 pkgver=1.1.3
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-optdepends=('perl-uri: dynamic playlist')
+depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 
'taglib-extras')
+optdepends=('perl-uri: dynamic playlist'
+   'mpd: playback')
 makedepends=('cmake' 'automoc4')
 install="$pkgname.install"
 source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)



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

2013-11-20 Thread Federico Cinelli
Date: Wednesday, November 20, 2013 @ 11:42:47
  Author: cinelli
Revision: 101234

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
(from rev 101233, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-20 10:41:04 UTC (rev 101233)
+++ PKGBUILD2013-11-20 10:42:47 UTC (rev 101234)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=screenfetch
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="a CLI Bash script to show system/theme info in screenshots"
-arch=('any')
-url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
-license=('GPL')
-depends=('bash' 'xorg-xdpyinfo')
-optdepends=('scrot: Screenshot support')
-source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('6644dd7f3e8666f4986815ae796f25c9')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -d "$pkgdir/usr/bin"
-   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 101233, 
screenfetch/trunk/PKGBUILD)
===
--- PKGBUILD        (rev 0)
+++ PKGBUILD2013-11-20 10:42:47 UTC (rev 101234)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=screenfetch
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
+license=('GPL')
+depends=('bash' 'xorg-xdpyinfo')
+optdepends=('scrot: Screenshot support')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
+md5sums=('de7d68a53559bf1ae5ca17da656501d6')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -d "$pkgdir/usr/bin"
+   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}



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

2013-11-20 Thread Federico Cinelli
Date: Wednesday, November 20, 2013 @ 11:41:04
  Author: cinelli
Revision: 101233

upgpkg: screenfetch 3.2.2-1

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-20 09:52:30 UTC (rev 101232)
+++ PKGBUILD2013-11-20 10:41:04 UTC (rev 101233)
@@ -2,7 +2,7 @@
 # Maintainer: Federico Cinelli 
 
 pkgname=screenfetch
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="a CLI Bash script to show system/theme info in screenshots"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('bash' 'xorg-xdpyinfo')
 optdepends=('scrot: Screenshot support')
 
source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('6644dd7f3e8666f4986815ae796f25c9')
+md5sums=('de7d68a53559bf1ae5ca17da656501d6')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"



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

2013-11-17 Thread Federico Cinelli
Date: Sunday, November 17, 2013 @ 10:51:50
  Author: cinelli
Revision: 101104

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

Added:
  envoy/repos/community-i686/
  envoy/repos/community-i686/.lock
(from rev 101103, envoy/trunk/.lock)
  envoy/repos/community-i686/PKGBUILD
(from rev 101103, envoy/trunk/PKGBUILD)
  envoy/repos/community-x86_64/
  envoy/repos/community-x86_64/.lock
(from rev 101103, envoy/trunk/.lock)
  envoy/repos/community-x86_64/PKGBUILD
(from rev 101103, envoy/trunk/PKGBUILD)

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

Copied: envoy/repos/community-i686/.lock (from rev 101103, envoy/trunk/.lock)
===
Copied: envoy/repos/community-i686/PKGBUILD (from rev 101103, 
envoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-17 09:51:50 UTC (rev 101104)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=envoy
+pkgver=5
+pkgrel=1
+pkgdesc="A ssh-agent/gpg-agent keychain and process monitor"
+arch=('i686' 'x86_64')
+url="http://github.com/vodik/envoy";
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz";
+"clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz";)
+md5sums=('feee9b1a0eed31360324ea868d081801'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}/
+
+# vim: ft=sh syn=sh et

Copied: envoy/repos/community-x86_64/.lock (from rev 101103, envoy/trunk/.lock)
===
Copied: envoy/repos/community-x86_64/PKGBUILD (from rev 101103, 
envoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-17 09:51:50 UTC (rev 101104)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=envoy
+pkgver=5
+pkgrel=1
+pkgdesc="A ssh-agent/gpg-agent keychain and process monitor"
+arch=('i686' 'x86_64')
+url="http://github.com/vodik/envoy";
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz";
+"clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz";)
+md5sums=('feee9b1a0eed31360324ea868d081801'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}/
+
+# vim: ft=sh syn=sh et



[arch-commits] Commit in (5 files)

2013-11-17 Thread Federico Cinelli
Date: Sunday, November 17, 2013 @ 10:35:20
  Author: cinelli
Revision: 101103

envoy moved to community

Added:
  envoy/
  envoy/repos/
  envoy/trunk/
  envoy/trunk/.lock
  envoy/trunk/PKGBUILD

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

Added: envoy/trunk/.lock
===
Added: envoy/trunk/PKGBUILD
===
--- envoy/trunk/PKGBUILD(rev 0)
+++ envoy/trunk/PKGBUILD2013-11-17 09:35:20 UTC (rev 101103)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=envoy
+pkgver=5
+pkgrel=1
+pkgdesc="A ssh-agent/gpg-agent keychain and process monitor"
+arch=('i686' 'x86_64')
+url="http://github.com/vodik/envoy";
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz";
+"clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz";)
+md5sums=('feee9b1a0eed31360324ea868d081801'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C "$pkgname-$pkgver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}/
+
+# vim: ft=sh syn=sh et


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


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

2013-11-15 Thread Federico Cinelli
Date: Saturday, November 16, 2013 @ 07:27:48
  Author: cinelli
Revision: 101079

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

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

--+
 /PKGBUILD|   72 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   37 ---
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/cantata.install |   12 --
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-16 06:25:31 UTC (rev 101078)
+++ community-i686/PKGBUILD 2013-11-16 06:27:48 UTC (rev 101079)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=1.1.2
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-optdepends=('perl-uri: dynamic playlist')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('628991865a505284a7ce56e117cd36cc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 101078, 
cantata/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-16 06:27:48 UTC (rev 101079)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=1.1.3
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
+optdepends=('perl-uri: dynamic playlist')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-11-16 06:25:31 UTC (rev 101078)
+++ community-i686/cantata.install  2013-11-16 06:27:48 UTC (rev 101079)
@@ -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: cantata/repos/community-i686/cantata.install (from rev 101078, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-11-16 06:27:48 UTC (rev 101079)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_i

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

2013-11-15 Thread Federico Cinelli
Date: Saturday, November 16, 2013 @ 07:25:31
  Author: cinelli
Revision: 101078

upgpkg: cantata 1.1.3-1

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-16 03:53:07 UTC (rev 101077)
+++ PKGBUILD2013-11-16 06:25:31 UTC (rev 101078)
@@ -5,9 +5,9 @@
 # Contributor: MisterFred 
 
 pkgname=cantata
-pkgver=1.1.2
+pkgver=1.1.3
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')
@@ -16,8 +16,7 @@
 makedepends=('cmake' 'automoc4')
 install="$pkgname.install"
 source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('628991865a505284a7ce56e117cd36cc')
-
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   mkdir build



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

2013-11-13 Thread Federico Cinelli
Date: Thursday, November 14, 2013 @ 04:02:37
  Author: cinelli
Revision: 100971

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

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

--+
 /PKGBUILD|   74 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   36 --
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/cantata.install |   12 --
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-14 03:01:31 UTC (rev 100970)
+++ community-i686/PKGBUILD 2013-11-14 03:02:37 UTC (rev 100971)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=1.1.2
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('628991865a505284a7ce56e117cd36cc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 100970, 
cantata/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-14 03:02:37 UTC (rev 100971)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=1.1.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
+optdepends=('perl-uri: dynamic playlist')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('628991865a505284a7ce56e117cd36cc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-11-14 03:01:31 UTC (rev 100970)
+++ community-i686/cantata.install  2013-11-14 03:02:37 UTC (rev 100971)
@@ -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: cantata/repos/community-i686/cantata.install (from rev 100970, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-11-14 03:02:37 UTC (rev 100971)
@@ -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
+}

Delet

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

2013-11-13 Thread Federico Cinelli
Date: Thursday, November 14, 2013 @ 04:01:31
  Author: cinelli
Revision: 100970

upgpkg: cantata 1.1.2-2

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 22:07:08 UTC (rev 100969)
+++ PKGBUILD2013-11-14 03:01:31 UTC (rev 100970)
@@ -7,11 +7,12 @@
 pkgname=cantata
 pkgver=1.1.2
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')
 depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 
'libmusicbrainz5')
+optdepends=('perl-uri: dynamic playlist')
 makedepends=('cmake' 'automoc4')
 install="$pkgname.install"
 source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)



[arch-commits] Commit in nss-pam-ldapd/repos (12 files)

2013-11-09 Thread Federico Cinelli
Date: Saturday, November 9, 2013 @ 20:04:45
  Author: cinelli
Revision: 100744

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 100743, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 100743, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 100743, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 100743, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 100743, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 100743, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 100743, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 100743, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install

+
 /PKGBUILD  |   46 +++
 /nslcd.service |   12 
 /nslcd.tmpfiles|1 
 /nss-pam-ldapd.install |   11 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/nslcd.service   |   12 
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 ---
 community-x86_64/PKGBUILD  |   46 +++
 community-x86_64/nslcd.service |   12 
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 +++
 12 files changed, 140 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-09 17:54:38 UTC (rev 100743)
+++ community-i686/PKGBUILD 2013-11-09 19:04:45 UTC (rev 100744)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=5
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url="http://arthurdejong.org/$pkgname/";
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"nslcd.service"
-"nslcd.tmpfiles")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
-  '6e225e0d849a48e01b58adad493f017a34bdf70c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 100743, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-09 19:04:45 UTC (rev 100744)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=5
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service"
+"nslcd.tmpfiles")
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
+  '6e225e0d849a48e01b58adad493f017a3

[arch-commits] Commit in nss-pam-ldapd/repos (12 files)

2013-11-08 Thread Federico Cinelli
Date: Friday, November 8, 2013 @ 17:53:23
  Author: cinelli
Revision: 100696

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 100695, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 100695, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 100695, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 100695, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |   46 +++
 /nslcd.service |   12 
 /nslcd.tmpfiles|1 
 /nss-pam-ldapd.install |   11 +++
 community-i686/PKGBUILD|   46 ---
 community-i686/nslcd.service   |   12 
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   12 
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/nslcd.service |   12 
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   12 
 12 files changed, 70 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-08 16:15:50 UTC (rev 100695)
+++ community-i686/PKGBUILD 2013-11-08 16:53:23 UTC (rev 100696)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=4
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url="http://arthurdejong.org/$pkgname/";
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"nslcd.service"
-"nslcd.tmpfiles")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
-  '6e225e0d849a48e01b58adad493f017a34bdf70c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 100695, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-08 16:53:23 UTC (rev 100696)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=5
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service"
+"nslcd.tmpfiles")
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
+  '6e225e0d849a48e01b58adad493f017a34bdf70c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/

[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD nss-pam-ldapd.install)

2013-11-07 Thread Federico Cinelli
Date: Friday, November 8, 2013 @ 06:41:04
  Author: cinelli
Revision: 100671

upgpkg: nss-pam-ldapd 0.8.13-5

Modified:
  nss-pam-ldapd/trunk/PKGBUILD
  nss-pam-ldapd/trunk/nss-pam-ldapd.install

---+
 PKGBUILD  |2 +-
 nss-pam-ldapd.install |5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-08 03:58:49 UTC (rev 100670)
+++ PKGBUILD2013-11-08 05:41:04 UTC (rev 100671)
@@ -3,7 +3,7 @@
 
 pkgname=nss-pam-ldapd
 pkgver=0.8.13
-pkgrel=4
+pkgrel=5
 pkgdesc='LDAP module for NSS and PAM'
 arch=('i686' 'x86_64')
 url="http://arthurdejong.org/$pkgname/";

Modified: nss-pam-ldapd.install
===
--- nss-pam-ldapd.install   2013-11-08 03:58:49 UTC (rev 100670)
+++ nss-pam-ldapd.install   2013-11-08 05:41:04 UTC (rev 100671)
@@ -1,12 +1,11 @@
 post_install() {
-getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s 
/bin/false nslcd
+getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
 }
 
 post_upgrade() {
-getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd
+getent passwd nslcd >> /dev/null || useradd -r -M -U -d /var/run/nslcd -s 
/bin/false nslcd
 }
 
 pre_remove() {
 userdel nslcd >/dev/null 2>&1 || true
 }
-



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

2013-11-06 Thread Federico Cinelli
Date: Wednesday, November 6, 2013 @ 20:54:56
  Author: cinelli
Revision: 100637

archrelease: copy trunk to community-x86_64

Added:
  ifuse/repos/community-x86_64/0001-Updated-for-libimobiledevice-1.1.5.patch
(from rev 100636, ifuse/trunk/0001-Updated-for-libimobiledevice-1.1.5.patch)
  ifuse/repos/community-x86_64/PKGBUILD
(from rev 100636, ifuse/trunk/PKGBUILD)
Deleted:
  ifuse/repos/community-x86_64/PKGBUILD

---+
 0001-Updated-for-libimobiledevice-1.1.5.patch |   83 
 PKGBUILD  |   61 +
 2 files changed, 117 insertions(+), 27 deletions(-)

Copied: 
ifuse/repos/community-x86_64/0001-Updated-for-libimobiledevice-1.1.5.patch 
(from rev 100636, ifuse/trunk/0001-Updated-for-libimobiledevice-1.1.5.patch)
===
--- 0001-Updated-for-libimobiledevice-1.1.5.patch   
(rev 0)
+++ 0001-Updated-for-libimobiledevice-1.1.5.patch   2013-11-06 19:54:56 UTC 
(rev 100637)
@@ -0,0 +1,83 @@
+From 9ac32aa3cb2ed5242c0fe3c58ef5f571bf2b95d7 Mon Sep 17 00:00:00 2001
+From: Nikias Bassen 
+Date: Sun, 24 Mar 2013 02:45:23 +0100
+Subject: [PATCH 1/1] Updated for libimobiledevice >= 1.1.5
+
+---
+ configure.ac |  4 
+ src/ifuse.c  | 20 +++-
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 85d131a..ca518ff 100644
+--- a/configure.ac
 b/configure.ac
+@@ -17,6 +17,10 @@ PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 
>= 1.1.0, libimobiled
+ if test x"$libimobiledevice_1_1" = xyes; then
+   AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1], 1, [Define if libimobiledevice is 
using 1.1.0 API])
+ fi
++PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 >= 1.1.5, 
libimobiledevice_1_1_5=yes, libimobiledevice_1_1_5=no)
++if test x"$libimobiledevice_1_1_5" = xyes; then
++  AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1_5], 1, [Define if libimobiledevice is 
using 1.1.5 API])
++fi
+ libimobiledevice_VERSION=`$PKG_CONFIG --modversion "libimobiledevice-1.0" 
2>&1`
+ PKG_CHECK_MODULES(libfuse, fuse >= 2.7.0)
+ PKG_CHECK_MODULES(libplist, libplist)
+diff --git a/src/ifuse.c b/src/ifuse.c
+index b5735ee..9fafb47 100644
+--- a/src/ifuse.c
 b/src/ifuse.c
+@@ -71,7 +71,11 @@ static struct {
+   char *appid;
+ #endif
+   char *service_name;
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  lockdownd_service_descriptor_t service;
++#else
+   uint16_t port;
++#endif
+ } opts;
+ 
+ enum {
+@@ -402,7 +406,11 @@ void *ifuse_init(struct fuse_conn_info *conn)
+   afc_client_new_from_house_arrest_client(house_arrest, &afc);
+   } else { 
+ #endif
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  afc_client_new(phone, opts.service, &afc);
++#else
+   afc_client_new(phone, opts.port, &afc);
++#endif
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   }
+ #endif
+@@ -744,7 +752,13 @@ int main(int argc, char *argv[])
+   return EXIT_FAILURE;
+   }
+ 
+-  if ((lockdownd_start_service(control, opts.service_name, &opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port) {
++  if (
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  (lockdownd_start_service(control, opts.service_name, &opts.service) != 
LOCKDOWN_E_SUCCESS) || !opts.service
++#else
++  (lockdownd_start_service(control, opts.service_name, &opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port
++#endif
++  ) {
+   lockdownd_client_free(control);
+   idevice_free(phone);
+   fprintf(stderr, "Failed to start AFC service '%s' on the 
device.\n", opts.service_name);
+@@ -757,7 +771,11 @@ int main(int argc, char *argv[])
+ 
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   if (!strcmp(opts.service_name, HOUSE_ARREST_SERVICE_NAME)) {
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  house_arrest_client_new(phone, opts.service, &house_arrest);
++#else
+   house_arrest_client_new(phone, opts.port, &house_arrest);
++#endif
+   if (!house_arrest) {
+   fprintf(stderr, "Could not start document sharing 
service!\n");
+   return EXIT_FAILURE;
+-- 
+1.8.4.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-06 19:54:28 UTC (rev 100636)
+++ PKGBUILD2013-11-06 19:54:56 UTC (rev 100637)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Thomas Dziedzic  < gostrc at gmail >
-# Contributor: Gabriel Martinez < reitaka at gmail dot com >
-
-pkgname=ifuse
-pkgver=1.1.2
-pkgrel=4
-pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
-arch=('i686' 'x86_64')
-license=('LG

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

2013-11-06 Thread Federico Cinelli
Date: Wednesday, November 6, 2013 @ 20:53:24
  Author: cinelli
Revision: 100635

upgpkg: ifuse 1.1.2-5

Added:
  ifuse/trunk/0001-Updated-for-libimobiledevice-1.1.5.patch
Modified:
  ifuse/trunk/PKGBUILD

---+
 0001-Updated-for-libimobiledevice-1.1.5.patch |   83 
 PKGBUILD  |   13 ++-
 2 files changed, 93 insertions(+), 3 deletions(-)

Added: 0001-Updated-for-libimobiledevice-1.1.5.patch
===
--- 0001-Updated-for-libimobiledevice-1.1.5.patch   
(rev 0)
+++ 0001-Updated-for-libimobiledevice-1.1.5.patch   2013-11-06 19:53:24 UTC 
(rev 100635)
@@ -0,0 +1,83 @@
+From 9ac32aa3cb2ed5242c0fe3c58ef5f571bf2b95d7 Mon Sep 17 00:00:00 2001
+From: Nikias Bassen 
+Date: Sun, 24 Mar 2013 02:45:23 +0100
+Subject: [PATCH 1/1] Updated for libimobiledevice >= 1.1.5
+
+---
+ configure.ac |  4 
+ src/ifuse.c  | 20 +++-
+ 2 files changed, 23 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 85d131a..ca518ff 100644
+--- a/configure.ac
 b/configure.ac
+@@ -17,6 +17,10 @@ PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 
>= 1.1.0, libimobiled
+ if test x"$libimobiledevice_1_1" = xyes; then
+   AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1], 1, [Define if libimobiledevice is 
using 1.1.0 API])
+ fi
++PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 >= 1.1.5, 
libimobiledevice_1_1_5=yes, libimobiledevice_1_1_5=no)
++if test x"$libimobiledevice_1_1_5" = xyes; then
++  AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1_5], 1, [Define if libimobiledevice is 
using 1.1.5 API])
++fi
+ libimobiledevice_VERSION=`$PKG_CONFIG --modversion "libimobiledevice-1.0" 
2>&1`
+ PKG_CHECK_MODULES(libfuse, fuse >= 2.7.0)
+ PKG_CHECK_MODULES(libplist, libplist)
+diff --git a/src/ifuse.c b/src/ifuse.c
+index b5735ee..9fafb47 100644
+--- a/src/ifuse.c
 b/src/ifuse.c
+@@ -71,7 +71,11 @@ static struct {
+   char *appid;
+ #endif
+   char *service_name;
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  lockdownd_service_descriptor_t service;
++#else
+   uint16_t port;
++#endif
+ } opts;
+ 
+ enum {
+@@ -402,7 +406,11 @@ void *ifuse_init(struct fuse_conn_info *conn)
+   afc_client_new_from_house_arrest_client(house_arrest, &afc);
+   } else { 
+ #endif
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  afc_client_new(phone, opts.service, &afc);
++#else
+   afc_client_new(phone, opts.port, &afc);
++#endif
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   }
+ #endif
+@@ -744,7 +752,13 @@ int main(int argc, char *argv[])
+   return EXIT_FAILURE;
+   }
+ 
+-  if ((lockdownd_start_service(control, opts.service_name, &opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port) {
++  if (
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  (lockdownd_start_service(control, opts.service_name, &opts.service) != 
LOCKDOWN_E_SUCCESS) || !opts.service
++#else
++  (lockdownd_start_service(control, opts.service_name, &opts.port) != 
LOCKDOWN_E_SUCCESS) || !opts.port
++#endif
++  ) {
+   lockdownd_client_free(control);
+   idevice_free(phone);
+   fprintf(stderr, "Failed to start AFC service '%s' on the 
device.\n", opts.service_name);
+@@ -757,7 +771,11 @@ int main(int argc, char *argv[])
+ 
+ #ifdef HAVE_LIBIMOBILEDEVICE_1_1
+   if (!strcmp(opts.service_name, HOUSE_ARREST_SERVICE_NAME)) {
++#ifdef HAVE_LIBIMOBILEDEVICE_1_1_5
++  house_arrest_client_new(phone, opts.service, &house_arrest);
++#else
+   house_arrest_client_new(phone, opts.port, &house_arrest);
++#endif
+   if (!house_arrest) {
+   fprintf(stderr, "Could not start document sharing 
service!\n");
+   return EXIT_FAILURE;
+-- 
+1.8.4.2
+

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 19:23:24 UTC (rev 100634)
+++ PKGBUILD2013-11-06 19:53:24 UTC (rev 100635)
@@ -5,15 +5,22 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";)
-md5sums=('4152526b2ac3c505cb41797d997be14d')
+source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2";
+'0001-Updated-for-libimobiledevice-1.1.5.patch')
+md5sums=('4152526b2ac3c505cb41797d997be14d'
+'ca4d4af7f830c10645b605f1572c0ba6')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i "$srcdir/0001-Updated-for-libimobiledevice-1.1.5.patch"
+}
+
 build() {
   cd "$pkgname-$pkgver"
 



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

2013-10-31 Thread Federico Cinelli
Date: Friday, November 1, 2013 @ 06:49:38
  Author: cinelli
Revision: 100064

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

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

---+
 /PKGBUILD |   58 
 /texmaker.install |   14 
 community-i686/PKGBUILD   |   29 --
 community-i686/texmaker.install   |7 
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/texmaker.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-01 05:47:44 UTC (rev 100063)
+++ community-i686/PKGBUILD 2013-11-01 05:49:38 UTC (rev 100064)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html";
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('5abe8618367bd7923f792378751648f7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  qmake-qt4 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -dm755 "$pkgdir/usr/share"
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 100063, 
texmaker/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-01 05:49:38 UTC (rev 100064)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.1
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt5: accented characters support'
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('97ef7f97e73d69283391e467e5758275')
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2013-11-01 05:47:44 UTC (rev 100063)
+++ community-i686/texmaker.install 2013-11-01 05:49:38 UTC (rev 100064)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 100063, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-11-01 05:49:38 UTC (rev 100064)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-01 05:47:44 UTC (rev 100063)
+++ community-x86_64/PKGBUILD   2013-11-01 05:49:38 UTC (rev 100064)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.4
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor&#

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

2013-10-31 Thread Federico Cinelli
Date: Friday, November 1, 2013 @ 06:47:44
  Author: cinelli
Revision: 100063

upgpkg: texmaker 4.1-1

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-01 02:29:31 UTC (rev 100062)
+++ PKGBUILD2013-11-01 05:47:44 UTC (rev 100063)
@@ -1,24 +1,24 @@
 # $Id$
-#Maintainer: Federico Cinelli 
+# Maintainer: Federico Cinelli 
 
 pkgname=texmaker
-pkgver=4.0.4
+pkgver=4.1
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
 url="http://www.xm1math.net/texmaker/index.html";
 license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
+depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
 optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
+   'ibus-qt5: accented characters support'
'poppler: PDF rendering support')
 install="$pkgname.install"
 source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('5abe8618367bd7923f792378751648f7')
+md5sums=('97ef7f97e73d69283391e467e5758275')
 
 build() {
   cd "$pkgname-$pkgver"
-  qmake-qt4 PREFIX=/usr texmaker.pro
+  qmake-qt5 PREFIX=/usr texmaker.pro
   make
 }
 package() {



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

2013-10-12 Thread Federico Cinelli
Date: Sunday, October 13, 2013 @ 03:41:24
  Author: cinelli
Revision: 98540

archrelease: copy trunk to community-any

Modified:
  screenfetch/repos/community-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-13 01:40:26 UTC (rev 98539)
+++ PKGBUILD2013-10-13 01:41:24 UTC (rev 98540)
@@ -2,7 +2,7 @@
 # Maintainer: Federico Cinelli 
 
 pkgname=screenfetch
-pkgver=3.0.5
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="a CLI Bash script to show system/theme info in screenshots"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('bash' 'xorg-xdpyinfo')
 optdepends=('scrot: Screenshot support')
 
source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('444c786cc91851aa7efba2cc7267d2b3')
+md5sums=('6644dd7f3e8666f4986815ae796f25c9')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"



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

2013-10-12 Thread Federico Cinelli
Date: Sunday, October 13, 2013 @ 03:40:26
  Author: cinelli
Revision: 98539

upgpkg: screenfetch 3.2.0-1

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-13 01:30:22 UTC (rev 98538)
+++ PKGBUILD2013-10-13 01:40:26 UTC (rev 98539)
@@ -2,7 +2,7 @@
 # Maintainer: Federico Cinelli 
 
 pkgname=screenfetch
-pkgver=3.0.5
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="a CLI Bash script to show system/theme info in screenshots"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('bash' 'xorg-xdpyinfo')
 optdepends=('scrot: Screenshot support')
 
source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('444c786cc91851aa7efba2cc7267d2b3')
+md5sums=('6644dd7f3e8666f4986815ae796f25c9')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"



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

2013-10-12 Thread Federico Cinelli
Date: Sunday, October 13, 2013 @ 03:30:22
  Author: cinelli
Revision: 98538

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

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

---+
 /PKGBUILD |   58 
 /texmaker.install |   14 
 community-i686/PKGBUILD   |   29 --
 community-i686/texmaker.install   |7 
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/texmaker.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-13 01:28:45 UTC (rev 98537)
+++ community-i686/PKGBUILD 2013-10-13 01:30:22 UTC (rev 98538)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html";
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f')
-
-build() {
-  cd "$pkgname-$pkgver"
-  qmake-qt4 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -dm755 "$pkgdir/usr/share"
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 98537, 
texmaker/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-13 01:30:22 UTC (rev 98538)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('5abe8618367bd7923f792378751648f7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt4 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2013-10-13 01:28:45 UTC (rev 98537)
+++ community-i686/texmaker.install 2013-10-13 01:30:22 UTC (rev 98538)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 98537, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-10-13 01:30:22 UTC (rev 98538)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-13 01:28:45 UTC (rev 98537)
+++ community-x86_64/PKGBUILD   2013-10-13 01:30:22 UTC (rev 98538)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64

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

2013-10-12 Thread Federico Cinelli
Date: Sunday, October 13, 2013 @ 03:28:45
  Author: cinelli
Revision: 98537

upgpkg: texmaker 4.0.4-1

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-13 00:27:16 UTC (rev 98536)
+++ PKGBUILD2013-10-13 01:28:45 UTC (rev 98537)
@@ -2,7 +2,7 @@
 #Maintainer: Federico Cinelli 
 
 pkgname=texmaker
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
'poppler: PDF rendering support')
 install="$pkgname.install"
 source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f')
+md5sums=('5abe8618367bd7923f792378751648f7')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in nss-pam-ldapd/repos (10 files)

2013-08-04 Thread Federico Cinelli
Date: Sunday, August 4, 2013 @ 12:16:34
  Author: cinelli
Revision: 95041

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 95040, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 95040, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 95040, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 95040, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 95040, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 95040, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 95040, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 95040, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles

+
 /nslcd.tmpfiles|2 +
 community-i686/PKGBUILD|   46 +++
 community-i686/nslcd.service   |   12 
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   12 
 community-x86_64/PKGBUILD  |   46 +++
 community-x86_64/nslcd.service |   12 
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   12 
 9 files changed, 142 insertions(+), 2 deletions(-)

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 95040, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-04 10:16:34 UTC (rev 95041)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=4
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service"
+"nslcd.tmpfiles")
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
+  '6e225e0d849a48e01b58adad493f017a34bdf70c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security;
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
+  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/nslcd.service (from rev 95040, 
nss-pam-ldapd/trunk/nslcd.service)
===
--- community-i686/nslcd.service(rev 0)
+++ community-i686/nslcd.service2013-08-04 10:16:34 UTC (rev 95041)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Naming services LDAP client daemon.
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/nslcd/nslcd.pid
+ExecStart=/usr/bin/nslcd
+
+[Install]
+WantedBy=multi-user.target
+

Deleted: community-i686/nslcd.tmpfiles
===
--- community-i686/nslcd.tmpfiles   2013-08-04 10:04:08 UTC (rev 95040)
+++ community-i686/nslcd.tmpfiles   2013-08-04 10:16:34 UTC (rev 95041)
@@ -1 +0,0 @@
-d /run/nslcd 0755 nslcd nslcd -

Copied: nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles (from rev 95040, 
nss-pam-ldapd/trunk/nslcd.tmpfiles)
===
--- community-i686/nslcd.tmpfiles   (rev 0)
+++ community-i686/nslcd.tmpfiles   2013-08-04 10:16:34 UTC (rev 95041)
@@ -0,0 +1 @@
+d /run/nslcd 0755 nslcd nslcd -

Copied: nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install (from rev 
95040, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
===

[arch-commits] Commit in nss-pam-ldapd/repos (6 files)

2013-08-04 Thread Federico Cinelli
Date: Sunday, August 4, 2013 @ 12:04:08
  Author: cinelli
Revision: 95040

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

Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 community-i686/PKGBUILD|   45 ---
 community-i686/nslcd.service   |   12 
 community-i686/nss-pam-ldapd.install   |   12 
 community-x86_64/PKGBUILD  |   45 ---
 community-x86_64/nslcd.service |   12 
 community-x86_64/nss-pam-ldapd.install |   12 
 6 files changed, 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-04 10:02:31 UTC (rev 95039)
+++ community-i686/PKGBUILD 2013-08-04 10:04:08 UTC (rev 95040)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=3
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url="http://arthurdejong.org/$pkgname/";
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"nslcd.service"
-"nslcd.tmpfiles")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
-  '6e225e0d849a48e01b58adad493f017a34bdf70c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-i686/nslcd.service
===
--- community-i686/nslcd.service2013-08-04 10:02:31 UTC (rev 95039)
+++ community-i686/nslcd.service2013-08-04 10:04:08 UTC (rev 95040)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Naming services LDAP client daemon.
-After=syslog.target network.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/nslcd/nslcd.pid
-ExecStart=/usr/bin/nslcd
-
-[Install]
-WantedBy=multi-user.target
-

Deleted: community-i686/nss-pam-ldapd.install
===
--- community-i686/nss-pam-ldapd.install2013-08-04 10:02:31 UTC (rev 
95039)
+++ community-i686/nss-pam-ldapd.install2013-08-04 10:04:08 UTC (rev 
95040)
@@ -1,12 +0,0 @@
-post_install() {
-getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s 
/bin/false nslcd
-}
-
-post_upgrade() {
-getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd
-}
-
-pre_remove() {
-userdel nslcd >/dev/null 2>&1 || true
-}
-

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-04 10:02:31 UTC (rev 95039)
+++ community-x86_64/PKGBUILD   2013-08-04 10:04:08 UTC (rev 95040)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=3
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url="http://arthurdejong.org/$pkgname/";
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"nslcd.service"
-"nslcd.tmpfiles")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
-  '6e225e0d849a48e01b58adad493f017a34bdf70c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin

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

2013-08-04 Thread Federico Cinelli
Date: Sunday, August 4, 2013 @ 12:02:31
  Author: cinelli
Revision: 95039

upgpkg: nss-pam-ldapd 0.8.13-4

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-04 09:51:50 UTC (rev 95038)
+++ PKGBUILD2013-08-04 10:02:31 UTC (rev 95039)
@@ -3,7 +3,7 @@
 
 pkgname=nss-pam-ldapd
 pkgver=0.8.13
-pkgrel=3
+pkgrel=4
 pkgdesc='LDAP module for NSS and PAM'
 arch=('i686' 'x86_64')
 url="http://arthurdejong.org/$pkgname/";
@@ -36,6 +36,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  install -Dm644 "$srcdir/nslcd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
   install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
   install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
 



[arch-commits] Commit in nss-pam-ldapd/repos (14 files)

2013-08-04 Thread Federico Cinelli
Date: Sunday, August 4, 2013 @ 11:51:50
  Author: cinelli
Revision: 95038

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 95037, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 95037, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 95037, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 95037, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 95037, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 95037, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 95037, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 95037, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |   90 +++
 /nslcd.service |   24 
 /nss-pam-ldapd.install |   24 
 community-i686/PKGBUILD|   43 --
 community-i686/nslcd.service   |   12 
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   12 
 community-x86_64/PKGBUILD  |   43 --
 community-x86_64/nslcd.service |   12 
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   12 
 11 files changed, 140 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-04 09:50:16 UTC (rev 95037)
+++ community-i686/PKGBUILD 2013-08-04 09:51:50 UTC (rev 95038)
@@ -1,43 +0,0 @@
-# $Id
-# Maintainer: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.13
-pkgrel=2
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url="http://arthurdejong.org/$pkgname/";
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"nslcd.service")
-sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 95037, 
nss-pam-ldapd/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-04 09:51:50 UTC (rev 95038)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=3
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service"
+"nslcd.tmpfiles")
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
+  '6e225e0d849a48e01b58adad493f017a34bdf70c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--local

[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD nslcd.tmpfiles)

2013-08-04 Thread Federico Cinelli
Date: Sunday, August 4, 2013 @ 11:50:16
  Author: cinelli
Revision: 95037

Added tmpfile.d fixing FS#35733
upgpkg: nss-pam-ldapd 0.8.13-3

Added:
  nss-pam-ldapd/trunk/nslcd.tmpfiles
Modified:
  nss-pam-ldapd/trunk/PKGBUILD

+
 PKGBUILD   |   10 ++
 nslcd.tmpfiles |1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-04 09:44:38 UTC (rev 95036)
+++ PKGBUILD2013-08-04 09:50:16 UTC (rev 95037)
@@ -1,9 +1,9 @@
-# $Id
+# $Id$
 # Maintainer: Federico Cinelli 
 
 pkgname=nss-pam-ldapd
 pkgver=0.8.13
-pkgrel=2
+pkgrel=3
 pkgdesc='LDAP module for NSS and PAM'
 arch=('i686' 'x86_64')
 url="http://arthurdejong.org/$pkgname/";
@@ -15,9 +15,11 @@
 install=nss-pam-ldapd.install
 backup=('etc/nslcd.conf')
 source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"nslcd.service")
+"nslcd.service"
+"nslcd.tmpfiles")
 sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
-  'b564fa5738963a67a9240bf4ce63b2fa494cafb7')
+  'b564fa5738963a67a9240bf4ce63b2fa494cafb7'
+  '6e225e0d849a48e01b58adad493f017a34bdf70c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Added: nslcd.tmpfiles
===
--- nslcd.tmpfiles  (rev 0)
+++ nslcd.tmpfiles  2013-08-04 09:50:16 UTC (rev 95037)
@@ -0,0 +1 @@
+d /run/nslcd 0755 nslcd nslcd -



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

2013-08-02 Thread Federico Cinelli
Date: Saturday, August 3, 2013 @ 00:34:27
  Author: cinelli
Revision: 94996

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-02 22:33:18 UTC (rev 94995)
+++ community-i686/PKGBUILD 2013-08-02 22:34:27 UTC (rev 94996)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('2bff2c595b6570ac9bd6efb692fde274')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 94995, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-02 22:34:27 UTC (rev 94996)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('4332391ce058c636d6c15d05d4cecd86')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
=======
--- community-x86_64/PKGBUILD   2013-08-02 22:33:18 UTC (rev 94995)
+++ community-x86_64/PKGBUILD   2013-08-02 22:34:27 UTC (rev 94996)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('2bff2c595b6570ac9bd6efb692fde274')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 94995, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-02 22:34:27 UTC (rev 94996)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('4332391ce058c636d6c15d05d4cecd86')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}



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

2013-08-02 Thread Federico Cinelli
Date: Saturday, August 3, 2013 @ 00:33:18
  Author: cinelli
Revision: 94995

upgpkg: gputils 1.2.0-1

Modified:
  gputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-02 22:19:28 UTC (rev 94994)
+++ PKGBUILD2013-08-02 22:33:18 UTC (rev 94995)
@@ -5,15 +5,15 @@
 # Contributor: Stefan Husmann 
 
 pkgname=gputils
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="PIC Programming Utilities"
 arch=('i686' 'x86_64')
 url="http://gputils.sourceforge.net/";
 license=('GPL')
 depends=('glibc')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+md5sums=('4332391ce058c636d6c15d05d4cecd86')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"



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

2013-08-02 Thread Federico Cinelli
Date: Saturday, August 3, 2013 @ 00:19:28
  Author: cinelli
Revision: 94994

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

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

---+
 /PKGBUILD |   58 
 /texmaker.install |   14 
 community-i686/PKGBUILD   |   29 --
 community-i686/texmaker.install   |7 
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/texmaker.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-02 22:18:17 UTC (rev 94993)
+++ community-i686/PKGBUILD 2013-08-02 22:19:28 UTC (rev 94994)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html";
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
-
-build() {  
-  cd "$pkgname-$pkgver"
-  qmake-qt4 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -dm755 "$pkgdir/usr/share"
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 94993, 
texmaker/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-02 22:19:28 UTC (rev 94994)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  qmake-qt4 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2013-08-02 22:18:17 UTC (rev 94993)
+++ community-i686/texmaker.install 2013-08-02 22:19:28 UTC (rev 94994)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 94993, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-08-02 22:19:28 UTC (rev 94994)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-02 22:18:17 UTC (rev 94993)
+++ community-x86_64/PKGBUILD   2013-08-02 22:19:28 UTC (rev 94994)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64

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

2013-08-02 Thread Federico Cinelli
Date: Saturday, August 3, 2013 @ 00:18:17
  Author: cinelli
Revision: 94993

upgpkg: texmaker 4.0.3-1

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-02 21:52:25 UTC (rev 94992)
+++ PKGBUILD2013-08-02 22:18:17 UTC (rev 94993)
@@ -2,7 +2,7 @@
 #Maintainer: Federico Cinelli 
 
 pkgname=texmaker
-pkgver=4.0.2
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@
'poppler: PDF rendering support')
 install="$pkgname.install"
 source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
+md5sums=('fe33120eef6d6ae6dcbf949d5d5c7a4f')
 
-build() {  
+build() {
   cd "$pkgname-$pkgver"
   qmake-qt4 PREFIX=/usr texmaker.pro
   make



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

2013-08-02 Thread Federico Cinelli
Date: Friday, August 2, 2013 @ 23:52:25
  Author: cinelli
Revision: 94992

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
(from rev 94991, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-02 21:51:36 UTC (rev 94991)
+++ PKGBUILD2013-08-02 21:52:25 UTC (rev 94992)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=screenfetch
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="a CLI Bash script to show system/theme info in screenshots"
-arch=('any')
-url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
-license=('GPL')
-depends=('bash' 'xorg-xdpyinfo')
-optdepends=('scrot: Screenshot support')
-source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('1d4b6c19b316581ccef56496120e8d07')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -d "$pkgdir/usr/bin"
-   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 94991, 
screenfetch/trunk/PKGBUILD)
===
--- PKGBUILD        (rev 0)
+++ PKGBUILD2013-08-02 21:52:25 UTC (rev 94992)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=screenfetch
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
+license=('GPL')
+depends=('bash' 'xorg-xdpyinfo')
+optdepends=('scrot: Screenshot support')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
+md5sums=('444c786cc91851aa7efba2cc7267d2b3')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -d "$pkgdir/usr/bin"
+   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}



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

2013-08-02 Thread Federico Cinelli
Date: Friday, August 2, 2013 @ 23:51:36
  Author: cinelli
Revision: 94991

upgpkg: screenfetch 3.0.5-1

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-02 18:18:57 UTC (rev 94990)
+++ PKGBUILD2013-08-02 21:51:36 UTC (rev 94991)
@@ -2,7 +2,7 @@
 # Maintainer: Federico Cinelli 
 
 pkgname=screenfetch
-pkgver=2.9.0
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="a CLI Bash script to show system/theme info in screenshots"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('bash' 'xorg-xdpyinfo')
 optdepends=('scrot: Screenshot support')
 
source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('1d4b6c19b316581ccef56496120e8d07')
+md5sums=('444c786cc91851aa7efba2cc7267d2b3')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gtkpod/repos (9 files)

2013-04-29 Thread Federico Cinelli
Date: Tuesday, April 30, 2013 @ 07:59:32
  Author: cinelli
Revision: 89564

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

Added:
  gtkpod/repos/community-i686/PKGBUILD
(from rev 89563, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
(from rev 89563, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-i686/gtkpod.install
(from rev 89563, gtkpod/trunk/gtkpod.install)
  gtkpod/repos/community-x86_64/PKGBUILD
(from rev 89563, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-x86_64/gtkpod-2.1.3-gdl-3.6.patch
(from rev 89563, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-x86_64/gtkpod.install
(from rev 89563, gtkpod/trunk/gtkpod.install)
Deleted:
  gtkpod/repos/community-i686/PKGBUILD
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
  gtkpod/repos/community-i686/gtkpod.install

-+
 /PKGBUILD   |   40 +
 /gtkpod-2.1.3-gdl-3.6.patch |   59 ++
 /gtkpod.install |   12 +
 community-i686/PKGBUILD |   40 -
 community-i686/gtkpod-2.1.3-gdl-3.6.patch   |   59 --
 community-i686/gtkpod.install   |   12 -
 community-x86_64/PKGBUILD   |   40 +
 community-x86_64/gtkpod-2.1.3-gdl-3.6.patch |   59 ++
 community-x86_64/gtkpod.install |   12 +
 9 files changed, 222 insertions(+), 111 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-30 05:49:18 UTC (rev 89563)
+++ community-i686/PKGBUILD 2013-04-30 05:59:32 UTC (rev 89564)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-
-pkgname=gtkpod
-pkgver=2.1.3
-pkgrel=3
-pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
-arch=('i686' 'x86_64')
-url="http://gtkpod.sourceforge.net";
-license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
-makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-   'libvorbis: OGG support'
-'id3v2: mp3 conversion support'
-'faad2: m4a conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
-   gtkpod-2.1.3-gdl-3.6.patch)
-md5sums=('57f04578de6e3262a436ec574422b144'
-'94a4cc0b47ba8895c0a51e53e94da517')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtkpod/repos/community-i686/PKGBUILD (from rev 89563, 
gtkpod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-30 05:59:32 UTC (rev 89564)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.3
+pkgrel=3
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
+   gtkpod-2.1.3-gdl-3.6.patch)
+md5sums=('57f04578de6e3262a436ec574422b144'
+'94a4cc0b47ba8895c0a51e53e94da517')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
+  sed -i 's#python#python2#&#x

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

2013-04-29 Thread Federico Cinelli
Date: Tuesday, April 30, 2013 @ 07:49:18
  Author: cinelli
Revision: 89563

Fixed typo

Modified:
  gtkpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-30 05:43:23 UTC (rev 89562)
+++ PKGBUILD2013-04-30 05:49:18 UTC (rev 89563)
@@ -22,7 +22,7 @@
 source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
gtkpod-2.1.3-gdl-3.6.patch)
 md5sums=('57f04578de6e3262a436ec574422b144'
-'94a4cc0b47ba8895c0a51e53e94da517')
+'94a4cc0b47ba8895c0a51e53e94da517')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in gtkpod/repos (9 files)

2013-04-29 Thread Federico Cinelli
Date: Tuesday, April 30, 2013 @ 07:43:23
  Author: cinelli
Revision: 89562

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

Added:
  gtkpod/repos/community-i686/PKGBUILD
(from rev 89561, gtkpod/trunk/PKGBUILD)
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
(from rev 89561, gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch)
  gtkpod/repos/community-i686/gtkpod.install
(from rev 89561, gtkpod/trunk/gtkpod.install)
Deleted:
  gtkpod/repos/community-i686/PKGBUILD
  gtkpod/repos/community-i686/gtkpod-2.1.3-gdl-3.6.patch
  gtkpod/repos/community-i686/gtkpod.install
  gtkpod/repos/community-x86_64/PKGBUILD
  gtkpod/repos/community-x86_64/gtkpod-2.1.3-gdl-3.6.patch
  gtkpod/repos/community-x86_64/gtkpod.install

-+
 /PKGBUILD   |   40 +
 /gtkpod-2.1.3-gdl-3.6.patch |   59 ++
 /gtkpod.install |   12 +
 community-i686/PKGBUILD |   41 --
 community-i686/gtkpod-2.1.3-gdl-3.6.patch   |   44 ---
 community-i686/gtkpod.install   |   12 -
 community-x86_64/PKGBUILD   |   41 --
 community-x86_64/gtkpod-2.1.3-gdl-3.6.patch |   44 ---
 community-x86_64/gtkpod.install |   12 -
 9 files changed, 111 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-30 05:37:01 UTC (rev 89561)
+++ community-i686/PKGBUILD 2013-04-30 05:43:23 UTC (rev 89562)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Kevin Piche 
-# Contributor: Aaron Griffin 
-
-pkgname=gtkpod
-pkgver=2.1.3
-pkgrel=2
-pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
-arch=('i686' 'x86_64')
-url="http://gtkpod.sourceforge.net";
-license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
-makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-   'libvorbis: OGG support'
-'id3v2: mp3 conversion support'
-'faad2: m4a conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
-gtkpod-2.1.3-gdl-3.6.patch)
-md5sums=('57f04578de6e3262a436ec574422b144'
- '8d725015081bd89bc8f9a4521d170aef')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gtkpod/repos/community-i686/PKGBUILD (from rev 89561, 
gtkpod/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-30 05:43:23 UTC (rev 89562)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Kevin Piche 
+# Contributor: Aaron Griffin 
+
+pkgname=gtkpod
+pkgver=2.1.3
+pkgrel=3
+pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
+arch=('i686' 'x86_64')
+url="http://gtkpod.sourceforge.net";
+license=('GPL')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
+makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
+   gtkpod-2.1.3-gdl-3.6.patch)
+md5sums=('57f04578de6e3262a436ec574422b144'
+'94a4cc0b47ba8895c0a51e53e94da517')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgd

[arch-commits] Commit in gtkpod/trunk (PKGBUILD gtkpod-2.1.3-gdl-3.6.patch)

2013-04-29 Thread Federico Cinelli
Date: Tuesday, April 30, 2013 @ 07:37:01
  Author: cinelli
Revision: 89561

Fixed. FS#34950 - [gtkpod] segfault 

Modified:
  gtkpod/trunk/PKGBUILD
  gtkpod/trunk/gtkpod-2.1.3-gdl-3.6.patch

+
 PKGBUILD   |7 +++
 gtkpod-2.1.3-gdl-3.6.patch |   27 +--
 2 files changed, 24 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-30 03:38:06 UTC (rev 89560)
+++ PKGBUILD2013-04-30 05:37:01 UTC (rev 89561)
@@ -5,7 +5,7 @@
 
 pkgname=gtkpod
 pkgver=2.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net";
@@ -20,9 +20,9 @@
 install=gtkpod.install
 options=('!libtool')
 source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz";
-gtkpod-2.1.3-gdl-3.6.patch)
+   gtkpod-2.1.3-gdl-3.6.patch)
 md5sums=('57f04578de6e3262a436ec574422b144'
- '8d725015081bd89bc8f9a4521d170aef')
+'94a4cc0b47ba8895c0a51e53e94da517')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -36,6 +36,5 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
 }

Modified: gtkpod-2.1.3-gdl-3.6.patch
===
--- gtkpod-2.1.3-gdl-3.6.patch  2013-04-30 03:38:06 UTC (rev 89560)
+++ gtkpod-2.1.3-gdl-3.6.patch  2013-04-30 05:37:01 UTC (rev 89561)
@@ -1,7 +1,7 @@
-Index: gtkpod-2.1.2/src/anjuta-action-callbacks.c
+Index: gtkpod-2.1.3/src/anjuta-action-callbacks.c
 ===
 gtkpod-2.1.2.orig/src/anjuta-action-callbacks.c
-+++ gtkpod-2.1.2/src/anjuta-action-callbacks.c
+--- gtkpod-2.1.3.orig/src/anjuta-action-callbacks.c
 gtkpod-2.1.3/src/anjuta-action-callbacks.c
 @@ -65,7 +65,7 @@ void
  on_layout_lock_toggle (GtkAction *action, AnjutaApp *app)
  {
@@ -11,10 +11,10 @@
  gtk_toggle_action_get_active 
(GTK_TOGGLE_ACTION (action)),
  NULL);
  }
-Index: gtkpod-2.1.2/src/anjuta-app.c
+Index: gtkpod-2.1.3/src/anjuta-app.c
 ===
 gtkpod-2.1.2.orig/src/anjuta-app.c
-+++ gtkpod-2.1.2/src/anjuta-app.c
+--- gtkpod-2.1.3.orig/src/anjuta-app.c
 gtkpod-2.1.3/src/anjuta-app.c
 @@ -252,7 +252,7 @@ static void on_gdl_style_changed(GSettin
  else if (g_strcmp0(pr_style, "Tabs") == 0)
  style = GDL_SWITCHER_STYLE_TABS;
@@ -42,3 +42,18 @@
  G_CALLBACK (on_layout_locked_notify), app);
  
  /* UI engine */
+Index: gtkpod-2.1.3/src/gtkpod.c
+===
+--- gtkpod-2.1.3.orig/src/gtkpod.c
 gtkpod.2.1.3/src/gtkpod.c
+@@ -235,8 +235,8 @@ void
+ session_dir = get_user_session_dir();
+ anjuta_shell_session_save(ANJUTA_SHELL(app), session_dir, NULL);
+ g_free(session_dir);
+-
+-anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL);
++
++/* anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL); */
+ 
+ if (!gtkpod_cleanup_quit()) {
+ // Dont want to quit so avoid signalling any destroy event



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

2013-04-28 Thread Federico Cinelli
Date: Monday, April 29, 2013 @ 05:23:52
  Author: cinelli
Revision: 89385

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

Added:
  libquicktime/repos/community-staging-i686/
  libquicktime/repos/community-staging-i686/PKGBUILD
(from rev 89384, libquicktime/trunk/PKGBUILD)
  libquicktime/repos/community-staging-x86_64/
  libquicktime/repos/community-staging-x86_64/PKGBUILD
(from rev 89384, libquicktime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libquicktime/repos/community-staging-i686/PKGBUILD (from rev 89384, 
libquicktime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 03:23:52 UTC (rev 89385)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=5
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+   --without-doxygen
+   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libquicktime/repos/community-staging-x86_64/PKGBUILD (from rev 89384, 
libquicktime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 03:23:52 UTC (rev 89385)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=5
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+   --without-doxygen
+   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2013-04-28 Thread Federico Cinelli
Date: Monday, April 29, 2013 @ 05:00:25
  Author: cinelli
Revision: 89383

rebuilt against libpng1.6

Modified:
  libquicktime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 02:58:00 UTC (rev 89382)
+++ PKGBUILD2013-04-29 03:00:25 UTC (rev 89383)
@@ -4,7 +4,7 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for reading and writing quicktime files"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 23:34:33
  Author: cinelli
Revision: 89366

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

Added:
  gmerlin/repos/community-staging-i686/PKGBUILD
(from rev 89365, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-staging-i686/cdio-api-fixes.patch
(from rev 89365, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-staging-i686/gmerlin-texi.patch
(from rev 89365, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-staging-i686/gmerlin.install
(from rev 89365, gmerlin/trunk/gmerlin.install)
  gmerlin/repos/community-staging-x86_64/PKGBUILD
(from rev 89365, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-staging-x86_64/cdio-api-fixes.patch
(from rev 89365, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-staging-x86_64/gmerlin-texi.patch
(from rev 89365, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-staging-x86_64/gmerlin.install
(from rev 89365, gmerlin/trunk/gmerlin.install)
Deleted:
  gmerlin/repos/community-staging-i686/PKGBUILD
  gmerlin/repos/community-staging-i686/cdio-api-fixes.patch
  gmerlin/repos/community-staging-i686/gmerlin-texi.patch
  gmerlin/repos/community-staging-i686/gmerlin.install
  gmerlin/repos/community-staging-x86_64/PKGBUILD
  gmerlin/repos/community-staging-x86_64/cdio-api-fixes.patch
  gmerlin/repos/community-staging-x86_64/gmerlin-texi.patch
  gmerlin/repos/community-staging-x86_64/gmerlin.install

---+
 /PKGBUILD |   90 
 /cdio-api-fixes.patch |  208 +
 /gmerlin-texi.patch   | 3692 
 /gmerlin.install  |   50 
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/cdio-api-fixes.patch   |  104 
 community-staging-i686/gmerlin-texi.patch | 1846 
 community-staging-i686/gmerlin.install|   25 
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/cdio-api-fixes.patch |  104 
 community-staging-x86_64/gmerlin-texi.patch   | 1846 
 community-staging-x86_64/gmerlin.install  |   25 
 12 files changed, 4040 insertions(+), 4040 deletions(-)

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


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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 23:21:36
  Author: cinelli
Revision: 89365

Increased pkgrel by 2 accidently. Fixed.

Modified:
  gmerlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 21:11:10 UTC (rev 89364)
+++ PKGBUILD2013-04-28 21:21:36 UTC (rev 89365)
@@ -3,7 +3,7 @@
 
 pkgname=gmerlin
 pkgver=1.2.0
-pkgrel=4
+pkgrel=3
 pkgdesc="Multimedia architecture for Linux"
 arch=('i686' 'x86_64')
 url="http://openmovieeditor.sourceforge.net/HomePage";



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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 23:11:10
  Author: cinelli
Revision: 89364

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

Added:
  gmerlin/repos/community-staging-i686/
  gmerlin/repos/community-staging-i686/PKGBUILD
(from rev 89363, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-staging-i686/cdio-api-fixes.patch
(from rev 89363, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-staging-i686/gmerlin-texi.patch
(from rev 89363, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-staging-i686/gmerlin.install
(from rev 89363, gmerlin/trunk/gmerlin.install)
  gmerlin/repos/community-staging-x86_64/
  gmerlin/repos/community-staging-x86_64/PKGBUILD
(from rev 89363, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-staging-x86_64/cdio-api-fixes.patch
(from rev 89363, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-staging-x86_64/gmerlin-texi.patch
(from rev 89363, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-staging-x86_64/gmerlin.install
(from rev 89363, gmerlin/trunk/gmerlin.install)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/cdio-api-fixes.patch   |  104 +
 community-staging-i686/gmerlin-texi.patch | 1846 
 community-staging-i686/gmerlin.install|   25 
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/cdio-api-fixes.patch |  104 +
 community-staging-x86_64/gmerlin-texi.patch   | 1846 
 community-staging-x86_64/gmerlin.install  |   25 
 8 files changed, 4040 insertions(+)

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


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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 22:51:15
  Author: cinelli
Revision: 89363

rebuilt against libpng 1.6

Modified:
  gmerlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 20:39:50 UTC (rev 89362)
+++ PKGBUILD2013-04-28 20:51:15 UTC (rev 89363)
@@ -3,7 +3,7 @@
 
 pkgname=gmerlin
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Multimedia architecture for Linux"
 arch=('i686' 'x86_64')
 url="http://openmovieeditor.sourceforge.net/HomePage";



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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 14:14:49
  Author: cinelli
Revision: 89278

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

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

---+
 /PKGBUILD |   58 
 /texmaker.install |   14 
 community-i686/PKGBUILD   |   29 --
 community-i686/texmaker.install   |7 
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/texmaker.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-28 12:11:48 UTC (rev 89277)
+++ community-i686/PKGBUILD 2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html";
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'
-   'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('3599fd142d8d3596b7bd14724fc1888e')
-
-build() {  
-  cd "$pkgname-$pkgver"
-  qmake PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -dm755 "$pkgdir/usr/share"
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 89277, 
texmaker/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-28 12:14:49 UTC (rev 89278)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
+
+build() {  
+  cd "$pkgname-$pkgver"
+  qmake-qt4 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2013-04-28 12:11:48 UTC (rev 89277)
+++ community-i686/texmaker.install 2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 89277, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-04-28 12:14:49 UTC (rev 89278)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-28 12:11:48 UTC (rev 89277)
+++ community-x86_64/PKGBUILD   2013-04-28 12:14:49 UTC (rev 89278)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http

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

2013-04-28 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 13:26:23
  Author: cinelli
Revision: 89265

upgraded version to 4.0.1

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:23:58 UTC (rev 89264)
+++ PKGBUILD2013-04-28 11:26:23 UTC (rev 89265)
@@ -2,7 +2,7 @@
 #Maintainer: Federico Cinelli 
 
 pkgname=texmaker
-pkgver=4.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
@@ -10,15 +10,15 @@
 license=('GPL')
 depends=('poppler-qt' 'qtwebkit')
 optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'
+   'ibus-qt: accented characters support'bu  
'poppler: PDF rendering support')
 install="$pkgname.install"
 source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
 
 build() {  
   cd "$pkgname-$pkgver"
-  qmake PREFIX=/usr texmaker.pro
+  qmake-qt4 PREFIX=/usr texmaker.pro
   make
 }
 package() {



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

2013-04-27 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 03:50:15
  Author: cinelli
Revision: 89203

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 89202, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-28 01:47:15 UTC (rev 89202)
+++ PKGBUILD2013-04-28 01:50:15 UTC (rev 89203)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.4.1
-pkgrel=2
-pkgdesc="cURL for humans"
-url="https://github.com/jkbr/httpie";
-depends=('python-requests' 'python-pygments')
-makedepends=('python-distribute')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
-md5sums=('6875e694bc5ed927c77b6619e3fe89b0')
-
-build() {
-cd "$srcdir/httpie-$pkgver"
-python3 setup.py build
-}
-
-package() {
-cd "$srcdir/httpie-$pkgver"
-python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 89202, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-28 01:50:15 UTC (rev 89203)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie";
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
+md5sums=('ada50384b8acb4726638e48d521cce3d')
+
+build() {
+cd "$srcdir/httpie-$pkgver"
+python3 setup.py build
+}
+
+package() {
+cd "$srcdir/httpie-$pkgver"
+python3 setup.py install --root="$pkgdir" --optimize=1
+}



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

2013-04-27 Thread Federico Cinelli
Date: Sunday, April 28, 2013 @ 03:47:15
  Author: cinelli
Revision: 89202

Upgraded to version .0.5.0

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 23:58:00 UTC (rev 89201)
+++ PKGBUILD2013-04-28 01:47:15 UTC (rev 89202)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=httpie
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jkbr/httpie";
 depends=('python-requests' 'python-pygments')
@@ -14,7 +14,7 @@
 license=('BSD')
 arch=('any')
 
source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
-md5sums=('6875e694bc5ed927c77b6619e3fe89b0')
+md5sums=('ada50384b8acb4726638e48d521cce3d')
 
 build() {
 cd "$srcdir/httpie-$pkgver"



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

2013-04-18 Thread Federico Cinelli
Date: Friday, April 19, 2013 @ 08:14:12
  Author: cinelli
Revision: 88505

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-19 06:11:16 UTC (rev 88504)
+++ community-i686/PKGBUILD 2013-04-19 06:14:12 UTC (rev 88505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 88504, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-19 06:14:12 UTC (rev 88505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
=======
--- community-x86_64/PKGBUILD   2013-04-19 06:11:16 UTC (rev 88504)
+++ community-x86_64/PKGBUILD   2013-04-19 06:14:12 UTC (rev 88505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 88504, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-19 06:14:12 UTC (rev 88505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}



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

2013-04-18 Thread Federico Cinelli
Date: Friday, April 19, 2013 @ 08:11:16
  Author: cinelli
Revision: 88504

upgraded to 1.1.0

Modified:
  gputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-18 20:30:08 UTC (rev 88503)
+++ PKGBUILD2013-04-19 06:11:16 UTC (rev 88504)
@@ -5,15 +5,15 @@
 # Contributor: Stefan Husmann 
 
 pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="PIC Programming Utilities"
 arch=('i686' 'x86_64')
 url="http://gputils.sourceforge.net/";
 license=('GPL')
 depends=('glibc')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"



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

2013-04-10 Thread Federico Cinelli
Date: Thursday, April 11, 2013 @ 07:47:45
  Author: cinelli
Revision: 88078

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-11 05:41:19 UTC (rev 88077)
+++ community-i686/PKGBUILD 2013-04-11 05:47:45 UTC (rev 88078)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.2
-pkgrel=1
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-i686/PKGBUILD (from rev 88077, smem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2013-04-11 05:47:45 UTC (rev 88078)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.3
+pkgrel=1
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('dd849102610aadb9f64379db09e73d41')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 smem "$pkgdir/usr/bin/smem"
+  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
+  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-11 05:41:19 UTC (rev 88077)
+++ community-x86_64/PKGBUILD   2013-04-11 05:47:45 UTC (rev 88078)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.2
-pkgrel=1
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-x86_64/PKGBUILD (from rev 88077, 
smem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-11 05:47:45 UTC (rev 88078)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.3
+pkgrel=1
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('

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

2013-04-10 Thread Federico Cinelli
Date: Thursday, April 11, 2013 @ 07:41:19
  Author: cinelli
Revision: 88077

updated to 1.3

Modified:
  smem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-11 00:00:48 UTC (rev 88076)
+++ PKGBUILD2013-04-11 05:41:19 UTC (rev 88077)
@@ -5,7 +5,7 @@
 # Contributor: Sebastien Duquette 
 
 pkgname=smem
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="Generate reports on memory usage."
 url="http://www.selenic.com/smem/";
@@ -14,7 +14,7 @@
 optdepends=('python2-matplotlib: for chart generation')
 arch=('i686' 'x86_64')
 source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
+md5sums=('dd849102610aadb9f64379db09e73d41')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-04-05 Thread Federico Cinelli
Date: Friday, April 5, 2013 @ 09:06:16
  Author: cinelli
Revision: 87656

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

Added:
  pokerth/repos/community-i686/PKGBUILD
(from rev 87655, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-i686/pokerth_game.pro.patch
(from rev 87655, pokerth/trunk/pokerth_game.pro.patch)
  pokerth/repos/community-x86_64/PKGBUILD
(from rev 87655, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-x86_64/pokerth_game.pro.patch
(from rev 87655, pokerth/trunk/pokerth_game.pro.patch)
Deleted:
  pokerth/repos/community-i686/PKGBUILD
  pokerth/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   80 ++
 community-i686/PKGBUILD |   37 -
 community-i686/pokerth_game.pro.patch   |   18 ++
 community-x86_64/PKGBUILD   |   37 -
 community-x86_64/pokerth_game.pro.patch |   18 ++
 5 files changed, 116 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-05 06:03:28 UTC (rev 87655)
+++ community-i686/PKGBUILD 2013-04-05 07:06:16 UTC (rev 87656)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-# Contributor: Federico Cinelli 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=5
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/";
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
-  qmake-qt4 "$pkgname.pro"
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
-  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 87655, 
pokerth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2013-04-05 07:06:16 UTC (rev 87656)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Mateusz Herych 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=6
+pkgdesc="Poker game written in C++/QT4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";
+   "pokerth_game.pro.patch")
+md5sums=('1d8686b8968475cfc76e873a17a53efc'
+ '967b79b37407be5a68e6a864c2b7828a')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
+  
+  patch -Np2 < "$srcdir/pokerth_game.pro.patch"
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Copied: pokerth/repos/community-i686/pokerth_game.pro.patch (from rev 87655, 
pokerth/trunk/pokerth_game.pro.patch)
===
--- community-i686/pokerth_game.pro.patch   (rev 0)
+++ community-i686/pokerth_game.pro.patch   2013-04-05 07:06:16 UTC (rev 
87656)
@@ -0,0 +1,18 @@
+--- src/PokerTH-1.0-src/pokerth_game.pro   2013-01-01 07:23:55.596627882 
-0800
 pokerth_game.pro   2013-04-04 11:14:16.583877931 -0700
+@@ -3,7 +3,6 @@
+ isEmpty( PREFIX ){
+   PREFIX =/usr
+ }
+-
+ TEMPLATE = app
+ CODECFORSRC = UTF-8
+ CONFIG += qt \
+@

[arch-commits] Commit in pokerth/trunk (PKGBUILD pokerth_game.pro.patch)

2013-04-04 Thread Federico Cinelli
Date: Friday, April 5, 2013 @ 05:43:22
  Author: cinelli
Revision: 87650

Patched build issues. Sorry for the breakage.

Added:
  pokerth/trunk/pokerth_game.pro.patch
Modified:
  pokerth/trunk/PKGBUILD

+
 PKGBUILD   |   11 +++
 pokerth_game.pro.patch |   18 ++
 2 files changed, 25 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-05 01:44:23 UTC (rev 87649)
+++ PKGBUILD2013-04-05 03:43:22 UTC (rev 87650)
@@ -7,7 +7,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Poker game written in C++/QT4"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/";
@@ -15,14 +15,17 @@
 depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
  'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";
+   "pokerth_game.pro.patch")
+md5sums=('1d8686b8968475cfc76e873a17a53efc'
+ '967b79b37407be5a68e6a864c2b7828a')
 
 build() {
   cd "$srcdir/$_realname-$pkgver-src"
 
   sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
+  
+  patch -Np2 < "$srcdir/pokerth_game.pro.patch"
   qmake-qt4 "$pkgname.pro"
   make
 }

Added: pokerth_game.pro.patch
===
--- pokerth_game.pro.patch  (rev 0)
+++ pokerth_game.pro.patch  2013-04-05 03:43:22 UTC (rev 87650)
@@ -0,0 +1,18 @@
+--- src/PokerTH-1.0-src/pokerth_game.pro   2013-01-01 07:23:55.596627882 
-0800
 pokerth_game.pro   2013-04-04 11:14:16.583877931 -0700
+@@ -3,7 +3,6 @@
+ isEmpty( PREFIX ){
+   PREFIX =/usr
+ }
+-
+ TEMPLATE = app
+ CODECFORSRC = UTF-8
+ CONFIG += qt \
+@@ -21,6 +20,7 @@
+ DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_DEPRECATED
+ DEFINES += PREFIX=\"$${PREFIX}\"
+ TARGET = pokerth
++QMAKE_MOC = $$QMAKE_MOC -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
+ 
+ # PRECOMPILED_HEADER = src/pch_game.h
+ 



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:53:13
  Author: cinelli
Revision: 87277

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-29 18:50:32 UTC (rev 87276)
+++ community-i686/PKGBUILD 2013-03-29 18:53:13 UTC (rev 87277)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-# Contributor: Federico Cinelli 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=5
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/";
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
-  qmake-qt4 "$pkgname.pro"
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
-  install -D -m644 data/data-copyright.txt 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 87276, 
pokerth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2013-03-29 18:53:13 UTC (rev 87277)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Mateusz Herych 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=5
+pkgdesc="Poker game written in C++/QT4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
+md5sums=('1d8686b8968475cfc76e873a17a53efc')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
+
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-29 18:50:32 UTC (rev 87276)
+++ community-x86_64/PKGBUILD   2013-03-29 18:53:13 UTC (rev 87277)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-# Contributor: Federico Cinelli 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=5
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/";
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
-  qmake-qt4

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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:50:32
  Author: cinelli
Revision: 87276

upgpkg: pokerth 1.0-5

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 18:48:30 UTC (rev 87275)
+++ PKGBUILD2013-03-29 18:50:32 UTC (rev 87276)
@@ -2,11 +2,12 @@
 # Maintainer:  Mateusz Herych 
 # Maintainer:  Bartłomiej Piotrowski 
 # Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
 
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Poker game written in C++/QT4"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/";
@@ -22,7 +23,7 @@
 
   sed -i '31 i #include ' 
src/net/common/ircthread.cpp
 
-  qmake $pkgname.pro
+  qmake-qt4 "$pkgname.pro"
   make
 }
 
@@ -31,6 +32,6 @@
 
   make INSTALL_ROOT="$pkgdir" install
 
-  install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
-  install -D -m644 data/data-copyright.txt 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
 }



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:48:30
  Author: cinelli
Revision: 87275

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 87274, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 87274, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 87274, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 87274, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 87274, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 87274, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   46 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 120 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 87274, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-29 18:48:30 UTC (rev 87275)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com";
+license=('GPL')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+makedepends=('mesa-libgl' 'boost')
+source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
+frogatto
+frogatto.desktop)
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 87274, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2013-03-29 18:48:30 UTC (rev 87275)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 87274, 
frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2013-03-29 18:48:30 UTC (rev 
87275)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 87274, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-29 

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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:44:55
  Author: cinelli
Revision: 87274

Boost 1.53 rebuild.

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 16:17:43 UTC (rev 87273)
+++ PKGBUILD2013-03-29 18:44:55 UTC (rev 87274)
@@ -25,6 +25,7 @@
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
   sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
   sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
   sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
   sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 17:17:43
  Author: cinelli
Revision: 87273

reverted to build against staging

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 15:06:40 UTC (rev 87272)
+++ PKGBUILD2013-03-29 16:17:43 UTC (rev 87273)
@@ -2,12 +2,11 @@
 # Maintainer:  Mateusz Herych 
 # Maintainer:  Bartłomiej Piotrowski 
 # Contributor: Vasco Costa 
-# Contributor: Federico Cinelli 
 
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0
-pkgrel=5
+pkgrel=4
 pkgdesc="Poker game written in C++/QT4"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/";
@@ -15,7 +14,7 @@
 depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
  'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
-source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
 md5sums=('1d8686b8968475cfc76e873a17a53efc')
 
 build() {
@@ -23,7 +22,7 @@
 
   sed -i '31 i #include ' 
src/net/common/ircthread.cpp
 
-  qmake-qt4 "$pkgname.pro"
+  qmake $pkgname.pro
   make
 }
 



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 16:06:40
  Author: cinelli
Revision: 87272

updated pkg 

Modified:
  frogatto/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:58:18 UTC (rev 87271)
+++ PKGBUILD2013-03-29 15:06:40 UTC (rev 87272)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
 # Contributor: Tom Wambold 
 
 pkgname='frogatto'
@@ -10,7 +11,7 @@
 url="http://www.frogatto.com";
 license=('GPL')
 depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
-makedepends=('mesa' 'boost')
+makedepends=('mesa-libgl' 'boost')
 
source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 frogatto
 frogatto.desktop)
@@ -34,14 +35,11 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  install -D -m755 game $pkgdir/opt/frogatto/game
-  install -D -m755 server $pkgdir/opt/frogatto/server
-
-  install -D -m644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
-
-  cd $srcdir
-  install -DT -m755 frogatto $pkgdir/usr/bin/frogatto
-  install -D -m644 frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 14:58:18
  Author: cinelli
Revision: 87271

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-29 13:01:59 UTC (rev 87270)
+++ community-i686/PKGBUILD 2013-03-29 13:58:18 UTC (rev 87271)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=4
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/";
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
-  qmake $pkgname.pro
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
-  install -D -m644 data/data-copyright.txt 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 87270, 
pokerth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-29 13:58:18 UTC (rev 87271)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Mateusz Herych 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=5
+pkgdesc="Poker game written in C++/QT4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('1d8686b8968475cfc76e873a17a53efc')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
+
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -D -m644 data/data-copyright.txt 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-29 13:01:59 UTC (rev 87270)
+++ community-x86_64/PKGBUILD   2013-03-29 13:58:18 UTC (rev 87271)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=4
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/";
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
-  qmake $pkgname.pro
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="

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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 14:01:59
  Author: cinelli
Revision: 87270

adjusted to use qmake-qt4 

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:56:58 UTC (rev 87269)
+++ PKGBUILD2013-03-29 13:01:59 UTC (rev 87270)
@@ -23,7 +23,7 @@
 
   sed -i '31 i #include ' 
src/net/common/ircthread.cpp
 
-  /usr/lib/qt4/bin/qmake "$pkgname.pro"
+  qmake-qt4 "$pkgname.pro"
   make
 }
 



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 13:56:58
  Author: cinelli
Revision: 87269

rebuild for boost soname

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 12:55:42 UTC (rev 87268)
+++ PKGBUILD2013-03-29 12:56:58 UTC (rev 87269)
@@ -2,11 +2,12 @@
 # Maintainer:  Mateusz Herych 
 # Maintainer:  Bartłomiej Piotrowski 
 # Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
 
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Poker game written in C++/QT4"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/";
@@ -14,7 +15,7 @@
 depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
  'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
 md5sums=('1d8686b8968475cfc76e873a17a53efc')
 
 build() {
@@ -22,7 +23,7 @@
 
   sed -i '31 i #include ' 
src/net/common/ircthread.cpp
 
-  qmake $pkgname.pro
+  /usr/lib/qt4/bin/qmake "$pkgname.pro"
   make
 }
 



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

2013-03-19 Thread Federico Cinelli
Date: Tuesday, March 19, 2013 @ 18:39:36
  Author: cinelli
Revision: 86565

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
(from rev 86564, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 +--
 1 file changed, 21 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-19 17:37:50 UTC (rev 86564)
+++ PKGBUILD2013-03-19 17:39:36 UTC (rev 86565)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=screenfetch
-pkgver=2.7.7
-pkgrel=1
-pkgdesc="a CLI Bash script to show system/theme info in screenshots"
-arch=('any')
-url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
-license=('GPL')
-conflicts=('screenfetch-git')
-depends=('bash')
-optdepends=('scrot: Screenshot support'
-   'xorg-xdpyinfo: Display information for X')
-source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('df5d25ab8abf42044412f6cfc37cf676')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -d "$pkgdir/usr/bin"
-   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 86564, 
screenfetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-19 17:39:36 UTC (rev 86565)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=screenfetch
+pkgver=2.7.7
+pkgrel=2
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
+license=('GPL')
+depends=('bash')
+optdepends=('scrot: Screenshot support'
+   'xorg-xdpyinfo: Display information for X')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
+md5sums=('df5d25ab8abf42044412f6cfc37cf676')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -d "$pkgdir/usr/bin"
+   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}



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

2013-03-19 Thread Federico Cinelli
Date: Tuesday, March 19, 2013 @ 18:37:50
  Author: cinelli
Revision: 86564

Adjusted conflicts.

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-19 15:14:56 UTC (rev 86563)
+++ PKGBUILD2013-03-19 17:37:50 UTC (rev 86564)
@@ -3,12 +3,11 @@
 
 pkgname=screenfetch
 pkgver=2.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="a CLI Bash script to show system/theme info in screenshots"
 arch=('any')
 url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
 license=('GPL')
-conflicts=('screenfetch-git')
 depends=('bash')
 optdepends=('scrot: Screenshot support'
'xorg-xdpyinfo: Display information for X')



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

2013-03-18 Thread Federico Cinelli
Date: Tuesday, March 19, 2013 @ 00:46:32
  Author: cinelli
Revision: 86543

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/
  screenfetch/repos/community-any/PKGBUILD
(from rev 86542, screenfetch/trunk/PKGBUILD)

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

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 86542, 
screenfetch/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-03-18 23:46:32 UTC (rev 86543)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=screenfetch
+pkgver=2.7.7
+pkgrel=1
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
+license=('GPL')
+conflicts=('screenfetch-git')
+depends=('bash')
+optdepends=('scrot: Screenshot support'
+   'xorg-xdpyinfo: Display information for X')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
+md5sums=('df5d25ab8abf42044412f6cfc37cf676')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -d "$pkgdir/usr/bin"
+   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}



[arch-commits] Commit in (4 files)

2013-03-18 Thread Federico Cinelli
Date: Tuesday, March 19, 2013 @ 00:44:29
  Author: cinelli
Revision: 86542

Added screenfetch to [community]

Added:
  screenfetch/
  screenfetch/repos/
  screenfetch/trunk/
  screenfetch/trunk/PKGBUILD

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

Added: screenfetch/trunk/PKGBUILD
===
--- screenfetch/trunk/PKGBUILD  (rev 0)
+++ screenfetch/trunk/PKGBUILD  2013-03-18 23:44:29 UTC (rev 86542)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=screenfetch
+pkgver=2.7.7
+pkgrel=1
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
+license=('GPL')
+conflicts=('screenfetch-git')
+depends=('bash')
+optdepends=('scrot: Screenshot support'
+   'xorg-xdpyinfo: Display information for X')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
+md5sums=('df5d25ab8abf42044412f6cfc37cf676')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -d "$pkgdir/usr/bin"
+   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}


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


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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:20:51
  Author: cinelli
Revision: 86466

Removed community-any for gen2shp

Deleted:
  gen2shp/repos/community-any/



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:20:40
  Author: cinelli
Revision: 86465

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 20:17:48 UTC (rev 86464)
+++ community-i686/PKGBUILD 2013-03-17 20:20:40 UTC (rev 86465)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 86464, 
gen2shp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 20:20:40 UTC (rev 86465)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=7
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-17 20:17:48 UTC (rev 86464)
+++ community-x86_64/PKGBUILD   2013-03-17 20:20:40 UTC (rev 86465)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=6
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 86464, 
gen2shp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-17 20:20:40 UTC (rev 86465)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=7
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:17:48
  Author: cinelli
Revision: 86464

Fixed archs

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 20:08:11 UTC (rev 86463)
+++ PKGBUILD2013-03-17 20:17:48 UTC (rev 86464)
@@ -4,9 +4,9 @@
 
 pkgname=gen2shp
 pkgver=0.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://www.intevation.de/~jan/gen2shp/'
 license=('GPL')
 depends=('glibc' 'shapelib')



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:08:11
  Author: cinelli
Revision: 86463

Removed community-any for cantata

Deleted:
  cantata/repos/community-any/



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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 21:07:56
  Author: cinelli
Revision: 86462

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

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

--+
 community-i686/PKGBUILD  |   72 ++---
 community-i686/cantata.install   |   24 ++--
 community-x86_64/PKGBUILD|   72 ++---
 community-x86_64/cantata.install |   24 ++--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 19:56:37 UTC (rev 86461)
+++ community-i686/PKGBUILD 2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 86461, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-17 20:07:56 UTC (rev 86462)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-03-17 19:56:37 UTC (rev 86461)
+++ community-i686/cantata.install  2013-03-17 20:07:56 UTC (rev 86462)
@@ -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: cantata/repos/community-i686/cantata.install (from rev 86461, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-03-17 20:07:56 UTC (rev 86462)
@@ -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: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-17 19:56:37 UTC (rev 86461)
+++ community-x86_64/PKGBUILD   2013-03-17 20:07:56 UTC (rev 86462)
@@ -1,36 +0,0 @

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

2013-03-17 Thread Federico Cinelli
Date: Sunday, March 17, 2013 @ 20:56:37
  Author: cinelli
Revision: 86461

Fixed PKGBUILD arch and pkgrel

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 19:35:44 UTC (rev 86460)
+++ PKGBUILD2013-03-17 19:56:37 UTC (rev 86461)
@@ -7,8 +7,8 @@
 pkgname=cantata
 pkgver=0.9.2
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=2
-arch=('any')
+pkgrel=3
+arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')
 depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')



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

2013-03-15 Thread Federico Cinelli
Date: Friday, March 15, 2013 @ 13:52:46
  Author: cinelli
Revision: 86344

archrelease: copy trunk to community-any

Added:
  cddb_get/repos/community-any/PKGBUILD
(from rev 86343, cddb_get/trunk/PKGBUILD)
Deleted:
  cddb_get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-15 06:27:14 UTC (rev 86343)
+++ PKGBUILD2013-03-15 12:52:46 UTC (rev 86344)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Chris Brannon 
-# Contributor  Sarah Hay 
-
-pkgname=cddb_get
-_realname=CDDB_get
-pkgver=2.27
-pkgrel=6
-pkgdesc="Fetches CDDB info for an audio cd."
-arch=('any')
-url="http://armin.emx.at/cddb/";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
-md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
-sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
-  
-  make 
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cddb_get/repos/community-any/PKGBUILD (from rev 86343, 
cddb_get/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2013-03-15 12:52:46 UTC (rev 86344)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Chris Brannon 
+# Contributor  Sarah Hay 
+
+pkgname=cddb_get
+_realname=CDDB_get
+pkgver=2.27
+pkgrel=6
+pkgdesc="Fetches CDDB info for an audio cd."
+arch=('any')
+url="http://armin.emx.at/cddb/";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
+md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
+sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
+  
+  make 
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



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

2013-03-14 Thread Federico Cinelli
Date: Friday, March 15, 2013 @ 06:07:25
  Author: cinelli
Revision: 86310

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

Added:
  texmaker/repos/community-i686/
  texmaker/repos/community-i686/PKGBUILD
(from rev 86309, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 86309, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 86309, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 86309, texmaker/trunk/texmaker.install)

---+
 community-i686/PKGBUILD   |   29 +
 community-i686/texmaker.install   |7 +++
 community-x86_64/PKGBUILD |   29 +
 community-x86_64/texmaker.install |7 +++
 4 files changed, 72 insertions(+)

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 86309, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.0
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+
+build() {  
+  cd "$pkgname-$pkgver"
+  qmake PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 86309, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: texmaker/repos/community-x86_64/PKGBUILD (from rev 86309, 
texmaker/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.0
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+
+build() {  
+  cd "$pkgname-$pkgver"
+  qmake PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Copied: texmaker/repos/community-x86_64/texmaker.install (from rev 86309, 
texmaker/trunk/texmaker.install)
===
--- community-x86_64/texmaker.install   (rev 0)
+++ community-x86_64/texmaker.install   2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in (5 files)

2013-03-14 Thread Federico Cinelli
Date: Friday, March 15, 2013 @ 05:46:04
  Author: cinelli
Revision: 86309

added texmaker to [community]

Added:
  texmaker/
  texmaker/repos/
  texmaker/trunk/
  texmaker/trunk/PKGBUILD
  texmaker/trunk/texmaker.install

--+
 PKGBUILD |   29 +
 texmaker.install |7 +++
 2 files changed, 36 insertions(+)

Added: texmaker/trunk/PKGBUILD
===
--- texmaker/trunk/PKGBUILD (rev 0)
+++ texmaker/trunk/PKGBUILD 2013-03-15 04:46:04 UTC (rev 86309)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.0
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+
+build() {  
+  cd "$pkgname-$pkgver"
+  qmake PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}


Property changes on: texmaker/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: texmaker/trunk/texmaker.install
===
--- texmaker/trunk/texmaker.install (rev 0)
+++ texmaker/trunk/texmaker.install 2013-03-15 04:46:04 UTC (rev 86309)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in cdcd/repos/community-x86_64 (6 files)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:55:52
  Author: cinelli
Revision: 86149

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

Added:
  cdcd/repos/community-x86_64/PKGBUILD
(from rev 86148, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
(from rev 86148, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-x86_64/cdcd.install
(from rev 86148, cdcd/trunk/cdcd.install)
Deleted:
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd.install

-+
 PKGBUILD|   88 +++---
 cdcd-0.6.6-x86_64.patch |   22 +--
 cdcd.install|   40 ++--
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 09:44:54 UTC (rev 86148)
+++ PKGBUILD2013-03-12 09:55:52 UTC (rev 86149)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 86126 2013-03-12 06:11:57Z cinelli $
-# Maintainer: Federico Cinelli 
-# Contributor dorphell 
-# Contributor Sarah Hay 
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=6
-pkgdesc="A commandline cd-player"
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url="http://libcdaudio.sourceforge.net/";
-license=('GPL2')
-install=cdcd.install
-source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ "$CARCH" == "x86_64" ]]; then
-  source+=("cdcd-0.6.6-$CARCH.patch")
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver" 
-
-  if [[ "$CARCH" == "x86_64" ]]; then
-patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  
-  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
-  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
-  rm "$pkgdir/usr/share/dir"
-
-  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
-}

Copied: cdcd/repos/community-x86_64/PKGBUILD (from rev 86148, 
cdcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 09:55:52 UTC (rev 86149)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/";
+license=('GPL2')
+install=cdcd.install
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}

Deleted: cdcd-0.6.6-x86_64.patch
===
--- cdcd-0.6.6-x86_64.patch 2013-03-12 09:44:54 UTC (rev 86148)
+++ cdcd-0.6.6-x86_64.patch 2013-03-12 09:55:52 UTC (rev 86149)
@@ -1,11 +0,0 @@
 a/config.sub   2009-09-15 00:42:36.0 -0700
-+++ b/config.sub   2009-09-15 00:42:36.0 -0700
-@@ -155,7 +155,7 @@
-   | alpha | we32k | ns16k | clipper | i370 | sh \
-   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
-   | pdp11 | mips64el | mips64orion | mips64orionel \
--  | sparc | sparclet | sparclite | sparc64)
-+  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
-   basic_machine=$basic_machine-unknown
-   ;;
-   # We use `pc' rather than `unknown'

Copied: cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch (from rev 86148, 
cdcd/trunk/cdcd-0.6.6-x86_64.patch)
===
-

[arch-commits] Commit in cdcd/repos/community-x86_64 (PKGBUILD)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:44:54
  Author: cinelli
Revision: 86148

fixing

Added:
  cdcd/repos/community-x86_64/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 09:44:54 UTC (rev 86148)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 86126 2013-03-12 06:11:57Z cinelli $
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/";
+license=('GPL2')
+install=cdcd.install
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:44:15
  Author: cinelli
Revision: 86147

fixing

Added:
  cdcd/repos/community-i686/PKGBUILD
  cdcd/repos/community-i686/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-i686/cdcd.install
Deleted:
  cdcd/repos/community-x86_64/PKGBUILD

+
 community-i686/PKGBUILD|   44 +++
 community-i686/cdcd-0.6.6-x86_64.patch |   11 +++
 community-i686/cdcd.install|   20 ++
 community-x86_64/PKGBUILD  |   44 ---
 4 files changed, 75 insertions(+), 44 deletions(-)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 09:44:15 UTC (rev 86147)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 86126 2013-03-12 06:11:57Z cinelli $
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/";
+license=('GPL2')
+install=cdcd.install
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}

Added: community-i686/cdcd-0.6.6-x86_64.patch
===
--- community-i686/cdcd-0.6.6-x86_64.patch  (rev 0)
+++ community-i686/cdcd-0.6.6-x86_64.patch  2013-03-12 09:44:15 UTC (rev 
86147)
@@ -0,0 +1,11 @@
+--- a/config.sub   2009-09-15 00:42:36.0 -0700
 b/config.sub   2009-09-15 00:42:36.0 -0700
+@@ -155,7 +155,7 @@
+   | alpha | we32k | ns16k | clipper | i370 | sh \
+   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
+   | pdp11 | mips64el | mips64orion | mips64orionel \
+-  | sparc | sparclet | sparclite | sparc64)
++  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
+   basic_machine=$basic_machine-unknown
+   ;;
+   # We use `pc' rather than `unknown'

Added: community-i686/cdcd.install
===
--- community-i686/cdcd.install (rev 0)
+++ community-i686/cdcd.install 2013-03-12 09:44:15 UTC (rev 86147)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(cdcd.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 09:37:00 UTC (rev 86146)
+++ community-x86_64/PKGBUILD   2013-03-12 09:44:15 UTC (rev 86147)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Contributor dorphell 
-# Contributor Sarah Hay 
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=6
-pkgdesc="A commandline cd-player"
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url="http://libcdaudio.sourceforge.net/";
-license=('GPL2')
-install=cdcd.install
-source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ "$CARCH" == "x86_64" ]]; then
-  source+=("cdcd-0.6.6-$CARCH.patch")
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver" 
-
-  if [[ "$CARCH" == "x86_64" ]]; then
-patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  
-  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
-  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
-  rm "$pkgdir/usr/share/dir"
-
-  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
-}



[arch-commits] Commit in cdcd/repos/community-x86_64 (16 files)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:37:00
  Author: cinelli
Revision: 86146

removed left over files

Added:
  cdcd/repos/community-x86_64/PKGBUILD
(from rev 86145, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
(from rev 86145, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-x86_64/cdcd.install
(from rev 86145, cdcd/trunk/cdcd.install)
Deleted:
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/PKGBUILD-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-build.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-package.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-build.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-package.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd-0.6.6.tar.gz
  cdcd/repos/community-x86_64/cdcd.install

-+
 PKGBUILD|   88 +++
 cdcd-0.6.6-7-i686-build.log |  141 -
 cdcd-0.6.6-7-i686-package.log   |   17 
 cdcd-0.6.6-7-x86_64-build.log   |  142 --
 cdcd-0.6.6-7-x86_64-package.log |   17 
 cdcd-0.6.6-x86_64.patch |   22 ++---
 cdcd.install|   40 +-
 7 files changed, 75 insertions(+), 392 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 09:31:01 UTC (rev 86145)
+++ PKGBUILD2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 86082 2013-03-11 22:38:47Z cinelli $
-# Maintainer: Federico Cinelli 
-# Contributor dorphell 
-# Contributor Sarah Hay 
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=7
-pkgdesc="A commandline cd-player"
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url="http://libcdaudio.sourceforge.net/";
-license=('GPL2')
-install=cdcd.install
-source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ "$CARCH" == "x86_64" ]]; then
-  source+=("cdcd-0.6.6-$CARCH.patch")
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver" 
-
-  if [[ "$CARCH" == "x86_64" ]]; then
-patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  
-  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
-  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
-  rm "$pkgdir/usr/share/dir"
-
-  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
-}

Copied: cdcd/repos/community-x86_64/PKGBUILD (from rev 86145, 
cdcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 09:37:00 UTC (rev 86146)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/";
+license=('GPL2')
+install=cdcd.install
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}

Deleted: PKGBUILD-namcap.log
===
Deleted: cdcd-0.6.6-7-i686-build.log
===
--- cdcd-0.6.6-7-i686-build.log 

[arch-commits] Commit in cdcd/trunk (10 files)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:31:01
  Author: cinelli
Revision: 86145

remove extras

Deleted:
  cdcd/trunk/PKGBUILD-namcap.log
  cdcd/trunk/cdcd-0.6.6-7-i686-build.log
  cdcd/trunk/cdcd-0.6.6-7-i686-package.log
  cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64-build.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64-package.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz
  cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
  cdcd/trunk/cdcd-0.6.6.tar.gz

-+
 cdcd-0.6.6-7-i686-build.log |  141 -
 cdcd-0.6.6-7-i686-package.log   |   17 
 cdcd-0.6.6-7-x86_64-build.log   |  142 --
 cdcd-0.6.6-7-x86_64-package.log |   17 
 4 files changed, 317 deletions(-)

Deleted: PKGBUILD-namcap.log
===
Deleted: cdcd-0.6.6-7-i686-build.log
===
--- cdcd-0.6.6-7-i686-build.log 2013-03-12 08:52:17 UTC (rev 86144)
+++ cdcd-0.6.6-7-i686-build.log 2013-03-12 09:31:01 UTC (rev 86145)
@@ -1,141 +0,0 @@
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for gcc... gcc
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables... 
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking for style of include used by make... GNU
-checking dependency style of gcc... gcc3
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether ln -s works... yes
-checking how to run the C preprocessor... gcc -E
-checking for function prototypes... yes
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking for string.h... (cached) yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for tputs in -lcurses... yes
-checking for rl_completion_matches in -lreadline... yes
-checking for socket in -lsocket... no
-checking for libcdaudio-config... /usr/bin/libcdaudio-config
-checking for libcdaudio - version >= 0.99.0... yes
-checking for glib-config... no
-checking for GLIB - version >= 1.1.12... no
-*** The glib-config script installed by GLIB could not be found
-*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
-*** your path, or set the GLIB_CONFIG environment variable to the
-*** full path to glib-config.
-checking for ANSI C header files... (cached) yes
-checking for working alloca.h... yes
-checking for alloca... yes
-checking for string.h... (cached) yes
-checking for strings.h... (cached) yes
-checking sys/ptyvar.h usability... no
-checking sys/ptyvar.h presence... no
-checking for sys/ptyvar.h... no
-checking errno.h usability... yes
-checking errno.h presence... yes
-checking for errno.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking malloc.h usability... yes
-checking malloc.h presence... yes
-checking for malloc.h... yes
-checking for stdlib.h... (cached) yes
-checking readline/readline.h usability... yes
-checking readline/readline.h presence... yes
-checking for readline/readline.h... yes
-checking readline/history.h usability... yes
-checking readline/history.h presence... yes
-checking for readline/history.h... yes
-checking sys/socket.h usability... yes
-checking sys/socket.h presence... yes
-checking for sys/socket.h... yes
-checking for unistd.h... (cached) yes
-checking for an ANSI C-conforming const... yes
-checking for size_t... yes
-checking for stdlib.h... (cached) yes
-checking for GNU libc compatible malloc... yes
-checking return type of signal handlers... void
-checking whether lstat dereferences a symlink specified with a trailing 
slash... yes
-checking whether stat accepts an empty string... no
-checking for vsnprintf... yes
-checking for vasprintf... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for strdup... yes
-checking for strncasecmp... yes
-checking for strstr... yes
-checking for strtol... yes
-checking for strerror... yes
-checking for strcasestr... yes
-configure: creating ./config.status
-config.statu

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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:52:17
  Author: cinelli
Revision: 86144

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 08:51:26 UTC (rev 86143)
+++ community-i686/PKGBUILD 2013-03-12 08:52:17 UTC (rev 86144)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.2
-pkgrel=2
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-i686/PKGBUILD (from rev 86143, smem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD     (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 08:52:17 UTC (rev 86144)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.2
+pkgrel=1
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 smem "$pkgdir/usr/bin/smem"
+  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
+  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 08:51:26 UTC (rev 86143)
+++ community-x86_64/PKGBUILD   2013-03-12 08:52:17 UTC (rev 86144)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.2
-pkgrel=2
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-x86_64/PKGBUILD (from rev 86143, 
smem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 08:52:17 UTC (rev 86144)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.2
+pkgrel=1
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('python2')
+optdepends=('p

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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:51:26
  Author: cinelli
Revision: 86143

upgpkg: smem 1.2-1

Modified:
  smem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 08:46:08 UTC (rev 86142)
+++ PKGBUILD2013-03-12 08:51:26 UTC (rev 86143)
@@ -6,7 +6,7 @@
 
 pkgname=smem
 pkgver=1.2
-pkgrel=2
+pkgrel=1
 pkgdesc="Generate reports on memory usage."
 url="http://www.selenic.com/smem/";
 license=("GPL")



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:46:08
  Author: cinelli
Revision: 86142

archrelease: copy trunk to community-any

Added:
  python2-pdfrw/repos/community-any/PKGBUILD
(from rev 86141, python2-pdfrw/trunk/PKGBUILD)
Deleted:
  python2-pdfrw/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 08:45:38 UTC (rev 86141)
+++ PKGBUILD2013-03-12 08:46:08 UTC (rev 86142)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Alexander Rødseth 
-# Contributor: Francois Boulogne 
-
-pkgname=python2-pdfrw
-pkgver=0.1
-pkgrel=3
-pkgdesc='Basic PDF file manipulation library'
-arch=('any')
-url='https://code.google.com/p/pdfrw/'
-license=('MIT')
-depends=('python2')
-source=("https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip";)
-sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
-
-package() {
-  cd "$srcdir/pdfrw_$pkgver"
-  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
-  python2 setup.py install --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:ts=2:sw=2:et:

Copied: python2-pdfrw/repos/community-any/PKGBUILD (from rev 86141, 
python2-pdfrw/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2013-03-12 08:46:08 UTC (rev 86142)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Alexander Rødseth 
+# Contributor: Francois Boulogne 
+
+pkgname=python2-pdfrw
+pkgver=0.1
+pkgrel=2
+pkgdesc='Basic PDF file manipulation library'
+arch=('any')
+url='https://code.google.com/p/pdfrw/'
+license=('MIT')
+depends=('python2')
+source=("https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip";)
+sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
+
+package() {
+  cd "$srcdir/pdfrw_$pkgver"
+  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
+  python2 setup.py install --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:ts=2:sw=2:et:



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:45:38
  Author: cinelli
Revision: 86141

upgpkg: python2-pdfrw 0.1-2

Modified:
  python2-pdfrw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 08:39:49 UTC (rev 86140)
+++ PKGBUILD2013-03-12 08:45:38 UTC (rev 86141)
@@ -5,7 +5,7 @@
 
 pkgname=python2-pdfrw
 pkgver=0.1
-pkgrel=3
+pkgrel=2
 pkgdesc='Basic PDF file manipulation library'
 arch=('any')
 url='https://code.google.com/p/pdfrw/'



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:11:57
  Author: cinelli
Revision: 86135

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

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

---+
 community-i686/PKGBUILD   |   62 ++--
 community-x86_64/PKGBUILD |   62 ++--
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 08:11:04 UTC (rev 86134)
+++ community-i686/PKGBUILD 2013-03-12 08:11:57 UTC (rev 86135)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Mateusz Herych   
-
-pkgname=libquicktime
-pkgver=1.2.4
-pkgrel=5
-pkgdesc="A library for reading and writing quicktime files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://libquicktime.sourceforge.net/";
-depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-   --enable-gpl \
-   --with-ffmpeg \
-   --with-x264 \
-   --without-doxygen
-   make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libquicktime/repos/community-i686/PKGBUILD (from rev 86134, 
libquicktime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 08:11:57 UTC (rev 86135)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=4
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+   --without-doxygen
+   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 08:11:04 UTC (rev 86134)
+++ community-x86_64/PKGBUILD   2013-03-12 08:11:57 UTC (rev 86135)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Mateusz Herych   
-
-pkgname=libquicktime
-pkgver=1.2.4
-pkgrel=5
-pkgdesc="A library for reading and writing quicktime files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://libquicktime.sourceforge.net/";
-depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-   --enable-gpl \
-   --with-ffmpeg \
-   --with-x264 \
-   --without-doxygen
-   make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libquicktime/repos/community-x86_64/PKGBUILD (from rev 86134, 
libquicktime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 08:11:57 UTC (rev 86135)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=4
+pkgdesc="A library for re

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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:11:04
  Author: cinelli
Revision: 86134

upgpkg: libquicktime 1.2.4-4

Modified:
  libquicktime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 07:40:00 UTC (rev 86133)
+++ PKGBUILD2013-03-12 08:11:04 UTC (rev 86134)
@@ -4,7 +4,7 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=5
+pkgrel=4
 pkgdesc="A library for reading and writing quicktime files"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 08:33:45
  Author: cinelli
Revision: 86131

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 07:13:50 UTC (rev 86130)
+++ community-i686/PKGBUILD 2013-03-12 07:33:45 UTC (rev 86131)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 86130, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 07:33:45 UTC (rev 86131)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a68b389b4717adde2b1cf14328e910e3')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
=======
--- community-x86_64/PKGBUILD   2013-03-12 07:13:50 UTC (rev 86130)
+++ community-x86_64/PKGBUILD   2013-03-12 07:33:45 UTC (rev 86131)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 86130, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 07:33:45 UTC (rev 86131)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('a68b389b4717adde2b1cf14328e910e3')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 08:13:50
  Author: cinelli
Revision: 86130

archrelease: copy trunk to community-any

Added:
  gen2shp/repos/community-any/
  gen2shp/repos/community-any/PKGBUILD
(from rev 86129, gen2shp/trunk/PKGBUILD)

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

Copied: gen2shp/repos/community-any/PKGBUILD (from rev 86129, 
gen2shp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-03-12 07:13:50 UTC (rev 86130)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('any')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=("http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz";)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+
+  make
+}
+
+package() {
+  install -D "$pkgname-$pkgver/gen2shp" "$pkgdir/usr/bin/gens2shp"
+}



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 08:13:19
  Author: cinelli
Revision: 86129

upgpkg: gen2shp 0.3.1-6

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 06:54:02 UTC (rev 86128)
+++ PKGBUILD2013-03-12 07:13:19 UTC (rev 86129)
@@ -6,7 +6,7 @@
 pkgver=0.3.1
 pkgrel=6
 pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
+arch=('any')
 url='http://www.intevation.de/~jan/gen2shp/'
 license=('GPL')
 depends=('glibc' 'shapelib')



[arch-commits] Commit in nss-pam-ldapd/repos (6 files)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 07:21:42
  Author: cinelli
Revision: 86127

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 86126, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 86126, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 86126, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 86126, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 86126, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 86126, nss-pam-ldapd/trunk/nss-pam-ldapd.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/nslcd.service   |   12 
 community-i686/nss-pam-ldapd.install   |   12 
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/nslcd.service |   12 
 community-x86_64/nss-pam-ldapd.install |   12 
 6 files changed, 132 insertions(+)

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 86126, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,42 @@
+# $Id
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.12
+pkgrel=3
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service")
+sha1sums=('9c320172df0cdd4eca6cd97ad4c2438e6552ffe0'
+  '40afa421f05c2128a5219504fea45b2e76830973')
+  
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security;
+ 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/nslcd.service (from rev 86126, 
nss-pam-ldapd/trunk/nslcd.service)
===
--- community-i686/nslcd.service(rev 0)
+++ community-i686/nslcd.service2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Naming services LDAP client daemon.
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/nslcd/nslcd.pid
+ExecStart=/usr/sbin/nslcd
+
+[Install]
+WantedBy=multi-user.target
+

Copied: nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install (from rev 
86126, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
===
--- community-i686/nss-pam-ldapd.install(rev 0)
+++ community-i686/nss-pam-ldapd.install2013-03-12 06:21:42 UTC (rev 
86127)
@@ -0,0 +1,12 @@
+post_install() {
+getent passwd nslcd >> /dev/null || useradd -r -M -d /var/run/nslcd -s 
/bin/false nslcd
+}
+
+post_upgrade() {
+getent passwd nslcd >> /dev/null || useradd -r -M -s /bin/false nslcd
+}
+
+pre_remove() {
+userdel nslcd >/dev/null 2>&1 || true
+}
+

Copied: nss-pam-ldapd/repos/community-x86_64/PKGBUILD (from rev 86126, 
nss-pam-ldapd/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,42 @@
+# $Id
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.12
+pkgrel=3
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkg

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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 07:11:57
  Author: cinelli
Revision: 86126

upgpkg: cdcd 0.6.6-6

Modified:
  cdcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 06:02:35 UTC (rev 86125)
+++ PKGBUILD2013-03-12 06:11:57 UTC (rev 86126)
@@ -5,7 +5,7 @@
 
 pkgname=cdcd
 pkgver=0.6.6
-pkgrel=7
+pkgrel=6
 pkgdesc="A commandline cd-player"
 arch=('i686' 'x86_64')
 depends=('libcdaudio' 'readline')



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 06:48:50
  Author: cinelli
Revision: 86121

archrelease: copy trunk to community-any

Added:
  cantata/repos/community-any/
  cantata/repos/community-any/PKGBUILD
(from rev 86120, cantata/trunk/PKGBUILD)
  cantata/repos/community-any/cantata.install
(from rev 86120, cantata/trunk/cantata.install)

-+
 PKGBUILD|   36 
 cantata.install |   12 
 2 files changed, 48 insertions(+)

Copied: cantata/repos/community-any/PKGBUILD (from rev 86120, 
cantata/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-03-12 05:48:50 UTC (rev 86121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=2
+arch=('any')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: cantata/repos/community-any/cantata.install (from rev 86120, 
cantata/trunk/cantata.install)
===
--- community-any/cantata.install   (rev 0)
+++ community-any/cantata.install   2013-03-12 05:48:50 UTC (rev 86121)
@@ -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 cantata/trunk (PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 06:48:22
  Author: cinelli
Revision: 86120

upgpkg: cantata 0.9.2-2

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 05:23:23 UTC (rev 86119)
+++ PKGBUILD2013-03-12 05:48:22 UTC (rev 86120)
@@ -7,8 +7,8 @@
 pkgname=cantata
 pkgver=0.9.2
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=3
-arch=('i686' 'x86_64')
+pkgrel=2
+arch=('any')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')
 depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')



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

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 06:23:23
  Author: cinelli
Revision: 86119

copy trunk to community-i686, community-x86_64

Added:
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd.install

-+
 PKGBUILD|   44 
 cdcd-0.6.6-x86_64.patch |   11 +++
 cdcd.install|   20 
 3 files changed, 75 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 05:23:23 UTC (rev 86119)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 86082 2013-03-11 22:38:47Z cinelli $
+# Maintainer: Federico Cinelli 
+# Contributor dorphell 
+# Contributor Sarah Hay 
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=7
+pkgdesc="A commandline cd-player"
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url="http://libcdaudio.sourceforge.net/";
+license=('GPL2')
+install=cdcd.install
+source=("http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz";)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ "$CARCH" == "x86_64" ]]; then
+  source+=("cdcd-0.6.6-$CARCH.patch")
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver" 
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+patch -Np1 -i "$srcdir/cdcd-0.6.6-$CARCH.patch"
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  
+  mv "$pkgdir/usr/info" "$pkgdir/usr/share/"
+  mv "$pkgdir/usr/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/dir"
+
+  install -dm755 "$pkgdir/usr/bin" "$pkgdir/usr/share"
+}

Added: cdcd-0.6.6-x86_64.patch
===
--- cdcd-0.6.6-x86_64.patch (rev 0)
+++ cdcd-0.6.6-x86_64.patch 2013-03-12 05:23:23 UTC (rev 86119)
@@ -0,0 +1,11 @@
+--- a/config.sub   2009-09-15 00:42:36.0 -0700
 b/config.sub   2009-09-15 00:42:36.0 -0700
+@@ -155,7 +155,7 @@
+   | alpha | we32k | ns16k | clipper | i370 | sh \
+   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
+   | pdp11 | mips64el | mips64orion | mips64orionel \
+-  | sparc | sparclet | sparclite | sparc64)
++  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
+   basic_machine=$basic_machine-unknown
+   ;;
+   # We use `pc' rather than `unknown'

Added: cdcd.install
===
--- cdcd.install(rev 0)
+++ cdcd.install2013-03-12 05:23:23 UTC (rev 86119)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(cdcd.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



  1   2   >