[arch-commits] Commit in xfdesktop/repos/extra-x86_64 (8 files)

2012-11-05 Thread Evangelos Foutras
Date: Monday, November 5, 2012 @ 17:36:26
  Author: foutrelis
Revision: 170238

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/PKGBUILD
(from rev 170237, xfdesktop/trunk/PKGBUILD)
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
(from rev 170237, xfdesktop/trunk/add-backgrounds-xfce-to-search-path.patch)
  xfdesktop/repos/extra-x86_64/avoid-duplicating-volume-icons.patch
(from rev 170237, xfdesktop/trunk/avoid-duplicating-volume-icons.patch)
  xfdesktop/repos/extra-x86_64/xfdesktop.install
(from rev 170237, xfdesktop/trunk/xfdesktop.install)
Deleted:
  xfdesktop/repos/extra-x86_64/PKGBUILD
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
  xfdesktop/repos/extra-x86_64/implement-paste-on-desktop.patch
  xfdesktop/repos/extra-x86_64/xfdesktop.install

---+
 PKGBUILD  |  104 ++--
 add-backgrounds-xfce-to-search-path.patch |   72 
 avoid-duplicating-volume-icons.patch  |   29 +++
 implement-paste-on-desktop.patch  |  236 
 xfdesktop.install |   26 +--
 5 files changed, 133 insertions(+), 334 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-05 22:36:08 UTC (rev 170237)
+++ PKGBUILD2012-11-05 22:36:26 UTC (rev 170238)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfdesktop
-pkgver=4.10.0
-pkgrel=3
-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')
-options=('!libtool')
-install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
-add-backgrounds-xfce-to-search-path.patch)
-sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
-'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Add backgrounds/xfce/ to the single image list in the settings app
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
-  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---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-x86_64/PKGBUILD (from rev 170237, 
xfdesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-05 22:36:26 UTC (rev 170238)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfdesktop
+pkgver=4.10.0
+pkgrel=4
+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')
+options=('!libtool')
+install=xfdesktop.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+add-backgrounds-xfce-to-search-path.patch
+avoid-duplicating-volume-icons.patch)
+sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
+'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5'
+'f2ad30fe8fed9e2f5a65c214f03b65353527d285a4ea0ec22a1feac5c452446b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Add backgrounds/xfce/ to the single image list in the settings app
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
+  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
+
+  # Workaround for GVFS 1.14.0 which emits volume-added signals for
+  # pre-existing volumes.
+  patch -Np1 -i $srcdir/avoid-duplicating-volume-icons.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--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: add-backgrounds-xfce-to-search-path.patch
===
--- add-backgrounds-xfce-to-search-path.patch  

[arch-commits] Commit in xfdesktop/repos/extra-x86_64 (8 files)

2012-05-01 Thread Evangelos Foutras
Date: Tuesday, May 1, 2012 @ 15:51:23
  Author: foutrelis
Revision: 158046

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/PKGBUILD
(from rev 158045, xfdesktop/trunk/PKGBUILD)
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
(from rev 158045, xfdesktop/trunk/add-backgrounds-xfce-to-search-path.patch)
  xfdesktop/repos/extra-x86_64/implement-paste-on-desktop.patch
(from rev 158045, xfdesktop/trunk/implement-paste-on-desktop.patch)
  xfdesktop/repos/extra-x86_64/xfdesktop.install
(from rev 158045, xfdesktop/trunk/xfdesktop.install)
Deleted:
  xfdesktop/repos/extra-x86_64/PKGBUILD
  xfdesktop/repos/extra-x86_64/add-backgrounds-xfce-to-search-path.patch
  xfdesktop/repos/extra-x86_64/implement-paste-on-desktop.patch
  xfdesktop/repos/extra-x86_64/xfdesktop.install

---+
 PKGBUILD  |   99 ++---
 add-backgrounds-xfce-to-search-path.patch |   72 ++--
 implement-paste-on-desktop.patch  |  472 ++--
 xfdesktop.install |   26 -
 4 files changed, 334 insertions(+), 335 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-01 19:51:04 UTC (rev 158045)
+++ PKGBUILD2012-05-01 19:51:23 UTC (rev 158046)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-
-pkgname=xfdesktop
-pkgver=4.10.0
-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' 'xfce4-panel')
-optdepends=('xfce4-panel: panel menu plugin')
-conflicts=('xfce4-menueditor')
-replaces=('xfce4-menueditor')
-options=('!libtool')
-install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
-add-backgrounds-xfce-to-search-path.patch)
-sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
-'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Add backgrounds/xfce/ to the single image list in the settings app
-  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
-  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---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-x86_64/PKGBUILD (from rev 158045, 
xfdesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-01 19:51:23 UTC (rev 158046)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfdesktop
+pkgver=4.10.0
+pkgrel=3
+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')
+options=('!libtool')
+install=xfdesktop.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+add-backgrounds-xfce-to-search-path.patch)
+sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
+'fcb27e24abfd50cfe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Add backgrounds/xfce/ to the single image list in the settings app
+  # https://bugzilla.xfce.org/show_bug.cgi?id=8799
+  patch -Np1 -i $srcdir/add-backgrounds-xfce-to-search-path.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--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: add-backgrounds-xfce-to-search-path.patch
===
--- add-backgrounds-xfce-to-search-path.patch   2012-05-01 19:51:04 UTC (rev 
158045)
+++ add-backgrounds-xfce-to-search-path.patch   2012-05-01 19:51:23 UTC (rev 
158046)
@@ -1,36 +0,0 @@
-@@ -, +, @@ 
- settings app. (Bug #8799)

- settings/main.c |   14 ++
- 1 file changed, 14 insertions(+)
 a/settings/main.c  
-+++