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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 07:23:20 UTC 2015


    Date: Sunday, March 1, 2015 @ 08:23:20
  Author: foutrelis
Revision: 232160

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

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

----------------------------------+
 staging-i686/PKGBUILD            |   42 +++++++++++++++++++++++++++++++++++++
 staging-i686/xfdesktop.install   |   13 +++++++++++
 staging-x86_64/PKGBUILD          |   42 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/xfdesktop.install |   13 +++++++++++
 4 files changed, 110 insertions(+)

Copied: xfdesktop/repos/staging-i686/PKGBUILD (from rev 232159, xfdesktop/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 07:23:20 UTC (rev 232160)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfdesktop
+pkgver=4.12.0
+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=('6e7a8b87317762214b6407576f6e2c1efcc176c136b4c7b869d18a74c87b7fc7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./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/staging-i686/xfdesktop.install (from rev 232159, xfdesktop/trunk/xfdesktop.install)
===================================================================
--- staging-i686/xfdesktop.install	                        (rev 0)
+++ staging-i686/xfdesktop.install	2015-03-01 07:23:20 UTC (rev 232160)
@@ -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: xfdesktop/repos/staging-x86_64/PKGBUILD (from rev 232159, xfdesktop/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 07:23:20 UTC (rev 232160)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfdesktop
+pkgver=4.12.0
+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=('6e7a8b87317762214b6407576f6e2c1efcc176c136b4c7b869d18a74c87b7fc7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./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/staging-x86_64/xfdesktop.install (from rev 232159, xfdesktop/trunk/xfdesktop.install)
===================================================================
--- staging-x86_64/xfdesktop.install	                        (rev 0)
+++ staging-x86_64/xfdesktop.install	2015-03-01 07:23:20 UTC (rev 232160)
@@ -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