[arch-commits] Commit in ubuntuone-client-gnome/repos (8 files)

Balló György bgyorgy at nymeria.archlinux.org
Tue Apr 9 20:43:45 UTC 2013


    Date: Tuesday, April 9, 2013 @ 22:43:45
  Author: bgyorgy
Revision: 87981

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

Added:
  ubuntuone-client-gnome/repos/community-staging-i686/
  ubuntuone-client-gnome/repos/community-staging-i686/PKGBUILD
    (from rev 87980, ubuntuone-client-gnome/trunk/PKGBUILD)
  ubuntuone-client-gnome/repos/community-staging-i686/disable-gsd-plugin.patch
    (from rev 87980, ubuntuone-client-gnome/trunk/disable-gsd-plugin.patch)
  ubuntuone-client-gnome/repos/community-staging-i686/ubuntuone-client-gnome.install
    (from rev 87980, ubuntuone-client-gnome/trunk/ubuntuone-client-gnome.install)
  ubuntuone-client-gnome/repos/community-staging-x86_64/
  ubuntuone-client-gnome/repos/community-staging-x86_64/PKGBUILD
    (from rev 87980, ubuntuone-client-gnome/trunk/PKGBUILD)
  ubuntuone-client-gnome/repos/community-staging-x86_64/disable-gsd-plugin.patch
    (from rev 87980, ubuntuone-client-gnome/trunk/disable-gsd-plugin.patch)
  ubuntuone-client-gnome/repos/community-staging-x86_64/ubuntuone-client-gnome.install
    (from rev 87980, ubuntuone-client-gnome/trunk/ubuntuone-client-gnome.install)

---------------------------------------------------------+
 community-staging-i686/PKGBUILD                         |   36 ++++++++++++++
 community-staging-i686/disable-gsd-plugin.patch         |   21 ++++++++
 community-staging-i686/ubuntuone-client-gnome.install   |   11 ++++
 community-staging-x86_64/PKGBUILD                       |   36 ++++++++++++++
 community-staging-x86_64/disable-gsd-plugin.patch       |   21 ++++++++
 community-staging-x86_64/ubuntuone-client-gnome.install |   11 ++++
 6 files changed, 136 insertions(+)

