[arch-commits] Commit in plank/repos (8 files)

2016-03-31 Thread Maxime Gauduin
Date: Thursday, March 31, 2016 @ 19:33:55
  Author: alucryd
Revision: 169151

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 169150, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 169150, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 169150, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 169150, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   72 +++
 /plank.install |   32 +
 community-i686/PKGBUILD|   36 ---
 community-i686/plank.install   |   16 
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/plank.install |   16 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-31 17:33:40 UTC (rev 169150)
+++ community-i686/PKGBUILD 2016-03-31 17:33:55 UTC (rev 169151)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('4d841deb46c071393541d5abec9d6c46f61434027d3426fdd130768444995ea3')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 169150, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-31 17:33:55 UTC (rev 169151)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dcelasun 
+
+pkgname=plank
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('7381e20b8ff0faf6992cc26c1b5e5f09028799eca87e07a1ba58d87e4579877b')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2016-03-31 17:33:40 UTC (rev 169150)
+++ community-i686/plank.install2016-03-31 17:33:55 UTC (rev 169151)
@@ -1,16 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -fqt usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 169150, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2016-03-31 17:33:55 UTC (rev 169151)
@@ -0,0 +1,16 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -fqt usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-31 17:33:40 UTC (rev 169150)
+++ community-x86_64/PKGBUILD   2016-03-31 17:33:55 UTC (rev 169151)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# 

[arch-commits] Commit in plank/repos (8 files)

2016-03-14 Thread Maxime Gauduin
Date: Monday, March 14, 2016 @ 19:23:53
  Author: alucryd
Revision: 166748

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 166747, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 166747, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 166747, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 166747, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   72 +++
 /plank.install |   32 +
 community-i686/PKGBUILD|   36 ---
 community-i686/plank.install   |   15 
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/plank.install |   15 
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-14 18:23:36 UTC (rev 166747)
+++ community-i686/PKGBUILD 2016-03-14 18:23:53 UTC (rev 166748)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.10.1
-pkgrel=2
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 166747, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 18:23:53 UTC (rev 166748)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dcelasun 
+
+pkgname=plank
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('4d841deb46c071393541d5abec9d6c46f61434027d3426fdd130768444995ea3')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2016-03-14 18:23:36 UTC (rev 166747)
+++ community-i686/plank.install2016-03-14 18:23:53 UTC (rev 166748)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 166747, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2016-03-14 18:23:53 UTC (rev 166748)
@@ -0,0 +1,16 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -fqt usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-14 18:23:36 UTC (rev 166747)
+++ community-x86_64/PKGBUILD   2016-03-14 18:23:53 UTC (rev 166748)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank

[arch-commits] Commit in plank/repos (8 files)

2016-02-03 Thread Maxime Gauduin
Date: Wednesday, February 3, 2016 @ 18:54:35
  Author: alucryd
Revision: 160093

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 160092, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 160092, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 160092, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 160092, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   72 +++
 /plank.install |   30 
 community-i686/PKGBUILD|   37 
 community-i686/plank.install   |   15 
 community-x86_64/PKGBUILD  |   37 
 community-x86_64/plank.install |   15 
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-03 17:54:26 UTC (rev 160092)
+++ community-i686/PKGBUILD 2016-02-03 17:54:35 UTC (rev 160093)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libdbusmenu-glib' 'libdbusmenu-gtk3' 'libgee' 'libwnck3' 'libx11'
- 'libxfixes' 'libxi' 'pango')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 160092, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-03 17:54:35 UTC (rev 160093)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dcelasun 
+
+pkgname=plank
+pkgver=0.10.1
+pkgrel=2
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libgee' 'libwnck3' 'libx11' 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2016-02-03 17:54:26 UTC (rev 160092)
+++ community-i686/plank.install2016-02-03 17:54:35 UTC (rev 160093)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 160092, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2016-02-03 17:54:35 UTC (rev 160093)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-03 17:54:26 UTC (rev 160092)
+++ community-x86_64/PKGBUILD   2016-02-03 17:54:35 UTC (rev 160093)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-

[arch-commits] Commit in plank/repos (8 files)

2015-10-11 Thread Maxime Gauduin
Date: Sunday, October 11, 2015 @ 14:38:44
  Author: alucryd
