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

2014-02-01 Thread Felix Yan
Date: Sunday, February 2, 2014 @ 05:04:56
  Author: fyan
Revision: 105167

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 105166, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 105166, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 105166, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 105166, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 105166, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 105166, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  190 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   95 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   95 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 04:03:44 UTC (rev 105166)
+++ community-i686/PKGBUILD 2014-02-02 04:04:56 UTC (rev 105167)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: monson 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri 
-
-pkgname=cgminer
-pkgver=3.11.0
-#_pkgver=3.6.6
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusbx' 'jansson')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver";
-"$pkgname.conf.d"
-"$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS="compat/jansson-2\.5/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-  -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i 
./configure
-  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
-  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
-  #sed 
's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---enable-hashfast \
---enable-bab \
---enable-drillbit \
---enable-minion \
---enable-hashfast \
---with-system-libusb
-# --enable-knc # Enable it only when you need to
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
-
-  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023a

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

2014-02-01 Thread Felix Yan
Date: Sunday, February 2, 2014 @ 05:03:44
  Author: fyan
Revision: 105166

upgpkg: cgminer 3.12.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 02:23:05 UTC (rev 105165)
+++ PKGBUILD2014-02-02 04:03:44 UTC (rev 105166)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri 
 
 pkgname=cgminer
-pkgver=3.11.0
+pkgver=3.12.0
 #_pkgver=3.6.6
 _pkgver=$pkgver
 pkgrel=1



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

2014-02-01 Thread Sven-Hendrik Haase
Date: Sunday, February 2, 2014 @ 03:23:05
  Author: svenstaro
Revision: 105165

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

Added:
  teeworlds/repos/community-i686/PKGBUILD
(from rev 105164, teeworlds/trunk/PKGBUILD)
  teeworlds/repos/community-x86_64/PKGBUILD
(from rev 105164, teeworlds/trunk/PKGBUILD)
Deleted:
  teeworlds/repos/community-i686/PKGBUILD
  teeworlds/repos/community-i686/teeworlds.desktop
  teeworlds/repos/community-i686/teeworlds.png
  teeworlds/repos/community-x86_64/PKGBUILD
  teeworlds/repos/community-x86_64/teeworlds.desktop
  teeworlds/repos/community-x86_64/teeworlds.png

+
 /PKGBUILD  |   94 +++
 community-i686/PKGBUILD|   48 -
 community-i686/teeworlds.desktop   |   14 -
 community-x86_64/PKGBUILD  |   48 -
 community-x86_64/teeworlds.desktop |   14 -
 5 files changed, 94 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 02:22:48 UTC (rev 105164)
