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

Maxime Gauduin alucryd at archlinux.org
Sun Oct 11 12:38:44 UTC 2015


    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 <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-# Contributor: dcelasun <dcelasun at gmail.com>
-
-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 <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+# Contributor: dcelasun <dcelasun at gmail.com>
+
+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.install	2015-10-11 12:38:26 UTC (rev 143641)
+++ community-i686/plank.install	2015-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.install	2015-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 <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-# Contributor: dcelasun <dcelasun at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 143641, plank/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-11 12:38:44 UTC (rev 143642)
@@ -0,0 +1,37 @@
+# $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.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-x86_64/plank.install
===================================================================
--- community-x86_64/plank.install	2015-10-11 12:38:26 UTC (rev 143641)
+++ community-x86_64/plank.install	2015-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-x86_64/plank.install (from rev 143641, plank/trunk/plank.install)
===================================================================
--- community-x86_64/plank.install	                        (rev 0)
+++ community-x86_64/plank.install	2015-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:



More information about the arch-commits mailing list