[arch-commits] Commit in xfce4-panel/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-04-28 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 28, 2020 @ 12:54:35
  Author: foutrelis
Revision: 381786

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 381785, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-28 12:54:26 UTC (rev 381785)
+++ PKGBUILD2020-04-28 12:54:35 UTC (rev 381786)
@@ -1,41 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.14.3
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ef22324d26e5af735134bb10f85b6e16525ac9f48be8d2f6b634142fbfcabbc9')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-x86_64/PKGBUILD (from rev 381785, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-28 12:54:35 UTC (rev 381786)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.14.4
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8e5ea79412ba84cfada897ff309cbe2cd4aca16b9bd4f93df060229528576fd5')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-panel/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-12 Thread Evangelos Foutras via arch-commits
Date: Sunday, January 12, 2020 @ 23:19:31
  Author: foutrelis
Revision: 373399

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 373398, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-12 23:19:21 UTC (rev 373398)
+++ PKGBUILD2020-01-12 23:19:31 UTC (rev 373399)
@@ -1,41 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.14.1
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-x86_64/PKGBUILD (from rev 373398, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-12 23:19:31 UTC (rev 373399)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.14.3
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ef22324d26e5af735134bb10f85b6e16525ac9f48be8d2f6b634142fbfcabbc9')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-panel/repos/extra-x86_64 (3 files)

2019-09-26 Thread Evangelos Foutras via arch-commits
Date: Thursday, September 26, 2019 @ 06:53:12
  Author: foutrelis
Revision: 363432

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 363431, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
  xfce4-panel/repos/extra-x86_64/systray-fix-icons-without-compositing.patch

-+
 PKGBUILD|   87 --
 systray-fix-icons-without-compositing.patch |   76 --
 2 files changed, 41 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-26 06:53:08 UTC (rev 363431)
+++ PKGBUILD2019-09-26 06:53:12 UTC (rev 363432)
@@ -1,46 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.14.0
-pkgrel=2
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-systray-fix-icons-without-compositing.patch)
-sha256sums=('d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4'
-'684d223dac553d007983ae34b359e198b1b7b4f0b88e8b621654d04ea1060a24')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=14577
-  patch -Np1 -i ../systray-fix-icons-without-compositing.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-x86_64/PKGBUILD (from rev 363431, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-26 06:53:12 UTC (rev 363432)
@@ -0,0 +1,41 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.14.1
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9c3c78b49ddfac7d42a804e6a6ad9d22ad64ec60bbe17d8724bc52d3e3f6d114')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: systray-fix-icons-without-compositing.patch
===
--- systray-fix-icons-without-compositing.patch 2019-09-26 06:53:08 UTC (rev 
363431)
+++ systray-fix-icons-without-compositing.patch 2019-09-26 06:53:12 UTC (rev 
363432)
@@ -1,76 +0,0 @@
-From f6f70cce417fd2982c2ce6f01016ed01deb6a9ae Mon Sep 17 00:00:00 2001
-From: "Ivan A. Melnikov" 
-Date: Mon, 23 Sep 2019 16:18:10 +0400
-Subject: systray: Fix icons without compositing (Bug #14577)
-
-Wrapper window uses RGBA visual when it's available;
-systray manager should try to do the same for
-the transparent or parent-relative background to work.
-
-That means that the manager and icons will work with
-RGBA visual even if the screen is not compositing; so
-we should always force-redraw the icons.
-
-Refs: https://bugzilla.xfce.org/show_bug.cgi?id=14577
-Signed-off-by: Ivan A. Melnikov 

- plugins/systray/systray-manager.c | 10 ++
- plugins/systray/systray.c | 10 --
- 2 files changed, 6 insertions(+), 14 deletions(-)
-
-diff --git a/plugins/systray/systray-manager.c 
b/plugins/systray/systray-manager.c
-index 68836554..4915649c 100644
 a/plugins/systray/systray-manager.c
-+++ b/plugins/systray/systray-manager.c
-@@ -751,6 +751,7 @@ static void
- systray_manager_set_visual (SystrayManager *manager)
- {
-   GdkDisplay  *display;
-+  GdkVisual   *visual;
-   Visual  *xvisual;
-   Atom visual_atom;
-   gulong   data[1];
-@@ -768,11 +769,12 @@ systray_manager_set_visual (SystrayManager *manager)
-   visual_atom = gdk_x11_get_xatom_by_name_for_display (display,
-   

[arch-commits] Commit in xfce4-panel/repos/extra-x86_64 (3 files)

2019-09-24 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 24, 2019 @ 08:56:25
  Author: foutrelis
Revision: 363327

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 363326, xfce4-panel/trunk/PKGBUILD)
  xfce4-panel/repos/extra-x86_64/systray-fix-icons-without-compositing.patch
(from rev 363326, 
xfce4-panel/trunk/systray-fix-icons-without-compositing.patch)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   83 ++
 systray-fix-icons-without-compositing.patch |   76 +++
 2 files changed, 122 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-24 08:56:21 UTC (rev 363326)
+++ PKGBUILD2019-09-24 08:56:25 UTC (rev 363327)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.14.0
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-x86_64/PKGBUILD (from rev 363326, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-24 08:56:25 UTC (rev 363327)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.14.0
+pkgrel=2
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+systray-fix-icons-without-compositing.patch)
+sha256sums=('d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4'
+'684d223dac553d007983ae34b359e198b1b7b4f0b88e8b621654d04ea1060a24')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=14577
+  patch -Np1 -i ../systray-fix-icons-without-compositing.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
xfce4-panel/repos/extra-x86_64/systray-fix-icons-without-compositing.patch 
(from rev 363326, xfce4-panel/trunk/systray-fix-icons-without-compositing.patch)
===
--- systray-fix-icons-without-compositing.patch (rev 0)
+++ systray-fix-icons-without-compositing.patch 2019-09-24 08:56:25 UTC (rev 
363327)
@@ -0,0 +1,76 @@
+From f6f70cce417fd2982c2ce6f01016ed01deb6a9ae Mon Sep 17 00:00:00 2001
+From: "Ivan A. Melnikov" 
+Date: Mon, 23 Sep 2019 16:18:10 +0400
+Subject: systray: Fix icons without compositing (Bug #14577)
+
+Wrapper window uses RGBA visual when it's available;
+systray manager should try to do the same for
+the transparent or parent-relative background to work.
+
+That means that the manager and icons will work with
+RGBA visual even if the screen is not compositing; so
+we should always force-redraw the icons.
+
+Refs: https://bugzilla.xfce.org/show_bug.cgi?id=14577
+Signed-off-by: Ivan A. Melnikov 
+---
+ plugins/systray/systray-manager.c | 10 ++
+ plugins/systray/systray.c | 10 --
+ 2 files changed, 6 insertions(+), 14 deletions(-)
+
+diff --git a/plugins/systray/systray-manager.c 
b/plugins/systray/systray-manager.c
+index 68836554..4915649c 100644
+--- a/plugins/systray/systray-manager.c
 b/plugins/systray/systray-manager.c
+@@ -751,6 +751,7 @@ static void
+ systray_manager_set_visual (SystrayManager *manager)
+ {
+   GdkDisplay  *display;
++  GdkVisual   *visual;
+   Visual  *xvisual;
+   Atom visual_atom;
+   gulong   data[1];
+@@ -768,11 +769,12 

[arch-commits] Commit in xfce4-panel/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 14, 2017 @ 04:25:09
  Author: foutrelis
Revision: 312372

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 312371, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 04:24:57 UTC (rev 312371)
+++ PKGBUILD2017-12-14 04:25:09 UTC (rev 312372)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.12.1
-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')
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('93d58b80cca9c9eb58adb281bc75404df7cf6cae89f7f98bb9f38690009aa2e8')
-
-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-x86_64/PKGBUILD (from rev 312371, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 04:25:09 UTC (rev 312372)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.12.2
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('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=('42058abb81b8f87691d3999627447de71c3285bcf055f308aab5cefab2de0ce9')
+
+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:


[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-06-22 Thread andyrtr
Date: Wednesday, June 22, 2011 @ 11:48:55
  Author: andyrtr
Revision: 128304

archrelease: remove extra-x86_64

Deleted:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-06-22 Thread andyrtr
Date: Wednesday, June 22, 2011 @ 11:49:11
  Author: andyrtr
Revision: 128305

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 16:01:15
  Author: andyrtr
Revision: 127916

archrelease: remove extra-x86_64

Deleted:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-06-19 Thread andyrtr
Date: Sunday, June 19, 2011 @ 16:01:33
  Author: andyrtr
Revision: 127917

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-04-07 Thread andyrtr
Date: Thursday, April 7, 2011 @ 12:19:02
  Author: andyrtr
Revision: 118501

archrelease: remove extra-x86_64

Deleted:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-04-07 Thread andyrtr
Date: Thursday, April 7, 2011 @ 12:19:20
  Author: andyrtr
Revision: 118502

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-02-27 Thread andyrtr
Date: Sunday, February 27, 2011 @ 13:09:53
  Author: andyrtr
Revision: 111570

archrelease: remove extra-x86_64

Deleted:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-02-27 Thread andyrtr
Date: Sunday, February 27, 2011 @ 13:10:14
  Author: andyrtr
Revision: 111571

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-01-30 Thread andyrtr
Date: Sunday, January 30, 2011 @ 12:24:44
  Author: andyrtr
Revision: 108276

archrelease: remove extra-x86_64

Deleted:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-01-30 Thread andyrtr
Date: Sunday, January 30, 2011 @ 12:25:03
  Author: andyrtr
Revision: 108277

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:00:38
  Author: andyrtr
Revision: 106515

db-move: xfce4-panel removed by andyrtr for move to [extra] (x86_64)

Deleted:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64 testing-x86_64)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:00:41
  Author: andyrtr
Revision: 106516

db-move: moved xfce4-panel from [testing] to [extra] (x86_64)

Added:
  xfce4-panel/repos/extra-x86_64/
Deleted:
  xfce4-panel/repos/testing-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64)

2010-05-22 Thread andyrtr
Date: Saturday, May 22, 2010 @ 09:45:51
  Author: andyrtr
Revision: 80834

archrelease: remove extra-x86_64

Deleted:
  xfce4-panel/repos/extra-x86_64/



[arch-commits] Commit in xfce4-panel/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-02 Thread andyrtr
Date: Saturday, January 2, 2010 @ 17:55:48
  Author: andyrtr
Revision: 62125

Merged revisions 62123 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xfce4-panel/trunk


  r62123 | andyrtr | 2010-01-02 23:53:52 +0100 (Sa, 02 Jan 2010) | 2 lines
  
  upgpkg: xfce4-panel 4.6.3-1
  new version 4.6.3


Modified:
  xfce4-panel/repos/extra-x86_64/   (properties)
  xfce4-panel/repos/extra-x86_64/PKGBUILD

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


Property changes on: xfce4-panel/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /xfce4-panel/trunk:1-55923
   + /xfce4-panel/trunk:1-62124

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-02 22:54:42 UTC (rev 62124)
+++ extra-x86_64/PKGBUILD   2010-01-02 22:55:48 UTC (rev 62125)
@@ -2,19 +2,19 @@
 # Maintainer: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-panel
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc=Panel for the Xfce desktop environment
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=(libxfcegui4=4.6.1 'exo=0.3.104' 'libwnck' 'hicolor-icon-theme')
+depends=(libxfcegui4=4.6.1 'exo=0.3.106' 'libwnck' 'hicolor-icon-theme')
 makedepends=('pkgconfig' xfconf=4.6.1 'intltool')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('88352816c84cbea57121b0c478976976')
+md5sums=('0b715abb929220f136483ccd7303ff62')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}