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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 15 16:08:32 UTC 2014


    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.install	2014-09-15 16:08:23 UTC (rev 119025)
+++ community-i686/plank.install	2014-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.install	2014-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' '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-x86_64/PKGBUILD (from rev 119025, plank/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/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-x86_64/plank.install
===================================================================
--- community-x86_64/plank.install	2014-09-15 16:08:23 UTC (rev 119025)
+++ community-x86_64/plank.install	2014-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-x86_64/plank.install (from rev 119025, plank/trunk/plank.install)
===================================================================
--- community-x86_64/plank.install	                        (rev 0)
+++ community-x86_64/plank.install	2014-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:




More information about the arch-commits mailing list