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

Maxime Gauduin alucryd at nymeria.archlinux.org
Tue Apr 15 08:44:49 UTC 2014


    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.install	2014-04-15 08:44:35 UTC (rev 109495)
+++ community-i686/plank.install	2014-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.install	2014-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 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-x86_64/PKGBUILD (from rev 109495, plank/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/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-x86_64/plank.install
===================================================================
--- community-x86_64/plank.install	2014-04-15 08:44:35 UTC (rev 109495)
+++ community-x86_64/plank.install	2014-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-x86_64/plank.install (from rev 109495, plank/trunk/plank.install)
===================================================================
--- community-x86_64/plank.install	                        (rev 0)
+++ community-x86_64/plank.install	2014-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:




More information about the arch-commits mailing list