Copied: ubuntuone-client-gnome/repos/community-staging-i686/PKGBUILD (from rev 87980, ubuntuone-client-gnome/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-04-09 20:43:45 UTC (rev 87981)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=ubuntuone-client-gnome
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="Some plug-ins, extensions, and data for integrating Ubuntu One features in some core parts of GNOME"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/ubuntuone-client-gnome"
+license=('GPL')
+depends=('nautilus' 'gconf' 'ubuntuone-client')
+makedepends=('intltool' 'gnome-settings-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/ubuntuone-client-gnome/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+        disable-gsd-plugin.patch)
+md5sums=('e2f5e4ef6f4eca6ffcf838b3aa46c3ef'
+         'e2b1b677844c3b61530f3653808b6644')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Disable gsd plugin, as it's not compatible with gnome-settings-daemon 3.8
+  patch -Np1 -i "$srcdir/disable-gsd-plugin.patch"
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Copied: ubuntuone-client-gnome/repos/community-staging-i686/disable-gsd-plugin.patch (from rev 87980, ubuntuone-client-gnome/trunk/disable-gsd-plugin.patch)
===================================================================
--- community-staging-i686/disable-gsd-plugin.patch	                        (rev 0)
+++ community-staging-i686/disable-gsd-plugin.patch	2013-04-09 20:43:45 UTC (rev 87981)
@@ -0,0 +1,21 @@
+diff -Naur ubuntuone-client-gnome-4.2.0.orig/configure.ac ubuntuone-client-gnome-4.2.0/configure.ac
+--- ubuntuone-client-gnome-4.2.0.orig/configure.ac	2013-03-26 20:48:40.000000000 +0100
++++ ubuntuone-client-gnome-4.2.0/configure.ac	2013-04-09 22:26:38.135983473 +0200
+@@ -5,7 +5,7 @@
+ AC_CONFIG_SRCDIR([config.h.in])
+ 
+ AM_INIT_AUTOMAKE([1.10 foreign])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+ 
+diff -Naur ubuntuone-client-gnome-4.2.0.orig/Makefile.am ubuntuone-client-gnome-4.2.0/Makefile.am
+--- ubuntuone-client-gnome-4.2.0.orig/Makefile.am	2013-03-21 18:13:58.000000000 +0100
++++ ubuntuone-client-gnome-4.2.0/Makefile.am	2013-04-09 22:22:05.109626589 +0200
+@@ -1,4 +1,4 @@
+-SUBDIRS = gsd nautilus po
++SUBDIRS = nautilus po
+ 
+ # Shut libtoolize up
+ ACLOCAL_AMFLAGS = -I m4

Copied: ubuntuone-client-gnome/repos/community-staging-i686/ubuntuone-client-gnome.install (from rev 87980, ubuntuone-client-gnome/trunk/ubuntuone-client-gnome.install)
===================================================================
--- community-staging-i686/ubuntuone-client-gnome.install	                        (rev 0)
+++ community-staging-i686/ubuntuone-client-gnome.install	2013-04-09 20:43:45 UTC (rev 87981)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: ubuntuone-client-gnome/repos/community-staging-x86_64/PKGBUILD (from rev 87980, ubuntuone-client-gnome/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-04-09 20:43:45 UTC (rev 87981)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=ubuntuone-client-gnome
+pkgver=4.2.0
+pkgrel=2
+pkgdesc="Some plug-ins, extensions, and data for integrating Ubuntu One features in some core parts of GNOME"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/ubuntuone-client-gnome"
+license=('GPL')
+depends=('nautilus' 'gconf' 'ubuntuone-client')
+makedepends=('intltool' 'gnome-settings-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/ubuntuone-client-gnome/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+        disable-gsd-plugin.patch)
+md5sums=('e2f5e4ef6f4eca6ffcf838b3aa46c3ef'
+         'e2b1b677844c3b61530f3653808b6644')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Disable gsd plugin, as it's not compatible with gnome-settings-daemon 3.8
+  patch -Np1 -i "$srcdir/disable-gsd-plugin.patch"
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Copied: ubuntuone-client-gnome/repos/community-staging-x86_64/disable-gsd-plugin.patch (from rev 87980, ubuntuone-client-gnome/trunk/disable-gsd-plugin.patch)
===================================================================
--- community-staging-x86_64/disable-gsd-plugin.patch	                        (rev 0)
+++ community-staging-x86_64/disable-gsd-plugin.patch	2013-04-09 20:43:45 UTC (rev 87981)
@@ -0,0 +1,21 @@
+diff -Naur ubuntuone-client-gnome-4.2.0.orig/configure.ac ubuntuone-client-gnome-4.2.0/configure.ac
+--- ubuntuone-client-gnome-4.2.0.orig/configure.ac	2013-03-26 20:48:40.000000000 +0100
++++ ubuntuone-client-gnome-4.2.0/configure.ac	2013-04-09 22:26:38.135983473 +0200
+@@ -5,7 +5,7 @@
+ AC_CONFIG_SRCDIR([config.h.in])
+ 
+ AM_INIT_AUTOMAKE([1.10 foreign])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+ 
+diff -Naur ubuntuone-client-gnome-4.2.0.orig/Makefile.am ubuntuone-client-gnome-4.2.0/Makefile.am
+--- ubuntuone-client-gnome-4.2.0.orig/Makefile.am	2013-03-21 18:13:58.000000000 +0100
++++ ubuntuone-client-gnome-4.2.0/Makefile.am	2013-04-09 22:22:05.109626589 +0200
+@@ -1,4 +1,4 @@
+-SUBDIRS = gsd nautilus po
++SUBDIRS = nautilus po
+ 
+ # Shut libtoolize up
+ ACLOCAL_AMFLAGS = -I m4

Copied: ubuntuone-client-gnome/repos/community-staging-x86_64/ubuntuone-client-gnome.install (from rev 87980, ubuntuone-client-gnome/trunk/ubuntuone-client-gnome.install)
===================================================================
--- community-staging-x86_64/ubuntuone-client-gnome.install	                        (rev 0)
+++ community-staging-x86_64/ubuntuone-client-gnome.install	2013-04-09 20:43:45 UTC (rev 87981)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list