Revision: 143642

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 143641, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 143641, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 143641, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 143641, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   74 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/plank.install |   15 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-11 12:38:26 UTC (rev 143641)
+++ community-i686/PKGBUILD 2015-10-11 12:38:44 UTC (rev 143642)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
- 'libdbusmenu-glib' 'libdbusmenu-gtk3' 'libgee' 'libwnck3' 'libx11'
- 'libxfixes' 'libxi' 'pango')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('4023eaa59cca3ee35032c23c2b011e1cabac812b8828af9ca55e6aaa084ad203')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 143641, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-11 12:38:44 UTC (rev 143642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dcelasun 
+
+pkgname=plank
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libdbusmenu-glib' 'libdbusmenu-gtk3' 'libgee' 'libwnck3' 'libx11'
+ 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-10-11 12:38:26 UTC (rev 143641)
+++ community-i686/plank.install2015-10-11 12:38:44 UTC (rev 143642)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 143641, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-10-11 12:38:44 UTC (rev 143642)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-11 12:38:26 UTC (rev 143641)
+++ community-x86_64/PKGBUILD   2015-10-11 12:38:44 UTC (rev 143642)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: 

[arch-commits] Commit in plank/repos (8 files)

2015-09-07 Thread Maxime Gauduin
Date: Monday, September 7, 2015 @ 09:43:55
  Author: alucryd
Revision: 139433

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 139432, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 139432, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 139432, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 139432, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   74 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   35 --
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   35 --
 community-x86_64/plank.install |   15 ---
 6 files changed, 104 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-07 07:43:38 UTC (rev 139432)
+++ community-i686/PKGBUILD 2015-09-07 07:43:55 UTC (rev 139433)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('884cd57a0fcc78cf82cf01072dedc46c34b6f766871d5f773b68ee498fded9a2')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 139432, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-07 07:43:55 UTC (rev 139433)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+# Contributor: dcelasun 
+
+pkgname=plank
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('atk' 'bamf' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+ 'libdbusmenu-glib' 'libdbusmenu-gtk3' 'libgee' 'libwnck3' 'libx11'
+ 'libxfixes' 'libxi' 'pango')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=("https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('4023eaa59cca3ee35032c23c2b011e1cabac812b8828af9ca55e6aaa084ad203')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-09-07 07:43:38 UTC (rev 139432)
+++ community-i686/plank.install2015-09-07 07:43:55 UTC (rev 139433)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 139432, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-09-07 07:43:55 UTC (rev 139433)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-07 07:43:38 UTC (rev 139432)
+++ community-x86_64/PKGBUILD   2015-09-07 07:43:55 UTC (rev 139433)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-# Contributor: dcelasun 
-
-pkgname=plank
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')

[arch-commits] Commit in plank/repos (8 files)

2015-05-04 Thread Maxime Gauduin
Date: Monday, May 4, 2015 @ 15:24:48
  Author: alucryd
Revision: 132723

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 132722, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 132722, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 132722, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 132722, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   70 +++
 /plank.install |   30 
 community-i686/PKGBUILD|   35 ---
 community-i686/plank.install   |   15 
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/plank.install |   15 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 13:24:28 UTC (rev 132722)
+++ community-i686/PKGBUILD 2015-05-04 13:24:48 UTC (rev 132723)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
-# Contributor: dcelasun dcela...@gmail.com
-
-pkgname=plank
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('3a878a393a1e274d44ee88e80e879d30132af1cb1e76c4274dde1a01a0d4')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 132722, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 13:24:48 UTC (rev 132723)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
+# Contributor: dcelasun dcela...@gmail.com
+
+pkgname=plank
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('884cd57a0fcc78cf82cf01072dedc46c34b6f766871d5f773b68ee498fded9a2')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-05-04 13:24:28 UTC (rev 132722)
+++ community-i686/plank.install2015-05-04 13:24:48 UTC (rev 132723)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 132722, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-05-04 13:24:48 UTC (rev 132723)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-04 13:24:28 UTC (rev 132722)
+++ community-x86_64/PKGBUILD   2015-05-04 13:24:48 UTC (rev 132723)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
-# Contributor: dcelasun dcela...@gmail.com
-
-pkgname=plank
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'

[arch-commits] Commit in plank/repos (8 files)

2015-04-13 Thread Maxime Gauduin
Date: Monday, April 13, 2015 @ 10:13:11
  Author: alucryd
Revision: 131284

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 131283, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 131283, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 131283, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 131283, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   70 +++
 /plank.install |   30 
 community-i686/PKGBUILD|   35 ---
 community-i686/plank.install   |   15 
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/plank.install |   15 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-13 08:12:43 UTC (rev 131283)
+++ community-i686/PKGBUILD 2015-04-13 08:13:11 UTC (rev 131284)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
-# Contributor: dcelasun dcela...@gmail.com
-
-pkgname=plank
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'
-source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
-sha256sums=('e983db3a9c5b72eefd02b5fc9db731c0d2c63c7f98027c36f7e4f904ad14179f')
-
-build() {
-  cd plank-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---disable-apport
-  make
-}
-
-package() {
-  cd plank-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 131283, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-13 08:13:11 UTC (rev 131284)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
+# Contributor: dcelasun dcela...@gmail.com
+
+pkgname=plank
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('3a878a393a1e274d44ee88e80e879d30132af1cb1e76c4274dde1a01a0d4')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-04-13 08:12:43 UTC (rev 131283)
+++ community-i686/plank.install2015-04-13 08:13:11 UTC (rev 131284)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 131283, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-04-13 08:13:11 UTC (rev 131284)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-13 08:12:43 UTC (rev 131283)
+++ community-x86_64/PKGBUILD   2015-04-13 08:13:11 UTC (rev 131284)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
-# Contributor: dcelasun dcela...@gmail.com
-
-pkgname=plank
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install='plank.install'

[arch-commits] Commit in plank/repos (8 files)

2015-01-26 Thread Maxime Gauduin
Date: Monday, January 26, 2015 @ 09:11:14
  Author: alucryd
Revision: 126590

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 126589, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 126589, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 126589, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 126589, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   70 +++
 /plank.install |   30 
 community-i686/PKGBUILD|   32 -
 community-i686/plank.install   |   15 
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/plank.install |   15 
 6 files changed, 100 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-26 08:10:55 UTC (rev 126589)
+++ community-i686/PKGBUILD 2015-01-26 08:11:14 UTC (rev 126590)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 126589, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-26 08:11:14 UTC (rev 126590)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Ner0 darkelfdarkelf...@yahoo.co.uk
+# Contributor: dcelasun dcela...@gmail.com
+
+pkgname=plank
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install='plank.install'
+source=(https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz;)
+sha256sums=('e983db3a9c5b72eefd02b5fc9db731c0d2c63c7f98027c36f7e4f904ad14179f')
+
+build() {
+  cd plank-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--disable-apport
+  make
+}
+
+package() {
+  cd plank-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-01-26 08:10:55 UTC (rev 126589)
+++ community-i686/plank.install2015-01-26 08:11:14 UTC (rev 126590)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 126589, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-01-26 08:11:14 UTC (rev 126590)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-26 08:10:55 UTC (rev 126589)
+++ community-x86_64/PKGBUILD   2015-01-26 08:11:14 UTC (rev 126590)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')

[arch-commits] Commit in plank/repos (8 files)

2015-01-02 Thread Maxime Gauduin
Date: Saturday, January 3, 2015 @ 00:40:07
  Author: alucryd
Revision: 125194

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 125193, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 125193, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 125193, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 125193, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   64 +++
 /plank.install |   30 ++
 community-i686/PKGBUILD|   32 ---
 community-i686/plank.install   |   15 -
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/plank.install |   15 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-02 23:39:49 UTC (rev 125193)
+++ community-i686/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 125193, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('6ce80465792f2b89b180c5273b820d05696dc3a59187d33a7fcd29fb528c89eb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2015-01-02 23:39:49 UTC (rev 125193)
+++ community-i686/plank.install2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 125193, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2015-01-02 23:40:07 UTC (rev 125194)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-02 23:39:49 UTC (rev 125193)
+++ community-x86_64/PKGBUILD   2015-01-02 23:40:07 UTC (rev 125194)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 

[arch-commits] Commit in plank/repos (8 files)

2014-09-23 Thread Maxime Gauduin
Date: Tuesday, September 23, 2014 @ 12:00:54
  Author: alucryd
Revision: 119450

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 119449, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 119449, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 119449, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 119449, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   64 +++
 /plank.install |   30 ++
 community-i686/PKGBUILD|   32 ---
 community-i686/plank.install   |   15 -
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/plank.install |   15 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-23 10:00:44 UTC (rev 119449)
+++ community-i686/PKGBUILD 2014-09-23 10:00:54 UTC (rev 119450)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('f2df764006685b72b8bf7d0e2fca3eda108df131ed7fe84e00e8ae796f1e1653')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 119449, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-23 10:00:54 UTC (rev 119450)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('fa51b66a4a84d14b1fc605d38369be392cb09cf4263573f6cf74423d0bad1da5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2014-09-23 10:00:44 UTC (rev 119449)
+++ community-i686/plank.install2014-09-23 10:00:54 UTC (rev 119450)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 119449, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2014-09-23 10:00:54 UTC (rev 119450)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-23 10:00:44 UTC (rev 119449)
+++ community-x86_64/PKGBUILD   2014-09-23 10:00:54 UTC (rev 119450)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 

[arch-commits] Commit in plank/repos (8 files)

2014-09-15 Thread Maxime Gauduin
Date: Monday, September 15, 2014 @ 18:08:32
  Author: alucryd
Revision: 119026

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 119025, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 119025, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 119025, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 119025, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   64 +++
 /plank.install |   30 ++
 community-i686/PKGBUILD|   32 ---
 community-i686/plank.install   |   15 -
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/plank.install |   15 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-15 16:08:23 UTC (rev 119025)
+++ community-i686/PKGBUILD 2014-09-15 16:08:32 UTC (rev 119026)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('3636afc5e2c15daa1f8fa1c4a9b1fc9a483c56ea8caf2b071de1a86578138c3c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 119025, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-15 16:08:32 UTC (rev 119026)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('f2df764006685b72b8bf7d0e2fca3eda108df131ed7fe84e00e8ae796f1e1653')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2014-09-15 16:08:23 UTC (rev 119025)
+++ community-i686/plank.install2014-09-15 16:08:32 UTC (rev 119026)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 119025, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2014-09-15 16:08:32 UTC (rev 119026)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-15 16:08:23 UTC (rev 119025)
+++ community-x86_64/PKGBUILD   2014-09-15 16:08:32 UTC (rev 119026)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 

[arch-commits] Commit in plank/repos (8 files)

2014-05-23 Thread Maxime Gauduin
Date: Saturday, May 24, 2014 @ 03:52:39
  Author: alucryd
Revision: 111771

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 111770, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 111770, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 111770, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 111770, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   64 +++
 /plank.install |   30 ++
 community-i686/PKGBUILD|   32 ---
 community-i686/plank.install   |   15 -
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/plank.install |   15 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-24 01:51:46 UTC (rev 111770)
+++ community-i686/PKGBUILD 2014-05-24 01:52:39 UTC (rev 111771)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6a49bcd2d4aaf8f9dc49b9a074ea02593880c32b7e5f328cad62257cc1e20b25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 111770, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-24 01:52:39 UTC (rev 111771)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('3636afc5e2c15daa1f8fa1c4a9b1fc9a483c56ea8caf2b071de1a86578138c3c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2014-05-24 01:51:46 UTC (rev 111770)
+++ community-i686/plank.install2014-05-24 01:52:39 UTC (rev 111771)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 111770, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2014-05-24 01:52:39 UTC (rev 111771)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-24 01:51:46 UTC (rev 111770)
+++ community-x86_64/PKGBUILD   2014-05-24 01:52:39 UTC (rev 111771)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Elegant, simple, clean dock'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/plank'
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 

[arch-commits] Commit in plank/repos (8 files)

2014-04-15 Thread Maxime Gauduin
Date: Tuesday, April 15, 2014 @ 10:44:49
  Author: alucryd
Revision: 109496

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 109495, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 109495, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 109495, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 109495, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   64 +++
 /plank.install |   30 ++
 community-i686/PKGBUILD|   39 ---
 community-i686/plank.install   |   15 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/plank.install |   15 -
 6 files changed, 94 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 08:44:35 UTC (rev 109495)
+++ community-i686/PKGBUILD 2014-04-15 08:44:49 UTC (rev 109496)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=Elegant, simple, clean dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bf0e14dbdc9d30d57e55cc88644ef6e6c296be924bbfc1b345cba1e0c9be1804')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 109495, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 08:44:49 UTC (rev 109496)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Elegant, simple, clean dock'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/plank'
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('6a49bcd2d4aaf8f9dc49b9a074ea02593880c32b7e5f328cad62257cc1e20b25')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --disable-apport
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2014-04-15 08:44:35 UTC (rev 109495)
+++ community-i686/plank.install2014-04-15 08:44:49 UTC (rev 109496)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 109495, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2014-04-15 08:44:49 UTC (rev 109496)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-15 08:44:35 UTC (rev 109495)
+++ community-x86_64/PKGBUILD   2014-04-15 08:44:49 UTC (rev 109496)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild 

[arch-commits] Commit in plank/repos (8 files)

2013-11-19 Thread Maxime Gauduin
Date: Tuesday, November 19, 2013 @ 22:08:43
  Author: alucryd
Revision: 101218

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 101217, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 101217, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 101217, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 101217, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   78 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/plank.install |   15 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-19 21:08:32 UTC (rev 101217)
+++ community-i686/PKGBUILD 2013-11-19 21:08:43 UTC (rev 101218)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.4.0
-pkgrel=2
-pkgdesc=Elegant, simple, clean dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 101217, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-19 21:08:43 UTC (rev 101218)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bf0e14dbdc9d30d57e55cc88644ef6e6c296be924bbfc1b345cba1e0c9be1804')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2013-11-19 21:08:32 UTC (rev 101217)
+++ community-i686/plank.install2013-11-19 21:08:43 UTC (rev 101218)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 101217, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2013-11-19 21:08:43 UTC (rev 101218)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-19 21:08:32 UTC (rev 101217)
+++ community-x86_64/PKGBUILD   2013-11-19 21:08:43 UTC (rev 101218)
@@ 

[arch-commits] Commit in plank/repos (8 files)

2013-10-29 Thread Maxime Gauduin
Date: Tuesday, October 29, 2013 @ 15:43:20
  Author: alucryd
Revision: 99552

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 99551, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 99551, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 99551, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 99551, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   78 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/plank.install |   15 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-29 14:43:04 UTC (rev 99551)
+++ community-i686/PKGBUILD 2013-10-29 14:43:20 UTC (rev 99552)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Elegant, simple, clean dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 99551, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-29 14:43:20 UTC (rev 99552)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee06' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-gee-0.8
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2013-10-29 14:43:04 UTC (rev 99551)
+++ community-i686/plank.install2013-10-29 14:43:20 UTC (rev 99552)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 99551, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2013-10-29 14:43:20 UTC (rev 99552)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-29 14:43:04 UTC (rev 99551)
+++ community-x86_64/PKGBUILD   2013-10-29 14:43:20 UTC (rev 99552)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: 

[arch-commits] Commit in plank/repos (8 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 23:06:18
  Author: alucryd
Revision: 99220

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

Added:
  plank/repos/community-i686/PKGBUILD
(from rev 99219, plank/trunk/PKGBUILD)
  plank/repos/community-i686/plank.install
(from rev 99219, plank/trunk/plank.install)
  plank/repos/community-x86_64/PKGBUILD
(from rev 99219, plank/trunk/PKGBUILD)
  plank/repos/community-x86_64/plank.install
(from rev 99219, plank/trunk/plank.install)
Deleted:
  plank/repos/community-i686/PKGBUILD
  plank/repos/community-i686/plank.install
  plank/repos/community-x86_64/PKGBUILD
  plank/repos/community-x86_64/plank.install

+
 /PKGBUILD  |   78 +++
 /plank.install |   30 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/plank.install   |   15 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/plank.install |   15 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 21:05:58 UTC (rev 99219)
+++ community-i686/PKGBUILD 2013-10-25 21:06:18 UTC (rev 99220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com 
-# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
-# Contributor: dcelasun dcelasun at gmaild dot com
-
-pkgname=plank
-pkgver=0.3.0
-pkgrel=4
-pkgdesc=Elegant, simple, clean dock
-arch=('i686' 'x86_64')
-url=https://launchpad.net/plank;
-license=('GPL3')
-depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
-makedepends=('gnome-common' 'intltool' 'vala')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/share/apport}
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/PKGBUILD (from rev 99219, 
plank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 21:06:18 UTC (rev 99220)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('b8417bce7d88ac1f339e948c964822049a9261f9d9dedc0d0e636c73442856fe')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/plank.install
===
--- community-i686/plank.install2013-10-25 21:05:58 UTC (rev 99219)
+++ community-i686/plank.install2013-10-25 21:06:18 UTC (rev 99220)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: plank/repos/community-i686/plank.install (from rev 99219, 
plank/trunk/plank.install)
===
--- community-i686/plank.install(rev 0)
+++ community-i686/plank.install2013-10-25 21:06:18 UTC (rev 99220)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-25 21:05:58 UTC (rev 99219)
+++ community-x86_64/PKGBUILD   2013-10-25 21:06:18 UTC (rev 99220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd