[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 \
---localstatedir=/var \
---disable-static \
---enable-gtk-doc \
---disable-debug \
---with-vendor-info='Arch Linux'
-  make
-}

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

2015-02-28 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 07:16:20
  Author: foutrelis
Revision: 232144

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

Added:
  libxfce4ui/repos/staging-i686/
  libxfce4ui/repos/staging-i686/PKGBUILD
(from rev 232143, libxfce4ui/trunk/PKGBUILD)
  libxfce4ui/repos/staging-i686/libxfce4ui.install
(from rev 232143, libxfce4ui/trunk/libxfce4ui.install)
  libxfce4ui/repos/staging-x86_64/
  libxfce4ui/repos/staging-x86_64/PKGBUILD
(from rev 232143, libxfce4ui/trunk/PKGBUILD)
  libxfce4ui/repos/staging-x86_64/libxfce4ui.install
(from rev 232143, libxfce4ui/trunk/libxfce4ui.install)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/libxfce4ui.install   |   13 +++
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/libxfce4ui.install |   13 +++
 4 files changed, 106 insertions(+)

Copied: libxfce4ui/repos/staging-i686/PKGBUILD (from rev 232143, 
libxfce4ui/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-01 06:16:20 UTC (rev 232144)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=libxfce4ui
+pkgver=4.12.0
+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')
+#replaces=('libxfcegui4') - later when all is ported
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987')
+
+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/staging-i686/libxfce4ui.install (from rev 232143, 
libxfce4ui/trunk/libxfce4ui.install)
===
--- staging-i686/libxfce4ui.install (rev 0)
+++ staging-i686/libxfce4ui.install 2015-03-01 06:16:20 UTC (rev 232144)
@@ -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:

Copied: libxfce4ui/repos/staging-x86_64/PKGBUILD (from rev 232143, 
libxfce4ui/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-01 06:16:20 UTC (rev 232144)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=libxfce4ui
+pkgver=4.12.0
+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')
+#replaces=('libxfcegui4') - later when all is ported
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987')
+
+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/staging-x86_64/libxfce4ui.install (from rev 232143, 
libxfce4ui/trunk/libxfce4ui.install)
===
--- staging-x86_64/libxfce4ui.install   (rev 0)
+++ staging-x86_64/libxfce4ui.install   2015-03-01 06:16:20 UTC (rev 232144)
@@ -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:


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

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 17:01:39
  Author: foutrelis
Revision: 157495

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

Added:
  libxfce4ui/repos/staging-i686/
  libxfce4ui/repos/staging-i686/PKGBUILD
(from rev 157494, libxfce4ui/trunk/PKGBUILD)
  libxfce4ui/repos/staging-i686/libxfce4ui.install
(from rev 157494, libxfce4ui/trunk/libxfce4ui.install)
  libxfce4ui/repos/staging-x86_64/
  libxfce4ui/repos/staging-x86_64/PKGBUILD
(from rev 157494, libxfce4ui/trunk/PKGBUILD)
  libxfce4ui/repos/staging-x86_64/libxfce4ui.install
(from rev 157494, libxfce4ui/trunk/libxfce4ui.install)

---+
 staging-i686/PKGBUILD |   41 
 staging-i686/libxfce4ui.install   |   13 +++
 staging-x86_64/PKGBUILD   |   41 
 staging-x86_64/libxfce4ui.install |   13 +++
 4 files changed, 108 insertions(+)

Copied: libxfce4ui/repos/staging-i686/PKGBUILD (from rev 157494, 
libxfce4ui/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-28 21:01:39 UTC (rev 157495)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=libxfce4ui
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification'
+ 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+#replaces=('libxfcegui4') - later when all is ported
+options=('!libtool')
+install=libxfce4ui.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2')
+
+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/staging-i686/libxfce4ui.install (from rev 157494, 
libxfce4ui/trunk/libxfce4ui.install)
===
--- staging-i686/libxfce4ui.install (rev 0)
+++ staging-i686/libxfce4ui.install 2012-04-28 21:01:39 UTC (rev 157495)
@@ -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:

Copied: libxfce4ui/repos/staging-x86_64/PKGBUILD (from rev 157494, 
libxfce4ui/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-04-28 21:01:39 UTC (rev 157495)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=libxfce4ui
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification'
+ 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+#replaces=('libxfcegui4') - later when all is ported
+options=('!libtool')
+install=libxfce4ui.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2')
+
+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/staging-x86_64/libxfce4ui.install (from rev 157494, 
libxfce4ui/trunk/libxfce4ui.install)
===
--- staging-x86_64/libxfce4ui.install   (rev 0)
+++ staging-x86_64/libxfce4ui.install   2012-04-28 21:01:39 UTC (rev 157495)
@@ -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: