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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:23:07
  Author: foutrelis
Revision: 174034

upgpkg: gbrainy 1:2.2.7-2

Remove install file.

Modified:
  gbrainy/trunk/PKGBUILD
Deleted:
  gbrainy/trunk/gbrainy.install

-+
 PKGBUILD|3 +--
 gbrainy.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:23:04 UTC (rev 174033)
+++ PKGBUILD2016-05-07 05:23:07 UTC (rev 174034)
@@ -4,7 +4,7 @@
 
 pkgname=gbrainy
 pkgver=2.2.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
 arch=('any')
@@ -13,7 +13,6 @@
 depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
  'desktop-file-utils')
 makedepends=('intltool' 'gettext' 'gnome-doc-utils')
-install=gbrainy.install
 source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
 sha256sums=('f400675178e02b78ac8ea237119a57cc77348bea0f143f51356615edfadb')
 

Deleted: gbrainy.install
===
--- gbrainy.install 2016-05-07 05:23:04 UTC (rev 174033)
+++ gbrainy.install 2016-05-07 05:23:07 UTC (rev 174034)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in tangerine-icon-theme/repos/community-any (5 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:23:33
  Author: foutrelis
Revision: 174039

archrelease: copy trunk to community-any

Added:
  tangerine-icon-theme/repos/community-any/PKGBUILD
(from rev 174038, tangerine-icon-theme/trunk/PKGBUILD)
  tangerine-icon-theme/repos/community-any/archlinux-icon-crystal-48.svg
(from rev 174038, tangerine-icon-theme/trunk/archlinux-icon-crystal-48.svg)
Deleted:
  tangerine-icon-theme/repos/community-any/PKGBUILD
  tangerine-icon-theme/repos/community-any/archlinux-icon-crystal-48.svg
  tangerine-icon-theme/repos/community-any/tangerine-icon-theme.install

---+
 PKGBUILD  |   91 -
 archlinux-icon-crystal-48.svg |  388 
 tangerine-icon-theme.install  |   13 -
 3 files changed, 239 insertions(+), 253 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 05:23:26 UTC (rev 174038)
+++ PKGBUILD2016-05-07 05:23:33 UTC (rev 174039)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tim Yang 
-# Contributor: StormBlast 
-
-pkgname=tangerine-icon-theme
-pkgver=0.27
-pkgrel=3
-pkgdesc="Ubuntu's twist on the Tango icon theme"
-arch=('any')
-url="http://launchpad.net/tangerine-icon-theme/;
-license=('custom:cc-by-sa-2.5')
-depends=('gnome-icon-theme' 'gtk-update-icon-cache')
-makedepends=('intltool' 'gettext' 'imagemagick' 'icon-naming-utils' 'librsvg'
- 'python2')
-install=$pkgname.install
-source=(http://archive.ubuntu.com/ubuntu/pool/main/t/$pkgname/${pkgname}_$pkgver.tar.gz
-archlinux-icon-crystal-48.svg)
-sha256sums=('4842f55143694a4d5b12517ff0b53d3dac1a67413b32c4a46bbf1b4b805f5489'
-'6c5307e8a8ae06970c16278db557184dd91366bf6233ca55d2b7de942e66b821')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # Replace Ubuntu's logo with Arch Linux's
-  for size in 16 22 32; do
-rsvg-convert -w $size -h $size \
-  -o 
"$pkgdir/usr/share/icons/Tangerine/${size}x$size/places/start-here.png" \
-  "$srcdir/archlinux-icon-crystal-48.svg"
-  done
-  install -Dm644 "$srcdir/archlinux-icon-crystal-48.svg" \
-"$pkgdir/usr/share/icons/Tangerine/scalable/places/start-here.svg"
-
-  # Copy over the license
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tangerine-icon-theme/repos/community-any/PKGBUILD (from rev 174038, 
tangerine-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 05:23:33 UTC (rev 174039)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tim Yang 
+# Contributor: StormBlast 
+
+pkgname=tangerine-icon-theme
+pkgver=0.27
+pkgrel=4
+pkgdesc="Ubuntu's twist on the Tango icon theme"
+arch=('any')
+url="http://launchpad.net/tangerine-icon-theme/;
+license=('custom:cc-by-sa-2.5')
+depends=('gnome-icon-theme' 'gtk-update-icon-cache')
+makedepends=('intltool' 'gettext' 'imagemagick' 'icon-naming-utils' 'librsvg'
+ 'python2')
+source=(http://archive.ubuntu.com/ubuntu/pool/main/t/$pkgname/${pkgname}_$pkgver.tar.gz
+archlinux-icon-crystal-48.svg)
+sha256sums=('4842f55143694a4d5b12517ff0b53d3dac1a67413b32c4a46bbf1b4b805f5489'
+'6c5307e8a8ae06970c16278db557184dd91366bf6233ca55d2b7de942e66b821')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Replace Ubuntu's logo with Arch Linux's
+  for size in 16 22 32; do
+rsvg-convert -w $size -h $size \
+  -o 
"$pkgdir/usr/share/icons/Tangerine/${size}x$size/places/start-here.png" \
+  "$srcdir/archlinux-icon-crystal-48.svg"
+  done
+  install -Dm644 "$srcdir/archlinux-icon-crystal-48.svg" \
+"$pkgdir/usr/share/icons/Tangerine/scalable/places/start-here.svg"
+
+  # Copy over the license
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: archlinux-icon-crystal-48.svg
===
--- archlinux-icon-crystal-48.svg   2016-05-07 05:23:26 UTC (rev 174038)
+++ archlinux-icon-crystal-48.svg   2016-05-07 05:23:33 UTC (rev 174039)
@@ -1,194 +0,0 @@
-
-
-http://purl.org/dc/elements/1.1/;
-   xmlns:cc="http://creativecommons.org/ns#;
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
-   xmlns:svg="http://www.w3.org/2000/svg;
-   xmlns="http://www.w3.org/2000/svg;
-   xmlns:xlink="http://www.w3.org/1999/xlink;
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
-   

[arch-commits] Commit in gbrainy/repos/community-any (3 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:23:14
  Author: foutrelis
Revision: 174035

archrelease: copy trunk to community-any

Added:
  gbrainy/repos/community-any/PKGBUILD
(from rev 174034, gbrainy/trunk/PKGBUILD)
Deleted:
  gbrainy/repos/community-any/PKGBUILD
  gbrainy/repos/community-any/gbrainy.install

-+
 PKGBUILD|   71 ++
 gbrainy.install |   14 --
 2 files changed, 35 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 05:23:07 UTC (rev 174034)
+++ PKGBUILD2016-05-07 05:23:14 UTC (rev 174035)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Javier 'Phrodo_00' Aravena 
-
-pkgname=gbrainy
-pkgver=2.2.7
-pkgrel=1
-epoch=1
-pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
-arch=('any')
-url="https://wiki.gnome.org/Apps/gbrainy;
-license=('GPL2')
-depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils')
-install=gbrainy.install
-source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f400675178e02b78ac8ea237119a57cc77348bea0f143f51356615edfadb')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir"
-  ./configure \
---prefix=/usr \
---enable-addins
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 174034, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 05:23:14 UTC (rev 174035)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Javier 'Phrodo_00' Aravena 
+
+pkgname=gbrainy
+pkgver=2.2.7
+pkgrel=2
+epoch=1
+pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
+arch=('any')
+url="https://wiki.gnome.org/Apps/gbrainy;
+license=('GPL2')
+depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gettext' 'gnome-doc-utils')
+source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('f400675178e02b78ac8ea237119a57cc77348bea0f143f51356615edfadb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export MONO_SHARED_DIR="$srcdir"
+  ./configure \
+--prefix=/usr \
+--enable-addins
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gbrainy.install
===
--- gbrainy.install 2016-05-07 05:23:07 UTC (rev 174034)
+++ gbrainy.install 2016-05-07 05:23:14 UTC (rev 174035)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in tangerine-icon-theme/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:23:26
  Author: foutrelis
Revision: 174038

upgpkg: tangerine-icon-theme 0.27-4

Remove install file.

Modified:
  tangerine-icon-theme/trunk/PKGBUILD
Deleted:
  tangerine-icon-theme/trunk/tangerine-icon-theme.install

--+
 PKGBUILD |3 +--
 tangerine-icon-theme.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:23:23 UTC (rev 174037)
+++ PKGBUILD2016-05-07 05:23:26 UTC (rev 174038)
@@ -5,7 +5,7 @@
 
 pkgname=tangerine-icon-theme
 pkgver=0.27
-pkgrel=3
+pkgrel=4
 pkgdesc="Ubuntu's twist on the Tango icon theme"
 arch=('any')
 url="http://launchpad.net/tangerine-icon-theme/;
@@ -13,7 +13,6 @@
 depends=('gnome-icon-theme' 'gtk-update-icon-cache')
 makedepends=('intltool' 'gettext' 'imagemagick' 'icon-naming-utils' 'librsvg'
  'python2')
-install=$pkgname.install
 
source=(http://archive.ubuntu.com/ubuntu/pool/main/t/$pkgname/${pkgname}_$pkgver.tar.gz
 archlinux-icon-crystal-48.svg)
 sha256sums=('4842f55143694a4d5b12517ff0b53d3dac1a67413b32c4a46bbf1b4b805f5489'

Deleted: tangerine-icon-theme.install
===
--- tangerine-icon-theme.install2016-05-07 05:23:23 UTC (rev 174037)
+++ tangerine-icon-theme.install2016-05-07 05:23:26 UTC (rev 174038)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/Tangerine
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:22:58
  Author: foutrelis
Revision: 174032

upgpkg: gaupol 0.28.2-4

Remove install file.

Modified:
  gaupol/trunk/PKGBUILD
Deleted:
  gaupol/trunk/gaupol.install

+
 PKGBUILD   |3 +--
 gaupol.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:54:07 UTC (rev 174031)
+++ PKGBUILD2016-05-07 05:22:58 UTC (rev 174032)
@@ -7,7 +7,7 @@
 
 pkgname=gaupol
 pkgver=0.28.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Editor for text-based subtitle files"
 arch=('any')
 url="http://home.gna.org/gaupol;
@@ -21,7 +21,6 @@
 'gst-plugins-bad: extra media codecs'
 'gst-plugins-ugly: extra media codecs'
 'gst-libav: extra media codecs')
-install=gaupol.install
 source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz)
 sha256sums=('d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c')
 

Deleted: gaupol.install
===
--- gaupol.install  2016-05-07 04:54:07 UTC (rev 174031)
+++ gaupol.install  2016-05-07 05:22:58 UTC (rev 174032)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gaupol/repos/community-any (PKGBUILD PKGBUILD gaupol.install)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:23:04
  Author: foutrelis
Revision: 174033

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 174032, gaupol/trunk/PKGBUILD)
Deleted:
  gaupol/repos/community-any/PKGBUILD
  gaupol/repos/community-any/gaupol.install

+
 PKGBUILD   |   67 +++
 gaupol.install |   14 ---
 2 files changed, 33 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 05:22:58 UTC (rev 174032)
+++ PKGBUILD2016-05-07 05:23:04 UTC (rev 174033)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=0.28.2
-pkgrel=3
-pkgdesc="Editor for text-based subtitle files"
-arch=('any')
-url="http://home.gna.org/gaupol;
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
- 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('mplayer: subtitle preview'
-'vlc: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz)
-sha256sums=('d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 174032, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 05:23:04 UTC (rev 174033)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=0.28.2
+pkgrel=4
+pkgdesc="Editor for text-based subtitle files"
+arch=('any')
+url="http://home.gna.org/gaupol;
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
+ 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
+ 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('mplayer: subtitle preview'
+'vlc: subtitle preview'
+'gst-plugins-bad: extra media codecs'
+'gst-plugins-ugly: extra media codecs'
+'gst-libav: extra media codecs')
+source=(http://download.gna.org/$pkgname/0.28/$pkgname-$pkgver.tar.xz)
+sha256sums=('d02d81ace0d41dbf7707251cd86e28876acf86dd82c36e34371d38cd21212d4c')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2016-05-07 05:22:58 UTC (rev 174032)
+++ gaupol.install  2016-05-07 05:23:04 UTC (rev 174033)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in human-icon-theme/repos/community-any (5 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:23:23
  Author: foutrelis
Revision: 174037

archrelease: copy trunk to community-any

Added:
  human-icon-theme/repos/community-any/PKGBUILD
(from rev 174036, human-icon-theme/trunk/PKGBUILD)
  human-icon-theme/repos/community-any/archlinux-icon-crystal-48.svg
(from rev 174036, human-icon-theme/trunk/archlinux-icon-crystal-48.svg)
Deleted:
  human-icon-theme/repos/community-any/PKGBUILD
  human-icon-theme/repos/community-any/archlinux-icon-crystal-48.svg
  human-icon-theme/repos/community-any/human-icon-theme.install

---+
 PKGBUILD  |  103 +-
 archlinux-icon-crystal-48.svg |  388 
 human-icon-theme.install  |   13 -
 3 files changed, 245 insertions(+), 259 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 05:23:17 UTC (rev 174036)
+++ PKGBUILD2016-05-07 05:23:23 UTC (rev 174037)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Dmitry N.Shilov 
-
-pkgname=human-icon-theme
-pkgver=0.36
-pkgrel=4
-pkgdesc="Ubuntu's Human icon theme"
-arch=('any')
-url="http://launchpad.net/human-icon-theme/;
-license=('custom:cc-by-sa-2.5')
-depends=('tangerine-icon-theme' 'gtk-update-icon-cache')
-makedepends=('intltool' 'gettext' 'imagemagick' 'icon-naming-utils' 'librsvg'
- 'python2')
-install=$pkgname.install
-source=(http://archive.ubuntu.com/ubuntu/pool/universe/h/$pkgname/${pkgname}_$pkgver.tar.gz
-archlinux-icon-crystal-48.svg)
-sha256sums=('56d9c9da5fe161634f28bdc45171f3f615034819fbf45f1f7bf4bf9675c59777'
-'6c5307e8a8ae06970c16278db557184dd91366bf6233ca55d2b7de942e66b821')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-
-  # Lower minimum size for scalable icons; fixes issue with oversized
-  # emblem-imporant icon in Evolution (FS#44241)
-  sed -i 's/MinSize=32/MinSize=8/' index.theme.in
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Replace Ubuntu's logo with Arch Linux's
-  for size in 22 24 48; do
-rsvg-convert -w $size -h $size "$srcdir/archlinux-icon-crystal-48.svg" \
-  -o "$pkgdir/usr/share/icons/Human/${size}x${size}/places/start-here.png"
-  done
-  install -Dm644 "$srcdir/archlinux-icon-crystal-48.svg" \
-"$pkgdir/usr/share/icons/Human/scalable/places/start-here.svg"
-
-  # Copy over the license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: human-icon-theme/repos/community-any/PKGBUILD (from rev 174036, 
human-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 05:23:23 UTC (rev 174037)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Dmitry N.Shilov 
+
+pkgname=human-icon-theme
+pkgver=0.36
+pkgrel=5
+pkgdesc="Ubuntu's Human icon theme"
+arch=('any')
+url="http://launchpad.net/human-icon-theme/;
+license=('custom:cc-by-sa-2.5')
+depends=('tangerine-icon-theme' 'gtk-update-icon-cache')
+makedepends=('intltool' 'gettext' 'imagemagick' 'icon-naming-utils' 'librsvg'
+ 'python2')
+source=(http://archive.ubuntu.com/ubuntu/pool/universe/h/$pkgname/${pkgname}_$pkgver.tar.gz
+archlinux-icon-crystal-48.svg)
+sha256sums=('56d9c9da5fe161634f28bdc45171f3f615034819fbf45f1f7bf4bf9675c59777'
+'6c5307e8a8ae06970c16278db557184dd91366bf6233ca55d2b7de942e66b821')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+
+  # Lower minimum size for scalable icons; fixes issue with oversized
+  # emblem-imporant icon in Evolution (FS#44241)
+  sed -i 's/MinSize=32/MinSize=8/' index.theme.in
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Replace Ubuntu's logo with Arch Linux's
+  for size in 22 24 48; do
+rsvg-convert -w $size -h $size "$srcdir/archlinux-icon-crystal-48.svg" \
+  -o "$pkgdir/usr/share/icons/Human/${size}x${size}/places/start-here.png"
+  done
+  install -Dm644 "$srcdir/archlinux-icon-crystal-48.svg" \
+"$pkgdir/usr/share/icons/Human/scalable/places/start-here.svg"
+
+  # Copy over the license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: archlinux-icon-crystal-48.svg
===
--- archlinux-icon-crystal-48.svg   2016-05-07 05:23:17 UTC (rev 174036)
+++ archlinux-icon-crystal-48.svg   2016-05-07 05:23:23 UTC (rev 174037)
@@ -1,194 +0,0 @@
-
-
-http://purl.org/dc/elements/1.1/;
-   xmlns:cc="http://creativecommons.org/ns#;
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
-   

[arch-commits] Commit in human-icon-theme/trunk (PKGBUILD human-icon-theme.install)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:23:17
  Author: foutrelis
Revision: 174036

upgpkg: human-icon-theme 0.36-5

Remove install file.

Modified:
  human-icon-theme/trunk/PKGBUILD
Deleted:
  human-icon-theme/trunk/human-icon-theme.install

--+
 PKGBUILD |3 +--
 human-icon-theme.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:23:14 UTC (rev 174035)
+++ PKGBUILD2016-05-07 05:23:17 UTC (rev 174036)
@@ -4,7 +4,7 @@
 
 pkgname=human-icon-theme
 pkgver=0.36
-pkgrel=4
+pkgrel=5
 pkgdesc="Ubuntu's Human icon theme"
 arch=('any')
 url="http://launchpad.net/human-icon-theme/;
@@ -12,7 +12,6 @@
 depends=('tangerine-icon-theme' 'gtk-update-icon-cache')
 makedepends=('intltool' 'gettext' 'imagemagick' 'icon-naming-utils' 'librsvg'
  'python2')
-install=$pkgname.install
 
source=(http://archive.ubuntu.com/ubuntu/pool/universe/h/$pkgname/${pkgname}_$pkgver.tar.gz
 archlinux-icon-crystal-48.svg)
 sha256sums=('56d9c9da5fe161634f28bdc45171f3f615034819fbf45f1f7bf4bf9675c59777'

Deleted: human-icon-theme.install
===
--- human-icon-theme.install2016-05-07 05:23:14 UTC (rev 174035)
+++ human-icon-theme.install2016-05-07 05:23:17 UTC (rev 174036)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/Human
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:10:38
  Author: foutrelis
Revision: 267175

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

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

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   38 
 extra-i686/mousepad.install   |   14 ---
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/mousepad.install |   14 ---
 5 files changed, 74 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:10:21 UTC (rev 267174)
+++ extra-i686/PKGBUILD 2016-05-07 05:10:38 UTC (rev 267175)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias [tobias at archlinux.org]
-
-pkgname=mousepad
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Simple text editor for Xfce"
-arch=('i686' 'x86_64')
-url=('http://www.xfce.org/')
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
-makedepends=('intltool' 'perl')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-i686/PKGBUILD (from rev 267174, 
mousepad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:10:38 UTC (rev 267175)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Simple text editor for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
+makedepends=('intltool' 'perl')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/mousepad.install
===
--- extra-i686/mousepad.install 2016-05-07 05:10:21 UTC (rev 267174)
+++ extra-i686/mousepad.install 2016-05-07 05:10:38 UTC (rev 267175)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:10:21 UTC (rev 267174)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:10:38 UTC (rev 267175)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias [tobias at archlinux.org]
-
-pkgname=mousepad
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Simple text editor for Xfce"
-arch=('i686' 'x86_64')
-url=('http://www.xfce.org/')
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
-makedepends=('intltool' 'perl')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 267174, 
mousepad/trunk/PKGBUILD)

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:10:21
  Author: foutrelis
Revision: 267174

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

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

+
 /PKGBUILD  |   80 +++
 extra-i686/PKGBUILD|   41 --
 extra-i686/xfwm4.install   |   13 --
 extra-x86_64/PKGBUILD  |   41 --
 extra-x86_64/xfwm4.install |   13 --
 5 files changed, 80 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:10:11 UTC (rev 267173)
+++ extra-i686/PKGBUILD 2016-05-07 05:10:21 UTC (rev 267174)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfwm4
-pkgver=4.12.3
-pkgrel=1
-pkgdesc="Xfce window manager"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-startup-notification \
---enable-randr \
---enable-compositor \
---enable-xsync \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfwm4/repos/extra-i686/PKGBUILD (from rev 267173, xfwm4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:10:21 UTC (rev 267174)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfwm4
+pkgver=4.12.3
+pkgrel=2
+pkgdesc="Xfce window manager"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-startup-notification \
+--enable-randr \
+--enable-compositor \
+--enable-xsync \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfwm4.install
===
--- extra-i686/xfwm4.install2016-05-07 05:10:11 UTC (rev 267173)
+++ extra-i686/xfwm4.install2016-05-07 05:10:21 UTC (rev 267174)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:10:11 UTC (rev 267173)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:10:21 UTC (rev 267174)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfwm4
-pkgver=4.12.3
-pkgrel=1
-pkgdesc="Xfce window manager"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-startup-notification \
---enable-randr \
---enable-compositor \
---enable-xsync \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:56
  Author: foutrelis
Revision: 267171

upgpkg: xfdesktop 4.12.3-2

Remove install file.

Modified:
  xfdesktop/trunk/PKGBUILD
Deleted:
  xfdesktop/trunk/xfdesktop.install

---+
 PKGBUILD  |3 +--
 xfdesktop.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:09:53 UTC (rev 267170)
+++ PKGBUILD2016-05-07 05:09:56 UTC (rev 267171)
@@ -4,7 +4,7 @@
 
 pkgname=xfdesktop
 pkgver=4.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A desktop manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -14,7 +14,6 @@
 makedepends=('intltool')
 conflicts=('xfce4-menueditor')
 replaces=('xfce4-menueditor')
-install=xfdesktop.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac')
 

Deleted: xfdesktop.install
===
--- xfdesktop.install   2016-05-07 05:09:53 UTC (rev 267170)
+++ xfdesktop.install   2016-05-07 05:09:56 UTC (rev 267171)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:10:08
  Author: foutrelis
Revision: 267172

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

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

+
 /PKGBUILD  |   84 +++
 extra-i686/PKGBUILD|   43 ---
 extra-i686/xfdesktop.install   |   13 --
 extra-x86_64/PKGBUILD  |   43 ---
 extra-x86_64/xfdesktop.install |   13 --
 5 files changed, 84 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:09:56 UTC (rev 267171)
+++ extra-i686/PKGBUILD 2016-05-07 05:10:08 UTC (rev 267172)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfdesktop
-pkgver=4.12.3
-pkgrel=1
-pkgdesc="A desktop manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
-makedepends=('intltool')
-conflicts=('xfce4-menueditor')
-replaces=('xfce4-menueditor')
-install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfdesktop/repos/extra-i686/PKGBUILD (from rev 267171, 
xfdesktop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:10:08 UTC (rev 267172)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfdesktop
+pkgver=4.12.3
+pkgrel=2
+pkgdesc="A desktop manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
+makedepends=('intltool')
+conflicts=('xfce4-menueditor')
+replaces=('xfce4-menueditor')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-thunarx \
+--enable-notifications \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfdesktop.install
===
--- extra-i686/xfdesktop.install2016-05-07 05:09:56 UTC (rev 267171)
+++ extra-i686/xfdesktop.install2016-05-07 05:10:08 UTC (rev 267172)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:09:56 UTC (rev 267171)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:10:08 UTC (rev 267172)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfdesktop
-pkgver=4.12.3
-pkgrel=1
-pkgdesc="A desktop manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck')
-makedepends=('intltool')
-conflicts=('xfce4-menueditor')
-replaces=('xfce4-menueditor')
-install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:10:11
  Author: foutrelis
Revision: 267173

upgpkg: xfwm4 4.12.3-2

Remove install file.

Modified:
  xfwm4/trunk/PKGBUILD
Deleted:
  xfwm4/trunk/xfwm4.install

---+
 PKGBUILD  |3 +--
 xfwm4.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:10:08 UTC (rev 267172)
+++ PKGBUILD2016-05-07 05:10:11 UTC (rev 267173)
@@ -4,7 +4,7 @@
 
 pkgname=xfwm4
 pkgver=4.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Xfce window manager"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -12,7 +12,6 @@
 groups=('xfce4')
 depends=('libxfce4ui' 'libwnck' 'libdrm' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('f4a988fbc4e0df7e8583c781d271559e56fd28696092f94ae052e9e6edb09eac')
 

Deleted: xfwm4.install
===
--- xfwm4.install   2016-05-07 05:10:08 UTC (rev 267172)
+++ xfwm4.install   2016-05-07 05:10:11 UTC (rev 267173)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-timer-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:53
  Author: foutrelis
Revision: 267170

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

Added:
  xfce4-timer-plugin/repos/extra-i686/PKGBUILD
(from rev 267169, xfce4-timer-plugin/trunk/PKGBUILD)
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267169, xfce4-timer-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-timer-plugin/repos/extra-i686/PKGBUILD
  xfce4-timer-plugin/repos/extra-i686/xfce4-timer-plugin.install
  xfce4-timer-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-timer-plugin/repos/extra-x86_64/xfce4-timer-plugin.install

-+
 /PKGBUILD   |   70 ++
 extra-i686/PKGBUILD |   36 ---
 extra-i686/xfce4-timer-plugin.install   |   13 -
 extra-x86_64/PKGBUILD   |   36 ---
 extra-x86_64/xfce4-timer-plugin.install |   13 -
 5 files changed, 70 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:09:43 UTC (rev 267169)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:53 UTC (rev 267170)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=3
-pkgdesc="Plugin to track time for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/ \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-timer-plugin/repos/extra-i686/PKGBUILD (from rev 267169, 
xfce4-timer-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:53 UTC (rev 267170)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-timer-plugin
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="Plugin to track time for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/ \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-timer-plugin.install
===
--- extra-i686/xfce4-timer-plugin.install   2016-05-07 05:09:43 UTC (rev 
267169)
+++ extra-i686/xfce4-timer-plugin.install   2016-05-07 05:09:53 UTC (rev 
267170)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:09:43 UTC (rev 267169)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:09:53 UTC (rev 267170)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=3
-pkgdesc="Plugin to track time for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=xfce4-timer-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/ \
---localstatedir=/var
-  make
-}
-

[arch-commits] Commit in xfce4-time-out-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:39
  Author: foutrelis
Revision: 267168

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

Added:
  xfce4-time-out-plugin/repos/extra-i686/PKGBUILD
(from rev 267167, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267167, xfce4-time-out-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-time-out-plugin/repos/extra-i686/PKGBUILD
  xfce4-time-out-plugin/repos/extra-i686/xfce4-time-out-plugin.install
  xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-time-out-plugin/repos/extra-x86_64/xfce4-time-out-plugin.install

+
 /PKGBUILD  |   74 +++
 extra-i686/PKGBUILD|   38 -
 extra-i686/xfce4-time-out-plugin.install   |   13 
 extra-x86_64/PKGBUILD  |   38 -
 extra-x86_64/xfce4-time-out-plugin.install |   13 
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:09:28 UTC (rev 267167)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:39 UTC (rev 267168)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Abhishek Dasgupta 
-
-pkgname=xfce4-time-out-plugin
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Take a break from your computer with this plugin for Xfce4"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin;
-groups=('xfce4-goodies')
-license=('GPL')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-time-out-plugin/repos/extra-i686/PKGBUILD (from rev 267167, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:39 UTC (rev 267168)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Abhishek Dasgupta 
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Take a break from your computer with this plugin for Xfce4"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin;
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-time-out-plugin.install
===
--- extra-i686/xfce4-time-out-plugin.install2016-05-07 05:09:28 UTC (rev 
267167)
+++ extra-i686/xfce4-time-out-plugin.install2016-05-07 05:09:39 UTC (rev 
267168)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:09:28 UTC (rev 267167)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:09:39 UTC (rev 267168)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Abhishek Dasgupta 
-
-pkgname=xfce4-time-out-plugin
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Take a break from your computer with this plugin for Xfce4"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin;
-groups=('xfce4-goodies')
-license=('GPL')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)

[arch-commits] Commit in xfce4-session/repos (18 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:57
  Author: foutrelis
Revision: 267162

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

Added:
  
xfce4-session/repos/extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(from rev 267161, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
  xfce4-session/repos/extra-i686/PKGBUILD
(from rev 267161, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-i686/dbus-update-environment.patch
(from rev 267161, xfce4-session/trunk/dbus-update-environment.patch)
  
xfce4-session/repos/extra-i686/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 267161, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
(from rev 267161, 
xfce4-session/trunk/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch)
  xfce4-session/repos/extra-x86_64/PKGBUILD
(from rev 267161, xfce4-session/trunk/PKGBUILD)
  xfce4-session/repos/extra-x86_64/dbus-update-environment.patch
(from rev 267161, xfce4-session/trunk/dbus-update-environment.patch)
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
(from rev 267161, 
xfce4-session/trunk/xfce-polkit-gnome-authentication-agent-1.desktop)
Deleted:
  
xfce4-session/repos/extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
  xfce4-session/repos/extra-i686/PKGBUILD
  xfce4-session/repos/extra-i686/dbus-update-environment.patch
  
xfce4-session/repos/extra-i686/xfce-polkit-gnome-authentication-agent-1.desktop
  xfce4-session/repos/extra-i686/xfce4-session.install
  
xfce4-session/repos/extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
  xfce4-session/repos/extra-x86_64/PKGBUILD
  xfce4-session/repos/extra-x86_64/dbus-update-environment.patch
  
xfce4-session/repos/extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop
  xfce4-session/repos/extra-x86_64/xfce4-session.install

+
 /0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch |   54 +++
 /PKGBUILD  |  128 
+++
 /dbus-update-environment.patch |   72 
 /xfce-polkit-gnome-authentication-agent-1.desktop  |  174 
++
 extra-i686/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch   |   27 -
 extra-i686/PKGBUILD|   65 ---
 extra-i686/dbus-update-environment.patch   |   36 --
 extra-i686/xfce-polkit-gnome-authentication-agent-1.desktop|   87 -
 extra-i686/xfce4-session.install   |   13 
 extra-x86_64/0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch |   27 -
 extra-x86_64/PKGBUILD  |   65 ---
 extra-x86_64/dbus-update-environment.patch |   36 --
 extra-x86_64/xfce-polkit-gnome-authentication-agent-1.desktop  |   87 -
 extra-x86_64/xfce4-session.install |   13 
 14 files changed, 428 insertions(+), 456 deletions(-)

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


[arch-commits] Commit in xfce4-time-out-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:28
  Author: foutrelis
Revision: 267167

upgpkg: xfce4-time-out-plugin 1.0.2-2

Remove install file.

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD
Deleted:
  xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install

---+
 PKGBUILD  |3 +--
 xfce4-time-out-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:09:26 UTC (rev 267166)
+++ PKGBUILD2016-05-07 05:09:28 UTC (rev 267167)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-time-out-plugin
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Take a break from your computer with this plugin for Xfce4"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin;
@@ -13,7 +13,6 @@
 license=('GPL')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
 

Deleted: xfce4-time-out-plugin.install
===
--- xfce4-time-out-plugin.install   2016-05-07 05:09:26 UTC (rev 267166)
+++ xfce4-time-out-plugin.install   2016-05-07 05:09:28 UTC (rev 267167)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:12
  Author: foutrelis
Revision: 267164

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

Added:
  xfce4-settings/repos/extra-i686/PKGBUILD
(from rev 267163, xfce4-settings/trunk/PKGBUILD)
  xfce4-settings/repos/extra-i686/default-xsettings-xml.patch
(from rev 267163, xfce4-settings/trunk/default-xsettings-xml.patch)
  xfce4-settings/repos/extra-x86_64/PKGBUILD
(from rev 267163, xfce4-settings/trunk/PKGBUILD)
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch
(from rev 267163, xfce4-settings/trunk/default-xsettings-xml.patch)
Deleted:
  xfce4-settings/repos/extra-i686/PKGBUILD
  xfce4-settings/repos/extra-i686/default-xsettings-xml.patch
  xfce4-settings/repos/extra-i686/xfce4-settings.install
  xfce4-settings/repos/extra-x86_64/PKGBUILD
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch
  xfce4-settings/repos/extra-x86_64/xfce4-settings.install

--+
 /PKGBUILD|  106 +
 /default-xsettings-xml.patch |   52 ++
 extra-i686/PKGBUILD  |   54 --
 extra-i686/default-xsettings-xml.patch   |   26 ---
 extra-i686/xfce4-settings.install|   13 ---
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/default-xsettings-xml.patch |   26 ---
 extra-x86_64/xfce4-settings.install  |   13 ---
 8 files changed, 158 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:09:02 UTC (rev 267163)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:12 UTC (rev 267164)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Corrado Primier 
-
-pkgname=xfce4-settings
-pkgver=4.12.0
-pkgrel=3
-pkgdesc="Settings manager for xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
- 'gnome-icon-theme' 'gnome-themes-standard')
-makedepends=('intltool' 'xf86-input-libinput')
-optdepends=('libcanberra: for sound control')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-default-xsettings-xml.patch)
-sha256sums=('04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81'
-'1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Enable GNOME icon theme, Adwaita theme and font hinting by default
-  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---enable-xrandr \
---enable-xcursor \
---enable-libnotify \
---enable-libxklavier \
---enable-pluggable-dialogs \
---enable-sound-settings \
---disable-upower-glib \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-settings/repos/extra-i686/PKGBUILD (from rev 267163, 
xfce4-settings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:12 UTC (rev 267164)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Corrado Primier 
+
+pkgname=xfce4-settings
+pkgver=4.12.0
+pkgrel=4
+pkgdesc="Settings manager for xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
+ 'gnome-icon-theme' 'gnome-themes-standard')
+makedepends=('intltool' 'xf86-input-libinput')
+optdepends=('libcanberra: for sound control')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+default-xsettings-xml.patch)
+sha256sums=('04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81'
+'1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Enable GNOME icon theme, Adwaita theme and font hinting by default
+  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--enable-xrandr \
+--enable-xcursor \
+--enable-libnotify \
+--enable-libxklavier \
+--enable-pluggable-dialogs \
+--enable-sound-settings \
+--disable-upower-glib \
+--disable-debug
+  make
+}

[arch-commits] Commit in xfce4-timer-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:43
  Author: foutrelis
Revision: 267169

upgpkg: xfce4-timer-plugin 1.6.0-4

Remove install file.

Modified:
  xfce4-timer-plugin/trunk/PKGBUILD
Deleted:
  xfce4-timer-plugin/trunk/xfce4-timer-plugin.install

+
 PKGBUILD   |3 +--
 xfce4-timer-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:09:39 UTC (rev 267168)
+++ PKGBUILD2016-05-07 05:09:43 UTC (rev 267169)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-timer-plugin
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugin to track time for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=xfce4-timer-plugin.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
 

Deleted: xfce4-timer-plugin.install
===
--- xfce4-timer-plugin.install  2016-05-07 05:09:39 UTC (rev 267168)
+++ xfce4-timer-plugin.install  2016-05-07 05:09:43 UTC (rev 267169)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:26
  Author: foutrelis
Revision: 267166

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

Added:
  xfce4-terminal/repos/extra-i686/PKGBUILD
(from rev 267165, xfce4-terminal/trunk/PKGBUILD)
  
xfce4-terminal/repos/extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
(from rev 267165, 
xfce4-terminal/trunk/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch)
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
(from rev 267165, xfce4-terminal/trunk/PKGBUILD)
  
xfce4-terminal/repos/extra-x86_64/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
(from rev 267165, 
xfce4-terminal/trunk/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch)
Deleted:
  xfce4-terminal/repos/extra-i686/PKGBUILD
  
xfce4-terminal/repos/extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
  xfce4-terminal/repos/extra-i686/xfce4-terminal.install
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
  
xfce4-terminal/repos/extra-x86_64/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
  xfce4-terminal/repos/extra-x86_64/xfce4-terminal.install

---+
 /PKGBUILD |   
78 +++
 /xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch |  
100 ++
 extra-i686/PKGBUILD   |   
40 
 extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch   |   
50 -
 extra-i686/xfce4-terminal.install |   
13 -
 extra-x86_64/PKGBUILD |   
40 
 extra-x86_64/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch |   
50 -
 extra-x86_64/xfce4-terminal.install   |   
13 -
 8 files changed, 178 insertions(+), 206 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:09:15 UTC (rev 267165)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:26 UTC (rev 267166)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-terminal
-pkgver=0.6.3
-pkgrel=2
-pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'vte' 'hicolor-icon-theme')
-makedepends=('intltool')
-conflicts=('terminal')
-replaces=('terminal')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
-sha256sums=('912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-terminal/repos/extra-i686/PKGBUILD (from rev 267165, 
xfce4-terminal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:09:26 UTC (rev 267166)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-terminal
+pkgver=0.6.3
+pkgrel=3
+pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'vte' 'hicolor-icon-theme')
+makedepends=('intltool')
+conflicts=('terminal')
+replaces=('terminal')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
===
--- extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch 
2016-05-07 05:09:15 UTC (rev 267165)
+++ extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch 
2016-05-07 05:09:26 UTC (rev 267166)
@@ -1,50 +0,0 @@
-From 71bd87a532f250d6bc98d52a5d546d43056bbd99 Mon Sep 17 00:00:00 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:02
  Author: foutrelis
Revision: 267163

upgpkg: xfce4-settings 4.12.0-4

Remove install file.

Modified:
  xfce4-settings/trunk/PKGBUILD
Deleted:
  xfce4-settings/trunk/xfce4-settings.install

+
 PKGBUILD   |3 +--
 xfce4-settings.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:08:57 UTC (rev 267162)
+++ PKGBUILD2016-05-07 05:09:02 UTC (rev 267163)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-settings
 pkgver=4.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Settings manager for xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -15,7 +15,6 @@
  'gnome-icon-theme' 'gnome-themes-standard')
 makedepends=('intltool' 'xf86-input-libinput')
 optdepends=('libcanberra: for sound control')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 default-xsettings-xml.patch)
 sha256sums=('04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81'

Deleted: xfce4-settings.install
===
--- xfce4-settings.install  2016-05-07 05:08:57 UTC (rev 267162)
+++ xfce4-settings.install  2016-05-07 05:09:02 UTC (rev 267163)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:09:15
  Author: foutrelis
Revision: 267165

upgpkg: xfce4-terminal 0.6.3-3

Remove install file.

Modified:
  xfce4-terminal/trunk/PKGBUILD
Deleted:
  xfce4-terminal/trunk/xfce4-terminal.install

+
 PKGBUILD   |3 +--
 xfce4-terminal.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:09:12 UTC (rev 267164)
+++ PKGBUILD2016-05-07 05:09:15 UTC (rev 267165)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-terminal
 pkgver=0.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -15,7 +15,6 @@
 makedepends=('intltool')
 conflicts=('terminal')
 replaces=('terminal')
-install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
 sha256sums=('912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08')
 

Deleted: xfce4-terminal.install
===
--- xfce4-terminal.install  2016-05-07 05:09:12 UTC (rev 267164)
+++ xfce4-terminal.install  2016-05-07 05:09:15 UTC (rev 267165)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-sensors-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:39
  Author: foutrelis
Revision: 267160

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

Added:
  xfce4-sensors-plugin/repos/extra-i686/PKGBUILD
(from rev 267159, xfce4-sensors-plugin/trunk/PKGBUILD)
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267159, xfce4-sensors-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-sensors-plugin/repos/extra-i686/PKGBUILD
  xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-sensors-plugin/repos/extra-x86_64/xfce4-sensors-plugin.install

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   45 --
 extra-i686/xfce4-sensors-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   45 --
 extra-x86_64/xfce4-sensors-plugin.install |   13 
 5 files changed, 88 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:08:28 UTC (rev 267159)
+++ extra-i686/PKGBUILD 2016-05-07 05:08:39 UTC (rev 267160)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Merk Matthias 
-
-pkgname=xfce4-sensors-plugin
-pkgver=1.2.6
-pkgrel=2
-pkgdesc="A lm_sensors plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'hddtemp' 'gnu-netcat')
-optdepends=('hddtemp: for monitoring the temperature of hard drives')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Satisfy the check that hddtemp is queryable via netcat
-  # (https://bugs.archlinux.org/task/28275)
-  echo ohai | nc -l -p 7634 -s localhost -c &
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---datadir=/usr/share \
---datarootdir=/usr/share \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-sensors-plugin/repos/extra-i686/PKGBUILD (from rev 267159, 
xfce4-sensors-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:08:39 UTC (rev 267160)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Merk Matthias 
+
+pkgname=xfce4-sensors-plugin
+pkgver=1.2.6
+pkgrel=3
+pkgdesc="A lm_sensors plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'hddtemp' 'gnu-netcat')
+optdepends=('hddtemp: for monitoring the temperature of hard drives')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Satisfy the check that hddtemp is queryable via netcat
+  # (https://bugs.archlinux.org/task/28275)
+  echo ohai | nc -l -p 7634 -s localhost -c &
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--datadir=/usr/share \
+--datarootdir=/usr/share \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-sensors-plugin.install
===
--- extra-i686/xfce4-sensors-plugin.install 2016-05-07 05:08:28 UTC (rev 
267159)
+++ extra-i686/xfce4-sensors-plugin.install 2016-05-07 05:08:39 UTC (rev 
267160)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:08:28 UTC (rev 267159)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:08:39 UTC (rev 267160)
@@ 

[arch-commits] Commit in xfce4-power-manager/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:12
  Author: foutrelis
Revision: 267156

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

Added:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
(from rev 267155, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
(from rev 267155, xfce4-power-manager/trunk/PKGBUILD)
Deleted:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install

--+
 /PKGBUILD|   80 +
 extra-i686/PKGBUILD  |   41 --
 extra-i686/xfce4-power-manager.install   |   13 
 extra-x86_64/PKGBUILD|   41 --
 extra-x86_64/xfce4-power-manager.install |   13 
 5 files changed, 80 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:08:02 UTC (rev 267155)
+++ extra-i686/PKGBUILD 2016-05-07 05:08:12 UTC (rev 267156)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-power-manager
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Power manager for Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'upower' 'libnotify' 'hicolor-icon-theme')
-optdepends=('xfce4-panel: for the Xfce panel plugin'
-'lxpanel: for the LXDE panel plugin')
-makedepends=('intltool' 'xfce4-panel' 'lxpanel')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c50ec8aa7e7848c57c0f856dceb8132eb5f37585f0ac1627459ab8c882c73b07')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-network-manager \
---enable-polkit \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/extra-i686/PKGBUILD (from rev 267155, 
xfce4-power-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:08:12 UTC (rev 267156)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-power-manager
+pkgver=1.4.4
+pkgrel=2
+pkgdesc="Power manager for Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'upower' 'libnotify' 'hicolor-icon-theme')
+optdepends=('xfce4-panel: for the Xfce panel plugin'
+'lxpanel: for the LXDE panel plugin')
+makedepends=('intltool' 'xfce4-panel' 'lxpanel')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c50ec8aa7e7848c57c0f856dceb8132eb5f37585f0ac1627459ab8c882c73b07')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-network-manager \
+--enable-polkit \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-power-manager.install
===
--- extra-i686/xfce4-power-manager.install  2016-05-07 05:08:02 UTC (rev 
267155)
+++ extra-i686/xfce4-power-manager.install  2016-05-07 05:08:12 UTC (rev 
267156)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:08:02 UTC (rev 267155)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:08:12 UTC (rev 267156)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-power-manager
-pkgver=1.4.4
-pkgrel=1
-pkgdesc="Power manager for Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'upower' 'libnotify' 'hicolor-icon-theme')
-optdepends=('xfce4-panel: for the Xfce panel plugin'
-'lxpanel: for the LXDE panel plugin')
-makedepends=('intltool' 'xfce4-panel' 'lxpanel')

[arch-commits] Commit in xfce4-sensors-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:28
  Author: foutrelis
Revision: 267159

upgpkg: xfce4-sensors-plugin 1.2.6-3

Remove install file.

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD
Deleted:
  xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install

--+
 PKGBUILD |3 +--
 xfce4-sensors-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:08:25 UTC (rev 267158)
+++ PKGBUILD2016-05-07 05:08:28 UTC (rev 267159)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
@@ -14,7 +14,6 @@
 depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool' 'hddtemp' 'gnu-netcat')
 optdepends=('hddtemp: for monitoring the temperature of hard drives')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
 sha256sums=('235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0')
 

Deleted: xfce4-sensors-plugin.install
===
--- xfce4-sensors-plugin.install2016-05-07 05:08:25 UTC (rev 267158)
+++ xfce4-sensors-plugin.install2016-05-07 05:08:28 UTC (rev 267159)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:25
  Author: foutrelis
Revision: 267158

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

Added:
  xfce4-screenshooter/repos/extra-i686/PKGBUILD
(from rev 267157, xfce4-screenshooter/trunk/PKGBUILD)
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 267157, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-i686/PKGBUILD
  xfce4-screenshooter/repos/extra-i686/xfce4-screenshooter.install
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
  xfce4-screenshooter/repos/extra-x86_64/xfce4-screenshooter.install

--+
 /PKGBUILD|   76 +
 extra-i686/PKGBUILD  |   39 --
 extra-i686/xfce4-screenshooter.install   |   13 
 extra-x86_64/PKGBUILD|   39 --
 extra-x86_64/xfce4-screenshooter.install |   13 
 5 files changed, 76 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:08:15 UTC (rev 267157)
+++ extra-i686/PKGBUILD 2016-05-07 05:08:25 UTC (rev 267158)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/1.8/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-i686/PKGBUILD (from rev 267157, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:08:25 UTC (rev 267158)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.8.2
+pkgrel=3
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/apps/$pkgname/1.8/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-screenshooter.install
===
--- extra-i686/xfce4-screenshooter.install  2016-05-07 05:08:15 UTC (rev 
267157)
+++ extra-i686/xfce4-screenshooter.install  2016-05-07 05:08:25 UTC (rev 
267158)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:08:15 UTC (rev 267157)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:08:25 UTC (rev 267158)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.8.2
-pkgrel=2
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/1.8/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:48
  Author: foutrelis
Revision: 267153

upgpkg: xfce4-panel 4.12.0-2

Remove install file.

Modified:
  xfce4-panel/trunk/PKGBUILD
Deleted:
  xfce4-panel/trunk/xfce4-panel.install

-+
 PKGBUILD|3 +--
 xfce4-panel.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:07:45 UTC (rev 267152)
+++ PKGBUILD2016-05-07 05:07:48 UTC (rev 267153)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-panel
 pkgver=4.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -13,7 +13,6 @@
 depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
  'desktop-file-utils')
 makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0')
 

Deleted: xfce4-panel.install
===
--- xfce4-panel.install 2016-05-07 05:07:45 UTC (rev 267152)
+++ xfce4-panel.install 2016-05-07 05:07:48 UTC (rev 267153)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:42
  Author: foutrelis
Revision: 267161

upgpkg: xfce4-session 4.12.1-4

Remove install file.

Modified:
  xfce4-session/trunk/PKGBUILD
Deleted:
  xfce4-session/trunk/xfce4-session.install

---+
 PKGBUILD  |3 +--
 xfce4-session.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:08:39 UTC (rev 267160)
+++ PKGBUILD2016-05-07 05:08:42 UTC (rev 267161)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-session
 pkgver=4.12.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A session manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -19,7 +19,6 @@
 'xlockmore: for locking screen with xflock4'
 'slock: for locking screen with xflock4')
 replaces=('xfce-utils')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 0001-Pass-VT-number-to-xinit-if-XDG_VTNR-is-set.patch
 dbus-update-environment.patch

Deleted: xfce4-session.install
===
--- xfce4-session.install   2016-05-07 05:08:39 UTC (rev 267160)
+++ xfce4-session.install   2016-05-07 05:08:42 UTC (rev 267161)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-power-manager/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:02
  Author: foutrelis
Revision: 267155

upgpkg: xfce4-power-manager 1.4.4-2

Remove install file.

Modified:
  xfce4-power-manager/trunk/PKGBUILD
Deleted:
  xfce4-power-manager/trunk/xfce4-power-manager.install

-+
 PKGBUILD|3 +--
 xfce4-power-manager.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:07:59 UTC (rev 267154)
+++ PKGBUILD2016-05-07 05:08:02 UTC (rev 267155)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-power-manager
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Power manager for Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -14,7 +14,6 @@
 optdepends=('xfce4-panel: for the Xfce panel plugin'
 'lxpanel: for the LXDE panel plugin')
 makedepends=('intltool' 'xfce4-panel' 'lxpanel')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('c50ec8aa7e7848c57c0f856dceb8132eb5f37585f0ac1627459ab8c882c73b07')
 

Deleted: xfce4-power-manager.install
===
--- xfce4-power-manager.install 2016-05-07 05:07:59 UTC (rev 267154)
+++ xfce4-power-manager.install 2016-05-07 05:08:02 UTC (rev 267155)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:45
  Author: foutrelis
Revision: 267152

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

Added:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 267150, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 267151, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
  xfce4-notifyd/repos/extra-i686/PKGBUILD
  xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
  xfce4-notifyd/repos/extra-x86_64/PKGBUILD
  xfce4-notifyd/repos/extra-x86_64/xfce4-notifyd.install

+
 /PKGBUILD  |   74 +++
 extra-i686/PKGBUILD|   38 -
 extra-i686/xfce4-notifyd.install   |   14 --
 extra-x86_64/PKGBUILD  |   38 -
 extra-x86_64/xfce4-notifyd.install |   14 --
 5 files changed, 74 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:07:38 UTC (rev 267151)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:45 UTC (rev 267152)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.2.4
-pkgrel=2
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('notification-daemon')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 267150, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:45 UTC (rev 267152)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.2.4
+pkgrel=3
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-notifyd.install
===
--- extra-i686/xfce4-notifyd.install2016-05-07 05:07:38 UTC (rev 267151)
+++ extra-i686/xfce4-notifyd.install2016-05-07 05:07:45 UTC (rev 267152)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:07:38 UTC (rev 267151)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:07:45 UTC (rev 267152)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.2.4
-pkgrel=2
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('notification-daemon')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:34
  Author: foutrelis
Revision: 267150

upgpkg: xfce4-notifyd 0.2.4-3

Remove install file.

Modified:
  xfce4-notifyd/trunk/PKGBUILD
Deleted:
  xfce4-notifyd/trunk/xfce4-notifyd.install

---+
 PKGBUILD  |3 +--
 xfce4-notifyd.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:07:31 UTC (rev 267149)
+++ PKGBUILD2016-05-07 05:07:34 UTC (rev 267150)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notifyd
 pkgver=0.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
@@ -13,7 +13,6 @@
 depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
 makedepends=('intltool')
 provides=('notification-daemon')
-install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
 sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
 

Deleted: xfce4-notifyd.install
===
--- xfce4-notifyd.install   2016-05-07 05:07:31 UTC (rev 267149)
+++ xfce4-notifyd.install   2016-05-07 05:07:34 UTC (rev 267150)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:08:15
  Author: foutrelis
Revision: 267157

upgpkg: xfce4-screenshooter 1.8.2-3

Remove install file.

Modified:
  xfce4-screenshooter/trunk/PKGBUILD
Deleted:
  xfce4-screenshooter/trunk/xfce4-screenshooter.install

-+
 PKGBUILD|3 +--
 xfce4-screenshooter.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:08:12 UTC (rev 267156)
+++ PKGBUILD2016-05-07 05:08:15 UTC (rev 267157)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-screenshooter
 pkgver=1.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugin that makes screenshots for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
@@ -12,7 +12,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/1.8/$pkgname-$pkgver.tar.bz2)
 conflicts=('xfce4-screenshooter-plugin')
 replaces=('xfce4-screenshooter-plugin')

Deleted: xfce4-screenshooter.install
===
--- xfce4-screenshooter.install 2016-05-07 05:08:12 UTC (rev 267156)
+++ xfce4-screenshooter.install 2016-05-07 05:08:15 UTC (rev 267157)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:59
  Author: foutrelis
Revision: 267154

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

Added:
  xfce4-panel/repos/extra-i686/PKGBUILD
(from rev 267153, xfce4-panel/trunk/PKGBUILD)
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 267153, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-i686/PKGBUILD
  xfce4-panel/repos/extra-i686/xfce4-panel.install
  xfce4-panel/repos/extra-x86_64/PKGBUILD
  xfce4-panel/repos/extra-x86_64/xfce4-panel.install

--+
 /PKGBUILD|   80 +
 extra-i686/PKGBUILD  |   41 --
 extra-i686/xfce4-panel.install   |   14 --
 extra-x86_64/PKGBUILD|   41 --
 extra-x86_64/xfce4-panel.install |   14 --
 5 files changed, 80 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:07:48 UTC (rev 267153)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:59 UTC (rev 267154)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.12.0
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-gtk-doc \
---enable-gtk3 \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-i686/PKGBUILD (from rev 267153, 
xfce4-panel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:59 UTC (rev 267154)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.12.0
+pkgrel=2
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--enable-gtk-doc \
+--enable-gtk3 \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-panel.install
===
--- extra-i686/xfce4-panel.install  2016-05-07 05:07:48 UTC (rev 267153)
+++ extra-i686/xfce4-panel.install  2016-05-07 05:07:59 UTC (rev 267154)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:07:48 UTC (rev 267153)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:07:59 UTC (rev 267154)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.12.0
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
-   

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:38
  Author: foutrelis
Revision: 267151

Fix url

Modified:
  mousepad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:07:34 UTC (rev 267150)
+++ PKGBUILD2016-05-07 05:07:38 UTC (rev 267151)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="Simple text editor for Xfce"
 arch=('i686' 'x86_64')
-url=('http://www.xfce.org/')
+url="http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4-goodies')
 depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')


[arch-commits] Commit in xfce4-notes-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:31
  Author: foutrelis
Revision: 267149

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

Added:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
(from rev 267148, xfce4-notes-plugin/trunk/PKGBUILD)
  xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267148, xfce4-notes-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
  xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install
  xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-notes-plugin/repos/extra-x86_64/xfce4-notes-plugin.install

-+
 /PKGBUILD   |   74 ++
 extra-i686/PKGBUILD |   38 ---
 extra-i686/xfce4-notes-plugin.install   |   13 -
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/xfce4-notes-plugin.install |   13 -
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:07:20 UTC (rev 267148)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:31 UTC (rev 267149)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Ben Mazer 
-
-pkgname=xfce4-notes-plugin
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="A notes plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libunique' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notes-plugin/repos/extra-i686/PKGBUILD (from rev 267148, 
xfce4-notes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:31 UTC (rev 267149)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Ben Mazer 
+
+pkgname=xfce4-notes-plugin
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="A notes plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-notes-plugin.install
===
--- extra-i686/xfce4-notes-plugin.install   2016-05-07 05:07:20 UTC (rev 
267148)
+++ extra-i686/xfce4-notes-plugin.install   2016-05-07 05:07:31 UTC (rev 
267149)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:07:20 UTC (rev 267148)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:07:31 UTC (rev 267149)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Ben Mazer 
-
-pkgname=xfce4-notes-plugin
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="A notes plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libunique' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2')
-
-build() {

[arch-commits] Commit in xfce4-notes-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:20
  Author: foutrelis
Revision: 267148

upgpkg: xfce4-notes-plugin 1.8.1-2

Remove install file.

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD
Deleted:
  xfce4-notes-plugin/trunk/xfce4-notes-plugin.install

+
 PKGBUILD   |3 +--
 xfce4-notes-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:07:17 UTC (rev 267147)
+++ PKGBUILD2016-05-07 05:07:20 UTC (rev 267148)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-notes-plugin
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A notes plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libunique' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2')
 

Deleted: xfce4-notes-plugin.install
===
--- xfce4-notes-plugin.install  2016-05-07 05:07:17 UTC (rev 267147)
+++ xfce4-notes-plugin.install  2016-05-07 05:07:20 UTC (rev 267148)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-mailwatch-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:36
  Author: foutrelis
Revision: 267141

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

Added:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
(from rev 267140, xfce4-mailwatch-plugin/trunk/PKGBUILD)
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267140, xfce4-mailwatch-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD
  xfce4-mailwatch-plugin/repos/extra-i686/xfce4-mailwatch-plugin.install
  xfce4-mailwatch-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-mailwatch-plugin/repos/extra-x86_64/xfce4-mailwatch-plugin.install

-+
 /PKGBUILD   |   72 ++
 extra-i686/PKGBUILD |   37 -
 extra-i686/xfce4-mailwatch-plugin.install   |   13 
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/xfce4-mailwatch-plugin.install |   13 
 5 files changed, 72 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:06:26 UTC (rev 267140)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:36 UTC (rev 267141)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-mailwatch-plugin
-pkgver=1.2.0
-pkgrel=6
-pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'gnutls' 'libgcrypt')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mailwatch-plugin/repos/extra-i686/PKGBUILD (from rev 267140, 
xfce4-mailwatch-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:36 UTC (rev 267141)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Suzy Williams 
+
+pkgname=xfce4-mailwatch-plugin
+pkgver=1.2.0
+pkgrel=7
+pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'gnutls' 'libgcrypt')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mailwatch-plugin.install
===
--- extra-i686/xfce4-mailwatch-plugin.install   2016-05-07 05:06:26 UTC (rev 
267140)
+++ extra-i686/xfce4-mailwatch-plugin.install   2016-05-07 05:06:36 UTC (rev 
267141)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:06:26 UTC (rev 267140)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:06:36 UTC (rev 267141)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-mailwatch-plugin
-pkgver=1.2.0
-pkgrel=6
-pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'gnutls' 'libgcrypt')
-makedepends=('intltool')
-install=$pkgname.install

[arch-commits] Commit in xfce4-mount-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:03
  Author: foutrelis
Revision: 267145

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

Added:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
(from rev 267144, xfce4-mount-plugin/trunk/PKGBUILD)
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267144, xfce4-mount-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-mount-plugin/repos/extra-i686/PKGBUILD
  xfce4-mount-plugin/repos/extra-i686/xfce4-mount-plugin.install
  xfce4-mount-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-mount-plugin/repos/extra-x86_64/xfce4-mount-plugin.install

-+
 /PKGBUILD   |   74 ++
 extra-i686/PKGBUILD |   38 ---
 extra-i686/xfce4-mount-plugin.install   |   13 -
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/xfce4-mount-plugin.install |   13 -
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:06:53 UTC (rev 267144)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:03 UTC (rev 267145)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mount-plugin
-pkgver=0.6.7
-pkgrel=3
-pkgdesc="Mount/umount utility for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mount-plugin/repos/extra-i686/PKGBUILD (from rev 267144, 
xfce4-mount-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:03 UTC (rev 267145)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mount-plugin
+pkgver=0.6.7
+pkgrel=4
+pkgdesc="Mount/umount utility for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mount-plugin.install
===
--- extra-i686/xfce4-mount-plugin.install   2016-05-07 05:06:53 UTC (rev 
267144)
+++ extra-i686/xfce4-mount-plugin.install   2016-05-07 05:07:03 UTC (rev 
267145)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:06:53 UTC (rev 267144)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:07:03 UTC (rev 267145)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mount-plugin
-pkgver=0.6.7
-pkgrel=3
-pkgdesc="Mount/umount utility for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc 

[arch-commits] Commit in xfce4-netload-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:17
  Author: foutrelis
Revision: 267147

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

Added:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
(from rev 267146, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267146, xfce4-netload-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
  xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-netload-plugin/repos/extra-x86_64/xfce4-netload-plugin.install

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   36 --
 extra-i686/xfce4-netload-plugin.install   |   13 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/xfce4-netload-plugin.install |   13 -
 5 files changed, 70 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:07:07 UTC (rev 267146)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:17 UTC (rev 267147)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgver=1.2.4
-pkgrel=2
-pkgdesc="A netload plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-i686/PKGBUILD (from rev 267146, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:07:17 UTC (rev 267147)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-netload-plugin
+pkgver=1.2.4
+pkgrel=3
+pkgdesc="A netload plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-netload-plugin.install
===
--- extra-i686/xfce4-netload-plugin.install 2016-05-07 05:07:07 UTC (rev 
267146)
+++ extra-i686/xfce4-netload-plugin.install 2016-05-07 05:07:17 UTC (rev 
267147)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:07:07 UTC (rev 267146)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:07:17 UTC (rev 267147)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgver=1.2.4
-pkgrel=2
-pkgdesc="A netload plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in xfce4-netload-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:07:07
  Author: foutrelis
Revision: 267146

upgpkg: xfce4-netload-plugin 1.2.4-3

Remove install file.

Modified:
  xfce4-netload-plugin/trunk/PKGBUILD
Deleted:
  xfce4-netload-plugin/trunk/xfce4-netload-plugin.install

--+
 PKGBUILD |3 +--
 xfce4-netload-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:07:03 UTC (rev 267145)
+++ PKGBUILD2016-05-07 05:07:07 UTC (rev 267146)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-netload-plugin
 pkgver=1.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A netload plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
@@ -12,7 +12,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3')
 

Deleted: xfce4-netload-plugin.install
===
--- xfce4-netload-plugin.install2016-05-07 05:07:03 UTC (rev 267145)
+++ xfce4-netload-plugin.install2016-05-07 05:07:07 UTC (rev 267146)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:50
  Author: foutrelis
Revision: 267143

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

Added:
  xfce4-mixer/repos/extra-i686/PKGBUILD
(from rev 267142, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
(from rev 267142, xfce4-mixer/trunk/PKGBUILD)
Deleted:
  xfce4-mixer/repos/extra-i686/PKGBUILD
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install

--+
 /PKGBUILD|   76 +
 extra-i686/PKGBUILD  |   39 --
 extra-i686/xfce4-mixer.install   |   13 --
 extra-x86_64/PKGBUILD|   39 --
 extra-x86_64/xfce4-mixer.install |   13 --
 5 files changed, 76 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:06:39 UTC (rev 267142)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:50 UTC (rev 267143)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mixer
-pkgver=4.11.0
-pkgrel=2
-pkgdesc="The volume control plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique'
- 'libkeybinder2')
-optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mixer/repos/extra-i686/PKGBUILD (from rev 267142, 
xfce4-mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:50 UTC (rev 267143)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-mixer
+pkgver=4.11.0
+pkgrel=3
+pkgdesc="The volume control plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique'
+ 'libkeybinder2')
+optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mixer.install
===
--- extra-i686/xfce4-mixer.install  2016-05-07 05:06:39 UTC (rev 267142)
+++ extra-i686/xfce4-mixer.install  2016-05-07 05:06:50 UTC (rev 267143)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:06:39 UTC (rev 267142)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:06:50 UTC (rev 267143)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-mixer
-pkgver=4.11.0
-pkgrel=2
-pkgdesc="The volume control plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique'
- 'libkeybinder2')
-optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
-

[arch-commits] Commit in xfce4-mount-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:53
  Author: foutrelis
Revision: 267144

upgpkg: xfce4-mount-plugin 0.6.7-4

Remove install file.

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD
Deleted:
  xfce4-mount-plugin/trunk/xfce4-mount-plugin.install

+
 PKGBUILD   |3 +--
 xfce4-mount-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:06:50 UTC (rev 267143)
+++ PKGBUILD2016-05-07 05:06:53 UTC (rev 267144)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mount-plugin
 pkgver=0.6.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Mount/umount utility for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
 

Deleted: xfce4-mount-plugin.install
===
--- xfce4-mount-plugin.install  2016-05-07 05:06:50 UTC (rev 267143)
+++ xfce4-mount-plugin.install  2016-05-07 05:06:53 UTC (rev 267144)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-eyes-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:08
  Author: foutrelis
Revision: 267137

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

Added:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
(from rev 267136, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267136, xfce4-eyes-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
  xfce4-eyes-plugin/repos/extra-i686/xfce4-eyes-plugin.install
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-eyes-plugin/repos/extra-x86_64/xfce4-eyes-plugin.install

+
 /PKGBUILD  |   72 +++
 extra-i686/PKGBUILD|   37 ---
 extra-i686/xfce4-eyes-plugin.install   |   13 -
 extra-x86_64/PKGBUILD  |   37 ---
 extra-x86_64/xfce4-eyes-plugin.install |   13 -
 5 files changed, 72 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:05:58 UTC (rev 267136)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:08 UTC (rev 267137)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.4
-pkgrel=1
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
-sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/PKGBUILD (from rev 267136, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:08 UTC (rev 267137)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.4.4
+pkgrel=2
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
+sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-eyes-plugin.install
===
--- extra-i686/xfce4-eyes-plugin.install2016-05-07 05:05:58 UTC (rev 
267136)
+++ extra-i686/xfce4-eyes-plugin.install2016-05-07 05:06:08 UTC (rev 
267137)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:05:58 UTC (rev 267136)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:06:08 UTC (rev 267137)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.4
-pkgrel=1
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:39
  Author: foutrelis
Revision: 267142

upgpkg: xfce4-mixer 4.11.0-3

Remove install file.

Modified:
  xfce4-mixer/trunk/PKGBUILD
Deleted:
  xfce4-mixer/trunk/xfce4-mixer.install

-+
 PKGBUILD|3 +--
 xfce4-mixer.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:06:36 UTC (rev 267141)
+++ PKGBUILD2016-05-07 05:06:39 UTC (rev 267142)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-mixer
 pkgver=4.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The volume control plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -14,7 +14,6 @@
  'libkeybinder2')
 optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2')
 

Deleted: xfce4-mixer.install
===
--- xfce4-mixer.install 2016-05-07 05:06:36 UTC (rev 267141)
+++ xfce4-mixer.install 2016-05-07 05:06:39 UTC (rev 267142)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-fsguard-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:23
  Author: foutrelis
Revision: 267139

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

Added:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
(from rev 267138, xfce4-fsguard-plugin/trunk/PKGBUILD)
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267138, xfce4-fsguard-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-i686/xfce4-fsguard-plugin.install
  xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-fsguard-plugin/repos/extra-x86_64/xfce4-fsguard-plugin.install

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   38 --
 extra-i686/xfce4-fsguard-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/xfce4-fsguard-plugin.install |   13 
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:06:11 UTC (rev 267138)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:23 UTC (rev 267139)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Ben 
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.2
-pkgrel=4
-pkgdesc="File system usage monitor plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-fsguard-plugin/repos/extra-i686/PKGBUILD (from rev 267138, 
xfce4-fsguard-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:06:23 UTC (rev 267139)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Ben 
+
+pkgname=xfce4-fsguard-plugin
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="File system usage monitor plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-fsguard-plugin.install
===
--- extra-i686/xfce4-fsguard-plugin.install 2016-05-07 05:06:11 UTC (rev 
267138)
+++ extra-i686/xfce4-fsguard-plugin.install 2016-05-07 05:06:23 UTC (rev 
267139)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:06:11 UTC (rev 267138)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:06:23 UTC (rev 267139)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Ben 
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.2
-pkgrel=4
-pkgdesc="File system usage monitor plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae')
-
-build() {
-  cd 

[arch-commits] Commit in xfce4-fsguard-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:11
  Author: foutrelis
Revision: 267138

upgpkg: xfce4-fsguard-plugin 1.0.2-5

Remove install file.

Modified:
  xfce4-fsguard-plugin/trunk/PKGBUILD
Deleted:
  xfce4-fsguard-plugin/trunk/xfce4-fsguard-plugin.install

--+
 PKGBUILD |3 +--
 xfce4-fsguard-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:06:08 UTC (rev 267137)
+++ PKGBUILD2016-05-07 05:06:11 UTC (rev 267138)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-fsguard-plugin
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="File system usage monitor plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
 sha256sums=('a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae')
 

Deleted: xfce4-fsguard-plugin.install
===
--- xfce4-fsguard-plugin.install2016-05-07 05:06:08 UTC (rev 267137)
+++ xfce4-fsguard-plugin.install2016-05-07 05:06:11 UTC (rev 267138)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-mailwatch-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:06:26
  Author: foutrelis
Revision: 267140

upgpkg: xfce4-mailwatch-plugin 1.2.0-7

Remove install file.

Modified:
  xfce4-mailwatch-plugin/trunk/PKGBUILD
Deleted:
  xfce4-mailwatch-plugin/trunk/xfce4-mailwatch-plugin.install

+
 PKGBUILD   |3 +--
 xfce4-mailwatch-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:06:23 UTC (rev 267139)
+++ PKGBUILD2016-05-07 05:06:26 UTC (rev 267140)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-mailwatch-plugin
 pkgver=1.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin;
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'gnutls' 'libgcrypt')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad')
 

Deleted: xfce4-mailwatch-plugin.install
===
--- xfce4-mailwatch-plugin.install  2016-05-07 05:06:23 UTC (rev 267139)
+++ xfce4-mailwatch-plugin.install  2016-05-07 05:06:26 UTC (rev 267140)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-eyes-plugin/trunk (PKGBUILD xfce4-eyes-plugin.install)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:58
  Author: foutrelis
Revision: 267136

upgpkg: xfce4-eyes-plugin 4.4.4-2

Remove install file.

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD
Deleted:
  xfce4-eyes-plugin/trunk/xfce4-eyes-plugin.install

---+
 PKGBUILD  |3 +--
 xfce4-eyes-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:05:55 UTC (rev 267135)
+++ PKGBUILD2016-05-07 05:05:58 UTC (rev 267136)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-eyes-plugin
 pkgver=4.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'hicolor-icon-theme')
 makedepends=('intltool' 'perl-xml-parser')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/4.4/$pkgname-$pkgver.tar.bz2)
 sha256sums=('240ce85b68d3d161f276ebbea97072dd6ee3df77062fd073bf6eeb4d3d1400ca')
 

Deleted: xfce4-eyes-plugin.install
===
--- xfce4-eyes-plugin.install   2016-05-07 05:05:55 UTC (rev 267135)
+++ xfce4-eyes-plugin.install   2016-05-07 05:05:58 UTC (rev 267136)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:55
  Author: foutrelis
Revision: 267135

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

Added:
  xfce4-dict/repos/extra-i686/PKGBUILD
(from rev 267134, xfce4-dict/trunk/PKGBUILD)
  xfce4-dict/repos/extra-x86_64/PKGBUILD
(from rev 267134, xfce4-dict/trunk/PKGBUILD)
Deleted:
  xfce4-dict/repos/extra-i686/PKGBUILD
  xfce4-dict/repos/extra-i686/xfce4-dict.install
  xfce4-dict/repos/extra-x86_64/PKGBUILD
  xfce4-dict/repos/extra-x86_64/xfce4-dict.install

-+
 /PKGBUILD   |   80 ++
 extra-i686/PKGBUILD |   41 ---
 extra-i686/xfce4-dict.install   |   13 --
 extra-x86_64/PKGBUILD   |   41 ---
 extra-x86_64/xfce4-dict.install |   13 --
 5 files changed, 80 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:05:45 UTC (rev 267134)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:55 UTC (rev 267135)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-dict
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="A dictionary plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-dict;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-dict/repos/extra-i686/PKGBUILD (from rev 267134, 
xfce4-dict/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:55 UTC (rev 267135)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-dict
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="A dictionary plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-dict;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('xfce4-dict-plugin')
+conflicts=('xfce4-dict-plugin')
+replaces=('xfce4-dict-plugin')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-dict.install
===
--- extra-i686/xfce4-dict.install   2016-05-07 05:05:45 UTC (rev 267134)
+++ extra-i686/xfce4-dict.install   2016-05-07 05:05:55 UTC (rev 267135)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:05:45 UTC (rev 267134)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:05:55 UTC (rev 267135)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-dict
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="A dictionary plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-dict;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('xfce4-dict-plugin')
-conflicts=('xfce4-dict-plugin')
-replaces=('xfce4-dict-plugin')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:45
  Author: foutrelis
Revision: 267134

upgpkg: xfce4-dict 0.7.1-2

Remove install file.

Modified:
  xfce4-dict/trunk/PKGBUILD
Deleted:
  xfce4-dict/trunk/xfce4-dict.install

+
 PKGBUILD   |3 +--
 xfce4-dict.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:05:42 UTC (rev 267133)
+++ PKGBUILD2016-05-07 05:05:45 UTC (rev 267134)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-dict
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A dictionary plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfce4-dict;
@@ -16,7 +16,6 @@
 provides=('xfce4-dict-plugin')
 conflicts=('xfce4-dict-plugin')
 replaces=('xfce4-dict-plugin')
-install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
 sha256sums=('d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc')
 

Deleted: xfce4-dict.install
===
--- xfce4-dict.install  2016-05-07 05:05:42 UTC (rev 267133)
+++ xfce4-dict.install  2016-05-07 05:05:45 UTC (rev 267134)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-cpugraph-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:32
  Author: foutrelis
Revision: 267132

upgpkg: xfce4-cpugraph-plugin 1.0.5-4

Remove install file.

Modified:
  xfce4-cpugraph-plugin/trunk/PKGBUILD
Deleted:
  xfce4-cpugraph-plugin/trunk/xfce4-cpugraph-plugin.install

---+
 PKGBUILD  |3 +--
 xfce4-cpugraph-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:05:29 UTC (rev 267131)
+++ PKGBUILD2016-05-07 05:05:32 UTC (rev 267132)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-cpugraph-plugin
 pkgver=1.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="CPU graph plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL' 'custom')
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
 sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
 

Deleted: xfce4-cpugraph-plugin.install
===
--- xfce4-cpugraph-plugin.install   2016-05-07 05:05:29 UTC (rev 267131)
+++ xfce4-cpugraph-plugin.install   2016-05-07 05:05:32 UTC (rev 267132)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-battery-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:54
  Author: foutrelis
Revision: 267126

upgpkg: xfce4-battery-plugin 1.0.5-5

Remove install file.

Modified:
  xfce4-battery-plugin/trunk/PKGBUILD
Deleted:
  xfce4-battery-plugin/trunk/xfce4-battery-plugin.install

--+
 PKGBUILD |3 +--
 xfce4-battery-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:04:51 UTC (rev 267125)
+++ PKGBUILD2016-05-07 05:04:54 UTC (rev 267126)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-battery-plugin
 pkgver=1.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A battery monitor plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
 

Deleted: xfce4-battery-plugin.install
===
--- xfce4-battery-plugin.install2016-05-07 05:04:51 UTC (rev 267125)
+++ xfce4-battery-plugin.install2016-05-07 05:04:54 UTC (rev 267126)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-cpugraph-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:42
  Author: foutrelis
Revision: 267133

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

Added:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
(from rev 267132, xfce4-cpugraph-plugin/trunk/PKGBUILD)
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267132, xfce4-cpugraph-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-i686/xfce4-cpugraph-plugin.install
  xfce4-cpugraph-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpugraph-plugin/repos/extra-x86_64/xfce4-cpugraph-plugin.install

+
 /PKGBUILD  |   76 +++
 extra-i686/PKGBUILD|   39 -
 extra-i686/xfce4-cpugraph-plugin.install   |   13 
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/xfce4-cpugraph-plugin.install |   13 
 5 files changed, 76 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:05:32 UTC (rev 267132)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:42 UTC (rev 267133)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.5
-pkgrel=3
-pkgdesc="CPU graph plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpugraph-plugin/repos/extra-i686/PKGBUILD (from rev 267132, 
xfce4-cpugraph-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:42 UTC (rev 267133)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-cpugraph-plugin
+pkgver=1.0.5
+pkgrel=4
+pkgdesc="CPU graph plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL' 'custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-cpugraph-plugin.install
===
--- extra-i686/xfce4-cpugraph-plugin.install2016-05-07 05:05:32 UTC (rev 
267132)
+++ extra-i686/xfce4-cpugraph-plugin.install2016-05-07 05:05:42 UTC (rev 
267133)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:05:32 UTC (rev 267132)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:05:42 UTC (rev 267133)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.5
-pkgrel=3
-pkgdesc="CPU graph plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL' 'custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install

[arch-commits] Commit in xfce4-clipman-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:16
  Author: foutrelis
Revision: 267129

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

Added:
  xfce4-clipman-plugin/repos/extra-i686/PKGBUILD
(from rev 267128, xfce4-clipman-plugin/trunk/PKGBUILD)
  xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267128, xfce4-clipman-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-clipman-plugin/repos/extra-i686/PKGBUILD
  xfce4-clipman-plugin/repos/extra-i686/xfce4-clipman-plugin.install
  xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-clipman-plugin/repos/extra-x86_64/xfce4-clipman-plugin.install

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   37 --
 extra-i686/xfce4-clipman-plugin.install   |   13 -
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/xfce4-clipman-plugin.install |   13 -
 5 files changed, 72 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:05:06 UTC (rev 267128)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:16 UTC (rev 267129)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.6
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libunique' 'libxtst' 'qrencode')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-clipman-plugin/repos/extra-i686/PKGBUILD (from rev 267128, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:16 UTC (rev 267129)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.2.6
+pkgrel=3
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libunique' 'libxtst' 'qrencode')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-clipman-plugin.install
===
--- extra-i686/xfce4-clipman-plugin.install 2016-05-07 05:05:06 UTC (rev 
267128)
+++ extra-i686/xfce4-clipman-plugin.install 2016-05-07 05:05:16 UTC (rev 
267129)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:05:06 UTC (rev 267128)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:05:16 UTC (rev 267129)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.6
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libunique' 'libxtst' 'qrencode')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
-
-build() {
-  cd 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:51
  Author: foutrelis
Revision: 267125

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

Added:
  xfce4-appfinder/repos/extra-i686/0001-Use-non-legacy-icon-names.patch
(from rev 267124, 
xfce4-appfinder/trunk/0001-Use-non-legacy-icon-names.patch)
  xfce4-appfinder/repos/extra-i686/PKGBUILD
(from rev 267124, xfce4-appfinder/trunk/PKGBUILD)
  xfce4-appfinder/repos/extra-x86_64/0001-Use-non-legacy-icon-names.patch
(from rev 267124, 
xfce4-appfinder/trunk/0001-Use-non-legacy-icon-names.patch)
  xfce4-appfinder/repos/extra-x86_64/PKGBUILD
(from rev 267124, xfce4-appfinder/trunk/PKGBUILD)
Deleted:
  
xfce4-appfinder/repos/extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
  xfce4-appfinder/repos/extra-i686/0001-Use-non-legacy-icon-names.patch
  xfce4-appfinder/repos/extra-i686/PKGBUILD
  xfce4-appfinder/repos/extra-i686/xfce4-appfinder.install
  
xfce4-appfinder/repos/extra-x86_64/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
  xfce4-appfinder/repos/extra-x86_64/0001-Use-non-legacy-icon-names.patch
  xfce4-appfinder/repos/extra-x86_64/PKGBUILD
  xfce4-appfinder/repos/extra-x86_64/xfce4-appfinder.install

---+
 /0001-Use-non-legacy-icon-names.patch |   
94 ++
 /PKGBUILD |   
92 +
 extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch   |   
28 --
 extra-i686/0001-Use-non-legacy-icon-names.patch   |   
47 -
 extra-i686/PKGBUILD   |   
47 -
 extra-i686/xfce4-appfinder.install|   
13 -
 extra-x86_64/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch |   
28 --
 extra-x86_64/0001-Use-non-legacy-icon-names.patch |   
47 -
 extra-x86_64/PKGBUILD |   
47 -
 extra-x86_64/xfce4-appfinder.install  |   
13 -
 10 files changed, 186 insertions(+), 270 deletions(-)

Deleted: extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
===
--- extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch 
2016-05-07 05:04:41 UTC (rev 267124)
+++ extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch 
2016-05-07 05:04:51 UTC (rev 267125)
@@ -1,28 +0,0 @@
-From 6fc44d1be25353353e6c1fcae9d98aea58c24eec Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 8 Oct 2015 16:50:26 +0300
-Subject: [PATCH] Use non-legacy edit-find icon instead of gtk-find
-
-gtk-find is a legacy icon name found in the GNOME icon theme, but it's
-not part of the Adwaita icon theme. gtk-find maps to edit-find via a
-symlink so just use the latter.

- data/xfce4-appfinder.desktop.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
-index c4bd6ca..dc34d21 100644
 a/data/xfce4-appfinder.desktop.in
-+++ b/data/xfce4-appfinder.desktop.in
-@@ -1,7 +1,7 @@
- [Desktop Entry]
- Version=1.0
- Exec=xfce4-appfinder
--Icon=gtk-find
-+Icon=edit-find
- StartupNotify=true
- Terminal=false
- Type=Application
--- 
-2.6.1
-

Deleted: extra-i686/0001-Use-non-legacy-icon-names.patch
===
--- extra-i686/0001-Use-non-legacy-icon-names.patch 2016-05-07 05:04:41 UTC 
(rev 267124)
+++ extra-i686/0001-Use-non-legacy-icon-names.patch 2016-05-07 05:04:51 UTC 
(rev 267125)
@@ -1,47 +0,0 @@
-From 65e9020cb0d507a58e71eb31751d3eca0eb0cd59 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 8 Oct 2015 16:50:26 +0300
-Subject: [PATCH] Use non-legacy icon names
-
-gtk-find and gtk-execute are legacy icon names found in the GNOME icon
-theme, but they are not part of the Adwaita icon theme.
-
-In the GNOME icon theme, they map to edit-find and system-run via
-symlinks created by icon-naming-utils. Adwaita doesn't ship these
-symlinks. [1]
-
-[1] https://bugzilla.gnome.org/show_bug.cgi?id=729998

- data/xfce4-appfinder.desktop.in | 2 +-
- data/xfce4-run.desktop.in   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
-index c4bd6ca..dc34d21 100644
 a/data/xfce4-appfinder.desktop.in
-+++ b/data/xfce4-appfinder.desktop.in
-@@ -1,7 +1,7 @@
- [Desktop Entry]
- Version=1.0
- Exec=xfce4-appfinder
--Icon=gtk-find
-+Icon=edit-find
- StartupNotify=true
- Terminal=false
- Type=Application
-diff --git a/data/xfce4-run.desktop.in b/data/xfce4-run.desktop.in
-index 9611cd5..a888753 100644
 a/data/xfce4-run.desktop.in

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:38
  Author: foutrelis
Revision: 267123

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

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

-+
 /PKGBUILD   |   70 ++
 extra-i686/PKGBUILD |   36 -
 extra-i686/xfburn.install   |   14 
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/xfburn.install |   14 
 5 files changed, 70 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:04:27 UTC (rev 267122)
+++ extra-i686/PKGBUILD 2016-05-07 05:04:38 UTC (rev 267123)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-# Contributor: Alois Nespor alois.nes...@gmail.com
-
-pkgname=xfburn
-pkgver=0.5.4
-pkgrel=2
-pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfburn;
-license=('GPL')
-depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
- 'libgudev' 'desktop-file-utils')
-makedepends=('intltool')
-groups=('xfce4-goodies')
-install=xfburn.install
-source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-gstreamer \
---disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfburn/repos/extra-i686/PKGBUILD (from rev 267122, 
xfburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:04:38 UTC (rev 267123)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+pkgname=xfburn
+pkgver=0.5.4
+pkgrel=3
+pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfburn;
+license=('GPL')
+depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
+ 'libgudev' 'desktop-file-utils')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-gstreamer \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfburn.install
===
--- extra-i686/xfburn.install   2016-05-07 05:04:27 UTC (rev 267122)
+++ extra-i686/xfburn.install   2016-05-07 05:04:38 UTC (rev 267123)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:04:27 UTC (rev 267122)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:04:38 UTC (rev 267123)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-# Contributor: Alois Nespor alois.nes...@gmail.com
-
-pkgname=xfburn
-pkgver=0.5.4
-pkgrel=2
-pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfburn;
-license=('GPL')
-depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
- 'libgudev' 'desktop-file-utils')
-makedepends=('intltool')
-groups=('xfce4-goodies')
-install=xfburn.install
-source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-gstreamer \
---disable-debug
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 

[arch-commits] Commit in xfce4-cpufreq-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:29
  Author: foutrelis
Revision: 267131

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

Added:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
(from rev 267130, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267130, xfce4-cpufreq-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
  xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-cpufreq-plugin/repos/extra-x86_64/xfce4-cpufreq-plugin.install

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   38 --
 extra-i686/xfce4-cpufreq-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/xfce4-cpufreq-plugin.install |   13 
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:05:19 UTC (rev 267130)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:29 UTC (rev 267131)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD (from rev 267130, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:29 UTC (rev 267131)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-cpufreq-plugin.install
===
--- extra-i686/xfce4-cpufreq-plugin.install 2016-05-07 05:05:19 UTC (rev 
267130)
+++ extra-i686/xfce4-cpufreq-plugin.install 2016-05-07 05:05:29 UTC (rev 
267131)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:05:19 UTC (rev 267130)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:05:29 UTC (rev 267131)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
-   

[arch-commits] Commit in xfce4-clipman-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:06
  Author: foutrelis
Revision: 267128

upgpkg: xfce4-clipman-plugin 1.2.6-3

Remove install file.

Modified:
  xfce4-clipman-plugin/trunk/PKGBUILD
Deleted:
  xfce4-clipman-plugin/trunk/xfce4-clipman-plugin.install

--+
 PKGBUILD |3 +--
 xfce4-clipman-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:05:04 UTC (rev 267127)
+++ PKGBUILD2016-05-07 05:05:06 UTC (rev 267128)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-clipman-plugin
 pkgver=1.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A clipboard plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libunique' 'libxtst' 'qrencode')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5')
 

Deleted: xfce4-clipman-plugin.install
===
--- xfce4-clipman-plugin.install2016-05-07 05:05:04 UTC (rev 267127)
+++ xfce4-clipman-plugin.install2016-05-07 05:05:06 UTC (rev 267128)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-battery-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:04
  Author: foutrelis
Revision: 267127

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

Added:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
(from rev 267126, xfce4-battery-plugin/trunk/PKGBUILD)
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267126, xfce4-battery-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-battery-plugin/repos/extra-i686/PKGBUILD
  xfce4-battery-plugin/repos/extra-i686/xfce4-battery-plugin.install
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-battery-plugin/repos/extra-x86_64/xfce4-battery-plugin.install

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   38 --
 extra-i686/xfce4-battery-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/xfce4-battery-plugin.install |   13 
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:04:54 UTC (rev 267126)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:04 UTC (rev 267127)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: aurelien 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-battery-plugin
-pkgver=1.0.5
-pkgrel=4
-pkgdesc="A battery monitor plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-i686/PKGBUILD (from rev 267126, 
xfce4-battery-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:04 UTC (rev 267127)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: aurelien 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-battery-plugin
+pkgver=1.0.5
+pkgrel=5
+pkgdesc="A battery monitor plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f659b1af40ab72c93448affaa693ab551827a5600ce9b97a799b7c2419bdeb11')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-battery-plugin.install
===
--- extra-i686/xfce4-battery-plugin.install 2016-05-07 05:04:54 UTC (rev 
267126)
+++ extra-i686/xfce4-battery-plugin.install 2016-05-07 05:05:04 UTC (rev 
267127)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:04:54 UTC (rev 267126)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:05:04 UTC (rev 267127)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: aurelien 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-battery-plugin
-pkgver=1.0.5
-pkgrel=4
-pkgdesc="A battery monitor plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)

[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:05:19
  Author: foutrelis
Revision: 267130

upgpkg: xfce4-cpufreq-plugin 1.1.2-2

Remove install file.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD
Deleted:
  xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install

--+
 PKGBUILD |3 +--
 xfce4-cpufreq-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:05:16 UTC (rev 267129)
+++ PKGBUILD2016-05-07 05:05:19 UTC (rev 267130)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,6 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
 

Deleted: xfce4-cpufreq-plugin.install
===
--- xfce4-cpufreq-plugin.install2016-05-07 05:05:16 UTC (rev 267129)
+++ xfce4-cpufreq-plugin.install2016-05-07 05:05:19 UTC (rev 267130)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:41
  Author: foutrelis
Revision: 267124

upgpkg: xfce4-appfinder 4.12.0-4

Remove install file.

Modified:
  xfce4-appfinder/trunk/PKGBUILD
Deleted:
  xfce4-appfinder/trunk/xfce4-appfinder.install

-+
 PKGBUILD|3 +--
 xfce4-appfinder.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:04:38 UTC (rev 267123)
+++ PKGBUILD2016-05-07 05:04:41 UTC (rev 267124)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-appfinder
 pkgver=4.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An application finder for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -14,7 +14,6 @@
 depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
 makedepends=('intltool')
 replaces=('xfce-utils')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
 0001-Use-non-legacy-icon-names.patch)
 sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567'

Deleted: xfce4-appfinder.install
===
--- xfce4-appfinder.install 2016-05-07 05:04:38 UTC (rev 267123)
+++ xfce4-appfinder.install 2016-05-07 05:04:41 UTC (rev 267124)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in thunar-archive-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:01
  Author: foutrelis
Revision: 267118

upgpkg: thunar-archive-plugin 0.3.1-6

Remove install file.

Modified:
  thunar-archive-plugin/trunk/PKGBUILD
Deleted:
  thunar-archive-plugin/trunk/thunar-archive-plugin.install

---+
 PKGBUILD  |3 +--
 thunar-archive-plugin.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:59 UTC (rev 267117)
+++ PKGBUILD2016-05-07 05:04:01 UTC (rev 267118)
@@ -4,7 +4,7 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Create and extract archives in Thunar"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin;
@@ -15,7 +15,6 @@
 optdepends=('file-roller'
 'kdeutils-ark'
 'xarchiver')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2
 0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
 sha256sums=('9ad559b0c11308f6897ad56604e5a06dc8f369f649eb20120b2d3018ef5da54c'

Deleted: thunar-archive-plugin.install
===
--- thunar-archive-plugin.install   2016-05-07 05:03:59 UTC (rev 267117)
+++ thunar-archive-plugin.install   2016-05-07 05:04:01 UTC (rev 267118)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in thunar-archive-plugin/repos (10 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:11
  Author: foutrelis
Revision: 267119

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

Added:
  
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(from rev 267118, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
(from rev 267118, thunar-archive-plugin/trunk/PKGBUILD)
  
thunar-archive-plugin/repos/extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(from rev 267118, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267118, thunar-archive-plugin/trunk/PKGBUILD)
Deleted:
  
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
  thunar-archive-plugin/repos/extra-i686/PKGBUILD
  thunar-archive-plugin/repos/extra-i686/thunar-archive-plugin.install
  
thunar-archive-plugin/repos/extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
  thunar-archive-plugin/repos/extra-x86_64/thunar-archive-plugin.install

+
 /0001-Fix-file-roller-3.12.1-detection-bug-10826.patch |   74 
+++
 /PKGBUILD  |   96 
++
 extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch   |   37 ---
 extra-i686/PKGBUILD|   49 -
 extra-i686/thunar-archive-plugin.install   |   13 -
 extra-x86_64/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch |   37 ---
 extra-x86_64/PKGBUILD  |   49 -
 extra-x86_64/thunar-archive-plugin.install |   13 -
 8 files changed, 170 insertions(+), 198 deletions(-)

Deleted: extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
===
--- extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
2016-05-07 05:04:01 UTC (rev 267118)
+++ extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
2016-05-07 05:04:11 UTC (rev 267119)
@@ -1,37 +0,0 @@
-From cc1b9c86d1b563318a2b9489b062f9519ae08b20 Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Wed, 23 Apr 2014 20:13:19 +0300
-Subject: [PATCH] Fix file-roller>=3.12.1 detection (bug #10826)
-
-File Roller 3.12.1 changed the name of its .desktop file from
-file-roller.desktop to org.gnome.FileRoller.desktop.
-
-We install a new symlink to support the new .desktop file name.

- scripts/Makefile.am | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/scripts/Makefile.am b/scripts/Makefile.am
-index 4da529c..3804605 100644
 a/scripts/Makefile.am
-+++ b/scripts/Makefile.am
-@@ -5,12 +5,15 @@ wrapper_SCRIPTS =
\
-   ark.tap \
-   file-roller.tap
- 
--# Install symlink to 'gnome-file-roller.tap'
-+# Install symlink to 'gnome-file-roller.tap' and 'org.gnome.FileRoller.tap'
- install-exec-hook:
-   $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
-   -( cd $(DESTDIR)$(wrapperdir) ; \
-   test -f gnome-file-roller.tap \
-   || ln -sf file-roller.tap gnome-file-roller.tap )
-+  -( cd $(DESTDIR)$(wrapperdir) ; \
-+  test -f org.gnome.FileRoller.tap \
-+  || ln -sf file-roller.tap org.gnome.FileRoller.tap )
- 
- EXTRA_DIST =  \
-   $(wrapper_SCRIPTS)  \
--- 
-1.9.2
-

Copied: 
thunar-archive-plugin/repos/extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
 (from rev 267118, 
thunar-archive-plugin/trunk/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch)
===
--- extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
(rev 0)
+++ extra-i686/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
2016-05-07 05:04:11 UTC (rev 267119)
@@ -0,0 +1,37 @@
+From cc1b9c86d1b563318a2b9489b062f9519ae08b20 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Wed, 23 Apr 2014 20:13:19 +0300
+Subject: [PATCH] Fix file-roller>=3.12.1 detection (bug #10826)
+
+File Roller 3.12.1 changed the name of its .desktop file from
+file-roller.desktop to org.gnome.FileRoller.desktop.
+
+We install a new symlink to support the new .desktop file name.
+---
+ scripts/Makefile.am | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/scripts/Makefile.am b/scripts/Makefile.am
+index 4da529c..3804605 100644
+--- 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:23
  Author: foutrelis
Revision: 267121

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

Added:
  thunar-volman/repos/extra-i686/PKGBUILD
(from rev 267120, thunar-volman/trunk/PKGBUILD)
  thunar-volman/repos/extra-x86_64/PKGBUILD
(from rev 267120, thunar-volman/trunk/PKGBUILD)
Deleted:
  thunar-volman/repos/extra-i686/PKGBUILD
  thunar-volman/repos/extra-i686/thunar-volman.install
  thunar-volman/repos/extra-x86_64/PKGBUILD
  thunar-volman/repos/extra-x86_64/thunar-volman.install

+
 /PKGBUILD  |   72 +++
 extra-i686/PKGBUILD|   37 -
 extra-i686/thunar-volman.install   |   13 --
 extra-x86_64/PKGBUILD  |   37 -
 extra-x86_64/thunar-volman.install |   13 --
 5 files changed, 72 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:04:14 UTC (rev 267120)
+++ extra-i686/PKGBUILD 2016-05-07 05:04:23 UTC (rev 267121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=thunar-volman
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Automatic management of removeable devices in Thunar"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
-license=('GPL2')
-groups=('xfce4')
-depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-volman/repos/extra-i686/PKGBUILD (from rev 267120, 
thunar-volman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:04:23 UTC (rev 267121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=thunar-volman
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Automatic management of removeable devices in Thunar"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
+license=('GPL2')
+groups=('xfce4')
+depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/thunar-volman.install
===
--- extra-i686/thunar-volman.install2016-05-07 05:04:14 UTC (rev 267120)
+++ extra-i686/thunar-volman.install2016-05-07 05:04:23 UTC (rev 267121)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:04:14 UTC (rev 267120)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:04:23 UTC (rev 267121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=thunar-volman
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Automatic management of removeable devices in Thunar"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
-license=('GPL2')
-groups=('xfce4')
-depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:59
  Author: foutrelis
Revision: 267117

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

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

-+
 /PKGBUILD   |  100 ++
 extra-i686/PKGBUILD |   51 -
 extra-i686/thunar.install   |   14 -
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/thunar.install |   14 -
 5 files changed, 100 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:03:48 UTC (rev 267116)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:59 UTC (rev 267117)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10
-pkgrel=2
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
-sha256sums=('7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a')
-
-prepare() {
-  cd "$srcdir/Thunar-$pkgver"
-}
-
-build() {
-  cd "$srcdir/Thunar-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-dbus \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/Thunar-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 267116, 
thunar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:59 UTC (rev 267117)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.6.10
+pkgrel=3
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a')
+
+prepare() {
+  cd "$srcdir/Thunar-$pkgver"
+}
+
+build() {
+  cd "$srcdir/Thunar-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/Thunar-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/thunar.install
===
--- extra-i686/thunar.install   2016-05-07 05:03:48 UTC (rev 267116)
+++ extra-i686/thunar.install   2016-05-07 05:03:59 UTC (rev 267117)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:03:48 UTC (rev 267116)
+++ extra-x86_64/PKGBUILD   2016-05-07 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:45
  Author: foutrelis
Revision: 267115

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

Added:
  pidgin/repos/extra-i686/PKGBUILD
(from rev 267114, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-i686/pidgin-2.10.12-py3-fixes.patch
(from rev 267114, pidgin/trunk/pidgin-2.10.12-py3-fixes.patch)
  pidgin/repos/extra-x86_64/PKGBUILD
(from rev 267114, pidgin/trunk/PKGBUILD)
  pidgin/repos/extra-x86_64/pidgin-2.10.12-py3-fixes.patch
(from rev 267114, pidgin/trunk/pidgin-2.10.12-py3-fixes.patch)
Deleted:
  pidgin/repos/extra-i686/PKGBUILD
  pidgin/repos/extra-i686/pidgin-2.10.12-py3-fixes.patch
  pidgin/repos/extra-i686/pidgin.install
  pidgin/repos/extra-x86_64/PKGBUILD
  pidgin/repos/extra-x86_64/pidgin-2.10.12-py3-fixes.patch
  pidgin/repos/extra-x86_64/pidgin.install

-+
 /PKGBUILD   |  196 ++
 /pidgin-2.10.12-py3-fixes.patch |  162 +
 extra-i686/PKGBUILD |   99 -
 extra-i686/pidgin-2.10.12-py3-fixes.patch   |   81 --
 extra-i686/pidgin.install   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/pidgin-2.10.12-py3-fixes.patch |   81 --
 extra-x86_64/pidgin.install |   11 -
 8 files changed, 358 insertions(+), 382 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:03:35 UTC (rev 267114)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:45 UTC (rev 267115)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-# Contributor: Alexander Fehr 
-# Contributor: Lucien Immink 
-
-pkgname=('pidgin' 'libpurple' 'finch')
-pkgver=2.10.12
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://pidgin.im/;
-license=('GPL')
-makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm'
- 'libidn' 'libgadu' 'python' 'hicolor-icon-theme' 'farstream'
- 'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager')
-source=(https://downloads.sourceforge.net/project/$pkgname/Pidgin/$pkgver/$pkgname-$pkgver.tar.bz2{,.asc}
-pidgin-2.10.12-py3-fixes.patch)
-sha256sums=('2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd'
-'SKIP'
-'e38bd61e0dcfcc2e5761078ea709b92c5bf8d025d5eb1288aa8a550715babb7e')
-validpgpkeys=('364E2EB38EA6A8D61FB963AD75FE259AA8AC8032')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../pidgin-2.10.12-py3-fixes.patch
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---disable-schemas-install \
---disable-meanwhile \
---disable-gnutls \
---enable-cyrus-sasl \
---disable-doxygen \
---enable-nm \
---with-system-ssl-certs=/etc/ssl/certs
-make
-}
-
-package_pidgin(){
-  pkgdesc="Multi-protocol instant messaging client"
-  depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
-   'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
-  optdepends=('aspell: for spelling correction')
-  install=pidgin.install
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C pidgin DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir/usr/share/man/man1/finch.1"
-}
-
-package_libpurple(){
-  pkgdesc="IM library extracted from Pidgin"
-  depends=('farstream' 'libsasl' 'libidn' 'libgadu' 'dbus-glib' 'nss')
-  optdepends=('avahi: Bonjour protocol support'
-  'ca-certificates: SSL CA certificates'
-  'python-dbus: for purple-remote and purple-url-handler'
-  'tk: Tcl/Tk scripting support')
-
-  cd $pkgbase-$pkgver
-
-  for _dir in libpurple share/sounds share/ca-certs m4macros po; do
-make -C "$_dir" DESTDIR="$pkgdir" install
-  done
-}
-
-package_finch(){
-  pkgdesc="A ncurses-based messaging client"
-  depends=('libpurple' 'libx11' 'python')
-
-  cd $pkgbase-$pkgver
-
-  # For linking
-  make -C libpurple DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  make -C finch DESTDIR="$pkgdir" install
-  make -C doc DESTDIR="$pkgdir" install
-
-  # Remove files that are packaged in libpurle
-  make -C libpurple DESTDIR="$pkgdir" uninstall-libLTLIBRARIES
-
-  rm "$pkgdir"/usr/share/man/man1/pidgin.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pidgin/repos/extra-i686/PKGBUILD (from rev 267114, 
pidgin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:48
  Author: foutrelis
Revision: 267116

upgpkg: thunar 1.6.10-3

Remove install file.

Modified:
  thunar/trunk/PKGBUILD
Deleted:
  thunar/trunk/thunar.install

+
 PKGBUILD   |3 +--
 thunar.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:45 UTC (rev 267115)
+++ PKGBUILD2016-05-07 05:03:48 UTC (rev 267116)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.6.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')
 url="http://thunar.xfce.org;
@@ -19,7 +19,6 @@
 'thunar-volman: manages removable devices'
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
 sha256sums=('7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a')
 

Deleted: thunar.install
===
--- thunar.install  2016-05-07 05:03:45 UTC (rev 267115)
+++ thunar.install  2016-05-07 05:03:48 UTC (rev 267116)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:27
  Author: foutrelis
Revision: 267122

upgpkg: xfburn 0.5.4-3

Remove install file.

Modified:
  xfburn/trunk/PKGBUILD
Deleted:
  xfburn/trunk/xfburn.install

+
 PKGBUILD   |3 +--
 xfburn.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:04:23 UTC (rev 267121)
+++ PKGBUILD2016-05-07 05:04:27 UTC (rev 267122)
@@ -5,7 +5,7 @@
 
 pkgname=xfburn
 pkgver=0.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple CD/DVD burning tool based on libburnia libraries"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/xfburn;
@@ -14,7 +14,6 @@
  'libgudev' 'desktop-file-utils')
 makedepends=('intltool')
 groups=('xfce4-goodies')
-install=xfburn.install
 
source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
 

Deleted: xfburn.install
===
--- xfburn.install  2016-05-07 05:04:23 UTC (rev 267121)
+++ xfburn.install  2016-05-07 05:04:27 UTC (rev 267122)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:04:14
  Author: foutrelis
Revision: 267120

upgpkg: thunar-volman 0.8.1-2

Remove install file.

Modified:
  thunar-volman/trunk/PKGBUILD
Deleted:
  thunar-volman/trunk/thunar-volman.install

---+
 PKGBUILD  |3 +--
 thunar-volman.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:04:11 UTC (rev 267119)
+++ PKGBUILD2016-05-07 05:04:14 UTC (rev 267120)
@@ -4,7 +4,7 @@
 
 pkgname=thunar-volman
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Automatic management of removeable devices in Thunar"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
@@ -12,7 +12,6 @@
 groups=('xfce4')
 depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
 

Deleted: thunar-volman.install
===
--- thunar-volman.install   2016-05-07 05:04:11 UTC (rev 267119)
+++ thunar-volman.install   2016-05-07 05:04:14 UTC (rev 267120)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:16
  Author: foutrelis
Revision: 267110

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

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

-+
 /PKGBUILD   |   76 ++
 extra-i686/PKGBUILD |   39 ---
 extra-i686/libxfce4ui.install   |   13 --
 extra-x86_64/PKGBUILD   |   39 ---
 extra-x86_64/libxfce4ui.install |   13 --
 5 files changed, 76 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:03:06 UTC (rev 267109)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:16 UTC (rev 267110)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Xavier Devlamynck 
-
-pkgname=libxfce4ui
-pkgver=4.12.1
-pkgrel=1
-pkgdesc="Commonly used Xfce widgets among Xfce applications"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
- 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gtk-doc \
---disable-debug \
---with-vendor-info='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libxfce4ui/repos/extra-i686/PKGBUILD (from rev 267109, 
libxfce4ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:16 UTC (rev 267110)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=libxfce4ui
+pkgver=4.12.1
+pkgrel=2
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+ 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gtk-doc \
+--disable-debug \
+--with-vendor-info='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libxfce4ui.install
===
--- extra-i686/libxfce4ui.install   2016-05-07 05:03:06 UTC (rev 267109)
+++ extra-i686/libxfce4ui.install   2016-05-07 05:03:16 UTC (rev 267110)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:03:06 UTC (rev 267109)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:03:16 UTC (rev 267110)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Xavier Devlamynck 
-
-pkgname=libxfce4ui
-pkgver=4.12.1
-pkgrel=1
-pkgdesc="Commonly used Xfce widgets among Xfce applications"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
- 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
- 

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:32
  Author: foutrelis
Revision: 267113

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

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

+
 /PKGBUILD  |   78 +++
 extra-i686/PKGBUILD|   40 --
 extra-i686/orage.install   |   14 ---
 extra-x86_64/PKGBUILD  |   40 --
 extra-x86_64/orage.install |   14 ---
 5 files changed, 78 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:03:21 UTC (rev 267112)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:32 UTC (rev 267113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Tobias Kieslich 
-
-pkgname=orage
-pkgver=4.12.1
-pkgrel=2
-pkgdesc="A simple calendar application with reminders for Xfce"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.xfce.org/projects/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify')
-makedepends=('intltool')
-conflicts=('xfcalendar')
-replaces=('xfcalendar')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---enable-libical \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: orage/repos/extra-i686/PKGBUILD (from rev 267112, orage/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:32 UTC (rev 267113)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Tobias Kieslich 
+
+pkgname=orage
+pkgver=4.12.1
+pkgrel=3
+pkgdesc="A simple calendar application with reminders for Xfce"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.xfce.org/projects/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libical' 'popt' 'libnotify')
+makedepends=('intltool')
+conflicts=('xfcalendar')
+replaces=('xfcalendar')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--enable-libical \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/orage.install
===
--- extra-i686/orage.install2016-05-07 05:03:21 UTC (rev 267112)
+++ extra-i686/orage.install2016-05-07 05:03:32 UTC (rev 267113)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:03:21 UTC (rev 267112)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:03:32 UTC (rev 267113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Tobias Kieslich 
-
-pkgname=orage
-pkgver=4.12.1
-pkgrel=2
-pkgdesc="A simple calendar application with reminders for Xfce"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.xfce.org/projects/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libical' 'popt' 'libnotify')
-makedepends=('intltool')
-conflicts=('xfcalendar')
-replaces=('xfcalendar')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---enable-libical \
-

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:35
  Author: foutrelis
Revision: 267114

upgpkg: pidgin 2.10.12-2

Remove install file.

Modified:
  pidgin/trunk/PKGBUILD
Deleted:
  pidgin/trunk/pidgin.install

+
 PKGBUILD   |3 +--
 pidgin.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:32 UTC (rev 267113)
+++ PKGBUILD2016-05-07 05:03:35 UTC (rev 267114)
@@ -7,7 +7,7 @@
 
 pkgname=('pidgin' 'libpurple' 'finch')
 pkgver=2.10.12
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://pidgin.im/;
 license=('GPL')
@@ -47,7 +47,6 @@
   depends=('libpurple' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
'gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme')
   optdepends=('aspell: for spelling correction')
-  install=pidgin.install
 
   cd $pkgbase-$pkgver
 

Deleted: pidgin.install
===
--- pidgin.install  2016-05-07 05:03:32 UTC (rev 267113)
+++ pidgin.install  2016-05-07 05:03:35 UTC (rev 267114)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:03
  Author: foutrelis
Revision: 267108

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

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

--+
 /PKGBUILD|   78 +
 extra-i686/PKGBUILD  |   40 ---
 extra-i686/exo.install   |   13 ---
 extra-x86_64/PKGBUILD|   40 ---
 extra-x86_64/exo.install |   13 ---
 5 files changed, 78 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 05:02:53 UTC (rev 267107)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:03 UTC (rev 267108)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.10.7
-pkgrel=1
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'gtk2' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-i686/PKGBUILD (from rev 267107, exo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:03:03 UTC (rev 267108)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=exo
+pkgver=0.10.7
+pkgrel=2
+pkgdesc="Extensions to Xfce by os-cillation"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'gtk2' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/exo.install
===
--- extra-i686/exo.install  2016-05-07 05:02:53 UTC (rev 267107)
+++ extra-i686/exo.install  2016-05-07 05:03:03 UTC (rev 267108)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 05:02:53 UTC (rev 267107)
+++ extra-x86_64/PKGBUILD   2016-05-07 05:03:03 UTC (rev 267108)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=exo
-pkgver=0.10.7
-pkgrel=1
-pkgdesc="Extensions to Xfce by os-cillation"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'gtk2' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-x86_64/PKGBUILD (from rev 267107, exo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:06
  Author: foutrelis
Revision: 267109

upgpkg: libxfce4ui 4.12.1-2

Remove install file.

Modified:
  libxfce4ui/trunk/PKGBUILD
Deleted:
  libxfce4ui/trunk/libxfce4ui.install

+
 PKGBUILD   |3 +--
 libxfce4ui.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:03 UTC (rev 267108)
+++ PKGBUILD2016-05-07 05:03:06 UTC (rev 267109)
@@ -4,7 +4,7 @@
 
 pkgname=libxfce4ui
 pkgver=4.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Commonly used Xfce widgets among Xfce applications"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -12,7 +12,6 @@
 depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
  'hicolor-icon-theme')
 makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('3d619811bfbe7478bb984c16543d980cadd08586365a7bc25e59e3ca6384ff43')
 

Deleted: libxfce4ui.install
===
--- libxfce4ui.install  2016-05-07 05:03:03 UTC (rev 267108)
+++ libxfce4ui.install  2016-05-07 05:03:06 UTC (rev 267109)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:21
  Author: foutrelis
Revision: 267112

upgpkg: orage 4.12.1-3

Remove install file.

Modified:
  orage/trunk/PKGBUILD
Deleted:
  orage/trunk/orage.install

---+
 PKGBUILD  |3 +--
 orage.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:18 UTC (rev 267111)
+++ PKGBUILD2016-05-07 05:03:21 UTC (rev 267112)
@@ -5,7 +5,7 @@
 
 pkgname=orage
 pkgver=4.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple calendar application with reminders for Xfce"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,6 @@
 makedepends=('intltool')
 conflicts=('xfcalendar')
 replaces=('xfcalendar')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('3cf9aa441ae83c8688865f82217025cdf3ebaa152cce4571777b8c2aa8dd9062')
 

Deleted: orage.install
===
--- orage.install   2016-05-07 05:03:18 UTC (rev 267111)
+++ orage.install   2016-05-07 05:03:21 UTC (rev 267112)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:03:18
  Author: foutrelis
Revision: 267111

upgpkg: mousepad 0.4.0-2

Remove install file.

Modified:
  mousepad/trunk/PKGBUILD
Deleted:
  mousepad/trunk/mousepad.install

--+
 PKGBUILD |3 +--
 mousepad.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 05:03:16 UTC (rev 267110)
+++ PKGBUILD2016-05-07 05:03:18 UTC (rev 267111)
@@ -4,7 +4,7 @@
 
 pkgname=mousepad
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple text editor for Xfce"
 arch=('i686' 'x86_64')
 url=('http://www.xfce.org/')
@@ -12,7 +12,6 @@
 groups=('xfce4-goodies')
 depends=('gtksourceview2' 'dbus-glib' 'dconf' 'desktop-file-utils')
 makedepends=('intltool' 'perl')
-install=$pkgname.install
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132')
 

Deleted: mousepad.install
===
--- mousepad.install2016-05-07 05:03:16 UTC (rev 267110)
+++ mousepad.install2016-05-07 05:03:18 UTC (rev 267111)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 07:02:40
  Author: foutrelis
Revision: 267105

upgpkg: audacious 3.7.2-2

Remove install file.

Modified:
  audacious/trunk/PKGBUILD
Deleted:
  audacious/trunk/audacious.install

---+
 PKGBUILD  |5 ++---
 audacious.install |   14 --
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:39:38 UTC (rev 267104)
+++ PKGBUILD2016-05-07 05:02:40 UTC (rev 267105)
@@ -6,7 +6,7 @@
 
 pkgname=audacious
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/;
@@ -13,12 +13,11 @@
 license=('BSD')
 depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
  'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python2') # for gdbus-codegen
+makedepends=('python') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
 provides=('audacious-player')
 conflicts=('audacious-player')
 replaces=('audacious-player')
-install=$pkgname.install
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
 sha256sums=('04f9eaba4522ce9674e6ed8afc7bd6b5fa9a1e240f8090589fc1874f6659f340')
 

Deleted: audacious.install
===
--- audacious.install   2016-05-07 04:39:38 UTC (rev 267104)
+++ audacious.install   2016-05-07 05:02:40 UTC (rev 267105)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-yesod-form/repos (6 files)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:54:07
  Author: fyan
Revision: 174031

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

Added:
  haskell-yesod-form/repos/community-staging-i686/
  haskell-yesod-form/repos/community-staging-i686/PKGBUILD
(from rev 174030, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-i686/haskell-yesod-form.install
(from rev 174030, haskell-yesod-form/trunk/haskell-yesod-form.install)
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 174030, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-x86_64/haskell-yesod-form.install
(from rev 174030, haskell-yesod-form/trunk/haskell-yesod-form.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-yesod-form.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-yesod-form.install |   18 ++
 4 files changed, 132 insertions(+)

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
174030, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 04:54:07 UTC (rev 174031)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.7.1
+pkgrel=3
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66f1672c7aaec0b4c93f5cfc20593a4fb92d779d90d55ee5ebd1f7ae6a6e8dac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-form/repos/community-staging-i686/haskell-yesod-form.install 
(from rev 174030, haskell-yesod-form/trunk/haskell-yesod-form.install)
===
--- community-staging-i686/haskell-yesod-form.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-form.install   2016-05-07 04:54:07 UTC 
(rev 174031)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-form
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
174030, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 04:54:07 UTC (rev 174031)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 

[arch-commits] Commit in haskell-yesod-form/trunk (PKGBUILD)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:53:38
  Author: fyan
Revision: 174030

upgpkg: haskell-yesod-form 1.4.7.1-3

rebuild with conduit-1.2.6.6, http-conduit-2.1.10.1, resourcet-1.1.7.4, 
socks-0.5.5, tagsoup-0.13.10

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:49:34 UTC (rev 174029)
+++ PKGBUILD2016-05-07 04:53:38 UTC (rev 174030)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:49:34
  Author: fyan
Revision: 174029

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

Added:
  haskell-yaml/repos/community-staging-i686/
  haskell-yaml/repos/community-staging-i686/PKGBUILD
(from rev 174028, haskell-yaml/trunk/PKGBUILD)
  haskell-yaml/repos/community-staging-i686/haskell-yaml.install
(from rev 174028, haskell-yaml/trunk/haskell-yaml.install)
  haskell-yaml/repos/community-staging-x86_64/
  haskell-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 174028, haskell-yaml/trunk/PKGBUILD)
  haskell-yaml/repos/community-staging-x86_64/haskell-yaml.install
(from rev 174028, haskell-yaml/trunk/haskell-yaml.install)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-i686/haskell-yaml.install   |   18 
 community-staging-x86_64/PKGBUILD |   50 
 community-staging-x86_64/haskell-yaml.install |   18 
 4 files changed, 136 insertions(+)

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 174028, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 04:49:34 UTC (rev 174029)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.17.1
+pkgrel=4
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2bec28da3e1041892d0a694d6daf9ba1bdf538b4a3b3ac6b4cd909b0d3b3')
+
+prepare() {
+# Needed only for examples, which won't be built
+sed -i '/raw-strings-qq/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-no-unicode -f-system-libyaml -f-no-exe -fno-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yaml/repos/community-staging-i686/haskell-yaml.install (from 
rev 174028, haskell-yaml/trunk/haskell-yaml.install)
===
--- community-staging-i686/haskell-yaml.install (rev 0)
+++ community-staging-i686/haskell-yaml.install 2016-05-07 04:49:34 UTC (rev 
174029)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yaml
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 174028, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 04:49:34 UTC (rev 174029)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.17.1
+pkgrel=4
+pkgdesc="Support for parsing and rendering YAML documents."

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

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:49:05
  Author: fyan
Revision: 174028

upgpkg: haskell-yaml 0.8.17.1-4

rebuild with conduit-1.2.6.6, http-conduit-2.1.10.1, resourcet-1.1.7.4, 
socks-0.5.5, tagsoup-0.13.10

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:15:33 UTC (rev 174027)
+++ PKGBUILD2016-05-07 04:49:05 UTC (rev 174028)
@@ -5,7 +5,7 @@
 _hkgname=yaml
 pkgname=haskell-yaml
 pkgver=0.8.17.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/;
 license=("custom:BSD3")


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

2016-05-06 Thread Gaetan Bisson
Date: Saturday, May 7, 2016 @ 06:39:38
  Author: bisson
Revision: 267104

fix FS#49175

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:38:29 UTC (rev 267103)
+++ PKGBUILD2016-05-07 04:39:38 UTC (rev 267104)
@@ -15,7 +15,7 @@
 optdepends=('xorg-xauth: X11 forwarding'
 'x11-ssh-askpass: input passphrase in X')
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+source=("http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'sshdgenkeys.service'
 'sshd@.service'
 'sshd.service'


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

2016-05-06 Thread Gaetan Bisson
Date: Saturday, May 7, 2016 @ 06:38:29
  Author: bisson
Revision: 267103

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 267102, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 267102, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 267102, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 267102, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 267102, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 267102, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 267102, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 267102, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   62 --
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   62 --
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 162 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 04:37:19 UTC (rev 267102)
+++ extra-i686/PKGBUILD 2016-05-07 04:38:29 UTC (rev 267103)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.15
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('5c32aff6ea3f031de5802a39a222efd7e4b1bafd' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 267102, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 04:38:29 UTC (rev 267103)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.15
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 

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

2016-05-06 Thread Gaetan Bisson
Date: Saturday, May 7, 2016 @ 06:37:19
  Author: bisson
Revision: 267102

implement FS#49245

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:15:37 UTC (rev 267101)
+++ PKGBUILD2016-05-07 04:37:19 UTC (rev 267102)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
  'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
 makedepends=('boost' 'doxygen')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
@@ -39,6 +39,7 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+   --enable-cdio-paranoia \
--enable-libmpdclient \
--enable-jack \
--enable-soundcloud \


[arch-commits] Commit in haskell-yesod-persistent/repos (6 files)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:15:33
  Author: fyan
Revision: 174027

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

Added:
  haskell-yesod-persistent/repos/community-staging-i686/
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 174026, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
(from rev 174026, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 174026, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-x86_64/haskell-yesod-persistent.install
(from rev 174026, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-yesod-persistent.install   |   18 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-yesod-persistent.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 174026, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 04:15:33 UTC (rev 174027)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.5
+pkgrel=3
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e5ad890ca4d4c0499ae08e5e1e294f4c1435e9395ba1ba9bb3acf3982eb8d2c2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
 (from rev 174026, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
===
--- community-staging-i686/haskell-yesod-persistent.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-persistent.install 2016-05-07 
04:15:33 UTC (rev 174027)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 174026, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 04:15:33 UTC (rev 174027)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent

[arch-commits] Commit in xfce4-weather-plugin/trunk (2 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 06:15:27
  Author: foutrelis
Revision: 267100

upgpkg: xfce4-weather-plugin 0.8.7-1

- New upstream release.
- Remove install file.

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD
Deleted:
  xfce4-weather-plugin/trunk/xfce4-weather-plugin.install

--+
 PKGBUILD |7 +++
 xfce4-weather-plugin.install |   13 -
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:07:42 UTC (rev 267099)
+++ PKGBUILD2016-05-07 04:15:27 UTC (rev 267100)
@@ -3,7 +3,7 @@
 # Contributor: Suzy Williams 
 
 pkgname=xfce4-weather-plugin
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="A weather plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -12,9 +12,8 @@
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('927c3b2c699208d63b2baf469b74c8c0dfcb98006ca9f80d75e7aec62658e6fa')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Deleted: xfce4-weather-plugin.install
===
--- xfce4-weather-plugin.install2016-05-07 04:07:42 UTC (rev 267099)
+++ xfce4-weather-plugin.install2016-05-07 04:15:27 UTC (rev 267100)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-yesod-persistent/trunk (PKGBUILD)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:15:05
  Author: fyan
Revision: 174026

upgpkg: haskell-yesod-persistent 1.4.0.5-3

rebuild with conduit-1.2.6.6, http-conduit-2.1.10.1, resourcet-1.1.7.4, 
socks-0.5.5, tagsoup-0.13.10

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:06:45 UTC (rev 174025)
+++ PKGBUILD2016-05-07 04:15:05 UTC (rev 174026)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in xfce4-weather-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 06:15:37
  Author: foutrelis
Revision: 267101

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

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 267100, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267100, xfce4-weather-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   38 --
 extra-i686/xfce4-weather-plugin.install   |   13 
 extra-x86_64/PKGBUILD |   38 --
 extra-x86_64/xfce4-weather-plugin.install |   13 
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-07 04:15:27 UTC (rev 267100)
+++ extra-i686/PKGBUILD 2016-05-07 04:15:37 UTC (rev 267101)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('927c3b2c699208d63b2baf469b74c8c0dfcb98006ca9f80d75e7aec62658e6fa')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---disable-upower
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 267100, 
xfce4-weather-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 04:15:37 UTC (rev 267101)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Suzy Williams 
+
+pkgname=xfce4-weather-plugin
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="A weather plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--disable-upower
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-weather-plugin.install
===
--- extra-i686/xfce4-weather-plugin.install 2016-05-07 04:15:27 UTC (rev 
267100)
+++ extra-i686/xfce4-weather-plugin.install 2016-05-07 04:15:37 UTC (rev 
267101)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-07 04:15:27 UTC (rev 267100)
+++ extra-x86_64/PKGBUILD   2016-05-07 04:15:37 UTC (rev 267101)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Suzy Williams 
-
-pkgname=xfce4-weather-plugin
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)

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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 06:07:31
  Author: foutrelis
Revision: 267098

upgpkg: dialog 1:1.3_20160424-1

New upstream release.

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 03:23:34 UTC (rev 267097)
+++ PKGBUILD2016-05-07 04:07:31 UTC (rev 267098)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=dialog
-pkgver=1.3_20160209
+pkgver=1.3_20160424
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -15,7 +15,7 @@
 depends=('sh' 'ncurses')
 provides=('libdialog.so')
 source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('0314f7f2195edc58e7567a024dc1d658c2f8ea732796d8fa4b4927df49803f87')
+sha256sums=('47f5870876e778aa2902f2e91b4070418d4651b647e1a67a94127cb8aab5b5eb')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"


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

2016-05-06 Thread Evangelos Foutras
Date: Saturday, May 7, 2016 @ 06:07:42
  Author: foutrelis
Revision: 267099

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

Added:
  dialog/repos/testing-i686/
  dialog/repos/testing-i686/PKGBUILD
(from rev 267098, dialog/trunk/PKGBUILD)
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 267098, dialog/trunk/PKGBUILD)

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

Copied: dialog/repos/testing-i686/PKGBUILD (from rev 267098, 
dialog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-07 04:07:42 UTC (rev 267099)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.3_20160424
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('47f5870876e778aa2902f2e91b4070418d4651b647e1a67a94127cb8aab5b5eb')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--enable-nls \
+--with-libtool \
+--with-ncursesw
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 267098, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-07 04:07:42 UTC (rev 267099)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.3_20160424
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('47f5870876e778aa2902f2e91b4070418d4651b647e1a67a94127cb8aab5b5eb')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--enable-nls \
+--with-libtool \
+--with-ncursesw
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-xss-sanitize/trunk (PKGBUILD)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:06:16
  Author: fyan
Revision: 174024

upgpkg: haskell-xss-sanitize 0.3.5.7-2

rebuild with conduit-1.2.6.6, http-conduit-2.1.10.1, resourcet-1.1.7.4, 
socks-0.5.5, tagsoup-0.13.10

Modified:
  haskell-xss-sanitize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:05:00 UTC (rev 174023)
+++ PKGBUILD2016-05-07 04:06:16 UTC (rev 174024)
@@ -5,7 +5,7 @@
 _hkgname=xss-sanitize
 pkgname=haskell-xss-sanitize
 pkgver=0.3.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc="sanitize untrusted HTML to prevent XSS attacks"
 url="http://github.com/yesodweb/haskell-xss-sanitize;
 license=("custom:BSD2")


[arch-commits] Commit in haskell-xss-sanitize/repos (6 files)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:06:45
  Author: fyan
Revision: 174025

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

Added:
  haskell-xss-sanitize/repos/community-staging-i686/
  haskell-xss-sanitize/repos/community-staging-i686/PKGBUILD
(from rev 174024, haskell-xss-sanitize/trunk/PKGBUILD)
  haskell-xss-sanitize/repos/community-staging-i686/haskell-xss-sanitize.install
(from rev 174024, haskell-xss-sanitize/trunk/haskell-xss-sanitize.install)
  haskell-xss-sanitize/repos/community-staging-x86_64/
  haskell-xss-sanitize/repos/community-staging-x86_64/PKGBUILD
(from rev 174024, haskell-xss-sanitize/trunk/PKGBUILD)
  
haskell-xss-sanitize/repos/community-staging-x86_64/haskell-xss-sanitize.install
(from rev 174024, haskell-xss-sanitize/trunk/haskell-xss-sanitize.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-xss-sanitize.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-xss-sanitize.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-xss-sanitize/repos/community-staging-i686/PKGBUILD (from rev 
174024, haskell-xss-sanitize/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 04:06:45 UTC (rev 174025)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xss-sanitize
+pkgname=haskell-xss-sanitize
+pkgver=0.3.5.7
+pkgrel=2
+pkgdesc="sanitize untrusted HTML to prevent XSS attacks"
+url="http://github.com/yesodweb/haskell-xss-sanitize;
+license=("custom:BSD2")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-css-text" 
"haskell-network-uri"
+ "haskell-tagsoup" "haskell-text" "haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('955856413e70375c794766d04ac9ab7f0d3337dbb04a412c9b7ff5c415acac00')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-xss-sanitize/repos/community-staging-i686/haskell-xss-sanitize.install 
(from rev 174024, haskell-xss-sanitize/trunk/haskell-xss-sanitize.install)
===
--- community-staging-i686/haskell-xss-sanitize.install 
(rev 0)
+++ community-staging-i686/haskell-xss-sanitize.install 2016-05-07 04:06:45 UTC 
(rev 174025)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xss-sanitize
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-xss-sanitize/repos/community-staging-x86_64/PKGBUILD (from rev 
174024, haskell-xss-sanitize/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 04:06:45 UTC (rev 174025)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xss-sanitize
+pkgname=haskell-xss-sanitize
+pkgver=0.3.5.7
+pkgrel=2
+pkgdesc="sanitize untrusted HTML to prevent XSS attacks"

[arch-commits] Commit in haskell-tagstream-conduit/repos (6 files)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:05:00
  Author: fyan
Revision: 174023

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

Added:
  haskell-tagstream-conduit/repos/community-staging-i686/
  haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD
(from rev 174022, haskell-tagstream-conduit/trunk/PKGBUILD)
  
haskell-tagstream-conduit/repos/community-staging-i686/haskell-tagstream-conduit.install
(from rev 174022, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)
  haskell-tagstream-conduit/repos/community-staging-x86_64/
  haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 174022, haskell-tagstream-conduit/trunk/PKGBUILD)
  
haskell-tagstream-conduit/repos/community-staging-x86_64/haskell-tagstream-conduit.install
(from rev 174022, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)

+
 community-staging-i686/PKGBUILD|   45 +++
 community-staging-i686/haskell-tagstream-conduit.install   |   18 
 community-staging-x86_64/PKGBUILD  |   45 +++
 community-staging-x86_64/haskell-tagstream-conduit.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-tagstream-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 174022, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 04:05:00 UTC (rev 174023)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=24
+pkgdesc="Streamlined html tag parser"
+url="http://github.com/yihuang/tagstream-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default" "haskell-resourcet" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-tagstream-conduit/repos/community-staging-i686/haskell-tagstream-conduit.install
 (from rev 174022, 
haskell-tagstream-conduit/trunk/haskell-tagstream-conduit.install)
===
--- community-staging-i686/haskell-tagstream-conduit.install
(rev 0)
+++ community-staging-i686/haskell-tagstream-conduit.install2016-05-07 
04:05:00 UTC (rev 174023)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagstream-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 174022, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 04:05:00 UTC (rev 174023)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell 

[arch-commits] Commit in haskell-tagstream-conduit/trunk (PKGBUILD)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:04:31
  Author: fyan
Revision: 174022

upgpkg: haskell-tagstream-conduit 0.5.5.3-24

rebuild with conduit-1.2.6.6, http-conduit-2.1.10.1, resourcet-1.1.7.4, 
socks-0.5.5, tagsoup-0.13.10

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 04:03:14 UTC (rev 174021)
+++ PKGBUILD2016-05-07 04:04:31 UTC (rev 174022)
@@ -5,7 +5,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=23
+pkgrel=24
 pkgdesc="Streamlined html tag parser"
 url="http://github.com/yihuang/tagstream-conduit;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-http-conduit/repos (6 files)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:03:14
  Author: fyan
Revision: 174021

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 174020, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install
(from rev 174020, haskell-http-conduit/trunk/haskell-http-conduit.install)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 174020, haskell-http-conduit/trunk/PKGBUILD)
  
haskell-http-conduit/repos/community-staging-x86_64/haskell-http-conduit.install
(from rev 174020, haskell-http-conduit/trunk/haskell-http-conduit.install)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/haskell-http-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/haskell-http-conduit.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
174020, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 04:03:14 UTC (rev 174021)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.10.1
+pkgrel=1
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('36ebae73f7bf984e1062aa6079b935069b49a5b3811ea935194c0cecb8de815f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install 
(from rev 174020, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2016-05-07 04:03:14 UTC 
(rev 174021)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
174020, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 04:03:14 UTC (rev 174021)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit

[arch-commits] Commit in haskell-http-conduit/trunk (PKGBUILD)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 06:02:46
  Author: fyan
Revision: 174020

upgpkg: haskell-http-conduit 2.1.10.1-1

rebuild with conduit-1.2.6.6, http-conduit-2.1.10.1, resourcet-1.1.7.4, 
socks-0.5.5, tagsoup-0.13.10

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 03:22:16 UTC (rev 174019)
+++ PKGBUILD2016-05-07 04:02:46 UTC (rev 174020)
@@ -4,8 +4,8 @@
 
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
-pkgver=2.1.10
-pkgrel=3
+pkgver=2.1.10.1
+pkgrel=1
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('eb68fc0f012f177e6883f042bb2455317ea2b1961dbfeff87d122b0b24f9275f')
+sha256sums=('36ebae73f7bf984e1062aa6079b935069b49a5b3811ea935194c0cecb8de815f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 05:21:40
  Author: fyan
Revision: 174011

archrelease: copy trunk to community-any

Added:
  pastebinit/repos/community-any/PKGBUILD
(from rev 174010, pastebinit/trunk/PKGBUILD)
Deleted:
  pastebinit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 03:21:31 UTC (rev 174010)
+++ PKGBUILD2016-05-07 03:21:40 UTC (rev 174011)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgname=pastebinit
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Send anything you want directly to a pastebin from the command line"
-arch=('any')
-url="http://launchpad.net/pastebinit;
-license=("GPL")
-depends=("python")
-makedepends=("asciidoc")
-source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
 
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
-  install -m 755 pastebinit "$pkgdir"/usr/bin
-
-  cp -a pastebin.d "$pkgdir"/usr/share
-  a2x -f manpage pastebinit.xml
-  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
-
-  cd po
-  make
-  cp -a mo/* "$pkgdir"/usr/share/locale
-}
-
-sha512sums=('1337c4fce52949afded095d683eb088f0cc796aab9093a8843ec4cbc5cbe63ef626f875ff5fda2a95847e346deecce3195e20e46c84c28d04004e2fde6788c2e')

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 174010, 
pastebinit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 03:21:40 UTC (rev 174011)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=pastebinit
+pkgver=1.5
+pkgrel=1
+pkgdesc="Send anything you want directly to a pastebin from the command line"
+arch=('any')
+url="http://launchpad.net/pastebinit;
+license=("GPL")
+depends=("python")
+makedepends=("asciidoc")
+source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
 
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit "$pkgdir"/usr/bin
+
+  cp -a pastebin.d "$pkgdir"/usr/share
+  a2x -f manpage pastebinit.xml
+  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
+
+  cd po
+  make
+  cp -a mo/* "$pkgdir"/usr/share/locale
+}
+
+sha512sums=('47eb785fbea1089ad3dd80ec7f481c553da2599a6fb3c47f0bb0c3c776a79331c63e38d4c0494253571b40c9808dbeeed62d14048e328d8562ca536bd0815986')


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

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 05:21:18
  Author: fyan
Revision: 174008

upgpkg: pastebinit 1.5-1

Modified:
  pastebinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 03:21:11 UTC (rev 174007)
+++ PKGBUILD2016-05-07 03:21:18 UTC (rev 174008)
@@ -3,7 +3,7 @@
 # Contributor: Francois Boulogne 
 
 pkgname=pastebinit
-pkgver=1.4.1
+pkgver=1.5
 pkgrel=1
 pkgdesc="Send anything you want directly to a pastebin from the command line"
 arch=('any')
@@ -27,4 +27,4 @@
   cp -a mo/* "$pkgdir"/usr/share/locale
 }
 
-sha512sums=('1337c4fce52949afded095d683eb088f0cc796aab9093a8843ec4cbc5cbe63ef626f875ff5fda2a95847e346deecce3195e20e46c84c28d04004e2fde6788c2e')
+sha512sums=('47eb785fbea1089ad3dd80ec7f481c553da2599a6fb3c47f0bb0c3c776a79331c63e38d4c0494253571b40c9808dbeeed62d14048e328d8562ca536bd0815986')


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

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 05:21:11
  Author: fyan
Revision: 174007

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

Added:
  haskell-tagsoup/repos/community-staging-i686/
  haskell-tagsoup/repos/community-staging-i686/PKGBUILD
(from rev 174006, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install
(from rev 174006, haskell-tagsoup/trunk/haskell-tagsoup.install)
  haskell-tagsoup/repos/community-staging-x86_64/
  haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD
(from rev 174006, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-x86_64/haskell-tagsoup.install
(from rev 174006, haskell-tagsoup/trunk/haskell-tagsoup.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-tagsoup.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-tagsoup.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-tagsoup/repos/community-staging-i686/PKGBUILD (from rev 174006, 
haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-07 03:21:11 UTC (rev 174007)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.10
+pkgrel=1
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ac838eeed18118423220716855c2bfd71dcc4a7a455893d8c4ad627828f57d58')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-download -f-testprog
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install 
(from rev 174006, haskell-tagsoup/trunk/haskell-tagsoup.install)
===
--- community-staging-i686/haskell-tagsoup.install  
(rev 0)
+++ community-staging-i686/haskell-tagsoup.install  2016-05-07 03:21:11 UTC 
(rev 174007)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagsoup
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD (from rev 
174006, haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-07 03:21:11 UTC (rev 174007)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.10
+pkgrel=1
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')

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

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 05:20:43
  Author: fyan
Revision: 174006

upgpkg: haskell-tagsoup 0.13.10-1

rebuild with conduit-1.2.6.6, http-conduit-2.1.10.1, resourcet-1.1.7.4, 
socks-0.5.5, tagsoup-0.13.10

Modified:
  haskell-tagsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-07 03:13:16 UTC (rev 174005)
+++ PKGBUILD2016-05-07 03:20:43 UTC (rev 174006)
@@ -4,8 +4,8 @@
 
 _hkgname=tagsoup
 pkgname=haskell-tagsoup
-pkgver=0.13.9
-pkgrel=2
+pkgver=0.13.10
+pkgrel=1
 pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
 url="http://community.haskell.org/~ndm/tagsoup/;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('9369bacfa156a96985c7b06180b4aacf73635ae356e617eb9f72af9757569721')
+sha256sums=('ac838eeed18118423220716855c2bfd71dcc4a7a455893d8c4ad627828f57d58')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


  1   2   3   >