summaryrefslogtreecommitdiff
path: root/community/ubuntuone-client-gnome/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/ubuntuone-client-gnome/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/ubuntuone-client-gnome/PKGBUILD')
-rw-r--r--community/ubuntuone-client-gnome/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/ubuntuone-client-gnome/PKGBUILD b/community/ubuntuone-client-gnome/PKGBUILD
deleted file mode 100644
index 05eebd3af..000000000
--- a/community/ubuntuone-client-gnome/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 100006 2013-10-31 02:57:45Z allan $
-# 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')
-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
-}