[arch-commits] Commit in gdesklets/repos (20 files)

2017-01-24 Thread Jan de Groot
Date: Tuesday, January 24, 2017 @ 12:44:24
  Author: jgc
Revision: 208828

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

Added:
  gdesklets/repos/community-i686/PKGBUILD
(from rev 208827, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-i686/fix-vfs.patch
(from rev 208827, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-i686/gdesklets-checkrequirements.patch
(from rev 208827, gdesklets/trunk/gdesklets-checkrequirements.patch)
  gdesklets/repos/community-i686/gdesklets-core-0.36.3-.in-files.patch
(from rev 208827, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-i686/gdesklets-nopyorbit.patch
(from rev 208827, gdesklets/trunk/gdesklets-nopyorbit.patch)
  gdesklets/repos/community-i686/make-gconf-optional.patch
(from rev 208827, gdesklets/trunk/make-gconf-optional.patch)
  gdesklets/repos/community-x86_64/PKGBUILD
(from rev 208827, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-x86_64/fix-vfs.patch
(from rev 208827, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-x86_64/gdesklets-checkrequirements.patch
(from rev 208827, gdesklets/trunk/gdesklets-checkrequirements.patch)
  gdesklets/repos/community-x86_64/gdesklets-core-0.36.3-.in-files.patch
(from rev 208827, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-x86_64/gdesklets-nopyorbit.patch
(from rev 208827, gdesklets/trunk/gdesklets-nopyorbit.patch)
  gdesklets/repos/community-x86_64/make-gconf-optional.patch
(from rev 208827, gdesklets/trunk/make-gconf-optional.patch)
Deleted:
  gdesklets/repos/community-i686/PKGBUILD
  gdesklets/repos/community-i686/fix-vfs.patch
  gdesklets/repos/community-i686/gdesklets-core-0.36.3-.in-files.patch
  gdesklets/repos/community-i686/make-gconf-optional.patch
  gdesklets/repos/community-x86_64/PKGBUILD
  gdesklets/repos/community-x86_64/fix-vfs.patch
  gdesklets/repos/community-x86_64/gdesklets-core-0.36.3-.in-files.patch
  gdesklets/repos/community-x86_64/make-gconf-optional.patch

+
 /PKGBUILD  |  136 ++
 /fix-vfs.patch |   22 +
 /gdesklets-core-0.36.3-.in-files.patch |  298 +++
 /make-gconf-optional.patch |   72 +++
 community-i686/PKGBUILD|   58 --
 community-i686/fix-vfs.patch   |   11 
 community-i686/gdesklets-checkrequirements.patch   |  251 
 community-i686/gdesklets-core-0.36.3-.in-files.patch   |  149 ---
 community-i686/gdesklets-nopyorbit.patch   |   13 
 community-i686/make-gconf-optional.patch   |   36 -
 community-x86_64/PKGBUILD  |   58 --
 community-x86_64/fix-vfs.patch |   11 
 community-x86_64/gdesklets-checkrequirements.patch |  251 
 community-x86_64/gdesklets-core-0.36.3-.in-files.patch |  149 ---
 community-x86_64/gdesklets-nopyorbit.patch |   13 
 community-x86_64/make-gconf-optional.patch |   36 -
 16 files changed, 1056 insertions(+), 508 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 12:43:15 UTC (rev 208827)
+++ community-i686/PKGBUILD 2017-01-24 12:44:24 UTC (rev 208828)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: nifan 
-# Contributor: Roman Kyrylych 
-
-pkgname=gdesklets
-pkgver=0.36.3
-pkgrel=7
-pkgdesc="System for bringing mini programs (desklets) onto your desktop"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/gdesklets;
-license=('GPL') 
-depends=('libgtop' 'pygtk')
-makedepends=('gnome-python' 'intltool')
-source=(https://launchpad.net/gdesklets/0.3x/release-of-$pkgver/+download/$pkgname-$pkgver.tar.bz2
-gdesklets-core-0.36.3-.in-files.patch
-fix-vfs.patch
-make-gconf-optional.patch)
-md5sums=('60c0c4e7301b3e653702b6fe5bf7e698'
- '27839bbefc2f6664ff31cff2d48dfeed'
- '55ac07d16a571f29033495307c4d0f0c'
- '45e81dd0fb20157bb840d006c3a4e2ea')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Build fix
-  patch -Np0 -i ../gdesklets-core-0.36.3-.in-files.patch
-
-  # Runtime fix without gnome-vfs
-  patch -Np1 -i ../fix-vfs.patch
-
-  # Make gconf dependency optional
-  patch -Np1 -i ../make-gconf-optional.patch
-
-  # Python2 fix
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-  sed -i 's/python -c/$PYTHON -c/' configure.ac
-  sed -i 's/python/python2/' shell/plugins/PackageInstaller/__init__.py
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  PYTHON=python2
-
-  

[arch-commits] Commit in gdesklets/repos (20 files)

2015-07-18 Thread Balló György
Date: Saturday, July 18, 2015 @ 10:28:22
  Author: bgyorgy
Revision: 137089

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

Added:
  gdesklets/repos/community-i686/PKGBUILD
(from rev 137088, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-i686/fix-vfs.patch
(from rev 137088, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-i686/gdesklets-core-0.36.3-.in-files.patch
(from rev 137088, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-i686/gdesklets.install
(from rev 137088, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/community-i686/make-gconf-optional.patch
(from rev 137088, gdesklets/trunk/make-gconf-optional.patch)
  gdesklets/repos/community-x86_64/PKGBUILD
(from rev 137088, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-x86_64/fix-vfs.patch
(from rev 137088, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-x86_64/gdesklets-core-0.36.3-.in-files.patch
(from rev 137088, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-x86_64/gdesklets.install
(from rev 137088, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/community-x86_64/make-gconf-optional.patch
(from rev 137088, gdesklets/trunk/make-gconf-optional.patch)
Deleted:
  gdesklets/repos/community-i686/PKGBUILD
  gdesklets/repos/community-i686/fix-vfs.patch
  gdesklets/repos/community-i686/gdesklets-core-0.36.3-.in-files.patch
  gdesklets/repos/community-i686/gdesklets.install
  gdesklets/repos/community-i686/make-gconf-optional.patch
  gdesklets/repos/community-x86_64/PKGBUILD
  gdesklets/repos/community-x86_64/fix-vfs.patch
  gdesklets/repos/community-x86_64/gdesklets-core-0.36.3-.in-files.patch
  gdesklets/repos/community-x86_64/gdesklets.install
  gdesklets/repos/community-x86_64/make-gconf-optional.patch

+
 /PKGBUILD  |  112 +
 /fix-vfs.patch |   22 +
 /gdesklets-core-0.36.3-.in-files.patch |  298 +++
 /gdesklets.install |   26 +
 /make-gconf-optional.patch |   72 +++
 community-i686/PKGBUILD|   56 --
 community-i686/fix-vfs.patch   |   11 
 community-i686/gdesklets-core-0.36.3-.in-files.patch   |  149 ---
 community-i686/gdesklets.install   |   13 
 community-i686/make-gconf-optional.patch   |   36 -
 community-x86_64/PKGBUILD  |   56 --
 community-x86_64/fix-vfs.patch |   11 
 community-x86_64/gdesklets-core-0.36.3-.in-files.patch |  149 ---
 community-x86_64/gdesklets.install |   13 
 community-x86_64/make-gconf-optional.patch |   36 -
 15 files changed, 530 insertions(+), 530 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 137088:137089 to see the changes.