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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:18:08 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:18:08
  Author: foutrelis
Revision: 232228

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

Added:
  libxfcegui4/repos/staging-i686/PKGBUILD
    (from rev 232227, libxfcegui4/trunk/PKGBUILD)
  libxfcegui4/repos/staging-i686/libxfcegui4-4.10.0-no-xfce_setenv.patch
    (from rev 232227, libxfcegui4/trunk/libxfcegui4-4.10.0-no-xfce_setenv.patch)
  libxfcegui4/repos/staging-i686/libxfcegui4.install
    (from rev 232227, libxfcegui4/trunk/libxfcegui4.install)
  libxfcegui4/repos/staging-x86_64/PKGBUILD
    (from rev 232227, libxfcegui4/trunk/PKGBUILD)
  libxfcegui4/repos/staging-x86_64/libxfcegui4-4.10.0-no-xfce_setenv.patch
    (from rev 232227, libxfcegui4/trunk/libxfcegui4-4.10.0-no-xfce_setenv.patch)
  libxfcegui4/repos/staging-x86_64/libxfcegui4.install
    (from rev 232227, libxfcegui4/trunk/libxfcegui4.install)
Deleted:
  libxfcegui4/repos/staging-i686/PKGBUILD
  libxfcegui4/repos/staging-i686/libxfcegui4.install
  libxfcegui4/repos/staging-x86_64/PKGBUILD
  libxfcegui4/repos/staging-x86_64/libxfcegui4.install

--------------------------------------------------------+
 /PKGBUILD                                              |   92 +++++++++++++++
 /libxfcegui4.install                                   |   26 ++++
 staging-i686/PKGBUILD                                  |   37 ------
 staging-i686/libxfcegui4-4.10.0-no-xfce_setenv.patch   |   14 ++
 staging-i686/libxfcegui4.install                       |   13 --
 staging-x86_64/PKGBUILD                                |   37 ------
 staging-x86_64/libxfcegui4-4.10.0-no-xfce_setenv.patch |   14 ++
 staging-x86_64/libxfcegui4.install                     |   13 --
 8 files changed, 146 insertions(+), 100 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2015-03-01 11:17:55 UTC (rev 232227)
+++ staging-i686/PKGBUILD	2015-03-01 11:18:08 UTC (rev 232228)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=libxfcegui4
-pkgver=4.10.0
-pkgrel=3
-pkgdesc="Various Gtk widgets for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
-license=('GPL2')
-depends=('startup-notification' 'xfconf' 'libglade' 'libsm'
-         'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533')
-
-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: libxfcegui4/repos/staging-i686/PKGBUILD (from rev 232227, libxfcegui4/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:18:08 UTC (rev 232228)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=libxfcegui4
+pkgver=4.10.0
+pkgrel=4
+pkgdesc="Various Gtk widgets for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+depends=('startup-notification' 'xfconf' 'libglade' 'libsm'
+         'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+        libxfcegui4-4.10.0-no-xfce_setenv.patch)
+sha256sums=('2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533'
+            'd1f4603b5eeef92d5d256d8f766e516395947d72e16db68ce47e472130b94616')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=10974
+  patch -Np0 -i "$srcdir/libxfcegui4-4.10.0-no-xfce_setenv.patch"
+}
+
+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: libxfcegui4/repos/staging-i686/libxfcegui4-4.10.0-no-xfce_setenv.patch (from rev 232227, libxfcegui4/trunk/libxfcegui4-4.10.0-no-xfce_setenv.patch)
===================================================================
--- staging-i686/libxfcegui4-4.10.0-no-xfce_setenv.patch	                        (rev 0)
+++ staging-i686/libxfcegui4-4.10.0-no-xfce_setenv.patch	2015-03-01 11:18:08 UTC (rev 232228)
@@ -0,0 +1,14 @@
+http://bugs.gentoo.org/513568
+http://bugzilla.xfce.org/show_bug.cgi?id=10974
+
+--- libxfcegui4/xfce-exec.c
++++ libxfcegui4/xfce-exec.c
+@@ -79,7 +79,7 @@
+ #ifndef G_OS_WIN32
+     gchar *dpyname = user_data;
+     
+-    xfce_setenv ("DISPLAY", dpyname, TRUE);
++    g_setenv ("DISPLAY", dpyname, TRUE);
+ #endif
+ }
+ 

Deleted: staging-i686/libxfcegui4.install
===================================================================
--- staging-i686/libxfcegui4.install	2015-03-01 11:17:55 UTC (rev 232227)
+++ staging-i686/libxfcegui4.install	2015-03-01 11:18:08 UTC (rev 232228)
@@ -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:

Copied: libxfcegui4/repos/staging-i686/libxfcegui4.install (from rev 232227, libxfcegui4/trunk/libxfcegui4.install)
===================================================================
--- staging-i686/libxfcegui4.install	                        (rev 0)
+++ staging-i686/libxfcegui4.install	2015-03-01 11:18:08 UTC (rev 232228)
@@ -0,0 +1,13 @@
+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: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2015-03-01 11:17:55 UTC (rev 232227)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:18:08 UTC (rev 232228)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=libxfcegui4
-pkgver=4.10.0
-pkgrel=3
-pkgdesc="Various Gtk widgets for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
-license=('GPL2')
-depends=('startup-notification' 'xfconf' 'libglade' 'libsm'
-         'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533')
-
-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: libxfcegui4/repos/staging-x86_64/PKGBUILD (from rev 232227, libxfcegui4/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:18:08 UTC (rev 232228)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
+
+pkgname=libxfcegui4
+pkgver=4.10.0
+pkgrel=4
+pkgdesc="Various Gtk widgets for Xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+depends=('startup-notification' 'xfconf' 'libglade' 'libsm'
+         'hicolor-icon-theme')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+        libxfcegui4-4.10.0-no-xfce_setenv.patch)
+sha256sums=('2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533'
+            'd1f4603b5eeef92d5d256d8f766e516395947d72e16db68ce47e472130b94616')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=10974
+  patch -Np0 -i "$srcdir/libxfcegui4-4.10.0-no-xfce_setenv.patch"
+}
+
+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: libxfcegui4/repos/staging-x86_64/libxfcegui4-4.10.0-no-xfce_setenv.patch (from rev 232227, libxfcegui4/trunk/libxfcegui4-4.10.0-no-xfce_setenv.patch)
===================================================================
--- staging-x86_64/libxfcegui4-4.10.0-no-xfce_setenv.patch	                        (rev 0)
+++ staging-x86_64/libxfcegui4-4.10.0-no-xfce_setenv.patch	2015-03-01 11:18:08 UTC (rev 232228)
@@ -0,0 +1,14 @@
+http://bugs.gentoo.org/513568
+http://bugzilla.xfce.org/show_bug.cgi?id=10974
+
+--- libxfcegui4/xfce-exec.c
++++ libxfcegui4/xfce-exec.c
+@@ -79,7 +79,7 @@
+ #ifndef G_OS_WIN32
+     gchar *dpyname = user_data;
+     
+-    xfce_setenv ("DISPLAY", dpyname, TRUE);
++    g_setenv ("DISPLAY", dpyname, TRUE);
+ #endif
+ }
+ 

Deleted: staging-x86_64/libxfcegui4.install
===================================================================
--- staging-x86_64/libxfcegui4.install	2015-03-01 11:17:55 UTC (rev 232227)
+++ staging-x86_64/libxfcegui4.install	2015-03-01 11:18:08 UTC (rev 232228)
@@ -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:

Copied: libxfcegui4/repos/staging-x86_64/libxfcegui4.install (from rev 232227, libxfcegui4/trunk/libxfcegui4.install)
===================================================================
--- staging-x86_64/libxfcegui4.install	                        (rev 0)
+++ staging-x86_64/libxfcegui4.install	2015-03-01 11:18:08 UTC (rev 232228)
@@ -0,0 +1,13 @@
+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:



More information about the arch-commits mailing list