+++ community-i686/PKGBUILD 2014-02-02 02:23:05 UTC (rev 105165)
@@ -1,48 +0,0 @@
-# Contributor: Allan McRae 
-# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
-# Contributor: [vEX] 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=teeworlds
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="A multiplayer 2D shooter"
-arch=('i686' 'x86_64')
-url="https://www.teeworlds.com";
-license=('custom')
-depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
-makedepends=('python' 'bam' 'mesa')
-replaces=('teewars')
-source=(https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
-teeworlds.desktop
-   teeworlds.png)
-md5sums=('649f6c05a7b117096b238c07062edc39'
- '3944aaf7a8c19a83510b2b39c4cddf5f'
- '44f39e398409232a0e0a431ed46d8cc8')
-
-build() {
-   # Build teeworlds
-   cd ${srcdir}/${pkgname}-*-source
-
-   bam server_release client_release
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-*-source
-
-   # Install data files
-   mkdir -p ${pkgdir}/usr/share/${pkgname}/data
-   cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
-
-   install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-   install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
-
-   install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-   install -Dm644 ${srcdir}/${pkgname}.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-
-   install -Dm644 license.txt \
-   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: teeworlds/repos/community-i686/PKGBUILD (from rev 105164, 
teeworlds/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 02:23:05 UTC (rev 105165)
@@ -0,0 +1,47 @@
+# Contributor: Allan McRae 
+# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
+# Contributor: [vEX] 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=teeworlds
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Multiplayer 2D shooter'
+arch=('i686' 'x86_64')
+url='https://www.teeworlds.com'
+license=('custom')
+depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
+makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk')
+source=("https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz";)
+md5sums=('649f6c05a7b117096b238c07062edc39')
+
+prepare() {
+  convert "$pkgname-$pkgver-source/other/icons/Teeworlds.ico" 
"$srcdir/$pkgname.png"
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--name 'Teeworlds' --categories 'Game;ArcadeGame'
+}
+
+build() {
+  cd "$pkgname-$pkgver-source"
+
+  bam server_release client_release
+}
+
+package() {
+  cd "$pkgname-$pkgver-source"
+
+  # Install data files
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/data
+  cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
+  
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
+  
+  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/${pkgname}-0.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+  
+  install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/teeworlds.desktop
===
--- community-i686/teeworlds.desktop2014-02-02 02:22:48 UTC (rev 105164)
+++ community-i686/teeworlds.desktop2014-02-02 02:23:05 UTC (rev 105165)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Icon=teeworlds
-Exec=teeworlds
-Terminal=false
-StartupNotify=false
-
-Na

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

2014-02-01 Thread Sven-Hendrik Haase
Date: Sunday, February 2, 2014 @ 03:22:48
  Author: svenstaro
Revision: 105164

upgpkg: teeworlds 0.6.2-2

rebuild

Modified:
  teeworlds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 00:56:21 UTC (rev 105163)
+++ PKGBUILD2014-02-02 02:22:48 UTC (rev 105164)
@@ -6,7 +6,7 @@
 
 pkgname=teeworlds
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Multiplayer 2D shooter'
 arch=('i686' 'x86_64')
 url='https://www.teeworlds.com'
@@ -13,7 +13,6 @@
 license=('custom')
 depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
 makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk')
-replaces=('teewars')
 source=("https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz";)
 md5sums=('649f6c05a7b117096b238c07062edc39')
 



[arch-commits] Commit in mate-document-viewer/trunk (PKGBUILD)

2014-02-01 Thread Martin Wimpress
Date: Sunday, February 2, 2014 @ 01:55:59
  Author: flexiondotorg
Revision: 105162

upgpkg: mate-document-viewer 1.6.2-2. Fixes FS#38754.

Modified:
  mate-document-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 00:47:06 UTC (rev 105161)
+++ PKGBUILD2014-02-02 00:55:59 UTC (rev 105162)
@@ -2,13 +2,13 @@
 
 pkgname=mate-document-viewer
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simply a document viewer"
 url="http://mate-desktop.org";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
- 'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
+ 'libspectre' 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
 makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
  'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
 optdepends=('djvulibre: DjVu support'



[arch-commits] Commit in mate-document-viewer/repos (8 files)

2014-02-01 Thread Martin Wimpress
Date: Sunday, February 2, 2014 @ 01:56:21
  Author: flexiondotorg
Revision: 105163

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

Added:
  mate-document-viewer/repos/community-i686/PKGBUILD
(from rev 105162, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-i686/mate-document-viewer.install
(from rev 105162, mate-document-viewer/trunk/mate-document-viewer.install)
  mate-document-viewer/repos/community-x86_64/PKGBUILD
(from rev 105162, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-x86_64/mate-document-viewer.install
(from rev 105162, mate-document-viewer/trunk/mate-document-viewer.install)
Deleted:
  mate-document-viewer/repos/community-i686/PKGBUILD
  mate-document-viewer/repos/community-i686/mate-document-viewer.install
  mate-document-viewer/repos/community-x86_64/PKGBUILD
  mate-document-viewer/repos/community-x86_64/mate-document-viewer.install

---+
 /PKGBUILD |   94 
 /mate-document-viewer.install |   26 ++
 community-i686/PKGBUILD   |   47 
 community-i686/mate-document-viewer.install   |   13 ---
 community-x86_64/PKGBUILD |   47 
 community-x86_64/mate-document-viewer.install |   13 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 00:55:59 UTC (rev 105162)
+++ community-i686/PKGBUILD 2014-02-02 00:56:21 UTC (rev 105163)
@@ -1,47 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-pkgname=mate-document-viewer
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Simply a document viewer"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
- 'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
-optdepends=('djvulibre: DjVu support'
-'libgxps: XPS support'
-'mate-file-manager: Document Properties extension'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('295a59e7b7babd86f42eebb2a9ac5405dd7b2997')
-install=${pkgname}.install
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-introspection \
---disable-static \
---disable-scrollkeeper
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-ln -s atril "${pkgdir}/usr/bin/mate-document-viewer"
-}

Copied: mate-document-viewer/repos/community-i686/PKGBUILD (from rev 105162, 
mate-document-viewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 00:56:21 UTC (rev 105163)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-document-viewer
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Simply a document viewer"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
+ 'libspectre' 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 
'texlive-bin')
+optdepends=('djvulibre: DjVu support'
+'libgxps: XPS support'
+'mate-file-manager: Document Properties extension'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('295a59e7b7babd86f42eebb2a9ac5405dd7b2997')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-introspection \
+--disable-static \
+--disable-scrollkeepe

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

2014-02-01 Thread Sébastien Luttringer
Date: Sunday, February 2, 2014 @ 01:47:06
  Author: seblu
Revision: 105161

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

Added:
  ipset/repos/community-i686/PKGBUILD
(from rev 105160, ipset/trunk/PKGBUILD)
  ipset/repos/community-i686/ipset.service
(from rev 105160, ipset/trunk/ipset.service)
  ipset/repos/community-x86_64/PKGBUILD
(from rev 105160, ipset/trunk/PKGBUILD)
  ipset/repos/community-x86_64/ipset.service
(from rev 105160, ipset/trunk/ipset.service)
Deleted:
  ipset/repos/community-i686/PKGBUILD
  ipset/repos/community-i686/ipset.service
  ipset/repos/community-x86_64/PKGBUILD
  ipset/repos/community-x86_64/ipset.service

+
 /PKGBUILD  |   80 +++
 /ipset.service |   26 
 community-i686/PKGBUILD|   40 ---
 community-i686/ipset.service   |   12 -
 community-x86_64/PKGBUILD  |   40 ---
 community-x86_64/ipset.service |   12 -
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 00:46:49 UTC (rev 105160)
+++ community-i686/PKGBUILD 2014-02-02 00:47:06 UTC (rev 105161)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.20.1
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl')
-backup=("etc/$pkgname.conf")
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2";
-"$pkgname.service")
-md5sums=('8af741492752fbf24d3a28a9d1473d40'
- '6be6a2b34c1f38fc8ad60828403e2077')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install doc
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # default config file
-  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/community-i686/PKGBUILD (from rev 105160, 
ipset/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 00:47:06 UTC (rev 105161)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.20.1
+pkgrel=2
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('libmnl')
+backup=("etc/$pkgname.conf")
+source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2";
+"$pkgname.service")
+md5sums=('8af741492752fbf24d3a28a9d1473d40'
+ '4b195827996c6012a801e21f869c385d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
+  popd
+  # systemd
+  install -Dm 644 $pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # default config file
+  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ipset.service
===
--- community-i686/ipset.service2014-02-02 00:46:49 UTC (rev 105160)
+++ community-i686/ipset.service2014-02-02 00:47:06 UTC (rev 105161)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=iptables.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/bin/ipset destroy
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/community-i686/ipset.service (from rev 105160, 
ipset/trunk/ipset.service)
===
--- community-i686/ipset.service(rev 0)
+++ community-i686/ipset.service2014-02-02 00:47:06 UTC (rev 105161)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Loading IP Sets
+Before=iptables.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
+
+[Install]
+WantedBy=multi-user.target

Deleted:

[arch-commits] Commit in ipset/trunk (PKGBUILD ipset.service)

2014-02-01 Thread Sébastien Luttringer
Date: Sunday, February 2, 2014 @ 01:46:49
  Author: seblu
Revision: 105160

upgpkg: ipset 6.20.1-2

- Add reload to service. Don't try to destroy set before restore from conf file.

Modified:
  ipset/trunk/PKGBUILD
  ipset/trunk/ipset.service

---+
 PKGBUILD  |4 ++--
 ipset.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 00:22:45 UTC (rev 105159)
+++ PKGBUILD2014-02-02 00:46:49 UTC (rev 105160)
@@ -3,7 +3,7 @@
 
 pkgname=ipset
 pkgver=6.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
@@ -13,7 +13,7 @@
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2";
 "$pkgname.service")
 md5sums=('8af741492752fbf24d3a28a9d1473d40'
- '6be6a2b34c1f38fc8ad60828403e2077')
+ '4b195827996c6012a801e21f869c385d')
 
 build() {
   cd $pkgname-$pkgver

Modified: ipset.service
===
--- ipset.service   2014-02-02 00:22:45 UTC (rev 105159)
+++ ipset.service   2014-02-02 00:46:49 UTC (rev 105160)
@@ -6,6 +6,7 @@
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
 ExecStop=/usr/bin/ipset destroy
 
 [Install]



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

2014-02-01 Thread Kyle Keen
Date: Sunday, February 2, 2014 @ 01:22:45
  Author: kkeen
Revision: 105159

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

Added:
  ratpoison/repos/community-i686/PKGBUILD
(from rev 105158, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-i686/ratpoison.desktop
(from rev 105158, ratpoison/trunk/ratpoison.desktop)
  ratpoison/repos/community-i686/ratpoison.install
(from rev 105158, ratpoison/trunk/ratpoison.install)
  ratpoison/repos/community-x86_64/PKGBUILD
(from rev 105158, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-x86_64/ratpoison.desktop
(from rev 105158, ratpoison/trunk/ratpoison.desktop)
  ratpoison/repos/community-x86_64/ratpoison.install
(from rev 105158, ratpoison/trunk/ratpoison.install)
Deleted:
  ratpoison/repos/community-i686/PKGBUILD
  ratpoison/repos/community-i686/ratpoison.desktop
  ratpoison/repos/community-i686/ratpoison.install
  ratpoison/repos/community-x86_64/PKGBUILD
  ratpoison/repos/community-x86_64/ratpoison.desktop
  ratpoison/repos/community-x86_64/ratpoison.install

+
 /PKGBUILD  |  104 +++
 /ratpoison.desktop |   16 +
 /ratpoison.install |   40 +
 community-i686/PKGBUILD|   49 
 community-i686/ratpoison.desktop   |8 --
 community-i686/ratpoison.install   |   20 --
 community-x86_64/PKGBUILD  |   49 
 community-x86_64/ratpoison.desktop |8 --
 community-x86_64/ratpoison.install |   20 --
 9 files changed, 160 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-02 00:21:45 UTC (rev 105158)
+++ community-i686/PKGBUILD 2014-02-02 00:22:45 UTC (rev 105159)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Aaron Griffin 
-# Contributor: juergen 
-# Contributor: John Proctor 
-
-pkgname=ratpoison
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="A simple keystroke-driven window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
-url="http://www.nongnu.org/ratpoison/";
-install="${pkgname}.install"
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-"${pkgname}.desktop")
-md5sums=('5fbaab737cf7fcc8e5eb2d619aaa0eab'
- '29c3cb9be59758e39d8471391231a74a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # fix permissions
-  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
-
-  # Not useful outside the source tree. Kill it
-  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
-
-  cd contrib
-  ./genrpbindings
-  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
-  install -m644 
{Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
-"${pkgdir}/usr/share/ratpoison/bindings/"
-
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/etc/X11/sessions/${pkgname}.desktop"
-
-  install -Dm644 "${pkgdir}/usr/share/ratpoison/ratpoison.el" \
-"${pkgdir}/usr/share/emacs/site-lisp/ratpoison.el"
-}

Copied: ratpoison/repos/community-i686/PKGBUILD (from rev 105158, 
ratpoison/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 00:22:45 UTC (rev 105159)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Aaron Griffin 
+# Contributor: juergen 
+# Contributor: John Proctor 
+
+pkgname=ratpoison
+pkgver=1.4.6
+pkgrel=2
+pkgdesc="A simple keystroke-driven window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
+url="http://www.nongnu.org/ratpoison/";
+install="${pkgname}.install"
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+"${pkgname}.desktop")
+md5sums=('5fbaab737cf7fcc8e5eb2d619aaa0eab'
+ '29c3cb9be59758e39d8471391231a74a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#38726, v1.4.6-2 
+  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
+  ./configure --prefix=/usr
+  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # fix permissions
+  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
+
+  # Not useful outside the source tree. Kill it
+  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
+
+  cd contrib
+  ./genrpbindings
+  install -dm755 "${pkgdir}/usr/share/

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

2014-02-01 Thread Kyle Keen
Date: Sunday, February 2, 2014 @ 01:21:45
  Author: kkeen
Revision: 105158

upgpkg: ratpoison 1.4.6-2, fix FS#38726

Modified:
  ratpoison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 00:03:54 UTC (rev 105157)
+++ PKGBUILD2014-02-02 00:21:45 UTC (rev 105158)
@@ -6,7 +6,7 @@
 
 pkgname=ratpoison
 pkgver=1.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple keystroke-driven window manager"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,6 +21,9 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  # FS#38726, v1.4.6-2 
+  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
   ./configure --prefix=/usr
   make CFLAGS="$CFLAGS -DHAVE_GETLINE"
 }



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

2014-02-01 Thread Kyle Keen
Date: Sunday, February 2, 2014 @ 01:03:54
  Author: kkeen
Revision: 105157

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

Added:
  jwm/repos/community-i686/PKGBUILD
(from rev 105156, jwm/trunk/PKGBUILD)
  jwm/repos/community-x86_64/PKGBUILD
(from rev 105156, jwm/trunk/PKGBUILD)
Deleted:
  jwm/repos/community-i686/PKGBUILD
  jwm/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 2014-02-02 00:03:29 UTC (rev 105156)
+++ community-i686/PKGBUILD 2014-02-02 00:03:54 UTC (rev 105157)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-
-pkgname=jwm
-pkgver=2.1.0
-pkgrel=3
-pkgdesc="A lightweight window manager for the X11 Window System"
-arch=('i686' 'x86_64')
-url="http://joewing.net/programs/jwm/";
-license=('GPL2')
-depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng')
-backup=('etc/system.jwmrc')
-source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.bz2)
-md5sums=('e8fab21b2410eb82032b7c3472af642c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
-   SYSCONF="$pkgdir/etc" install
-}

Copied: jwm/repos/community-i686/PKGBUILD (from rev 105156, jwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-02 00:03:54 UTC (rev 105157)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+
+pkgname=jwm
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A lightweight window manager for the X11 Window System"
+arch=('i686' 'x86_64')
+url="http://joewing.net/programs/jwm/";
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.xz)
+md5sums=('4950ed5d44d1f00e7b7386fea4657b54')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
+   SYSCONF="$pkgdir/etc" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-02 00:03:29 UTC (rev 105156)
+++ community-x86_64/PKGBUILD   2014-02-02 00:03:54 UTC (rev 105157)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-
-pkgname=jwm
-pkgver=2.1.0
-pkgrel=3
-pkgdesc="A lightweight window manager for the X11 Window System"
-arch=('i686' 'x86_64')
-url="http://joewing.net/programs/jwm/";
-license=('GPL2')
-depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng')
-backup=('etc/system.jwmrc')
-source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.bz2)
-md5sums=('e8fab21b2410eb82032b7c3472af642c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
-   SYSCONF="$pkgdir/etc" install
-}

Copied: jwm/repos/community-x86_64/PKGBUILD (from rev 105156, 
jwm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-02 00:03:54 UTC (rev 105157)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+
+pkgname=jwm
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A lightweight window manager for the X11 Window System"
+arch=('i686' 'x86_64')
+url="http://joewing.net/programs/jwm/";
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.xz)
+md5sums=('4950ed5d44d1f00e7b7386fea4657b54')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
+   SYSCONF="$pkgdir/etc" install
+}



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

2014-02-01 Thread Kyle Keen
Date: Sunday, February 2, 2014 @ 01:03:29
  Author: kkeen
Revision: 105156

upgpkg: jwm 2.2.0-1

Modified:
  jwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 21:30:09 UTC (rev 105155)
+++ PKGBUILD2014-02-02 00:03:29 UTC (rev 105156)
@@ -3,8 +3,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=jwm
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="A lightweight window manager for the X11 Window System"
 arch=('i686' 'x86_64')
 url="http://joewing.net/programs/jwm/";
@@ -11,8 +11,8 @@
 license=('GPL2')
 depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng')
 backup=('etc/system.jwmrc')
-source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.bz2)
-md5sums=('e8fab21b2410eb82032b7c3472af642c')
+source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.xz)
+md5sums=('4950ed5d44d1f00e7b7386fea4657b54')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in xf86-video-intel/trunk (1 file)

2014-02-01 Thread Andreas Radke
Date: Saturday, February 1, 2014 @ 22:46:14
  Author: andyrtr
Revision: 204964

remove unused patch FS#38761

Deleted:
  xf86-video-intel/trunk/intel-2.21.15-xserver-1.15-compat.patch

-+
 intel-2.21.15-xserver-1.15-compat.patch |   13 -
 1 file changed, 13 deletions(-)

Deleted: intel-2.21.15-xserver-1.15-compat.patch
===
--- intel-2.21.15-xserver-1.15-compat.patch 2014-02-01 21:25:15 UTC (rev 
204963)
+++ intel-2.21.15-xserver-1.15-compat.patch 2014-02-01 21:46:14 UTC (rev 
204964)
@@ -1,13 +0,0 @@
-diff -up xf86-video-intel-2.21.15/src/compat-api.h.jx 
xf86-video-intel-2.21.15/src/compat-api.h
 xf86-video-intel-2.21.15/src/compat-api.h.jx   2013-05-21 
06:15:11.0 -0400
-+++ xf86-video-intel-2.21.15/src/compat-api.h  2013-10-24 15:30:52.291337300 
-0400
-@@ -158,4 +158,8 @@ static inline void FreePixmap(PixmapPtr
-   if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, 
w, h)
- #endif
- 
-+#if XORG_VERSION_CURRENT > XORG_VERSION_NUMERIC(1,14,99,3,0)
-+#define DamageUnregister(a, b) DamageUnregister(a)
-+#endif
-+
- #endif
-



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

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 22:25:15
  Author: eric
Revision: 204963

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

Added:
  i8kutils/repos/extra-i686/PKGBUILD
(from rev 204962, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-i686/i8kmon.service
(from rev 204962, i8kutils/trunk/i8kmon.service)
  i8kutils/repos/extra-i686/i8kutils-probe.diff
(from rev 204962, i8kutils/trunk/i8kutils-probe.diff)
  i8kutils/repos/extra-x86_64/PKGBUILD
(from rev 204962, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-x86_64/i8kmon.service
(from rev 204962, i8kutils/trunk/i8kmon.service)
  i8kutils/repos/extra-x86_64/i8kutils-probe.diff
(from rev 204962, i8kutils/trunk/i8kutils-probe.diff)
Deleted:
  i8kutils/repos/extra-i686/PKGBUILD
  i8kutils/repos/extra-i686/i8kmon.service
  i8kutils/repos/extra-i686/i8kutils-probe.diff
  i8kutils/repos/extra-x86_64/PKGBUILD
  i8kutils/repos/extra-x86_64/i8kmon.service
  i8kutils/repos/extra-x86_64/i8kutils-probe.diff

--+
 /PKGBUILD|   80 +
 /i8kmon.service  |   18 +++
 /i8kutils-probe.diff |  168 +
 extra-i686/PKGBUILD  |   40 
 extra-i686/i8kmon.service|9 -
 extra-i686/i8kutils-probe.diff   |  100 --
 extra-x86_64/PKGBUILD|   40 
 extra-x86_64/i8kmon.service  |9 -
 extra-x86_64/i8kutils-probe.diff |  100 --
 9 files changed, 266 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-01 21:24:29 UTC (rev 204962)
+++ extra-i686/PKGBUILD 2014-02-01 21:25:15 UTC (rev 204963)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=i8kutils
-pkgver=1.40
-pkgrel=2
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/i8kutils";
-license=('GPL')
-depends=('bash')
-optdepends=('tk: for i8kmon deamon')
-backup=('etc/i8kutils/i8kmon.conf')
-source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
-i8kmon.service i8kutils-probe.diff)
-sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
-  '5c20f5241de7e60b46117269f4e867b08734cdc8'
-  '7912fc8f7f10a0011aa84c711678ac89c1abbf53')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i "$srcdir"/i8kutils-probe.diff
-
-  # conform to Arch Linux guidelines
-  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
-  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/{bin,share/man/man1}
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
-  install -D -m644 ../i8kmon.service 
"$pkgdir/usr/lib/systemd/system/i8kmon.service"
-}

Copied: i8kutils/repos/extra-i686/PKGBUILD (from rev 204962, 
i8kutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-01 21:25:15 UTC (rev 204963)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 
+
+pkgname=i8kutils
+pkgver=1.40
+pkgrel=3
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/i8kutils";
+license=('GPL')
+depends=('bash')
+optdepends=('tk: for i8kmon deamon')
+backup=('etc/i8kutils/i8kmon.conf')
+source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
+i8kmon.service i8kutils-probe.diff)
+sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
+  '5c20f5241de7e60b46117269f4e867b08734cdc8'
+  'ab9058f92adb3e8b9306568005d5751908fb1765')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i "$srcdir"/i8kutils-probe.diff
+
+  # conform to Arch Linux guidelines
+  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
+  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
+  install -D -m644 ../i8kmon.service 
"$pkgdir/usr/lib/systemd/system/i8kmon.service"
+}

Deleted: extra-i686/i8kmon.service
===
--- extra-i686/i8kmon.service   2014-02-01 21:24:29 UTC (rev 204962)
+++ extra-i686/i8kmon.service   2014-02-01 21:25:15 UTC (rev 204963)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Dell laptop thermal monitoring
-ConditionPathExists=/proc/i8k
-
-[Service]
-ExecStart=/usr/bin/i8kmon -d
-
-[Install]
-WantedBy=multi-user.target

