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

Maxime Gauduin alucryd at archlinux.org
Mon Apr 13 08:13:12 UTC 2015


    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 <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-# Contributor: dcelasun <dcelasun at 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 <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: dcelasun <dcelasun at 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=('3a878a393a1e274d44ee88e80e879d30132af1cb1e76c4274dde16666a01a0d4')
+
+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.install	2015-04-13 08:12:43 UTC (rev 131283)
+++ community-i686/plank.install	2015-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.install	2015-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 <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-# Contributor: dcelasun <dcelasun at 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-x86_64/PKGBUILD (from rev 131283, plank/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-04-13 08:13:11 UTC (rev 131284)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: dcelasun <dcelasun at 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=('3a878a393a1e274d44ee88e80e879d30132af1cb1e76c4274dde16666a01a0d4')
+
+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-x86_64/plank.install
===================================================================
--- community-x86_64/plank.install	2015-04-13 08:12:43 UTC (rev 131283)
+++ community-x86_64/plank.install	2015-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-x86_64/plank.install (from rev 131283, plank/trunk/plank.install)
===================================================================
--- community-x86_64/plank.install	                        (rev 0)
+++ community-x86_64/plank.install	2015-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:



More information about the arch-commits mailing list