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

2017-05-16 Thread Gaëtan Bisson
Date: Tuesday, May 16, 2017 @ 08:34:33
  Author: bisson
Revision: 296175

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 296174, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 296174, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 296174, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 296174, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  112 +
 /lua53.patch |   92 
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 204 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-16 08:33:59 UTC (rev 296174)
+++ extra-i686/PKGBUILD 2017-05-16 08:34:33 UTC (rev 296175)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.6
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('54cb3322dc3a969f1fda03383012c61d57261345'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 296174, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-16 08:34:33 UTC (rev 296175)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.6
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha256sums=('4c80982960b2a72e3e33cef33347c97b9239ed110d9584da4e7f17f28faf60ca'
+'16516bdae848f85be949185746418fa5810d426e1f25b6dbbcefdbf4a0b8e6f3')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D 

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

2016-12-26 Thread Gaëtan Bisson
Date: Monday, December 26, 2016 @ 19:43:10
  Author: bisson
Revision: 284823

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 284822, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 284822, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 284822, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 284822, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-26 19:41:58 UTC (rev 284822)
+++ extra-i686/PKGBUILD 2016-12-26 19:43:10 UTC (rev 284823)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.5
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('a560c356ce4c3e2918601743b57d19a18fe01a72'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 284822, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-26 19:43:10 UTC (rev 284823)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.6
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('54cb3322dc3a969f1fda03383012c61d57261345'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .

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

2016-10-08 Thread Gaëtan Bisson
Date: Saturday, October 8, 2016 @ 06:57:56
  Author: bisson
Revision: 277916

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 277915, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 277915, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 277915, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 277915, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-08 06:54:13 UTC (rev 277915)
+++ extra-i686/PKGBUILD 2016-10-08 06:57:56 UTC (rev 277916)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.5
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('a560c356ce4c3e2918601743b57d19a18fe01a72'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 277915, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-08 06:57:56 UTC (rev 277916)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.5
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('a560c356ce4c3e2918601743b57d19a18fe01a72'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .

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

2016-10-08 Thread Gaëtan Bisson
Date: Saturday, October 8, 2016 @ 06:53:36
  Author: bisson
Revision: 277914

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 277912, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 277912, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 277912, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 277912, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-08 06:53:27 UTC (rev 277913)
+++ extra-i686/PKGBUILD 2016-10-08 06:53:36 UTC (rev 277914)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.4
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 277912, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-08 06:53:36 UTC (rev 277914)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.5
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('a560c356ce4c3e2918601743b57d19a18fe01a72'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .

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

2016-08-01 Thread Gaëtan Bisson
Date: Monday, August 1, 2016 @ 20:24:18
  Author: bisson
Revision: 272794

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272793, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272793, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272793, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272793, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-01 20:20:29 UTC (rev 272793)
+++ extra-i686/PKGBUILD 2016-08-01 20:24:18 UTC (rev 272794)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272793, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-01 20:24:18 UTC (rev 272794)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.4
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+ 

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

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 11:05:17
  Author: bisson
Revision: 272165

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272164, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272164, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272164, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272164, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-23 10:56:58 UTC (rev 272164)
+++ extra-i686/PKGBUILD 2016-07-23 11:05:17 UTC (rev 272165)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272164, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-23 11:05:17 UTC (rev 272165)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+

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

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 10:43:45
  Author: bisson
Revision: 272161

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272160, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272160, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272160, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272160, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   55 --
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-23 10:09:02 UTC (rev 272160)
+++ extra-i686/PKGBUILD 2016-07-23 10:43:45 UTC (rev 272161)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
- 'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_WLAN=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_PULSEAUDIO=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272160, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-23 10:43:45 UTC (rev 272161)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+

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

2016-07-23 Thread Gaëtan Bisson
Date: Saturday, July 23, 2016 @ 10:09:02
  Author: bisson
Revision: 272160

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 272159, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 272159, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 272159, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 272159, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  110 +
 /lua53.patch |   92 +
 extra-i686/PKGBUILD  |   53 -
 extra-i686/lua53.patch   |   46 --
 extra-x86_64/PKGBUILD|   53 -
 extra-x86_64/lua53.patch |   46 --
 6 files changed, 202 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-23 10:07:40 UTC (rev 272159)
+++ extra-i686/PKGBUILD 2016-07-23 10:09:02 UTC (rev 272160)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('971b20be2d8c2e676374441469e8525708500776'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_WLAN=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 272159, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-23 10:09:02 UTC (rev 272160)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+ 'imlib2' 'libxml2' 'libpulse')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_WLAN=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_PULSEAUDIO=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd 

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

2016-06-25 Thread Gaëtan Bisson
Date: Saturday, June 25, 2016 @ 17:43:20
  Author: bisson
Revision: 270652

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 270651, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 270651, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 270651, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 270651, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  106 +
 /lua53.patch |   92 +++
 extra-i686/PKGBUILD  |   53 --
 extra-i686/lua53.patch   |   46 ---
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/lua53.patch |   46 ---
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-25 17:40:13 UTC (rev 270651)
+++ extra-i686/PKGBUILD 2016-06-25 17:43:20 UTC (rev 270652)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('7392523d2eb9e2044faae8d44cbd006b387d0a85'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_WLAN=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 270651, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-25 17:43:20 UTC (rev 270652)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.3
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('971b20be2d8c2e676374441469e8525708500776'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_WLAN=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make 

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

2016-05-03 Thread Gaetan Bisson
Date: Tuesday, May 3, 2016 @ 22:37:59
  Author: bisson
Revision: 266821

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 266820, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/lua53.patch
(from rev 266820, conky/trunk/lua53.patch)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 266820, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/lua53.patch
(from rev 266820, conky/trunk/lua53.patch)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/lua53.patch
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/lua53.patch

--+
 /PKGBUILD|  106 +
 /lua53.patch |   92 +++
 extra-i686/PKGBUILD  |   53 --
 extra-i686/lua53.patch   |   46 ---
 extra-x86_64/PKGBUILD|   53 --
 extra-x86_64/lua53.patch |   46 ---
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-03 20:36:46 UTC (rev 266820)
+++ extra-i686/PKGBUILD 2016-05-03 20:37:59 UTC (rev 266821)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: James Rayner 
-# Contributor: Partha Chowdhury 
-
-pkgname=conky
-pkgver=1.10.1
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='https://github.com/brndnmtthws/conky'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
-'lua53.patch')
-sha1sums=('97b59ec1daf54126b30516e8663a9cf1f218d8ae'
-  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
-
-options=('!strip' 'debug')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   cmake \
-   -D CMAKE_BUILD_TYPE=Release \
-   -D MAINTAINER_MODE=ON \
-   -D BUILD_CURL=ON \
-   -D BUILD_XDBE=ON \
-   -D BUILD_IMLIB2=ON \
-   -D BUILD_RSS=ON \
-   -D BUILD_WEATHER_METAR=ON \
-   -D BUILD_WEATHER_XOAP=ON \
-   -D BUILD_WLAN=ON \
-   -D CMAKE_INSTALL_PREFIX=/usr \
-   .
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
"${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 266820, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-03 20:37:59 UTC (rev 266821)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: James Rayner 
+# Contributor: Partha Chowdhury 
+
+pkgname=conky
+pkgver=1.10.2
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='https://github.com/brndnmtthws/conky'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2' 'libxinerama')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz;
+'lua53.patch')
+sha1sums=('7392523d2eb9e2044faae8d44cbd006b387d0a85'
+  'a3a74542b6524e5663ad37aaba292b48e8bea3b1')
+
+options=('!strip' 'debug')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake \
+   -D CMAKE_BUILD_TYPE=Release \
+   -D MAINTAINER_MODE=ON \
+   -D BUILD_CURL=ON \
+   -D BUILD_XDBE=ON \
+   -D BUILD_IMLIB2=ON \
+   -D BUILD_RSS=ON \
+   -D BUILD_WEATHER_METAR=ON \
+   -D BUILD_WEATHER_XOAP=ON \
+   -D BUILD_WLAN=ON \
+   -D CMAKE_INSTALL_PREFIX=/usr \
+   .
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+ 

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 19:55:58
  Author: bisson
Revision: 204985

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

Added:
  conky/repos/staging-i686/PKGBUILD
(from rev 204984, conky/trunk/PKGBUILD)
  conky/repos/staging-i686/PKGBUILD.cmake
(from rev 204984, conky/trunk/PKGBUILD.cmake)
  conky/repos/staging-x86_64/PKGBUILD
(from rev 204984, conky/trunk/PKGBUILD)
  conky/repos/staging-x86_64/PKGBUILD.cmake
(from rev 204984, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/staging-i686/PKGBUILD
  conky/repos/staging-i686/PKGBUILD.cmake
  conky/repos/staging-x86_64/PKGBUILD
  conky/repos/staging-x86_64/PKGBUILD.cmake

---+
 /PKGBUILD |   88 +++
 /PKGBUILD.cmake   |   98 
 staging-i686/PKGBUILD |   44 -
 staging-i686/PKGBUILD.cmake   |   49 
 staging-x86_64/PKGBUILD   |   44 -
 staging-x86_64/PKGBUILD.cmake |   49 
 6 files changed, 186 insertions(+), 186 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-02-02 18:55:20 UTC (rev 204984)
+++ staging-i686/PKGBUILD   2014-02-02 18:55:58 UTC (rev 204985)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-
-pkgname=conky
-pkgver=1.9.0
-pkgrel=3
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-makedepends=('docbook2x')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
-
-backup=('etc/conky/'conky{,_no_x11}.conf)
-options=('!emptydirs')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/staging-i686/PKGBUILD (from rev 204984, 
conky/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-02 18:55:58 UTC (rev 204985)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=4
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Deleted: staging-i686/PKGBUILD.cmake
===
--- staging-i686/PKGBUILD.cmake 2014-02-02 18:55:20 UTC (rev 204984)
+++ staging-i686/PKGBUILD.cmake 2014-02-02 18:55:58 UTC 

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

2014-02-02 Thread Gaetan Bisson
Date: Sunday, February 2, 2014 @ 22:38:12
  Author: bisson
Revision: 205014

db-move: moved conky from [staging] to [testing] (i686, x86_64)

Added:
  conky/repos/testing-i686/
  conky/repos/testing-i686/PKGBUILD
(from rev 205013, conky/repos/staging-i686/PKGBUILD)
  conky/repos/testing-i686/PKGBUILD.cmake
(from rev 205013, conky/repos/staging-i686/PKGBUILD.cmake)
  conky/repos/testing-x86_64/
  conky/repos/testing-x86_64/PKGBUILD
(from rev 205013, conky/repos/staging-x86_64/PKGBUILD)
  conky/repos/testing-x86_64/PKGBUILD.cmake
(from rev 205013, conky/repos/staging-x86_64/PKGBUILD.cmake)
Deleted:
  conky/repos/staging-i686/
  conky/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   44 +++
 testing-i686/PKGBUILD.cmake   |   49 
 testing-x86_64/PKGBUILD   |   44 +++
 testing-x86_64/PKGBUILD.cmake |   49 
 4 files changed, 186 insertions(+)

Copied: conky/repos/testing-i686/PKGBUILD (from rev 205013, 
conky/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-02 21:38:12 UTC (rev 205014)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=4
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Copied: conky/repos/testing-i686/PKGBUILD.cmake (from rev 205013, 
conky/repos/staging-i686/PKGBUILD.cmake)
===
--- testing-i686/PKGBUILD.cmake (rev 0)
+++ testing-i686/PKGBUILD.cmake 2014-02-02 21:38:12 UTC (rev 205014)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 118899 2011-04-09 10:32:42Z bisson $
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111021
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('pkg-config' 'cmake' 'git' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'libxdamage' 
'imlib2' 'lua')
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}
+
+   cd conky  { git pull origin; cd ..; } || git clone 
git://git.omp.am/conky.git
+   rm -fr build; mkdir build; cd build
+
+   cmake \
+   -D CMAKE_BUILD_TYPE:STRING=Release \
+   -D MAINTAINER_MODE:BOOL=ON \
+   -D BUILD_CURL:BOOL=ON \
+   -D BUILD_IMLIB2:BOOL=ON \
+   -D BUILD_LUA_IMLIB2:BOOL=OFF \
+   -D BUILD_MYSQL:BOOL=OFF \
+   -D BUILD_RSS:BOOL=ON \
+   -D BUILD_WEATHER_METAR:BOOL=ON \
+   -D BUILD_WEATHER_XOAP:BOOL=ON \
+   -D BUILD_WLAN:BOOL=ON \
+   -D CMAKE_INSTALL_PREFIX:PATH=/usr \
+   ../conky
+
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   install -m644 ../conky/{COPYING,LICENSE}* 
${pkgdir}/usr/share/licenses/${pkgname}
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 

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

2013-11-07 Thread Gaetan Bisson
Date: Friday, November 8, 2013 @ 04:17:34
  Author: bisson
Revision: 199065

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 199064, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 199064, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 199064, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 199064, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake

-+
 /PKGBUILD   |   88 +
 /PKGBUILD.cmake |   98 ++
 extra-i686/PKGBUILD |   46 ---
 extra-i686/PKGBUILD.cmake   |   49 -
 extra-x86_64/PKGBUILD   |   46 ---
 extra-x86_64/PKGBUILD.cmake |   49 -
 6 files changed, 186 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-08 03:16:54 UTC (rev 199064)
+++ extra-i686/PKGBUILD 2013-11-08 03:17:34 UTC (rev 199065)
@@ -1,46 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('docbook2x')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
-
-replaces=('torsmo')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 199064, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-08 03:17:34 UTC (rev 199065)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+makedepends=('docbook2x')
+depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 
'imlib2')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+backup=('etc/conky/'conky{,_no_x11}.conf)
+options=('!emptydirs')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Deleted: extra-i686/PKGBUILD.cmake
===
--- extra-i686/PKGBUILD.cmake   2013-11-08 03:16:54 UTC (rev 199064)
+++ extra-i686/PKGBUILD.cmake   2013-11-08 

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

2012-05-03 Thread Gaetan Bisson
Date: Thursday, May 3, 2012 @ 19:54:02
  Author: bisson
Revision: 158528

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 158527, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 158527, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 158527, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 158527, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake

-+
 extra-i686/PKGBUILD |   96 +++--
 extra-i686/PKGBUILD.cmake   |   98 +-
 extra-x86_64/PKGBUILD   |   96 +++--
 extra-x86_64/PKGBUILD.cmake |   98 +-
 4 files changed, 190 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-03 23:53:48 UTC (rev 158527)
+++ extra-i686/PKGBUILD 2012-05-03 23:54:02 UTC (rev 158528)
@@ -1,50 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.8.2git2007
-pkgrel=2
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('pkg-config' 'docbook2x')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('133fc6fdc725162af9a98c72c1b7349efc22447c')
-
-# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
-
-replaces=('torsmo')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh autogen.sh
-
-   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
-   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 158527, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-03 23:54:02 UTC (rev 158528)
@@ -0,0 +1,46 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
+backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d')
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --disable-lua \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Deleted: extra-i686/PKGBUILD.cmake

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

2012-02-14 Thread Gaetan Bisson
Date: Tuesday, February 14, 2012 @ 22:04:18
  Author: bisson
Revision: 150215

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 150214, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 150214, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 150214, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 150214, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake

-+
 extra-i686/PKGBUILD |   98 +-
 extra-i686/PKGBUILD.cmake   |   96 +
 extra-x86_64/PKGBUILD   |   98 +-
 extra-x86_64/PKGBUILD.cmake |   96 +
 4 files changed, 198 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-15 03:03:10 UTC (rev 150214)
+++ extra-i686/PKGBUILD 2012-02-15 03:04:18 UTC (rev 150215)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.8.2git2007
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('pkg-config' 'docbook2x')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('133fc6fdc725162af9a98c72c1b7349efc22447c')
-
-# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
-
-replaces=('torsmo')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh autogen.sh
-
-   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 150214, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-15 03:04:18 UTC (rev 150215)
@@ -0,0 +1,50 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git2007
+pkgrel=2
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('pkg-config' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
+backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('133fc6fdc725162af9a98c72c1b7349efc22447c')
+
+# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh autogen.sh
+
+   CPPFLAGS=${CXXFLAGS} LIBS=${LDFLAGS} ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --disable-lua \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 extras/vim/syntax/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/syntax/conkyrc.vim
+   install -Dm644 extras/vim/ftdetect/conkyrc.vim 
${pkgdir}/usr/share/vim/vimfiles/ftdetect/conkyrc.vim
+}

Deleted: extra-i686/PKGBUILD.cmake

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

2011-10-25 Thread Gaetan Bisson
Date: Tuesday, October 25, 2011 @ 20:39:40
  Author: bisson
Revision: 141204

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

Added:
  conky/repos/extra-i686/PKGBUILD
(from rev 141203, conky/trunk/PKGBUILD)
  conky/repos/extra-i686/PKGBUILD.cmake
(from rev 141203, conky/trunk/PKGBUILD.cmake)
  conky/repos/extra-x86_64/PKGBUILD
(from rev 141203, conky/trunk/PKGBUILD)
  conky/repos/extra-x86_64/PKGBUILD.cmake
(from rev 141203, conky/trunk/PKGBUILD.cmake)
Deleted:
  conky/repos/extra-i686/PKGBUILD
  conky/repos/extra-i686/PKGBUILD.cmake
  conky/repos/extra-x86_64/PKGBUILD
  conky/repos/extra-x86_64/PKGBUILD.cmake

-+
 extra-i686/PKGBUILD |   96 +-
 extra-i686/PKGBUILD.cmake   |   94 -
 extra-x86_64/PKGBUILD   |   96 +-
 extra-x86_64/PKGBUILD.cmake |   94 -
 4 files changed, 190 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-26 00:35:59 UTC (rev 141203)
+++ extra-i686/PKGBUILD 2011-10-26 00:39:40 UTC (rev 141204)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Partha Chowdhury kira.lau...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=conky
-pkgver=1.8.2git20111024
-pkgrel=1
-pkgdesc='Lightweight system monitor for X'
-url='http://conky.sourceforge.net/'
-license=('BSD' 'GPL')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-makedepends=('pkg-config' 'docbook2x')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
-backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('490f5ffb431bffee71f7bf32f94cf611ae4f0646')
-
-# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
-
-replaces=('torsmo')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh autogen.sh
-
-   CPPFLAGS=$CXXFLAGS LIBS=$LDFLAGS ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-ibm \
-   --enable-curl \
-   --enable-rss \
-   --enable-weather-xoap \
-   --enable-imlib2 \
-   --disable-lua \
-   --enable-wlan \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: conky/repos/extra-i686/PKGBUILD (from rev 141203, conky/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-26 00:39:40 UTC (rev 141204)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Partha Chowdhury kira.lau...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=conky
+pkgver=1.8.2git20111026
+pkgrel=1
+pkgdesc='Lightweight system monitor for X'
+url='http://conky.sourceforge.net/'
+license=('BSD' 'GPL')
+arch=('i686' 'x86_64')
+options=('!emptydirs')
+makedepends=('pkg-config' 'docbook2x')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 
'libxdamage' 'imlib2')
+backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('735861b284ad4feb86a9febaf4e457a4fcc7b39b')
+
+# git clone git://git.omp.am/conky.git; cd conky; git archive 
--prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz  
../${pkgname}-${pkgver}.tar.xz
+
+replaces=('torsmo')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh autogen.sh
+
+   CPPFLAGS=$CXXFLAGS LIBS=$LDFLAGS ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-ibm \
+   --enable-curl \
+   --enable-rss \
+   --enable-weather-xoap \
+   --enable-imlib2 \
+   --disable-lua \
+   --enable-wlan \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/PKGBUILD.cmake
===
--- extra-i686/PKGBUILD.cmake   2011-10-26 00:35:59 UTC (rev 141203)
+++ extra-i686/PKGBUILD.cmake   2011-10-26 00:39:40 UTC (rev 141204)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 118899 2011-04-09 10:32:42Z bisson