Copied: i8kutils/repos/extra-i686/i8kmon.service (from rev 204962, 
i8kutils/t

[arch-commits] Commit in i8kutils/trunk (PKGBUILD i8kutils-probe.diff)

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 22:24:29
  Author: eric
Revision: 204962

upgpkg: i8kutils 1.40-3

Fix i8kmon patch(close FS#38759)

Modified:
  i8kutils/trunk/PKGBUILD
  i8kutils/trunk/i8kutils-probe.diff

-+
 PKGBUILD|4 ++--
 i8kutils-probe.diff |   16 
 2 files changed, 2 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 20:25:59 UTC (rev 204961)
+++ PKGBUILD2014-02-01 21:24:29 UTC (rev 204962)
@@ -3,7 +3,7 @@
 
 pkgname=i8kutils
 pkgver=1.40
-pkgrel=2
+pkgrel=3
 pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/i8kutils";
@@ -15,7 +15,7 @@
 i8kmon.service i8kutils-probe.diff)
 sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
   '5c20f5241de7e60b46117269f4e867b08734cdc8'
-  '7912fc8f7f10a0011aa84c711678ac89c1abbf53')
+  'ab9058f92adb3e8b9306568005d5751908fb1765')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: i8kutils-probe.diff
===
--- i8kutils-probe.diff 2014-02-01 20:25:59 UTC (rev 204961)
+++ i8kutils-probe.diff 2014-02-01 21:24:29 UTC (rev 204962)
@@ -9,14 +9,6 @@
  geometry  {}
  use_conf1
  auto  1
-@@ -62,7 +63,6 @@
- t_low 0
- t_high0
- ui0
--suspend   0
- }
- 
- proc read_config {} {
 @@ -202,22 +202,15 @@
  
  set status(acpi_timer) [expr 60 / $config(timeout)]
@@ -43,14 +35,6 @@
  }
  
  return 0
-@@ -397,7 +390,6 @@
- menu $menu -tearoff 0
- $menu add check -label "Auto"-variable config(auto)
- $menu add check -label "Verbose" -variable config(verbose)
--$menu add check -label "Suspend" -variable status(suspend)
- $menu add separator
- $menu add command -label "Reload" -command { read_config; status_timer }
- $menu add command -label "Exit"   -command { exit }
 @@ -495,8 +487,8 @@
  -a|--auto   control automatically the fans
 -na|--noauto   don\x27t control automatically the fans



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

2014-02-01 Thread Evgeniy Alekseev
Date: Saturday, February 1, 2014 @ 22:22:08
  Author: arcanis
Revision: 105154

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

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 105153, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/fix-pil.patch
(from rev 105153, sage-mathematics/trunk/fix-pil.patch)
  sage-mathematics/repos/community-staging-i686/sage-mathematics.install
(from rev 105153, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-i686/sage.service
(from rev 105153, sage-mathematics/trunk/sage.service)
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 105153, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/fix-pil.patch
(from rev 105153, sage-mathematics/trunk/fix-pil.patch)
  sage-mathematics/repos/community-staging-x86_64/sage-mathematics.install
(from rev 105153, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-x86_64/sage.service
(from rev 105153, sage-mathematics/trunk/sage.service)

---+
 community-staging-i686/PKGBUILD   |  134 
 community-staging-i686/fix-pil.patch  |   12 +
 community-staging-i686/sage-mathematics.install   |   56 
 community-staging-i686/sage.service   |8 +
 community-staging-x86_64/PKGBUILD |  134 
 community-staging-x86_64/fix-pil.patch|   12 +
 community-staging-x86_64/sage-mathematics.install |   56 
 community-staging-x86_64/sage.service |8 +
 8 files changed, 420 insertions(+)

Copied: sage-mathematics/repos/community-staging-i686/PKGBUILD (from rev 
105153, sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-01 21:22:08 UTC (rev 105154)
@@ -0,0 +1,134 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Daniel Wallace 
+# Contributor: Antonio Rojas 
+# Contributor: Thomas Dziedzic 
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=6.1
+pkgrel=1
+pkgdesc="SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab"
+arch=('i686' 'x86_64')
+url="http://www.sagemath.org";
+license=('GPL')
+#depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
+depends=('freetype2>=2.3.5')
+makedepends=('gcc-fortran' 'gendesk' 'desktop-file-utils')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar";
+"fix-pil.patch"
+"sage.service")
+install="${pkgname}.install"
+md5sums=('75130374fcdb9395955db81f1ed28422'
+ 'de54cb818d74c070a524fc3fd5208b2c'
+ '985da1c1d1dcdc3ea9aa73035cb7996b')
+
+prepare() {
+  # create *.desktop file
+  gendesk -n \
+  --pkgname="sage-notebook" \
+  --pkgdesc="sage notebook" \
+  --name="sage" \
+  --exec="/opt/sage/sage -notebook" \
+  --terminal=true \
+  --categories="Science;Math" \
+  --custom="StartupNotify=true
+X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username="
+  
+  # create DOT_SAGE directory
+  if [[ -d ${srcdir}/build ]]; then
+rm -rf "${srcdir}/build"
+  fi
+  mkdir "${srcdir}/build"
+  
+  # according to FS#34769
+  rm -rf freetype-*
+  sed -i -e 's/FREETYPE/#FREETYPE/' "${srcdir}/sage-${pkgver}/build/install"
+}
+
+build() {
+  cd "sage-${pkgver}"
+  
+  # fix "missing sage.all error" during build
+  unset CFLAGS
+  unset CXXFLAGS
+  # fix build errors
+  unset LDFLAGS
+  
+  export MAKE="make -j$(nproc)"
+  
+  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
+  export FC=/usr/bin/gfortran
+  
+  # disable building with debugging support
+  export SAGE_DEBUG='no'
+  
+  # enable fat binaries (disables processor specific optimizations)
+  # comment out if you're only building it for yourself
+  export SAGE_FAT_BINARY='yes'
+  
+  # can't write to root in a clean chroot
+  export DOT_SAGE="${srcdir}/build"
+  
+  # singular is broken
+  export CPP='/usr/bin/cpp'
+  
+  # only build sage, no documents
+  #make build
+  make
+}
+

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

2014-02-01 Thread Evgeniy Alekseev
Date: Saturday, February 1, 2014 @ 22:21:17
  Author: arcanis
Revision: 105153

upgpkg: sage-mathematics 6.1-1

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 20:46:24 UTC (rev 105152)
+++ PKGBUILD2014-02-01 21:21:17 UTC (rev 105153)
@@ -8,8 +8,8 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=6.0
-pkgrel=2
+pkgver=6.1
+pkgrel=1
 pkgdesc="SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab"
 arch=('i686' 'x86_64')
 url="http://www.sagemath.org";
@@ -26,7 +26,7 @@
 "fix-pil.patch"
 "sage.service")
 install="${pkgname}.install"
-md5sums=('da1bacf90fc291e736aaa71431e8874e'
+md5sums=('75130374fcdb9395955db81f1ed28422'
  'de54cb818d74c070a524fc3fd5208b2c'
  '985da1c1d1dcdc3ea9aa73035cb7996b')
 
@@ -51,21 +51,6 @@
   mkdir "${srcdir}/build"
   
   # according to FS#34769
-  # NOTE: there is an error in pil build (freetype/fterrors.h not found)
-  cd "${srcdir}/sage-${pkgver}/upstream/"
-  tar xjfv pil-1.1.6.tar.bz2
-  rm -r pil-1.1.6.tar.bz2
-  patch -p0 -i "${srcdir}/fix-pil.patch"
-  tar cjvf pil-1.1.6.tar.bz2 pil-1.1.6
-  rm -rf pil-1.1.6
-  # fix checksums
-  SUMS=$(md5sum pil-1.1.6.tar.bz2 | awk '{print $1}')
-  sed "s/md5=[0-9a-f]\{32\}/md5=${SUMS}/" -i 
"${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini"
-  SUMS=$(sha1sum pil-1.1.6.tar.bz2 | awk '{print $1}')
-  sed "s/sha1=[0-9a-f]\{40\}/sha1=${SUMS}/" -i 
"${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini"
-  SUMS=$(cksum pil-1.1.6.tar.bz2 | awk '{print $1}')
-  sed "s/cksum=[0-9a-f]\{10\}/cksum=${SUMS}/" -i 
"${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini"
-  # disable freetype build
   rm -rf freetype-*
   sed -i -e 's/FREETYPE/#FREETYPE/' "${srcdir}/sage-${pkgver}/build/install"
 }
@@ -100,7 +85,6 @@
   # only build sage, no documents
   #make build
   make
-  ./sage --bdist "${pkgver}"
 }
 
 << COMMENT
@@ -115,24 +99,19 @@
 COMMENT
 
 package() {
-  cd "sage-${pkgver}"
+  cd "${srcdir}/sage-${pkgver}/"
+  # remove build logs
+  rm -f *.log
+  rm -rf spkg/{base,build,logs,standarts}
   
   # cp because make install is experimental and will corrupt the install
   install -d "${pkgdir}/opt/sage"
-  cp -dpr --no-preserve=ownership dist/sage-"${pkgver}-$CARCH-Linux/"* 
"${pkgdir}/opt/sage/"
+  cp -r * "${pkgdir}/opt/sage/"
   
   # move SageTeX files to more appropriate directory
   install -d "${pkgdir}/usr/share"
   mv "${pkgdir}/opt/sage/local/share/texmf" "${pkgdir}/usr/share"
   
-  # remove build logs
-  rm -f "${pkgdir}/opt/sage/*.log"
-  rm -rf "${pkgdir}/opt/sage/spkg/logs"
-  
-  # remove source packages, since they are rarely needed, they are 300mb in 
size (compressed)
-  rm -f "${pkgdir}/opt/sage/spkg/base/*spkg"
-  rm -f "${pkgdir}/opt/sage/spkg/standard/*spkg"
-  
   # according to FS#37090
   # install scripts
   install -d "${pkgdir}/usr/bin"



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

2014-02-01 Thread Evgeniy Alekseev
Date: Saturday, February 1, 2014 @ 21:45:43
  Author: arcanis
Revision: 105151

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

Added:
  pymol/repos/community-staging-i686/
  pymol/repos/community-staging-i686/PKGBUILD
(from rev 105150, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-i686/pymol.install
(from rev 105150, pymol/trunk/pymol.install)
  pymol/repos/community-staging-x86_64/
  pymol/repos/community-staging-x86_64/PKGBUILD
(from rev 105150, pymol/trunk/PKGBUILD)
  pymol/repos/community-staging-x86_64/pymol.install
(from rev 105150, pymol/trunk/pymol.install)

+
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-i686/pymol.install   |   11 +++
 community-staging-x86_64/PKGBUILD  |   47 +++
 community-staging-x86_64/pymol.install |   11 +++
 4 files changed, 116 insertions(+)

Copied: pymol/repos/community-staging-i686/PKGBUILD (from rev 105150, 
pymol/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-01 20:45:43 UTC (rev 105151)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: graysky
+# Contributor: Tomasz Żok 
+
+pkgname=pymol
+pkgver=1.7.0.0
+pkgrel=1
+pkgdesc="Molecular visualization system on an Open Source foundation"
+arch=('i686' 'x86_64')
+url="http://pymol.org/";
+license=('custom')
+depends=('glew' 'glut' 'mesa' 'python2-numpy' 'python2-pmw' 'tcsh')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("http://downloads.sourceforge.net/project/pymol/pymol/1.7/pymol-v${pkgver}.tar.bz2";)
+install="${pkgname}.install"
+md5sums=('36fc735f6104e59802f109d0d25b6676')
+
+prepare() {
+  # create desktop file
+  gendesk --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" --name="PyMOL" 
--categories="Science;Chemistry"
+  
+  # suppress non-zero exit code that breaks makepkg
+  sed -i '/sys.exit/ s,2,0,' "${srcdir}/pymol/setup.py"
+  # change python to python2
+  sed -i "s|python|python2|g" "${srcdir}/pymol/test/cyg"
+  sed -i "s|python|python2|g" "${srcdir}/pymol/test/run"
+  sed -i "s|python|python2|g" "${srcdir}/pymol/test/show"
+  sed -i "s|python|python2|g" 
"${srcdir}/pymol/modules/pmg_tk/startup/apbs_tools.py"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  sed -i "s|"${pkgdir}"||g" pymol
+  install -Dm755 "pymol" "${pkgdir}/usr/bin/pymol"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/pymol.desktop" 
"${pkgdir}/usr/share/applications/pymol.desktop"
+  install -Dm644 "${srcdir}/pymol.png" "${pkgdir}/usr/share/pixmaps/pymol.png"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pymol/repos/community-staging-i686/pymol.install (from rev 105150, 
pymol/trunk/pymol.install)
===
--- community-staging-i686/pymol.install(rev 0)
+++ community-staging-i686/pymol.install2014-02-01 20:45:43 UTC (rev 
105151)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: pymol/repos/community-staging-x86_64/PKGBUILD (from rev 105150, 
pymol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-01 20:45:43 UTC (rev 105151)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: graysky
+# Contributor: Tomasz Żok 
+
+pkgname=pymol
+pkgver=1.7.0.0
+pkgrel=1
+pkgdesc="Molecular visualization system on an Open Source foundation"
+arch=('i686' 'x86_64')
+url="http://pymol.org/";
+license=('custom')
+depends=('glew' 'glut' 'mesa' 'python2-numpy' 'python2-pmw' 'tcsh')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("http://downloads.sourceforge.net/project/pymol/pymol/1.7/pymol-v${pkgver}.tar.bz2";)
+install="${pkgname}.install"
+md5sums=('36fc735f6104e59802f109d0d25b6676')
+
+prepare() {
+  # create desktop file
+  gendesk --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" --name="PyMOL" 
--categories="Science;Chemistry"
+  
+  # suppress non-zero exit code that breaks makepkg
+  sed -i '/sys.exit/ s,2,0,' "${srcdir}/pymol/setup.py"
+  # change python to python2
+  sed -i "s|python|python2|g" "${srcdir}/pymol/test/cyg"
+  sed -i "s|python|python2|g" "${srcdir}/pymol/test/run"
+  sed -i "s|python|python2|g" "${srcdir}/pymol/test/show"
+  sed -i "s|python|python2|g" 
"${srcdir}/pymol/modules/pmg_tk/startup/apbs_tools.py"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  python2 setup.py build
+}
+
+package() {
+  cd "${srcdi

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

2014-02-01 Thread Evgeniy Alekseev
Date: Saturday, February 1, 2014 @ 21:45:17
  Author: arcanis
Revision: 105150

upgpkg: pymol 1.7.0.0-1

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

---+
 PKGBUILD  |   27 +--
 pymol.install |   11 +++
 2 files changed, 28 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 19:59:28 UTC (rev 105149)
+++ PKGBUILD2014-02-01 20:45:17 UTC (rev 105150)
@@ -4,17 +4,22 @@
 # Contributor: Tomasz Żok 
 
 pkgname=pymol
-pkgver=1.6.0.0
-pkgrel=3
-pkgdesc="A USER-SPONSORED molecular visualization system on an OPEN-SOURCE 
foundation"
+pkgver=1.7.0.0
+pkgrel=1
+pkgdesc="Molecular visualization system on an Open Source foundation"
 arch=('i686' 'x86_64')
 url="http://pymol.org/";
 license=('custom')
-depends=('glut' 'glew' 'mesa' 'python-pmw' 'tcl' 'tcsh' 'tk')
-source=("http://downloads.sourceforge.net/project/pymol/pymol/1.6/pymol-v${pkgver}.tar.bz2";)
-md5sums=('6f5db5beea7497f5a414c8e0cf1ae53d')
+depends=('glew' 'glut' 'mesa' 'python2-numpy' 'python2-pmw' 'tcsh')
+makedepends=('desktop-file-utils' 'gendesk')
+source=("http://downloads.sourceforge.net/project/pymol/pymol/1.7/pymol-v${pkgver}.tar.bz2";)
+install="${pkgname}.install"
+md5sums=('36fc735f6104e59802f109d0d25b6676')
 
 prepare() {
+  # create desktop file
+  gendesk --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" --name="PyMOL" 
--categories="Science;Chemistry"
+  
   # suppress non-zero exit code that breaks makepkg
   sed -i '/sys.exit/ s,2,0,' "${srcdir}/pymol/setup.py"
   # change python to python2
@@ -31,10 +36,12 @@
 
 package() {
   cd "${srcdir}/${pkgname}"
-  python2 setup.py install --prefix="usr/" --root="${pkgdir}"
-  sed -i "s|${pkgdir}||g" pymol
-  install -D -m755 "pymol" "${pkgdir}/usr/bin/pymol"
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  sed -i "s|"${pkgdir}"||g" pymol
+  install -Dm755 "pymol" "${pkgdir}/usr/bin/pymol"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/pymol.desktop" 
"${pkgdir}/usr/share/applications/pymol.desktop"
+  install -Dm644 "${srcdir}/pymol.png" "${pkgdir}/usr/share/pixmaps/pymol.png"
 }
 
 # vim:set ts=2 sw=2 et:

Added: pymol.install
===
--- pymol.install   (rev 0)
+++ pymol.install   2014-02-01 20:45:17 UTC (rev 105150)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in xf86-video-intel/repos (12 files)

2014-02-01 Thread Andreas Radke
Date: Saturday, February 1, 2014 @ 21:25:59
  Author: andyrtr
Revision: 204961

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 204960, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-i686/intel-2.21.15-xserver-1.15-compat.patch
(from rev 204960, 
xf86-video-intel/trunk/intel-2.21.15-xserver-1.15-compat.patch)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 204960, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 204960, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/intel-2.21.15-xserver-1.15-compat.patch
(from rev 204960, 
xf86-video-intel/trunk/intel-2.21.15-xserver-1.15-compat.patch)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 204960, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/intel-2.21.15-xserver-1.15-compat.patch
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/intel-2.21.15-xserver-1.15-compat.patch
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install

--+
 /PKGBUILD|   96 +
 /intel-2.21.15-xserver-1.15-compat.patch |   26 
 /xf86-video-intel.install|   44 +++
 extra-i686/PKGBUILD  |   48 
 extra-i686/intel-2.21.15-xserver-1.15-compat.patch   |   13 --
 extra-i686/xf86-video-intel.install  |   22 ---
 extra-x86_64/PKGBUILD|   48 
 extra-x86_64/intel-2.21.15-xserver-1.15-compat.patch |   13 --
 extra-x86_64/xf86-video-intel.install|   22 ---
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-01 20:25:36 UTC (rev 204960)
+++ extra-i686/PKGBUILD 2014-02-01 20:25:59 UTC (rev 204961)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.99.908
-pkgrel=1
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'glamor-egl')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
-'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.15.0' 'X-ABI-VIDEODRV_VERSION<15' 
'X-ABI-VIDEODRV_VERSION>=16'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8183ed6a3c3c1610208e5e525eb9ce3b7b43efc3838851e720b2aceb288b0282')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 204960, 
xf86-video-intel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-01 20:25:59 UTC (rev 204961)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.909
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf8

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2014-02-01 Thread Andreas Radke
Date: Saturday, February 1, 2014 @ 21:25:36
  Author: andyrtr
Revision: 204960

upgpkg: xf86-video-intel 2.99.909-1

upstream update 2.99.909

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 20:05:00 UTC (rev 204959)
+++ PKGBUILD2014-02-01 20:25:36 UTC (rev 204960)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.908
+pkgver=2.99.909
 pkgrel=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -24,7 +24,7 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8183ed6a3c3c1610208e5e525eb9ce3b7b43efc3838851e720b2aceb288b0282')
+sha256sums=('7541187161ee379f07591e1d2655f51e2d9772d98b34e8f21d7159d28ce70f55')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in archiso/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-01 Thread Pierre Schmitz
Date: Saturday, February 1, 2014 @ 21:05:00
  Author: pierre
Revision: 204959

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 204958, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-01 20:04:52 UTC (rev 204958)
+++ PKGBUILD2014-02-01 20:05:00 UTC (rev 204959)
@@ -1,18 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi 
-# Maintainer: Pierre Schmitz 
-
-pkgname=archiso
-pkgver=14
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('cf94f2eddad134074064d1d87873af8b1757d74c')
-
-package() {
-   make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 204958, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-01 20:05:00 UTC (rev 204959)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi 
+# Maintainer: Pierre Schmitz 
+
+pkgname=archiso
+pkgver=15
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('5e172a8cef1d7a5c60b9775bce14a4d5f00e802f')
+
+package() {
+   make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+}



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

2014-02-01 Thread Pierre Schmitz
Date: Saturday, February 1, 2014 @ 21:04:52
  Author: pierre
Revision: 204958

upgpkg: archiso 15-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 19:33:47 UTC (rev 204957)
+++ PKGBUILD2014-02-01 20:04:52 UTC (rev 204958)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archiso
-pkgver=14
+pkgver=15
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -11,7 +11,7 @@
 url='https://projects.archlinux.org/archiso.git/'
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('cf94f2eddad134074064d1d87873af8b1757d74c')
+sha1sums=('5e172a8cef1d7a5c60b9775bce14a4d5f00e802f')
 
 package() {
make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install



[arch-commits] Commit in (python-pmw)

2014-02-01 Thread Evgeniy Alekseev
Date: Saturday, February 1, 2014 @ 20:54:08
  Author: arcanis
Revision: 105148

rename python-pmw: remove python-pmw

Deleted:
  python-pmw/



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

2014-02-01 Thread Evgeniy Alekseev
Date: Saturday, February 1, 2014 @ 20:45:32
  Author: arcanis
Revision: 105145

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

Added:
  python2-pmw/repos/community-staging-i686/
  python2-pmw/repos/community-staging-i686/LICENSE.txt
(from rev 105144, python2-pmw/trunk/LICENSE.txt)
  python2-pmw/repos/community-staging-i686/PKGBUILD
(from rev 105144, python2-pmw/trunk/PKGBUILD)
  python2-pmw/repos/community-staging-x86_64/
  python2-pmw/repos/community-staging-x86_64/LICENSE.txt
(from rev 105144, python2-pmw/trunk/LICENSE.txt)
  python2-pmw/repos/community-staging-x86_64/PKGBUILD
(from rev 105144, python2-pmw/trunk/PKGBUILD)

--+
 community-staging-i686/LICENSE.txt   |   21 ++
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-x86_64/LICENSE.txt |   21 ++
 community-staging-x86_64/PKGBUILD|   37 +
 4 files changed, 116 insertions(+)

Copied: python2-pmw/repos/community-staging-i686/LICENSE.txt (from rev 105144, 
python2-pmw/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2014-02-01 19:45:32 UTC (rev 105145)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke 
+Copyright (c) 2009,2010  Francesc Alted 
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: python2-pmw/repos/community-staging-i686/PKGBUILD (from rev 105144, 
python2-pmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-01 19:45:32 UTC (rev 105145)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: kfgz 
+# Contributor: Michael Krauss 
+# Contributor: dsa
+
+pkgname=python2-pmw
+pkgver=1.3.3b
+pkgrel=1
+pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter 
module"
+arch=('i686' 'x86_64')
+url="http://pmw.sourceforge.net/doc/index.html";
+license=('MIT')
+depends=('python2' 'tk')
+source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
+"LICENSE.txt")
+md5sums=('d8b998b921584db32a5eeeddc6bc606c'
+ '28b047a148c1780eddcf4bed6b150123')
+
+prepare() {
+  # change python to python2
+  sed -i "s|python|python2|g" 
"${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/ManualTests.py"
+  sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/demos/All.py"
+  sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/All.py"
+  sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/bin/bundlepmw.py"
+}
+
+build() {
+  cd "Pmw"
+  python2 setup.py build
+}
+
+package() {
+  cd "Pmw"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  install -D -m644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python2-pmw/repos/community-staging-x86_64/LICENSE.txt (from rev 
105144, python2-pmw/trunk/LICENSE.txt)
===
--- community-staging-x86_64/LICENSE.txt(rev 0)
+++ community-staging-x86_64/LICENSE.txt2014-02-01 19:45:32 UTC (rev 
105145)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke 
+Copyright (c) 2009,2010  Francesc Alted 
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, sub

[arch-commits] Commit in (5 files)

2014-02-01 Thread Evgeniy Alekseev
Date: Saturday, February 1, 2014 @ 20:44:21
  Author: arcanis
Revision: 105144

rename python-pmw: added python2-pmw

Added:
  python2-pmw/
  python2-pmw/repos/
  python2-pmw/trunk/
  python2-pmw/trunk/LICENSE.txt
  python2-pmw/trunk/PKGBUILD

-+
 LICENSE.txt |   21 +
 PKGBUILD|   37 +
 2 files changed, 58 insertions(+)

Added: python2-pmw/trunk/LICENSE.txt
===
--- python2-pmw/trunk/LICENSE.txt   (rev 0)
+++ python2-pmw/trunk/LICENSE.txt   2014-02-01 19:44:21 UTC (rev 105144)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke 
+Copyright (c) 2009,2010  Francesc Alted 
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Added: python2-pmw/trunk/PKGBUILD
===
--- python2-pmw/trunk/PKGBUILD  (rev 0)
+++ python2-pmw/trunk/PKGBUILD  2014-02-01 19:44:21 UTC (rev 105144)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: kfgz 
+# Contributor: Michael Krauss 
+# Contributor: dsa
+
+pkgname=python2-pmw
+pkgver=1.3.3b
+pkgrel=1
+pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter 
module"
+arch=('i686' 'x86_64')
+url="http://pmw.sourceforge.net/doc/index.html";
+license=('MIT')
+depends=('python2' 'tk')
+source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
+"LICENSE.txt")
+md5sums=('d8b998b921584db32a5eeeddc6bc606c'
+ '28b047a148c1780eddcf4bed6b150123')
+
+prepare() {
+  # change python to python2
+  sed -i "s|python|python2|g" 
"${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/ManualTests.py"
+  sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/demos/All.py"
+  sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/All.py"
+  sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/bin/bundlepmw.py"
+}
+
+build() {
+  cd "Pmw"
+  python2 setup.py build
+}
+
+package() {
+  cd "Pmw"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  install -D -m644 "${srcdir}/LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 20:33:47
  Author: eric
Revision: 204957

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

Added:
  i8kutils/repos/extra-i686/PKGBUILD
(from rev 204956, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-i686/i8kmon.service
(from rev 204956, i8kutils/trunk/i8kmon.service)
  i8kutils/repos/extra-i686/i8kutils-probe.diff
(from rev 204956, i8kutils/trunk/i8kutils-probe.diff)
  i8kutils/repos/extra-x86_64/PKGBUILD
(from rev 204956, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-x86_64/i8kmon.service
(from rev 204956, i8kutils/trunk/i8kmon.service)
  i8kutils/repos/extra-x86_64/i8kutils-probe.diff
(from rev 204956, i8kutils/trunk/i8kutils-probe.diff)
Deleted:
  i8kutils/repos/extra-i686/PKGBUILD
  i8kutils/repos/extra-i686/i8kmon.service
  i8kutils/repos/extra-x86_64/PKGBUILD
  i8kutils/repos/extra-x86_64/i8kmon.service

--+
 /PKGBUILD|   80 +
 /i8kmon.service  |   18 ++
 extra-i686/PKGBUILD  |   38 --
 extra-i686/i8kmon.service|9 ---
 extra-i686/i8kutils-probe.diff   |  100 +
 extra-x86_64/PKGBUILD|   38 --
 extra-x86_64/i8kmon.service  |9 ---
 extra-x86_64/i8kutils-probe.diff |  100 +
 8 files changed, 298 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-01 19:33:08 UTC (rev 204956)
+++ extra-i686/PKGBUILD 2014-02-01 19:33:47 UTC (rev 204957)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=i8kutils
-pkgver=1.40
-pkgrel=1
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/i8kutils";
-license=('GPL')
-depends=('bash')
-optdepends=('tk: for i8kmon deamon')
-backup=('etc/i8kutils/i8kmon.conf')
-source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
-i8kmon.service)
-sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
-  '5c20f5241de7e60b46117269f4e867b08734cdc8')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # conform to Arch Linux guidelines
-  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
-  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/{bin,share/man/man1}
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
-  install -D -m644 ../i8kmon.service 
"$pkgdir/usr/lib/systemd/system/i8kmon.service"
-}

Copied: i8kutils/repos/extra-i686/PKGBUILD (from rev 204956, 
i8kutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-01 19:33:47 UTC (rev 204957)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: 
+
+pkgname=i8kutils
+pkgver=1.40
+pkgrel=2
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/i8kutils";
+license=('GPL')
+depends=('bash')
+optdepends=('tk: for i8kmon deamon')
+backup=('etc/i8kutils/i8kmon.conf')
+source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
+i8kmon.service i8kutils-probe.diff)
+sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
+  '5c20f5241de7e60b46117269f4e867b08734cdc8'
+  '7912fc8f7f10a0011aa84c711678ac89c1abbf53')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i "$srcdir"/i8kutils-probe.diff
+
+  # conform to Arch Linux guidelines
+  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
+  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
+  install -D -m644 ../i8kmon.service 
"$pkgdir/usr/lib/systemd/system/i8kmon.service"
+}

Deleted: extra-i686/i8kmon.service
===
--- extra-i686/i8kmon.service   2014-02-01 19:33:08 UTC (rev 204956)
+++ extra-i686/i8kmon.service   2014-02-01 19:33:47 UTC (rev 204957)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Dell laptop thermal monitoring
-ConditionPathExists=/proc/i8k
-
-[Service]
-ExecStart=/usr/bin/i8kmon -d
-
-[Install]
-WantedBy=multi-user.target

Copied: i8kutils/repos/extra-i686/i8kmon.service (from rev 204956, 
i8kutils/trunk/i8kmon.service)
===
--- extra-i686/i8kmon.service   (rev 0)
+++ extra-i686/i8kmon.service   2014-02-01 19:33:47 UTC (rev 204957)
@@ -0,0 +1,9 @@

[arch-commits] Commit in i8kutils/trunk (PKGBUILD i8kutils-probe.diff)

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 20:33:08
  Author: eric
Revision: 204956

upgpkg: i8kutils 1.40-2

Fix i8kmon (close FS#38759)

Added:
  i8kutils/trunk/i8kutils-probe.diff
Modified:
  i8kutils/trunk/PKGBUILD

-+
 PKGBUILD|8 ++--
 i8kutils-probe.diff |  100 ++
 2 files changed, 105 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 18:30:13 UTC (rev 204955)
+++ PKGBUILD2014-02-01 19:33:08 UTC (rev 204956)
@@ -3,7 +3,7 @@
 
 pkgname=i8kutils
 pkgver=1.40
-pkgrel=1
+pkgrel=2
 pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/i8kutils";
@@ -12,12 +12,14 @@
 optdepends=('tk: for i8kmon deamon')
 backup=('etc/i8kutils/i8kmon.conf')
 
source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
-i8kmon.service)
+i8kmon.service i8kutils-probe.diff)
 sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
-  '5c20f5241de7e60b46117269f4e867b08734cdc8')
+  '5c20f5241de7e60b46117269f4e867b08734cdc8'
+  '7912fc8f7f10a0011aa84c711678ac89c1abbf53')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -p0 -i "$srcdir"/i8kutils-probe.diff
 
   # conform to Arch Linux guidelines
   sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1

Added: i8kutils-probe.diff
===
--- i8kutils-probe.diff (rev 0)
+++ i8kutils-probe.diff 2014-02-01 19:33:08 UTC (rev 204956)
@@ -0,0 +1,100 @@
+=== modified file 'i8kmon'
+--- i8kmon 2013-11-23 19:41:17 +
 i8kmon 2013-11-23 20:30:47 +
+@@ -27,6 +27,7 @@
+ sysconfig /etc/i8kmon.conf
+ userconfig~/.i8kmon
+ i8kfan/usr/bin/i8kfan
++acpi"acpi"
+ geometry  {}
+ use_conf1
+ auto  1
+@@ -62,7 +63,6 @@
+ t_low 0
+ t_high0
+ ui0
+-suspend   0
+ }
+ 
+ proc read_config {} {
+@@ -202,22 +202,15 @@
+ 
+ set status(acpi_timer) [expr 60 / $config(timeout)]
+ 
+-set cmd "acpi -a"; set acpi_ac [eval exec $cmd]
+-set cmd2 "acpitool -a"; set acpi_ac2 [eval exec $cmd2]
+-set ret [string first "on-line" $acpi_ac]
+-  set ret2 [string first "online" $acpi_ac2]
+-if {$ret >= 0 | $ret2 >= 0} {
++set acpi_ac [exec {*}$config(acpi)]
++if {[string match *on-line* $acpi_ac] || [string match *online* 
$acpi_ac]} {
+ set status(ac) 1
+ } else {
+ set status(ac) 0
+ }
+ 
+ if {$config(verbose) > 0} {
+-if {$ret >= 0} {
+-puts "[clock seconds] acpi: $acpi_ac"
+-} elseif {$ret2 >= 0} {
+-puts "[clock seconds] acpi: $acpi_ac2"
+-}
++puts "[clock seconds] acpi: $acpi_ac"
+ }
+ 
+ return 0
+@@ -397,7 +390,6 @@
+ menu $menu -tearoff 0
+ $menu add check -label "Auto"-variable config(auto)
+ $menu add check -label "Verbose" -variable config(verbose)
+-$menu add check -label "Suspend" -variable status(suspend)
+ $menu add separator
+ $menu add command -label "Reload" -command { read_config; status_timer }
+ $menu add command -label "Exit"   -command { exit }
+@@ -495,8 +487,8 @@
+ -a|--auto   control automatically the fans
+-na|--noauto   don\x27t control automatically the fans
+ -d|--daemon run in daemon mode without user interface
+-   -nd|--nodaemon   don\x27 run as daemon, open the user interface
+-   -nc|--nouserconfig   don't use \$HOME/.i8kmon
++   -nd|--nodaemon   don\x27t run as daemon, open the user interface
++   -nc|--nouserconfig   don\x27t use \$HOME/.i8kmon
+ -v|--verbosereport status on stdout
+ -g|--geometry set applet geometry
+ -t|--timeout  set poll timeout
+@@ -556,7 +548,7 @@
+ }
+ 
+ if {$config(verbose) > 0} {
+-  set copyright "Copyright (C) 2013 i8kutils 
"
++  set copyright "Copyright (C) 2013 Vitor Augusto "
+   puts "i8kmon $PROG_VERSION - $copyright"
+   parray config
+   parray status
+@@ -596,8 +588,25 @@
+ set status(rightspeed) "0 $rspeed1 $rspeed2 $rspeed3"
+ }
+ 
++# probe external tools
++proc probe_tools {} {
++
++# The possibility of choosing 'acpi' or 'acpitool' is for compatibility
++# between different architectures: amd64, i386, kFreeBSD
++# This code below is strictly related on package dependency stated at
++# keyword 'Depends:' on file 'debian/control'
++if {![catch {exec acpi}]} {
++set config(acpi) "acpi"
++} elseif {[catch {exec acpitool}]} {
++set config(acpi) "acpitool"
++} else {
++puts stderr "Package dependency problem: neither 'acpi' nor 
'acpitool' package is installed"
++}
++}
++
+ proc mai

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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 19:30:13
  Author: bpiotrowski
Revision: 204955

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

Added:
  python-iwscan/repos/staging-i686/
  python-iwscan/repos/staging-i686/PKGBUILD
(from rev 204954, python-iwscan/trunk/PKGBUILD)
  python-iwscan/repos/staging-x86_64/
  python-iwscan/repos/staging-x86_64/PKGBUILD
(from rev 204954, python-iwscan/trunk/PKGBUILD)

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

Copied: python-iwscan/repos/staging-i686/PKGBUILD (from rev 204954, 
python-iwscan/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-02-01 18:30:13 UTC (rev 204955)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=5
+pkgdesc="A Python interface to iwlist, using the iwlib library"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/browser/python-iwscan";
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan<=20090609-3')
+replaces=('python-iwscan<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+prepare() {
+   cd ${pkgbase}
+   sed -i 's|PROC_NET_WIRELESS|"/proc/net/wireless"|' pyiwscan.c
+}
+
+build() {
+   cd ${pkgbase}
+   python2 setup.py build
+}
+
+package_python2-iwscan() {
+   cd ${pkgbase}
+   python2 setup.py install --root="${pkgdir}"
+}

Copied: python-iwscan/repos/staging-x86_64/PKGBUILD (from rev 204954, 
python-iwscan/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-02-01 18:30:13 UTC (rev 204955)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgbase=python-iwscan
+pkgname=python2-iwscan
+pkgver=20090609
+pkgrel=5
+pkgdesc="A Python interface to iwlist, using the iwlib library"
+arch=('i686' 'x86_64')
+url="http://projects.otaku42.de/browser/python-iwscan";
+license=('LGPL')
+depends=('python2' 'wireless_tools')
+conflicts=('python-iwscan<=20090609-3')
+replaces=('python-iwscan<=20090609-3')
+source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
+md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
+
+prepare() {
+   cd ${pkgbase}
+   sed -i 's|PROC_NET_WIRELESS|"/proc/net/wireless"|' pyiwscan.c
+}
+
+build() {
+   cd ${pkgbase}
+   python2 setup.py build
+}
+
+package_python2-iwscan() {
+   cd ${pkgbase}
+   python2 setup.py install --root="${pkgdir}"
+}



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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 19:30:04
  Author: bpiotrowski
Revision: 204954

upgpkg: python-iwscan 20090609-5

rebuild against wireless_tools 30.pre9

Modified:
  python-iwscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 17:23:07 UTC (rev 204953)
+++ PKGBUILD2014-02-01 18:30:04 UTC (rev 204954)
@@ -4,7 +4,7 @@
 pkgbase=python-iwscan
 pkgname=python2-iwscan
 pkgver=20090609
-pkgrel=4
+pkgrel=5
 pkgdesc="A Python interface to iwlist, using the iwlib library"
 arch=('i686' 'x86_64')
 url="http://projects.otaku42.de/browser/python-iwscan";
@@ -15,12 +15,17 @@
 source=(ftp://ftp.archlinux.org/other/${pkgbase}/${pkgbase}-20090609.tar.gz)
 md5sums=('30fbe8ad3b07e67c1c35db2de16077d8')
 
+prepare() {
+   cd ${pkgbase}
+   sed -i 's|PROC_NET_WIRELESS|"/proc/net/wireless"|' pyiwscan.c
+}
+
 build() {
-   cd "${srcdir}/${pkgbase}"
+   cd ${pkgbase}
python2 setup.py build
 }
 
 package_python2-iwscan() {
-   cd "${srcdir}/${pkgbase}"
+   cd ${pkgbase}
python2 setup.py install --root="${pkgdir}"
 }



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

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 17:16:26
  Author: eric
Revision: 204952

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-01 16:15:50 UTC (rev 204951)
+++ extra-i686/PKGBUILD 2014-02-01 16:16:26 UTC (rev 204952)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aaron Malone 
-
-pkgname=freetds
-pkgver=0.91
-pkgrel=3
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='http://www.freetds.org'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('unixodbc')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('e88e96800c89d62307812315b235eb18')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: freetds/repos/extra-i686/PKGBUILD (from rev 204951, 
freetds/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-01 16:16:26 UTC (rev 204952)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+
+pkgname=freetds
+pkgver=0.91
+pkgrel=4
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('e88e96800c89d62307812315b235eb18')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-01 16:15:50 UTC (rev 204951)
+++ extra-x86_64/PKGBUILD   2014-02-01 16:16:26 UTC (rev 204952)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aaron Malone 
-
-pkgname=freetds
-pkgver=0.91
-pkgrel=3
-pkgdesc='Library for accessing Sybase and MS SQL Server databases'
-url='http://www.freetds.org'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('unixodbc')
-backup=('etc/freetds/freetds.conf'
-'etc/freetds/locales.conf'
-'etc/freetds/pool.conf')
-source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('e88e96800c89d62307812315b235eb18')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: freetds/repos/extra-x86_64/PKGBUILD (from rev 204951, 
freetds/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-01 16:16:26 UTC (rev 204952)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+
+pkgname=freetds
+pkgver=0.91
+pkgrel=4
+pkgdesc='Library for accessing Sybase and MS SQL Server databases'
+url='http://www.freetds.org'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('openssl' 'unixodbc')
+backup=('etc/freetds/freetds.conf'
+'etc/freetds/locales.conf'
+'etc/freetds/pool.conf')
+source=("ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('e88e96800c89d62307812315b235eb18')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



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

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 17:15:50
  Author: eric
Revision: 204951

upgpkg: freetds 0.91-4

Add openssl support (close FS#37731), Fix unixodbc build issue, Clean up 
PKGBUILD

Modified:
  freetds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 10:19:41 UTC (rev 204950)
+++ PKGBUILD2014-02-01 16:15:50 UTC (rev 204951)
@@ -1,15 +1,14 @@
 # $Id$
 # Maintainer:
-# Contributor: Aaron Malone 
 
 pkgname=freetds
 pkgver=0.91
-pkgrel=3
+pkgrel=4
 pkgdesc='Library for accessing Sybase and MS SQL Server databases'
 url='http://www.freetds.org'
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('unixodbc')
+depends=('openssl' 'unixodbc')
 backup=('etc/freetds/freetds.conf'
 'etc/freetds/locales.conf'
 'etc/freetds/pool.conf')
@@ -17,12 +16,13 @@
 md5sums=('e88e96800c89d62307812315b235eb18')
 
 build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc/freetds 
--mandir=/usr/share/man --enable-msdblib --with-tdsver=7.0
-   make
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc/freetds --enable-msdblib \
+--with-tdsver=7.0 --with-unixodbc=/usr --with-openssl
+  make 
 }
 
 package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }



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

2014-02-01 Thread Maxime Gauduin
Date: Saturday, February 1, 2014 @ 16:05:47
  Author: alucryd
Revision: 105142

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

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

+
 /PKGBUILD  |   74 +++
 /geary.install |   34 +
 community-i686/PKGBUILD|   37 ---
 community-i686/geary.install   |   17 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/geary.install |   17 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-01 15:05:40 UTC (rev 105141)
+++ community-i686/PKGBUILD 2014-02-01 15:05:47 UTC (rev 105142)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor : sebikul 
-# Contributor : Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
-makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
-install="${pkgname}.install"
-source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('7f3f442b2b7349e339b380de474d94e9a8ad625d16277277ea500747c3b7a5af')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build && cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 105141, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-01 15:05:47 UTC (rev 105142)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor : sebikul 
+# Contributor : Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'webkitgtk')
+makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+install="${pkgname}.install"
+source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build && cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary.install
===
--- community-i686/geary.install2014-02-01 15:05:40 UTC (rev 105141)
+++ community-i686/geary.install2014-02-01 15:05:47 UTC (rev 105142)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/geary.install (from rev 105141, 
geary/trunk/geary.install)
===
--- community-i686/geary.install(rev 0)
+++ community-i686/geary.install2014-02-01 15:05:47 UTC (rev 105142)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

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

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

2014-02-01 Thread Maxime Gauduin
Date: Saturday, February 1, 2014 @ 16:05:40
  Author: alucryd
Revision: 105141

upgpkg: geary 0.5.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 13:36:08 UTC (rev 105140)
+++ PKGBUILD2014-02-01 15:05:40 UTC (rev 105141)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install="${pkgname}.install"
 
source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('7f3f442b2b7349e339b380de474d94e9a8ad625d16277277ea500747c3b7a5af')
+sha256sums=('12561187c7d2b8aa1115ca52d8959270ff38dd6db774df1cd39c9719a76bb1d1')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 14:36:08
  Author: bpiotrowski
Revision: 105140

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

Added:
  knemo/repos/community-staging-i686/
  knemo/repos/community-staging-i686/PKGBUILD
(from rev 105139, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-i686/knemo.install
(from rev 105139, knemo/trunk/knemo.install)
  knemo/repos/community-staging-x86_64/
  knemo/repos/community-staging-x86_64/PKGBUILD
(from rev 105139, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-x86_64/knemo.install
(from rev 105139, knemo/trunk/knemo.install)

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/knemo.install   |   11 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/knemo.install |   11 
 4 files changed, 104 insertions(+)

Copied: knemo/repos/community-staging-i686/PKGBUILD (from rev 105139, 
knemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-01 13:36:08 UTC (rev 105140)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=4
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-i686/knemo.install (from rev 105139, 
knemo/trunk/knemo.install)
===
--- community-staging-i686/knemo.install(rev 0)
+++ community-staging-i686/knemo.install2014-02-01 13:36:08 UTC (rev 
105140)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-staging-x86_64/PKGBUILD (from rev 105139, 
knemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-01 13:36:08 UTC (rev 105140)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=4
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-x86_64/knemo.install (from rev 105139, 
knemo/trunk/knemo.install)
===
--- community-staging-x86_64/knemo.install  (rev 0)
+++ community-staging-x86_64/knemo.install  2014-02-01 13:36:08 UTC (rev 
105140)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 14:35:57
  Author: bpiotrowski
Revision: 105139

upgpkg: knemo 0.7.6-4

rebuild against wireless_tools 30.pre9

Modified:
  knemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 13:16:25 UTC (rev 105138)
+++ PKGBUILD2014-02-01 13:35:57 UTC (rev 105139)
@@ -6,7 +6,7 @@
 
 pkgname=knemo
 pkgver=0.7.6
-pkgrel=3
+pkgrel=4
 pkgdesc="The KDE Network Monitor"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php?content=12956";
@@ -15,26 +15,27 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 options=('libtool')
-source=("http://www.kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.bz2";)
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
 md5sums=('42b35d4d48698a2f514adeb2ca872408')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  cd ${srcdir}
+  cd build
 
-  mkdir build
-  cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
+  make DESTDIR="${pkgdir}" install
 
-  make DESTDIR=${pkgdir} install
-
   # remove knemo autostart
   # rm -rf ${pkgdir}/usr/share/autostart
 }



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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 14:16:25
  Author: bpiotrowski
Revision: 105138

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

Added:
  lxpanel/repos/community-staging-i686/
  lxpanel/repos/community-staging-i686/PKGBUILD
(from rev 105137, lxpanel/trunk/PKGBUILD)
  
lxpanel/repos/community-staging-i686/lxpanel-0.5.12-automake-1.14-support.patch
(from rev 105137, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
  lxpanel/repos/community-staging-x86_64/
  lxpanel/repos/community-staging-x86_64/PKGBUILD
(from rev 105137, lxpanel/trunk/PKGBUILD)
  
lxpanel/repos/community-staging-x86_64/lxpanel-0.5.12-automake-1.14-support.patch
(from rev 105137, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)

-+
 community-staging-i686/PKGBUILD |   32 
++
 community-staging-i686/lxpanel-0.5.12-automake-1.14-support.patch   |   15 
 community-staging-x86_64/PKGBUILD   |   32 
++
 community-staging-x86_64/lxpanel-0.5.12-automake-1.14-support.patch |   15 
 4 files changed, 94 insertions(+)

Copied: lxpanel/repos/community-staging-i686/PKGBUILD (from rev 105137, 
lxpanel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-01 13:16:25 UTC (rev 105138)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxpanel
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.gz)
+sha256sums=('a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+--sysconfdir=/etc \
+--prefix=/usr \
+--enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: 
lxpanel/repos/community-staging-i686/lxpanel-0.5.12-automake-1.14-support.patch 
(from rev 105137, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
===
--- community-staging-i686/lxpanel-0.5.12-automake-1.14-support.patch   
(rev 0)
+++ community-staging-i686/lxpanel-0.5.12-automake-1.14-support.patch   
2014-02-01 13:16:25 UTC (rev 105138)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig2013-01-27 10:38:55.0 +0100
 autogen.sh 2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+ 
+ if [ "$AM_INSTALLED_VERSION" != "1.10" \
+ -a "$AM_INSTALLED_VERSION" != "1.11" \
+--a "$AM_INSTALLED_VERSION" != "1.12" ];then
++-a "$AM_INSTALLED_VERSION" != "1.12" \
++  -a "$AM_INSTALLED_VERSION" != "1.14" ];then
+   echo
+-  echo "You must have automake 1.10, 1.11, or 1.12 installed to compile 
lxpanel."
++  echo "You must have automake >=1.10 installed to compile lxpanel."
+   echo "Install the appropriate package for your distribution,"
+   echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
+   exit 1

Copied: lxpanel/repos/community-staging-x86_64/PKGBUILD (from rev 105137, 
lxpanel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-01 13:16:25 UTC (rev 105138)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Angel Velasquez 
+# Contributor: Juergen Hoetzel 
+
+pkgname=lxpanel
+pkgver=0.6.1
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.gz)
+sha256sums=('a16a21b2186218c70ed98dc7875c54d6bb12ae7271825ff5060feb8d2a4e86cb')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+--sysconfdir=/etc \
+--prefix=/usr \
+--enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: 
lxpanel/repos/community-staging-x86_64/lxpanel-0.5.12-automake-1.14-support.patch
 (from rev 105137, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
==

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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 14:16:15
  Author: bpiotrowski
Revision: 105137

upgpkg: lxpanel 0.6.1-2

rebuild against wireless_tools 30.pre9

Modified:
  lxpanel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 12:59:23 UTC (rev 105136)
+++ PKGBUILD2014-02-01 13:16:15 UTC (rev 105137)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer:  Bartłomiej Piotrowski 
 # Contributor: Angel Velasquez 
 # Contributor: Juergen Hoetzel 
 
 pkgname=lxpanel
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight X11 desktop panel for LXDE'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -22,7 +22,7 @@
   CFLAGS+=' -lgmodule-2.0' ./configure \
 --sysconfdir=/etc \
 --prefix=/usr \
---enable-man 
+--enable-man
   make
 }
 



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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 13:59:23
  Author: bpiotrowski
Revision: 105136

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

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

--+
 /PKGBUILD|  100 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   50 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   50 
 community-x86_64/mpv.install |   12 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-01 12:59:07 UTC (rev 105135)
+++ community-i686/PKGBUILD 2014-02-01 12:59:23 UTC (rev 105136)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.3.3
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
- 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
-)
-makedepends=('mesa' 'python-docutils' 'waf')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('bdf40570d1fc025058f9f2aabb91899f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-wayland \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  waf install --destdir="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 105135, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-01 12:59:23 UTC (rev 105136)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 
'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('274bf45367df99774512cf43659004d5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-wayland \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-02-01 12:59:07 UTC (rev 105135)
+++ community-i686/mpv.install  2014-02-01 12:59:23 UTC (rev 105136)
@@ -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: mpv/repos/community-i686/mpv.install (from rev 105135, 
mpv/trunk/mpv.install)
=

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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 13:59:07
  Author: bpiotrowski
Revision: 105135

upgpkg: mpv 0.3.4-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 10:39:28 UTC (rev 105134)
+++ PKGBUILD2014-02-01 12:59:07 UTC (rev 105135)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,7 +18,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('bdf40570d1fc025058f9f2aabb91899f')
+md5sums=('274bf45367df99774512cf43659004d5')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-01 Thread Jakob Gruber
Date: Saturday, February 1, 2014 @ 11:39:12
  Author: schuay
Revision: 105132

openssh-askpass 2.0.1

Modified:
  openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 10:12:27 UTC (rev 105131)
+++ PKGBUILD2014-02-01 10:39:12 UTC (rev 105132)
@@ -3,17 +3,17 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=openssh-askpass
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='A plasma-like passphrase dialog for ssh'
 arch=('i686' 'x86_64')
-url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
+url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0'
 license=('GPL')
 depends=('openssh' 'qt4')
 makedepends=('cmake')
 provides=('x11-ssh-askpass')
 conflicts=('x11-ssh-askpass')
-source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
+source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz";
 "$pkgname.sh")
  
 build() {
@@ -32,5 +32,5 @@
   install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
 }
 
-md5sums=('99b31e5bc2c12f91cc88869661ad92be'
+md5sums=('c196971941ff3773d9f977b52015b214'
  'baec3f0499b851aca6705968fa9e0df7')



[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)

2014-02-01 Thread Jakob Gruber
Date: Saturday, February 1, 2014 @ 11:39:28
  Author: schuay
Revision: 105134

archrelease: copy trunk to community-x86_64

Added:
  openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 105133, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh
(from rev 105133, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-x86_64/PKGBUILD
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-01 10:39:23 UTC (rev 105133)
+++ PKGBUILD2014-02-01 10:39:28 UTC (rev 105134)
@@ -1,36 +0,0 @@
-# Maintainer: schuay 
-# Previous Maintainer:  TDY 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=openssh-askpass
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
-license=('GPL')
-depends=('openssh' 'qt4')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
-"$pkgname.sh")
- 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
-}
-
-md5sums=('99b31e5bc2c12f91cc88869661ad92be'
- 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 105133, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-01 10:39:28 UTC (rev 105134)
@@ -0,0 +1,36 @@
+# Maintainer: schuay 
+# Previous Maintainer:  TDY 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=openssh-askpass
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0'
+license=('GPL')
+depends=('openssh' 'qt4')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz";
+"$pkgname.sh")
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+}
+
+md5sums=('c196971941ff3773d9f977b52015b214'
+ 'baec3f0499b851aca6705968fa9e0df7')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2014-02-01 10:39:23 UTC (rev 105133)
+++ openssh-askpass.sh  2014-02-01 10:39:28 UTC (rev 105134)
@@ -1 +0,0 @@
-export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass

Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 
105133, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2014-02-01 10:39:28 UTC (rev 105134)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass



[arch-commits] Commit in openssh-askpass/repos/community-i686 (4 files)

2014-02-01 Thread Jakob Gruber
Date: Saturday, February 1, 2014 @ 11:39:23
  Author: schuay
Revision: 105133

archrelease: copy trunk to community-i686

Added:
  openssh-askpass/repos/community-i686/PKGBUILD
(from rev 105132, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-i686/openssh-askpass.sh
(from rev 105132, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-i686/PKGBUILD
  openssh-askpass/repos/community-i686/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-01 10:39:12 UTC (rev 105132)
+++ PKGBUILD2014-02-01 10:39:23 UTC (rev 105133)
@@ -1,36 +0,0 @@
-# Maintainer: schuay 
-# Previous Maintainer:  TDY 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=openssh-askpass
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
-license=('GPL')
-depends=('openssh' 'qt4')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
-"$pkgname.sh")
- 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
-}
-
-md5sums=('99b31e5bc2c12f91cc88869661ad92be'
- 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-i686/PKGBUILD (from rev 105132, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-01 10:39:23 UTC (rev 105133)
@@ -0,0 +1,36 @@
+# Maintainer: schuay 
+# Previous Maintainer:  TDY 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=openssh-askpass
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0'
+license=('GPL')
+depends=('openssh' 'qt4')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz";
+"$pkgname.sh")
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+}
+
+md5sums=('c196971941ff3773d9f977b52015b214'
+ 'baec3f0499b851aca6705968fa9e0df7')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2014-02-01 10:39:12 UTC (rev 105132)
+++ openssh-askpass.sh  2014-02-01 10:39:23 UTC (rev 105133)
@@ -1 +0,0 @@
-export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass

Copied: openssh-askpass/repos/community-i686/openssh-askpass.sh (from rev 
105132, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2014-02-01 10:39:23 UTC (rev 105133)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass



[arch-commits] Commit in xf86-video-intel/repos (12 files)

2014-02-01 Thread Andreas Radke
Date: Saturday, February 1, 2014 @ 11:19:41
  Author: andyrtr
Revision: 204950

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

Added:
  xf86-video-intel/repos/extra-i686/PKGBUILD
(from rev 204949, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-i686/intel-2.21.15-xserver-1.15-compat.patch
(from rev 204949, 
xf86-video-intel/trunk/intel-2.21.15-xserver-1.15-compat.patch)
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
(from rev 204949, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
(from rev 204949, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/extra-x86_64/intel-2.21.15-xserver-1.15-compat.patch
(from rev 204949, 
xf86-video-intel/trunk/intel-2.21.15-xserver-1.15-compat.patch)
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install
(from rev 204949, xf86-video-intel/trunk/xf86-video-intel.install)
Deleted:
  xf86-video-intel/repos/extra-i686/PKGBUILD
  xf86-video-intel/repos/extra-i686/intel-2.21.15-xserver-1.15-compat.patch
  xf86-video-intel/repos/extra-i686/xf86-video-intel.install
  xf86-video-intel/repos/extra-x86_64/PKGBUILD
  xf86-video-intel/repos/extra-x86_64/intel-2.21.15-xserver-1.15-compat.patch
  xf86-video-intel/repos/extra-x86_64/xf86-video-intel.install

--+
 /PKGBUILD|   96 +
 /intel-2.21.15-xserver-1.15-compat.patch |   26 
 /xf86-video-intel.install|   44 +++
 extra-i686/PKGBUILD  |   48 
 extra-i686/intel-2.21.15-xserver-1.15-compat.patch   |   13 --
 extra-i686/xf86-video-intel.install  |   22 ---
 extra-x86_64/PKGBUILD|   48 
 extra-x86_64/intel-2.21.15-xserver-1.15-compat.patch |   13 --
 extra-x86_64/xf86-video-intel.install|   22 ---
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-01 10:19:22 UTC (rev 204949)
+++ extra-i686/PKGBUILD 2014-02-01 10:19:41 UTC (rev 204950)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-intel
-pkgver=2.99.907
-pkgrel=2
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-install=$pkgname.install
-pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
-depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'glamor-egl')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
- # additional deps for intel-virtual-output
-'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
-optdepends=('libxrandr: for intel-virtual-output'
-'libxinerama: for intel-virtual-output'
-'libxcursor: for intel-virtual-output'
-'libxtst: for intel-virtual-output')
-replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
-conflicts=('xorg-server<1.15.0' 'X-ABI-VIDEODRV_VERSION<15' 
'X-ABI-VIDEODRV_VERSION>=16'
-   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d0b02255f0ff4baa863f762bef49707ce0b4094a267a26e32e4270abe141117b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---enable-glamor
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-intel/repos/extra-i686/PKGBUILD (from rev 204949, 
xf86-video-intel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-01 10:19:41 UTC (rev 204950)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.908
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf8

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2014-02-01 Thread Andreas Radke
Date: Saturday, February 1, 2014 @ 11:19:22
  Author: andyrtr
Revision: 204949

upgpkg: xf86-video-intel 2.99.908-1

upstream update 2.99.908

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 09:19:46 UTC (rev 204948)
+++ PKGBUILD2014-02-01 10:19:22 UTC (rev 204949)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.907
-pkgrel=2
+pkgver=2.99.908
+pkgrel=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
@@ -24,7 +24,7 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('d0b02255f0ff4baa863f762bef49707ce0b4094a267a26e32e4270abe141117b')
+sha256sums=('8183ed6a3c3c1610208e5e525eb9ce3b7b43efc3838851e720b2aceb288b0282')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in perl-config-ini/repos/community-any (PKGBUILD PKGBUILD)

2014-02-01 Thread Sébastien Luttringer
Date: Saturday, February 1, 2014 @ 11:12:27
  Author: seblu
Revision: 105131

archrelease: copy trunk to community-any

Added:
  perl-config-ini/repos/community-any/PKGBUILD
(from rev 105130, perl-config-ini/trunk/PKGBUILD)
Deleted:
  perl-config-ini/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-01 10:12:17 UTC (rev 105130)
+++ PKGBUILD2014-02-01 10:12:27 UTC (rev 105131)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Alessandro Sagratini 
-# Contributor: zlowly 
-
-pkgname=perl-config-ini
-pkgver=0.021
-pkgrel=1
-pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-depends=('perl-io-string' 'perl-mixin-linewise' 'perl-capture-tiny')
-options=('!emptydirs')
-url='http://search.cpan.org/~rjbs/Config-INI/'
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz";)
-md5sums=('cc78f120031a5e536658222a06f9317f')
-
-build() {
-  cd Config-INI-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Config-INI-$pkgver
-  make test
-}
-
-package() {
-  cd Config-INI-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-config-ini/repos/community-any/PKGBUILD (from rev 105130, 
perl-config-ini/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-01 10:12:27 UTC (rev 105131)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini 
+# Contributor: zlowly 
+
+pkgname=perl-config-ini
+pkgver=0.022
+pkgrel=1
+pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-io-string' 'perl-mixin-linewise' 'perl-capture-tiny')
+options=('!emptydirs')
+url='http://search.cpan.org/~rjbs/Config-INI/'
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz";)
+md5sums=('4fb588e8fea91849232ccf3d1383db8e')
+
+build() {
+  cd Config-INI-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Config-INI-$pkgver
+  make test
+}
+
+package() {
+  cd Config-INI-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-01 Thread Sébastien Luttringer
Date: Saturday, February 1, 2014 @ 11:12:17
  Author: seblu
Revision: 105130

upgpkg: perl-config-ini 0.022-1

Modified:
  perl-config-ini/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 10:10:45 UTC (rev 105129)
+++ PKGBUILD2014-02-01 10:12:17 UTC (rev 105130)
@@ -4,7 +4,7 @@
 # Contributor: zlowly 
 
 pkgname=perl-config-ini
-pkgver=0.021
+pkgver=0.022
 pkgrel=1
 pkgdesc='Perl/CPAN Module Config::INI - simple .ini-file format'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url='http://search.cpan.org/~rjbs/Config-INI/'
 
source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Config-INI-$pkgver.tar.gz";)
-md5sums=('cc78f120031a5e536658222a06f9317f')
+md5sums=('4fb588e8fea91849232ccf3d1383db8e')
 
 build() {
   cd Config-INI-$pkgver



[arch-commits] Commit in bind/repos (32 files)

2014-02-01 Thread Sébastien Luttringer
Date: Saturday, February 1, 2014 @ 11:10:45
  Author: seblu
Revision: 105129

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

Added:
  bind/repos/community-i686/127.0.0.zone
(from rev 105128, bind/trunk/127.0.0.zone)
  bind/repos/community-i686/PKGBUILD
(from rev 105128, bind/trunk/PKGBUILD)
  bind/repos/community-i686/bind.install
(from rev 105128, bind/trunk/bind.install)
  bind/repos/community-i686/localhost.zone
(from rev 105128, bind/trunk/localhost.zone)
  bind/repos/community-i686/named.conf
(from rev 105128, bind/trunk/named.conf)
  bind/repos/community-i686/named.logrotate
(from rev 105128, bind/trunk/named.logrotate)
  bind/repos/community-i686/named.service
(from rev 105128, bind/trunk/named.service)
  bind/repos/community-i686/tmpfiles.d
(from rev 105128, bind/trunk/tmpfiles.d)
  bind/repos/community-x86_64/127.0.0.zone
(from rev 105128, bind/trunk/127.0.0.zone)
  bind/repos/community-x86_64/PKGBUILD
(from rev 105128, bind/trunk/PKGBUILD)
  bind/repos/community-x86_64/bind.install
(from rev 105128, bind/trunk/bind.install)
  bind/repos/community-x86_64/localhost.zone
(from rev 105128, bind/trunk/localhost.zone)
  bind/repos/community-x86_64/named.conf
(from rev 105128, bind/trunk/named.conf)
  bind/repos/community-x86_64/named.logrotate
(from rev 105128, bind/trunk/named.logrotate)
  bind/repos/community-x86_64/named.service
(from rev 105128, bind/trunk/named.service)
  bind/repos/community-x86_64/tmpfiles.d
(from rev 105128, bind/trunk/tmpfiles.d)
Deleted:
  bind/repos/community-i686/127.0.0.zone
  bind/repos/community-i686/PKGBUILD
  bind/repos/community-i686/bind.install
  bind/repos/community-i686/localhost.zone
  bind/repos/community-i686/named.conf
  bind/repos/community-i686/named.logrotate
  bind/repos/community-i686/named.service
  bind/repos/community-i686/tmpfiles.d
  bind/repos/community-x86_64/127.0.0.zone
  bind/repos/community-x86_64/PKGBUILD
  bind/repos/community-x86_64/bind.install
  bind/repos/community-x86_64/localhost.zone
  bind/repos/community-x86_64/named.conf
  bind/repos/community-x86_64/named.logrotate
  bind/repos/community-x86_64/named.service
  bind/repos/community-x86_64/tmpfiles.d

--+
 /127.0.0.zone|   22 
 /PKGBUILD|  164 +
 /bind.install|   46 ++
 /localhost.zone  |   20 
 /named.conf  |  128 
 /named.logrotate |   12 ++
 /named.service   |   22 
 /tmpfiles.d  |2 
 community-i686/127.0.0.zone  |   11 --
 community-i686/PKGBUILD  |   82 --
 community-i686/bind.install  |   23 -
 community-i686/localhost.zone|   10 --
 community-i686/named.conf|   64 --
 community-i686/named.logrotate   |6 -
 community-i686/named.service |   11 --
 community-i686/tmpfiles.d|1 
 community-x86_64/127.0.0.zone|   11 --
 community-x86_64/PKGBUILD|   82 --
 community-x86_64/bind.install|   23 -
 community-x86_64/localhost.zone  |   10 --
 community-x86_64/named.conf  |   64 --
 community-x86_64/named.logrotate |6 -
 community-x86_64/named.service   |   11 --
 community-x86_64/tmpfiles.d  |1 
 24 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-i686/127.0.0.zone
===
--- community-i686/127.0.0.zone 2014-02-01 10:10:09 UTC (rev 105128)
+++ community-i686/127.0.0.zone 2014-02-01 10:10:45 UTC (rev 105129)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/community-i686/127.0.0.zone (from rev 105128, 
bind/trunk/127.0.0.zone)
===
--- community-i686/127.0.0.zone (rev 0)
+++ community-i686/127.0.0.zone 2014-02-01 10:10:45 UTC (rev 105129)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W   

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

2014-02-01 Thread Sébastien Luttringer
Date: Saturday, February 1, 2014 @ 11:10:09
  Author: seblu
Revision: 105128

upgpkg: bind 9.9.5-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 09:34:22 UTC (rev 105127)
+++ PKGBUILD2014-02-01 10:10:09 UTC (rev 105128)
@@ -5,8 +5,8 @@
 # Contributor: Mario Vazquez 
 
 pkgname=bind
-_pkgver=9.9.4-P2
-pkgver=${_pkgver//-/.}
+_pkgver=9.9.5
+pkgver=9.9.5
 pkgrel=1
 pkgdesc='The ISC BIND nameserver'
 url='http://www.isc.org/software/bind/'
@@ -26,7 +26,7 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('9471a6df92732da1a879115e0416e23b9369544a'
+sha1sums=('f3fe8000628ec57f332aec1ad9587b767208a38f'
   'SKIP'
   '029f89c49550c40ec7a95116b6a33f0e5a041094'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'



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

2014-02-01 Thread Lukas Fleischer
Date: Saturday, February 1, 2014 @ 10:34:22
  Author: lfleischer
Revision: 105127

archrelease: copy trunk to community-x86_64

Added:
  kiwi/repos/community-x86_64/PKGBUILD
(from rev 105126, kiwi/trunk/PKGBUILD)
Deleted:
  kiwi/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-01 09:14:33 UTC (rev 105126)
+++ PKGBUILD2014-02-01 09:34:22 UTC (rev 105127)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=kiwi
-pkgver=1.9.29
-pkgrel=2
-pkgdesc="A set of classes and wrappers for PyGTK"
-arch=('i686' 'x86_64')
-url="http://www.async.com.br/projects/kiwi";
-license=("LGPL")
-depends=('python2' 'python' 'pygtk' 'gtk')
-makedepends=('gettext')
-source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Apply Python2 fix.
-  for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
-echo "Applying python2 fix for $file"
-sed -i 's_/usr/bin/env python_/usr/bin/env python2_' "$file"
-  done
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"
-}

Copied: kiwi/repos/community-x86_64/PKGBUILD (from rev 105126, 
kiwi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-01 09:34:22 UTC (rev 105127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=kiwi
+pkgver=1.9.29
+pkgrel=3
+pkgdesc="A set of classes and wrappers for PyGTK"
+arch=('i686' 'x86_64')
+url="http://www.async.com.br/projects/kiwi";
+license=("LGPL")
+depends=('python2' 'python' 'pygtk' 'gtk')
+makedepends=('gettext')
+source=("http://download.gnome.org/sources/$pkgname/1.9/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('0ffa912cd180b3092b3ff636c582ab2c40f0f8eb541ada07b1432631a2d49e90')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Apply Python2 fix.
+  for file in bin/{kiwi-i18n,kiwi-ui-test} setup.py; do
+echo "Applying python2 fix for $file"
+sed -i 's_/usr/bin/env python_/usr/bin/env python2_' "$file"
+  done
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"
+}



[arch-commits] Commit in perl-text-patch/trunk (PKGBUILD)

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 10:19:29
  Author: eric
Revision: 204947

upgpkg: perl-text-patch 1.8-2

Fix url (close FS#36005), Add check function, Clean up PKGBUILD

Modified:
  perl-text-patch/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 18 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 08:03:15 UTC (rev 204946)
+++ PKGBUILD2014-02-01 09:19:29 UTC (rev 204947)
@@ -1,26 +1,31 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Caleb Cushing 
+# Maintainer: 
+
 pkgname=perl-text-patch
-_realname=Text-Patch
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Patches text with given patch"
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl)
-url="http://search.cpan.org/dist/$_realname";
+arch=('any')
+url="http://search.cpan.org/dist/Text-Patch";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-text-diff')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/C/CA/CADE/$_realname-$pkgver.tar.gz";)
-md5sums=('ad5e453d5ba3b48afd8163114d0fee1c')
+source=("http://search.cpan.org/CPAN/authors/id/C/CA/CADE/Text-Patch-$pkgver.tar.gz";)
+sha1sums=('025d6249ae2b57b2f92cc7e1761b94a5fdbe4635')
 
 build() {
-  cd "$srcdir/$_realname-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  cd Text-Patch-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
+check() {
+  cd Text-Patch-$pkgver
+  make test
+}
+
 package() {
-  cd "$srcdir/$_realname-$pkgver"
+  cd Text-Patch-$pkgver
   make DESTDIR="$pkgdir" install
 }



[arch-commits] Commit in perl-text-patch/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 10:19:46
  Author: eric
Revision: 204948

archrelease: copy trunk to extra-any

Added:
  perl-text-patch/repos/extra-any/PKGBUILD
(from rev 204947, perl-text-patch/trunk/PKGBUILD)
Deleted:
  perl-text-patch/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   57 +++--
 1 file changed, 31 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-01 09:19:29 UTC (rev 204947)
+++ PKGBUILD2014-02-01 09:19:46 UTC (rev 204948)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Caleb Cushing 
-pkgname=perl-text-patch
-_realname=Text-Patch
-pkgver=1.8
-pkgrel=1
-pkgdesc="Patches text with given patch"
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl)
-url='http://search.cpan.org/dist/$_realname'
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/C/CA/CADE/$_realname-$pkgver.tar.gz";)
-md5sums=('ad5e453d5ba3b48afd8163114d0fee1c')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-text-patch/repos/extra-any/PKGBUILD (from rev 204947, 
perl-text-patch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-01 09:19:46 UTC (rev 204948)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-text-patch
+pkgver=1.8
+pkgrel=2
+pkgdesc="Patches text with given patch"
+arch=('any')
+url="http://search.cpan.org/dist/Text-Patch";
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-text-diff')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/C/CA/CADE/Text-Patch-$pkgver.tar.gz";)
+sha1sums=('025d6249ae2b57b2f92cc7e1761b94a5fdbe4635')
+
+build() {
+  cd Text-Patch-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Patch-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Patch-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in lib32-mpg123/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-02-01 Thread Florian Pritz
Date: Saturday, February 1, 2014 @ 10:14:33
  Author: bluewind
Revision: 105126

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD
(from rev 105125, lib32-mpg123/trunk/PKGBUILD)
Deleted:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-01 09:14:27 UTC (rev 105125)
+++ PKGBUILD2014-02-01 09:14:33 UTC (rev 105126)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria 
-# Contributor: Giovanni Scafora 
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.17.0
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
-arch=('x86_64')
-url="http://sourceforge.net/projects/mpg123";
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('7a76aa1e5e0f02f7ac6446f5ed95e229')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  
-  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 105125, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-01 09:14:33 UTC (rev 105126)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Hugo Doria 
+# Contributor: Giovanni Scafora 
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
+arch=('x86_64')
+url="http://sourceforge.net/projects/mpg123";
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+md5sums=('0e27ecbc5e48827ec5dd4d4f5fd8e64b')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  
+  ./configure --prefix=/usr --with-audio="alsa sdl" --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+}



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

2014-02-01 Thread Florian Pritz
Date: Saturday, February 1, 2014 @ 10:14:27
  Author: bluewind
Revision: 105125

upgpkg: lib32-mpg123 1.18.0-1

upstream update

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 00:48:22 UTC (rev 105124)
+++ PKGBUILD2014-02-01 09:14:27 UTC (rev 105125)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.17.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('7a76aa1e5e0f02f7ac6446f5ed95e229')
+md5sums=('0e27ecbc5e48827ec5dd4d4f5fd8e64b')
 
 build() {
   export CC="gcc -m32"



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

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 09:03:15
  Author: eric
Revision: 204946

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

Added:
  i8kutils/repos/extra-i686/PKGBUILD
(from rev 204945, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-i686/i8kmon.service
(from rev 204945, i8kutils/trunk/i8kmon.service)
  i8kutils/repos/extra-x86_64/PKGBUILD
(from rev 204945, i8kutils/trunk/PKGBUILD)
  i8kutils/repos/extra-x86_64/i8kmon.service
(from rev 204945, i8kutils/trunk/i8kmon.service)
Deleted:
  i8kutils/repos/extra-i686/PKGBUILD
  i8kutils/repos/extra-i686/i8kmon.service
  i8kutils/repos/extra-x86_64/PKGBUILD
  i8kutils/repos/extra-x86_64/i8kmon.service

-+
 /PKGBUILD   |   76 ++
 /i8kmon.service |   18 +
 extra-i686/PKGBUILD |   42 ---
 extra-i686/i8kmon.service   |9 
 extra-x86_64/PKGBUILD   |   42 ---
 extra-x86_64/i8kmon.service |9 
 6 files changed, 94 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-01 08:02:43 UTC (rev 204945)
+++ extra-i686/PKGBUILD 2014-02-01 08:03:15 UTC (rev 204946)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams 
-# Contributor: Eric Johnson 
-
-pkgname=i8kutils
-pkgver=1.33
-pkgrel=3
-pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
-arch=('i686' 'x86_64')
-url="http://people.debian.org/~dz/i8k/";
-license=('GPL2')
-depends=('glibc')
-optdepends=('tk: for i8kmon deamon')
-conflicts=('i8kmon')
-provides=('i8kmon')
-replaces=('i8kmon')
-backup=('etc/i8kutils/i8kmon.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz
-i8kmon.service)
-md5sums=('1ab077b301dbb0f4be8ef52eb3b97628'
- '32c159616f72ab65969db95b9e824ced')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # conform to Arch Linux guidelines
-  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
-  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/{bin,share/man/man1}
-  make DESTDIR="$pkgdir" install install-man
-  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
-  install -D -m644 ../i8kmon.service 
"$pkgdir/usr/lib/systemd/system/i8kmon.service"
-}

Copied: i8kutils/repos/extra-i686/PKGBUILD (from rev 204945, 
i8kutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-01 08:03:15 UTC (rev 204946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 
+
+pkgname=i8kutils
+pkgver=1.40
+pkgrel=1
+pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/i8kutils";
+license=('GPL')
+depends=('bash')
+optdepends=('tk: for i8kmon deamon')
+backup=('etc/i8kutils/i8kmon.conf')
+source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
+i8kmon.service)
+sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
+  '5c20f5241de7e60b46117269f4e867b08734cdc8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # conform to Arch Linux guidelines
+  sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
+  sed -i 's|/etc/i8kmon.conf|/etc/i8kutils/i8kmon.conf|g' i8kmon
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1}
+  make DESTDIR="$pkgdir" install install-man
+  install -D -m644 i8kmon.conf "$pkgdir/etc/i8kutils/i8kmon.conf"
+  install -D -m644 ../i8kmon.service 
"$pkgdir/usr/lib/systemd/system/i8kmon.service"
+}

Deleted: extra-i686/i8kmon.service
===
--- extra-i686/i8kmon.service   2014-02-01 08:02:43 UTC (rev 204945)
+++ extra-i686/i8kmon.service   2014-02-01 08:03:15 UTC (rev 204946)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Dell laptop thermal monitoring
-ConditionPathExists=/proc/i8k
-
-[Service]
-ExecStart=/usr/bin/i8kmon -d
-
-[Install]
-WantedBy=multi-user.target

Copied: i8kutils/repos/extra-i686/i8kmon.service (from rev 204945, 
i8kutils/trunk/i8kmon.service)
===
--- extra-i686/i8kmon.service   (rev 0)
+++ extra-i686/i8kmon.service   2014-02-01 08:03:15 UTC (rev 204946)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Dell laptop thermal monitoring
+ConditionPathExists=/proc/i8k
+
+[Service]
+ExecStart=/usr/bin/i8kmon -d
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-01 08:02:43 UTC (rev 204945)
+++ extra-x86_64/PKGBUILD   2014-02-01 08:03:15 UTC (rev 204946)
@@

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

2014-02-01 Thread Eric Bélanger
Date: Saturday, February 1, 2014 @ 09:02:43
  Author: eric
Revision: 204945

upgpkg: i8kutils 1.40-1

Upstream update, Update url, Add bash depends, Remove old 
conflicts/provides/replaces array

Modified:
  i8kutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-01 05:29:28 UTC (rev 204944)
+++ PKGBUILD2014-02-01 08:02:43 UTC (rev 204945)
@@ -1,24 +1,20 @@
 # $Id$
-# Maintainer: Thayer Williams 
-# Contributor: Eric Johnson 
+# Maintainer: 
 
 pkgname=i8kutils
-pkgver=1.33
-pkgrel=3
+pkgver=1.40
+pkgrel=1
 pkgdesc="Dell Inspiron/Latitude kernel driver and utilities"
 arch=('i686' 'x86_64')
-url="http://people.debian.org/~dz/i8k/";
-license=('GPL2')
-depends=('glibc')
+url="https://launchpad.net/i8kutils";
+license=('GPL')
+depends=('bash')
 optdepends=('tk: for i8kmon deamon')
-conflicts=('i8kmon')
-provides=('i8kmon')
-replaces=('i8kmon')
 backup=('etc/i8kutils/i8kmon.conf')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz
+source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz
 i8kmon.service)
-md5sums=('1ab077b301dbb0f4be8ef52eb3b97628'
- '32c159616f72ab65969db95b9e824ced')
+sha1sums=('584edfbd90aa167885520b84848381585d9212fb'
+  '5c20f5241de7e60b46117269f4e867b08734cdc8')
 
 prepare() {
   cd $pkgname-$pkgver